Trace number 3371360

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)UNSAT 343.222 86.1792

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.8305
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data

343.13/86.17	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371360-1305416393/watcher-3371360-1305416393 -o /tmp/evaluation-result-3371360-1305416393/solver-3371360-1305416393 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371360-1305416393.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.27 8.15 8.04 1/381 12855
/proc/meminfo: memFree=14855016/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=10124 CPUtime=0 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) R 12853 12855 12655 0 -1 4202496 609 1251 0 0 0 0 0 0 24 0 1 0 731869942 10366976 538 33554432000 4194304 4417452 140733839828160 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/12855/statm: 2531 538 148 55 0 417 0

[startup+0.122853 s]
/proc/loadavg: 8.27 8.15 8.04 1/381 12855
/proc/meminfo: memFree=14855016/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=119580 CPUtime=0.43 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 1700 1251 0 0 43 0 0 0 24 0 5 0 731869942 122449920 1350 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 29895 1350 180 55 0 27781 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 119580

[startup+0.200842 s]
/proc/loadavg: 8.27 8.15 8.04 1/381 12855
/proc/meminfo: memFree=14855016/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=120164 CPUtime=0.74 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 1839 1251 0 0 74 0 0 0 24 0 5 0 731869942 123047936 1489 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 30041 1489 180 55 0 27927 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 120164

[startup+0.30082 s]
/proc/loadavg: 8.27 8.15 8.04 1/381 12855
/proc/meminfo: memFree=14855016/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=120476 CPUtime=1.14 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 1970 1251 0 0 114 0 0 0 24 0 5 0 731869942 123367424 1567 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 30119 1567 180 55 0 28005 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 120476

[startup+0.700751 s]
/proc/loadavg: 8.27 8.15 8.04 1/381 12855
/proc/meminfo: memFree=14855016/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=122840 CPUtime=2.73 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 3118 1251 0 0 273 0 0 0 24 0 5 0 731869942 125788160 2175 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 30710 2175 180 55 0 28596 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 122840

[startup+1.50062 s]
/proc/loadavg: 8.27 8.15 8.04 5/386 12865
/proc/meminfo: memFree=14842948/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=127428 CPUtime=5.92 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 6882 1251 0 0 591 1 0 0 24 0 5 0 731869942 130486272 3334 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 31857 3334 180 55 0 29743 0
[pid=12855/tid=12862] ppid=12853 vsize=127428 CPUtime=1.48 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 1472 1251 0 0 148 0 0 0 25 0 5 0 731869943 130486272 3334 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364690 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=127428 CPUtime=1.47 cores=0,2,4,6
/proc/12855/task/12863/stat : 12863 (plingeling) R 12853 12855 12655 0 -1 4202560 1401 1251 0 0 147 0 0 0 25 0 5 0 731869943 130486272 3334 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=127428 CPUtime=1.47 cores=0,2,4,6
/proc/12855/task/12864/stat : 12864 (plingeling) R 12853 12855 12655 0 -1 4202560 1816 1251 0 0 147 0 0 0 25 0 5 0 731869943 130486272 3334 33554432000 4194304 4417452 140733839828160 18446744073709551615 4354648 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=127428 CPUtime=1.46 cores=0,2,4,6
/proc/12855/task/12865/stat : 12865 (plingeling) R 12853 12855 12655 0 -1 4202560 1295 1251 0 0 146 0 0 0 25 0 5 0 731869943 130486272 3334 33554432000 4194304 4417452 140733839828160 18446744073709551615 4365118 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 127428

