Trace number 3190865

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S357264423-067-UNKNOWN.cnf
MD5SUM425b4c5e5535f7d6b9d17ca8feb0ac3e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark78.815
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.85 9.14 9.06 5/181 11011
/proc/meminfo: memFree=13957512/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) R 11009 11011 10696 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0

[startup+0.221084 s]
/proc/loadavg: 8.85 9.14 9.06 5/181 11011
/proc/meminfo: memFree=13957512/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) R 11009 11011 10696 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301071 s]
/proc/loadavg: 8.85 9.14 9.06 5/181 11011
/proc/meminfo: memFree=13957512/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.401054 s]
/proc/loadavg: 8.85 9.14 9.06 5/181 11011
/proc/meminfo: memFree=13957512/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701001 s]
/proc/loadavg: 8.85 9.14 9.06 5/181 11011
/proc/meminfo: memFree=13957512/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50086 s]
/proc/loadavg: 8.85 9.14 9.06 10/187 11017
/proc/meminfo: memFree=13888644/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 520 0 0 0 0 0 0 0 18 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
[pid=11012] ppid=11011 vsize=42340 CPUtime=1.48 cores=1
/proc/11012/stat : 11012 (cryptominisat) R 11011 11011 10696 0 -1 4202496 7973 0 0 0 147 1 0 0 25 0 1 0 515573549 43356160 6331 33554432000 4194304 4587354 140733953469712 18446744073709551615 4238739 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11012/statm: 10585 6331 326 96 0 7147 0
[pid=11013] ppid=11011 vsize=25676 CPUtime=1.49 cores=5
/proc/11013/stat : 11013 (clasp) R 11011 11011 10696 0 -1 4202496 4696 0 0 0 149 0 0 0 25 0 1 0 515573549 26292224 3731 33554432000 4194304 4785740 140733912096640 18446744073709551615 4553035 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11013/statm: 6419 3731 340 145 0 3464 0
[pid=11014] ppid=11011 vsize=459916 CPUtime=0.78 cores=7
/proc/11014/stat : 11014 (TNM) R 11011 11011 10696 0 -1 4202496 3487 0 0 0 78 0 0 0 25 0 1 0 515573549 470953984 3384 33554432000 134512640 134534564 4290452480 18446744073709551615 134528250 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11014/statm: 114979 3384 95 6 0 113645 0
[pid=11015] ppid=11011 vsize=11856 CPUtime=1.49 cores=3
/proc/11015/stat : 11015 (lingeling) R 11011 11011 10696 0 -1 4202496 3459 0 0 0 149 0 0 0 25 0 1 0 515573549 12140544 1875 33554432000 4194304 4352236 140736379019520 18446744073709551615 4276757 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11015/statm: 2964 1875 127 39 0 2044 0
[pid=11016] ppid=11011 vsize=18440 CPUtime=0.69 cores=7
/proc/11016/stat : 11016 (march_hi) R 11011 11011 10696 0 -1 4202496 18567 0 0 0 66 3 0 0 25 0 1 0 515573549 18882560 2335 33554432000 4194304 4331988 140736554907472 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11016/statm: 4610 2335 144 34 0 3052 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 576552

