Trace number 3191270

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 parUNSAT 3653.71 914.707

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S247862791-097.UNKNOWN.cnf
MD5SUM6b69f72e1046222baee8c8d817a4adac
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.529
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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
3653.71/914.70	s UNSATISFIABLE
3653.71/914.70	solver [5] march_hi 2009 answered
3653.71/914.70	Done

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3191270-1304076741/watcher-3191270-1304076741 -o /tmp/evaluation-result-3191270-1304076741/solver-3191270-1304076741 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191270-1304076741.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: 8.95 6.48 5.80 7/182 30914
/proc/meminfo: memFree=30789452/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) R 30912 30914 28330 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0

[startup+0.869193 s]
/proc/loadavg: 8.95 6.48 5.80 7/182 30914
/proc/meminfo: memFree=30789452/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 0 0 0 19 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900187 s]
/proc/loadavg: 8.95 6.48 5.80 7/182 30914
/proc/meminfo: memFree=30789452/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 0 0 0 18 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00017 s]
/proc/loadavg: 8.95 6.48 5.80 7/182 30914
/proc/meminfo: memFree=30789452/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 0 0 0 17 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10015 s]
/proc/loadavg: 8.95 6.48 5.80 7/182 30914
/proc/meminfo: memFree=30789452/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50108 s]
/proc/loadavg: 8.95 6.48 5.80 7/182 30914
/proc/meminfo: memFree=30789452/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.1008 s]
/proc/loadavg: 8.95 6.48 5.80 11/188 30920
/proc/meminfo: memFree=30771636/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
[pid=30915] ppid=30914 vsize=1991248 CPUtime=3.09 cores=1
/proc/30915/stat : 30915 (cryptominisat) R 30914 30914 28330 0 -1 4202496 5313 0 0 0 308 1 0 0 25 0 1 0 597904762 2039037952 3358 33554432000 4194304 4587354 140737396525568 18446744073709551615 4364788 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30915/statm: 497812 3358 337 96 0 494374 0
[pid=30916] ppid=30914 vsize=14556 CPUtime=3.09 cores=5
/proc/30916/stat : 30916 (clasp) R 30914 30914 28330 0 -1 4202496 1114 0 0 0 309 0 0 0 25 0 1 0 597904762 14905344 1002 33554432000 4194304 4785740 140734980864704 18446744073709551615 4291594 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30916/statm: 3639 1002 340 145 0 684 0
[pid=30917] ppid=30914 vsize=455824 CPUtime=1.96 cores=7
/proc/30917/stat : 30917 (TNM) R 30914 30914 28330 0 -1 4202496 336 0 0 0 196 0 0 0 21 0 1 0 597904762 466763776 233 33554432000 134512640 134534564 4289498176 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30917/statm: 113956 233 95 6 0 112622 0
[pid=30918] ppid=30914 vsize=6460 CPUtime=3.09 cores=3
/proc/30918/stat : 30918 (lingeling) R 30914 30914 28330 0 -1 4202496 1333 0 0 0 309 0 0 0 25 0 1 0 597904762 6615040 814 33554432000 4194304 4352236 140733309416064 18446744073709551615 4328035 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30918/statm: 1615 814 127 39 0 695 0
[pid=30919] ppid=30914 vsize=7664 CPUtime=1.11 cores=7
/proc/30919/stat : 30919 (march_hi) R 30914 30914 28330 0 -1 4202496 542 0 0 0 111 0 0 0 25 0 1 0 597904762 7847936 435 33554432000 4194304 4331988 140736201201648 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30919/statm: 1916 435 172 34 0 358 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 2494076