[startup+3.1003 s]
/proc/loadavg: 8.33 8.17 8.05 10/392 12901
/proc/meminfo: memFree=14855756/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=128396 CPUtime=12.3 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 13317 1251 0 0 1228 2 0 0 24 0 5 0 731869942 131477504 3555 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 32099 3555 180 55 0 29985 0
[pid=12855/tid=12862] ppid=12853 vsize=128396 CPUtime=3.07 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 2994 1251 0 0 307 0 0 0 25 0 5 0 731869943 131477504 3555 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=128396 CPUtime=3.07 cores=0,2,4,6
/proc/12855/task/12863/stat : 12863 (plingeling) R 12853 12855 12655 0 -1 4202560 3302 1251 0 0 307 0 0 0 25 0 5 0 731869943 131477504 3555 33554432000 4194304 4417452 140733839828160 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=128396 CPUtime=3.07 cores=0,2,4,6
/proc/12855/task/12864/stat : 12864 (plingeling) R 12853 12855 12655 0 -1 4202560 3390 1251 0 0 307 0 0 0 25 0 5 0 731869943 131477504 3555 33554432000 4194304 4417452 140733839828160 18446744073709551615 4236593 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=128396 CPUtime=3.05 cores=0,2,4,6
/proc/12855/task/12865/stat : 12865 (plingeling) R 12853 12855 12655 0 -1 4202560 2733 1251 0 0 305 0 0 0 25 0 5 0 731869943 131477504 3555 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 128396

[startup+6.30075 s]
/proc/loadavg: 8.33 8.17 8.05 9/392 12901
/proc/meminfo: memFree=14837388/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=136276 CPUtime=25.06 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 25257 1251 0 0 2502 4 0 0 24 0 5 0 731869942 139546624 5555 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 34069 5555 180 55 0 31955 0
[pid=12855/tid=12862] ppid=12853 vsize=136276 CPUtime=6.28 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 5445 1251 0 0 627 1 0 0 25 0 5 0 731869943 139546624 5555 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=136276 CPUtime=6.27 cores=0,2,4,6
/proc/12855/task/12863/stat : 12863 (plingeling) R 12853 12855 12655 0 -1 4202560 7146 1251 0 0 626 1 0 0 25 0 5 0 731869943 139546624 5555 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=136276 CPUtime=6.27 cores=0,2,4,6
/proc/12855/task/12864/stat : 12864 (plingeling) R 12853 12855 12655 0 -1 4202560 6074 1251 0 0 626 1 0 0 25 0 5 0 731869943 139546624 5555 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364716 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=136276 CPUtime=6.21 cores=0,2,4,6
/proc/12855/task/12865/stat : 12865 (plingeling) R 12853 12855 12655 0 -1 4202560 5694 1251 0 0 620 1 0 0 25 0 5 0 731869943 139546624 5555 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 136276

[startup+12.7006 s]
/proc/loadavg: 8.35 8.18 8.05 9/392 12901
/proc/meminfo: memFree=14826148/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=142992 CPUtime=50.59 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 46804 1251 0 0 5051 8 0 0 24 0 5 0 731869942 146423808 7202 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 35748 7202 180 55 0 33634 0
[pid=12855/tid=12862] ppid=12853 vsize=142992 CPUtime=12.67 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 9897 1251 0 0 1266 1 0 0 25 0 5 0 731869943 146423808 7202 33554432000 4194304 4417452 140733839828160 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=142992 CPUtime=12.67 cores=0,2,4,6
/proc/12855/task/12863/stat : 12863 (plingeling) R 12853 12855 12655 0 -1 4202560 13030 1251 0 0 1265 2 0 0 25 0 5 0 731869943 146423808 7202 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=142992 CPUtime=12.67 cores=0,2,4,6
/proc/12855/task/12864/stat : 12864 (plingeling) R 12853 12855 12655 0 -1 4202560 11751 1251 0 0 1266 1 0 0 25 0 5 0 731869943 146423808 7202 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=142992 CPUtime=12.53 cores=0,2,4,6
/proc/12855/task/12865/stat : 12865 (plingeling) R 12853 12855 12655 0 -1 4202560 11228 1251 0 0 1251 2 0 0 25 0 5 0 731869943 146423808 7202 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 142992

