Trace number 3275822

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 seqUNSAT 147.18 147.297

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-12_135.cnf
MD5SUMf20ed0313cfa494f86b5c8ef723973ee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.165
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses5251
Sum of the clauses size22611
Maximum clause length12
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 34489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5762

Solver Data

0.00/0.01	This is pico-portfolio, a naive parallel portfolio
0.00/0.01	Copyright (C) 2011 Olivier Roussel
0.00/0.01	Using 1 processing units
0.00/0.01	This portfolio uses the following solvers:
0.00/0.01	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.01	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.01	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.01	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.01	Starting clasp 1.3.6 on core(s) 1
0.00/0.01	Starting TNM 2009 on core(s) 1
147.18/147.29	s UNSATISFIABLE
147.18/147.29	solver [2] clasp 1.3.6 answered
147.18/147.29	Done

Verifier Data

No possible verification on an UNSAT instance

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-3275822-1303650911/watcher-3275822-1303650911 -o /tmp/evaluation-result-3275822-1303650911/solver-3275822-1303650911 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3275822-1303650911.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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.99 5.40 3.55 4/180 14026
/proc/meminfo: memFree=19390496/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) R 14024 14026 13281 0 -1 4202496 484 0 0 0 0 0 0 0 25 0 1 0 476693708 18763776 392 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634335637 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/14026/statm: 4581 392 343 23 0 91 0

[startup+0.0355149 s]
/proc/loadavg: 5.99 5.40 3.55 4/180 14026
/proc/meminfo: memFree=19390496/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 4457459450839531784 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10049 s]
/proc/loadavg: 5.99 5.40 3.55 4/180 14026
/proc/meminfo: memFree=19390496/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 4457459450839531784 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300458 s]
/proc/loadavg: 5.99 5.40 3.55 4/180 14026
/proc/meminfo: memFree=19390496/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 18 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 5705521417424994304 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700382 s]
/proc/loadavg: 5.99 5.40 3.55 4/180 14026
/proc/meminfo: memFree=19390496/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 5705521554863947776 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50024 s]
/proc/loadavg: 5.99 5.40 3.55 7/184 14030
/proc/meminfo: memFree=19385256/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 5705521829741854720 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=1732912 CPUtime=0.5 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 1492 0 0 0 50 0 0 0 25 0 1 0 476693708 1774501888 843 33554432000 4194304 4587354 140735202938368 18446744073709551615 4237443 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 433228 843 326 96 0 429790 0
[pid=14028] ppid=14026 vsize=13264 CPUtime=0.4 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 769 0 0 0 40 0 0 0 25 0 1 0 476693708 13582336 661 33554432000 4194304 4785740 140734278287744 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 3316 661 340 145 0 361 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=0.59 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 59 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2220720

[startup+3.10096 s]
/proc/loadavg: 5.99 5.41 3.57 7/184 14030
/proc/meminfo: memFree=19383804/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 5705520043035459584 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=1733716 CPUtime=1 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 2153 0 0 0 100 0 0 0 25 0 1 0 476693708 1775325184 953 33554432000 4194304 4587354 140735202938368 18446744073709551615 4236426 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 433429 953 330 96 0 429991 0
[pid=14028] ppid=14026 vsize=13536 CPUtime=0.94 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 858 0 0 0 94 0 0 0 25 0 1 0 476693708 13860864 750 33554432000 4194304 4785740 140734278287744 18446744073709551615 4550456 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 3384 750 340 145 0 429 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=1.14 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 114 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 2221796

[startup+6.3004 s]
/proc/loadavg: 5.99 5.41 3.57 7/184 14030
/proc/meminfo: memFree=19376372/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=1739612 CPUtime=2.59 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 4486 0 0 0 259 0 0 0 19 0 1 0 476693708 1781362688 2541 33554432000 4194304 4587354 140735202938368 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 434903 2541 336 96 0 431465 0
[pid=14028] ppid=14026 vsize=13968 CPUtime=1.74 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 939 0 0 0 174 0 0 0 25 0 1 0 476693708 14303232 831 33554432000 4194304 4785740 140734278287744 18446744073709551615 4538892 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 3492 831 340 145 0 537 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=1.94 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 194 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 1502432 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 2228124

