Trace number 3275742

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 641.361 641.344

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_401.cnf
MD5SUM4e87573be2b7b7324c13131d6c6896b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark181.446
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of clauses21509
Sum of the clauses size94265
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266
Number of clauses of size 319560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51683

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 1 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	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 1
641.30/641.34	s UNSATISFIABLE
641.30/641.34	solver [2] clasp 1.3.6 answered
641.30/641.34	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-3275742-1303650269/watcher-3275742-1303650269 -o /tmp/evaluation-result-3275742-1303650269/solver-3275742-1303650269 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3275742-1303650269.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: 0.89 0.98 1.17 3/176 13975
/proc/meminfo: memFree=19478664/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 498 0 0 0 0 0 0 0 21 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 4422688770000650504 0 0 17 1 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0

[startup+0.103416 s]
/proc/loadavg: 0.89 0.98 1.17 3/176 13975
/proc/meminfo: memFree=19478664/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200401 s]
/proc/loadavg: 0.89 0.98 1.17 3/176 13975
/proc/meminfo: memFree=19478664/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300381 s]
/proc/loadavg: 0.89 0.98 1.17 3/176 13975
/proc/meminfo: memFree=19478664/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 20 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 4453418878751473664 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700306 s]
/proc/loadavg: 0.89 0.98 1.17 3/176 13975
/proc/meminfo: memFree=19478664/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 17 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 4453419703385194496 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50117 s]
/proc/loadavg: 0.89 0.98 1.17 7/184 13983
/proc/meminfo: memFree=19458884/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 4453419978263101440 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=7407332 CPUtime=1.09 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 2741 0 0 0 109 0 0 0 19 0 1 0 476629555 7585107968 1681 33554432000 4194304 4587354 140734831839328 18446744073709551615 4238739 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 1851833 1681 327 96 0 1848395 0
[pid=13978] ppid=13975 vsize=14012 CPUtime=0.24 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 1057 0 0 0 24 0 0 0 23 0 1 0 476629555 14348288 869 33554432000 4194304 4785740 140733603505984 18446744073709551615 4278107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 3503 869 340 145 0 548 0
[pid=13981] ppid=13975 vsize=453712 CPUtime=0.14 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 783 0 0 0 14 0 0 0 24 0 1 0 476629555 464601088 680 33554432000 134512640 134534564 4286917600 18446744073709551615 134524541 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 113428 680 91 6 0 112094 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7893380

[startup+3.10088 s]
/proc/loadavg: 0.89 0.98 1.17 7/184 13983
/proc/meminfo: memFree=19454716/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 4453420115702054912 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=7407424 CPUtime=1.59 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 3178 0 0 0 159 0 0 0 20 0 1 0 476629555 7585202176 1725 33554432000 4194304 4587354 140734831839328 18446744073709551615 4241286 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 1851856 1725 327 96 0 1848418 0
[pid=13978] ppid=13975 vsize=15424 CPUtime=0.79 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 1400 0 0 0 79 0 0 0 25 0 1 0 476629555 15794176 1212 33554432000 4194304 4785740 140733603505984 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 3856 1212 340 145 0 901 0
[pid=13981] ppid=13975 vsize=453712 CPUtime=0.69 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 783 0 0 0 69 0 0 0 25 0 1 0 476629555 464601088 680 33554432000 134512640 134534564 4286917600 18446744073709551615 134524541 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 113428 680 91 6 0 112094 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 7894884

[startup+6.30032 s]
/proc/loadavg: 1.30 1.06 1.20 7/184 13983
/proc/meminfo: memFree=19439096/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=1652640 CPUtime=2.69 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 5378 0 0 0 269 0 0 0 22 0 1 0 476629555 1692303360 3481 33554432000 4194304 4587354 140734831839328 18446744073709551615 4239316 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 413160 3481 337 96 0 409722 0
[pid=13978] ppid=13975 vsize=16224 CPUtime=1.84 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 1598 0 0 0 184 0 0 0 25 0 1 0 476629555 16613376 1410 33554432000 4194304 4785740 140733603505984 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 4056 1410 340 145 0 1101 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=1.74 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 174 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 2144860

