Trace number 3273728

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) 3894 1300.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n170-s56409011-unsat.cnf
MD5SUM6545c783f127618649f1200914f62dc5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables173
Number of clauses356
Sum of the clauses size1068
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3356
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.80	This is pico-portfolio, a naive parallel portfolio
0.00/0.80	Copyright (C) 2011 Olivier Roussel
0.00/0.80	Using 4 processing units
0.00/0.80	This portfolio uses the following solvers:
0.00/0.80	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.80	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.80	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.80	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.80	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.80	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.80	Starting clasp 1.3.6 on core(s) 4
0.00/0.80	Starting TNM 2009 on core(s) 6
0.00/0.80	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.80	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-3273728-1304082553/watcher-3273728-1304082553 -o /tmp/evaluation-result-3273728-1304082553/solver-3273728-1304082553 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3273728-1304082553.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: 9.09 8.94 8.60 7/182 1472
/proc/meminfo: memFree=20453080/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) R 1470 1472 567 0 -1 4194304 479 0 0 0 0 0 0 0 25 0 1 0 598485959 18763776 387 33554432000 4194304 4287625 140734761573712 18446744073709551615 231894888411 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/1472/statm: 4581 387 339 23 0 91 0

[startup+0.968955 s]
/proc/loadavg: 9.09 8.94 8.60 7/182 1472
/proc/meminfo: memFree=20453080/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) R 1470 1472 567 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 598485959 18763776 389 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/1472/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00095 s]
/proc/loadavg: 9.09 8.94 8.60 7/182 1472
/proc/meminfo: memFree=20453080/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) R 1470 1472 567 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 598485959 18763776 389 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/1472/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10093 s]
/proc/loadavg: 9.09 8.94 8.60 7/182 1472
/proc/meminfo: memFree=20453080/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) R 1470 1472 567 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 598485959 18763776 389 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/1472/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20091 s]
/proc/loadavg: 9.09 8.94 8.60 7/182 1472
/proc/meminfo: memFree=20453080/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 21 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 18324

[startup+1.50085 s]
/proc/loadavg: 9.09 8.94 8.60 7/182 1472
/proc/meminfo: memFree=20453080/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 20 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 18324

[startup+3.10655 s]
/proc/loadavg: 9.16 8.96 8.61 10/187 1478
/proc/meminfo: memFree=20442868/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 15 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
[pid=1474] ppid=1472 vsize=13088 CPUtime=3.1 cores=4
/proc/1474/stat : 1474 (clasp) R 1472 1472 567 0 -1 4202496 731 0 0 0 310 0 0 0 25 0 1 0 598485959 13402112 622 33554432000 4194304 4785740 140733346884240 18446744073709551615 4553015 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1474/statm: 3272 622 341 145 0 317 0
[pid=1475] ppid=1472 vsize=455692 CPUtime=1.97 cores=6
/proc/1475/stat : 1475 (TNM) R 1472 1472 567 0 -1 4202496 271 0 0 0 197 0 0 0 21 0 1 0 598485959 466628608 168 33554432000 134512640 134534564 4291862800 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1475/statm: 113923 168 95 6 0 112589 0
[pid=1476] ppid=1472 vsize=8980 CPUtime=3.09 cores=2
/proc/1476/stat : 1476 (lingeling) R 1472 1472 567 0 -1 4202496 2030 0 0 0 309 0 0 0 25 0 1 0 598485959 9195520 1443 33554432000 4194304 4352236 140735082074016 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1476/statm: 2245 1443 127 39 0 1325 0
[pid=1477] ppid=1472 vsize=7936 CPUtime=1.11 cores=6
/proc/1477/stat : 1477 (march_hi) R 1472 1472 567 0 -1 4202496 612 0 0 0 111 0 0 0 25 0 1 0 598485959 8126464 505 33554432000 4194304 4331988 140733995975312 18446744073709551615 4316999 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1477/statm: 1984 505 173 34 0 426 0
Current children cumulated CPU time (s) 10.37
Current children cumulated vsize (KiB) 504020