[startup+12.7003 s]
/proc/loadavg: 5.99 5.43 3.59 7/184 14030
/proc/meminfo: memFree=19377476/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 5705520592791273472 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=1742176 CPUtime=4.69 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 6301 0 0 0 469 0 0 0 25 0 1 0 476693708 1783988224 3001 33554432000 4194304 4587354 140735202938368 18446744073709551615 4244512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 435544 3001 336 96 0 432106 0
[pid=14028] ppid=14026 vsize=14688 CPUtime=3.89 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 1111 0 0 0 389 0 0 0 25 0 1 0 476693708 15040512 1003 33554432000 4194304 4785740 140734278287744 18446744073709551615 4309537 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 3672 1003 340 145 0 717 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=4.09 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 409 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 134530342 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 2231408

[startup+25.501 s]
/proc/loadavg: 5.99 5.44 3.62 7/184 14031
/proc/meminfo: memFree=19372308/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 5705521417424994304 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=35572 CPUtime=8.99 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 8832 0 0 0 899 0 0 0 25 0 1 0 476693708 36425728 3285 33554432000 4194304 4587354 140735202938368 18446744073709551615 4244062 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 8893 3285 336 96 0 5455 0
[pid=14028] ppid=14026 vsize=15656 CPUtime=8.14 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 1331 0 0 0 814 0 0 0 25 0 1 0 476693708 16031744 1223 33554432000 4194304 4785740 140734278287744 18446744073709551615 4552974 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 3914 1223 340 145 0 959 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=8.34 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 834 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 525772

[startup+51.1005 s]
/proc/loadavg: 5.99 5.49 3.68 7/184 14031
/proc/meminfo: memFree=19361968/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=43280 CPUtime=17.49 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 14472 0 0 0 1748 1 0 0 25 0 1 0 476693708 44318720 5378 33554432000 4194304 4587354 140735202938368 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 10820 5378 336 96 0 7382 0
[pid=14028] ppid=14026 vsize=16352 CPUtime=16.69 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 1516 0 0 0 1669 0 0 0 25 0 1 0 476693708 16744448 1408 33554432000 4194304 4785740 140734278287744 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 4088 1408 340 145 0 1133 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=16.9 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 1690 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 534176

[startup+102.306 s]
/proc/loadavg: 6.06 5.59 3.82 7/184 14033
/proc/meminfo: memFree=19354144/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 5705520592791273472 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=50164 CPUtime=34.58 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 22956 0 0 0 3456 2 0 0 25 0 1 0 476693708 51367936 6535 33554432000 4194304 4587354 140735202938368 18446744073709551615 4238435 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 12541 6535 336 96 0 9103 0
[pid=14028] ppid=14026 vsize=17296 CPUtime=33.76 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 1721 0 0 0 3376 0 0 0 25 0 1 0 476693708 17711104 1613 33554432000 4194304 4785740 140734278287744 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 4324 1613 341 145 0 1369 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=33.94 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 3394 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 134528697 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 542004

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

[startup+127.901 s]
/proc/loadavg: 6.04 5.62 3.87 7/184 14033
/proc/meminfo: memFree=19353384/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 5705521005108133888 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=50288 CPUtime=43.09 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 26285 0 0 0 4306 3 0 0 25 0 1 0 476693708 51494912 6682 33554432000 4194304 4587354 140735202938368 18446744073709551615 4238273 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 12572 6682 336 96 0 9134 0
[pid=14028] ppid=14026 vsize=17608 CPUtime=42.29 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 1808 0 0 0 4229 0 0 0 25 0 1 0 476693708 18030592 1700 33554432000 4194304 4785740 140734278287744 18446744073709551615 4553447 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 4402 1700 341 145 0 1447 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=42.51 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 4251 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 134530576 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 542440