[startup+25.5004 s]
/proc/loadavg: 8.30 8.17 8.05 9/392 12901
/proc/meminfo: memFree=14792668/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=156468 CPUtime=101.62 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 88301 1251 0 0 10147 15 0 0 24 0 5 0 731869942 160223232 10585 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 39117 10585 180 55 0 37003 0
[pid=12855/tid=12862] ppid=12853 vsize=156468 CPUtime=25.48 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 19961 1251 0 0 2545 3 0 0 25 0 5 0 731869943 160223232 10585 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364669 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=156468 CPUtime=25.46 cores=0,2,4,6
/proc/12855/task/12863/stat : 12863 (plingeling) R 12853 12855 12655 0 -1 4202560 23922 1251 0 0 2542 4 0 0 25 0 5 0 731869943 160223232 10585 33554432000 4194304 4417452 140733839828160 18446744073709551615 4366469 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=156468 CPUtime=25.47 cores=0,2,4,6
/proc/12855/task/12864/stat : 12864 (plingeling) R 12853 12855 12655 0 -1 4202560 22409 1251 0 0 2544 3 0 0 25 0 5 0 731869943 160223232 10585 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=156468 CPUtime=25.18 cores=0,2,4,6
/proc/12855/task/12865/stat : 12865 (plingeling) R 12853 12855 12655 0 -1 4202560 21111 1251 0 0 2514 4 0 0 25 0 5 0 731869943 160223232 10585 33554432000 4194304 4417452 140733839828160 18446744073709551615 4236956 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 156468

[startup+51.1009 s]
/proc/loadavg: 8.20 8.16 8.05 9/392 12902
/proc/meminfo: memFree=14769956/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=171932 CPUtime=203.72 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 144846 1251 0 0 20348 24 0 0 24 0 5 0 731869942 176058368 14469 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 42983 14469 180 55 0 40869 0
[pid=12855/tid=12862] ppid=12853 vsize=171932 CPUtime=51.08 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 32851 1251 0 0 5103 5 0 0 25 0 5 0 731869943 176058368 14469 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=171932 CPUtime=51.06 cores=0,2,4,6
/proc/12855/task/12863/stat : 12863 (plingeling) R 12853 12855 12655 0 -1 4202560 36356 1251 0 0 5100 6 0 0 25 0 5 0 731869943 176058368 14469 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=171932 CPUtime=51.07 cores=0,2,4,6
/proc/12855/task/12864/stat : 12864 (plingeling) R 12853 12855 12655 0 -1 4202560 37554 1251 0 0 5102 5 0 0 25 0 5 0 731869943 176058368 14469 33554432000 4194304 4417452 140733839828160 18446744073709551615 4357263 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=171932 CPUtime=50.47 cores=0,2,4,6
/proc/12855/task/12865/stat : 12865 (plingeling) R 12853 12855 12655 0 -1 4202560 37187 1251 0 0 5040 7 0 0 25 0 5 0 731869943 176058368 14469 33554432000 4194304 4417452 140733839828160 18446744073709551615 4353572 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.72
Current children cumulated vsize (KiB) 171932

Solver just ended. Dumping a history of the last processes samples

[startup+51.2009 s]
/proc/loadavg: 8.20 8.16 8.05 9/392 12902
/proc/meminfo: memFree=14769956/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=171932 CPUtime=204.12 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 144846 1251 0 0 20388 24 0 0 24 0 5 0 731869942 176058368 14469 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 42983 14469 180 55 0 40869 0
[pid=12855/tid=12862] ppid=12853 vsize=171932 CPUtime=51.18 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 32851 1251 0 0 5113 5 0 0 25 0 5 0 731869943 176058368 14469 33554432000 4194304 4417452 140733839828160 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=171932 CPUtime=51.16 cores=0,2,4,6
/proc/12855/task/12863/stat : 12863 (plingeling) R 12853 12855 12655 0 -1 4202560 36356 1251 0 0 5110 6 0 0 25 0 5 0 731869943 176058368 14469 33554432000 4194304 4417452 140733839828160 18446744073709551615 4250532 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=171932 CPUtime=51.17 cores=0,2,4,6
/proc/12855/task/12864/stat : 12864 (plingeling) R 12853 12855 12655 0 -1 4202560 37554 1251 0 0 5112 5 0 0 25 0 5 0 731869943 176058368 14469 33554432000 4194304 4417452 140733839828160 18446744073709551615 4356960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=171932 CPUtime=50.57 cores=0,2,4,6
/proc/12855/task/12865/stat : 12865 (plingeling) R 12853 12855 12655 0 -1 4202560 37187 1251 0 0 5050 7 0 0 25 0 5 0 731869943 176058368 14469 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 171932