[startup+6.30096 s]
/proc/loadavg: 9.16 8.96 8.61 10/187 1478
/proc/meminfo: memFree=20438172/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 15 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
[pid=1474] ppid=1472 vsize=13356 CPUtime=6.29 cores=4
/proc/1474/stat : 1474 (clasp) R 1472 1472 567 0 -1 4202496 816 0 0 0 629 0 0 0 25 0 1 0 598485959 13676544 707 33554432000 4194304 4785740 140733346884240 18446744073709551615 4545726 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1474/statm: 3339 707 341 145 0 384 0
[pid=1475] ppid=1472 vsize=455692 CPUtime=3.55 cores=6
/proc/1475/stat : 1475 (TNM) R 1472 1472 567 0 -1 4202496 271 0 0 0 355 0 0 0 25 0 1 0 598485959 466628608 168 33554432000 134512640 134534564 4291862800 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1475/statm: 113923 168 95 6 0 112589 0
[pid=1476] ppid=1472 vsize=11412 CPUtime=6.29 cores=2
/proc/1476/stat : 1476 (lingeling) R 1472 1472 567 0 -1 4202496 3566 0 0 0 629 0 0 0 25 0 1 0 598485959 11685888 2051 33554432000 4194304 4352236 140735082074016 18446744073709551615 4276666 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1476/statm: 2853 2051 127 39 0 1933 0
[pid=1477] ppid=1472 vsize=9404 CPUtime=2.7 cores=6
/proc/1477/stat : 1477 (march_hi) R 1472 1472 567 0 -1 4202496 905 0 0 0 270 0 0 0 25 0 1 0 598485959 9629696 798 33554432000 4194304 4331988 140733995975312 18446744073709551615 4308952 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1477/statm: 2351 798 173 34 0 793 0
Current children cumulated CPU time (s) 19.93
Current children cumulated vsize (KiB) 508188

[startup+12.7008 s]
/proc/loadavg: 9.23 8.97 8.62 10/187 1478
/proc/meminfo: memFree=20441548/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 15 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
[pid=1474] ppid=1472 vsize=13756 CPUtime=12.69 cores=4
/proc/1474/stat : 1474 (clasp) R 1472 1472 567 0 -1 4202496 909 0 0 0 1269 0 0 0 25 0 1 0 598485959 14086144 800 33554432000 4194304 4785740 140733346884240 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1474/statm: 3439 800 341 145 0 484 0
[pid=1475] ppid=1472 vsize=455692 CPUtime=6.74 cores=6
/proc/1475/stat : 1475 (TNM) R 1472 1472 567 0 -1 4202496 271 0 0 0 674 0 0 0 25 0 1 0 598485959 466628608 168 33554432000 134512640 134534564 4291862800 18446744073709551615 9999803 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1475/statm: 113923 168 95 6 0 112589 0
[pid=1476] ppid=1472 vsize=11544 CPUtime=12.68 cores=2
/proc/1476/stat : 1476 (lingeling) R 1472 1472 567 0 -1 4202496 5583 0 0 0 1268 0 0 0 25 0 1 0 598485959 11821056 2084 33554432000 4194304 4352236 140735082074016 18446744073709551615 4328816 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1476/statm: 2886 2084 127 39 0 1966 0
[pid=1477] ppid=1472 vsize=12556 CPUtime=5.88 cores=6
/proc/1477/stat : 1477 (march_hi) R 1472 1472 567 0 -1 4202496 1505 0 0 0 588 0 0 0 25 0 1 0 598485959 12857344 1384 33554432000 4194304 4331988 140733995975312 18446744073709551615 4229443 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1477/statm: 3139 1384 173 34 0 1581 0
Current children cumulated CPU time (s) 39.09
Current children cumulated vsize (KiB) 511872

