Trace number 3250863

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.17391
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6

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

running on 4 cores: 0,2,4,6

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.90 9.63 9.56 6/181 29618
/proc/meminfo: memFree=14882296/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) R 29616 29618 28861 0 -1 4194304 467 0 0 0 0 0 0 0 25 0 1 0 600046580 18763776 387 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988412821 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/29618/statm: 4581 387 339 23 0 91 0

[startup+0.267337 s]
/proc/loadavg: 8.90 9.63 9.56 6/181 29618
/proc/meminfo: memFree=14882296/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300334 s]
/proc/loadavg: 8.90 9.63 9.56 6/181 29618
/proc/meminfo: memFree=14882296/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400315 s]
/proc/loadavg: 8.90 9.63 9.56 6/181 29618
/proc/meminfo: memFree=14882296/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700264 s]
/proc/loadavg: 8.90 9.63 9.56 6/181 29618
/proc/meminfo: memFree=14882296/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50113 s]
/proc/loadavg: 8.90 9.63 9.56 10/187 29624
/proc/meminfo: memFree=14534180/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
[pid=29619] ppid=29618 vsize=170056 CPUtime=1.49 cores=0
/proc/29619/stat : 29619 (cryptominisat) R 29618 29618 28861 0 -1 4202496 36255 0 0 0 145 4 0 0 25 0 1 0 600046581 174137344 36141 33554432000 4194304 4587354 140736229201248 18446744073709551615 4388264 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29619/statm: 42514 36141 314 96 0 39076 0
[pid=29620] ppid=29618 vsize=88396 CPUtime=1.48 cores=4
/proc/29620/stat : 29620 (clasp) R 29618 29618 28861 0 -1 4202496 24430 0 0 0 145 3 0 0 25 0 1 0 600046581 90517504 18199 33554432000 4194304 4785740 140735213424688 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29620/statm: 22099 18199 313 145 0 19144 0
[pid=29621] ppid=29618 vsize=506512 CPUtime=0.74 cores=6
/proc/29621/stat : 29621 (TNM) R 29618 29618 28861 0 -1 4202496 18462 0 0 0 71 3 0 0 25 0 1 0 600046581 518668288 18359 33554432000 134512640 134534564 4291966400 18446744073709551615 134524478 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29621/statm: 126628 18359 91 6 0 125294 0
[pid=29623] ppid=29618 vsize=40236 CPUtime=1.48 cores=2
/proc/29623/stat : 29623 (lingeling) R 29618 29618 28861 0 -1 4202496 13463 0 0 0 147 1 0 0 25 0 1 0 600046581 41201664 9230 33554432000 4194304 4352236 140736370042160 18446744073709551615 4207655 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29623/statm: 10059 9230 123 39 0 9139 0
[pid=29624] ppid=29618 vsize=116308 CPUtime=0.73 cores=6
/proc/29624/stat : 29624 (march_hi) R 29618 29618 28861 0 -1 4194304 18685 0 0 0 69 4 0 0 25 0 1 0 600046581 119099392 15130 33554432000 4194304 4331988 140733670349664 18446744073709551615 4257039 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29624/statm: 29077 15130 125 34 0 27519 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 939832

