Trace number 3190867

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S858279511-076-UNKNOWN.cnf
MD5SUMe97fda1e892cdb27859435984e5a4127
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark93.1638
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	This is pico-portfolio, a naive parallel portfolio
0.00/0.02	Copyright (C) 2011 Olivier Roussel
0.00/0.02	Using 4 processing units
0.00/0.02	This portfolio uses the following solvers:
0.00/0.02	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.02	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.02	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.02	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.02	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.02	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.02	Starting clasp 1.3.6 on core(s) 5
0.00/0.02	Starting TNM 2009 on core(s) 7
0.00/0.02	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.02	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-3190867-1304039863/watcher-3190867-1304039863 -o /tmp/evaluation-result-3190867-1304039863/solver-3190867-1304039863 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190867-1304039863.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: 5.08 5.08 5.15 1/171 12023
/proc/meminfo: memFree=15167784/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) R 12021 12023 10991 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0

[startup+0.0692561 s]
/proc/loadavg: 5.08 5.08 5.15 1/171 12023
/proc/meminfo: memFree=15167784/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10025 s]
/proc/loadavg: 5.08 5.08 5.15 1/171 12023
/proc/meminfo: memFree=15167784/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) R 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300214 s]
/proc/loadavg: 5.08 5.08 5.15 1/171 12023
/proc/meminfo: memFree=15167784/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700139 s]
/proc/loadavg: 5.08 5.08 5.15 1/171 12023
/proc/meminfo: memFree=15167784/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50099 s]
/proc/loadavg: 5.08 5.08 5.15 6/177 12029
/proc/meminfo: memFree=15075376/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
[pid=12024] ppid=12023 vsize=51204 CPUtime=1.49 cores=1
/proc/12024/stat : 12024 (cryptominisat) R 12023 12023 10991 0 -1 4202496 10903 0 0 0 148 1 0 0 25 0 1 0 496401935 52432896 8494 33554432000 4194304 4587354 140735609068608 18446744073709551615 4238096 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12024/statm: 12801 8494 326 96 0 9363 0
[pid=12025] ppid=12023 vsize=28456 CPUtime=1.48 cores=5
/proc/12025/stat : 12025 (clasp) R 12023 12023 10991 0 -1 4202496 5808 0 0 0 148 0 0 0 25 0 1 0 496401935 29138944 4375 33554432000 4194304 4785740 140736542662512 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12025/statm: 7114 4375 340 145 0 4159 0
[pid=12026] ppid=12023 vsize=464024 CPUtime=0.69 cores=7
/proc/12026/stat : 12026 (TNM) R 12023 12023 10991 0 -1 4202496 5103 0 0 0 69 0 0 0 25 0 1 0 496401935 475160576 5000 33554432000 134512640 134534564 4290484400 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12026/statm: 116006 5000 95 6 0 114672 0
[pid=12027] ppid=12023 vsize=16184 CPUtime=1.49 cores=3
/proc/12027/stat : 12027 (lingeling) R 12023 12023 10991 0 -1 4202496 5274 0 0 0 149 0 0 0 25 0 1 0 496401935 16572416 3148 33554432000 4194304 4352236 140734486599424 18446744073709551615 4276793 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12027/statm: 4046 3148 127 39 0 3126 0
[pid=12028] ppid=12023 vsize=24504 CPUtime=0.78 cores=7
/proc/12028/stat : 12028 (march_hi) R 12023 12023 10991 0 -1 4202496 19043 0 0 0 76 2 0 0 25 0 1 0 496401935 25092096 3437 33554432000 4194304 4331988 140736386986688 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12028/statm: 6126 3437 141 34 0 4568 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 602696