[startup+25.5004 s]
/proc/loadavg: 9.25 8.99 8.63 10/187 1479
/proc/meminfo: memFree=20431132/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 15 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
[pid=1474] ppid=1472 vsize=14288 CPUtime=25.49 cores=4
/proc/1474/stat : 1474 (clasp) R 1472 1472 567 0 -1 4202496 1028 0 0 0 2549 0 0 0 25 0 1 0 598485959 14630912 919 33554432000 4194304 4785740 140733346884240 18446744073709551615 4552983 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1474/statm: 3572 919 341 145 0 617 0
[pid=1475] ppid=1472 vsize=455692 CPUtime=13.14 cores=6
/proc/1475/stat : 1475 (TNM) R 1472 1472 567 0 -1 4202496 271 0 0 0 1314 0 0 0 25 0 1 0 598485959 466628608 168 33554432000 134512640 134534564 4291862800 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1475/statm: 113923 168 95 6 0 112589 0
[pid=1476] ppid=1472 vsize=12440 CPUtime=25.49 cores=2
/proc/1476/stat : 1476 (lingeling) R 1472 1472 567 0 -1 4202496 8655 0 0 0 2548 1 0 0 25 0 1 0 598485959 12738560 2308 33554432000 4194304 4352236 140735082074016 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1476/statm: 3110 2308 127 39 0 2190 0
[pid=1477] ppid=1472 vsize=19396 CPUtime=12.2 cores=6
/proc/1477/stat : 1477 (march_hi) R 1472 1472 567 0 -1 4202496 2614 0 0 0 1220 0 0 0 25 0 1 0 598485959 19861504 2493 33554432000 4194304 4331988 140733995975312 18446744073709551615 231894885464 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1477/statm: 4849 2493 173 34 0 3291 0
Current children cumulated CPU time (s) 77.42
Current children cumulated vsize (KiB) 520140

[startup+51.1006 s]
/proc/loadavg: 9.16 8.99 8.64 10/187 1479
/proc/meminfo: memFree=20395884/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 15 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
[pid=1474] ppid=1472 vsize=14828 CPUtime=51.09 cores=4
/proc/1474/stat : 1474 (clasp) R 1472 1472 567 0 -1 4202496 1170 0 0 0 5109 0 0 0 25 0 1 0 598485959 15183872 1061 33554432000 4194304 4785740 140733346884240 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1474/statm: 3707 1061 341 145 0 752 0
[pid=1475] ppid=1472 vsize=455692 CPUtime=25.84 cores=6
/proc/1475/stat : 1475 (TNM) R 1472 1472 567 0 -1 4202496 271 0 0 0 2584 0 0 0 25 0 1 0 598485959 466628608 168 33554432000 134512640 134534564 4291862800 18446744073709551615 134530414 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1475/statm: 113923 168 95 6 0 112589 0
[pid=1476] ppid=1472 vsize=14236 CPUtime=51.08 cores=2
/proc/1476/stat : 1476 (lingeling) R 1472 1472 567 0 -1 4202496 15472 0 0 0 5106 2 0 0 25 0 1 0 598485959 14577664 2757 33554432000 4194304 4352236 140735082074016 18446744073709551615 4328734 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1476/statm: 3559 2757 127 39 0 2639 0
[pid=1477] ppid=1472 vsize=25952 CPUtime=24.97 cores=6
/proc/1477/stat : 1477 (march_hi) R 1472 1472 567 0 -1 4202496 4837 0 0 0 2497 0 0 0 25 0 1 0 598485959 26574848 4716 33554432000 4194304 4331988 140733995975312 18446744073709551615 4229292 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1477/statm: 6488 4716 173 34 0 4930 0
Current children cumulated CPU time (s) 154.08
Current children cumulated vsize (KiB) 529032