[startup+3.10085 s]
/proc/loadavg: 8.90 9.63 9.56 10/187 29624
/proc/meminfo: memFree=14474784/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
[pid=29619] ppid=29618 vsize=170056 CPUtime=3.09 cores=0
/proc/29619/stat : 29619 (cryptominisat) R 29618 29618 28861 0 -1 4202496 36255 0 0 0 305 4 0 0 25 0 1 0 600046581 174137344 36141 33554432000 4194304 4587354 140736229201248 18446744073709551615 4388264 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29619/statm: 42514 36141 314 96 0 39076 0
[pid=29620] ppid=29618 vsize=88396 CPUtime=3.08 cores=4
/proc/29620/stat : 29620 (clasp) R 29618 29618 28861 0 -1 4202496 24430 0 0 0 305 3 0 0 25 0 1 0 600046581 90517504 18199 33554432000 4194304 4785740 140735213424688 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29620/statm: 22099 18199 313 145 0 19144 0
[pid=29621] ppid=29618 vsize=506512 CPUtime=1.54 cores=6
/proc/29621/stat : 29621 (TNM) R 29618 29618 28861 0 -1 4202496 18462 0 0 0 151 3 0 0 25 0 1 0 600046581 518668288 18359 33554432000 134512640 134534564 4291966400 18446744073709551615 134524464 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29621/statm: 126628 18359 91 6 0 125294 0
[pid=29623] ppid=29618 vsize=45080 CPUtime=3.08 cores=2
/proc/29623/stat : 29623 (lingeling) R 29618 29618 28861 0 -1 4202496 14661 0 0 0 307 1 0 0 25 0 1 0 600046581 46161920 10428 33554432000 4194304 4352236 140736370042160 18446744073709551615 4272235 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29623/statm: 11270 10428 123 39 0 10350 0
[pid=29624] ppid=29618 vsize=130384 CPUtime=1.52 cores=6
/proc/29624/stat : 29624 (march_hi) R 29618 29618 28861 0 -1 4202496 48807 0 0 0 145 7 0 0 25 0 1 0 600046581 133513216 19790 33554432000 4194304 4331988 140733670349664 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29624/statm: 32596 19790 147 34 0 31038 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 958752

[startup+6.30029 s]
/proc/loadavg: 8.91 9.62 9.55 11/187 29624
/proc/meminfo: memFree=14652104/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
[pid=29619] ppid=29618 vsize=245424 CPUtime=6.29 cores=0
/proc/29619/stat : 29619 (cryptominisat) R 29618 29618 28861 0 -1 4202496 57527 0 0 0 623 6 0 0 25 0 1 0 600046581 251314176 50544 33554432000 4194304 4587354 140736229201248 18446744073709551615 4352074 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29619/statm: 61356 50544 315 96 0 57918 0
[pid=29620] ppid=29618 vsize=88396 CPUtime=6.28 cores=4
/proc/29620/stat : 29620 (clasp) R 29618 29618 28861 0 -1 4202496 24430 0 0 0 625 3 0 0 25 0 1 0 600046581 90517504 18199 33554432000 4194304 4785740 140735213424688 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29620/statm: 22099 18199 313 145 0 19144 0
[pid=29621] ppid=29618 vsize=506512 CPUtime=3.14 cores=6
/proc/29621/stat : 29621 (TNM) R 29618 29618 28861 0 -1 4202496 18462 0 0 0 311 3 0 0 25 0 1 0 600046581 518668288 18359 33554432000 134512640 134534564 4291966400 18446744073709551615 134524681 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29621/statm: 126628 18359 91 6 0 125294 0
[pid=29623] ppid=29618 vsize=81944 CPUtime=6.27 cores=2
/proc/29623/stat : 29623 (lingeling) R 29618 29618 28861 0 -1 4202496 21833 0 0 0 625 2 0 0 25 0 1 0 600046581 83910656 17600 33554432000 4194304 4352236 140736370042160 18446744073709551615 4264715 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29623/statm: 20486 17600 126 39 0 19566 0
[pid=29624] ppid=29618 vsize=153096 CPUtime=3.1 cores=6
/proc/29624/stat : 29624 (march_hi) R 29618 29618 28861 0 -1 4202496 79323 0 0 0 299 11 0 0 25 0 1 0 600046581 156770304 17854 33554432000 4194304 4331988 140733670349664 18446744073709551615 4251649 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29624/statm: 38274 17854 159 34 0 36716 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 1093696