[startup+6.30724 s]
/proc/loadavg: 9.04 6.54 5.82 11/188 30920
/proc/meminfo: memFree=30764568/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
[pid=30915] ppid=30914 vsize=1991300 CPUtime=6.3 cores=1
/proc/30915/stat : 30915 (cryptominisat) R 30914 30914 28330 0 -1 4202496 7383 0 0 0 629 1 0 0 25 0 1 0 597904762 2039091200 3270 33554432000 4194304 4587354 140737396525568 18446744073709551615 4238273 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30915/statm: 497825 3270 337 96 0 494387 0
[pid=30916] ppid=30914 vsize=15364 CPUtime=6.3 cores=5
/proc/30916/stat : 30916 (clasp) R 30914 30914 28330 0 -1 4202496 1304 0 0 0 630 0 0 0 25 0 1 0 597904762 15732736 1192 33554432000 4194304 4785740 140734980864704 18446744073709551615 4549593 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30916/statm: 3841 1192 340 145 0 886 0
[pid=30917] ppid=30914 vsize=455824 CPUtime=3.64 cores=7
/proc/30917/stat : 30917 (TNM) R 30914 30914 28330 0 -1 4202496 336 0 0 0 364 0 0 0 25 0 1 0 597904762 466763776 233 33554432000 134512640 134534564 4289498176 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30917/statm: 113956 233 95 6 0 112622 0
[pid=30918] ppid=30914 vsize=8004 CPUtime=6.29 cores=3
/proc/30918/stat : 30918 (lingeling) R 30914 30914 28330 0 -1 4202496 2423 0 0 0 629 0 0 0 25 0 1 0 597904762 8196096 1200 33554432000 4194304 4352236 140733309416064 18446744073709551615 4282487 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30918/statm: 2001 1200 127 39 0 1081 0
[pid=30919] ppid=30914 vsize=7796 CPUtime=2.61 cores=7
/proc/30919/stat : 30919 (march_hi) R 30914 30914 28330 0 -1 4202496 554 0 0 0 261 0 0 0 25 0 1 0 597904762 7983104 447 33554432000 4194304 4331988 140736201201648 18446744073709551615 4211491 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30919/statm: 1949 447 172 34 0 391 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 2496612

[startup+12.7011 s]
/proc/loadavg: 9.12 6.60 5.85 11/188 30920
/proc/meminfo: memFree=30757016/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
[pid=30915] ppid=30914 vsize=1993580 CPUtime=12.69 cores=1
/proc/30915/stat : 30915 (cryptominisat) R 30914 30914 28330 0 -1 4202496 10817 0 0 0 1268 1 0 0 25 0 1 0 597904762 2041425920 3994 33554432000 4194304 4587354 140737396525568 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30915/statm: 498395 3994 337 96 0 494957 0
[pid=30916] ppid=30914 vsize=16736 CPUtime=12.69 cores=5
/proc/30916/stat : 30916 (clasp) R 30914 30914 28330 0 -1 4202496 1643 0 0 0 1269 0 0 0 25 0 1 0 597904762 17137664 1531 33554432000 4194304 4785740 140734980864704 18446744073709551615 4552547 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30916/statm: 4184 1531 340 145 0 1229 0
[pid=30917] ppid=30914 vsize=455824 CPUtime=6.82 cores=7
/proc/30917/stat : 30917 (TNM) R 30914 30914 28330 0 -1 4202496 336 0 0 0 682 0 0 0 25 0 1 0 597904762 466763776 233 33554432000 134512640 134534564 4289498176 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30917/statm: 113956 233 95 6 0 112622 0
[pid=30918] ppid=30914 vsize=8264 CPUtime=12.69 cores=3
/proc/30918/stat : 30918 (lingeling) R 30914 30914 28330 0 -1 4202496 3608 0 0 0 1269 0 0 0 25 0 1 0 597904762 8462336 1265 33554432000 4194304 4352236 140733309416064 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30918/statm: 2066 1265 127 39 0 1146 0
[pid=30919] ppid=30914 vsize=7796 CPUtime=5.81 cores=7
/proc/30919/stat : 30919 (march_hi) R 30914 30914 28330 0 -1 4202496 568 0 0 0 581 0 0 0 25 0 1 0 597904762 7983104 461 33554432000 4194304 4331988 140736201201648 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30919/statm: 1949 461 172 34 0 391 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 2500524