[startup+3.10069 s]
/proc/loadavg: 5.08 5.08 5.15 6/177 12029
/proc/meminfo: memFree=15065084/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
[pid=12024] ppid=12023 vsize=88708 CPUtime=3.08 cores=1
/proc/12024/stat : 12024 (cryptominisat) R 12023 12023 10991 0 -1 4202496 11932 0 0 0 307 1 0 0 25 0 1 0 496401935 90836992 9521 33554432000 4194304 4587354 140735609068608 18446744073709551615 264726101771 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12024/statm: 22177 9521 326 96 0 18739 0
[pid=12025] ppid=12023 vsize=34172 CPUtime=3.09 cores=5
/proc/12025/stat : 12025 (clasp) R 12023 12023 10991 0 -1 4202496 7274 0 0 0 308 1 0 0 25 0 1 0 496401935 34992128 5841 33554432000 4194304 4785740 140736542662512 18446744073709551615 4552952 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12025/statm: 8543 5841 340 145 0 5588 0
[pid=12026] ppid=12023 vsize=464024 CPUtime=1.49 cores=7
/proc/12026/stat : 12026 (TNM) R 12023 12023 10991 0 -1 4202496 5103 0 0 0 149 0 0 0 25 0 1 0 496401935 475160576 5000 33554432000 134512640 134534564 4290484400 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12026/statm: 116006 5000 95 6 0 114672 0
[pid=12027] ppid=12023 vsize=16184 CPUtime=3.09 cores=3
/proc/12027/stat : 12027 (lingeling) R 12023 12023 10991 0 -1 4202496 5274 0 0 0 309 0 0 0 25 0 1 0 496401935 16572416 3148 33554432000 4194304 4352236 140734486599424 18446744073709551615 4280999 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12027/statm: 4046 3148 127 39 0 3126 0
[pid=12028] ppid=12023 vsize=66348 CPUtime=1.57 cores=7
/proc/12028/stat : 12028 (march_hi) R 12023 12023 10991 0 -1 4202496 35862 0 0 0 153 4 0 0 25 0 1 0 496401935 67940352 7999 33554432000 4194304 4331988 140736386986688 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12028/statm: 16587 7999 173 34 0 15029 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 687760

[startup+6.30108 s]
/proc/loadavg: 5.08 5.08 5.15 6/177 12029
/proc/meminfo: memFree=15007368/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
[pid=12024] ppid=12023 vsize=88708 CPUtime=6.29 cores=1
/proc/12024/stat : 12024 (cryptominisat) R 12023 12023 10991 0 -1 4202496 13755 0 0 0 627 2 0 0 25 0 1 0 496401935 90836992 11338 33554432000 4194304 4587354 140735609068608 18446744073709551615 4243968 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12024/statm: 22177 11338 326 96 0 18739 0
[pid=12025] ppid=12023 vsize=45516 CPUtime=6.29 cores=5
/proc/12025/stat : 12025 (clasp) R 12023 12023 10991 0 -1 4202496 10099 0 0 0 627 2 0 0 25 0 1 0 496401935 46608384 8666 33554432000 4194304 4785740 140736542662512 18446744073709551615 4550400 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12025/statm: 11379 8666 340 145 0 8424 0
[pid=12026] ppid=12023 vsize=464024 CPUtime=3.09 cores=7
/proc/12026/stat : 12026 (TNM) R 12023 12023 10991 0 -1 4202496 5103 0 0 0 309 0 0 0 25 0 1 0 496401935 475160576 5000 33554432000 134512640 134534564 4290484400 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12026/statm: 116006 5000 95 6 0 114672 0
[pid=12027] ppid=12023 vsize=16184 CPUtime=6.29 cores=3
/proc/12027/stat : 12027 (lingeling) R 12023 12023 10991 0 -1 4202496 5274 0 0 0 629 0 0 0 25 0 1 0 496401935 16572416 3148 33554432000 4194304 4352236 140734486599424 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12027/statm: 4046 3148 127 39 0 3126 0
[pid=12028] ppid=12023 vsize=67308 CPUtime=3.15 cores=7
/proc/12028/stat : 12028 (march_hi) R 12023 12023 10991 0 -1 4202496 41706 0 0 0 310 5 0 0 25 0 1 0 496401935 68923392 13843 33554432000 4194304 4331988 140736386986688 18446744073709551615 4229053 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12028/statm: 16827 13843 173 34 0 15269 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 700064

