Trace number 3190874

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S758437099-099-UNKNOWN.cnf
MD5SUM94d10ca78c6cee5b0badfb96b777ac08
Bench CategoryRANDOM (random 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 variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
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-3190874-1304040301/watcher-3190874-1304040301 -o /tmp/evaluation-result-3190874-1304040301/solver-3190874-1304040301 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190874-1304040301.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.00 7.06 6.45 6/181 29557
/proc/meminfo: memFree=21318944/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0

[startup+1.03571 s]
/proc/loadavg: 9.00 7.06 6.45 6/181 29557
/proc/meminfo: memFree=21318944/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) R 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.1357 s]
/proc/loadavg: 9.00 7.06 6.45 6/181 29557
/proc/meminfo: memFree=21318944/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) R 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20069 s]
/proc/loadavg: 9.00 7.06 6.45 6/181 29557
/proc/meminfo: memFree=21318944/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.33566 s]
/proc/loadavg: 9.00 7.06 6.45 6/181 29557
/proc/meminfo: memFree=21318944/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.53563 s]
/proc/loadavg: 9.00 7.06 6.45 6/181 29557
/proc/meminfo: memFree=21318944/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10035 s]
/proc/loadavg: 9.00 7.09 6.46 10/187 29563
/proc/meminfo: memFree=21165812/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
[pid=29558] ppid=29557 vsize=109408 CPUtime=3.09 cores=1
/proc/29558/stat : 29558 (cryptominisat) R 29557 29557 28368 0 -1 4202496 17604 0 0 0 307 2 0 0 25 0 1 0 248221444 112033792 13630 33554432000 4194304 4587354 140733876023728 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29558/statm: 27352 13630 326 96 0 23914 0
[pid=29559] ppid=29557 vsize=40176 CPUtime=3.09 cores=5
/proc/29559/stat : 29559 (clasp) R 29557 29557 28368 0 -1 4202496 9970 0 0 0 308 1 0 0 25 0 1 0 248221444 41140224 7247 33554432000 4194304 4785740 140736598533600 18446744073709551615 4552514 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29559/statm: 10044 7247 340 145 0 7089 0
[pid=29560] ppid=29557 vsize=472060 CPUtime=1.97 cores=7
/proc/29560/stat : 29560 (TNM) R 29557 29557 28368 0 -1 4202496 8337 0 0 0 197 0 0 0 21 0 1 0 248221444 483389440 8233 33554432000 134512640 134534564 4287441728 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29560/statm: 118015 8233 95 6 0 116681 0
[pid=29561] ppid=29557 vsize=19876 CPUtime=3.09 cores=3
/proc/29561/stat : 29561 (lingeling) R 29557 29557 28368 0 -1 4202496 7411 0 0 0 308 1 0 0 25 0 1 0 248221444 20353024 3772 33554432000 4194304 4352236 140736238472848 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29561/statm: 4969 3772 127 39 0 4049 0
[pid=29562] ppid=29557 vsize=37548 CPUtime=1.09 cores=7
/proc/29562/stat : 29562 (march_hi) R 29557 29557 28368 0 -1 4194304 21417 0 0 0 107 2 0 0 25 0 1 0 248221444 38449152 5872 33554432000 4194304 4331988 140733543752256 18446744073709551615 268660329469 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29562/statm: 9387 5872 129 34 0 7829 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 697392