[startup+12.7012 s]
/proc/loadavg: 8.99 9.63 9.56 11/187 29624
/proc/meminfo: memFree=14606068/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
[pid=29619] ppid=29618 vsize=211144 CPUtime=12.69 cores=0
/proc/29619/stat : 29619 (cryptominisat) R 29618 29618 28861 0 -1 4202496 62899 0 0 0 1262 7 0 0 25 0 1 0 600046581 216211456 43766 33554432000 4194304 4587354 140736229201248 18446744073709551615 4238639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29619/statm: 52786 43766 331 96 0 49348 0
[pid=29620] ppid=29618 vsize=91052 CPUtime=12.68 cores=4
/proc/29620/stat : 29620 (clasp) R 29618 29618 28861 0 -1 4202496 25105 0 0 0 1265 3 0 0 25 0 1 0 600046581 93237248 18874 33554432000 4194304 4785740 140735213424688 18446744073709551615 4482824 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29620/statm: 22763 18874 316 145 0 19808 0
[pid=29621] ppid=29618 vsize=506512 CPUtime=6.31 cores=6
/proc/29621/stat : 29621 (TNM) R 29618 29618 28861 0 -1 4202496 18462 0 0 0 628 3 0 0 25 0 1 0 600046581 518668288 18359 33554432000 134512640 134534564 4291966400 18446744073709551615 134524698 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29621/statm: 126628 18359 91 6 0 125294 0
[pid=29623] ppid=29618 vsize=81944 CPUtime=12.67 cores=2
/proc/29623/stat : 29623 (lingeling) R 29618 29618 28861 0 -1 4202496 21833 0 0 0 1265 2 0 0 25 0 1 0 600046581 83910656 17600 33554432000 4194304 4352236 140736370042160 18446744073709551615 4328368 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29623/statm: 20486 17600 126 39 0 19566 0
[pid=29624] ppid=29618 vsize=157340 CPUtime=6.3 cores=6
/proc/29624/stat : 29624 (march_hi) R 29618 29618 28861 0 -1 4202496 89722 0 0 0 617 13 0 0 25 0 1 0 600046581 161116160 18973 33554432000 4194304 4331988 140733670349664 18446744073709551615 4210412 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29624/statm: 39335 18973 171 34 0 37777 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 1066316

[startup+25.5069 s]
/proc/loadavg: 8.99 9.60 9.55 11/187 29625
/proc/meminfo: memFree=14545320/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
[pid=29619] ppid=29618 vsize=211144 CPUtime=25.5 cores=0
/proc/29619/stat : 29619 (cryptominisat) R 29618 29618 28861 0 -1 4202496 63151 0 0 0 2543 7 0 0 25 0 1 0 600046581 216211456 44015 33554432000 4194304 4587354 140736229201248 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29619/statm: 52786 44015 337 96 0 49348 0
[pid=29620] ppid=29618 vsize=90584 CPUtime=25.49 cores=4
/proc/29620/stat : 29620 (clasp) R 29618 29618 28861 0 -1 4202496 28483 0 0 0 2545 4 0 0 25 0 1 0 600046581 92758016 19978 33554432000 4194304 4785740 140735213424688 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29620/statm: 22646 19978 340 145 0 19691 0
[pid=29621] ppid=29618 vsize=506512 CPUtime=12.64 cores=6
/proc/29621/stat : 29621 (TNM) R 29618 29618 28861 0 -1 4202496 18462 0 0 0 1261 3 0 0 25 0 1 0 600046581 518668288 18359 33554432000 134512640 134534564 4291966400 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29621/statm: 126628 18359 91 6 0 125294 0
[pid=29623] ppid=29618 vsize=90576 CPUtime=25.49 cores=2
/proc/29623/stat : 29623 (lingeling) R 29618 29618 28861 0 -1 4202496 23991 0 0 0 2546 3 0 0 25 0 1 0 600046581 92749824 19758 33554432000 4194304 4352236 140736370042160 18446744073709551615 4278601 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29623/statm: 22644 19758 126 39 0 21724 0
[pid=29624] ppid=29618 vsize=157388 CPUtime=12.7 cores=6
/proc/29624/stat : 29624 (march_hi) R 29618 29618 28861 0 -1 4202496 89758 0 0 0 1257 13 0 0 25 0 1 0 600046581 161165312 19009 33554432000 4194304 4331988 140733670349664 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29624/statm: 39347 19009 171 34 0 37789 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 1074528

