Trace number 3289950

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
ppfolio par? (TO) 4800.25 1201.91

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3289950-1304087836/watcher-3289950-1304087836 -o /tmp/evaluation-result-3289950-1304087836/solver-3289950-1304087836 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3289950-1304087836.cnf 

running on 4 cores: 1,3,5,7

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.84 8.22 8.11 7/182 2730
/proc/meminfo: memFree=30601868/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0

[startup+0.236237 s]
/proc/loadavg: 8.84 8.22 8.11 7/182 2730
/proc/meminfo: memFree=30601868/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30023 s]
/proc/loadavg: 8.84 8.22 8.11 7/182 2730
/proc/meminfo: memFree=30601868/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400211 s]
/proc/loadavg: 8.84 8.22 8.11 7/182 2730
/proc/meminfo: memFree=30601868/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700161 s]
/proc/loadavg: 8.84 8.22 8.11 7/182 2730
/proc/meminfo: memFree=30601868/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50102 s]
/proc/loadavg: 9.01 8.26 8.12 11/188 2736
/proc/meminfo: memFree=30576772/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
[pid=2731] ppid=2730 vsize=9311956 CPUtime=1.49 cores=1
/proc/2731/stat : 2731 (cryptominisat) R 2730 2730 2145 0 -1 4202496 4831 0 0 0 149 0 0 0 25 0 1 0 252974857 9535442944 2711 33554432000 4194304 4587354 140737434132336 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2731/statm: 2327989 2711 338 96 0 2324551 0
[pid=2732] ppid=2730 vsize=16656 CPUtime=1.49 cores=5
/proc/2732/stat : 2732 (clasp) R 2730 2730 2145 0 -1 4202496 1619 0 0 0 149 0 0 0 25 0 1 0 252974857 17055744 1499 33554432000 4194304 4785740 140734636030928 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2732/statm: 4164 1499 341 145 0 1209 0
[pid=2733] ppid=2730 vsize=456884 CPUtime=0.72 cores=7
/proc/2733/stat : 2733 (TNM) R 2730 2730 2145 0 -1 4202496 676 0 0 0 72 0 0 0 25 0 1 0 252974857 467849216 572 33554432000 134512640 134534564 4292896128 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2733/statm: 114221 572 95 6 0 112887 0
[pid=2734] ppid=2730 vsize=6720 CPUtime=1.49 cores=3
/proc/2734/stat : 2734 (lingeling) R 2730 2730 2145 0 -1 4202496 1416 0 0 0 149 0 0 0 25 0 1 0 252974857 6881280 878 33554432000 4194304 4352236 140735727968096 18446744073709551615 4280928 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2734/statm: 1680 878 127 39 0 760 0
[pid=2735] ppid=2730 vsize=15712 CPUtime=0.75 cores=7
/proc/2735/stat : 2735 (march_hi) R 2730 2730 2145 0 -1 4202496 4356 0 0 0 75 0 0 0 25 0 1 0 252974857 16089088 1952 33554432000 4194304 4331988 140736632421632 18446744073709551615 4265310 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2735/statm: 3928 1952 175 34 0 2370 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 9826252

