Trace number 3280336

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-17-u.cnf
MD5SUM780d946576ec5746b4ea9832bb01dbc5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1033.89
Satisfiable
(Un)Satisfiability was proved
Number of variables229544
Number of clauses1070757
Sum of the clauses size2471122
Maximum clause length10
Minimum clause length1
Number of clauses of size 119156
Number of clauses of size 2831957
Number of clauses of size 3176604
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

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-3280336-1304030072/watcher-3280336-1304030072 -o /tmp/evaluation-result-3280336-1304030072/solver-3280336-1304030072 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3280336-1304030072.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.80 9.96 7.81 6/182 7444
/proc/meminfo: memFree=14547652/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) R 7442 7444 7235 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0

[startup+0.0489719 s]
/proc/loadavg: 9.80 9.96 7.81 6/182 7444
/proc/meminfo: memFree=14547652/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) R 7442 7444 7235 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100962 s]
/proc/loadavg: 9.80 9.96 7.81 6/182 7444
/proc/meminfo: memFree=14547652/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300926 s]
/proc/loadavg: 9.80 9.96 7.81 6/182 7444
/proc/meminfo: memFree=14547652/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700853 s]
/proc/loadavg: 9.80 9.96 7.81 6/182 7444
/proc/meminfo: memFree=14547652/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5007 s]
/proc/loadavg: 9.80 9.96 7.81 11/188 7450
/proc/meminfo: memFree=14202008/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
[pid=7445] ppid=7444 vsize=129208 CPUtime=1.49 cores=1
/proc/7445/stat : 7445 (cryptominisat) R 7444 7444 7235 0 -1 4202496 27048 0 0 0 145 4 0 0 25 0 1 0 514607742 132308992 26465 33554432000 4194304 4587354 140736620363968 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7445/statm: 32302 26465 306 96 0 28864 0
[pid=7446] ppid=7444 vsize=124712 CPUtime=1.48 cores=5
/proc/7446/stat : 7446 (clasp) R 7444 7444 7235 0 -1 4202496 35318 0 0 0 144 4 0 0 25 0 1 0 514607743 127705088 26897 33554432000 4194304 4785740 140733418745632 18446744073709551615 4499188 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7446/statm: 31178 26897 319 145 0 28223 0
[pid=7447] ppid=7444 vsize=482752 CPUtime=0.77 cores=7
/proc/7447/stat : 7447 (TNM) R 7444 7444 7235 0 -1 4202496 12010 0 0 0 74 3 0 0 25 0 1 0 514607743 494338048 11907 33554432000 134512640 134534564 4288705152 18446744073709551615 10023055 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7447/statm: 120688 11907 91 6 0 119354 0
[pid=7448] ppid=7444 vsize=65456 CPUtime=1.48 cores=3
/proc/7448/stat : 7448 (lingeling) R 7444 7444 7235 0 -1 4202496 21407 0 0 0 145 3 0 0 25 0 1 0 514607743 67026944 15004 33554432000 4194304 4352236 140734758857776 18446744073709551615 4216708 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7448/statm: 16364 15004 116 39 0 15444 0
[pid=7449] ppid=7444 vsize=170372 CPUtime=0.7 cores=7
/proc/7449/stat : 7449 (march_hi) R 7444 7444 7235 0 -1 4194304 30548 0 0 0 65 5 0 0 25 0 1 0 514607743 174460928 30441 33554432000 4194304 4331988 140735779487008 18446744073709551615 4251671 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7449/statm: 42593 30441 117 34 0 41035 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 990824