[startup+6.30079 s]
/proc/loadavg: 9.00 7.09 6.46 10/187 29563
/proc/meminfo: memFree=21148948/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 18 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
[pid=29558] ppid=29557 vsize=109408 CPUtime=6.28 cores=1
/proc/29558/stat : 29558 (cryptominisat) R 29557 29557 28368 0 -1 4202496 19102 0 0 0 625 3 0 0 25 0 1 0 248221444 112033792 15126 33554432000 4194304 4587354 140733876023728 18446744073709551615 4243562 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29558/statm: 27352 15126 326 96 0 23914 0
[pid=29559] ppid=29557 vsize=48952 CPUtime=6.28 cores=5
/proc/29559/stat : 29559 (clasp) R 29557 29557 28368 0 -1 4202496 12180 0 0 0 627 1 0 0 25 0 1 0 248221444 50126848 9457 33554432000 4194304 4785740 140736598533600 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29559/statm: 12238 9457 340 145 0 9283 0
[pid=29560] ppid=29557 vsize=472060 CPUtime=3.55 cores=7
/proc/29560/stat : 29560 (TNM) R 29557 29557 28368 0 -1 4202496 8337 0 0 0 355 0 0 0 25 0 1 0 248221444 483389440 8233 33554432000 134512640 134534564 4287441728 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29560/statm: 118015 8233 95 6 0 116681 0
[pid=29561] ppid=29557 vsize=19876 CPUtime=6.29 cores=3
/proc/29561/stat : 29561 (lingeling) R 29557 29557 28368 0 -1 4202496 7411 0 0 0 628 1 0 0 25 0 1 0 248221444 20353024 3772 33554432000 4194304 4352236 140736238472848 18446744073709551615 4207798 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29561/statm: 4969 3772 127 39 0 4049 0
[pid=29562] ppid=29557 vsize=44616 CPUtime=2.7 cores=7
/proc/29562/stat : 29562 (march_hi) R 29557 29557 28368 0 -1 4202496 47450 0 0 0 264 6 0 0 25 0 1 0 248221444 45686784 7673 33554432000 4194304 4331988 140733543752256 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29562/statm: 11154 7673 144 34 0 9596 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 713236

[startup+12.7007 s]
/proc/loadavg: 9.00 7.12 6.47 10/187 29563
/proc/meminfo: memFree=21055104/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 18 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
[pid=29558] ppid=29557 vsize=109408 CPUtime=12.69 cores=1
/proc/29558/stat : 29558 (cryptominisat) R 29557 29557 28368 0 -1 4202496 21850 0 0 0 1264 5 0 0 25 0 1 0 248221444 112033792 17867 33554432000 4194304 4587354 140733876023728 18446744073709551615 4241080 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29558/statm: 27352 17867 326 96 0 23914 0
[pid=29559] ppid=29557 vsize=68740 CPUtime=12.69 cores=5
/proc/29559/stat : 29559 (clasp) R 29557 29557 28368 0 -1 4202496 17101 0 0 0 1266 3 0 0 25 0 1 0 248221444 70389760 14378 33554432000 4194304 4785740 140736598533600 18446744073709551615 4553061 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29559/statm: 17185 14378 340 145 0 14230 0
[pid=29560] ppid=29557 vsize=472060 CPUtime=6.72 cores=7
/proc/29560/stat : 29560 (TNM) R 29557 29557 28368 0 -1 4202496 8337 0 0 0 672 0 0 0 25 0 1 0 248221444 483389440 8233 33554432000 134512640 134534564 4287441728 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29560/statm: 118015 8233 95 6 0 116681 0
[pid=29561] ppid=29557 vsize=19876 CPUtime=12.69 cores=3
/proc/29561/stat : 29561 (lingeling) R 29557 29557 28368 0 -1 4202496 7411 0 0 0 1268 1 0 0 25 0 1 0 248221444 20353024 3772 33554432000 4194304 4352236 140736238472848 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29561/statm: 4969 3772 127 39 0 4049 0
[pid=29562] ppid=29557 vsize=107272 CPUtime=5.89 cores=7
/proc/29562/stat : 29562 (march_hi) R 29557 29557 28368 0 -1 4202496 69574 0 0 0 581 8 0 0 25 0 1 0 248221444 109846528 22761 33554432000 4194304 4331988 140733543752256 18446744073709551615 4299854 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29562/statm: 26818 22761 173 34 0 25260 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 795680