[startup+3.10058 s]
/proc/loadavg: 8.85 9.14 9.06 10/187 11017
/proc/meminfo: memFree=13855940/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
[pid=11012] ppid=11011 vsize=80024 CPUtime=3.09 cores=1
/proc/11012/stat : 11012 (cryptominisat) R 11011 11011 10696 0 -1 4202496 9083 0 0 0 307 2 0 0 25 0 1 0 515573549 81944576 7439 33554432000 4194304 4587354 140733953469712 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11012/statm: 20006 7439 326 96 0 16568 0
[pid=11013] ppid=11011 vsize=33164 CPUtime=3.08 cores=5
/proc/11013/stat : 11013 (clasp) R 11011 11011 10696 0 -1 4202496 6581 0 0 0 308 0 0 0 25 0 1 0 515573549 33959936 5616 33554432000 4194304 4785740 140733912096640 18446744073709551615 4553138 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11013/statm: 8291 5616 340 145 0 5336 0
[pid=11014] ppid=11011 vsize=459916 CPUtime=1.57 cores=7
/proc/11014/stat : 11014 (TNM) R 11011 11011 10696 0 -1 4202496 3487 0 0 0 157 0 0 0 25 0 1 0 515573549 470953984 3384 33554432000 134512640 134534564 4290452480 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11014/statm: 114979 3384 95 6 0 113645 0
[pid=11015] ppid=11011 vsize=11856 CPUtime=3.09 cores=3
/proc/11015/stat : 11015 (lingeling) R 11011 11011 10696 0 -1 4202496 3459 0 0 0 309 0 0 0 25 0 1 0 515573549 12140544 1875 33554432000 4194304 4352236 140736379019520 18446744073709551615 4278815 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11015/statm: 2964 1875 127 39 0 2044 0
[pid=11016] ppid=11011 vsize=46920 CPUtime=1.5 cores=7
/proc/11016/stat : 11016 (march_hi) R 11011 11011 10696 0 -1 4202496 28288 0 0 0 145 5 0 0 25 0 1 0 515573549 48046080 9296 33554432000 4194304 4331988 140736554907472 18446744073709551615 4265498 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11016/statm: 11730 9296 173 34 0 10172 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 650204

[startup+6.30101 s]
/proc/loadavg: 8.86 9.13 9.06 10/187 11017
/proc/meminfo: memFree=13825808/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
[pid=11012] ppid=11011 vsize=1794776 CPUtime=6.29 cores=1
/proc/11012/stat : 11012 (cryptominisat) R 11011 11011 10696 0 -1 4202496 12316 0 0 0 626 3 0 0 25 0 1 0 515573549 1837850624 5925 33554432000 4194304 4587354 140733953469712 18446744073709551615 248089394955 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11012/statm: 448694 5925 327 96 0 445256 0
[pid=11013] ppid=11011 vsize=46864 CPUtime=6.29 cores=5
/proc/11013/stat : 11013 (clasp) R 11011 11011 10696 0 -1 4202496 9972 0 0 0 628 1 0 0 25 0 1 0 515573549 47988736 9007 33554432000 4194304 4785740 140733912096640 18446744073709551615 4552483 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11013/statm: 11716 9007 340 145 0 8761 0
[pid=11014] ppid=11011 vsize=459916 CPUtime=3.15 cores=7
/proc/11014/stat : 11014 (TNM) R 11011 11011 10696 0 -1 4202496 3487 0 0 0 315 0 0 0 25 0 1 0 515573549 470953984 3384 33554432000 134512640 134534564 4290452480 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11014/statm: 114979 3384 95 6 0 113645 0
[pid=11015] ppid=11011 vsize=14392 CPUtime=6.29 cores=3
/proc/11015/stat : 11015 (lingeling) R 11011 11011 10696 0 -1 4202496 4348 0 0 0 629 0 0 0 25 0 1 0 515573549 14737408 2764 33554432000 4194304 4352236 140736379019520 18446744073709551615 4328432 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11015/statm: 3598 2764 127 39 0 2678 0
[pid=11016] ppid=11011 vsize=50460 CPUtime=3.09 cores=7
/proc/11016/stat : 11016 (march_hi) R 11011 11011 10696 0 -1 4202496 29180 0 0 0 304 5 0 0 25 0 1 0 515573549 51671040 10188 33554432000 4194304 4331988 140736554907472 18446744073709551615 4228983 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11016/statm: 12615 10188 173 34 0 11057 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 2384732

