Trace number 3249411

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x14.cnf
MD5SUMf76302f2442dfc7cabc2315e61e55fea
Bench CategoryCRAFTED (crafted 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 variables1176
Number of clauses78498
Sum of the clauses size310464
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21764
Number of clauses of size 30
Number of clauses of size 476734
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

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-3249411-1304083855/watcher-3249411-1304083855 -o /tmp/evaluation-result-3249411-1304083855/solver-3249411-1304083855 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3249411-1304083855.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.05 8.28 8.52 6/181 1605
/proc/meminfo: memFree=20465448/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=11800 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (runsolver) R 1603 1605 567 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 598616189 12083200 51 33554432000 4194304 5434984 140737130744720 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/1605/statm: 2950 51 31 303 0 2644 0

[startup+0.857443 s]
/proc/loadavg: 8.05 8.28 8.52 6/181 1605
/proc/meminfo: memFree=20465448/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) S 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 16011810707108528127 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900334 s]
/proc/loadavg: 8.05 8.28 8.52 6/181 1605
/proc/meminfo: memFree=20465448/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) R 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00032 s]
/proc/loadavg: 8.05 8.28 8.52 6/181 1605
/proc/meminfo: memFree=20465448/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) R 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.1003 s]
/proc/loadavg: 8.05 8.28 8.52 6/181 1605
/proc/meminfo: memFree=20465448/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) R 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50022 s]
/proc/loadavg: 8.05 8.28 8.52 6/181 1605
/proc/meminfo: memFree=20465448/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) S 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 16011810707108528127 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10093 s]
/proc/loadavg: 8.05 8.28 8.52 10/187 1611
/proc/meminfo: memFree=20381576/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) S 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 16011810707108528127 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
[pid=1607] ppid=1605 vsize=1827464 CPUtime=3.08 cores=0
/proc/1607/stat : 1607 (cryptominisat) R 1605 1605 567 0 -1 4202496 13928 0 0 0 306 2 0 0 25 0 1 0 598616190 1871323136 9288 33554432000 4194304 4587354 140733657137952 18446744073709551615 4365021 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1607/statm: 456866 9288 337 96 0 453428 0
[pid=1608] ppid=1605 vsize=33856 CPUtime=3.08 cores=4
/proc/1608/stat : 1608 (clasp) R 1605 1605 567 0 -1 4202496 6336 0 0 0 308 0 0 0 25 0 1 0 598616190 34668544 5771 33554432000 4194304 4785740 140735799417200 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1608/statm: 8464 5771 340 145 0 5509 0
[pid=1609] ppid=1605 vsize=463088 CPUtime=1.96 cores=6
/proc/1609/stat : 1609 (TNM) R 1605 1605 567 0 -1 4202496 2851 0 0 0 196 0 0 0 21 0 1 0 598616190 474202112 2748 33554432000 134512640 134534564 4294103776 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1609/statm: 115772 2748 95 6 0 114438 0
[pid=1610] ppid=1605 vsize=15760 CPUtime=3.08 cores=2
/proc/1610/stat : 1610 (lingeling) R 1605 1605 567 0 -1 4202496 5434 0 0 0 308 0 0 0 25 0 1 0 598616190 16138240 3111 33554432000 4194304 4352236 140736625270032 18446744073709551615 4267768 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1610/statm: 3940 3111 127 39 0 3020 0
[pid=1611] ppid=1605 vsize=17380 CPUtime=1.1 cores=6
/proc/1611/stat : 1611 (march_hi) R 1605 1605 567 0 -1 4202496 9194 0 0 0 109 1 0 0 25 0 1 0 598616270 17797120 2137 33554432000 4194304 4331988 140736160615328 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1611/statm: 4345 2137 150 34 0 2787 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 2375872