[startup+12.7009 s]
/proc/loadavg: 5.14 5.09 5.15 6/177 12029
/proc/meminfo: memFree=14977376/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
[pid=12024] ppid=12023 vsize=949604 CPUtime=12.69 cores=1
/proc/12024/stat : 12024 (cryptominisat) R 12023 12023 10991 0 -1 4202496 19066 0 0 0 1266 3 0 0 25 0 1 0 496401935 972394496 10621 33554432000 4194304 4587354 140735609068608 18446744073709551615 4238332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12024/statm: 237401 10621 331 96 0 233963 0
[pid=12025] ppid=12023 vsize=68196 CPUtime=12.69 cores=5
/proc/12025/stat : 12025 (clasp) R 12023 12023 10991 0 -1 4202496 15746 0 0 0 1265 4 0 0 25 0 1 0 496401935 69832704 14313 33554432000 4194304 4785740 140736542662512 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12025/statm: 17049 14313 340 145 0 14094 0
[pid=12026] ppid=12023 vsize=464024 CPUtime=6.29 cores=7
/proc/12026/stat : 12026 (TNM) R 12023 12023 10991 0 -1 4202496 5103 0 0 0 629 0 0 0 25 0 1 0 496401935 475160576 5000 33554432000 134512640 134534564 4290484400 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12026/statm: 116006 5000 95 6 0 114672 0
[pid=12027] ppid=12023 vsize=21756 CPUtime=12.68 cores=3
/proc/12027/stat : 12027 (lingeling) R 12023 12023 10991 0 -1 4202496 6731 0 0 0 1268 0 0 0 25 0 1 0 496401935 22278144 4605 33554432000 4194304 4352236 140734486599424 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12027/statm: 5439 4605 127 39 0 4519 0
[pid=12028] ppid=12023 vsize=71860 CPUtime=6.31 cores=7
/proc/12028/stat : 12028 (march_hi) R 12023 12023 10991 0 -1 4202496 42730 0 0 0 626 5 0 0 25 0 1 0 496401935 73584640 14867 33554432000 4194304 4331988 140736386986688 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12028/statm: 17965 14867 173 34 0 16407 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1593764

[startup+25.5005 s]
/proc/loadavg: 5.12 5.09 5.15 6/177 12029
/proc/meminfo: memFree=14901300/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
[pid=12024] ppid=12023 vsize=995464 CPUtime=25.48 cores=1
/proc/12024/stat : 12024 (cryptominisat) R 12023 12023 10991 0 -1 4202496 53851 0 0 0 2539 9 0 0 25 0 1 0 496401935 1019355136 21107 33554432000 4194304 4587354 140735609068608 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12024/statm: 248866 21107 337 96 0 245428 0
[pid=12025] ppid=12023 vsize=92652 CPUtime=25.48 cores=5
/proc/12025/stat : 12025 (clasp) R 12023 12023 10991 0 -1 4202496 21810 0 0 0 2542 6 0 0 25 0 1 0 496401935 94875648 20377 33554432000 4194304 4785740 140736542662512 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12025/statm: 23163 20377 340 145 0 20208 0
[pid=12026] ppid=12023 vsize=464024 CPUtime=12.65 cores=7
/proc/12026/stat : 12026 (TNM) R 12023 12023 10991 0 -1 4202496 5103 0 0 0 1265 0 0 0 25 0 1 0 496401935 475160576 5000 33554432000 134512640 134534564 4290484400 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12026/statm: 116006 5000 95 6 0 114672 0
[pid=12027] ppid=12023 vsize=23888 CPUtime=25.48 cores=3
/proc/12027/stat : 12027 (lingeling) R 12023 12023 10991 0 -1 4202496 7264 0 0 0 2548 0 0 0 25 0 1 0 496401935 24461312 5138 33554432000 4194304 4352236 140734486599424 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12027/statm: 5972 5138 127 39 0 5052 0
[pid=12028] ppid=12023 vsize=74900 CPUtime=12.69 cores=7
/proc/12028/stat : 12028 (march_hi) R 12023 12023 10991 0 -1 4202496 43523 0 0 0 1264 5 0 0 25 0 1 0 496401935 76697600 15660 33554432000 4194304 4331988 140736386986688 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12028/statm: 18725 15660 173 34 0 17167 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 1669252