[startup+25.5009 s]
/proc/loadavg: 9.31 6.76 5.91 12/188 30921
/proc/meminfo: memFree=30751348/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
[pid=30915] ppid=30914 vsize=1997784 CPUtime=25.49 cores=1
/proc/30915/stat : 30915 (cryptominisat) R 30914 30914 28330 0 -1 4202496 16514 0 0 0 2546 3 0 0 25 0 1 0 597904762 2045730816 5337 33554432000 4194304 4587354 140737396525568 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30915/statm: 499446 5337 337 96 0 496008 0
[pid=30916] ppid=30914 vsize=18396 CPUtime=25.49 cores=5
/proc/30916/stat : 30916 (clasp) R 30914 30914 28330 0 -1 4202496 2020 0 0 0 2549 0 0 0 25 0 1 0 597904762 18837504 1908 33554432000 4194304 4785740 140734980864704 18446744073709551615 4309557 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30916/statm: 4599 1908 340 145 0 1644 0
[pid=30917] ppid=30914 vsize=455824 CPUtime=13.15 cores=7
/proc/30917/stat : 30917 (TNM) R 30914 30914 28330 0 -1 4202496 336 0 0 0 1315 0 0 0 25 0 1 0 597904762 466763776 233 33554432000 134512640 134534564 4289498176 18446744073709551615 134529800 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30917/statm: 113956 233 95 6 0 112622 0
[pid=30918] ppid=30914 vsize=11476 CPUtime=25.49 cores=3
/proc/30918/stat : 30918 (lingeling) R 30914 30914 28330 0 -1 4202496 7441 0 0 0 2548 1 0 0 25 0 1 0 597904762 11751424 2060 33554432000 4194304 4352236 140733309416064 18446744073709551615 4328035 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30918/statm: 2869 2060 127 39 0 1949 0
[pid=30919] ppid=30914 vsize=7948 CPUtime=12.2 cores=7
/proc/30919/stat : 30919 (march_hi) R 30914 30914 28330 0 -1 4202496 587 0 0 0 1220 0 0 0 25 0 1 0 597904762 8138752 480 33554432000 4194304 4331988 140736201201648 18446744073709551615 4226471 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30919/statm: 1987 480 172 34 0 429 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 2509752

[startup+51.1003 s]
/proc/loadavg: 9.69 7.05 6.03 11/188 30921
/proc/meminfo: memFree=30733316/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
[pid=30915] ppid=30914 vsize=2009484 CPUtime=51.09 cores=1
/proc/30915/stat : 30915 (cryptominisat) R 30914 30914 28330 0 -1 4202496 27053 0 0 0 5103 6 0 0 25 0 1 0 597904762 2057711616 8185 33554432000 4194304 4587354 140737396525568 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30915/statm: 502371 8185 337 96 0 498933 0
[pid=30916] ppid=30914 vsize=20548 CPUtime=51.09 cores=5
/proc/30916/stat : 30916 (clasp) R 30914 30914 28330 0 -1 4202496 2561 0 0 0 5109 0 0 0 25 0 1 0 597904762 21041152 2449 33554432000 4194304 4785740 140734980864704 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30916/statm: 5137 2449 341 145 0 2182 0
[pid=30917] ppid=30914 vsize=455824 CPUtime=25.94 cores=7
/proc/30917/stat : 30917 (TNM) R 30914 30914 28330 0 -1 4202496 336 0 0 0 2594 0 0 0 25 0 1 0 597904762 466763776 233 33554432000 134512640 134534564 4289498176 18446744073709551615 134528404 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30917/statm: 113956 233 95 6 0 112622 0
[pid=30918] ppid=30914 vsize=13144 CPUtime=51.08 cores=3
/proc/30918/stat : 30918 (lingeling) R 30914 30914 28330 0 -1 4202496 11730 0 0 0 5107 1 0 0 25 0 1 0 597904762 13459456 2477 33554432000 4194304 4352236 140733309416064 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30918/statm: 3286 2477 127 39 0 2366 0
[pid=30919] ppid=30914 vsize=8084 CPUtime=24.87 cores=7
/proc/30919/stat : 30919 (march_hi) R 30914 30914 28330 0 -1 4202496 627 0 0 0 2487 0 0 0 25 0 1 0 597904762 8278016 520 33554432000 4194304 4331988 140736201201648 18446744073709551615 4229456 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30919/statm: 2021 520 172 34 0 463 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 2525408

[startup+102.3 s]
/proc/loadavg: 9.95 7.52 6.24 11/188 30923
/proc/meminfo: memFree=30724996/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
[pid=30915] ppid=30914 vsize=2009948 CPUtime=102.29 cores=1

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