[startup+6.30733 s]
/proc/loadavg: 8.13 8.29 8.52 10/187 1611
/proc/meminfo: memFree=20359476/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) S 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 16011810707108528127 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
[pid=1607] ppid=1605 vsize=1843148 CPUtime=6.28 cores=0
/proc/1607/stat : 1607 (cryptominisat) R 1605 1605 567 0 -1 4202496 19997 0 0 0 626 2 0 0 25 0 1 0 598616190 1887383552 12202 33554432000 4194304 4587354 140733657137952 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1607/statm: 460787 12202 337 96 0 457349 0
[pid=1608] ppid=1605 vsize=42332 CPUtime=6.29 cores=4
/proc/1608/stat : 1608 (clasp) R 1605 1605 567 0 -1 4202496 8437 0 0 0 628 1 0 0 25 0 1 0 598616190 43347968 7872 33554432000 4194304 4785740 140735799417200 18446744073709551615 4307209 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1608/statm: 10583 7872 340 145 0 7628 0
[pid=1609] ppid=1605 vsize=463088 CPUtime=3.55 cores=6
/proc/1609/stat : 1609 (TNM) R 1605 1605 567 0 -1 4202496 2851 0 0 0 355 0 0 0 25 0 1 0 598616190 474202112 2748 33554432000 134512640 134534564 4294103776 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1609/statm: 115772 2748 95 6 0 114438 0
[pid=1610] ppid=1605 vsize=12348 CPUtime=6.29 cores=2
/proc/1610/stat : 1610 (lingeling) R 1605 1605 567 0 -1 4202496 5597 0 0 0 629 0 0 0 25 0 1 0 598616190 12644352 2250 33554432000 4194304 4352236 140736625270032 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1610/statm: 3087 2250 127 39 0 2167 0
[pid=1611] ppid=1605 vsize=25372 CPUtime=2.7 cores=6
/proc/1611/stat : 1611 (march_hi) R 1605 1605 567 0 -1 4202496 11214 0 0 0 269 1 0 0 25 0 1 0 598616270 25980928 3479 33554432000 4194304 4331988 140736160615328 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1611/statm: 6343 3479 173 34 0 4785 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 2404612

[startup+12.7011 s]
/proc/loadavg: 8.20 8.31 8.53 10/187 1611
/proc/meminfo: memFree=20336196/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) S 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 16011810707108528127 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
[pid=1607] ppid=1605 vsize=1851852 CPUtime=12.68 cores=0
/proc/1607/stat : 1607 (cryptominisat) R 1605 1605 567 0 -1 4202496 24984 0 0 0 1265 3 0 0 25 0 1 0 598616190 1896296448 13987 33554432000 4194304 4587354 140733657137952 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1607/statm: 462963 13987 337 96 0 459525 0
[pid=1608] ppid=1605 vsize=49012 CPUtime=12.68 cores=4
/proc/1608/stat : 1608 (clasp) R 1605 1605 567 0 -1 4202496 10089 0 0 0 1267 1 0 0 25 0 1 0 598616190 50188288 9524 33554432000 4194304 4785740 140735799417200 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1608/statm: 12253 9524 340 145 0 9298 0
[pid=1609] ppid=1605 vsize=463088 CPUtime=6.74 cores=6
/proc/1609/stat : 1609 (TNM) R 1605 1605 567 0 -1 4202496 2851 0 0 0 674 0 0 0 25 0 1 0 598616190 474202112 2748 33554432000 134512640 134534564 4294103776 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1609/statm: 115772 2748 95 6 0 114438 0
[pid=1610] ppid=1605 vsize=13636 CPUtime=12.68 cores=2
/proc/1610/stat : 1610 (lingeling) R 1605 1605 567 0 -1 4202496 7199 0 0 0 1268 0 0 0 25 0 1 0 598616190 13963264 2572 33554432000 4194304 4352236 140736625270032 18446744073709551615 4279053 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1610/statm: 3409 2572 127 39 0 2489 0
[pid=1611] ppid=1605 vsize=25372 CPUtime=5.87 cores=6
/proc/1611/stat : 1611 (march_hi) R 1605 1605 567 0 -1 4202496 11214 0 0 0 586 1 0 0 25 0 1 0 598616270 25980928 3479 33554432000 4194304 4331988 140736160615328 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1611/statm: 6343 3479 173 34 0 4785 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 2421284