[startup+3.10041 s]
/proc/loadavg: 9.80 9.96 7.81 11/188 7450
/proc/meminfo: memFree=14085820/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
[pid=7445] ppid=7444 vsize=170308 CPUtime=3.09 cores=1
/proc/7445/stat : 7445 (cryptominisat) R 7444 7444 7235 0 -1 4202496 37272 0 0 0 303 6 0 0 25 0 1 0 514607742 174395392 36689 33554432000 4194304 4587354 140736620363968 18446744073709551615 4421069 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7445/statm: 42577 36689 312 96 0 39139 0
[pid=7446] ppid=7444 vsize=103440 CPUtime=3.08 cores=5
/proc/7446/stat : 7446 (clasp) R 7444 7444 7235 0 -1 4202496 35391 0 0 0 304 4 0 0 25 0 1 0 514607743 105922560 22674 33554432000 4194304 4785740 140733418745632 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7446/statm: 25860 22674 340 145 0 22905 0
[pid=7447] ppid=7444 vsize=522484 CPUtime=1.57 cores=7
/proc/7447/stat : 7447 (TNM) R 7444 7444 7235 0 -1 4202496 28126 0 0 0 152 5 0 0 25 0 1 0 514607743 535023616 28023 33554432000 134512640 134534564 4288705152 18446744073709551615 134521869 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7447/statm: 130621 28023 95 6 0 129287 0
[pid=7448] ppid=7444 vsize=57040 CPUtime=3.08 cores=3
/proc/7448/stat : 7448 (lingeling) R 7444 7444 7235 0 -1 4202496 21412 0 0 0 305 3 0 0 25 0 1 0 514607743 58408960 12905 33554432000 4194304 4352236 140734758857776 18446744073709551615 4207584 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7448/statm: 14260 12905 121 39 0 13340 0
[pid=7449] ppid=7444 vsize=182204 CPUtime=1.49 cores=7
/proc/7449/stat : 7449 (march_hi) R 7444 7444 7235 0 -1 4194304 51753 0 0 0 141 8 0 0 25 0 1 0 514607743 186576896 33906 33554432000 4194304 4331988 140735779487008 18446744073709551615 4219166 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7449/statm: 45551 33906 128 34 0 43993 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 1053800

[startup+6.30082 s]
/proc/loadavg: 9.89 9.98 7.83 12/188 7451
/proc/meminfo: memFree=14014396/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
[pid=7445] ppid=7444 vsize=171664 CPUtime=6.29 cores=1
/proc/7445/stat : 7445 (cryptominisat) R 7444 7444 7235 0 -1 4202496 37631 0 0 0 623 6 0 0 25 0 1 0 514607742 175783936 37048 33554432000 4194304 4587354 140736620363968 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7445/statm: 42916 37048 312 96 0 39478 0
[pid=7446] ppid=7444 vsize=103440 CPUtime=6.28 cores=5
/proc/7446/stat : 7446 (clasp) R 7444 7444 7235 0 -1 4202496 35391 0 0 0 624 4 0 0 25 0 1 0 514607743 105922560 22674 33554432000 4194304 4785740 140733418745632 18446744073709551615 4553061 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7446/statm: 25860 22674 340 145 0 22905 0
[pid=7447] ppid=7444 vsize=522484 CPUtime=3.15 cores=7
/proc/7447/stat : 7447 (TNM) R 7444 7444 7235 0 -1 4202496 32289 0 0 0 310 5 0 0 25 0 1 0 514607743 535023616 32186 33554432000 134512640 134534564 4288705152 18446744073709551615 134529352 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7447/statm: 130621 32186 95 6 0 129287 0
[pid=7448] ppid=7444 vsize=43856 CPUtime=6.28 cores=3
/proc/7448/stat : 7448 (lingeling) R 7444 7444 7235 0 -1 4202496 22306 0 0 0 625 3 0 0 25 0 1 0 514607743 44908544 9621 33554432000 4194304 4352236 140734758857776 18446744073709551615 4276757 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7448/statm: 10964 9621 127 39 0 10044 0
[pid=7449] ppid=7444 vsize=151732 CPUtime=3.1 cores=7
/proc/7449/stat : 7449 (march_hi) R 7444 7444 7235 0 -1 4202496 78423 0 0 0 298 12 0 0 25 0 1 0 514607743 155373568 26297 33554432000 4194304 4331988 140735779487008 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7449/statm: 37933 26297 148 34 0 36375 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1011500