[startup+12.7009 s]
/proc/loadavg: 8.87 9.13 9.06 10/187 11017
/proc/meminfo: memFree=13796852/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
[pid=11012] ppid=11011 vsize=1804476 CPUtime=12.68 cores=1
/proc/11012/stat : 11012 (cryptominisat) R 11011 11011 10696 0 -1 4202496 33109 0 0 0 1261 7 0 0 25 0 1 0 515573549 1847783424 11402 33554432000 4194304 4587354 140733953469712 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11012/statm: 451119 11402 337 96 0 447681 0
[pid=11013] ppid=11011 vsize=62176 CPUtime=12.69 cores=5
/proc/11013/stat : 11013 (clasp) R 11011 11011 10696 0 -1 4202496 13728 0 0 0 1267 2 0 0 25 0 1 0 515573549 63668224 12763 33554432000 4194304 4785740 140733912096640 18446744073709551615 4543520 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11013/statm: 15544 12763 340 145 0 12589 0
[pid=11014] ppid=11011 vsize=459916 CPUtime=6.32 cores=7
/proc/11014/stat : 11014 (TNM) R 11011 11011 10696 0 -1 4202496 3487 0 0 0 632 0 0 0 25 0 1 0 515573549 470953984 3384 33554432000 134512640 134534564 4290452480 18446744073709551615 11384208 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11014/statm: 114979 3384 95 6 0 113645 0
[pid=11015] ppid=11011 vsize=14392 CPUtime=12.69 cores=3
/proc/11015/stat : 11015 (lingeling) R 11011 11011 10696 0 -1 4202496 4348 0 0 0 1269 0 0 0 25 0 1 0 515573549 14737408 2764 33554432000 4194304 4352236 140736379019520 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11015/statm: 3598 2764 127 39 0 2678 0
[pid=11016] ppid=11011 vsize=52908 CPUtime=6.29 cores=7
/proc/11016/stat : 11016 (march_hi) R 11011 11011 10696 0 -1 4202496 29556 0 0 0 624 5 0 0 25 0 1 0 515573549 54177792 10564 33554432000 4194304 4331988 140736554907472 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11016/statm: 13227 10564 173 34 0 11669 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 2412192

[startup+25.5066 s]
/proc/loadavg: 8.90 9.12 9.06 10/187 11018
/proc/meminfo: memFree=13782212/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
[pid=11012] ppid=11011 vsize=1805264 CPUtime=25.49 cores=1
/proc/11012/stat : 11012 (cryptominisat) R 11011 11011 10696 0 -1 4202496 51505 0 0 0 2536 13 0 0 25 0 1 0 515573549 1848590336 9845 33554432000 4194304 4587354 140733953469712 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11012/statm: 451316 9845 337 96 0 447878 0
[pid=11013] ppid=11011 vsize=78320 CPUtime=25.49 cores=5
/proc/11013/stat : 11013 (clasp) R 11011 11011 10696 0 -1 4202496 17768 0 0 0 2545 4 0 0 25 0 1 0 515573549 80199680 16803 33554432000 4194304 4785740 140733912096640 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11013/statm: 19580 16803 340 145 0 16625 0
[pid=11014] ppid=11011 vsize=459916 CPUtime=12.7 cores=7
/proc/11014/stat : 11014 (TNM) R 11011 11011 10696 0 -1 4202496 3487 0 0 0 1270 0 0 0 25 0 1 0 515573549 470953984 3384 33554432000 134512640 134534564 4290452480 18446744073709551615 134529078 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11014/statm: 114979 3384 95 6 0 113645 0
[pid=11015] ppid=11011 vsize=19236 CPUtime=25.49 cores=3
/proc/11015/stat : 11015 (lingeling) R 11011 11011 10696 0 -1 4202496 5559 0 0 0 2549 0 0 0 25 0 1 0 515573549 19697664 3975 33554432000 4194304 4352236 140736379019520 18446744073709551615 4276771 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11015/statm: 4809 3975 127 39 0 3889 0
[pid=11016] ppid=11011 vsize=53572 CPUtime=12.64 cores=7
/proc/11016/stat : 11016 (march_hi) R 11011 11011 10696 0 -1 4202496 29710 0 0 0 1259 5 0 0 25 0 1 0 515573549 54857728 10718 33554432000 4194304 4331988 140736554907472 18446744073709551615 4226414 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11016/statm: 13393 10718 173 34 0 11835 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 2434632