[startup+25.5007 s]
/proc/loadavg: 8.37 8.34 8.53 10/187 1611
/proc/meminfo: memFree=20295880/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) S 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 16011810707108528127 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
[pid=1607] ppid=1605 vsize=1874796 CPUtime=25.48 cores=0
/proc/1607/stat : 1607 (cryptominisat) R 1605 1605 567 0 -1 4202496 36230 0 0 0 2543 5 0 0 25 0 1 0 598616190 1919791104 21778 33554432000 4194304 4587354 140733657137952 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1607/statm: 468699 21778 337 96 0 465261 0
[pid=1608] ppid=1605 vsize=57668 CPUtime=25.48 cores=4
/proc/1608/stat : 1608 (clasp) R 1605 1605 567 0 -1 4202496 12152 0 0 0 2546 2 0 0 25 0 1 0 598616190 59052032 11587 33554432000 4194304 4785740 140735799417200 18446744073709551615 4309494 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1608/statm: 14417 11587 340 145 0 11462 0
[pid=1609] ppid=1605 vsize=463088 CPUtime=13.14 cores=6
/proc/1609/stat : 1609 (TNM) R 1605 1605 567 0 -1 4202496 2851 0 0 0 1314 0 0 0 25 0 1 0 598616190 474202112 2748 33554432000 134512640 134534564 4294103776 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1609/statm: 115772 2748 95 6 0 114438 0
[pid=1610] ppid=1605 vsize=14020 CPUtime=25.48 cores=2
/proc/1610/stat : 1610 (lingeling) R 1605 1605 567 0 -1 4202496 8799 0 0 0 2548 0 0 0 25 0 1 0 598616190 14356480 2668 33554432000 4194304 4352236 140736625270032 18446744073709551615 4328359 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1610/statm: 3505 2668 127 39 0 2585 0
[pid=1611] ppid=1605 vsize=25372 CPUtime=12.2 cores=6
/proc/1611/stat : 1611 (march_hi) R 1605 1605 567 0 -1 4202496 11214 0 0 0 1219 1 0 0 25 0 1 0 598616270 25980928 3479 33554432000 4194304 4331988 140736160615328 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1611/statm: 6343 3479 173 34 0 4785 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 2453268

[startup+51.101 s]
/proc/loadavg: 8.73 8.42 8.56 10/187 1612
/proc/meminfo: memFree=20262952/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) S 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 16011810707108528127 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
[pid=1607] ppid=1605 vsize=1883708 CPUtime=51.07 cores=0
/proc/1607/stat : 1607 (cryptominisat) R 1605 1605 567 0 -1 4202496 52272 0 0 0 5099 8 0 0 25 0 1 0 598616190 1928916992 23107 33554432000 4194304 4587354 140733657137952 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1607/statm: 470927 23107 337 96 0 467489 0
[pid=1608] ppid=1605 vsize=68828 CPUtime=51.09 cores=4
/proc/1608/stat : 1608 (clasp) R 1605 1605 567 0 -1 4202496 14832 0 0 0 5106 3 0 0 25 0 1 0 598616190 70479872 14267 33554432000 4194304 4785740 140735799417200 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1608/statm: 17207 14267 340 145 0 14252 0
[pid=1609] ppid=1605 vsize=463088 CPUtime=25.84 cores=6
/proc/1609/stat : 1609 (TNM) R 1605 1605 567 0 -1 4202496 2851 0 0 0 2584 0 0 0 25 0 1 0 598616190 474202112 2748 33554432000 134512640 134534564 4294103776 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1609/statm: 115772 2748 95 6 0 114438 0
[pid=1610] ppid=1605 vsize=19788 CPUtime=51.08 cores=2
/proc/1610/stat : 1610 (lingeling) R 1605 1605 567 0 -1 4202496 14657 0 0 0 5107 1 0 0 25 0 1 0 598616190 20262912 4110 33554432000 4194304 4352236 140736625270032 18446744073709551615 4267918 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1610/statm: 4947 4110 127 39 0 4027 0
[pid=1611] ppid=1605 vsize=28824 CPUtime=24.96 cores=6
/proc/1611/stat : 1611 (march_hi) R 1605 1605 567 0 -1 4202496 11819 0 0 0 2495 1 0 0 25 0 1 0 598616270 29515776 4084 33554432000 4194304 4331988 140736160615328 18446744073709551615 4226620 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1611/statm: 7206 4084 174 34 0 5648 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 2482560

