Trace number 3284798

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.28 1201.71

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1119.56
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

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-3284798-1304035050/watcher-3284798-1304035050 -o /tmp/evaluation-result-3284798-1304035050/solver-3284798-1304035050 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3284798-1304035050.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: 9.60 9.67 9.33 7/182 28658
/proc/meminfo: memFree=14843148/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) R 28656 28658 27798 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0

[startup+0.0566929 s]
/proc/loadavg: 9.60 9.67 9.33 7/182 28658
/proc/meminfo: memFree=14843148/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) R 28656 28658 27798 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100685 s]
/proc/loadavg: 9.60 9.67 9.33 7/182 28658
/proc/meminfo: memFree=14843148/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) R 28656 28658 27798 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30065 s]
/proc/loadavg: 9.60 9.67 9.33 7/182 28658
/proc/meminfo: memFree=14843148/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) S 28656 28658 27798 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 14102520722664456191 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70058 s]
/proc/loadavg: 9.60 9.67 9.33 7/182 28658
/proc/meminfo: memFree=14843148/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) S 28656 28658 27798 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 14102520722664456191 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50044 s]
/proc/loadavg: 9.60 9.67 9.33 11/188 28664
/proc/meminfo: memFree=14387524/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) S 28656 28658 27798 0 -1 4202496 523 0 0 0 0 0 0 0 19 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 14102520722664456191 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
[pid=28659] ppid=28658 vsize=184260 CPUtime=1.48 cores=1
/proc/28659/stat : 28659 (cryptominisat) R 28658 28658 27798 0 -1 4202496 40299 0 0 0 141 7 0 0 25 0 1 0 515104853 188682240 39910 33554432000 4194304 4587354 140735004373824 18446744073709551615 274473628357 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28659/statm: 46065 39910 306 96 0 42627 0
[pid=28660] ppid=28658 vsize=172304 CPUtime=1.49 cores=5
/proc/28660/stat : 28660 (clasp) R 28658 28658 27798 0 -1 4202496 50173 0 0 0 141 8 0 0 25 0 1 0 515104853 176439296 39391 33554432000 4194304 4785740 140734926321776 18446744073709551615 4495633 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28660/statm: 43076 39391 318 145 0 40121 0
[pid=28661] ppid=28658 vsize=470084 CPUtime=0.74 cores=7
/proc/28661/stat : 28661 (TNM) R 28658 28658 27798 0 -1 4202496 7981 0 0 0 73 1 0 0 25 0 1 0 515104853 481366016 7879 33554432000 134512640 134534564 4292785664 18446744073709551615 12241057 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28661/statm: 117521 7879 90 6 0 116187 0
[pid=28662] ppid=28658 vsize=49864 CPUtime=1.48 cores=3
/proc/28662/stat : 28662 (lingeling) R 28658 28658 27798 0 -1 4202496 13678 0 0 0 145 3 0 0 25 0 1 0 515104853 51060736 11640 33554432000 4194304 4352236 140736050630304 18446744073709551615 4233914 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28662/statm: 12466 11640 107 39 0 11546 0
[pid=28663] ppid=28658 vsize=97444 CPUtime=0.72 cores=7
/proc/28663/stat : 28663 (march_hi) R 28658 28658 27798 0 -1 4194304 21833 0 0 0 68 4 0 0 25 0 1 0 515104853 99782656 21728 33554432000 4194304 4331988 140733937785120 18446744073709551615 274473498135 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28663/statm: 24361 21728 113 34 0 22803 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 992280