[startup+12.7006 s]
/proc/loadavg: 9.90 9.98 7.84 11/188 7451
/proc/meminfo: memFree=13949436/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
[pid=7445] ppid=7444 vsize=255188 CPUtime=12.69 cores=1
/proc/7445/stat : 7445 (cryptominisat) R 7444 7444 7235 0 -1 4202496 53250 0 0 0 1261 8 0 0 25 0 1 0 514607742 261312512 48211 33554432000 4194304 4587354 140736620363968 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7445/statm: 63797 48211 330 96 0 60359 0
[pid=7446] ppid=7444 vsize=103440 CPUtime=12.68 cores=5
/proc/7446/stat : 7446 (clasp) R 7444 7444 7235 0 -1 4202496 35391 0 0 0 1264 4 0 0 25 0 1 0 514607743 105922560 22674 33554432000 4194304 4785740 140733418745632 18446744073709551615 4553024 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7446/statm: 25860 22674 340 145 0 22905 0
[pid=7447] ppid=7444 vsize=522484 CPUtime=6.31 cores=7
/proc/7447/stat : 7447 (TNM) R 7444 7444 7235 0 -1 4202496 32289 0 0 0 626 5 0 0 25 0 1 0 514607743 535023616 32186 33554432000 134512640 134534564 4288705152 18446744073709551615 134529352 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7447/statm: 130621 32186 95 6 0 129287 0
[pid=7448] ppid=7444 vsize=43844 CPUtime=12.68 cores=3
/proc/7448/stat : 7448 (lingeling) R 7444 7444 7235 0 -1 4202496 22306 0 0 0 1265 3 0 0 25 0 1 0 514607743 44896256 9618 33554432000 4194304 4352236 140734758857776 18446744073709551615 4277929 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7448/statm: 10961 9618 127 39 0 10041 0
[pid=7449] ppid=7444 vsize=454468 CPUtime=6.29 cores=7
/proc/7449/stat : 7449 (march_hi) R 7444 7444 7235 0 -1 4202496 168025 0 0 0 605 24 0 0 25 0 1 0 514607743 465375232 46720 33554432000 4194304 4331988 140735779487008 18446744073709551615 244446603628 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7449/statm: 113617 46720 160 34 0 112059 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 1397748

[startup+25.5013 s]
/proc/loadavg: 9.92 9.98 7.87 11/188 7451
/proc/meminfo: memFree=13879560/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
[pid=7445] ppid=7444 vsize=1184116 CPUtime=25.49 cores=1
/proc/7445/stat : 7445 (cryptominisat) R 7444 7444 7235 0 -1 4202496 56233 0 0 0 2540 9 0 0 25 0 1 0 514607742 1212534784 46212 33554432000 4194304 4587354 140736620363968 18446744073709551615 4238532 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7445/statm: 296029 46212 333 96 0 292591 0
[pid=7446] ppid=7444 vsize=116848 CPUtime=25.49 cores=5
/proc/7446/stat : 7446 (clasp) R 7444 7444 7235 0 -1 4202496 38756 0 0 0 2543 6 0 0 25 0 1 0 514607743 119652352 26039 33554432000 4194304 4785740 140733418745632 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7446/statm: 29212 26039 340 145 0 26257 0
[pid=7447] ppid=7444 vsize=522484 CPUtime=12.71 cores=7
/proc/7447/stat : 7447 (TNM) R 7444 7444 7235 0 -1 4202496 32289 0 0 0 1266 5 0 0 25 0 1 0 514607743 535023616 32186 33554432000 134512640 134534564 4288705152 18446744073709551615 9770436 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7447/statm: 130621 32186 95 6 0 129287 0
[pid=7448] ppid=7444 vsize=26824 CPUtime=25.49 cores=3
/proc/7448/stat : 7448 (lingeling) R 7444 7444 7235 0 -1 4202496 23330 0 0 0 2545 4 0 0 25 0 1 0 514607743 27467776 5363 33554432000 4194304 4352236 140734758857776 18446744073709551615 4328432 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7448/statm: 6706 5363 127 39 0 5786 0
[pid=7449] ppid=7444 vsize=469420 CPUtime=12.62 cores=7
/proc/7449/stat : 7449 (march_hi) R 7444 7444 7235 0 -1 4202496 194424 0 0 0 1235 27 0 0 25 0 1 0 514607743 480686080 54029 33554432000 4194304 4331988 140735779487008 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7449/statm: 117355 54029 172 34 0 115797 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 2338016