[startup+25.5004 s]
/proc/loadavg: 9.07 7.23 6.52 10/187 29563
/proc/meminfo: memFree=20899516/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
[pid=29558] ppid=29557 vsize=267472 CPUtime=25.49 cores=1
/proc/29558/stat : 29558 (cryptominisat) R 29557 29557 28368 0 -1 4202496 59527 0 0 0 2538 11 0 0 25 0 1 0 248221444 273891328 43401 33554432000 4194304 4587354 140733876023728 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29558/statm: 66868 43401 337 96 0 63430 0
[pid=29559] ppid=29557 vsize=107776 CPUtime=25.49 cores=5
/proc/29559/stat : 29559 (clasp) R 29557 29557 28368 0 -1 4202496 26842 0 0 0 2543 6 0 0 25 0 1 0 248221444 110362624 24119 33554432000 4194304 4785740 140736598533600 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29559/statm: 26944 24119 340 145 0 23989 0
[pid=29560] ppid=29557 vsize=472060 CPUtime=13.11 cores=7
/proc/29560/stat : 29560 (TNM) R 29557 29557 28368 0 -1 4202496 8337 0 0 0 1311 0 0 0 25 0 1 0 248221444 483389440 8233 33554432000 134512640 134534564 4287441728 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29560/statm: 118015 8233 95 6 0 116681 0
[pid=29561] ppid=29557 vsize=27552 CPUtime=25.48 cores=3
/proc/29561/stat : 29561 (lingeling) R 29557 29557 28368 0 -1 4202496 9693 0 0 0 2547 1 0 0 25 0 1 0 248221444 28213248 6054 33554432000 4194304 4352236 140736238472848 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29561/statm: 6888 6054 127 39 0 5968 0
[pid=29562] ppid=29557 vsize=109556 CPUtime=12.24 cores=7
/proc/29562/stat : 29562 (march_hi) R 29557 29557 28368 0 -1 4202496 70091 0 0 0 1215 9 0 0 25 0 1 0 248221444 112185344 23278 33554432000 4194304 4331988 140733543752256 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29562/statm: 27389 23278 173 34 0 25831 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1002740

[startup+51.1009 s]
/proc/loadavg: 9.11 7.38 6.59 10/187 29564
/proc/meminfo: memFree=20906464/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
[pid=29558] ppid=29557 vsize=176120 CPUtime=51.08 cores=1
/proc/29558/stat : 29558 (cryptominisat) R 29557 29557 28368 0 -1 4202496 87164 0 0 0 5089 19 0 0 25 0 1 0 248221444 180346880 21204 33554432000 4194304 4587354 140733876023728 18446744073709551615 4238332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29558/statm: 44030 21204 337 96 0 40592 0
[pid=29559] ppid=29557 vsize=177452 CPUtime=51.08 cores=5
/proc/29559/stat : 29559 (clasp) R 29557 29557 28368 0 -1 4202496 44125 0 0 0 5097 11 0 0 25 0 1 0 248221444 181710848 41402 33554432000 4194304 4785740 140736598533600 18446744073709551615 4416837 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29559/statm: 44363 41402 340 145 0 41408 0
[pid=29560] ppid=29557 vsize=472060 CPUtime=25.81 cores=7
/proc/29560/stat : 29560 (TNM) R 29557 29557 28368 0 -1 4202496 8337 0 0 0 2581 0 0 0 25 0 1 0 248221444 483389440 8233 33554432000 134512640 134534564 4287441728 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29560/statm: 118015 8233 95 6 0 116681 0
[pid=29561] ppid=29557 vsize=29508 CPUtime=51.09 cores=3
/proc/29561/stat : 29561 (lingeling) R 29557 29557 28368 0 -1 4202496 10182 0 0 0 5108 1 0 0 25 0 1 0 248221444 30216192 6543 33554432000 4194304 4352236 140736238472848 18446744073709551615 4327889 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29561/statm: 7377 6543 127 39 0 6457 0
[pid=29562] ppid=29557 vsize=120048 CPUtime=24.99 cores=7
/proc/29562/stat : 29562 (march_hi) R 29557 29557 28368 0 -1 4202496 72441 0 0 0 2490 9 0 0 25 0 1 0 248221444 122929152 25628 33554432000 4194304 4331988 140733543752256 18446744073709551615 4284558 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29562/statm: 30012 25628 173 34 0 28454 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 993512