[startup+3.10116 s]
/proc/loadavg: 9.60 9.67 9.33 11/188 28664
/proc/meminfo: memFree=14283624/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) S 28656 28658 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 14102520722664456191 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
[pid=28659] ppid=28658 vsize=226084 CPUtime=3.09 cores=1
/proc/28659/stat : 28659 (cryptominisat) R 28658 28658 27798 0 -1 4202496 50742 0 0 0 300 9 0 0 25 0 1 0 515104853 231510016 50353 33554432000 4194304 4587354 140735004373824 18446744073709551615 4248831 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28659/statm: 56521 50353 312 96 0 53083 0
[pid=28660] ppid=28658 vsize=154964 CPUtime=3.09 cores=5
/proc/28660/stat : 28660 (clasp) R 28658 28658 27798 0 -1 4202496 50531 0 0 0 301 8 0 0 25 0 1 0 515104853 158683136 35647 33554432000 4194304 4785740 140734926321776 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28660/statm: 38741 35647 333 145 0 35786 0
[pid=28661] ppid=28658 vsize=488696 CPUtime=1.54 cores=7
/proc/28661/stat : 28661 (TNM) R 28658 28658 27798 0 -1 4202496 15892 0 0 0 150 4 0 0 25 0 1 0 515104853 500424704 15790 33554432000 134512640 134534564 4292785664 18446744073709551615 12248034 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28661/statm: 122174 15790 90 6 0 120840 0
[pid=28662] ppid=28658 vsize=54556 CPUtime=3.08 cores=3
/proc/28662/stat : 28662 (lingeling) R 28658 28658 27798 0 -1 4202496 26774 0 0 0 304 4 0 0 25 0 1 0 515104853 55865344 12793 33554432000 4194304 4352236 140736050630304 18446744073709551615 4319003 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28662/statm: 13639 12793 119 39 0 12719 0
[pid=28663] ppid=28658 vsize=258704 CPUtime=1.52 cores=7
/proc/28663/stat : 28663 (march_hi) R 28658 28658 27798 0 -1 4194304 47144 0 0 0 142 10 0 0 25 0 1 0 515104853 264912896 39070 33554432000 4194304 4331988 140733937785120 18446744073709551615 4262537 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28663/statm: 64676 39070 118 34 0 63118 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1201328

[startup+6.3006 s]
/proc/loadavg: 9.63 9.68 9.33 11/188 28664
/proc/meminfo: memFree=14043564/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) S 28656 28658 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 14102520722664456191 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
[pid=28659] ppid=28658 vsize=331284 CPUtime=6.29 cores=1
/proc/28659/stat : 28659 (cryptominisat) R 28658 28658 27798 0 -1 4202496 75138 0 0 0 617 12 0 0 25 0 1 0 515104853 339234816 64733 33554432000 4194304 4587354 140735004373824 18446744073709551615 4317732 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28659/statm: 82821 64733 321 96 0 79383 0
[pid=28660] ppid=28658 vsize=154964 CPUtime=6.29 cores=5
/proc/28660/stat : 28660 (clasp) R 28658 28658 27798 0 -1 4202496 50538 0 0 0 621 8 0 0 25 0 1 0 515104853 158683136 35654 33554432000 4194304 4785740 140734926321776 18446744073709551615 4287096 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28660/statm: 38741 35654 340 145 0 35786 0
[pid=28661] ppid=28658 vsize=581752 CPUtime=3.14 cores=7
/proc/28661/stat : 28661 (TNM) R 28658 28658 27798 0 -1 4202496 43141 0 0 0 306 8 0 0 25 0 1 0 515104853 595714048 43038 33554432000 134512640 134534564 4292785664 18446744073709551615 134524536 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28661/statm: 145438 43038 91 6 0 144104 0
[pid=28662] ppid=28658 vsize=54556 CPUtime=6.28 cores=3
/proc/28662/stat : 28662 (lingeling) R 28658 28658 27798 0 -1 4202496 26786 0 0 0 624 4 0 0 25 0 1 0 515104853 55865344 12805 33554432000 4194304 4352236 140736050630304 18446744073709551615 4267906 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28662/statm: 13639 12805 125 39 0 12719 0
[pid=28663] ppid=28658 vsize=264288 CPUtime=3.1 cores=7
/proc/28663/stat : 28663 (march_hi) R 28658 28658 27798 0 -1 4194304 55785 0 0 0 299 11 0 0 25 0 1 0 515104853 270630912 40462 33554432000 4194304 4331988 140733937785120 18446744073709551615 274473626023 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28663/statm: 66072 40462 129 34 0 64514 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1405168