[startup+3.10074 s]
/proc/loadavg: 9.01 8.26 8.12 11/188 2736
/proc/meminfo: memFree=30572708/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
[pid=2731] ppid=2730 vsize=1693916 CPUtime=3.09 cores=1
/proc/2731/stat : 2731 (cryptominisat) R 2730 2730 2145 0 -1 4202496 6885 0 0 0 308 1 0 0 25 0 1 0 252974857 1734569984 2787 33554432000 4194304 4587354 140737434132336 18446744073709551615 4238597 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2731/statm: 423479 2787 338 96 0 420041 0
[pid=2732] ppid=2730 vsize=17604 CPUtime=3.09 cores=5
/proc/2732/stat : 2732 (clasp) R 2730 2730 2145 0 -1 4202496 1869 0 0 0 309 0 0 0 25 0 1 0 252974857 18026496 1749 33554432000 4194304 4785740 140734636030928 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2732/statm: 4401 1749 341 145 0 1446 0
[pid=2733] ppid=2730 vsize=456884 CPUtime=1.52 cores=7
/proc/2733/stat : 2733 (TNM) R 2730 2730 2145 0 -1 4202496 676 0 0 0 152 0 0 0 25 0 1 0 252974857 467849216 572 33554432000 134512640 134534564 4292896128 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2733/statm: 114221 572 95 6 0 112887 0
[pid=2734] ppid=2730 vsize=8136 CPUtime=3.09 cores=3
/proc/2734/stat : 2734 (lingeling) R 2730 2730 2145 0 -1 4202496 1802 0 0 0 309 0 0 0 25 0 1 0 252974857 8331264 1232 33554432000 4194304 4352236 140735727968096 18446744073709551615 4276530 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2734/statm: 2034 1232 127 39 0 1114 0
[pid=2735] ppid=2730 vsize=15712 CPUtime=1.55 cores=7
/proc/2735/stat : 2735 (march_hi) R 2730 2730 2145 0 -1 4202496 4368 0 0 0 155 0 0 0 25 0 1 0 252974857 16089088 1964 33554432000 4194304 4331988 140736632421632 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2735/statm: 3928 1964 175 34 0 2370 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 2210576

[startup+6.30118 s]
/proc/loadavg: 9.01 8.26 8.12 11/188 2736
/proc/meminfo: memFree=30564784/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
[pid=2731] ppid=2730 vsize=1696000 CPUtime=6.29 cores=1
/proc/2731/stat : 2731 (cryptominisat) R 2730 2730 2145 0 -1 4202496 10795 0 0 0 628 1 0 0 25 0 1 0 252974857 1736704000 4151 33554432000 4194304 4587354 140737434132336 18446744073709551615 4241106 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2731/statm: 424000 4151 338 96 0 420562 0
[pid=2732] ppid=2730 vsize=19004 CPUtime=6.29 cores=5
/proc/2732/stat : 2732 (clasp) R 2730 2730 2145 0 -1 4202496 2191 0 0 0 629 0 0 0 25 0 1 0 252974857 19460096 2071 33554432000 4194304 4785740 140734636030928 18446744073709551615 4553447 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2732/statm: 4751 2071 341 145 0 1796 0
[pid=2733] ppid=2730 vsize=456884 CPUtime=3.12 cores=7
/proc/2733/stat : 2733 (TNM) R 2730 2730 2145 0 -1 4202496 676 0 0 0 312 0 0 0 25 0 1 0 252974857 467849216 572 33554432000 134512640 134534564 4292896128 18446744073709551615 134529758 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2733/statm: 114221 572 95 6 0 112887 0
[pid=2734] ppid=2730 vsize=8396 CPUtime=6.29 cores=3
/proc/2734/stat : 2734 (lingeling) R 2730 2730 2145 0 -1 4202496 1963 0 0 0 629 0 0 0 25 0 1 0 252974857 8597504 1297 33554432000 4194304 4352236 140735727968096 18446744073709551615 4328695 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2734/statm: 2099 1297 127 39 0 1179 0
[pid=2735] ppid=2730 vsize=15932 CPUtime=3.13 cores=7
/proc/2735/stat : 2735 (march_hi) R 2730 2730 2145 0 -1 4202496 4401 0 0 0 313 0 0 0 25 0 1 0 252974857 16314368 1997 33554432000 4194304 4331988 140736632421632 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2735/statm: 3983 1997 175 34 0 2425 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 2214540