[startup+51.1004 s]
/proc/loadavg: 8.99 9.55 9.53 11/187 29625
/proc/meminfo: memFree=14143856/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
[pid=29619] ppid=29618 vsize=211144 CPUtime=51.09 cores=0
/proc/29619/stat : 29619 (cryptominisat) R 29618 29618 28861 0 -1 4202496 63151 0 0 0 5102 7 0 0 25 0 1 0 600046581 216211456 44015 33554432000 4194304 4587354 140736229201248 18446744073709551615 4365241 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29619/statm: 52786 44015 337 96 0 49348 0
[pid=29620] ppid=29618 vsize=170264 CPUtime=51.09 cores=4
/proc/29620/stat : 29620 (clasp) R 29618 29618 28861 0 -1 4202496 48131 0 0 0 5099 10 0 0 25 0 1 0 600046581 174350336 39626 33554432000 4194304 4785740 140735213424688 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29620/statm: 42566 39626 340 145 0 39611 0
[pid=29621] ppid=29618 vsize=515620 CPUtime=25.4 cores=6
/proc/29621/stat : 29621 (TNM) R 29618 29618 28861 0 -1 4202496 26820 0 0 0 2536 4 0 0 25 0 1 0 600046581 527994880 26717 33554432000 134512640 134534564 4291966400 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29621/statm: 128905 26717 95 6 0 127571 0
[pid=29623] ppid=29618 vsize=90576 CPUtime=51.07 cores=2

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

/proc/29624/statm: 39710 19371 174 34 0 38152 0
Current children cumulated CPU time (s) 3763.94
Current children cumulated vsize (KiB) 4176912

[startup+1002.31 s]
/proc/loadavg: 9.11 9.17 9.28 11/188 29686
/proc/meminfo: memFree=15760808/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
[pid=29619] ppid=29618 vsize=2223928 CPUtime=1002.31 cores=0
/proc/29619/stat : 29619 (cryptominisat) R 29618 29618 28861 0 -1 4202496 205994 0 0 0 100201 30 0 0 25 0 1 0 600046581 2277302272 78020 33554432000 4194304 4587354 140736229201248 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29619/statm: 555982 78020 337 96 0 552544 0
[pid=29620] ppid=29618 vsize=888340 CPUtime=1002.31 cores=4
/proc/29620/stat : 29620 (clasp) R 29618 29618 28861 0 -1 4202496 222696 0 0 0 100166 65 0 0 25 0 1 0 600046581 909660160 214191 33554432000 4194304 4785740 140735213424688 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29620/statm: 222085 214191 340 145 0 219130 0
[pid=29621] ppid=29618 vsize=515620 CPUtime=498.41 cores=6
/proc/29621/stat : 29621 (TNM) R 29618 29618 28861 0 -1 4202496 26820 0 0 0 49837 4 0 0 25 0 1 0 600046581 527994880 26717 33554432000 134512640 134534564 4291966400 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29621/statm: 128905 26717 95 6 0 127571 0
[pid=29623] ppid=29618 vsize=201976 CPUtime=1002.17 cores=2
/proc/29623/stat : 29623 (lingeling) R 29618 29618 28861 0 -1 4202496 53888 0 0 0 100210 7 0 0 25 0 1 0 600046581 206823424 49655 33554432000 4194304 4352236 140736370042160 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29623/statm: 50494 49655 126 39 0 49574 0
[pid=29624] ppid=29618 vsize=158840 CPUtime=498.42 cores=6
/proc/29624/stat : 29624 (march_hi) R 29618 29618 28861 0 -1 4202496 90121 0 0 0 49829 13 0 0 25 0 1 0 600046581 162652160 19372 33554432000 4194304 4331988 140733670349664 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29624/statm: 39710 19372 174 34 0 38152 0
Current children cumulated CPU time (s) 4003.62
Current children cumulated vsize (KiB) 4007028