[startup+12.7005 s]
/proc/loadavg: 9.66 9.68 9.34 11/188 28664
/proc/meminfo: memFree=13933964/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) S 28656 28658 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 14102520722664456191 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
[pid=28659] ppid=28658 vsize=331284 CPUtime=12.68 cores=1
/proc/28659/stat : 28659 (cryptominisat) R 28658 28658 27798 0 -1 4202496 79009 0 0 0 1256 12 0 0 25 0 1 0 515104853 339234816 68602 33554432000 4194304 4587354 140735004373824 18446744073709551615 4236561 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28659/statm: 82821 68602 330 96 0 79383 0
[pid=28660] ppid=28658 vsize=154964 CPUtime=12.69 cores=5
/proc/28660/stat : 28660 (clasp) R 28658 28658 27798 0 -1 4202496 50538 0 0 0 1261 8 0 0 25 0 1 0 515104853 158683136 35654 33554432000 4194304 4785740 140734926321776 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28660/statm: 38741 35654 340 145 0 35786 0
[pid=28661] ppid=28658 vsize=632596 CPUtime=6.31 cores=7
/proc/28661/stat : 28661 (TNM) R 28658 28658 27798 0 -1 4202496 67904 0 0 0 621 10 0 0 25 0 1 0 515104853 647778304 67801 33554432000 134512640 134534564 4292785664 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28661/statm: 158149 67801 95 6 0 156815 0
[pid=28662] ppid=28658 vsize=55172 CPUtime=12.68 cores=3
/proc/28662/stat : 28662 (lingeling) R 28658 28658 27798 0 -1 4202496 26942 0 0 0 1264 4 0 0 25 0 1 0 515104853 56496128 12961 33554432000 4194304 4352236 140736050630304 18446744073709551615 4278712 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28662/statm: 13793 12961 127 39 0 12873 0
[pid=28663] ppid=28658 vsize=264272 CPUtime=6.3 cores=7
/proc/28663/stat : 28663 (march_hi) R 28658 28658 27798 0 -1 4202496 55814 0 0 0 619 11 0 0 25 0 1 0 515104853 270614528 40487 33554432000 4194304 4331988 140733937785120 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28663/statm: 66068 40487 150 34 0 64510 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1456612

[startup+25.5012 s]
/proc/loadavg: 9.81 9.72 9.35 11/188 28665
/proc/meminfo: memFree=13878232/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) S 28656 28658 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 14102520722664456191 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
[pid=28659] ppid=28658 vsize=331284 CPUtime=25.48 cores=1
/proc/28659/stat : 28659 (cryptominisat) R 28658 28658 27798 0 -1 4202496 79009 0 0 0 2536 12 0 0 25 0 1 0 515104853 339234816 68602 33554432000 4194304 4587354 140735004373824 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28659/statm: 82821 68602 330 96 0 79383 0
[pid=28660] ppid=28658 vsize=154964 CPUtime=25.49 cores=5
/proc/28660/stat : 28660 (clasp) R 28658 28658 27798 0 -1 4202496 50538 0 0 0 2541 8 0 0 25 0 1 0 515104853 158683136 35654 33554432000 4194304 4785740 140734926321776 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28660/statm: 38741 35654 340 145 0 35786 0
[pid=28661] ppid=28658 vsize=632596 CPUtime=12.64 cores=7
/proc/28661/stat : 28661 (TNM) R 28658 28658 27798 0 -1 4202496 67904 0 0 0 1254 10 0 0 25 0 1 0 515104853 647778304 67801 33554432000 134512640 134534564 4292785664 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28661/statm: 158149 67801 95 6 0 156815 0
[pid=28662] ppid=28658 vsize=59032 CPUtime=25.48 cores=3
/proc/28662/stat : 28662 (lingeling) R 28658 28658 27798 0 -1 4202496 27908 0 0 0 2544 4 0 0 25 0 1 0 515104853 60448768 13926 33554432000 4194304 4352236 140736050630304 18446744073709551615 4278712 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28662/statm: 14758 13926 127 39 0 13838 0
[pid=28663] ppid=28658 vsize=488860 CPUtime=12.7 cores=7
/proc/28663/stat : 28663 (march_hi) R 28658 28658 27798 0 -1 4202496 99962 0 0 0 1253 17 0 0 25 0 1 0 515104853 500592640 55618 33554432000 4194304 4331988 140733937785120 18446744073709551615 4239684 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28663/statm: 122215 55618 172 34 0 120657 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 1685060