[startup+51.1005 s]
/proc/loadavg: 10.09 10.01 7.94 11/188 7452
/proc/meminfo: memFree=13836608/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
[pid=7445] ppid=7444 vsize=1314080 CPUtime=51.09 cores=1
/proc/7445/stat : 7445 (cryptominisat) R 7444 7444 7235 0 -1 4202496 59331 0 0 0 5099 10 0 0 25 0 1 0 514607742 1345617920 49303 33554432000 4194304 4587354 140736620363968 18446744073709551615 4449070 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7445/statm: 328520 49303 338 96 0 325082 0
[pid=7446] ppid=7444 vsize=146976 CPUtime=51.09 cores=5
/proc/7446/stat : 7446 (clasp) R 7444 7444 7235 0 -1 4202496 46116 0 0 0 5100 9 0 0 25 0 1 0 514607743 150503424 33399 33554432000 4194304 4785740 140733418745632 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7446/statm: 36744 33399 340 145 0 33789 0
[pid=7447] ppid=7444 vsize=522484 CPUtime=25.41 cores=7
/proc/7447/stat : 7447 (TNM) R 7444 7444 7235 0 -1 4202496 32289 0 0 0 2536 5 0 0 25 0 1 0 514607743 535023616 32186 33554432000 134512640 134534564 4288705152 18446744073709551615 134528741 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7447/statm: 130621 32186 95 6 0 129287 0
[pid=7448] ppid=7444 vsize=26848 CPUtime=51.09 cores=3

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

/proc/7449/statm: 128497 64126 175 34 0 126939 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 2691832

[startup+1002.3 s]
/proc/loadavg: 10.09 10.13 9.34 11/188 7477
/proc/meminfo: memFree=13265812/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
[pid=7445] ppid=7444 vsize=1219320 CPUtime=1002.32 cores=1
/proc/7445/stat : 7445 (cryptominisat) R 7444 7444 7235 0 -1 4202496 70794 0 0 0 100217 15 0 0 25 0 1 0 514607742 1248583680 59167 33554432000 4194304 4587354 140736620363968 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7445/statm: 304830 59167 340 96 0 301392 0
[pid=7446] ppid=7444 vsize=355840 CPUtime=1002.31 cores=5
/proc/7446/stat : 7446 (clasp) R 7444 7444 7235 0 -1 4202496 96996 0 0 0 100198 33 0 0 25 0 1 0 514607743 364380160 84279 33554432000 4194304 4785740 140733418745632 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7446/statm: 88960 84279 340 145 0 86005 0
[pid=7447] ppid=7444 vsize=522484 CPUtime=498.44 cores=7
/proc/7447/stat : 7447 (TNM) R 7444 7444 7235 0 -1 4202496 32289 0 0 0 49839 5 0 0 25 0 1 0 514607743 535023616 32186 33554432000 134512640 134534564 4288705152 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7447/statm: 130621 32186 95 6 0 129287 0
[pid=7448] ppid=7444 vsize=63104 CPUtime=1002.32 cores=3
/proc/7448/stat : 7448 (lingeling) R 7444 7444 7235 0 -1 4202496 62662 0 0 0 100223 9 0 0 25 0 1 0 514607743 64618496 14944 33554432000 4194304 4352236 140734758857776 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7448/statm: 15776 14944 127 39 0 14856 0
[pid=7449] ppid=7444 vsize=514256 CPUtime=498.4 cores=7
/proc/7449/stat : 7449 (march_hi) R 7444 7444 7235 0 -1 4202496 204563 0 0 0 49810 30 0 0 25 0 1 0 514607743 526598144 64168 33554432000 4194304 4331988 140735779487008 18446744073709551615 4239640 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7449/statm: 128564 64168 175 34 0 127006 0
Current children cumulated CPU time (s) 4003.79
Current children cumulated vsize (KiB) 2693328