[startup+1062.3 s]
/proc/loadavg: 9.83 9.36 9.34 11/188 29687
/proc/meminfo: memFree=15546460/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
[pid=29619] ppid=29618 vsize=2241968 CPUtime=1062.3 cores=0
/proc/29619/stat : 29619 (cryptominisat) R 29618 29618 28861 0 -1 4202496 224212 0 0 0 106198 32 0 0 25 0 1 0 600046581 2295775232 83222 33554432000 4194304 4587354 140736229201248 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29619/statm: 560492 83222 337 96 0 557054 0
[pid=29620] ppid=29618 vsize=928312 CPUtime=1062.31 cores=4
/proc/29620/stat : 29620 (clasp) R 29618 29618 28861 0 -1 4202496 232550 0 0 0 106161 70 0 0 25 0 1 0 600046581 950591488 224045 33554432000 4194304 4785740 140735213424688 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29620/statm: 232078 224045 340 145 0 229123 0
[pid=29621] ppid=29618 vsize=515620 CPUtime=528.26 cores=6
/proc/29621/stat : 29621 (TNM) R 29618 29618 28861 0 -1 4202496 26820 0 0 0 52822 4 0 0 25 0 1 0 600046581 527994880 26717 33554432000 134512640 134534564 4291966400 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29621/statm: 128905 26717 95 6 0 127571 0
[pid=29623] ppid=29618 vsize=201976 CPUtime=1062.15 cores=2
/proc/29623/stat : 29623 (lingeling) R 29618 29618 28861 0 -1 4202496 53888 0 0 0 106208 7 0 0 25 0 1 0 600046581 206823424 49655 33554432000 4194304 4352236 140736370042160 18446744073709551615 4328291 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29623/statm: 50494 49655 126 39 0 49574 0
[pid=29624] ppid=29618 vsize=158840 CPUtime=528.25 cores=6
/proc/29624/stat : 29624 (march_hi) R 29618 29618 28861 0 -1 4202496 90122 0 0 0 52812 13 0 0 25 0 1 0 600046581 162652160 19373 33554432000 4194304 4331988 140733670349664 18446744073709551615 4287256 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29624/statm: 39710 19373 174 34 0 38152 0
Current children cumulated CPU time (s) 4243.27
Current children cumulated vsize (KiB) 4065040

[startup+1122.3 s]
/proc/loadavg: 10.01 9.51 9.38 11/188 29689
/proc/meminfo: memFree=15455668/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
[pid=29619] ppid=29618 vsize=2406856 CPUtime=1122.31 cores=0
/proc/29619/stat : 29619 (cryptominisat) R 29618 29618 28861 0 -1 4202496 230874 0 0 0 112196 35 0 0 25 0 1 0 600046581 2464620544 82903 33554432000 4194304 4587354 140736229201248 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29619/statm: 601714 82903 337 96 0 598276 0
[pid=29620] ppid=29618 vsize=967172 CPUtime=1122.31 cores=4
/proc/29620/stat : 29620 (clasp) R 29618 29618 28861 0 -1 4202496 241967 0 0 0 112157 74 0 0 25 0 1 0 600046581 990384128 233462 33554432000 4194304 4785740 140735213424688 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29620/statm: 241793 233462 340 145 0 238838 0
[pid=29621] ppid=29618 vsize=515620 CPUtime=558.06 cores=6
/proc/29621/stat : 29621 (TNM) R 29618 29618 28861 0 -1 4202496 26820 0 0 0 55802 4 0 0 25 0 1 0 600046581 527994880 26717 33554432000 134512640 134534564 4291966400 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29621/statm: 128905 26717 95 6 0 127571 0
[pid=29623] ppid=29618 vsize=201976 CPUtime=1122.14 cores=2
/proc/29623/stat : 29623 (lingeling) R 29618 29618 28861 0 -1 4202496 53888 0 0 0 112207 7 0 0 25 0 1 0 600046581 206823424 49655 33554432000 4194304 4352236 140736370042160 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29623/statm: 50494 49655 126 39 0 49574 0
[pid=29624] ppid=29618 vsize=158840 CPUtime=558.11 cores=6
/proc/29624/stat : 29624 (march_hi) R 29618 29618 28861 0 -1 4202496 90122 0 0 0 55798 13 0 0 25 0 1 0 600046581 162652160 19373 33554432000 4194304 4331988 140733670349664 18446744073709551615 4297280 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29624/statm: 39710 19373 174 34 0 38152 0
Current children cumulated CPU time (s) 4482.93
Current children cumulated vsize (KiB) 4268788

