Trace number 3291560

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

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications 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 variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3291560-1304093027/watcher-3291560-1304093027 -o /tmp/evaluation-result-3291560-1304093027/solver-3291560-1304093027 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3291560-1304093027.cnf 

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

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


[startup+0 s]
/proc/loadavg: 9.85 10.14 9.95 6/182 20890
/proc/meminfo: memFree=18275400/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 16 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0

[startup+1.26779 s]
/proc/loadavg: 9.85 10.14 9.95 6/182 20890
/proc/meminfo: memFree=18275400/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.36777 s]
/proc/loadavg: 9.85 10.14 9.95 6/182 20890
/proc/meminfo: memFree=18275400/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.40076 s]
/proc/loadavg: 9.85 10.14 9.95 6/182 20890
/proc/meminfo: memFree=18275400/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56773 s]
/proc/loadavg: 9.85 10.14 9.95 6/182 20890
/proc/meminfo: memFree=18275400/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.60073 s]
/proc/loadavg: 9.85 10.14 9.95 6/182 20890
/proc/meminfo: memFree=18275400/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10048 s]
/proc/loadavg: 9.85 10.14 9.95 11/188 20896
/proc/meminfo: memFree=18243028/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
[pid=20891] ppid=20890 vsize=1411624 CPUtime=3.09 cores=1
/proc/20891/stat : 20891 (cryptominisat) R 20890 20890 20607 0 -1 4202496 5860 0 0 0 309 0 0 0 25 0 1 0 599533377 1445502976 3010 33554432000 4194304 4587354 140734204193104 18446744073709551615 4230206 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20891/statm: 352906 3010 338 96 0 349468 0
[pid=20892] ppid=20890 vsize=18836 CPUtime=3.09 cores=5
/proc/20892/stat : 20892 (clasp) R 20890 20890 20607 0 -1 4202496 2258 0 0 0 309 0 0 0 25 0 1 0 599533377 19288064 2037 33554432000 4194304 4785740 140736782931792 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20892/statm: 4709 2037 340 145 0 1754 0
[pid=20893] ppid=20890 vsize=456752 CPUtime=1.97 cores=7
/proc/20893/stat : 20893 (TNM) R 20890 20890 20607 0 -1 4202496 775 0 0 0 197 0 0 0 21 0 1 0 599533377 467714048 671 33554432000 134512640 134534564 4288905792 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20893/statm: 114188 671 95 6 0 112854 0
[pid=20894] ppid=20890 vsize=8720 CPUtime=3.09 cores=3
/proc/20894/stat : 20894 (lingeling) R 20890 20890 20607 0 -1 4202496 1915 0 0 0 309 0 0 0 25 0 1 0 599533377 8929280 1349 33554432000 4194304 4352236 140737067982576 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20894/statm: 2180 1349 127 39 0 1260 0
[pid=20895] ppid=20890 vsize=15304 CPUtime=1.1 cores=7
/proc/20895/stat : 20895 (march_hi) R 20890 20890 20607 0 -1 4202496 3650 0 0 0 110 0 0 0 25 0 1 0 599533377 15671296 1397 33554432000 4194304 4331988 140733472587552 18446744073709551615 4299861 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20895/statm: 3826 1397 173 34 0 2268 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1929560