[startup+12.7012 s]
/proc/loadavg: 1.68 1.15 1.22 7/184 13983
/proc/meminfo: memFree=19424196/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 4453418328995659776 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=7415744 CPUtime=4.79 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 6575 0 0 0 478 1 0 0 25 0 1 0 476629555 7593721856 3662 33554432000 4194304 4587354 140734831839328 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 1853936 3662 337 96 0 1850498 0
[pid=13978] ppid=13975 vsize=17928 CPUtime=3.99 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 1981 0 0 0 399 0 0 0 25 0 1 0 476629555 18358272 1793 33554432000 4194304 4785740 140733603505984 18446744073709551615 4309557 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 4482 1793 340 145 0 1527 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=3.89 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 389 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7909668

[startup+25.5009 s]
/proc/loadavg: 2.63 1.38 1.30 7/184 13983
/proc/meminfo: memFree=19414292/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 4453418466434613248 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=1654944 CPUtime=9.09 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 9811 0 0 0 908 1 0 0 25 0 1 0 476629555 1694662656 4436 33554432000 4194304 4587354 140734831839328 18446744073709551615 4429930 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 413736 4436 337 96 0 410298 0
[pid=13978] ppid=13975 vsize=19284 CPUtime=8.24 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 2332 0 0 0 824 0 0 0 25 0 1 0 476629555 19746816 2144 33554432000 4194304 4785740 140733603505984 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 4821 2144 340 145 0 1866 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=8.14 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 814 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134528748 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 2150224

[startup+51.1004 s]
/proc/loadavg: 3.78 1.75 1.42 7/184 13984
/proc/meminfo: memFree=19414692/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 4453419840824147968 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=1646876 CPUtime=17.59 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 15436 0 0 0 1757 2 0 0 25 0 1 0 476629555 1686401024 2490 33554432000 4194304 4587354 140734831839328 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 411719 2490 337 96 0 408281 0
[pid=13978] ppid=13975 vsize=21212 CPUtime=16.79 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 2769 0 0 0 1679 0 0 0 25 0 1 0 476629555 21721088 2581 33554432000 4194304 4785740 140733603505984 18446744073709551615 4307216 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 5303 2581 340 145 0 2348 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=16.69 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 1669 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134530332 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2144084

[startup+102.3 s]
/proc/loadavg: 5.04 2.40 1.66 7/184 13985
/proc/meminfo: memFree=19378104/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 4453418054117752832 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=1675040 CPUtime=34.69 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 25546 0 0 0 3465 4 0 0 25 0 1 0 476629555 1715240960 7804 33554432000 4194304 4587354 140734831839328 18446744073709551615 4365016 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 418760 7804 337 96 0 415322 0
[pid=13978] ppid=13975 vsize=23840 CPUtime=33.85 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 3384 0 0 0 3385 0 0 0 25 0 1 0 476629555 24412160 3196 33554432000 4194304 4785740 140733603505984 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 5960 3196 340 145 0 3005 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=33.74 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 3374 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2174876

[startup+162.301 s]
/proc/loadavg: 5.64 3.06 1.93 7/184 13987
/proc/meminfo: memFree=19368504/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=7439056 CPUtime=54.68 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 34496 0 0 0 5463 5 0 0 25 0 1 0 476629555 7617593344 9613 33554432000 4194304 4587354 140734831839328 18446744073709551615 4241312 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 1859764 9613 337 96 0 1856326 0
[pid=13978] ppid=13975 vsize=26368 CPUtime=53.85 cores=1

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

/proc/13978/statm: 7722 4870 341 145 0 4767 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=193.76 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 19376 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134528968 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 554824

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

[startup+614.401 s]
/proc/loadavg: 5.99 5.35 3.49 7/184 13999
/proc/meminfo: memFree=19312408/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 4453418191556706304 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=1695220 CPUtime=205.36 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 78452 0 0 0 20523 13 0 0 25 0 1 0 476629555 1735905280 14529 33554432000 4194304 4587354 140734831839328 18446744073709551615 4364904 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 423805 14529 337 96 0 420367 0
[pid=13978] ppid=13975 vsize=31080 CPUtime=204.56 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 5207 0 0 0 20455 1 0 0 25 0 1 0 476629555 31825920 4904 33554432000 4194304 4785740 140733603505984 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 7770 4904 341 145 0 4815 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=204.47 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 20447 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 614.39
Current children cumulated vsize (KiB) 2202296