[startup+51.1007 s]
/proc/loadavg: 10.02 9.77 9.38 11/188 28665
/proc/meminfo: memFree=13811376/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) S 28656 28658 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 14102520722664456191 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
[pid=28659] ppid=28658 vsize=321908 CPUtime=51.09 cores=1
/proc/28659/stat : 28659 (cryptominisat) R 28658 28658 27798 0 -1 4202496 85875 0 0 0 5093 16 0 0 25 0 1 0 515104853 329633792 69908 33554432000 4194304 4587354 140735004373824 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28659/statm: 80477 69908 330 96 0 77039 0
[pid=28660] ppid=28658 vsize=154964 CPUtime=51.09 cores=5
/proc/28660/stat : 28660 (clasp) R 28658 28658 27798 0 -1 4202496 50538 0 0 0 5101 8 0 0 25 0 1 0 515104853 158683136 35654 33554432000 4194304 4785740 140734926321776 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28660/statm: 38741 35654 340 145 0 35786 0
[pid=28661] ppid=28658 vsize=632596 CPUtime=25.4 cores=7
/proc/28661/stat : 28661 (TNM) R 28658 28658 27798 0 -1 4202496 67904 0 0 0 2530 10 0 0 25 0 1 0 515104853 647778304 67801 33554432000 134512640 134534564 4292785664 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28661/statm: 158149 67801 95 6 0 156815 0
[pid=28662] ppid=28658 vsize=99868 CPUtime=51.08 cores=3

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

/proc/28663/statm: 143235 76400 179 34 0 141677 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 5035748

[startup+1002.3 s]
/proc/loadavg: 6.77 9.14 9.52 6/177 28721
/proc/meminfo: memFree=12611416/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) S 28656 28658 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 14102520722664456191 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
[pid=28659] ppid=28658 vsize=2604124 CPUtime=1002.3 cores=1
/proc/28659/stat : 28659 (cryptominisat) R 28658 28658 27798 0 -1 4202496 562566 0 0 0 100095 135 0 0 25 0 1 0 515104853 2666622976 166117 33554432000 4194304 4587354 140735004373824 18446744073709551615 4236606 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28659/statm: 651031 166117 338 96 0 647593 0
[pid=28660] ppid=28658 vsize=1028604 CPUtime=1002.28 cores=5
/proc/28660/stat : 28660 (clasp) R 28658 28658 27798 0 -1 4202496 268882 0 0 0 100152 76 0 0 25 0 1 0 515104853 1053290496 253998 33554432000 4194304 4785740 140734926321776 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28660/statm: 257151 253998 340 145 0 254196 0
[pid=28661] ppid=28658 vsize=632596 CPUtime=498.46 cores=7
/proc/28661/stat : 28661 (TNM) R 28658 28658 27798 0 -1 4202496 67904 0 0 0 49836 10 0 0 25 0 1 0 515104853 647778304 67801 33554432000 134512640 134534564 4292785664 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28661/statm: 158149 67801 95 6 0 156815 0
[pid=28662] ppid=28658 vsize=247392 CPUtime=1002.31 cores=3
/proc/28662/stat : 28662 (lingeling) R 28658 28658 27798 0 -1 4202496 292429 0 0 0 100195 36 0 0 25 0 1 0 515104853 253329408 61016 33554432000 4194304 4352236 140736050630304 18446744073709551615 4294720 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28662/statm: 61848 61016 127 39 0 60928 0
[pid=28663] ppid=28658 vsize=573072 CPUtime=498.37 cores=7
/proc/28663/stat : 28663 (march_hi) R 28658 28658 27798 0 -1 4202496 120860 0 0 0 49816 21 0 0 25 0 1 0 515104853 586825728 76428 33554432000 4194304 4331988 140733937785120 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28663/statm: 143268 76428 179 34 0 141710 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 5104112