[startup+6.30095 s]
/proc/loadavg: 9.95 10.15 9.96 12/188 20896
/proc/meminfo: memFree=18210168/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
[pid=20891] ppid=20890 vsize=1417448 CPUtime=6.28 cores=1
/proc/20891/stat : 20891 (cryptominisat) R 20890 20890 20607 0 -1 4202496 9800 0 0 0 628 0 0 0 25 0 1 0 599533377 1451466752 4730 33554432000 4194304 4587354 140734204193104 18446744073709551615 4241302 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20891/statm: 354362 4730 338 96 0 350924 0
[pid=20892] ppid=20890 vsize=20852 CPUtime=6.29 cores=5
/proc/20892/stat : 20892 (clasp) R 20890 20890 20607 0 -1 4202496 2774 0 0 0 629 0 0 0 25 0 1 0 599533377 21352448 2553 33554432000 4194304 4785740 140736782931792 18446744073709551615 224284622959 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20892/statm: 5213 2553 340 145 0 2258 0
[pid=20893] ppid=20890 vsize=456752 CPUtime=3.55 cores=7
/proc/20893/stat : 20893 (TNM) R 20890 20890 20607 0 -1 4202496 775 0 0 0 355 0 0 0 25 0 1 0 599533377 467714048 671 33554432000 134512640 134534564 4288905792 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20893/statm: 114188 671 95 6 0 112854 0
[pid=20894] ppid=20890 vsize=9236 CPUtime=6.29 cores=3
/proc/20894/stat : 20894 (lingeling) R 20890 20890 20607 0 -1 4202496 2428 0 0 0 629 0 0 0 25 0 1 0 599533377 9457664 1478 33554432000 4194304 4352236 140737067982576 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20894/statm: 2309 1478 127 39 0 1389 0
[pid=20895] ppid=20890 vsize=15556 CPUtime=2.7 cores=7
/proc/20895/stat : 20895 (march_hi) R 20890 20890 20607 0 -1 4202496 3721 0 0 0 270 0 0 0 25 0 1 0 599533377 15929344 1468 33554432000 4194304 4331988 140733472587552 18446744073709551615 4299840 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20895/statm: 3889 1468 173 34 0 2331 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1938168

[startup+12.7009 s]
/proc/loadavg: 9.95 10.15 9.96 11/188 20896
/proc/meminfo: memFree=18198084/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
[pid=20891] ppid=20890 vsize=1435444 CPUtime=12.69 cores=1
/proc/20891/stat : 20891 (cryptominisat) R 20890 20890 20607 0 -1 4202496 14219 0 0 0 1268 1 0 0 25 0 1 0 599533377 1469894656 5308 33554432000 4194304 4587354 140734204193104 18446744073709551615 4236561 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20891/statm: 358861 5308 338 96 0 355423 0
[pid=20892] ppid=20890 vsize=24232 CPUtime=12.69 cores=5
/proc/20892/stat : 20892 (clasp) R 20890 20890 20607 0 -1 4202496 3584 0 0 0 1269 0 0 0 25 0 1 0 599533377 24813568 3363 33554432000 4194304 4785740 140736782931792 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20892/statm: 6058 3363 340 145 0 3103 0
[pid=20893] ppid=20890 vsize=456752 CPUtime=6.74 cores=7
/proc/20893/stat : 20893 (TNM) R 20890 20890 20607 0 -1 4202496 775 0 0 0 674 0 0 0 25 0 1 0 599533377 467714048 671 33554432000 134512640 134534564 4288905792 18446744073709551615 134528652 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20893/statm: 114188 671 95 6 0 112854 0
[pid=20894] ppid=20890 vsize=10532 CPUtime=12.69 cores=3
/proc/20894/stat : 20894 (lingeling) R 20890 20890 20607 0 -1 4202496 4224 0 0 0 1269 0 0 0 25 0 1 0 599533377 10784768 1802 33554432000 4194304 4352236 140737067982576 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20894/statm: 2633 1802 127 39 0 1713 0
[pid=20895] ppid=20890 vsize=16360 CPUtime=5.88 cores=7
/proc/20895/stat : 20895 (march_hi) R 20890 20890 20607 0 -1 4202496 3833 0 0 0 588 0 0 0 25 0 1 0 599533377 16752640 1580 33554432000 4194304 4331988 140733472587552 18446744073709551615 4226460 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20895/statm: 4090 1580 173 34 0 2532 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 1961644