[startup+51.1006 s]
/proc/loadavg: 5.08 5.08 5.15 6/177 12030
/proc/meminfo: memFree=14911784/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
[pid=12024] ppid=12023 vsize=954604 CPUtime=51.09 cores=1
/proc/12024/stat : 12024 (cryptominisat) R 12023 12023 10991 0 -1 4202496 81741 0 0 0 5089 20 0 0 25 0 1 0 496401935 977514496 11679 33554432000 4194304 4587354 140735609068608 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12024/statm: 238651 11679 337 96 0 235213 0
[pid=12025] ppid=12023 vsize=116948 CPUtime=51.08 cores=5
/proc/12025/stat : 12025 (clasp) R 12023 12023 10991 0 -1 4202496 27877 0 0 0 5099 9 0 0 25 0 1 0 496401935 119754752 26444 33554432000 4194304 4785740 140736542662512 18446744073709551615 4553061 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12025/statm: 29237 26444 340 145 0 26282 0
[pid=12026] ppid=12023 vsize=464024 CPUtime=25.39 cores=7
/proc/12026/stat : 12026 (TNM) R 12023 12023 10991 0 -1 4202496 5103 0 0 0 2539 0 0 0 25 0 1 0 496401935 475160576 5000 33554432000 134512640 134534564 4290484400 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12026/statm: 116006 5000 95 6 0 114672 0
[pid=12027] ppid=12023 vsize=26848 CPUtime=51.08 cores=3

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

/proc/12028/statm: 20210 17157 173 34 0 18652 0
Current children cumulated CPU time (s) 3764.12
Current children cumulated vsize (KiB) 2062052

[startup+1002.3 s]
/proc/loadavg: 5.05 5.07 5.08 6/177 12058
/proc/meminfo: memFree=14536192/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
[pid=12024] ppid=12023 vsize=1011576 CPUtime=1002.32 cores=1
/proc/12024/stat : 12024 (cryptominisat) R 12023 12023 10991 0 -1 4202496 601410 0 0 0 99971 261 0 0 25 0 1 0 496401935 1035853824 26844 33554432000 4194304 4587354 140735609068608 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12024/statm: 252894 26844 337 96 0 249456 0
[pid=12025] ppid=12023 vsize=428868 CPUtime=1002.31 cores=5
/proc/12025/stat : 12025 (clasp) R 12023 12023 10991 0 -1 4202496 104482 0 0 0 100196 35 0 0 25 0 1 0 496401935 439160832 103049 33554432000 4194304 4785740 140736542662512 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12025/statm: 107217 103049 340 145 0 104262 0
[pid=12026] ppid=12023 vsize=464024 CPUtime=498.42 cores=7
/proc/12026/stat : 12026 (TNM) R 12023 12023 10991 0 -1 4202496 5103 0 0 0 49842 0 0 0 25 0 1 0 496401935 475160576 5000 33554432000 134512640 134534564 4290484400 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12026/statm: 116006 5000 95 6 0 114672 0
[pid=12027] ppid=12023 vsize=28896 CPUtime=1002.32 cores=3
/proc/12027/stat : 12027 (lingeling) R 12023 12023 10991 0 -1 4202496 8516 0 0 0 100231 1 0 0 25 0 1 0 496401935 29589504 6390 33554432000 4194304 4352236 140734486599424 18446744073709551615 4278835 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12027/statm: 7224 6390 127 39 0 6304 0
[pid=12028] ppid=12023 vsize=80972 CPUtime=498.43 cores=7
/proc/12028/stat : 12028 (march_hi) R 12023 12023 10991 0 -1 4202496 45046 0 0 0 49836 7 0 0 25 0 1 0 496401935 82915328 17183 33554432000 4194304 4331988 140736386986688 18446744073709551615 4226485 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12028/statm: 20243 17183 173 34 0 18685 0
Current children cumulated CPU time (s) 4003.8
Current children cumulated vsize (KiB) 2032660