[startup+1062.3 s]
/proc/loadavg: 5.75 8.41 9.24 6/177 28722
/proc/meminfo: memFree=12562644/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) S 28656 28658 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 14102520722664456191 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
[pid=28659] ppid=28658 vsize=2332048 CPUtime=1062.31 cores=1
/proc/28659/stat : 28659 (cryptominisat) R 28658 28658 27798 0 -1 4202496 580102 0 0 0 106088 143 0 0 25 0 1 0 515104853 2388017152 164789 33554432000 4194304 4587354 140735004373824 18446744073709551615 4236583 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28659/statm: 583012 164789 338 96 0 579574 0
[pid=28660] ppid=28658 vsize=1065756 CPUtime=1062.28 cores=5
/proc/28660/stat : 28660 (clasp) R 28658 28658 27798 0 -1 4202496 278180 0 0 0 106148 80 0 0 25 0 1 0 515104853 1091334144 263296 33554432000 4194304 4785740 140734926321776 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28660/statm: 266439 263296 340 145 0 263484 0
[pid=28661] ppid=28658 vsize=632596 CPUtime=528.29 cores=7
/proc/28661/stat : 28661 (TNM) R 28658 28658 27798 0 -1 4202496 67904 0 0 0 52819 10 0 0 25 0 1 0 515104853 647778304 67801 33554432000 134512640 134534564 4292785664 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28661/statm: 158149 67801 95 6 0 156815 0
[pid=28662] ppid=28658 vsize=263776 CPUtime=1062.31 cores=3
/proc/28662/stat : 28662 (lingeling) R 28658 28658 27798 0 -1 4202496 296525 0 0 0 106195 36 0 0 25 0 1 0 515104853 270106624 65112 33554432000 4194304 4352236 140736050630304 18446744073709551615 4234513 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28662/statm: 65944 65112 127 39 0 65024 0
[pid=28663] ppid=28658 vsize=575144 CPUtime=528.22 cores=7
/proc/28663/stat : 28663 (march_hi) R 28658 28658 27798 0 -1 4202496 121374 0 0 0 52801 21 0 0 25 0 1 0 515104853 588947456 76942 33554432000 4194304 4331988 140733937785120 18446744073709551615 4263314 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28663/statm: 143786 76942 179 34 0 142228 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 4887644

[startup+1122.3 s]
/proc/loadavg: 5.41 7.82 8.98 6/177 28724
/proc/meminfo: memFree=12528488/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) S 28656 28658 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 14102520722664456191 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
[pid=28659] ppid=28658 vsize=2477608 CPUtime=1122.31 cores=1
/proc/28659/stat : 28659 (cryptominisat) R 28658 28658 27798 0 -1 4202496 596738 0 0 0 112080 151 0 0 25 0 1 0 515104853 2537070592 160352 33554432000 4194304 4587354 140735004373824 18446744073709551615 4236583 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28659/statm: 619402 160352 338 96 0 615964 0
[pid=28660] ppid=28658 vsize=1115832 CPUtime=1122.27 cores=5
/proc/28660/stat : 28660 (clasp) R 28658 28658 27798 0 -1 4202496 290733 0 0 0 112143 84 0 0 25 0 1 0 515104853 1142611968 275849 33554432000 4194304 4785740 140734926321776 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28660/statm: 278958 275849 340 145 0 276003 0
[pid=28661] ppid=28658 vsize=632596 CPUtime=558.15 cores=7
/proc/28661/stat : 28661 (TNM) R 28658 28658 27798 0 -1 4202496 67904 0 0 0 55805 10 0 0 25 0 1 0 515104853 647778304 67801 33554432000 134512640 134534564 4292785664 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28661/statm: 158149 67801 95 6 0 156815 0
[pid=28662] ppid=28658 vsize=263724 CPUtime=1122.31 cores=3
/proc/28662/stat : 28662 (lingeling) R 28658 28658 27798 0 -1 4202496 296525 0 0 0 112195 36 0 0 25 0 1 0 515104853 270053376 65099 33554432000 4194304 4352236 140736050630304 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28662/statm: 65931 65099 127 39 0 65011 0
[pid=28663] ppid=28658 vsize=575796 CPUtime=558.03 cores=7
/proc/28663/stat : 28663 (march_hi) R 28658 28658 27798 0 -1 4202496 121527 0 0 0 55782 21 0 0 25 0 1 0 515104853 589615104 77095 33554432000 4194304 4331988 140733937785120 18446744073709551615 4237147 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28663/statm: 143949 77095 179 34 0 142391 0
Current children cumulated CPU time (s) 4483.07
Current children cumulated vsize (KiB) 5083880