[startup+102.301 s]
/proc/loadavg: 9.21 9.03 8.67 10/187 1481
/proc/meminfo: memFree=20365596/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 15 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
[pid=1474] ppid=1472 vsize=15368 CPUtime=102.29 cores=4
/proc/1474/stat : 1474 (clasp) R 1472 1472 567 0 -1 4202496 1306 0 0 0 10229 0 0 0 25 0 1 0 598485959 15736832 1197 33554432000 4194304 4785740 140733346884240 18446744073709551615 4562722 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1474/statm: 3842 1197 341 145 0 887 0
[pid=1475] ppid=1472 vsize=455692 CPUtime=51.34 cores=6
/proc/1475/stat : 1475 (TNM) R 1472 1472 567 0 -1 4202496 271 0 0 0 5134 0 0 0 25 0 1 0 598485959 466628608 168 33554432000 134512640 134534564 4291862800 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1475/statm: 113923 168 95 6 0 112589 0
[pid=1476] ppid=1472 vsize=19228 CPUtime=102.28 cores=2
/proc/1476/stat : 1476 (lingeling) R 1472 1472 567 0 -1 4202496 27216 0 0 0 10225 3 0 0 25 0 1 0 598485959 19689472 4005 33554432000 4194304 4352236 140735082074016 18446744073709551615 4276751 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1476/statm: 4807 4005 127 39 0 3887 0
[pid=1477] ppid=1472 vsize=49252 CPUtime=50.39 cores=6
/proc/1477/stat : 1477 (march_hi) R 1472 1472 567 0 -1 4202496 9230 0 0 0 5038 1 0 0 25 0 1 0 598485959 50434048 9109 33554432000 4194304 4331988 140733995975312 18446744073709551615 4246730 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1477/statm: 12313 9109 173 34 0 10755 0
Current children cumulated CPU time (s) 307.4
Current children cumulated vsize (KiB) 557864

[startup+162.301 s]

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


[startup+1002.3 s]
/proc/loadavg: 8.15 8.49 8.67 10/186 1570
/proc/meminfo: memFree=20199412/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 15 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
[pid=1474] ppid=1472 vsize=16436 CPUtime=1002.32 cores=4
/proc/1474/stat : 1474 (clasp) R 1472 1472 567 0 -1 4202496 1583 0 0 0 100232 0 0 0 25 0 1 0 598485959 16830464 1474 33554432000 4194304 4785740 140733346884240 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1474/statm: 4109 1474 341 145 0 1154 0
[pid=1475] ppid=1472 vsize=455696 CPUtime=498.87 cores=6
/proc/1475/stat : 1475 (TNM) R 1472 1472 567 0 -1 4202496 280 0 0 0 49887 0 0 0 25 0 1 0 598485959 466632704 177 33554432000 134512640 134534564 4291862800 18446744073709551615 134528612 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1475/statm: 113924 177 103 6 0 112590 0
[pid=1476] ppid=1472 vsize=37280 CPUtime=1002.23 cores=2
/proc/1476/stat : 1476 (lingeling) R 1472 1472 567 0 -1 4202496 140305 0 0 0 100206 17 0 0 25 0 1 0 598485959 38174720 8518 33554432000 4194304 4352236 140735082074016 18446744073709551615 4231009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1476/statm: 9320 8518 127 39 0 8400 0
[pid=1477] ppid=1472 vsize=501688 CPUtime=497.99 cores=6
/proc/1477/stat : 1477 (march_hi) R 1472 1472 567 0 -1 4202496 85812 0 0 0 49779 20 0 0 25 0 1 0 598485959 513728512 85691 33554432000 4194304 4331988 140733995975312 18446744073709551615 4240427 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1477/statm: 125422 85691 173 34 0 123864 0
Current children cumulated CPU time (s) 3002.51
Current children cumulated vsize (KiB) 1029424

[startup+1062.3 s]
/proc/loadavg: 8.13 8.42 8.63 10/186 1571
/proc/meminfo: memFree=20136656/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 15 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
[pid=1474] ppid=1472 vsize=16568 CPUtime=1062.33 cores=4
/proc/1474/stat : 1474 (clasp) R 1472 1472 567 0 -1 4202496 1587 0 0 0 106233 0 0 0 25 0 1 0 598485959 16965632 1478 33554432000 4194304 4785740 140733346884240 18446744073709551615 4287225 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1474/statm: 4142 1478 341 145 0 1187 0
[pid=1475] ppid=1472 vsize=455696 CPUtime=528.71 cores=6
/proc/1475/stat : 1475 (TNM) R 1472 1472 567 0 -1 4202496 280 0 0 0 52871 0 0 0 25 0 1 0 598485959 466632704 177 33554432000 134512640 134534564 4291862800 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1475/statm: 113924 177 103 6 0 112590 0
[pid=1476] ppid=1472 vsize=58400 CPUtime=1062.23 cores=2
/proc/1476/stat : 1476 (lingeling) R 1472 1472 567 0 -1 4202496 149073 0 0 0 106205 18 0 0 25 0 1 0 598485959 59801600 13798 33554432000 4194304 4352236 140735082074016 18446744073709551615 4329265 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1476/statm: 14600 13798 127 39 0 13680 0
[pid=1477] ppid=1472 vsize=501688 CPUtime=527.82 cores=6
/proc/1477/stat : 1477 (march_hi) R 1472 1472 567 0 -1 4202496 90914 0 0 0 52762 20 0 0 25 0 1 0 598485959 513728512 90793 33554432000 4194304 4331988 140733995975312 18446744073709551615 4240241 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1477/statm: 125422 90793 173 34 0 123864 0
Current children cumulated CPU time (s) 3182.19
Current children cumulated vsize (KiB) 1050676