[startup+102.3 s]
/proc/loadavg: 8.99 8.54 8.59 10/187 1614
/proc/meminfo: memFree=20219780/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) S 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 16011810707108528127 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
[pid=1607] ppid=1605 vsize=1887484 CPUtime=102.28 cores=0

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

/proc/1611/statm: 16166 11181 174 34 0 14608 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 2627312

[startup+1002.3 s]
/proc/loadavg: 10.19 9.80 9.22 11/188 1706
/proc/meminfo: memFree=19995216/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) S 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 16011810707108528127 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
[pid=1607] ppid=1605 vsize=1873728 CPUtime=1002.31 cores=0
/proc/1607/stat : 1607 (cryptominisat) R 1605 1605 567 0 -1 4202496 824774 0 0 0 100033 198 0 0 25 0 1 0 598616190 1918697472 24439 33554432000 4194304 4587354 140733657137952 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1607/statm: 468432 24439 337 96 0 464994 0
[pid=1608] ppid=1605 vsize=170772 CPUtime=1002.32 cores=4
/proc/1608/stat : 1608 (clasp) R 1605 1605 567 0 -1 4202496 38269 0 0 0 100222 10 0 0 25 0 1 0 598616190 174870528 37704 33554432000 4194304 4785740 140735799417200 18446744073709551615 4287201 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1608/statm: 42693 37704 340 145 0 39738 0
[pid=1609] ppid=1605 vsize=463088 CPUtime=498.86 cores=6
/proc/1609/stat : 1609 (TNM) R 1605 1605 567 0 -1 4202496 2851 0 0 0 49886 0 0 0 25 0 1 0 598616190 474202112 2748 33554432000 134512640 134534564 4294103776 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1609/statm: 115772 2748 95 6 0 114438 0
[pid=1610] ppid=1605 vsize=43052 CPUtime=1002.23 cores=2
/proc/1610/stat : 1610 (lingeling) R 1605 1605 567 0 -1 4202496 101732 0 0 0 100209 14 0 0 25 0 1 0 598616190 44085248 9958 33554432000 4194304 4352236 140736625270032 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1610/statm: 10763 9958 127 39 0 9843 0
[pid=1611] ppid=1605 vsize=64664 CPUtime=497.99 cores=6
/proc/1611/stat : 1611 (march_hi) R 1605 1605 567 0 -1 4202496 18916 0 0 0 49794 5 0 0 25 0 1 0 598616270 66215936 11181 33554432000 4194304 4331988 140736160615328 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1611/statm: 16166 11181 174 34 0 14608 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 2633628