[startup+1182.3 s]
/proc/loadavg: 5.21 7.32 8.74 6/177 28725
/proc/meminfo: memFree=12475484/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) S 28656 28658 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 14102520722664456191 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
[pid=28659] ppid=28658 vsize=2501608 CPUtime=1182.31 cores=1
/proc/28659/stat : 28659 (cryptominisat) R 28658 28658 27798 0 -1 4202496 614496 0 0 0 118072 159 0 0 25 0 1 0 515104853 2561646592 158686 33554432000 4194304 4587354 140735004373824 18446744073709551615 4250320 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28659/statm: 625402 158686 338 96 0 621964 0
[pid=28660] ppid=28658 vsize=1170604 CPUtime=1182.28 cores=5
/proc/28660/stat : 28660 (clasp) R 28658 28658 27798 0 -1 4202496 304448 0 0 0 118139 89 0 0 25 0 1 0 515104853 1198698496 289564 33554432000 4194304 4785740 140734926321776 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28660/statm: 292651 289564 340 145 0 289696 0
[pid=28661] ppid=28658 vsize=632596 CPUtime=587.95 cores=7
/proc/28661/stat : 28661 (TNM) R 28658 28658 27798 0 -1 4202496 67904 0 0 0 58785 10 0 0 25 0 1 0 515104853 647778304 67801 33554432000 134512640 134534564 4292785664 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28661/statm: 158149 67801 95 6 0 156815 0
[pid=28662] ppid=28658 vsize=267820 CPUtime=1182.31 cores=3
/proc/28662/stat : 28662 (lingeling) R 28658 28658 27798 0 -1 4202496 330318 0 0 0 118191 40 0 0 25 0 1 0 515104853 274247680 66123 33554432000 4194304 4352236 140736050630304 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28662/statm: 66955 66123 127 39 0 66035 0
[pid=28663] ppid=28658 vsize=578392 CPUtime=587.91 cores=7
/proc/28663/stat : 28663 (march_hi) R 28658 28658 27798 0 -1 4202496 122159 0 0 0 58770 21 0 0 25 0 1 0 515104853 592273408 77727 33554432000 4194304 4331988 140733937785120 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28663/statm: 144598 77727 179 34 0 143040 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 5169344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.15 7.17 8.66 6/177 28726
/proc/meminfo: memFree=12417696/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) S 28656 28658 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 14102520722664456191 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
[pid=28659] ppid=28658 vsize=2501608 CPUtime=1201.72 cores=1
/proc/28659/stat : 28659 (cryptominisat) R 28658 28658 27798 0 -1 4202496 620340 0 0 0 120010 162 0 0 25 0 1 0 515104853 2561646592 164518 33554432000 4194304 4587354 140735004373824 18446744073709551615 4236522 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28659/statm: 625402 164518 338 96 0 621964 0
[pid=28660] ppid=28658 vsize=1201676 CPUtime=1201.68 cores=5
/proc/28660/stat : 28660 (clasp) R 28658 28658 27798 0 -1 4202496 312224 0 0 0 120077 91 0 0 25 0 1 0 515104853 1230516224 297340 33554432000 4194304 4785740 140734926321776 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28660/statm: 300419 297340 340 145 0 297464 0
[pid=28661] ppid=28658 vsize=632596 CPUtime=597.65 cores=7
/proc/28661/stat : 28661 (TNM) R 28658 28658 27798 0 -1 4202496 67904 0 0 0 59755 10 0 0 25 0 1 0 515104853 647778304 67801 33554432000 134512640 134534564 4292785664 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28661/statm: 158149 67801 95 6 0 156815 0
[pid=28662] ppid=28658 vsize=267820 CPUtime=1201.72 cores=3
/proc/28662/stat : 28662 (lingeling) R 28658 28658 27798 0 -1 4202496 330318 0 0 0 120132 40 0 0 25 0 1 0 515104853 274247680 66123 33554432000 4194304 4352236 140736050630304 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28662/statm: 66955 66123 127 39 0 66035 0
[pid=28663] ppid=28658 vsize=578392 CPUtime=597.51 cores=7
/proc/28663/stat : 28663 (march_hi) R 28658 28658 27798 0 -1 4202496 122164 0 0 0 59730 21 0 0 25 0 1 0 515104853 592273408 77732 33554432000 4194304 4331988 140733937785120 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28663/statm: 144598 77732 179 34 0 143040 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 5200416

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

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