[startup+627.201 s]
/proc/loadavg: 5.99 5.37 3.51 7/184 13999
/proc/meminfo: memFree=19336328/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=1663284 CPUtime=209.66 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 78934 0 0 0 20953 13 0 0 25 0 1 0 476629555 1703202816 7711 33554432000 4194304 4587354 140734831839328 18446744073709551615 4238317 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 415821 7711 337 96 0 412383 0
[pid=13978] ppid=13975 vsize=31080 CPUtime=208.82 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 5207 0 0 0 20881 1 0 0 25 0 1 0 476629555 31825920 4904 33554432000 4194304 4785740 140733603505984 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 7770 4904 341 145 0 4815 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=208.71 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 20871 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 627.19
Current children cumulated vsize (KiB) 2170360

[startup+633.601 s]
/proc/loadavg: 5.99 5.39 3.54 7/184 14000
/proc/meminfo: memFree=19344264/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=1663384 CPUtime=211.75 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 80208 0 0 0 21162 13 0 0 25 0 1 0 476629555 1703305216 6661 33554432000 4194304 4587354 140734831839328 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 415846 6661 337 96 0 412408 0
[pid=13978] ppid=13975 vsize=31080 CPUtime=210.96 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 5207 0 0 0 21095 1 0 0 25 0 1 0 476629555 31825920 4904 33554432000 4194304 4785740 140733603505984 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 7770 4904 341 145 0 4815 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=210.87 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 21087 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 633.58
Current children cumulated vsize (KiB) 2170460

[startup+636.801 s]
/proc/loadavg: 5.99 5.39 3.54 8/184 14000
/proc/meminfo: memFree=19343272/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=1663384 CPUtime=212.86 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 80415 0 0 0 21272 14 0 0 25 0 1 0 476629555 1703305216 6859 33554432000 4194304 4587354 140734831839328 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 415846 6859 337 96 0 412408 0
[pid=13978] ppid=13975 vsize=30504 CPUtime=212.02 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 5207 0 0 0 21201 1 0 0 25 0 1 0 476629555 31236096 4782 33554432000 4194304 4785740 140733603505984 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 7626 4782 341 145 0 4671 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=211.91 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 21191 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 636.79
Current children cumulated vsize (KiB) 2169884

[startup+638.401 s]
/proc/loadavg: 5.99 5.40 3.55 7/184 14000
/proc/meminfo: memFree=19342396/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=1663384 CPUtime=213.36 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 80506 0 0 0 21322 14 0 0 25 0 1 0 476629555 1703305216 6948 33554432000 4194304 4587354 140734831839328 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 415846 6948 337 96 0 412408 0
[pid=13978] ppid=13975 vsize=30504 CPUtime=212.56 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 5207 0 0 0 21255 1 0 0 25 0 1 0 476629555 31236096 4782 33554432000 4194304 4785740 140733603505984 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 7626 4782 341 145 0 4671 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=212.47 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 21247 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 638.39
Current children cumulated vsize (KiB) 2169884

[startup+640 s]
/proc/loadavg: 5.99 5.40 3.55 7/184 14000
/proc/meminfo: memFree=19341900/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=1663384 CPUtime=213.92 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 80599 0 0 0 21378 14 0 0 25 0 1 0 476629555 1703305216 7039 33554432000 4194304 4587354 140734831839328 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 415846 7039 337 96 0 412408 0
[pid=13978] ppid=13975 vsize=30504 CPUtime=213.06 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 5207 0 0 0 21305 1 0 0 25 0 1 0 476629555 31236096 4782 33554432000 4194304 4785740 140733603505984 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 7626 4782 341 145 0 4671 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=213.01 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 21301 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 639.99
Current children cumulated vsize (KiB) 2169884