[startup+1062.3 s]
/proc/loadavg: 5.02 5.06 5.08 6/177 12060
/proc/meminfo: memFree=14499340/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
[pid=12024] ppid=12023 vsize=1000188 CPUtime=1062.32 cores=1
/proc/12024/stat : 12024 (cryptominisat) R 12023 12023 10991 0 -1 4202496 623081 0 0 0 105955 277 0 0 25 0 1 0 496401935 1024192512 36158 33554432000 4194304 4587354 140735609068608 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12024/statm: 250047 36158 337 96 0 246609 0
[pid=12025] ppid=12023 vsize=428868 CPUtime=1062.31 cores=5
/proc/12025/stat : 12025 (clasp) R 12023 12023 10991 0 -1 4202496 104526 0 0 0 106196 35 0 0 25 0 1 0 496401935 439160832 103093 33554432000 4194304 4785740 140736542662512 18446744073709551615 4309555 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12025/statm: 107217 103093 340 145 0 104262 0
[pid=12026] ppid=12023 vsize=464024 CPUtime=528.21 cores=7
/proc/12026/stat : 12026 (TNM) R 12023 12023 10991 0 -1 4202496 5103 0 0 0 52821 0 0 0 25 0 1 0 496401935 475160576 5000 33554432000 134512640 134534564 4290484400 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12026/statm: 116006 5000 95 6 0 114672 0
[pid=12027] ppid=12023 vsize=28896 CPUtime=1062.33 cores=3
/proc/12027/stat : 12027 (lingeling) R 12023 12023 10991 0 -1 4202496 8516 0 0 0 106232 1 0 0 25 0 1 0 496401935 29589504 6390 33554432000 4194304 4352236 140734486599424 18446744073709551615 4328475 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12027/statm: 7224 6390 127 39 0 6304 0
[pid=12028] ppid=12023 vsize=80972 CPUtime=528.31 cores=7
/proc/12028/stat : 12028 (march_hi) R 12023 12023 10991 0 -1 4202496 45069 0 0 0 52824 7 0 0 25 0 1 0 496401935 82915328 17206 33554432000 4194304 4331988 140736386986688 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12028/statm: 20243 17206 173 34 0 18685 0
Current children cumulated CPU time (s) 4243.48
Current children cumulated vsize (KiB) 2021272

[startup+1122.3 s]
/proc/loadavg: 5.04 5.06 5.08 6/177 12062
/proc/meminfo: memFree=14518660/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
[pid=12024] ppid=12023 vsize=1020820 CPUtime=1122.33 cores=1
/proc/12024/stat : 12024 (cryptominisat) R 12023 12023 10991 0 -1 4202496 642394 0 0 0 111942 291 0 0 25 0 1 0 496401935 1045319680 30442 33554432000 4194304 4587354 140735609068608 18446744073709551615 4239471 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12024/statm: 255205 30442 337 96 0 251767 0
[pid=12025] ppid=12023 vsize=428868 CPUtime=1122.32 cores=5
/proc/12025/stat : 12025 (clasp) R 12023 12023 10991 0 -1 4202496 104540 0 0 0 112197 35 0 0 25 0 1 0 496401935 439160832 103107 33554432000 4194304 4785740 140736542662512 18446744073709551615 4553216 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12025/statm: 107217 103107 340 145 0 104262 0
[pid=12026] ppid=12023 vsize=464024 CPUtime=558.09 cores=7
/proc/12026/stat : 12026 (TNM) R 12023 12023 10991 0 -1 4202496 5103 0 0 0 55809 0 0 0 25 0 1 0 496401935 475160576 5000 33554432000 134512640 134534564 4290484400 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12026/statm: 116006 5000 95 6 0 114672 0
[pid=12027] ppid=12023 vsize=31856 CPUtime=1122.33 cores=3
/proc/12027/stat : 12027 (lingeling) R 12023 12023 10991 0 -1 4202496 9256 0 0 0 112232 1 0 0 25 0 1 0 496401935 32620544 7130 33554432000 4194304 4352236 140734486599424 18446744073709551615 4208055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12027/statm: 7964 7130 127 39 0 7044 0
[pid=12028] ppid=12023 vsize=81104 CPUtime=558.11 cores=7
/proc/12028/stat : 12028 (march_hi) R 12023 12023 10991 0 -1 4202496 45089 0 0 0 55804 7 0 0 25 0 1 0 496401935 83050496 17226 33554432000 4194304 4331988 140736386986688 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12028/statm: 20276 17226 173 34 0 18718 0
Current children cumulated CPU time (s) 4483.18
Current children cumulated vsize (KiB) 2044996