[startup+102.301 s]
/proc/loadavg: 9.17 7.66 6.72 10/187 29565
/proc/meminfo: memFree=20843836/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
[pid=29558] ppid=29557 vsize=169160 CPUtime=102.27 cores=1

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

/proc/29562/statm: 31827 27469 173 34 0 30269 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 1392916

[startup+1002.3 s]
/proc/loadavg: 9.24 9.12 8.24 10/187 29589
/proc/meminfo: memFree=20416580/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
[pid=29558] ppid=29557 vsize=1661068 CPUtime=1002.22 cores=1
/proc/29558/stat : 29558 (cryptominisat) R 29557 29557 28368 0 -1 4202496 587864 0 0 0 100001 221 0 0 25 0 1 0 248221444 1700933632 26967 33554432000 4194304 4587354 140733876023728 18446744073709551615 4238719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29558/statm: 415267 26967 337 96 0 411829 0
[pid=29559] ppid=29557 vsize=522620 CPUtime=1002.31 cores=5
/proc/29559/stat : 29559 (clasp) R 29557 29557 28368 0 -1 4202496 128720 0 0 0 100190 41 0 0 25 0 1 0 248221444 535162880 125997 33554432000 4194304 4785740 140736598533600 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29559/statm: 130655 125997 340 145 0 127700 0
[pid=29560] ppid=29557 vsize=472060 CPUtime=498.84 cores=7
/proc/29560/stat : 29560 (TNM) R 29557 29557 28368 0 -1 4202496 8337 0 0 0 49884 0 0 0 25 0 1 0 248221444 483389440 8233 33554432000 134512640 134534564 4287441728 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29560/statm: 118015 8233 95 6 0 116681 0
[pid=29561] ppid=29557 vsize=47096 CPUtime=1002.31 cores=3
/proc/29561/stat : 29561 (lingeling) R 29557 29557 28368 0 -1 4202496 14579 0 0 0 100229 2 0 0 25 0 1 0 248221444 48226304 10940 33554432000 4194304 4352236 140736238472848 18446744073709551615 4208055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29561/statm: 11774 10940 127 39 0 10854 0
[pid=29562] ppid=29557 vsize=127440 CPUtime=497.96 cores=7
/proc/29562/stat : 29562 (march_hi) R 29557 29557 28368 0 -1 4202496 74314 0 0 0 49786 10 0 0 25 0 1 0 248221444 130498560 27501 33554432000 4194304 4331988 140733543752256 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29562/statm: 31860 27501 173 34 0 30302 0
Current children cumulated CPU time (s) 4003.64
Current children cumulated vsize (KiB) 2848608