[startup+140.701 s]
/proc/loadavg: 6.03 5.63 3.89 7/184 14034
/proc/meminfo: memFree=19328076/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 5705520455352320000 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=56708 CPUtime=47.38 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 28316 0 0 0 4735 3 0 0 25 0 1 0 476693708 58068992 8694 33554432000 4194304 4587354 140735202938368 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 14177 8694 336 96 0 10739 0
[pid=14028] ppid=14026 vsize=17608 CPUtime=46.56 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 1813 0 0 0 4656 0 0 0 25 0 1 0 476693708 18030592 1705 33554432000 4194304 4785740 140734278287744 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 4402 1705 341 145 0 1447 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=46.74 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 4674 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 140.68
Current children cumulated vsize (KiB) 548860

[startup+143.901 s]
/proc/loadavg: 6.03 5.64 3.91 7/184 14034
/proc/meminfo: memFree=19327456/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=56708 CPUtime=48.45 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 28470 0 0 0 4842 3 0 0 25 0 1 0 476693708 58068992 8844 33554432000 4194304 4587354 140735202938368 18446744073709551615 4231420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 14177 8844 336 96 0 10739 0
[pid=14028] ppid=14026 vsize=17784 CPUtime=47.59 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 1834 0 0 0 4759 0 0 0 25 0 1 0 476693708 18210816 1726 33554432000 4194304 4785740 140734278287744 18446744073709551615 4287150 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 4446 1726 341 145 0 1491 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=47.84 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 4784 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 143.88
Current children cumulated vsize (KiB) 549036

[startup+145.501 s]
/proc/loadavg: 6.03 5.64 3.91 7/184 14034
/proc/meminfo: memFree=19331424/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=44932 CPUtime=48.98 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 28470 0 0 0 4895 3 0 0 25 0 1 0 476693708 46010368 7627 33554432000 4194304 4587354 140735202938368 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 11233 7627 336 96 0 7795 0
[pid=14028] ppid=14026 vsize=17784 CPUtime=48.16 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 1834 0 0 0 4816 0 0 0 25 0 1 0 476693708 18210816 1726 33554432000 4194304 4785740 140734278287744 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 4446 1726 341 145 0 1491 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=48.34 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 4834 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 145.48
Current children cumulated vsize (KiB) 537260

[startup+146.307 s]
/proc/loadavg: 6.03 5.64 3.92 7/184 14034
/proc/meminfo: memFree=19331652/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=44932 CPUtime=49.26 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 28470 0 0 0 4923 3 0 0 25 0 1 0 476693708 46010368 7627 33554432000 4194304 4587354 140735202938368 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 11233 7627 336 96 0 7795 0
[pid=14028] ppid=14026 vsize=17784 CPUtime=48.39 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 1834 0 0 0 4839 0 0 0 25 0 1 0 476693708 18210816 1726 33554432000 4194304 4785740 140734278287744 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 4446 1726 341 145 0 1491 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=48.64 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 4864 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 146.29
Current children cumulated vsize (KiB) 537260

[startup+146.701 s]
/proc/loadavg: 6.03 5.64 3.92 7/184 14034
/proc/meminfo: memFree=19331652/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=44932 CPUtime=49.38 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 28470 0 0 0 4935 3 0 0 25 0 1 0 476693708 46010368 7627 33554432000 4194304 4587354 140735202938368 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 11233 7627 336 96 0 7795 0
[pid=14028] ppid=14026 vsize=17784 CPUtime=48.56 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 1834 0 0 0 4856 0 0 0 25 0 1 0 476693708 18210816 1726 33554432000 4194304 4785740 140734278287744 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 4446 1726 341 145 0 1491 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=48.74 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 4874 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 146.68
Current children cumulated vsize (KiB) 537260