[startup+1201.7 s]
/proc/loadavg: 5.15 7.17 8.66 6/177 28726
/proc/meminfo: memFree=12417696/32950928 swapFree=67111528/67111528
[pid=28658] ppid=28656 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28658/stat : 28658 (ppfolio) S 28656 28658 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515104852 18763776 390 33554432000 4194304 4287625 140734080882496 18446744073709551615 274473987599 0 0 4096 65536 14102520722664456191 0 0 17 5 0 0 0
/proc/28658/statm: 4581 390 341 23 0 91 0
[pid=28659] ppid=28658 vsize=2501608 CPUtime=1201.72 cores=1
/proc/28659/stat : 28659 (cryptominisat) R 28658 28658 27798 0 -1 4202496 620340 0 0 0 120010 162 0 0 25 0 1 0 515104853 2561646592 164518 33554432000 4194304 4587354 140735004373824 18446744073709551615 4236522 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28659/statm: 625402 164518 338 96 0 621964 0
[pid=28660] ppid=28658 vsize=1201676 CPUtime=1201.68 cores=5
/proc/28660/stat : 28660 (clasp) R 28658 28658 27798 0 -1 4202496 312224 0 0 0 120077 91 0 0 25 0 1 0 515104853 1230516224 297340 33554432000 4194304 4785740 140734926321776 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28660/statm: 300419 297340 340 145 0 297464 0
[pid=28661] ppid=28658 vsize=632596 CPUtime=597.65 cores=7
/proc/28661/stat : 28661 (TNM) R 28658 28658 27798 0 -1 4202496 67904 0 0 0 59755 10 0 0 25 0 1 0 515104853 647778304 67801 33554432000 134512640 134534564 4292785664 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28661/statm: 158149 67801 95 6 0 156815 0
[pid=28662] ppid=28658 vsize=267820 CPUtime=1201.72 cores=3
/proc/28662/stat : 28662 (lingeling) R 28658 28658 27798 0 -1 4202496 330318 0 0 0 120132 40 0 0 25 0 1 0 515104853 274247680 66123 33554432000 4194304 4352236 140736050630304 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28662/statm: 66955 66123 127 39 0 66035 0
[pid=28663] ppid=28658 vsize=578392 CPUtime=597.51 cores=7
/proc/28663/stat : 28663 (march_hi) R 28658 28658 27798 0 -1 4202496 122164 0 0 0 59730 21 0 0 25 0 1 0 515104853 592273408 77732 33554432000 4194304 4331988 140733937785120 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28663/statm: 144598 77732 179 34 0 143040 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 5200416

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.71
CPU time (s): 4800.28
CPU user time (s): 4797.04
CPU system time (s): 3.24
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 6862156

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

runsolver used 1.79573 second user time and 4.75828 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 01:57:32
IDJOB=3284798
IDBENCH=82363
IDSOLVER=1612
FILE ID=node125/3284798-1304035050
RUNJOBID= node125-1304032406-28176
PBS_JOBID= 13170327
Free space on /tmp= 72708 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284798-1304035050/watcher-3284798-1304035050 -o /tmp/evaluation-result-3284798-1304035050/solver-3284798-1304035050 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3284798-1304035050.cnf

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=528553450

node125.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.828
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.74
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14843180 kB
Buffers:       2217400 kB
Cached:       15031112 kB
SwapCached:          0 kB
Active:        9353012 kB
Inactive:      8221116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14843180 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           53472 kB
Writeback:          80 kB
AnonPages:      325076 kB
Mapped:          16768 kB
Slab:           469616 kB
PageTables:       5700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2243752 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= 72712 MiB
End job on node125 at 2011-04-29 02:17:36