[startup+25.5008 s]
/proc/loadavg: 9.96 10.14 9.96 12/188 20896
/proc/meminfo: memFree=18149464/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
[pid=20891] ppid=20890 vsize=3758492 CPUtime=25.48 cores=1
/proc/20891/stat : 20891 (cryptominisat) R 20890 20890 20607 0 -1 4202496 22628 0 0 0 2545 3 0 0 25 0 1 0 599533377 3848695808 7576 33554432000 4194304 4587354 140734204193104 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20891/statm: 939623 7576 338 96 0 936185 0
[pid=20892] ppid=20890 vsize=29148 CPUtime=25.49 cores=5
/proc/20892/stat : 20892 (clasp) R 20890 20890 20607 0 -1 4202496 4789 0 0 0 2548 1 0 0 25 0 1 0 599533377 29847552 4568 33554432000 4194304 4785740 140736782931792 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20892/statm: 7287 4568 340 145 0 4332 0
[pid=20893] ppid=20890 vsize=456752 CPUtime=13.14 cores=7
/proc/20893/stat : 20893 (TNM) R 20890 20890 20607 0 -1 4202496 775 0 0 0 1314 0 0 0 25 0 1 0 599533377 467714048 671 33554432000 134512640 134534564 4288905792 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20893/statm: 114188 671 95 6 0 112854 0
[pid=20894] ppid=20890 vsize=14504 CPUtime=25.48 cores=3
/proc/20894/stat : 20894 (lingeling) R 20890 20890 20607 0 -1 4202496 7233 0 0 0 2548 0 0 0 25 0 1 0 599533377 14852096 2795 33554432000 4194304 4352236 140737067982576 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20894/statm: 3626 2795 127 39 0 2706 0
[pid=20895] ppid=20890 vsize=16360 CPUtime=12.21 cores=7
/proc/20895/stat : 20895 (march_hi) R 20890 20890 20607 0 -1 4202496 3855 0 0 0 1221 0 0 0 25 0 1 0 599533377 16752640 1602 33554432000 4194304 4331988 140733472587552 18446744073709551615 4241130 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20895/statm: 4090 1602 173 34 0 2532 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 4293580

[startup+51.1005 s]
/proc/loadavg: 10.13 10.16 9.97 12/188 20898
/proc/meminfo: memFree=18099208/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
[pid=20891] ppid=20890 vsize=1442944 CPUtime=51.09 cores=1
/proc/20891/stat : 20891 (cryptominisat) R 20890 20890 20607 0 -1 4202496 38074 0 0 0 5102 7 0 0 25 0 1 0 599533377 1477574656 11781 33554432000 4194304 4587354 140734204193104 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20891/statm: 360736 11781 338 96 0 357298 0
[pid=20892] ppid=20890 vsize=33956 CPUtime=51.09 cores=5
/proc/20892/stat : 20892 (clasp) R 20890 20890 20607 0 -1 4202496 5961 0 0 0 5108 1 0 0 25 0 1 0 599533377 34770944 5740 33554432000 4194304 4785740 140736782931792 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20892/statm: 8489 5740 340 145 0 5534 0
[pid=20893] ppid=20890 vsize=456752 CPUtime=25.84 cores=7
/proc/20893/stat : 20893 (TNM) R 20890 20890 20607 0 -1 4202496 775 0 0 0 2584 0 0 0 25 0 1 0 599533377 467714048 671 33554432000 134512640 134534564 4288905792 18446744073709551615 6850006 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20893/statm: 114188 671 95 6 0 112854 0
[pid=20894] ppid=20890 vsize=15788 CPUtime=51.08 cores=3
/proc/20894/stat : 20894 (lingeling) R 20890 20890 20607 0 -1 4202496 10530 0 0 0 5107 1 0 0 25 0 1 0 599533377 16166912 3116 33554432000 4194304 4352236 140737067982576 18446744073709551615 4329047 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20894/statm: 3947 3116 127 39 0 3027 0
[pid=20895] ppid=20890 vsize=16492 CPUtime=24.97 cores=7
/proc/20895/stat : 20895 (march_hi) R 20890 20890 20607 0 -1 4202496 3871 0 0 0 2497 0 0 0 25 0 1 0 599533377 16887808 1618 33554432000 4194304 4331988 140733472587552 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20895/statm: 4123 1618 173 34 0 2565 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 1984256