/proc/30916/statm: 9130 6176 341 145 0 6175 0
[pid=30917] ppid=30914 vsize=455824 CPUtime=446.58 cores=7
/proc/30917/stat : 30917 (TNM) R 30914 30914 28330 0 -1 4202496 336 0 0 0 44658 0 0 0 25 0 1 0 597904762 466763776 233 33554432000 134512640 134534564 4289498176 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30917/statm: 113956 233 95 6 0 112622 0
[pid=30918] ppid=30914 vsize=23648 CPUtime=896.66 cores=3
/proc/30918/stat : 30918 (lingeling) R 30914 30914 28330 0 -1 4202496 92212 0 0 0 89654 12 0 0 25 0 1 0 597904762 24215552 5111 33554432000 4194304 4352236 140733309416064 18446744073709551615 4328321 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30918/statm: 5912 5111 127 39 0 4992 0
[pid=30919] ppid=30914 vsize=16824 CPUtime=445.23 cores=7
/proc/30919/stat : 30919 (march_hi) R 30914 30914 28330 0 -1 4202496 2744 0 0 0 44522 1 0 0 25 0 1 0 597904762 17227776 2637 33554432000 4194304 4331988 140736201201648 18446744073709551615 4240221 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30919/statm: 4206 2637 173 34 0 2648 0
Current children cumulated CPU time (s) 3581.79
Current children cumulated vsize (KiB) 2608592

[startup+903.101 s]
/proc/loadavg: 9.50 9.81 8.45 10/187 30947
/proc/meminfo: memFree=30641484/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
[pid=30915] ppid=30914 vsize=2057452 CPUtime=903.11 cores=1
/proc/30915/stat : 30915 (cryptominisat) R 30914 30914 28330 0 -1 4202496 130101 0 0 0 90260 51 0 0 25 0 1 0 597904762 2106830848 15665 33554432000 4194304 4587354 140737396525568 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30915/statm: 514363 15665 337 96 0 510925 0
[pid=30916] ppid=30914 vsize=36520 CPUtime=903.01 cores=5
/proc/30916/stat : 30916 (clasp) R 30914 30914 28330 0 -1 4202496 6288 0 0 0 90300 1 0 0 25 0 1 0 597904762 37396480 6176 33554432000 4194304 4785740 140734980864704 18446744073709551615 4553447 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30916/statm: 9130 6176 341 145 0 6175 0
[pid=30917] ppid=30914 vsize=455824 CPUtime=449.78 cores=7
/proc/30917/stat : 30917 (TNM) R 30914 30914 28330 0 -1 4202496 336 0 0 0 44978 0 0 0 25 0 1 0 597904762 466763776 233 33554432000 134512640 134534564 4289498176 18446744073709551615 11893109 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30917/statm: 113956 233 95 6 0 112622 0
[pid=30918] ppid=30914 vsize=26336 CPUtime=903.06 cores=3
/proc/30918/stat : 30918 (lingeling) R 30914 30914 28330 0 -1 4202496 92884 0 0 0 90294 12 0 0 25 0 1 0 597904762 26968064 5783 33554432000 4194304 4352236 140733309416064 18446744073709551615 4328395 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30918/statm: 6584 5783 127 39 0 5664 0
[pid=30919] ppid=30914 vsize=16824 CPUtime=448.4 cores=7
/proc/30919/stat : 30919 (march_hi) R 30914 30914 28330 0 -1 4202496 2788 0 0 0 44839 1 0 0 25 0 1 0 597904762 17227776 2681 33554432000 4194304 4331988 140736201201648 18446744073709551615 4211480 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30919/statm: 4206 2681 173 34 0 2648 0
Current children cumulated CPU time (s) 3607.36
Current children cumulated vsize (KiB) 2611280