[startup+12.7011 s]
/proc/loadavg: 9.24 8.34 8.15 11/188 2736
/proc/meminfo: memFree=30529708/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
[pid=2731] ppid=2730 vsize=1698960 CPUtime=12.68 cores=1
/proc/2731/stat : 2731 (cryptominisat) R 2730 2730 2145 0 -1 4202496 16769 0 0 0 1266 2 0 0 25 0 1 0 252974857 1739735040 4304 33554432000 4194304 4587354 140737434132336 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2731/statm: 424740 4304 338 96 0 421302 0
[pid=2732] ppid=2730 vsize=20496 CPUtime=12.69 cores=5
/proc/2732/stat : 2732 (clasp) R 2730 2730 2145 0 -1 4202496 2534 0 0 0 1269 0 0 0 25 0 1 0 252974857 20987904 2414 33554432000 4194304 4785740 140734636030928 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2732/statm: 5124 2414 341 145 0 2169 0
[pid=2733] ppid=2730 vsize=456884 CPUtime=6.32 cores=7
/proc/2733/stat : 2733 (TNM) R 2730 2730 2145 0 -1 4202496 676 0 0 0 632 0 0 0 25 0 1 0 252974857 467849216 572 33554432000 134512640 134534564 4292896128 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2733/statm: 114221 572 95 6 0 112887 0
[pid=2734] ppid=2730 vsize=8788 CPUtime=12.69 cores=3
/proc/2734/stat : 2734 (lingeling) R 2730 2730 2145 0 -1 4202496 2317 0 0 0 1269 0 0 0 25 0 1 0 252974857 8998912 1395 33554432000 4194304 4352236 140735727968096 18446744073709551615 4231098 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2734/statm: 2197 1395 127 39 0 1277 0
[pid=2735] ppid=2730 vsize=15932 CPUtime=6.3 cores=7
/proc/2735/stat : 2735 (march_hi) R 2730 2730 2145 0 -1 4202496 4438 0 0 0 630 0 0 0 25 0 1 0 252974857 16314368 2034 33554432000 4194304 4331988 140736632421632 18446744073709551615 4299156 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2735/statm: 3983 2034 175 34 0 2425 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2219384

[startup+25.5068 s]
/proc/loadavg: 9.35 8.39 8.17 11/188 2741
/proc/meminfo: memFree=30523056/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
[pid=2731] ppid=2730 vsize=1703800 CPUtime=25.5 cores=1
/proc/2731/stat : 2731 (cryptominisat) R 2730 2730 2145 0 -1 4202496 25369 0 0 0 2545 5 0 0 25 0 1 0 252974857 1744691200 5350 33554432000 4194304 4587354 140737434132336 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2731/statm: 425950 5350 338 96 0 422512 0
[pid=2732] ppid=2730 vsize=23388 CPUtime=25.5 cores=5
/proc/2732/stat : 2732 (clasp) R 2730 2730 2145 0 -1 4202496 3252 0 0 0 2550 0 0 0 25 0 1 0 252974857 23949312 3132 33554432000 4194304 4785740 140734636030928 18446744073709551615 4553054 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2732/statm: 5847 3132 341 145 0 2892 0
[pid=2733] ppid=2730 vsize=456884 CPUtime=12.66 cores=7
/proc/2733/stat : 2733 (TNM) R 2730 2730 2145 0 -1 4202496 676 0 0 0 1266 0 0 0 25 0 1 0 252974857 467849216 572 33554432000 134512640 134534564 4292896128 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2733/statm: 114221 572 95 6 0 112887 0
[pid=2734] ppid=2730 vsize=11040 CPUtime=25.49 cores=3
/proc/2734/stat : 2734 (lingeling) R 2730 2730 2145 0 -1 4202496 4174 0 0 0 2549 0 0 0 25 0 1 0 252974857 11304960 1958 33554432000 4194304 4352236 140735727968096 18446744073709551615 4329011 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2734/statm: 2760 1958 127 39 0 1840 0
[pid=2735] ppid=2730 vsize=16388 CPUtime=12.69 cores=7
/proc/2735/stat : 2735 (march_hi) R 2730 2730 2145 0 -1 4202496 4535 0 0 0 1269 0 0 0 25 0 1 0 252974857 16781312 2131 33554432000 4194304 4331988 140736632421632 18446744073709551615 4299342 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2735/statm: 4097 2131 175 34 0 2539 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 2229824