[startup+51.1011 s]
/proc/loadavg: 9.01 9.13 9.06 10/187 11018
/proc/meminfo: memFree=13748840/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
[pid=11012] ppid=11011 vsize=1811296 CPUtime=51.08 cores=1
/proc/11012/stat : 11012 (cryptominisat) R 11011 11011 10696 0 -1 4202496 100828 0 0 0 5084 24 0 0 25 0 1 0 515573549 1854767104 12240 33554432000 4194304 4587354 140733953469712 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11012/statm: 452824 12240 337 96 0 449386 0
[pid=11013] ppid=11011 vsize=99856 CPUtime=51.08 cores=5
/proc/11013/stat : 11013 (clasp) R 11011 11011 10696 0 -1 4202496 23122 0 0 0 5102 6 0 0 25 0 1 0 515573549 102252544 22157 33554432000 4194304 4785740 140733912096640 18446744073709551615 4549583 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11013/statm: 24964 22157 340 145 0 22009 0
[pid=11014] ppid=11011 vsize=459916 CPUtime=25.41 cores=7
/proc/11014/stat : 11014 (TNM) R 11011 11011 10696 0 -1 4202496 3487 0 0 0 2541 0 0 0 25 0 1 0 515573549 470953984 3384 33554432000 134512640 134534564 4290452480 18446744073709551615 134528934 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11014/statm: 114979 3384 95 6 0 113645 0
[pid=11015] ppid=11011 vsize=19236 CPUtime=51.09 cores=3

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

/proc/11016/statm: 14383 11731 173 34 0 12825 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 2672604

[startup+1002.31 s]
/proc/loadavg: 10.22 10.16 9.76 11/188 11141
/proc/meminfo: memFree=13343828/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
[pid=11012] ppid=11011 vsize=1860704 CPUtime=1002.28 cores=1
/proc/11012/stat : 11012 (cryptominisat) R 11011 11011 10696 0 -1 4202496 632883 0 0 0 99979 249 0 0 25 0 1 0 515573549 1905360896 17482 33554432000 4194304 4587354 140733953469712 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11012/statm: 465176 17482 337 96 0 461738 0
[pid=11013] ppid=11011 vsize=290060 CPUtime=1002.31 cores=5
/proc/11013/stat : 11013 (clasp) R 11011 11011 10696 0 -1 4202496 69983 0 0 0 100210 21 0 0 25 0 1 0 515573549 297021440 69018 33554432000 4194304 4785740 140733912096640 18446744073709551615 4553015 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11013/statm: 72515 69018 340 145 0 69560 0
[pid=11014] ppid=11011 vsize=459916 CPUtime=498.43 cores=7
/proc/11014/stat : 11014 (TNM) R 11011 11011 10696 0 -1 4202496 3487 0 0 0 49843 0 0 0 25 0 1 0 515573549 470953984 3384 33554432000 134512640 134534564 4290452480 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11014/statm: 114979 3384 95 6 0 113645 0
[pid=11015] ppid=11011 vsize=25896 CPUtime=1002.31 cores=3
/proc/11015/stat : 11015 (lingeling) R 11011 11011 10696 0 -1 4202496 10552 0 0 0 100230 1 0 0 25 0 1 0 515573549 26517504 5640 33554432000 4194304 4352236 140736379019520 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11015/statm: 6474 5640 127 39 0 5554 0
[pid=11016] ppid=11011 vsize=57664 CPUtime=498.4 cores=7
/proc/11016/stat : 11016 (march_hi) R 11011 11011 10696 0 -1 4202496 30740 0 0 0 49835 5 0 0 25 0 1 0 515573549 59047936 11748 33554432000 4194304 4331988 140736554907472 18446744073709551615 4291968 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11016/statm: 14416 11748 173 34 0 12858 0
Current children cumulated CPU time (s) 4003.73
Current children cumulated vsize (KiB) 2712564