[startup+1122.3 s]
/proc/loadavg: 8.13 8.38 8.60 10/186 1573
/proc/meminfo: memFree=20110472/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 15 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
[pid=1474] ppid=1472 vsize=16568 CPUtime=1122.33 cores=4
/proc/1474/stat : 1474 (clasp) R 1472 1472 567 0 -1 4202496 1587 0 0 0 112233 0 0 0 25 0 1 0 598485959 16965632 1478 33554432000 4194304 4785740 140733346884240 18446744073709551615 4312592 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1474/statm: 4142 1478 341 145 0 1187 0
[pid=1475] ppid=1472 vsize=455696 CPUtime=558.56 cores=6
/proc/1475/stat : 1475 (TNM) R 1472 1472 567 0 -1 4202496 280 0 0 0 55856 0 0 0 25 0 1 0 598485959 466632704 177 33554432000 134512640 134534564 4291862800 18446744073709551615 134529068 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1475/statm: 113924 177 103 6 0 112590 0
[pid=1476] ppid=1472 vsize=38304 CPUtime=1122.22 cores=2
/proc/1476/stat : 1476 (lingeling) R 1472 1472 567 0 -1 4202496 151985 0 0 0 112203 19 0 0 25 0 1 0 598485959 39223296 8774 33554432000 4194304 4352236 140735082074016 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1476/statm: 9576 8774 127 39 0 8656 0
[pid=1477] ppid=1472 vsize=501688 CPUtime=557.65 cores=6
/proc/1477/stat : 1477 (march_hi) R 1472 1472 567 0 -1 4202496 96001 0 0 0 55744 21 0 0 25 0 1 0 598485959 513728512 95880 33554432000 4194304 4331988 140733995975312 18446744073709551615 4229317 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1477/statm: 125422 95880 173 34 0 123864 0
Current children cumulated CPU time (s) 3361.86
Current children cumulated vsize (KiB) 1030580

[startup+1182.31 s]
/proc/loadavg: 8.16 8.35 8.58 10/186 1575
/proc/meminfo: memFree=20066448/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 15 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
[pid=1474] ppid=1472 vsize=16568 CPUtime=1182.33 cores=4
/proc/1474/stat : 1474 (clasp) R 1472 1472 567 0 -1 4202496 1591 0 0 0 118233 0 0 0 25 0 1 0 598485959 16965632 1482 33554432000 4194304 4785740 140733346884240 18446744073709551615 4550848 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1474/statm: 4142 1482 341 145 0 1187 0
[pid=1475] ppid=1472 vsize=455696 CPUtime=588.37 cores=6
/proc/1475/stat : 1475 (TNM) R 1472 1472 567 0 -1 4202496 280 0 0 0 58837 0 0 0 25 0 1 0 598485959 466632704 177 33554432000 134512640 134534564 4291862800 18446744073709551615 134530281 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1475/statm: 113924 177 103 6 0 112590 0
[pid=1476] ppid=1472 vsize=39840 CPUtime=1182.22 cores=2
/proc/1476/stat : 1476 (lingeling) R 1472 1472 567 0 -1 4202496 154193 0 0 0 118203 19 0 0 25 0 1 0 598485959 40796160 9158 33554432000 4194304 4352236 140735082074016 18446744073709551615 4328363 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1476/statm: 9960 9158 127 39 0 9040 0
[pid=1477] ppid=1472 vsize=501688 CPUtime=587.51 cores=6
/proc/1477/stat : 1477 (march_hi) R 1472 1472 567 0 -1 4202496 101138 0 0 0 58729 22 0 0 25 0 1 0 598485959 513728512 101017 33554432000 4194304 4331988 140733995975312 18446744073709551615 4313688 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1477/statm: 125422 101017 173 34 0 123864 0
Current children cumulated CPU time (s) 3541.53
Current children cumulated vsize (KiB) 1032116