[startup+909.501 s]
/proc/loadavg: 9.43 9.78 8.46 10/187 30947
/proc/meminfo: memFree=30627220/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
[pid=30915] ppid=30914 vsize=2057452 CPUtime=909.5 cores=1
/proc/30915/stat : 30915 (cryptominisat) R 30914 30914 28330 0 -1 4202496 130604 0 0 0 90899 51 0 0 25 0 1 0 597904762 2106830848 16150 33554432000 4194304 4587354 140737396525568 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30915/statm: 514363 16150 337 96 0 510925 0
[pid=30916] ppid=30914 vsize=36520 CPUtime=909.41 cores=5
/proc/30916/stat : 30916 (clasp) R 30914 30914 28330 0 -1 4202496 6289 0 0 0 90940 1 0 0 25 0 1 0 597904762 37396480 6177 33554432000 4194304 4785740 140734980864704 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30916/statm: 9130 6177 341 145 0 6175 0
[pid=30917] ppid=30914 vsize=455824 CPUtime=452.98 cores=7
/proc/30917/stat : 30917 (TNM) R 30914 30914 28330 0 -1 4202496 336 0 0 0 45298 0 0 0 25 0 1 0 597904762 466763776 233 33554432000 134512640 134534564 4289498176 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30917/statm: 113956 233 95 6 0 112622 0
[pid=30918] ppid=30914 vsize=35552 CPUtime=909.47 cores=3
/proc/30918/stat : 30918 (lingeling) R 30914 30914 28330 0 -1 4202496 95188 0 0 0 90934 13 0 0 25 0 1 0 597904762 36405248 8087 33554432000 4194304 4352236 140733309416064 18446744073709551615 4328351 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30918/statm: 8888 8087 127 39 0 7968 0
[pid=30919] ppid=30914 vsize=20704 CPUtime=451.56 cores=7
/proc/30919/stat : 30919 (march_hi) R 30914 30914 28330 0 -1 4202496 2833 0 0 0 45155 1 0 0 25 0 1 0 597904762 21200896 2726 33554432000 4194304 4331988 140736201201648 18446744073709551615 4237287 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30919/statm: 5176 2726 173 34 0 3618 0
Current children cumulated CPU time (s) 3632.92
Current children cumulated vsize (KiB) 2624376

[startup+912.707 s]
/proc/loadavg: 9.43 9.78 8.46 10/187 30947
/proc/meminfo: memFree=30623376/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
[pid=30915] ppid=30914 vsize=2057452 CPUtime=912.71 cores=1
/proc/30915/stat : 30915 (cryptominisat) R 30914 30914 28330 0 -1 4202496 130850 0 0 0 91220 51 0 0 25 0 1 0 597904762 2106830848 16386 33554432000 4194304 4587354 140737396525568 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30915/statm: 514363 16386 337 96 0 510925 0
[pid=30916] ppid=30914 vsize=36520 CPUtime=912.61 cores=5
/proc/30916/stat : 30916 (clasp) R 30914 30914 28330 0 -1 4202496 6289 0 0 0 91260 1 0 0 25 0 1 0 597904762 37396480 6177 33554432000 4194304 4785740 140734980864704 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30916/statm: 9130 6177 341 145 0 6175 0
[pid=30917] ppid=30914 vsize=455824 CPUtime=454.6 cores=7
/proc/30917/stat : 30917 (TNM) R 30914 30914 28330 0 -1 4202496 336 0 0 0 45460 0 0 0 25 0 1 0 597904762 466763776 233 33554432000 134512640 134534564 4289498176 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30917/statm: 113956 233 95 6 0 112622 0
[pid=30918] ppid=30914 vsize=37088 CPUtime=912.67 cores=3
/proc/30918/stat : 30918 (lingeling) R 30914 30914 28330 0 -1 4202496 95572 0 0 0 91254 13 0 0 25 0 1 0 597904762 37978112 8471 33554432000 4194304 4352236 140733309416064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30918/statm: 9272 8471 127 39 0 8352 0
[pid=30919] ppid=30914 vsize=20704 CPUtime=453.13 cores=7
/proc/30919/stat : 30919 (march_hi) R 30914 30914 28330 0 -1 4202496 2855 0 0 0 45312 1 0 0 25 0 1 0 597904762 21200896 2748 33554432000 4194304 4331988 140736201201648 18446744073709551615 4211522 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30919/statm: 5176 2748 173 34 0 3618 0
Current children cumulated CPU time (s) 3645.73
Current children cumulated vsize (KiB) 2625912