[startup+1062.3 s]
/proc/loadavg: 9.91 10.06 9.36 11/188 7512
/proc/meminfo: memFree=14049756/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
[pid=7445] ppid=7444 vsize=1220820 CPUtime=1062.32 cores=1
/proc/7445/stat : 7445 (cryptominisat) R 7444 7444 7235 0 -1 4202496 71053 0 0 0 106217 15 0 0 25 0 1 0 514607742 1250119680 59418 33554432000 4194304 4587354 140736620363968 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7445/statm: 305205 59418 340 96 0 301767 0
[pid=7446] ppid=7444 vsize=355840 CPUtime=1062.32 cores=5
/proc/7446/stat : 7446 (clasp) R 7444 7444 7235 0 -1 4202496 97002 0 0 0 106199 33 0 0 25 0 1 0 514607743 364380160 84285 33554432000 4194304 4785740 140733418745632 18446744073709551615 4309555 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7446/statm: 88960 84285 340 145 0 86005 0
[pid=7447] ppid=7444 vsize=522484 CPUtime=528.3 cores=7
/proc/7447/stat : 7447 (TNM) R 7444 7444 7235 0 -1 4202496 32289 0 0 0 52825 5 0 0 25 0 1 0 514607743 535023616 32186 33554432000 134512640 134534564 4288705152 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7447/statm: 130621 32186 95 6 0 129287 0
[pid=7448] ppid=7444 vsize=63104 CPUtime=1062.32 cores=3
/proc/7448/stat : 7448 (lingeling) R 7444 7444 7235 0 -1 4202496 62662 0 0 0 106223 9 0 0 25 0 1 0 514607743 64618496 14944 33554432000 4194304 4352236 140734758857776 18446744073709551615 4328042 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7448/statm: 15776 14944 127 39 0 14856 0
[pid=7449] ppid=7444 vsize=514400 CPUtime=528.22 cores=7
/proc/7449/stat : 7449 (march_hi) R 7444 7444 7235 0 -1 4202496 204600 0 0 0 52791 31 0 0 25 0 1 0 514607743 526745600 64205 33554432000 4194304 4331988 140735779487008 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7449/statm: 128600 64205 175 34 0 127042 0
Current children cumulated CPU time (s) 4243.48
Current children cumulated vsize (KiB) 2694972

[startup+1122.3 s]
/proc/loadavg: 10.22 10.11 9.42 11/188 7513
/proc/meminfo: memFree=13931844/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
[pid=7445] ppid=7444 vsize=1221376 CPUtime=1122.32 cores=1
/proc/7445/stat : 7445 (cryptominisat) R 7444 7444 7235 0 -1 4202496 71323 0 0 0 112217 15 0 0 25 0 1 0 514607742 1250689024 59682 33554432000 4194304 4587354 140736620363968 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7445/statm: 305344 59682 340 96 0 301906 0
[pid=7446] ppid=7444 vsize=355840 CPUtime=1122.32 cores=5
/proc/7446/stat : 7446 (clasp) R 7444 7444 7235 0 -1 4202496 97019 0 0 0 112199 33 0 0 25 0 1 0 514607743 364380160 84302 33554432000 4194304 4785740 140733418745632 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7446/statm: 88960 84302 340 145 0 86005 0
[pid=7447] ppid=7444 vsize=522484 CPUtime=558.13 cores=7
/proc/7447/stat : 7447 (TNM) R 7444 7444 7235 0 -1 4202496 32289 0 0 0 55808 5 0 0 25 0 1 0 514607743 535023616 32186 33554432000 134512640 134534564 4288705152 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7447/statm: 130621 32186 95 6 0 129287 0
[pid=7448] ppid=7444 vsize=63104 CPUtime=1122.33 cores=3
/proc/7448/stat : 7448 (lingeling) R 7444 7444 7235 0 -1 4202496 64710 0 0 0 112223 10 0 0 25 0 1 0 514607743 64618496 14944 33554432000 4194304 4352236 140734758857776 18446744073709551615 4241555 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7448/statm: 15776 14944 127 39 0 14856 0
[pid=7449] ppid=7444 vsize=514532 CPUtime=558.06 cores=7
/proc/7449/stat : 7449 (march_hi) R 7444 7444 7235 0 -1 4202496 204644 0 0 0 55775 31 0 0 25 0 1 0 514607743 526880768 64249 33554432000 4194304 4331988 140735779487008 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7449/statm: 128633 64249 175 34 0 127075 0
Current children cumulated CPU time (s) 4483.16
Current children cumulated vsize (KiB) 2695660