[startup+147.101 s]
/proc/loadavg: 6.03 5.64 3.92 7/184 14034
/proc/meminfo: memFree=19331652/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=44932 CPUtime=49.48 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 28470 0 0 0 4945 3 0 0 25 0 1 0 476693708 46010368 7627 33554432000 4194304 4587354 140735202938368 18446744073709551615 4237674 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 11233 7627 336 96 0 7795 0
[pid=14028] ppid=14026 vsize=17784 CPUtime=48.69 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 1834 0 0 0 4869 0 0 0 25 0 1 0 476693708 18210816 1726 33554432000 4194304 4785740 140734278287744 18446744073709551615 4553447 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 4446 1726 341 145 0 1491 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=48.91 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 4891 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 147.08
Current children cumulated vsize (KiB) 537260

[startup+147.201 s]
/proc/loadavg: 6.03 5.64 3.92 7/184 14034
/proc/meminfo: memFree=19331652/32951124 swapFree=67111528/67111528
[pid=14026] ppid=14024 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14026/stat : 14026 (ppfolio) S 14024 14026 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476693708 18763776 394 33554432000 4194304 4287625 140734257758672 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/14026/statm: 4581 394 345 23 0 91 0
[pid=14027] ppid=14026 vsize=44932 CPUtime=49.55 cores=1
/proc/14027/stat : 14027 (cryptominisat) R 14026 14026 13281 0 -1 4202496 28470 0 0 0 4952 3 0 0 25 0 1 0 476693708 46010368 7627 33554432000 4194304 4587354 140735202938368 18446744073709551615 4244152 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14027/statm: 11233 7627 336 96 0 7795 0
[pid=14028] ppid=14026 vsize=17784 CPUtime=48.69 cores=1
/proc/14028/stat : 14028 (clasp) R 14026 14026 13281 0 -1 4202496 1834 0 0 0 4869 0 0 0 25 0 1 0 476693708 18210816 1726 33554432000 4194304 4785740 140734278287744 18446744073709551615 4553447 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14028/statm: 4446 1726 341 145 0 1491 0
[pid=14029] ppid=14026 vsize=456220 CPUtime=48.94 cores=1
/proc/14029/stat : 14029 (TNM) R 14026 14026 13281 0 -1 4202496 436 0 0 0 4894 0 0 0 25 0 1 0 476693708 467169280 333 33554432000 134512640 134534564 4286735104 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14029/statm: 114055 333 95 6 0 112721 0
Current children cumulated CPU time (s) 147.18
Current children cumulated vsize (KiB) 537260

Child status: 0

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

Real time (s): 147.297
CPU time (s): 147.18
CPU user time (s): 147.15
CPU system time (s): 0.03
CPU usage (%): 99.9205
Max. virtual memory (cumulated for all children) (KiB): 2241904

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

runsolver used 0.229965 second user time and 0.499924 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-24 15:15:11
IDJOB=3275822
IDBENCH=83361
IDSOLVER=1639
FILE ID=node103/3275822-1303650911
RUNJOBID= node103-1303650269-13957
PBS_JOBID= 13150745
Free space on /tmp= 71220 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-12_135.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275822-1303650911/watcher-3275822-1303650911 -o /tmp/evaluation-result-3275822-1303650911/solver-3275822-1303650911 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3275822-1303650911.cnf

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

MD5SUM BENCH= f20ed0313cfa494f86b5c8ef723973ee
RANDOM SEED=857604733

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
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.83
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.858
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:      19390784 kB
Buffers:       2112148 kB
Cached:       10719760 kB
SwapCached:          0 kB
Active:        3869792 kB
Inactive:      9113180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19390784 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10092 kB
Writeback:           0 kB
AnonPages:      150272 kB
Mapped:          16372 kB
Slab:           512632 kB
PageTables:       4968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1670048 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= 71212 MiB
End job on node103 at 2011-04-24 15:17:38