[startup+913.5 s]
/proc/loadavg: 9.43 9.78 8.46 10/187 30947
/proc/meminfo: memFree=30623376/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
[pid=30915] ppid=30914 vsize=2057452 CPUtime=913.51 cores=1
/proc/30915/stat : 30915 (cryptominisat) R 30914 30914 28330 0 -1 4202496 130911 0 0 0 91299 52 0 0 25 0 1 0 597904762 2106830848 16444 33554432000 4194304 4587354 140737396525568 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30915/statm: 514363 16444 337 96 0 510925 0
[pid=30916] ppid=30914 vsize=36520 CPUtime=913.4 cores=5
/proc/30916/stat : 30916 (clasp) R 30914 30914 28330 0 -1 4202496 6289 0 0 0 91339 1 0 0 25 0 1 0 597904762 37396480 6177 33554432000 4194304 4785740 140734980864704 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30916/statm: 9130 6177 341 145 0 6175 0
[pid=30917] ppid=30914 vsize=455824 CPUtime=454.99 cores=7
/proc/30917/stat : 30917 (TNM) R 30914 30914 28330 0 -1 4202496 336 0 0 0 45499 0 0 0 25 0 1 0 597904762 466763776 233 33554432000 134512640 134534564 4289498176 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30917/statm: 113956 233 95 6 0 112622 0
[pid=30918] ppid=30914 vsize=31328 CPUtime=913.47 cores=3
/proc/30918/stat : 30918 (lingeling) R 30914 30914 28330 0 -1 4202496 95572 0 0 0 91334 13 0 0 25 0 1 0 597904762 32079872 7031 33554432000 4194304 4352236 140733309416064 18446744073709551615 4329032 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30918/statm: 7832 7031 127 39 0 6912 0
[pid=30919] ppid=30914 vsize=20704 CPUtime=453.53 cores=7
/proc/30919/stat : 30919 (march_hi) R 30914 30914 28330 0 -1 4202496 2862 0 0 0 45352 1 0 0 25 0 1 0 597904762 21200896 2755 33554432000 4194304 4331988 140736201201648 18446744073709551615 4211480 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30919/statm: 5176 2755 173 34 0 3618 0
Current children cumulated CPU time (s) 3648.91
Current children cumulated vsize (KiB) 2620152

[startup+914.301 s]
/proc/loadavg: 9.39 9.77 8.46 10/187 30947
/proc/meminfo: memFree=30627716/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
[pid=30915] ppid=30914 vsize=2057452 CPUtime=914.31 cores=1
/proc/30915/stat : 30915 (cryptominisat) R 30914 30914 28330 0 -1 4202496 130972 0 0 0 91379 52 0 0 25 0 1 0 597904762 2106830848 16503 33554432000 4194304 4587354 140737396525568 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30915/statm: 514363 16503 337 96 0 510925 0
[pid=30916] ppid=30914 vsize=36520 CPUtime=914.2 cores=5
/proc/30916/stat : 30916 (clasp) R 30914 30914 28330 0 -1 4202496 6289 0 0 0 91419 1 0 0 25 0 1 0 597904762 37396480 6177 33554432000 4194304 4785740 140734980864704 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30916/statm: 9130 6177 341 145 0 6175 0
[pid=30917] ppid=30914 vsize=455824 CPUtime=455.38 cores=7
/proc/30917/stat : 30917 (TNM) R 30914 30914 28330 0 -1 4202496 336 0 0 0 45538 0 0 0 25 0 1 0 597904762 466763776 233 33554432000 134512640 134534564 4289498176 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30917/statm: 113956 233 95 6 0 112622 0
[pid=30918] ppid=30914 vsize=31328 CPUtime=914.27 cores=3
/proc/30918/stat : 30918 (lingeling) R 30914 30914 28330 0 -1 4202496 95572 0 0 0 91414 13 0 0 25 0 1 0 597904762 32079872 7031 33554432000 4194304 4352236 140733309416064 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30918/statm: 7832 7031 127 39 0 6912 0
[pid=30919] ppid=30914 vsize=20704 CPUtime=453.93 cores=7
/proc/30919/stat : 30919 (march_hi) R 30914 30914 28330 0 -1 4202496 2868 0 0 0 45392 1 0 0 25 0 1 0 597904762 21200896 2761 33554432000 4194304 4331988 140736201201648 18446744073709551615 4229533 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30919/statm: 5176 2761 173 34 0 3618 0
Current children cumulated CPU time (s) 3652.1
Current children cumulated vsize (KiB) 2620152