[startup+1062.31 s]
/proc/loadavg: 10.23 9.88 9.28 11/188 1707
/proc/meminfo: memFree=20035732/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) S 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 16011810707108528127 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
[pid=1607] ppid=1605 vsize=214176 CPUtime=1062.31 cores=0
/proc/1607/stat : 1607 (cryptominisat) R 1605 1605 567 0 -1 4202496 884075 0 0 0 106017 214 0 0 25 0 1 0 598616190 219316224 24215 33554432000 4194304 4587354 140733657137952 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1607/statm: 53544 24215 337 96 0 50106 0
[pid=1608] ppid=1605 vsize=172568 CPUtime=1062.33 cores=4
/proc/1608/stat : 1608 (clasp) R 1605 1605 567 0 -1 4202496 38644 0 0 0 106223 10 0 0 25 0 1 0 598616190 176709632 38079 33554432000 4194304 4785740 140735799417200 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1608/statm: 43142 38079 340 145 0 40187 0
[pid=1609] ppid=1605 vsize=463088 CPUtime=528.7 cores=6
/proc/1609/stat : 1609 (TNM) R 1605 1605 567 0 -1 4202496 2851 0 0 0 52870 0 0 0 25 0 1 0 598616190 474202112 2748 33554432000 134512640 134534564 4294103776 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1609/statm: 115772 2748 95 6 0 114438 0
[pid=1610] ppid=1605 vsize=32560 CPUtime=1062.23 cores=2
/proc/1610/stat : 1610 (lingeling) R 1605 1605 567 0 -1 4202496 103013 0 0 0 106209 14 0 0 25 0 1 0 598616190 33341440 7335 33554432000 4194304 4352236 140736625270032 18446744073709551615 4207607 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1610/statm: 8140 7335 127 39 0 7220 0
[pid=1611] ppid=1605 vsize=64664 CPUtime=527.83 cores=6
/proc/1611/stat : 1611 (march_hi) R 1605 1605 567 0 -1 4202496 18916 0 0 0 52778 5 0 0 25 0 1 0 598616270 66215936 11181 33554432000 4194304 4331988 140736160615328 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1611/statm: 16166 11181 174 34 0 14608 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 965380

[startup+1122.3 s]
/proc/loadavg: 10.12 9.92 9.33 11/188 1709
/proc/meminfo: memFree=20001720/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) S 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 16011810707108528127 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
[pid=1607] ppid=1605 vsize=1873576 CPUtime=1122.31 cores=0
/proc/1607/stat : 1607 (cryptominisat) R 1605 1605 567 0 -1 4202496 942386 0 0 0 112000 231 0 0 25 0 1 0 598616190 1918541824 20907 33554432000 4194304 4587354 140733657137952 18446744073709551615 4243106 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1607/statm: 468394 20907 337 96 0 464956 0
[pid=1608] ppid=1605 vsize=189192 CPUtime=1122.32 cores=4
/proc/1608/stat : 1608 (clasp) R 1605 1605 567 0 -1 4202496 42569 0 0 0 112221 11 0 0 25 0 1 0 598616190 193732608 42004 33554432000 4194304 4785740 140735799417200 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1608/statm: 47298 42004 340 145 0 44343 0
[pid=1609] ppid=1605 vsize=463088 CPUtime=558.56 cores=6
/proc/1609/stat : 1609 (TNM) R 1605 1605 567 0 -1 4202496 2851 0 0 0 55856 0 0 0 25 0 1 0 598616190 474202112 2748 33554432000 134512640 134534564 4294103776 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1609/statm: 115772 2748 95 6 0 114438 0
[pid=1610] ppid=1605 vsize=33328 CPUtime=1122.22 cores=2
/proc/1610/stat : 1610 (lingeling) R 1605 1605 567 0 -1 4202496 105765 0 0 0 112208 14 0 0 25 0 1 0 598616190 34127872 7527 33554432000 4194304 4352236 140736625270032 18446744073709551615 4235610 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1610/statm: 8332 7527 127 39 0 7412 0
[pid=1611] ppid=1605 vsize=64664 CPUtime=557.64 cores=6
/proc/1611/stat : 1611 (march_hi) R 1605 1605 567 0 -1 4202496 18916 0 0 0 55759 5 0 0 25 0 1 0 598616270 66215936 11181 33554432000 4194304 4331988 140736160615328 18446744073709551615 4263216 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1611/statm: 16166 11181 174 34 0 14608 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 2642172