[startup+1062.3 s]
/proc/loadavg: 10.20 10.16 9.78 11/188 11142
/proc/meminfo: memFree=13138336/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
[pid=11012] ppid=11011 vsize=1838556 CPUtime=1062.27 cores=1
/proc/11012/stat : 11012 (cryptominisat) R 11011 11011 10696 0 -1 4202496 659034 0 0 0 105965 262 0 0 25 0 1 0 515573549 1882681344 31943 33554432000 4194304 4587354 140733953469712 18446744073709551615 4239464 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11012/statm: 459639 31943 337 96 0 456201 0
[pid=11013] ppid=11011 vsize=297132 CPUtime=1062.31 cores=5
/proc/11013/stat : 11013 (clasp) R 11011 11011 10696 0 -1 4202496 71680 0 0 0 106209 22 0 0 25 0 1 0 515573549 304263168 70715 33554432000 4194304 4785740 140733912096640 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11013/statm: 74283 70715 340 145 0 71328 0
[pid=11014] ppid=11011 vsize=459916 CPUtime=528.29 cores=7
/proc/11014/stat : 11014 (TNM) R 11011 11011 10696 0 -1 4202496 3487 0 0 0 52829 0 0 0 25 0 1 0 515573549 470953984 3384 33554432000 134512640 134534564 4290452480 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11014/statm: 114979 3384 95 6 0 113645 0
[pid=11015] ppid=11011 vsize=25896 CPUtime=1062.31 cores=3
/proc/11015/stat : 11015 (lingeling) R 11011 11011 10696 0 -1 4202496 11064 0 0 0 106230 1 0 0 25 0 1 0 515573549 26517504 5640 33554432000 4194304 4352236 140736379019520 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11015/statm: 6474 5640 127 39 0 5554 0
[pid=11016] ppid=11011 vsize=57664 CPUtime=528.21 cores=7
/proc/11016/stat : 11016 (march_hi) R 11011 11011 10696 0 -1 4202496 30758 0 0 0 52816 5 0 0 25 0 1 0 515573549 59047936 11766 33554432000 4194304 4331988 140736554907472 18446744073709551615 4291920 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11016/statm: 14416 11766 173 34 0 12858 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 2697488

[startup+1122.3 s]
/proc/loadavg: 10.18 10.16 9.80 11/188 11144
/proc/meminfo: memFree=13323200/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
[pid=11012] ppid=11011 vsize=1813068 CPUtime=1122.27 cores=1
/proc/11012/stat : 11012 (cryptominisat) R 11011 11011 10696 0 -1 4202496 683236 0 0 0 111950 277 0 0 25 0 1 0 515573549 1856581632 17925 33554432000 4194304 4587354 140733953469712 18446744073709551615 4238731 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11012/statm: 453267 17925 337 96 0 449829 0
[pid=11013] ppid=11011 vsize=297132 CPUtime=1122.31 cores=5
/proc/11013/stat : 11013 (clasp) R 11011 11011 10696 0 -1 4202496 71688 0 0 0 112209 22 0 0 25 0 1 0 515573549 304263168 70723 33554432000 4194304 4785740 140733912096640 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11013/statm: 74283 70723 340 145 0 71328 0
[pid=11014] ppid=11011 vsize=459916 CPUtime=558.12 cores=7
/proc/11014/stat : 11014 (TNM) R 11011 11011 10696 0 -1 4202496 3487 0 0 0 55812 0 0 0 25 0 1 0 515573549 470953984 3384 33554432000 134512640 134534564 4290452480 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11014/statm: 114979 3384 95 6 0 113645 0
[pid=11015] ppid=11011 vsize=25896 CPUtime=1122.31 cores=3
/proc/11015/stat : 11015 (lingeling) R 11011 11011 10696 0 -1 4202496 11576 0 0 0 112230 1 0 0 25 0 1 0 515573549 26517504 5640 33554432000 4194304 4352236 140736379019520 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11015/statm: 6474 5640 127 39 0 5554 0
[pid=11016] ppid=11011 vsize=57796 CPUtime=558.07 cores=7
/proc/11016/stat : 11016 (march_hi) R 11011 11011 10696 0 -1 4202496 30774 0 0 0 55801 6 0 0 25 0 1 0 515573549 59183104 11782 33554432000 4194304 4331988 140736554907472 18446744073709551615 4228973 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11016/statm: 14449 11782 173 34 0 12891 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 2672132