[startup+914.701 s]
/proc/loadavg: 9.39 9.77 8.46 10/187 30947
/proc/meminfo: memFree=30627716/32950928 swapFree=67111524/67111528
[pid=30914] ppid=30912 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/30914/stat : 30914 (ppfolio) S 30912 30914 28330 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 597904761 18763776 390 33554432000 4194304 4287625 140733465280304 18446744073709551615 218880585231 0 0 4096 65536 9919847511281893375 0 0 17 5 0 0 0
/proc/30914/statm: 4581 390 341 23 0 91 0
[pid=30915] ppid=30914 vsize=2057452 CPUtime=914.71 cores=1
/proc/30915/stat : 30915 (cryptominisat) R 30914 30914 28330 0 -1 4202496 130999 0 0 0 91419 52 0 0 25 0 1 0 597904762 2106830848 16529 33554432000 4194304 4587354 140737396525568 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30915/statm: 514363 16529 337 96 0 510925 0
[pid=30916] ppid=30914 vsize=36520 CPUtime=914.6 cores=5
/proc/30916/stat : 30916 (clasp) R 30914 30914 28330 0 -1 4202496 6289 0 0 0 91459 1 0 0 25 0 1 0 597904762 37396480 6177 33554432000 4194304 4785740 140734980864704 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30916/statm: 9130 6177 341 145 0 6175 0
[pid=30917] ppid=30914 vsize=455824 CPUtime=455.68 cores=7
/proc/30917/stat : 30917 (TNM) R 30914 30914 28330 0 -1 4202496 336 0 0 0 45568 0 0 0 25 0 1 0 597904762 466763776 233 33554432000 134512640 134534564 4289498176 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30917/statm: 113956 233 95 6 0 112622 0
[pid=30918] ppid=30914 vsize=31328 CPUtime=914.67 cores=3
/proc/30918/stat : 30918 (lingeling) R 30914 30914 28330 0 -1 4202496 95572 0 0 0 91454 13 0 0 25 0 1 0 597904762 32079872 7031 33554432000 4194304 4352236 140733309416064 18446744073709551615 4328221 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/30918/statm: 7832 7031 127 39 0 6912 0
[pid=30919] ppid=30914 vsize=20704 CPUtime=454.04 cores=7
/proc/30919/stat : 30919 (march_hi) R 30914 30914 28330 0 -1 4202496 2869 0 0 0 45403 1 0 0 25 0 1 0 597904762 21200896 2762 33554432000 4194304 4331988 140736201201648 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/30919/statm: 5176 2762 173 34 0 3618 0
Current children cumulated CPU time (s) 3653.71
Current children cumulated vsize (KiB) 2620152

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30914 and gives
#  childrusage.ru_utime.tv_sec=3199
#  childrusage.ru_utime.tv_usec=30673
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=692894
# CPU time returned by wait4() is 3199.72
# while last known CPU time is 3653.71
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 914.707
CPU time (s): 3653.71
CPU user time (s): 3653.03
CPU system time (s): 0.68
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 4621616

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

runsolver used 1.41179 second user time and 3.58345 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 13:32:21
IDJOB=3191270
IDBENCH=83001
IDSOLVER=1612
FILE ID=node112/3191270-1304076741
RUNJOBID= node112-1304076460-30370
PBS_JOBID= 13170443
Free space on /tmp= 72556 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S247862791-097.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191270-1304076741/watcher-3191270-1304076741 -o /tmp/evaluation-result-3191270-1304076741/solver-3191270-1304076741 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191270-1304076741.cnf

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

MD5SUM BENCH= 6b69f72e1046222baee8c8d817a4adac
RANDOM SEED=1869401769

node112.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.828
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.65
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.828
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.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30789732 kB
Buffers:        418964 kB
Cached:        1148816 kB
SwapCached:          4 kB
Active:         222484 kB
Inactive:      1538248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30789732 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            9740 kB
Writeback:           0 kB
AnonPages:      192592 kB
Mapped:          17016 kB
Slab:           335060 kB
PageTables:       4720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2195464 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= 72544 MiB
End job on node112 at 2011-04-29 13:47:36