[startup+1242.3 s]
/proc/loadavg: 8.28 8.34 8.56 11/186 1576
/proc/meminfo: memFree=20024764/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 15 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
[pid=1474] ppid=1472 vsize=16568 CPUtime=1242.33 cores=4
/proc/1474/stat : 1474 (clasp) R 1472 1472 567 0 -1 4202496 1591 0 0 0 124233 0 0 0 25 0 1 0 598485959 16965632 1482 33554432000 4194304 4785740 140733346884240 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1474/statm: 4142 1482 341 145 0 1187 0
[pid=1475] ppid=1472 vsize=455696 CPUtime=618.25 cores=6
/proc/1475/stat : 1475 (TNM) R 1472 1472 567 0 -1 4202496 280 0 0 0 61825 0 0 0 25 0 1 0 598485959 466632704 177 33554432000 134512640 134534564 4291862800 18446744073709551615 9907424 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1475/statm: 113924 177 103 6 0 112590 0
[pid=1476] ppid=1472 vsize=43424 CPUtime=1242.21 cores=2
/proc/1476/stat : 1476 (lingeling) R 1472 1472 567 0 -1 4202496 157041 0 0 0 124202 19 0 0 25 0 1 0 598485959 44466176 10054 33554432000 4194304 4352236 140735082074016 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1476/statm: 10856 10054 127 39 0 9936 0
[pid=1477] ppid=1472 vsize=501688 CPUtime=617.31 cores=6
/proc/1477/stat : 1477 (march_hi) R 1472 1472 567 0 -1 4202496 106310 0 0 0 61708 23 0 0 25 0 1 0 598485959 513728512 106189 33554432000 4194304 4331988 140733995975312 18446744073709551615 4212262 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1477/statm: 125422 106189 173 34 0 123864 0
Current children cumulated CPU time (s) 3721.2
Current children cumulated vsize (KiB) 1035700



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 8.32 8.34 8.54 10/186 1578
/proc/meminfo: memFree=19966464/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 15 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
[pid=1474] ppid=1472 vsize=16568 CPUtime=1300.04 cores=4
/proc/1474/stat : 1474 (clasp) R 1472 1472 567 0 -1 4202496 1591 0 0 0 130004 0 0 0 25 0 1 0 598485959 16965632 1482 33554432000 4194304 4785740 140733346884240 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1474/statm: 4142 1482 341 145 0 1187 0
[pid=1475] ppid=1472 vsize=455696 CPUtime=646.94 cores=6
/proc/1475/stat : 1475 (TNM) R 1472 1472 567 0 -1 4202496 280 0 0 0 64694 0 0 0 25 0 1 0 598485959 466632704 177 33554432000 134512640 134534564 4291862800 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1475/statm: 113924 177 103 6 0 112590 0
[pid=1476] ppid=1472 vsize=58400 CPUtime=1299.92 cores=2
/proc/1476/stat : 1476 (lingeling) R 1472 1472 567 0 -1 4202496 164529 0 0 0 129972 20 0 0 25 0 1 0 598485959 59801600 13798 33554432000 4194304 4352236 140735082074016 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1476/statm: 14600 13798 127 39 0 13680 0
[pid=1477] ppid=1472 vsize=501688 CPUtime=646 cores=6
/proc/1477/stat : 1477 (march_hi) R 1472 1472 567 0 -1 4202496 111224 0 0 0 64576 24 0 0 25 0 1 0 598485959 513728512 111103 33554432000 4194304 4331988 140733995975312 18446744073709551615 231894885570 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1477/statm: 125422 111103 173 34 0 123864 0
Current children cumulated CPU time (s) 3894
Current children cumulated vsize (KiB) 1050676

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1300.01 s]
/proc/loadavg: 8.32 8.34 8.54 10/186 1578
/proc/meminfo: memFree=19966464/32950928 swapFree=67111524/67111528
[pid=1472] ppid=1470 vsize=18324 CPUtime=1.1 cores=0,2,4,6
/proc/1472/stat : 1472 (ppfolio) S 1470 1472 567 0 -1 4202496 520 3519 0 0 0 0 110 0 15 0 1 0 598485959 18763776 390 33554432000 4194304 4287625 140734761573712 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639363 0 0 17 0 0 0 0
/proc/1472/statm: 4581 390 342 23 0 91 0
[pid=1474] ppid=1472 vsize=16568 CPUtime=1300.04 cores=4
/proc/1474/stat : 1474 (clasp) R 1472 1472 567 0 -1 4202496 1591 0 0 0 130004 0 0 0 25 0 1 0 598485959 16965632 1482 33554432000 4194304 4785740 140733346884240 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1474/statm: 4142 1482 341 145 0 1187 0
[pid=1475] ppid=1472 vsize=455696 CPUtime=646.94 cores=6
/proc/1475/stat : 1475 (TNM) R 1472 1472 567 0 -1 4202496 280 0 0 0 64694 0 0 0 25 0 1 0 598485959 466632704 177 33554432000 134512640 134534564 4291862800 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1475/statm: 113924 177 103 6 0 112590 0
[pid=1476] ppid=1472 vsize=58400 CPUtime=1299.92 cores=2
/proc/1476/stat : 1476 (lingeling) R 1472 1472 567 0 -1 4202496 164529 0 0 0 129972 20 0 0 25 0 1 0 598485959 59801600 13798 33554432000 4194304 4352236 140735082074016 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1476/statm: 14600 13798 127 39 0 13680 0
[pid=1477] ppid=1472 vsize=501688 CPUtime=646 cores=6
/proc/1477/stat : 1477 (march_hi) R 1472 1472 567 0 -1 4202496 111224 0 0 0 64576 24 0 0 25 0 1 0 598485959 513728512 111103 33554432000 4194304 4331988 140733995975312 18446744073709551615 231894885570 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1477/statm: 125422 111103 173 34 0 123864 0
Current children cumulated CPU time (s) 3894
Current children cumulated vsize (KiB) 1050676

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1472 and gives
#  childrusage.ru_utime.tv_sec=2600
#  childrusage.ru_utime.tv_usec=879606
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=222966
# CPU time returned by wait4() is 2601.1
# while last known CPU time is 3894
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 3894
CPU user time (s): 3893.56
CPU system time (s): 0.44
CPU usage (%): 299.534
Max. virtual memory (cumulated for all children) (KiB): 1054132

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

runsolver used 2.15267 second user time and 4.93925 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 15:09:13
IDJOB=3273728
IDBENCH=83145
IDSOLVER=1612
FILE ID=node114/3273728-1304082553
RUNJOBID= node114-1304077601-585
PBS_JOBID= 13170509
Free space on /tmp= 71796 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n170-s56409011-unsat.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273728-1304082553/watcher-3273728-1304082553 -o /tmp/evaluation-result-3273728-1304082553/solver-3273728-1304082553 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3273728-1304082553.cnf

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

MD5SUM BENCH= 6545c783f127618649f1200914f62dc5
RANDOM SEED=1834677543

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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:     32950928 kB
MemFree:      20453236 kB
Buffers:       2222628 kB
Cached:        9348892 kB
SwapCached:          4 kB
Active:        3118644 kB
Inactive:      8797744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20453236 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10116 kB
Writeback:           0 kB
AnonPages:      345064 kB
Mapped:          16716 kB
Slab:           515960 kB
PageTables:       5708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2235412 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= 71784 MiB
End job on node114 at 2011-04-29 15:30:55