[startup+102.301 s]
/proc/loadavg: 10.06 10.13 9.97 12/188 20898
/proc/meminfo: memFree=17984628/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
[pid=20891] ppid=20890 vsize=1440152 CPUtime=102.3 cores=1

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

/proc/20895/statm: 4255 1770 173 34 0 2697 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 2080000

[startup+1002.3 s]
/proc/loadavg: 10.18 10.18 10.09 11/188 20922
/proc/meminfo: memFree=17233000/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
[pid=20891] ppid=20890 vsize=1487896 CPUtime=1002.3 cores=1
/proc/20891/stat : 20891 (cryptominisat) R 20890 20890 20607 0 -1 4202496 284692 0 0 0 100141 89 0 0 25 0 1 0 599533377 1523605504 24354 33554432000 4194304 4587354 140734204193104 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20891/statm: 371974 24354 338 96 0 368536 0
[pid=20892] ppid=20890 vsize=82480 CPUtime=1002.3 cores=5
/proc/20892/stat : 20892 (clasp) R 20890 20890 20607 0 -1 4202496 17557 0 0 0 100226 4 0 0 25 0 1 0 599533377 84459520 17234 33554432000 4194304 4785740 140736782931792 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20892/statm: 20620 17234 340 145 0 17665 0
[pid=20893] ppid=20890 vsize=456752 CPUtime=498.87 cores=7
/proc/20893/stat : 20893 (TNM) R 20890 20890 20607 0 -1 4202496 775 0 0 0 49887 0 0 0 25 0 1 0 599533377 467714048 671 33554432000 134512640 134534564 4288905792 18446744073709551615 6849979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20893/statm: 114188 671 95 6 0 112854 0
[pid=20894] ppid=20890 vsize=43968 CPUtime=1002.27 cores=3
/proc/20894/stat : 20894 (lingeling) R 20890 20890 20607 0 -1 4202496 107207 0 0 0 100212 15 0 0 25 0 1 0 599533377 45023232 10193 33554432000 4194304 4352236 140737067982576 18446744073709551615 4230960 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20894/statm: 10992 10193 127 39 0 10072 0
[pid=20895] ppid=20890 vsize=17020 CPUtime=497.97 cores=7
/proc/20895/stat : 20895 (march_hi) R 20890 20890 20607 0 -1 4202496 4025 0 0 0 49797 0 0 0 25 0 1 0 599533377 17428480 1772 33554432000 4194304 4331988 140733472587552 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20895/statm: 4255 1772 173 34 0 2697 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 2106440