[startup+1182.3 s]
/proc/loadavg: 10.21 9.97 9.38 11/188 1710
/proc/meminfo: memFree=19899136/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) S 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 16011810707108528127 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
[pid=1607] ppid=1605 vsize=1874960 CPUtime=1182.31 cores=0
/proc/1607/stat : 1607 (cryptominisat) R 1605 1605 567 0 -1 4202496 997196 0 0 0 117982 249 0 0 25 0 1 0 598616190 1919959040 24812 33554432000 4194304 4587354 140733657137952 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1607/statm: 468740 24812 337 96 0 465302 0
[pid=1608] ppid=1605 vsize=195200 CPUtime=1182.32 cores=4
/proc/1608/stat : 1608 (clasp) R 1605 1605 567 0 -1 4202496 44008 0 0 0 118221 11 0 0 25 0 1 0 598616190 199884800 43443 33554432000 4194304 4785740 140735799417200 18446744073709551615 4278107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1608/statm: 48800 43443 340 145 0 45845 0
[pid=1609] ppid=1605 vsize=463088 CPUtime=588.35 cores=6
/proc/1609/stat : 1609 (TNM) R 1605 1605 567 0 -1 4202496 2851 0 0 0 58835 0 0 0 25 0 1 0 598616190 474202112 2748 33554432000 134512640 134534564 4294103776 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1609/statm: 115772 2748 95 6 0 114438 0
[pid=1610] ppid=1605 vsize=29492 CPUtime=1182.21 cores=2
/proc/1610/stat : 1610 (lingeling) R 1605 1605 567 0 -1 4202496 110054 0 0 0 118207 14 0 0 25 0 1 0 598616190 30199808 6568 33554432000 4194304 4352236 140736625270032 18446744073709551615 4328087 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1610/statm: 7373 6568 127 39 0 6453 0
[pid=1611] ppid=1605 vsize=64664 CPUtime=587.52 cores=6
/proc/1611/stat : 1611 (march_hi) R 1605 1605 567 0 -1 4202496 18916 0 0 0 58747 5 0 0 25 0 1 0 598616270 66215936 11181 33554432000 4194304 4331988 140736160615328 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1611/statm: 16166 11181 174 34 0 14608 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 2645728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.15 9.97 9.40 11/188 1711
/proc/meminfo: memFree=19865624/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) S 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 16011810707108528127 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
[pid=1607] ppid=1605 vsize=1874984 CPUtime=1201.71 cores=0
/proc/1607/stat : 1607 (cryptominisat) R 1605 1605 567 0 -1 4202496 1013190 0 0 0 119918 253 0 0 25 0 1 0 598616190 1919983616 27798 33554432000 4194304 4587354 140733657137952 18446744073709551615 231895187092 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1607/statm: 468746 27798 337 96 0 465308 0
[pid=1608] ppid=1605 vsize=197120 CPUtime=1201.73 cores=4
/proc/1608/stat : 1608 (clasp) R 1605 1605 567 0 -1 4202496 44391 0 0 0 120162 11 0 0 25 0 1 0 598616190 201850880 43826 33554432000 4194304 4785740 140735799417200 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1608/statm: 49280 43826 340 145 0 46325 0
[pid=1609] ppid=1605 vsize=463088 CPUtime=598.05 cores=6
/proc/1609/stat : 1609 (TNM) R 1605 1605 567 0 -1 4202496 2851 0 0 0 59805 0 0 0 25 0 1 0 598616190 474202112 2748 33554432000 134512640 134534564 4294103776 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1609/statm: 115772 2748 95 6 0 114438 0
[pid=1610] ppid=1605 vsize=44084 CPUtime=1201.61 cores=2
/proc/1610/stat : 1610 (lingeling) R 1605 1605 567 0 -1 4202496 113702 0 0 0 120146 15 0 0 25 0 1 0 598616190 45142016 10216 33554432000 4194304 4352236 140736625270032 18446744073709551615 4207655 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1610/statm: 11021 10216 127 39 0 10101 0
[pid=1611] ppid=1605 vsize=64664 CPUtime=597.12 cores=6
/proc/1611/stat : 1611 (march_hi) R 1605 1605 567 0 -1 4202496 18916 0 0 0 59707 5 0 0 25 0 1 0 598616270 66215936 11181 33554432000 4194304 4331988 140736160615328 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1611/statm: 16166 11181 174 34 0 14608 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 2662264

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: 10.15 9.97 9.40 11/188 1711
/proc/meminfo: memFree=19865624/32950928 swapFree=67111524/67111528
[pid=1605] ppid=1603 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1605/stat : 1605 (ppfolio) S 1603 1605 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 598616189 18763776 389 33554432000 4194304 4287625 140735369484816 18446744073709551615 231895510543 0 0 4096 65536 16011810707108528127 0 0 17 0 0 0 0
/proc/1605/statm: 4581 389 341 23 0 91 0
[pid=1607] ppid=1605 vsize=1874984 CPUtime=1201.71 cores=0
/proc/1607/stat : 1607 (cryptominisat) R 1605 1605 567 0 -1 4202496 1013190 0 0 0 119918 253 0 0 25 0 1 0 598616190 1919983616 27798 33554432000 4194304 4587354 140733657137952 18446744073709551615 231895187092 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1607/statm: 468746 27798 337 96 0 465308 0
[pid=1608] ppid=1605 vsize=197120 CPUtime=1201.73 cores=4
/proc/1608/stat : 1608 (clasp) R 1605 1605 567 0 -1 4202496 44391 0 0 0 120162 11 0 0 25 0 1 0 598616190 201850880 43826 33554432000 4194304 4785740 140735799417200 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1608/statm: 49280 43826 340 145 0 46325 0
[pid=1609] ppid=1605 vsize=463088 CPUtime=598.05 cores=6
/proc/1609/stat : 1609 (TNM) R 1605 1605 567 0 -1 4202496 2851 0 0 0 59805 0 0 0 25 0 1 0 598616190 474202112 2748 33554432000 134512640 134534564 4294103776 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1609/statm: 115772 2748 95 6 0 114438 0
[pid=1610] ppid=1605 vsize=44084 CPUtime=1201.61 cores=2
/proc/1610/stat : 1610 (lingeling) R 1605 1605 567 0 -1 4202496 113702 0 0 0 120146 15 0 0 25 0 1 0 598616190 45142016 10216 33554432000 4194304 4352236 140736625270032 18446744073709551615 4207655 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1610/statm: 11021 10216 127 39 0 10101 0
[pid=1611] ppid=1605 vsize=64664 CPUtime=597.12 cores=6
/proc/1611/stat : 1611 (march_hi) R 1605 1605 567 0 -1 4202496 18916 0 0 0 59707 5 0 0 25 0 1 0 598616270 66215936 11181 33554432000 4194304 4331988 140736160615328 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1611/statm: 16166 11181 174 34 0 14608 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 2662264

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1605 and gives
#  childrusage.ru_utime.tv_sec=1799
#  childrusage.ru_utime.tv_usec=529429
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=166974
# CPU time returned by wait4() is 1799.7
# while last known CPU time is 4800.22
#
# 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.22
CPU user time (s): 4797.38
CPU system time (s): 2.84
CPU usage (%): 399.448
Max. virtual memory (cumulated for all children) (KiB): 4463636

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

runsolver used 2.03069 second user time and 4.52631 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 15:30:55
IDJOB=3249411
IDBENCH=83167
IDSOLVER=1612
FILE ID=node114/3249411-1304083855
RUNJOBID= node114-1304077601-585
PBS_JOBID= 13170509
Free space on /tmp= 71792 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x14.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249411-1304083855/watcher-3249411-1304083855 -o /tmp/evaluation-result-3249411-1304083855/solver-3249411-1304083855 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3249411-1304083855.cnf

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

MD5SUM BENCH= f76302f2442dfc7cabc2315e61e55fea
RANDOM SEED=1328684427

node114.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.848
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.69
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.848
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	: 5226.15
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.848
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.848
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.73
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.848
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.75
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.848
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.75
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.848
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.848
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:      20465852 kB
Buffers:       2222804 kB
Cached:        9350396 kB
SwapCached:          4 kB
Active:        3107580 kB
Inactive:      8797164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20465852 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11656 kB
Writeback:           0 kB
AnonPages:      330496 kB
Mapped:          16388 kB
Slab:           515960 kB
PageTables:       6012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1032472 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= 71780 MiB
End job on node114 at 2011-04-29 15:50:59