[startup+1182.3 s]
/proc/loadavg: 10.29 10.13 9.47 11/188 7515
/proc/meminfo: memFree=13786388/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
[pid=7445] ppid=7444 vsize=1222976 CPUtime=1182.32 cores=1
/proc/7445/stat : 7445 (cryptominisat) R 7444 7444 7235 0 -1 4202496 71420 0 0 0 118217 15 0 0 25 0 1 0 514607742 1252327424 59773 33554432000 4194304 4587354 140736620363968 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7445/statm: 305744 59773 340 96 0 302306 0
[pid=7446] ppid=7444 vsize=381604 CPUtime=1182.32 cores=5
/proc/7446/stat : 7446 (clasp) R 7444 7444 7235 0 -1 4202496 103094 0 0 0 118197 35 0 0 25 0 1 0 514607743 390762496 90377 33554432000 4194304 4785740 140733418745632 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7446/statm: 95401 90377 340 145 0 92446 0
[pid=7447] ppid=7444 vsize=522484 CPUtime=587.96 cores=7
/proc/7447/stat : 7447 (TNM) R 7444 7444 7235 0 -1 4202496 32289 0 0 0 58791 5 0 0 25 0 1 0 514607743 535023616 32186 33554432000 134512640 134534564 4288705152 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7447/statm: 130621 32186 95 6 0 129287 0
[pid=7448] ppid=7444 vsize=63104 CPUtime=1182.33 cores=3
/proc/7448/stat : 7448 (lingeling) R 7444 7444 7235 0 -1 4202496 64710 0 0 0 118223 10 0 0 25 0 1 0 514607743 64618496 14944 33554432000 4194304 4352236 140734758857776 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7448/statm: 15776 14944 127 39 0 14856 0
[pid=7449] ppid=7444 vsize=514736 CPUtime=587.91 cores=7
/proc/7449/stat : 7449 (march_hi) R 7444 7444 7235 0 -1 4202496 204672 0 0 0 58760 31 0 0 25 0 1 0 514607743 527089664 64277 33554432000 4194304 4331988 140735779487008 18446744073709551615 4226198 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7449/statm: 128684 64277 175 34 0 127126 0
Current children cumulated CPU time (s) 4722.84
Current children cumulated vsize (KiB) 2723228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.21 10.12 9.48 12/188 7515
/proc/meminfo: memFree=13741856/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
[pid=7445] ppid=7444 vsize=1222976 CPUtime=1201.73 cores=1
/proc/7445/stat : 7445 (cryptominisat) R 7444 7444 7235 0 -1 4202496 71420 0 0 0 120158 15 0 0 25 0 1 0 514607742 1252327424 59773 33554432000 4194304 4587354 140736620363968 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7445/statm: 305744 59773 340 96 0 302306 0
[pid=7446] ppid=7444 vsize=389960 CPUtime=1201.73 cores=5
/proc/7446/stat : 7446 (clasp) R 7444 7444 7235 0 -1 4202496 105159 0 0 0 120136 37 0 0 25 0 1 0 514607743 399319040 92442 33554432000 4194304 4785740 140733418745632 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7446/statm: 97490 92442 340 145 0 94535 0
[pid=7447] ppid=7444 vsize=522484 CPUtime=597.62 cores=7
/proc/7447/stat : 7447 (TNM) R 7444 7444 7235 0 -1 4202496 32289 0 0 0 59757 5 0 0 25 0 1 0 514607743 535023616 32186 33554432000 134512640 134534564 4288705152 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7447/statm: 130621 32186 95 6 0 129287 0
[pid=7448] ppid=7444 vsize=63104 CPUtime=1201.74 cores=3
/proc/7448/stat : 7448 (lingeling) R 7444 7444 7235 0 -1 4202496 64710 0 0 0 120164 10 0 0 25 0 1 0 514607743 64618496 14944 33554432000 4194304 4352236 140734758857776 18446744073709551615 4247925 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7448/statm: 15776 14944 127 39 0 14856 0
[pid=7449] ppid=7444 vsize=514736 CPUtime=597.54 cores=7
/proc/7449/stat : 7449 (march_hi) R 7444 7444 7235 0 -1 4202496 204673 0 0 0 59723 31 0 0 25 0 1 0 514607743 527089664 64278 33554432000 4194304 4331988 140735779487008 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7449/statm: 128684 64278 175 34 0 127126 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 2731584

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.21 10.12 9.48 12/188 7515
/proc/meminfo: memFree=13741856/32951124 swapFree=67111528/67111528
[pid=7444] ppid=7442 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7444/stat : 7444 (ppfolio) S 7442 7444 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514607742 18763776 389 33554432000 4194304 4287625 140733496830896 18446744073709551615 244446965263 0 0 4096 65536 4467589251466264575 0 0 17 5 0 0 0
/proc/7444/statm: 4581 389 341 23 0 91 0
[pid=7445] ppid=7444 vsize=1222976 CPUtime=1201.73 cores=1
/proc/7445/stat : 7445 (cryptominisat) R 7444 7444 7235 0 -1 4202496 71420 0 0 0 120158 15 0 0 25 0 1 0 514607742 1252327424 59773 33554432000 4194304 4587354 140736620363968 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7445/statm: 305744 59773 340 96 0 302306 0
[pid=7446] ppid=7444 vsize=389960 CPUtime=1201.73 cores=5
/proc/7446/stat : 7446 (clasp) R 7444 7444 7235 0 -1 4202496 105159 0 0 0 120136 37 0 0 25 0 1 0 514607743 399319040 92442 33554432000 4194304 4785740 140733418745632 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7446/statm: 97490 92442 340 145 0 94535 0
[pid=7447] ppid=7444 vsize=522484 CPUtime=597.62 cores=7
/proc/7447/stat : 7447 (TNM) R 7444 7444 7235 0 -1 4202496 32289 0 0 0 59757 5 0 0 25 0 1 0 514607743 535023616 32186 33554432000 134512640 134534564 4288705152 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7447/statm: 130621 32186 95 6 0 129287 0
[pid=7448] ppid=7444 vsize=63104 CPUtime=1201.74 cores=3
/proc/7448/stat : 7448 (lingeling) R 7444 7444 7235 0 -1 4202496 64710 0 0 0 120164 10 0 0 25 0 1 0 514607743 64618496 14944 33554432000 4194304 4352236 140734758857776 18446744073709551615 4247925 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7448/statm: 15776 14944 127 39 0 14856 0
[pid=7449] ppid=7444 vsize=514736 CPUtime=597.54 cores=7
/proc/7449/stat : 7449 (march_hi) R 7444 7444 7235 0 -1 4202496 204673 0 0 0 59723 31 0 0 25 0 1 0 514607743 527089664 64278 33554432000 4194304 4331988 140735779487008 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7449/statm: 128684 64278 175 34 0 127126 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 2731584

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7444 and gives
#  childrusage.ru_utime.tv_sec=1201
#  childrusage.ru_utime.tv_usec=645322
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=110983
# CPU time returned by wait4() is 1201.76
# while last known CPU time is 4800.36
#
# 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.36
CPU user time (s): 4799.38
CPU system time (s): 0.98
CPU usage (%): 399.46
Max. virtual memory (cumulated for all children) (KiB): 3652572

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

runsolver used 1.69374 second user time and 4.87226 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 00:34:33
IDJOB=3280336
IDBENCH=20384
IDSOLVER=1612
FILE ID=node105/3280336-1304030072
RUNJOBID= node105-1304028688-7255
PBS_JOBID= 13170347
Free space on /tmp= 71888 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-10-17-u.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280336-1304030072/watcher-3280336-1304030072 -o /tmp/evaluation-result-3280336-1304030072/solver-3280336-1304030072 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3280336-1304030072.cnf

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

MD5SUM BENCH= 780d946576ec5746b4ea9832bb01dbc5
RANDOM SEED=387559937

node105.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.825
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.825
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.825
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.82
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.825
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:     32951124 kB
MemFree:      14547932 kB
Buffers:       2296424 kB
Cached:       14426928 kB
SwapCached:          0 kB
Active:        9982316 kB
Inactive:      7847880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14547932 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           28924 kB
Writeback:           0 kB
AnonPages:     1106192 kB
Mapped:          16732 kB
Slab:           507284 kB
PageTables:       7308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3563908 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= 71888 MiB
End job on node105 at 2011-04-29 00:54:37