[startup+1062.3 s]
/proc/loadavg: 10.28 10.20 10.10 12/188 20924
/proc/meminfo: memFree=17251304/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
[pid=20891] ppid=20890 vsize=1488200 CPUtime=1062.31 cores=1
/proc/20891/stat : 20891 (cryptominisat) R 20890 20890 20607 0 -1 4202496 295322 0 0 0 106136 95 0 0 25 0 1 0 599533377 1523916800 25543 33554432000 4194304 4587354 140734204193104 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20891/statm: 372050 25543 338 96 0 368612 0
[pid=20892] ppid=20890 vsize=82480 CPUtime=1062.3 cores=5
/proc/20892/stat : 20892 (clasp) R 20890 20890 20607 0 -1 4202496 17567 0 0 0 106226 4 0 0 25 0 1 0 599533377 84459520 17244 33554432000 4194304 4785740 140736782931792 18446744073709551615 4287248 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20892/statm: 20620 17244 340 145 0 17665 0
[pid=20893] ppid=20890 vsize=456752 CPUtime=528.69 cores=7
/proc/20893/stat : 20893 (TNM) R 20890 20890 20607 0 -1 4202496 775 0 0 0 52869 0 0 0 25 0 1 0 599533377 467714048 671 33554432000 134512640 134534564 4288905792 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20893/statm: 114188 671 95 6 0 112854 0
[pid=20894] ppid=20890 vsize=38464 CPUtime=1062.27 cores=3
/proc/20894/stat : 20894 (lingeling) R 20890 20890 20607 0 -1 4202496 111783 0 0 0 106211 16 0 0 25 0 1 0 599533377 39387136 8817 33554432000 4194304 4352236 140737067982576 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20894/statm: 9616 8817 127 39 0 8696 0
[pid=20895] ppid=20890 vsize=17152 CPUtime=527.82 cores=7
/proc/20895/stat : 20895 (march_hi) R 20890 20890 20607 0 -1 4202496 4026 0 0 0 52782 0 0 0 25 0 1 0 599533377 17563648 1773 33554432000 4194304 4331988 140733472587552 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20895/statm: 4288 1773 173 34 0 2730 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 2101372

[startup+1122.3 s]
/proc/loadavg: 10.31 10.21 10.11 12/188 20926
/proc/meminfo: memFree=17268492/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
[pid=20891] ppid=20890 vsize=1488812 CPUtime=1122.31 cores=1
/proc/20891/stat : 20891 (cryptominisat) R 20890 20890 20607 0 -1 4202496 303835 0 0 0 112132 99 0 0 25 0 1 0 599533377 1524543488 25134 33554432000 4194304 4587354 140734204193104 18446744073709551615 4238600 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20891/statm: 372203 25134 338 96 0 368765 0
[pid=20892] ppid=20890 vsize=83184 CPUtime=1122.31 cores=5
/proc/20892/stat : 20892 (clasp) R 20890 20890 20607 0 -1 4202496 17724 0 0 0 112227 4 0 0 25 0 1 0 599533377 85180416 17401 33554432000 4194304 4785740 140736782931792 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20892/statm: 20796 17401 340 145 0 17841 0
[pid=20893] ppid=20890 vsize=456752 CPUtime=558.56 cores=7
/proc/20893/stat : 20893 (TNM) R 20890 20890 20607 0 -1 4202496 775 0 0 0 55856 0 0 0 25 0 1 0 599533377 467714048 671 33554432000 134512640 134534564 4288905792 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20893/statm: 114188 671 95 6 0 112854 0
[pid=20894] ppid=20890 vsize=43712 CPUtime=1122.26 cores=3
/proc/20894/stat : 20894 (lingeling) R 20890 20890 20607 0 -1 4202496 114695 0 0 0 112210 16 0 0 25 0 1 0 599533377 44761088 10129 33554432000 4194304 4352236 140737067982576 18446744073709551615 4328063 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20894/statm: 10928 10129 127 39 0 10008 0
[pid=20895] ppid=20890 vsize=17152 CPUtime=557.62 cores=7
/proc/20895/stat : 20895 (march_hi) R 20890 20890 20607 0 -1 4202496 4029 0 0 0 55762 0 0 0 25 0 1 0 599533377 17563648 1776 33554432000 4194304 4331988 140733472587552 18446744073709551615 4237130 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20895/statm: 4288 1776 173 34 0 2730 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 2107936