[startup+51.1003 s]
/proc/loadavg: 9.68 8.56 8.23 11/188 2742
/proc/meminfo: memFree=30507808/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
[pid=2731] ppid=2730 vsize=38692 CPUtime=51.09 cores=1
/proc/2731/stat : 2731 (cryptominisat) R 2730 2730 2145 0 -1 4202496 33151 0 0 0 5102 7 0 0 25 0 1 0 252974857 39620608 6156 33554432000 4194304 4587354 140737434132336 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2731/statm: 9673 6156 338 96 0 6235 0
[pid=2732] ppid=2730 vsize=26808 CPUtime=51.09 cores=5
/proc/2732/stat : 2732 (clasp) R 2730 2730 2145 0 -1 4202496 4015 0 0 0 5109 0 0 0 25 0 1 0 252974857 27451392 3895 33554432000 4194304 4785740 140734636030928 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2732/statm: 6702 3895 341 145 0 3747 0
[pid=2733] ppid=2730 vsize=456884 CPUtime=25.41 cores=7
/proc/2733/stat : 2733 (TNM) R 2730 2730 2145 0 -1 4202496 676 0 0 0 2541 0 0 0 25 0 1 0 252974857 467849216 572 33554432000 134512640 134534564 4292896128 18446744073709551615 134528476 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2733/statm: 114221 572 95 6 0 112887 0
[pid=2734] ppid=2730 vsize=11868 CPUtime=51.09 cores=3

################
# More data... #
################

/proc/2735/statm: 9455 6893 175 34 0 7897 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 2358628

[startup+1002.31 s]
/proc/loadavg: 10.28 10.15 9.48 11/188 2768
/proc/meminfo: memFree=30329888/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
[pid=2731] ppid=2730 vsize=152096 CPUtime=1002.27 cores=1
/proc/2731/stat : 2731 (cryptominisat) R 2730 2730 2145 0 -1 4202496 151860 0 0 0 100179 48 0 0 25 0 1 0 252974857 155746304 17345 33554432000 4194304 4587354 140737434132336 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2731/statm: 38024 17345 338 96 0 34586 0
[pid=2732] ppid=2730 vsize=54084 CPUtime=1002.32 cores=5
/proc/2732/stat : 2732 (clasp) R 2730 2730 2145 0 -1 4202496 10261 0 0 0 100231 1 0 0 25 0 1 0 252974857 55382016 10105 33554432000 4194304 4785740 140734636030928 18446744073709551615 268660359840 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2732/statm: 13521 10105 341 145 0 10566 0
[pid=2733] ppid=2730 vsize=456884 CPUtime=498.42 cores=7
/proc/2733/stat : 2733 (TNM) R 2730 2730 2145 0 -1 4202496 676 0 0 0 49842 0 0 0 25 0 1 0 252974857 467849216 572 33554432000 134512640 134534564 4292896128 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2733/statm: 114221 572 95 6 0 112887 0
[pid=2734] ppid=2730 vsize=23072 CPUtime=1002.31 cores=3
/proc/2734/stat : 2734 (lingeling) R 2730 2730 2145 0 -1 4202496 43577 0 0 0 100225 6 0 0 25 0 1 0 252974857 23625728 4943 33554432000 4194304 4352236 140735727968096 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2734/statm: 5768 4943 127 39 0 4848 0
[pid=2735] ppid=2730 vsize=37820 CPUtime=498.42 cores=7
/proc/2735/stat : 2735 (march_hi) R 2730 2730 2145 0 -1 4202496 9631 0 0 0 49839 3 0 0 25 0 1 0 252974857 38727680 7227 33554432000 4194304 4331988 140736632421632 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2735/statm: 9455 7227 175 34 0 7897 0
Current children cumulated CPU time (s) 4003.74
Current children cumulated vsize (KiB) 742280