[startup+1062.3 s]
/proc/loadavg: 9.22 9.13 8.29 10/187 29591
/proc/meminfo: memFree=20366468/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
[pid=29558] ppid=29557 vsize=1661068 CPUtime=1062.22 cores=1
/proc/29558/stat : 29558 (cryptominisat) R 29557 29557 28368 0 -1 4202496 648612 0 0 0 105986 236 0 0 25 0 1 0 248221444 1700933632 37740 33554432000 4194304 4587354 140733876023728 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29558/statm: 415267 37740 337 96 0 411829 0
[pid=29559] ppid=29557 vsize=522904 CPUtime=1062.31 cores=5
/proc/29559/stat : 29559 (clasp) R 29557 29557 28368 0 -1 4202496 128791 0 0 0 106190 41 0 0 25 0 1 0 248221444 535453696 126068 33554432000 4194304 4785740 140736598533600 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29559/statm: 130726 126068 340 145 0 127771 0
[pid=29560] ppid=29557 vsize=472060 CPUtime=528.67 cores=7
/proc/29560/stat : 29560 (TNM) R 29557 29557 28368 0 -1 4202496 8337 0 0 0 52867 0 0 0 25 0 1 0 248221444 483389440 8233 33554432000 134512640 134534564 4287441728 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29560/statm: 118015 8233 95 6 0 116681 0
[pid=29561] ppid=29557 vsize=47096 CPUtime=1062.31 cores=3
/proc/29561/stat : 29561 (lingeling) R 29557 29557 28368 0 -1 4202496 14579 0 0 0 106229 2 0 0 25 0 1 0 248221444 48226304 10940 33554432000 4194304 4352236 140736238472848 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29561/statm: 11774 10940 127 39 0 10854 0
[pid=29562] ppid=29557 vsize=127572 CPUtime=527.81 cores=7
/proc/29562/stat : 29562 (march_hi) R 29557 29557 28368 0 -1 4202496 74339 0 0 0 52771 10 0 0 25 0 1 0 248221444 130633728 27526 33554432000 4194304 4331988 140733543752256 18446744073709551615 4288464 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29562/statm: 31893 27526 173 34 0 30335 0
Current children cumulated CPU time (s) 4243.32
Current children cumulated vsize (KiB) 2849024

[startup+1122.3 s]
/proc/loadavg: 9.22 9.15 8.35 10/187 29593
/proc/meminfo: memFree=20402648/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
[pid=29558] ppid=29557 vsize=1676328 CPUtime=1122.21 cores=1
/proc/29558/stat : 29558 (cryptominisat) R 29557 29557 28368 0 -1 4202496 664915 0 0 0 111972 249 0 0 25 0 1 0 248221444 1716559872 28717 33554432000 4194304 4587354 140733876023728 18446744073709551615 4244149 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29558/statm: 419082 28717 337 96 0 415644 0
[pid=29559] ppid=29557 vsize=523188 CPUtime=1122.31 cores=5
/proc/29559/stat : 29559 (clasp) R 29557 29557 28368 0 -1 4202496 128850 0 0 0 112190 41 0 0 25 0 1 0 248221444 535744512 126127 33554432000 4194304 4785740 140736598533600 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29559/statm: 130797 126127 340 145 0 127842 0
[pid=29560] ppid=29557 vsize=472060 CPUtime=558.53 cores=7
/proc/29560/stat : 29560 (TNM) R 29557 29557 28368 0 -1 4202496 8337 0 0 0 55853 0 0 0 25 0 1 0 248221444 483389440 8233 33554432000 134512640 134534564 4287441728 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29560/statm: 118015 8233 95 6 0 116681 0
[pid=29561] ppid=29557 vsize=47096 CPUtime=1122.32 cores=3
/proc/29561/stat : 29561 (lingeling) R 29557 29557 28368 0 -1 4202496 14579 0 0 0 112230 2 0 0 25 0 1 0 248221444 48226304 10940 33554432000 4194304 4352236 140736238472848 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29561/statm: 11774 10940 127 39 0 10854 0
[pid=29562] ppid=29557 vsize=127704 CPUtime=557.63 cores=7
/proc/29562/stat : 29562 (march_hi) R 29557 29557 28368 0 -1 4202496 74367 0 0 0 55752 11 0 0 25 0 1 0 248221444 130768896 27554 33554432000 4194304 4331988 140733543752256 18446744073709551615 4265495 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29562/statm: 31926 27554 173 34 0 30368 0
Current children cumulated CPU time (s) 4483
Current children cumulated vsize (KiB) 2864700