[startup+1182.3 s]
/proc/loadavg: 10.17 10.15 9.82 11/188 11146
/proc/meminfo: memFree=13293540/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
[pid=11012] ppid=11011 vsize=1807008 CPUtime=1182.28 cores=1
/proc/11012/stat : 11012 (cryptominisat) R 11011 11011 10696 0 -1 4202496 711191 0 0 0 117935 293 0 0 25 0 1 0 515573549 1850376192 13058 33554432000 4194304 4587354 140733953469712 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11012/statm: 451752 13058 337 96 0 448314 0
[pid=11013] ppid=11011 vsize=303928 CPUtime=1182.32 cores=5
/proc/11013/stat : 11013 (clasp) R 11011 11011 10696 0 -1 4202496 73340 0 0 0 118209 23 0 0 25 0 1 0 515573549 311222272 72375 33554432000 4194304 4785740 140733912096640 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11013/statm: 75982 72375 340 145 0 73027 0
[pid=11014] ppid=11011 vsize=459916 CPUtime=587.95 cores=7
/proc/11014/stat : 11014 (TNM) R 11011 11011 10696 0 -1 4202496 3487 0 0 0 58795 0 0 0 25 0 1 0 515573549 470953984 3384 33554432000 134512640 134534564 4290452480 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11014/statm: 114979 3384 95 6 0 113645 0
[pid=11015] ppid=11011 vsize=26408 CPUtime=1182.32 cores=3
/proc/11015/stat : 11015 (lingeling) R 11011 11011 10696 0 -1 4202496 12216 0 0 0 118230 2 0 0 25 0 1 0 515573549 27041792 5768 33554432000 4194304 4352236 140736379019520 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11015/statm: 6602 5768 127 39 0 5682 0
[pid=11016] ppid=11011 vsize=57796 CPUtime=587.91 cores=7
/proc/11016/stat : 11016 (march_hi) R 11011 11011 10696 0 -1 4202496 30789 0 0 0 58785 6 0 0 25 0 1 0 515573549 59183104 11797 33554432000 4194304 4331988 140736554907472 18446744073709551615 4228361 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11016/statm: 14449 11797 173 34 0 12891 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 2673380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.19 10.16 9.83 12/188 11146
/proc/meminfo: memFree=13252744/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
[pid=11012] ppid=11011 vsize=1807008 CPUtime=1201.69 cores=1
/proc/11012/stat : 11012 (cryptominisat) R 11011 11011 10696 0 -1 4202496 719129 0 0 0 119870 299 0 0 25 0 1 0 515573549 1850376192 20956 33554432000 4194304 4587354 140733953469712 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11012/statm: 451752 20956 337 96 0 448314 0
[pid=11013] ppid=11011 vsize=303928 CPUtime=1201.72 cores=5
/proc/11013/stat : 11013 (clasp) R 11011 11011 10696 0 -1 4202496 73350 0 0 0 120149 23 0 0 25 0 1 0 515573549 311222272 72385 33554432000 4194304 4785740 140733912096640 18446744073709551615 4546074 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11013/statm: 75982 72385 340 145 0 73027 0
[pid=11014] ppid=11011 vsize=459916 CPUtime=597.61 cores=7
/proc/11014/stat : 11014 (TNM) R 11011 11011 10696 0 -1 4202496 3487 0 0 0 59761 0 0 0 25 0 1 0 515573549 470953984 3384 33554432000 134512640 134534564 4290452480 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11014/statm: 114979 3384 95 6 0 113645 0
[pid=11015] ppid=11011 vsize=26408 CPUtime=1201.73 cores=3
/proc/11015/stat : 11015 (lingeling) R 11011 11011 10696 0 -1 4202496 12216 0 0 0 120171 2 0 0 25 0 1 0 515573549 27041792 5768 33554432000 4194304 4352236 140736379019520 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11015/statm: 6602 5768 127 39 0 5682 0
[pid=11016] ppid=11011 vsize=57928 CPUtime=597.54 cores=7
/proc/11016/stat : 11016 (march_hi) R 11011 11011 10696 0 -1 4202496 30793 0 0 0 59748 6 0 0 25 0 1 0 515573549 59318272 11801 33554432000 4194304 4331988 140736554907472 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11016/statm: 14482 11801 173 34 0 12924 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 2673512

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.19 10.16 9.83 12/188 11146
/proc/meminfo: memFree=13252744/32950928 swapFree=67111528/67111528
[pid=11011] ppid=11009 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11011/stat : 11011 (ppfolio) S 11009 11011 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515573548 18763776 390 33554432000 4194304 4287625 140734899383904 18446744073709551615 248089718287 0 0 4096 65536 4597384400101965823 0 0 17 1 0 0 0
/proc/11011/statm: 4581 390 341 23 0 91 0
[pid=11012] ppid=11011 vsize=1807008 CPUtime=1201.69 cores=1
/proc/11012/stat : 11012 (cryptominisat) R 11011 11011 10696 0 -1 4202496 719129 0 0 0 119870 299 0 0 25 0 1 0 515573549 1850376192 20956 33554432000 4194304 4587354 140733953469712 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11012/statm: 451752 20956 337 96 0 448314 0
[pid=11013] ppid=11011 vsize=303928 CPUtime=1201.72 cores=5
/proc/11013/stat : 11013 (clasp) R 11011 11011 10696 0 -1 4202496 73350 0 0 0 120149 23 0 0 25 0 1 0 515573549 311222272 72385 33554432000 4194304 4785740 140733912096640 18446744073709551615 4546074 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11013/statm: 75982 72385 340 145 0 73027 0
[pid=11014] ppid=11011 vsize=459916 CPUtime=597.61 cores=7
/proc/11014/stat : 11014 (TNM) R 11011 11011 10696 0 -1 4202496 3487 0 0 0 59761 0 0 0 25 0 1 0 515573549 470953984 3384 33554432000 134512640 134534564 4290452480 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11014/statm: 114979 3384 95 6 0 113645 0
[pid=11015] ppid=11011 vsize=26408 CPUtime=1201.73 cores=3
/proc/11015/stat : 11015 (lingeling) R 11011 11011 10696 0 -1 4202496 12216 0 0 0 120171 2 0 0 25 0 1 0 515573549 27041792 5768 33554432000 4194304 4352236 140736379019520 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11015/statm: 6602 5768 127 39 0 5682 0
[pid=11016] ppid=11011 vsize=57928 CPUtime=597.54 cores=7
/proc/11016/stat : 11016 (march_hi) R 11011 11011 10696 0 -1 4202496 30793 0 0 0 59748 6 0 0 25 0 1 0 515573549 59318272 11801 33554432000 4194304 4331988 140736554907472 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11016/statm: 14482 11801 173 34 0 12924 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 2673512

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11011 and gives
#  childrusage.ru_utime.tv_sec=2396
#  childrusage.ru_utime.tv_usec=816628
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=98984
# CPU time returned by wait4() is 2396.92
# while last known CPU time is 4800.29
#
# 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.29
CPU user time (s): 4796.99
CPU system time (s): 3.3
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 4470956

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

runsolver used 1.75873 second user time and 4.80627 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 03:15:37
IDJOB=3190865
IDBENCH=82596
IDSOLVER=1612
FILE ID=node123/3190865-1304039737
RUNJOBID= node123-1304037296-10715
PBS_JOBID= 13170370
Free space on /tmp= 72804 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S357264423-067-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190865-1304039737/watcher-3190865-1304039737 -o /tmp/evaluation-result-3190865-1304039737/solver-3190865-1304039737 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190865-1304039737.cnf

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

MD5SUM BENCH= 425b4c5e5535f7d6b9d17ca8feb0ac3e
RANDOM SEED=2068859759

node123.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.838
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.67
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.838
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.838
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.75
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.80
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.838
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13957668 kB
Buffers:       2191400 kB
Cached:       16021848 kB
SwapCached:          0 kB
Active:        9267260 kB
Inactive:      9177152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13957668 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11664 kB
Writeback:           4 kB
AnonPages:      230152 kB
Mapped:          16392 kB
Slab:           486212 kB
PageTables:       5484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   856692 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= 72796 MiB
End job on node123 at 2011-04-29 03:35:41