[startup+1182.3 s]
/proc/loadavg: 5.06 5.06 5.08 6/177 12063
/proc/meminfo: memFree=14524692/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
[pid=12024] ppid=12023 vsize=989992 CPUtime=1182.33 cores=1
/proc/12024/stat : 12024 (cryptominisat) R 12023 12023 10991 0 -1 4202496 663591 0 0 0 117929 304 0 0 25 0 1 0 496401935 1013751808 29052 33554432000 4194304 4587354 140735609068608 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12024/statm: 247498 29052 337 96 0 244060 0
[pid=12025] ppid=12023 vsize=428868 CPUtime=1182.32 cores=5
/proc/12025/stat : 12025 (clasp) R 12023 12023 10991 0 -1 4202496 104542 0 0 0 118197 35 0 0 25 0 1 0 496401935 439160832 103109 33554432000 4194304 4785740 140736542662512 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12025/statm: 107217 103109 340 145 0 104262 0
[pid=12026] ppid=12023 vsize=464024 CPUtime=587.9 cores=7
/proc/12026/stat : 12026 (TNM) R 12023 12023 10991 0 -1 4202496 5103 0 0 0 58790 0 0 0 25 0 1 0 496401935 475160576 5000 33554432000 134512640 134534564 4290484400 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12026/statm: 116006 5000 95 6 0 114672 0
[pid=12027] ppid=12023 vsize=31856 CPUtime=1182.33 cores=3
/proc/12027/stat : 12027 (lingeling) R 12023 12023 10991 0 -1 4202496 9256 0 0 0 118232 1 0 0 25 0 1 0 496401935 32620544 7130 33554432000 4194304 4352236 140734486599424 18446744073709551615 4276793 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12027/statm: 7964 7130 127 39 0 7044 0
[pid=12028] ppid=12023 vsize=81236 CPUtime=587.97 cores=7
/proc/12028/stat : 12028 (march_hi) R 12023 12023 10991 0 -1 4202496 45111 0 0 0 58790 7 0 0 25 0 1 0 496401935 83185664 17248 33554432000 4194304 4331988 140736386986688 18446744073709551615 4284296 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12028/statm: 20309 17248 173 34 0 18751 0
Current children cumulated CPU time (s) 4722.85
Current children cumulated vsize (KiB) 2014300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.09 5.07 5.08 6/177 12064
/proc/meminfo: memFree=14536720/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
[pid=12024] ppid=12023 vsize=986672 CPUtime=1201.74 cores=1
/proc/12024/stat : 12024 (cryptominisat) R 12023 12023 10991 0 -1 4202496 673440 0 0 0 119862 312 0 0 25 0 1 0 496401935 1010352128 25681 33554432000 4194304 4587354 140735609068608 18446744073709551615 4230260 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12024/statm: 246668 25681 337 96 0 243230 0
[pid=12025] ppid=12023 vsize=428868 CPUtime=1201.73 cores=5
/proc/12025/stat : 12025 (clasp) R 12023 12023 10991 0 -1 4202496 104542 0 0 0 120138 35 0 0 25 0 1 0 496401935 439160832 103109 33554432000 4194304 4785740 140736542662512 18446744073709551615 4549776 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12025/statm: 107217 103109 340 145 0 104262 0
[pid=12026] ppid=12023 vsize=464024 CPUtime=597.57 cores=7
/proc/12026/stat : 12026 (TNM) R 12023 12023 10991 0 -1 4202496 5103 0 0 0 59757 0 0 0 25 0 1 0 496401935 475160576 5000 33554432000 134512640 134534564 4290484400 18446744073709551615 134528600 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12026/statm: 116006 5000 95 6 0 114672 0
[pid=12027] ppid=12023 vsize=31856 CPUtime=1201.74 cores=3
/proc/12027/stat : 12027 (lingeling) R 12023 12023 10991 0 -1 4202496 9256 0 0 0 120173 1 0 0 25 0 1 0 496401935 32620544 7130 33554432000 4194304 4352236 140734486599424 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12027/statm: 7964 7130 127 39 0 7044 0
[pid=12028] ppid=12023 vsize=81236 CPUtime=597.6 cores=7
/proc/12028/stat : 12028 (march_hi) R 12023 12023 10991 0 -1 4202496 45115 0 0 0 59753 7 0 0 25 0 1 0 496401935 83185664 17252 33554432000 4194304 4331988 140736386986688 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12028/statm: 20309 17252 173 34 0 18751 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 2010980

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.09 5.07 5.08 6/177 12064
/proc/meminfo: memFree=14536720/32951124 swapFree=67111528/67111528
[pid=12023] ppid=12021 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12023/stat : 12023 (ppfolio) S 12021 12023 10991 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 496401935 18763776 389 33554432000 4194304 4287625 140736715362800 18446744073709551615 264726425103 0 0 4096 65536 4607745647926312959 0 0 17 5 0 0 0
/proc/12023/statm: 4581 389 341 23 0 91 0
[pid=12024] ppid=12023 vsize=986672 CPUtime=1201.74 cores=1
/proc/12024/stat : 12024 (cryptominisat) R 12023 12023 10991 0 -1 4202496 673440 0 0 0 119862 312 0 0 25 0 1 0 496401935 1010352128 25681 33554432000 4194304 4587354 140735609068608 18446744073709551615 4230260 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12024/statm: 246668 25681 337 96 0 243230 0
[pid=12025] ppid=12023 vsize=428868 CPUtime=1201.73 cores=5
/proc/12025/stat : 12025 (clasp) R 12023 12023 10991 0 -1 4202496 104542 0 0 0 120138 35 0 0 25 0 1 0 496401935 439160832 103109 33554432000 4194304 4785740 140736542662512 18446744073709551615 4549776 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12025/statm: 107217 103109 340 145 0 104262 0
[pid=12026] ppid=12023 vsize=464024 CPUtime=597.57 cores=7
/proc/12026/stat : 12026 (TNM) R 12023 12023 10991 0 -1 4202496 5103 0 0 0 59757 0 0 0 25 0 1 0 496401935 475160576 5000 33554432000 134512640 134534564 4290484400 18446744073709551615 134528600 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12026/statm: 116006 5000 95 6 0 114672 0
[pid=12027] ppid=12023 vsize=31856 CPUtime=1201.74 cores=3
/proc/12027/stat : 12027 (lingeling) R 12023 12023 10991 0 -1 4202496 9256 0 0 0 120173 1 0 0 25 0 1 0 496401935 32620544 7130 33554432000 4194304 4352236 140734486599424 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12027/statm: 7964 7130 127 39 0 7044 0
[pid=12028] ppid=12023 vsize=81236 CPUtime=597.6 cores=7
/proc/12028/stat : 12028 (march_hi) R 12023 12023 10991 0 -1 4202496 45115 0 0 0 59753 7 0 0 25 0 1 0 496401935 83185664 17252 33554432000 4194304 4331988 140736386986688 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12028/statm: 20309 17252 173 34 0 18751 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 2010980

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12023 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=6998
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=9998
# CPU time returned by wait4() is 0.016996
# while last known CPU time is 4800.38
#
# 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.38
CPU user time (s): 4796.83
CPU system time (s): 3.55
CPU usage (%): 399.461
Max. virtual memory (cumulated for all children) (KiB): 2937092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.006998
system time used= 0.009998
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= 245
involuntary context switches= 6

runsolver used 1.75573 second user time and 4.80627 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 03:17:43
IDJOB=3190867
IDBENCH=82598
IDSOLVER=1612
FILE ID=node141/3190867-1304039863
RUNJOBID= node141-1304032810-11411
PBS_JOBID= 13170311
Free space on /tmp= 71424 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S858279511-076-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190867-1304039863/watcher-3190867-1304039863 -o /tmp/evaluation-result-3190867-1304039863/solver-3190867-1304039863 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190867-1304039863.cnf

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

MD5SUM BENCH= e97fda1e892cdb27859435984e5a4127
RANDOM SEED=2030357141

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      15167940 kB
Buffers:       1623884 kB
Cached:       15514220 kB
SwapCached:          0 kB
Active:        7914680 kB
Inactive:      9286184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15167940 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12436 kB
Writeback:           0 kB
AnonPages:       62648 kB
Mapped:          14704 kB
Slab:           518504 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186312 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= 71412 MiB
End job on node141 at 2011-04-29 03:37:47