[startup+1062.3 s]
/proc/loadavg: 10.18 10.15 9.52 11/188 2769
/proc/meminfo: memFree=30327824/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
[pid=2731] ppid=2730 vsize=1827632 CPUtime=1062.27 cores=1
/proc/2731/stat : 2731 (cryptominisat) R 2730 2730 2145 0 -1 4202496 157910 0 0 0 106176 51 0 0 25 0 1 0 252974857 1871495168 17227 33554432000 4194304 4587354 140737434132336 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2731/statm: 456908 17227 338 96 0 453470 0
[pid=2732] ppid=2730 vsize=54696 CPUtime=1062.31 cores=5
/proc/2732/stat : 2732 (clasp) R 2730 2730 2145 0 -1 4202496 10400 0 0 0 106230 1 0 0 25 0 1 0 252974857 56008704 10244 33554432000 4194304 4785740 140734636030928 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2732/statm: 13674 10244 341 145 0 10719 0
[pid=2733] ppid=2730 vsize=456884 CPUtime=528.24 cores=7
/proc/2733/stat : 2733 (TNM) R 2730 2730 2145 0 -1 4202496 676 0 0 0 52824 0 0 0 25 0 1 0 252974857 467849216 572 33554432000 134512640 134534564 4292896128 18446744073709551615 134528891 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2733/statm: 114221 572 95 6 0 112887 0
[pid=2734] ppid=2730 vsize=24096 CPUtime=1062.31 cores=3
/proc/2734/stat : 2734 (lingeling) R 2730 2730 2145 0 -1 4202496 44761 0 0 0 106225 6 0 0 25 0 1 0 252974857 24674304 5199 33554432000 4194304 4352236 140735727968096 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2734/statm: 6024 5199 127 39 0 5104 0
[pid=2735] ppid=2730 vsize=46552 CPUtime=528.27 cores=7
/proc/2735/stat : 2735 (march_hi) R 2730 2730 2145 0 -1 4202496 9905 0 0 0 52824 3 0 0 25 0 1 0 252974857 47669248 7501 33554432000 4194304 4331988 140736632421632 18446744073709551615 4315999 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2735/statm: 11638 7501 175 34 0 10080 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 2428184

[startup+1122.3 s]
/proc/loadavg: 10.57 10.25 9.59 12/189 2775
/proc/meminfo: memFree=30223816/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
[pid=2731] ppid=2730 vsize=141088 CPUtime=1121.79 cores=1
/proc/2731/stat : 2731 (cryptominisat) R 2730 2730 2145 0 -1 4202496 172484 0 0 0 112123 56 0 0 25 0 1 0 252974857 144474112 30915 33554432000 4194304 4587354 140737434132336 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2731/statm: 35272 30915 338 96 0 31834 0
[pid=2732] ppid=2730 vsize=55080 CPUtime=1122.31 cores=5
/proc/2732/stat : 2732 (clasp) R 2730 2730 2145 0 -1 4202496 10517 0 0 0 112230 1 0 0 25 0 1 0 252974857 56401920 10361 33554432000 4194304 4785740 140734636030928 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2732/statm: 13770 10361 341 145 0 10815 0
[pid=2733] ppid=2730 vsize=456884 CPUtime=558.08 cores=7
/proc/2733/stat : 2733 (TNM) R 2730 2730 2145 0 -1 4202496 676 0 0 0 55808 0 0 0 25 0 1 0 252974857 467849216 572 33554432000 134512640 134534564 4292896128 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2733/statm: 114221 572 95 6 0 112887 0
[pid=2734] ppid=2730 vsize=24608 CPUtime=1122.3 cores=3
/proc/2734/stat : 2734 (lingeling) R 2730 2730 2145 0 -1 4202496 45849 0 0 0 112224 6 0 0 25 0 1 0 252974857 25198592 5327 33554432000 4194304 4352236 140735727968096 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2734/statm: 6152 5327 127 39 0 5232 0
[pid=2735] ppid=2730 vsize=46552 CPUtime=558.11 cores=7
/proc/2735/stat : 2735 (march_hi) R 2730 2730 2145 0 -1 4202496 10147 0 0 0 55808 3 0 0 25 0 1 0 252974857 47669248 7743 33554432000 4194304 4331988 140736632421632 18446744073709551615 4211287 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2735/statm: 11638 7743 175 34 0 10080 0
Current children cumulated CPU time (s) 4482.59
Current children cumulated vsize (KiB) 742536