[startup+64.0007 s]
/proc/loadavg: 8.30 8.18 8.06 9/392 12902
/proc/meminfo: memFree=14780616/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=169088 CPUtime=255.17 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 176418 1251 0 0 25488 29 0 0 24 0 5 0 731869942 173146112 13758 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 42272 13758 180 55 0 40158 0
[pid=12855/tid=12862] ppid=12853 vsize=169088 CPUtime=63.97 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 40274 1251 0 0 6391 6 0 0 25 0 5 0 731869943 173146112 13758 33554432000 4194304 4417452 140733839828160 18446744073709551615 4357869 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=169088 CPUtime=63.96 cores=0,2,4,6
/proc/12855/task/12863/stat : 12863 (plingeling) R 12853 12855 12655 0 -1 4202560 44216 1251 0 0 6389 7 0 0 25 0 5 0 731869943 173146112 13758 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=169088 CPUtime=63.97 cores=0,2,4,6
/proc/12855/task/12864/stat : 12864 (plingeling) R 12853 12855 12655 0 -1 4202560 46372 1251 0 0 6391 6 0 0 25 0 5 0 731869943 173146112 13758 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=169088 CPUtime=63.22 cores=0,2,4,6
/proc/12855/task/12865/stat : 12865 (plingeling) R 12853 12855 12655 0 -1 4202560 44658 1251 0 0 6314 8 0 0 25 0 5 0 731869943 173146112 13758 33554432000 4194304 4417452 140733839828160 18446744073709551615 4250873 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 255.17
Current children cumulated vsize (KiB) 169088

[startup+76.8005 s]
/proc/loadavg: 8.25 8.17 8.06 9/392 12903
/proc/meminfo: memFree=14759908/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=180952 CPUtime=306.21 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 203624 1251 0 0 30589 32 0 0 24 0 5 0 731869942 185294848 16724 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 45238 16724 180 55 0 43124 0
[pid=12855/tid=12862] ppid=12853 vsize=180952 CPUtime=76.78 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 47765 1251 0 0 7671 7 0 0 25 0 5 0 731869943 185294848 16724 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=180952 CPUtime=76.75 cores=0,2,4,6
/proc/12855/task/12863/stat : 12863 (plingeling) R 12853 12855 12655 0 -1 4202560 50028 1251 0 0 7667 8 0 0 25 0 5 0 731869943 185294848 16724 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=180952 CPUtime=76.77 cores=0,2,4,6
/proc/12855/task/12864/stat : 12864 (plingeling) R 12853 12855 12655 0 -1 4202560 52792 1251 0 0 7670 7 0 0 25 0 5 0 731869943 185294848 16724 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=180952 CPUtime=75.87 cores=0,2,4,6
/proc/12855/task/12865/stat : 12865 (plingeling) R 12853 12855 12655 0 -1 4202560 52141 1251 0 0 7578 9 0 0 25 0 5 0 731869943 185294848 16724 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 306.21
Current children cumulated vsize (KiB) 180952

[startup+80.0009 s]
/proc/loadavg: 8.23 8.17 8.06 9/392 12903
/proc/meminfo: memFree=14757056/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=175032 CPUtime=318.97 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 211234 1251 0 0 31864 33 0 0 24 0 5 0 731869942 179232768 15244 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 43758 15244 180 55 0 41644 0
[pid=12855/tid=12862] ppid=12853 vsize=175032 CPUtime=79.97 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 49130 1251 0 0 7990 7 0 0 25 0 5 0 731869943 179232768 15244 33554432000 4194304 4417452 140733839828160 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=175032 CPUtime=79.95 cores=0,2,4,6
/proc/12855/task/12863/stat : 12863 (plingeling) R 12853 12855 12655 0 -1 4202560 52570 1251 0 0 7987 8 0 0 25 0 5 0 731869943 179232768 15244 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=175032 CPUtime=79.97 cores=0,2,4,6
/proc/12855/task/12864/stat : 12864 (plingeling) R 12853 12855 12655 0 -1 4202560 55842 1251 0 0 7990 7 0 0 25 0 5 0 731869943 179232768 15244 33554432000 4194304 4417452 140733839828160 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=175032 CPUtime=79.03 cores=0,2,4,6
/proc/12855/task/12865/stat : 12865 (plingeling) R 12853 12855 12655 0 -1 4202560 52794 1251 0 0 7894 9 0 0 25 0 5 0 731869943 179232768 15244 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 318.97
Current children cumulated vsize (KiB) 175032