[startup+1182.3 s]
/proc/loadavg: 10.32 10.22 10.11 12/188 20928
/proc/meminfo: memFree=17211404/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
[pid=20891] ppid=20890 vsize=1490372 CPUtime=1182.3 cores=1
/proc/20891/stat : 20891 (cryptominisat) R 20890 20890 20607 0 -1 4202496 311611 0 0 0 118129 101 0 0 25 0 1 0 599533377 1526140928 25005 33554432000 4194304 4587354 140734204193104 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20891/statm: 372593 25005 338 96 0 369155 0
[pid=20892] ppid=20890 vsize=84008 CPUtime=1182.31 cores=5
/proc/20892/stat : 20892 (clasp) R 20890 20890 20607 0 -1 4202496 17950 0 0 0 118227 4 0 0 25 0 1 0 599533377 86024192 17627 33554432000 4194304 4785740 140736782931792 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20892/statm: 21002 17627 340 145 0 18047 0
[pid=20893] ppid=20890 vsize=456752 CPUtime=588.35 cores=7
/proc/20893/stat : 20893 (TNM) R 20890 20890 20607 0 -1 4202496 775 0 0 0 58835 0 0 0 25 0 1 0 599533377 467714048 671 33554432000 134512640 134534564 4288905792 18446744073709551615 134528451 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20893/statm: 114188 671 95 6 0 112854 0
[pid=20894] ppid=20890 vsize=39616 CPUtime=1182.26 cores=3
/proc/20894/stat : 20894 (lingeling) R 20890 20890 20607 0 -1 4202496 119975 0 0 0 118209 17 0 0 25 0 1 0 599533377 40566784 9105 33554432000 4194304 4352236 140737067982576 18446744073709551615 4329008 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20894/statm: 9904 9105 127 39 0 8984 0
[pid=20895] ppid=20890 vsize=17152 CPUtime=587.5 cores=7
/proc/20895/stat : 20895 (march_hi) R 20890 20890 20607 0 -1 4202496 4037 0 0 0 58750 0 0 0 25 0 1 0 599533377 17563648 1784 33554432000 4194304 4331988 140733472587552 18446744073709551615 224284320839 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20895/statm: 4288 1784 173 34 0 2730 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 2106224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.23 10.20 10.11 11/188 20961
/proc/meminfo: memFree=18175872/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
[pid=20891] ppid=20890 vsize=1470020 CPUtime=1201.71 cores=1
/proc/20891/stat : 20891 (cryptominisat) R 20890 20890 20607 0 -1 4202496 312230 0 0 0 120069 102 0 0 25 0 1 0 599533377 1505300480 19559 33554432000 4194304 4587354 140734204193104 18446744073709551615 4238497 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20891/statm: 367505 19559 338 96 0 364067 0
[pid=20892] ppid=20890 vsize=84704 CPUtime=1201.71 cores=5
/proc/20892/stat : 20892 (clasp) R 20890 20890 20607 0 -1 4202496 18067 0 0 0 120167 4 0 0 25 0 1 0 599533377 86736896 17744 33554432000 4194304 4785740 140736782931792 18446744073709551615 4416817 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20892/statm: 21176 17744 340 145 0 18221 0
[pid=20893] ppid=20890 vsize=456752 CPUtime=598.04 cores=7
/proc/20893/stat : 20893 (TNM) R 20890 20890 20607 0 -1 4202496 775 0 0 0 59804 0 0 0 25 0 1 0 599533377 467714048 671 33554432000 134512640 134534564 4288905792 18446744073709551615 134528200 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20893/statm: 114188 671 95 6 0 112854 0
[pid=20894] ppid=20890 vsize=42944 CPUtime=1201.68 cores=3
/proc/20894/stat : 20894 (lingeling) R 20890 20890 20607 0 -1 4202496 120807 0 0 0 120150 18 0 0 25 0 1 0 599533377 43974656 9937 33554432000 4194304 4352236 140737067982576 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20894/statm: 10736 9937 127 39 0 9816 0
[pid=20895] ppid=20890 vsize=17152 CPUtime=597.11 cores=7
/proc/20895/stat : 20895 (march_hi) R 20890 20890 20607 0 -1 4202496 4039 0 0 0 59711 0 0 0 25 0 1 0 599533377 17563648 1786 33554432000 4194304 4331988 140733472587552 18446744073709551615 4313960 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20895/statm: 4288 1786 173 34 0 2730 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 2089896

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.23 10.20 10.11 11/188 20961
/proc/meminfo: memFree=18175872/32951124 swapFree=67110396/67111528
[pid=20890] ppid=20888 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20890/stat : 20890 (ppfolio) S 20888 20890 20607 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 599533377 18763776 389 33554432000 4194304 4287625 140733253927920 18446744073709551615 224284945935 0 0 4096 65536 1079958329599459327 0 0 17 5 0 0 0
/proc/20890/statm: 4581 389 341 23 0 91 0
[pid=20891] ppid=20890 vsize=1470020 CPUtime=1201.71 cores=1
/proc/20891/stat : 20891 (cryptominisat) R 20890 20890 20607 0 -1 4202496 312230 0 0 0 120069 102 0 0 25 0 1 0 599533377 1505300480 19559 33554432000 4194304 4587354 140734204193104 18446744073709551615 4238497 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20891/statm: 367505 19559 338 96 0 364067 0
[pid=20892] ppid=20890 vsize=84704 CPUtime=1201.71 cores=5
/proc/20892/stat : 20892 (clasp) R 20890 20890 20607 0 -1 4202496 18067 0 0 0 120167 4 0 0 25 0 1 0 599533377 86736896 17744 33554432000 4194304 4785740 140736782931792 18446744073709551615 4416817 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20892/statm: 21176 17744 340 145 0 18221 0
[pid=20893] ppid=20890 vsize=456752 CPUtime=598.04 cores=7
/proc/20893/stat : 20893 (TNM) R 20890 20890 20607 0 -1 4202496 775 0 0 0 59804 0 0 0 25 0 1 0 599533377 467714048 671 33554432000 134512640 134534564 4288905792 18446744073709551615 134528200 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20893/statm: 114188 671 95 6 0 112854 0
[pid=20894] ppid=20890 vsize=42944 CPUtime=1201.68 cores=3
/proc/20894/stat : 20894 (lingeling) R 20890 20890 20607 0 -1 4202496 120807 0 0 0 120150 18 0 0 25 0 1 0 599533377 43974656 9937 33554432000 4194304 4352236 140737067982576 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20894/statm: 10736 9937 127 39 0 9816 0
[pid=20895] ppid=20890 vsize=17152 CPUtime=597.11 cores=7
/proc/20895/stat : 20895 (march_hi) R 20890 20890 20607 0 -1 4202496 4039 0 0 0 59711 0 0 0 25 0 1 0 599533377 17563648 1786 33554432000 4194304 4331988 140733472587552 18446744073709551615 4313960 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20895/statm: 4288 1786 173 34 0 2730 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 2089896

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20890 and gives
#  childrusage.ru_utime.tv_sec=3001
#  childrusage.ru_utime.tv_usec=221744
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=234964
# CPU time returned by wait4() is 3001.46
# while last known CPU time is 4800.25
#
# 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.25
CPU user time (s): 4799.01
CPU system time (s): 1.24
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 8066600

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

runsolver used 1.81672 second user time and 4.74128 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 18:03:47
IDJOB=3291560
IDBENCH=84237
IDSOLVER=1612
FILE ID=node118/3291560-1304093027
RUNJOBID= node118-1304090617-20626
PBS_JOBID= 13170577
Free space on /tmp= 71604 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291560-1304093027/watcher-3291560-1304093027 -o /tmp/evaluation-result-3291560-1304093027/solver-3291560-1304093027 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3291560-1304093027.cnf

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=344919380

node118.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.842
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.68
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18275680 kB
Buffers:       1902296 kB
Cached:       12051660 kB
SwapCached:        600 kB
Active:        9629568 kB
Inactive:      4508708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18275680 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           23804 kB
Writeback:          12 kB
AnonPages:      183292 kB
Mapped:          16680 kB
Slab:           473328 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   789160 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= 71596 MiB
End job on node118 at 2011-04-29 18:23:51