[startup+1182.3 s]
/proc/loadavg: 8.34 9.76 9.47 6/177 2797
/proc/meminfo: memFree=30474732/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
[pid=2731] ppid=2730 vsize=1760012 CPUtime=1181.47 cores=1
/proc/2731/stat : 2731 (cryptominisat) R 2730 2730 2145 0 -1 4202496 177206 0 0 0 118090 57 0 0 25 0 1 0 252974857 1802252288 22201 33554432000 4194304 4587354 140737434132336 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2731/statm: 440003 22201 338 96 0 436565 0
[pid=2732] ppid=2730 vsize=55524 CPUtime=1182.31 cores=5
/proc/2732/stat : 2732 (clasp) R 2730 2730 2145 0 -1 4202496 10583 0 0 0 118230 1 0 0 25 0 1 0 252974857 56856576 10427 33554432000 4194304 4785740 140734636030928 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2732/statm: 13881 10427 341 145 0 10926 0
[pid=2733] ppid=2730 vsize=456884 CPUtime=587.93 cores=7
/proc/2733/stat : 2733 (TNM) R 2730 2730 2145 0 -1 4202496 676 0 0 0 58793 0 0 0 25 0 1 0 252974857 467849216 572 33554432000 134512640 134534564 4292896128 18446744073709551615 134530494 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2733/statm: 114221 572 95 6 0 112887 0
[pid=2734] ppid=2730 vsize=27424 CPUtime=1182.3 cores=3
/proc/2734/stat : 2734 (lingeling) R 2730 2730 2145 0 -1 4202496 47417 0 0 0 118224 6 0 0 25 0 1 0 252974857 28082176 6031 33554432000 4194304 4352236 140735727968096 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2734/statm: 6856 6031 127 39 0 5936 0
[pid=2735] ppid=2730 vsize=46552 CPUtime=587.94 cores=7
/proc/2735/stat : 2735 (march_hi) R 2730 2730 2145 0 -1 4202496 10392 0 0 0 58790 4 0 0 25 0 1 0 252974857 47669248 7988 33554432000 4194304 4331988 140736632421632 18446744073709551615 4228548 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2735/statm: 11638 7988 175 34 0 10080 0
Current children cumulated CPU time (s) 4721.95
Current children cumulated vsize (KiB) 2364720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 7.39 9.45 9.38 6/177 2797
/proc/meminfo: memFree=30476196/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
[pid=2731] ppid=2730 vsize=1760012 CPUtime=1201.07 cores=1
/proc/2731/stat : 2731 (cryptominisat) R 2730 2730 2145 0 -1 4202496 177206 0 0 0 120050 57 0 0 25 0 1 0 252974857 1802252288 22201 33554432000 4194304 4587354 140737434132336 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2731/statm: 440003 22201 338 96 0 436565 0
[pid=2732] ppid=2730 vsize=55524 CPUtime=1201.92 cores=5
/proc/2732/stat : 2732 (clasp) R 2730 2730 2145 0 -1 4202496 10590 0 0 0 120191 1 0 0 25 0 1 0 252974857 56856576 10434 33554432000 4194304 4785740 140734636030928 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2732/statm: 13881 10434 341 145 0 10926 0
[pid=2733] ppid=2730 vsize=456884 CPUtime=597.65 cores=7
/proc/2733/stat : 2733 (TNM) R 2730 2730 2145 0 -1 4202496 676 0 0 0 59765 0 0 0 25 0 1 0 252974857 467849216 572 33554432000 134512640 134534564 4292896128 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2733/statm: 114221 572 95 6 0 112887 0
[pid=2734] ppid=2730 vsize=24992 CPUtime=1201.9 cores=3
/proc/2734/stat : 2734 (lingeling) R 2730 2730 2145 0 -1 4202496 47705 0 0 0 120184 6 0 0 25 0 1 0 252974857 25591808 5423 33554432000 4194304 4352236 140735727968096 18446744073709551615 4329185 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2734/statm: 6248 5423 127 39 0 5328 0
[pid=2735] ppid=2730 vsize=46552 CPUtime=597.71 cores=7
/proc/2735/stat : 2735 (march_hi) R 2730 2730 2145 0 -1 4202496 10484 0 0 0 59767 4 0 0 25 0 1 0 252974857 47669248 8080 33554432000 4194304 4331988 140736632421632 18446744073709551615 4242607 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2735/statm: 11638 8080 175 34 0 10080 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 2362288

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.9 s]
/proc/loadavg: 7.39 9.45 9.38 6/177 2797
/proc/meminfo: memFree=30476196/32951124 swapFree=67111524/67111528
[pid=2730] ppid=2728 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2730/stat : 2730 (ppfolio) S 2728 2730 2145 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 252974856 18763776 389 33554432000 4194304 4287625 140736290546720 18446744073709551615 268660682255 0 0 4096 65536 12004891268330029055 0 0 17 3 0 0 0
/proc/2730/statm: 4581 389 341 23 0 91 0
[pid=2731] ppid=2730 vsize=1760012 CPUtime=1201.07 cores=1
/proc/2731/stat : 2731 (cryptominisat) R 2730 2730 2145 0 -1 4202496 177206 0 0 0 120050 57 0 0 25 0 1 0 252974857 1802252288 22201 33554432000 4194304 4587354 140737434132336 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2731/statm: 440003 22201 338 96 0 436565 0
[pid=2732] ppid=2730 vsize=55524 CPUtime=1201.92 cores=5
/proc/2732/stat : 2732 (clasp) R 2730 2730 2145 0 -1 4202496 10590 0 0 0 120191 1 0 0 25 0 1 0 252974857 56856576 10434 33554432000 4194304 4785740 140734636030928 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2732/statm: 13881 10434 341 145 0 10926 0
[pid=2733] ppid=2730 vsize=456884 CPUtime=597.65 cores=7
/proc/2733/stat : 2733 (TNM) R 2730 2730 2145 0 -1 4202496 676 0 0 0 59765 0 0 0 25 0 1 0 252974857 467849216 572 33554432000 134512640 134534564 4292896128 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2733/statm: 114221 572 95 6 0 112887 0
[pid=2734] ppid=2730 vsize=24992 CPUtime=1201.9 cores=3
/proc/2734/stat : 2734 (lingeling) R 2730 2730 2145 0 -1 4202496 47705 0 0 0 120184 6 0 0 25 0 1 0 252974857 25591808 5423 33554432000 4194304 4352236 140735727968096 18446744073709551615 4329185 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2734/statm: 6248 5423 127 39 0 5328 0
[pid=2735] ppid=2730 vsize=46552 CPUtime=597.71 cores=7
/proc/2735/stat : 2735 (march_hi) R 2730 2730 2145 0 -1 4202496 10484 0 0 0 59767 4 0 0 25 0 1 0 252974857 47669248 8080 33554432000 4194304 4331988 140736632421632 18446744073709551615 4242607 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2735/statm: 11638 8080 175 34 0 10080 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 2362288

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2730 and gives
#  childrusage.ru_utime.tv_sec=3001
#  childrusage.ru_utime.tv_usec=421714
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=100984
# CPU time returned by wait4() is 3001.52
# while last known CPU time is 4800.25
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.91
CPU time (s): 4800.25
CPU user time (s): 4799.57
CPU system time (s): 0.68
CPU usage (%): 399.385
Max. virtual memory (cumulated for all children) (KiB): 9826520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3001.42
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59510
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= 425
involuntary context switches= 17415

runsolver used 1.92771 second user time and 4.63729 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 16:37:16
IDJOB=3289950
IDBENCH=83412
IDSOLVER=1612
FILE ID=node107/3289950-1304087836
RUNJOBID= node107-1304087786-2673
PBS_JOBID= 13170536
Free space on /tmp= 71792 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289950-1304087836/watcher-3289950-1304087836 -o /tmp/evaluation-result-3289950-1304087836/solver-3289950-1304087836 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3289950-1304087836.cnf

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=1193591857

node107.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.829
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.65
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.829
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.75
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.75
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.829
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:      30602024 kB
Buffers:        639688 kB
Cached:        1232568 kB
SwapCached:          4 kB
Active:         203860 kB
Inactive:      1780824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30602024 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10536 kB
Writeback:           0 kB
AnonPages:      112436 kB
Mapped:          16916 kB
Slab:           300848 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   714972 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= 71792 MiB
End job on node107 at 2011-04-29 16:57:20