[startup+1182.3 s]
/proc/loadavg: 10.10 9.62 9.43 11/188 29722
/proc/meminfo: memFree=15465736/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
[pid=29619] ppid=29618 vsize=2502000 CPUtime=1182.31 cores=0
/proc/29619/stat : 29619 (cryptominisat) R 29618 29618 28861 0 -1 4202496 237995 0 0 0 118192 39 0 0 25 0 1 0 600046581 2562048000 82588 33554432000 4194304 4587354 140736229201248 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29619/statm: 625500 82588 337 96 0 622062 0
[pid=29620] ppid=29618 vsize=1011932 CPUtime=1182.31 cores=4
/proc/29620/stat : 29620 (clasp) R 29618 29618 28861 0 -1 4202496 252424 0 0 0 118154 77 0 0 25 0 1 0 600046581 1036218368 243919 33554432000 4194304 4785740 140735213424688 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29620/statm: 252983 243919 340 145 0 250028 0
[pid=29621] ppid=29618 vsize=515620 CPUtime=587.95 cores=6
/proc/29621/stat : 29621 (TNM) R 29618 29618 28861 0 -1 4202496 26820 0 0 0 58791 4 0 0 25 0 1 0 600046581 527994880 26717 33554432000 134512640 134534564 4291966400 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29621/statm: 128905 26717 95 6 0 127571 0
[pid=29623] ppid=29618 vsize=201976 CPUtime=1182.13 cores=2
/proc/29623/stat : 29623 (lingeling) R 29618 29618 28861 0 -1 4202496 53888 0 0 0 118206 7 0 0 25 0 1 0 600046581 206823424 49655 33554432000 4194304 4352236 140736370042160 18446744073709551615 4231360 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29623/statm: 50494 49655 126 39 0 49574 0
[pid=29624] ppid=29618 vsize=158840 CPUtime=587.91 cores=6
/proc/29624/stat : 29624 (march_hi) R 29618 29618 28861 0 -1 4202496 90122 0 0 0 58778 13 0 0 25 0 1 0 600046581 162652160 19373 33554432000 4194304 4331988 140733670349664 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29624/statm: 39710 19373 174 34 0 38152 0
Current children cumulated CPU time (s) 4722.61
Current children cumulated vsize (KiB) 4408692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.13 9.66 9.45 11/188 29723
/proc/meminfo: memFree=15426636/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
[pid=29619] ppid=29618 vsize=2502000 CPUtime=1201.72 cores=0
/proc/29619/stat : 29619 (cryptominisat) R 29618 29618 28861 0 -1 4202496 237995 0 0 0 120133 39 0 0 25 0 1 0 600046581 2562048000 82588 33554432000 4194304 4587354 140736229201248 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29619/statm: 625500 82588 337 96 0 622062 0
[pid=29620] ppid=29618 vsize=1011932 CPUtime=1201.72 cores=4
/proc/29620/stat : 29620 (clasp) R 29618 29618 28861 0 -1 4202496 252490 0 0 0 120095 77 0 0 25 0 1 0 600046581 1036218368 243985 33554432000 4194304 4785740 140735213424688 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29620/statm: 252983 243985 340 145 0 250028 0
[pid=29621] ppid=29618 vsize=515620 CPUtime=597.55 cores=6
/proc/29621/stat : 29621 (TNM) R 29618 29618 28861 0 -1 4202496 26820 0 0 0 59751 4 0 0 25 0 1 0 600046581 527994880 26717 33554432000 134512640 134534564 4291966400 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29621/statm: 128905 26717 95 6 0 127571 0
[pid=29623] ppid=29618 vsize=201976 CPUtime=1201.54 cores=2
/proc/29623/stat : 29623 (lingeling) R 29618 29618 28861 0 -1 4202496 53888 0 0 0 120147 7 0 0 25 0 1 0 600046581 206823424 49655 33554432000 4194304 4352236 140736370042160 18446744073709551615 4328039 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29623/statm: 50494 49655 126 39 0 49574 0
[pid=29624] ppid=29618 vsize=158840 CPUtime=597.6 cores=6
/proc/29624/stat : 29624 (march_hi) R 29618 29618 28861 0 -1 4202496 90122 0 0 0 59747 13 0 0 25 0 1 0 600046581 162652160 19373 33554432000 4194304 4331988 140733670349664 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29624/statm: 39710 19373 174 34 0 38152 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 4408692

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.13 9.66 9.45 11/188 29723
/proc/meminfo: memFree=15426636/32950940 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29618/stat : 29618 (ppfolio) S 29616 29618 28861 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 600046580 18763776 389 33554432000 4194304 4287625 140734025486352 18446744073709551615 215988612623 0 0 4096 65536 5118518002173607935 0 0 17 2 0 0 0
/proc/29618/statm: 4581 389 341 23 0 91 0
[pid=29619] ppid=29618 vsize=2502000 CPUtime=1201.72 cores=0
/proc/29619/stat : 29619 (cryptominisat) R 29618 29618 28861 0 -1 4202496 237995 0 0 0 120133 39 0 0 25 0 1 0 600046581 2562048000 82588 33554432000 4194304 4587354 140736229201248 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29619/statm: 625500 82588 337 96 0 622062 0
[pid=29620] ppid=29618 vsize=1011932 CPUtime=1201.72 cores=4
/proc/29620/stat : 29620 (clasp) R 29618 29618 28861 0 -1 4202496 252490 0 0 0 120095 77 0 0 25 0 1 0 600046581 1036218368 243985 33554432000 4194304 4785740 140735213424688 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29620/statm: 252983 243985 340 145 0 250028 0
[pid=29621] ppid=29618 vsize=515620 CPUtime=597.55 cores=6
/proc/29621/stat : 29621 (TNM) R 29618 29618 28861 0 -1 4202496 26820 0 0 0 59751 4 0 0 25 0 1 0 600046581 527994880 26717 33554432000 134512640 134534564 4291966400 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29621/statm: 128905 26717 95 6 0 127571 0
[pid=29623] ppid=29618 vsize=201976 CPUtime=1201.54 cores=2
/proc/29623/stat : 29623 (lingeling) R 29618 29618 28861 0 -1 4202496 53888 0 0 0 120147 7 0 0 25 0 1 0 600046581 206823424 49655 33554432000 4194304 4352236 140736370042160 18446744073709551615 4328039 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29623/statm: 50494 49655 126 39 0 49574 0
[pid=29624] ppid=29618 vsize=158840 CPUtime=597.6 cores=6
/proc/29624/stat : 29624 (march_hi) R 29618 29618 28861 0 -1 4202496 90122 0 0 0 59747 13 0 0 25 0 1 0 600046581 162652160 19373 33554432000 4194304 4331988 140733670349664 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29624/statm: 39710 19373 174 34 0 38152 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 4408692

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29618 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.005998
# while last known CPU time is 4800.13
#
# 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.13
CPU user time (s): 4798.73
CPU system time (s): 1.4
CPU usage (%): 399.441
Max. virtual memory (cumulated for all children) (KiB): 6288172

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

runsolver used 1.83572 second user time and 4.72728 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 19:29:18
IDJOB=3250863
IDBENCH=88203
IDSOLVER=1612
FILE ID=node117/3250863-1304098158
RUNJOBID= node117-1304095715-28879
PBS_JOBID= 13170599
Free space on /tmp= 71556 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250863-1304098158/watcher-3250863-1304098158 -o /tmp/evaluation-result-3250863-1304098158/solver-3250863-1304098158 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3250863-1304098158.cnf

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

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=1060028271

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      14882700 kB
Buffers:       2381328 kB
Cached:       12619124 kB
SwapCached:          0 kB
Active:       10702780 kB
Inactive:      6778640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      14882700 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          112428 kB
Writeback:           0 kB
AnonPages:     2480688 kB
Mapped:          16288 kB
Slab:           519416 kB
PageTables:       9980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  3046680 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= 71644 MiB
End job on node117 at 2011-04-29 19:49:22