[startup+83.2003 s]
/proc/loadavg: 8.21 8.17 8.06 9/392 12903
/proc/meminfo: memFree=14769456/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=168472 CPUtime=331.73 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 216109 1251 0 0 33139 34 0 0 24 0 5 0 731869942 172515328 13604 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 42118 13604 180 55 0 40004 0
[pid=12855/tid=12862] ppid=12853 vsize=168472 CPUtime=83.17 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 50423 1251 0 0 8310 7 0 0 25 0 5 0 731869943 172515328 13604 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=168472 CPUtime=83.16 cores=0,2,4,6
/proc/12855/task/12863/stat : 12863 (plingeling) R 12853 12855 12655 0 -1 4202560 53628 1251 0 0 8307 9 0 0 25 0 5 0 731869943 172515328 13604 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=168472 CPUtime=83.17 cores=0,2,4,6
/proc/12855/task/12864/stat : 12864 (plingeling) R 12853 12855 12655 0 -1 4202560 56098 1251 0 0 8310 7 0 0 25 0 5 0 731869943 172515328 13604 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=168472 CPUtime=82.18 cores=0,2,4,6
/proc/12855/task/12865/stat : 12865 (plingeling) R 12853 12855 12655 0 -1 4202560 55062 1251 0 0 8209 9 0 0 25 0 5 0 731869943 172515328 13604 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364854 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 331.73
Current children cumulated vsize (KiB) 168472

[startup+84.8141 s]
/proc/loadavg: 8.21 8.17 8.06 10/392 12903
/proc/meminfo: memFree=14761272/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=177756 CPUtime=338.16 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 218942 1251 0 0 33782 34 0 0 24 0 5 0 731869942 182022144 15925 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 44439 15925 180 55 0 42325 0
[pid=12855/tid=12862] ppid=12853 vsize=177756 CPUtime=84.79 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 50883 1251 0 0 8472 7 0 0 25 0 5 0 731869943 182022144 15925 33554432000 4194304 4417452 140733839828160 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=177756 CPUtime=84.77 cores=0,2,4,6
/proc/12855/task/12863/stat : 12863 (plingeling) R 12853 12855 12655 0 -1 4202560 54618 1251 0 0 8468 9 0 0 25 0 5 0 731869943 182022144 15925 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=177756 CPUtime=84.78 cores=0,2,4,6
/proc/12855/task/12864/stat : 12864 (plingeling) R 12853 12855 12655 0 -1 4202560 57481 1251 0 0 8471 7 0 0 25 0 5 0 731869943 182022144 15925 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=177756 CPUtime=83.77 cores=0,2,4,6
/proc/12855/task/12865/stat : 12865 (plingeling) R 12853 12855 12655 0 -1 4202560 55062 1251 0 0 8368 9 0 0 25 0 5 0 731869943 182022144 15925 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 338.16
Current children cumulated vsize (KiB) 177756

[startup+85.6009 s]
/proc/loadavg: 8.21 8.17 8.06 10/392 12903
/proc/meminfo: memFree=14761272/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=159644 CPUtime=341.3 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 222615 1251 0 0 34095 35 0 0 24 0 5 0 731869942 163475456 11365 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 39911 11365 180 55 0 37797 0
[pid=12855/tid=12862] ppid=12853 vsize=159644 CPUtime=85.57 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 51293 1251 0 0 8550 7 0 0 25 0 5 0 731869943 163475456 11365 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=159644 CPUtime=85.55 cores=0,2,4,6
/proc/12855/task/12863/stat : 12863 (plingeling) R 12853 12855 12655 0 -1 4202560 55365 1251 0 0 8546 9 0 0 25 0 5 0 731869943 163475456 11365 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=159644 CPUtime=85.57 cores=0,2,4,6
/proc/12855/task/12864/stat : 12864 (plingeling) R 12853 12855 12655 0 -1 4202560 58701 1251 0 0 8550 7 0 0 25 0 5 0 731869943 163475456 11365 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=159644 CPUtime=84.56 cores=0,2,4,6
/proc/12855/task/12865/stat : 12865 (plingeling) R 12853 12855 12655 0 -1 4202560 56358 1251 0 0 8446 10 0 0 25 0 5 0 731869943 163475456 11365 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 341.3
Current children cumulated vsize (KiB) 159644