[startup+1182.3 s]
/proc/loadavg: 9.72 9.29 8.44 11/188 29627
/proc/meminfo: memFree=20376700/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
[pid=29558] ppid=29557 vsize=1714856 CPUtime=1182.2 cores=1
/proc/29558/stat : 29558 (cryptominisat) R 29557 29557 28368 0 -1 4202496 684373 0 0 0 117959 261 0 0 25 0 1 0 248221444 1756012544 34804 33554432000 4194304 4587354 140733876023728 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29558/statm: 428714 34804 337 96 0 425276 0
[pid=29559] ppid=29557 vsize=536372 CPUtime=1182.31 cores=5
/proc/29559/stat : 29559 (clasp) R 29557 29557 28368 0 -1 4202496 132000 0 0 0 118189 42 0 0 25 0 1 0 248221444 549244928 129277 33554432000 4194304 4785740 140736598533600 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29559/statm: 134093 129277 340 145 0 131138 0
[pid=29560] ppid=29557 vsize=472060 CPUtime=588.32 cores=7
/proc/29560/stat : 29560 (TNM) R 29557 29557 28368 0 -1 4202496 8337 0 0 0 58832 0 0 0 25 0 1 0 248221444 483389440 8233 33554432000 134512640 134534564 4287441728 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29560/statm: 118015 8233 95 6 0 116681 0
[pid=29561] ppid=29557 vsize=47096 CPUtime=1182.32 cores=3
/proc/29561/stat : 29561 (lingeling) R 29557 29557 28368 0 -1 4202496 14579 0 0 0 118230 2 0 0 25 0 1 0 248221444 48226304 10940 33554432000 4194304 4352236 140736238472848 18446744073709551615 4328395 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29561/statm: 11774 10940 127 39 0 10854 0
[pid=29562] ppid=29557 vsize=127836 CPUtime=587.51 cores=7
/proc/29562/stat : 29562 (march_hi) R 29557 29557 28368 0 -1 4202496 74404 0 0 0 58740 11 0 0 25 0 1 0 248221444 130904064 27591 33554432000 4194304 4331988 140733543752256 18446744073709551615 4292195 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29562/statm: 31959 27591 173 34 0 30401 0
Current children cumulated CPU time (s) 4722.66
Current children cumulated vsize (KiB) 2916544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.87 9.35 8.48 11/188 29628
/proc/meminfo: memFree=20404848/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
[pid=29558] ppid=29557 vsize=1664276 CPUtime=1201.61 cores=1
/proc/29558/stat : 29558 (cryptominisat) R 29557 29557 28368 0 -1 4202496 690704 0 0 0 119895 266 0 0 25 0 1 0 248221444 1704218624 27557 33554432000 4194304 4587354 140733876023728 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29558/statm: 416069 27557 337 96 0 412631 0
[pid=29559] ppid=29557 vsize=536372 CPUtime=1201.71 cores=5
/proc/29559/stat : 29559 (clasp) R 29557 29557 28368 0 -1 4202496 132000 0 0 0 120129 42 0 0 25 0 1 0 248221444 549244928 129277 33554432000 4194304 4785740 140736598533600 18446744073709551615 4553097 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29559/statm: 134093 129277 340 145 0 131138 0
[pid=29560] ppid=29557 vsize=472060 CPUtime=598.02 cores=7
/proc/29560/stat : 29560 (TNM) R 29557 29557 28368 0 -1 4202496 8337 0 0 0 59802 0 0 0 25 0 1 0 248221444 483389440 8233 33554432000 134512640 134534564 4287441728 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29560/statm: 118015 8233 95 6 0 116681 0
[pid=29561] ppid=29557 vsize=47096 CPUtime=1201.72 cores=3
/proc/29561/stat : 29561 (lingeling) R 29557 29557 28368 0 -1 4202496 14579 0 0 0 120170 2 0 0 25 0 1 0 248221444 48226304 10940 33554432000 4194304 4352236 140736238472848 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29561/statm: 11774 10940 127 39 0 10854 0
[pid=29562] ppid=29557 vsize=127836 CPUtime=597.11 cores=7
/proc/29562/stat : 29562 (march_hi) R 29557 29557 28368 0 -1 4202496 74412 0 0 0 59700 11 0 0 25 0 1 0 248221444 130904064 27599 33554432000 4194304 4331988 140733543752256 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29562/statm: 31959 27599 173 34 0 30401 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 2865964

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: 9.87 9.35 8.48 11/188 29628
/proc/meminfo: memFree=20404848/32951124 swapFree=67111528/67111528
[pid=29557] ppid=29555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (ppfolio) S 29555 29557 28368 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 248221444 18763776 389 33554432000 4194304 4287625 140735754306560 18446744073709551615 268660682255 0 0 4096 65536 4605466772638793727 0 0 17 5 0 0 0
/proc/29557/statm: 4581 389 341 23 0 91 0
[pid=29558] ppid=29557 vsize=1664276 CPUtime=1201.61 cores=1
/proc/29558/stat : 29558 (cryptominisat) R 29557 29557 28368 0 -1 4202496 690704 0 0 0 119895 266 0 0 25 0 1 0 248221444 1704218624 27557 33554432000 4194304 4587354 140733876023728 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29558/statm: 416069 27557 337 96 0 412631 0
[pid=29559] ppid=29557 vsize=536372 CPUtime=1201.71 cores=5
/proc/29559/stat : 29559 (clasp) R 29557 29557 28368 0 -1 4202496 132000 0 0 0 120129 42 0 0 25 0 1 0 248221444 549244928 129277 33554432000 4194304 4785740 140736598533600 18446744073709551615 4553097 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29559/statm: 134093 129277 340 145 0 131138 0
[pid=29560] ppid=29557 vsize=472060 CPUtime=598.02 cores=7
/proc/29560/stat : 29560 (TNM) R 29557 29557 28368 0 -1 4202496 8337 0 0 0 59802 0 0 0 25 0 1 0 248221444 483389440 8233 33554432000 134512640 134534564 4287441728 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29560/statm: 118015 8233 95 6 0 116681 0
[pid=29561] ppid=29557 vsize=47096 CPUtime=1201.72 cores=3
/proc/29561/stat : 29561 (lingeling) R 29557 29557 28368 0 -1 4202496 14579 0 0 0 120170 2 0 0 25 0 1 0 248221444 48226304 10940 33554432000 4194304 4352236 140736238472848 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29561/statm: 11774 10940 127 39 0 10854 0
[pid=29562] ppid=29557 vsize=127836 CPUtime=597.11 cores=7
/proc/29562/stat : 29562 (march_hi) R 29557 29557 28368 0 -1 4202496 74412 0 0 0 59700 11 0 0 25 0 1 0 248221444 130904064 27599 33554432000 4194304 4331988 140733543752256 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29562/statm: 31959 27599 173 34 0 30401 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 2865964

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29557 and gives
#  childrusage.ru_utime.tv_sec=1201
#  childrusage.ru_utime.tv_usec=710312
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=27995
# CPU time returned by wait4() is 1201.74
# while last known CPU time is 4800.17
#
# 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.17
CPU user time (s): 4796.96
CPU system time (s): 3.21
CPU usage (%): 399.444
Max. virtual memory (cumulated for all children) (KiB): 4380652

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

runsolver used 1.92971 second user time and 4.6283 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 03:25:02
IDJOB=3190874
IDBENCH=82605
IDSOLVER=1612
FILE ID=node107/3190874-1304040301
RUNJOBID= node107-1304040136-29496
PBS_JOBID= 13170345
Free space on /tmp= 71788 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S758437099-099-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190874-1304040301/watcher-3190874-1304040301 -o /tmp/evaluation-result-3190874-1304040301/solver-3190874-1304040301 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190874-1304040301.cnf

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

MD5SUM BENCH= 94d10ca78c6cee5b0badfb96b777ac08
RANDOM SEED=1061942137

node107.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.829
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.829
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.829
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.829
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21319224 kB
Buffers:       2018156 kB
Cached:        8988456 kB
SwapCached:          0 kB
Active:        3090232 kB
Inactive:      8060900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21319224 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14400 kB
Writeback:           0 kB
AnonPages:      143964 kB
Mapped:          16600 kB
Slab:           415796 kB
PageTables:       4764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   743616 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= 71776 MiB
End job on node107 at 2011-04-29 03:45:06