[startup+640.8 s]
/proc/loadavg: 5.99 5.40 3.55 7/184 14000
/proc/meminfo: memFree=19341396/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=1663384 CPUtime=214.16 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 80643 0 0 0 21402 14 0 0 25 0 1 0 476629555 1703305216 7081 33554432000 4194304 4587354 140734831839328 18446744073709551615 4239237 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 415846 7081 337 96 0 412408 0
[pid=13978] ppid=13975 vsize=30504 CPUtime=213.36 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 5207 0 0 0 21335 1 0 0 25 0 1 0 476629555 31236096 4782 33554432000 4194304 4785740 140733603505984 18446744073709551615 4286982 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 7626 4782 341 145 0 4671 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=213.27 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 21327 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 640.79
Current children cumulated vsize (KiB) 2169884

[startup+641.2 s]
/proc/loadavg: 5.99 5.40 3.55 7/184 14000
/proc/meminfo: memFree=19341396/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=1663384 CPUtime=214.32 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 80669 0 0 0 21418 14 0 0 25 0 1 0 476629555 1703305216 7107 33554432000 4194304 4587354 140734831839328 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 415846 7107 337 96 0 412408 0
[pid=13978] ppid=13975 vsize=30504 CPUtime=213.46 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 5207 0 0 0 21345 1 0 0 25 0 1 0 476629555 31236096 4782 33554432000 4194304 4785740 140733603505984 18446744073709551615 4553199 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 7626 4782 341 145 0 4671 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=213.41 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 21341 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 641.19
Current children cumulated vsize (KiB) 2169884

[startup+641.3 s]
/proc/loadavg: 5.99 5.40 3.55 7/184 14000
/proc/meminfo: memFree=19340900/32951124 swapFree=67111528/67111528
[pid=13975] ppid=13971 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13975/stat : 13975 (ppfolio) S 13971 13975 13281 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476629555 18763776 394 33554432000 4194304 4287625 140733421337008 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/13975/statm: 4581 394 345 23 0 91 0
[pid=13977] ppid=13975 vsize=1663384 CPUtime=214.36 cores=1
/proc/13977/stat : 13977 (cryptominisat) R 13975 13975 13281 0 -1 4202496 80677 0 0 0 21422 14 0 0 25 0 1 0 476629555 1703305216 7114 33554432000 4194304 4587354 140734831839328 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13977/statm: 415846 7114 337 96 0 412408 0
[pid=13978] ppid=13975 vsize=30504 CPUtime=213.53 cores=1
/proc/13978/stat : 13978 (clasp) R 13975 13975 13281 0 -1 4202496 5207 0 0 0 21352 1 0 0 25 0 1 0 476629555 31236096 4782 33554432000 4194304 4785740 140733603505984 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13978/statm: 7626 4782 341 145 0 4671 0
[pid=13981] ppid=13975 vsize=457672 CPUtime=213.41 cores=1
/proc/13981/stat : 13981 (TNM) R 13975 13975 13281 0 -1 4202496 968 0 0 0 21341 0 0 0 25 0 1 0 476629555 468656128 865 33554432000 134512640 134534564 4286917600 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13981/statm: 114418 865 95 6 0 113084 0
Current children cumulated CPU time (s) 641.3
Current children cumulated vsize (KiB) 2169884

Child status: 0
Real time (s): 641.344
CPU time (s): 641.361
CPU user time (s): 641.199
CPU system time (s): 0.161975
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 7942192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 641.2
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87388
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= 288
involuntary context switches= 14021

runsolver used 1.06384 second user time and 2.43463 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-24 15:04:29
IDJOB=3275742
IDBENCH=83285
IDSOLVER=1639
FILE ID=node103/3275742-1303650269
RUNJOBID= node103-1303650269-13957
PBS_JOBID= 13150745
Free space on /tmp= 71232 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_401.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275742-1303650269/watcher-3275742-1303650269 -o /tmp/evaluation-result-3275742-1303650269/solver-3275742-1303650269 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3275742-1303650269.cnf

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

MD5SUM BENCH= 4e87573be2b7b7324c13131d6c6896b8
RANDOM SEED=1847499499

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:      19478968 kB
Buffers:       2112092 kB
Cached:       10720072 kB
SwapCached:          0 kB
Active:        3781988 kB
Inactive:      9113400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19478968 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21064 kB
Writeback:           0 kB
AnonPages:       62704 kB
Mapped:          14484 kB
Slab:           512988 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187604 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:15:11