[startup+86.0009 s]
/proc/loadavg: 8.21 8.17 8.06 9/392 12903
/proc/meminfo: memFree=14771316/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=160252 CPUtime=342.89 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 222767 1251 0 0 34254 35 0 0 24 0 5 0 731869942 164098048 11517 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 40063 11517 180 55 0 37949 0
[pid=12855/tid=12862] ppid=12853 vsize=160252 CPUtime=85.97 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 51377 1251 0 0 8590 7 0 0 25 0 5 0 731869943 164098048 11517 33554432000 4194304 4417452 140733839828160 18446744073709551615 4353526 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=160252 CPUtime=85.95 cores=0,2,4,6
/proc/12855/task/12863/stat : 12863 (plingeling) R 12853 12855 12655 0 -1 4202560 55365 1251 0 0 8586 9 0 0 25 0 5 0 731869943 164098048 11517 33554432000 4194304 4417452 140733839828160 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=160252 CPUtime=85.97 cores=0,2,4,6
/proc/12855/task/12864/stat : 12864 (plingeling) R 12853 12855 12655 0 -1 4202560 58701 1251 0 0 8590 7 0 0 25 0 5 0 731869943 164098048 11517 33554432000 4194304 4417452 140733839828160 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=160252 CPUtime=84.95 cores=0,2,4,6
/proc/12855/task/12865/stat : 12865 (plingeling) R 12853 12855 12655 0 -1 4202560 56426 1251 0 0 8485 10 0 0 25 0 5 0 731869943 164098048 11517 33554432000 4194304 4417452 140733839828160 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 342.89
Current children cumulated vsize (KiB) 160252

[startup+86.1009 s]
/proc/loadavg: 8.21 8.17 8.06 9/392 12903
/proc/meminfo: memFree=14771316/32951124 swapFree=65586204/67111528
[pid=12855] ppid=12853 vsize=160252 CPUtime=343.13 cores=0,2,4,6
/proc/12855/stat : 12855 (plingeling) S 12853 12855 12655 0 -1 4202496 222768 1251 0 0 34278 35 0 0 24 0 2 0 731869942 164098048 11518 33554432000 4194304 4417452 140733839828160 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 40063 11518 181 55 0 37949 0
[pid=12855/tid=12862] ppid=12853 vsize=160252 CPUtime=86.07 cores=0,2,4,6
/proc/12855/task/12862/stat : 12862 (plingeling) R 12853 12855 12655 0 -1 4202560 51377 1251 0 0 8600 7 0 0 25 0 2 0 731869943 164098048 11518 33554432000 4194304 4417452 140733839828160 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 343.13
Current children cumulated vsize (KiB) 160252

Child status: 20
Real time (s): 86.1792
CPU time (s): 343.222
CPU user time (s): 342.861
CPU system time (s): 0.360945
CPU usage (%): 398.265
Max. virtual memory (cumulated for all children) (KiB): 183204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 342.861
system time used= 0.360945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224022
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78
involuntary context switches= 1597

runsolver used 0.333949 second user time and 0.706892 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 01:39:53
IDJOB=3371360
IDBENCH=20393
IDSOLVER=1848
FILE ID=node119/3371360-1305416393
RUNJOBID= node119-1305415186-12673
PBS_JOBID= 13324563
Free space on /tmp= 73168 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-21.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371360-1305416393/watcher-3371360-1305416393 -o /tmp/evaluation-result-3371360-1305416393/solver-3371360-1305416393 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371360-1305416393.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 627e3d704e5200c3037f9c9d83c939c1
RANDOM SEED=1031589673

node119.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14855056 kB
Buffers:        287212 kB
Cached:        4593452 kB
SwapCached:       4756 kB
Active:       14727932 kB
Inactive:      3035884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14855056 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:             360 kB
Writeback:           0 kB
AnonPages:    12881488 kB
Mapped:          30240 kB
Slab:           210704 kB
PageTables:      56448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102490884 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73196 MiB
End job on node119 at 2011-05-15 01:41:19