Trace number 3250819

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.18 1201.91

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-16_238.cnf
MD5SUMb61e426b264831836f140414cdcf3e23
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of clauses15812
Sum of the clauses size70446
Maximum clause length16
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314042
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51770

Solver Data

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.51 7.93 8.02 2/172 2687
/proc/meminfo: memFree=30652676/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) R 2685 2687 2145 0 -1 4194304 479 0 0 0 0 0 0 0 23 0 1 0 252969870 18763776 387 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660482453 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/2687/statm: 4581 387 339 23 0 91 0

[startup+1.82081 s]
/proc/loadavg: 7.51 7.93 8.02 2/172 2687
/proc/meminfo: memFree=30652676/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+2.02077 s]
/proc/loadavg: 7.51 7.93 8.02 2/172 2687
/proc/meminfo: memFree=30652676/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324
heavy processes:

[startup+2.22674 s]
/proc/loadavg: 7.55 7.93 8.02 12/188 2703
/proc/meminfo: memFree=30604600/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
[pid=2688] ppid=2687 vsize=643920 CPUtime=2.22 cores=0
/proc/2688/stat : 2688 (cryptominisat) R 2687 2687 2145 0 -1 4202496 6506 0 0 0 221 1 0 0 21 0 1 0 252969870 659374080 3726 33554432000 4194304 4587354 140733249945472 18446744073709551615 4364688 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2688/statm: 160980 3726 337 96 0 157542 0
[pid=2689] ppid=2687 vsize=16304 CPUtime=2.22 cores=4
/proc/2689/stat : 2689 (clasp) R 2687 2687 2145 0 -1 4202496 1553 0 0 0 222 0 0 0 21 0 1 0 252969870 16695296 1413 33554432000 4194304 4785740 140736413610528 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2689/statm: 4076 1413 340 145 0 1121 0
[pid=2690] ppid=2687 vsize=457280 CPUtime=1.1 cores=6
/proc/2690/stat : 2690 (TNM) R 2687 2687 2145 0 -1 4202496 803 0 0 0 110 0 0 0 19 0 1 0 252969870 468254720 700 33554432000 134512640 134534564 4288399712 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2690/statm: 114320 700 95 6 0 112986 0
[pid=2691] ppid=2687 vsize=8792 CPUtime=1.4 cores=2
/proc/2691/stat : 2691 (lingeling) R 2687 2687 2145 0 -1 4202496 1627 0 0 0 140 0 0 0 20 0 1 0 252969870 9003008 1359 33554432000 4194304 4352236 140736804528336 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2691/statm: 2198 1359 126 39 0 1278 0
[pid=2692] ppid=2687 vsize=12304 CPUtime=1.1 cores=6
/proc/2692/stat : 2692 (march_hi) R 2687 2687 2145 0 -1 4202496 3286 0 0 0 110 0 0 0 19 0 1 0 252969870 12599296 1489 33554432000 4194304 4331988 140733869335872 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2692/statm: 3076 1489 175 34 0 1518 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 1156924

[startup+2.30072 s]
/proc/loadavg: 7.55 7.93 8.02 12/188 2703
/proc/meminfo: memFree=30604600/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
[pid=2688] ppid=2687 vsize=643920 CPUtime=2.29 cores=0
/proc/2688/stat : 2688 (cryptominisat) R 2687 2687 2145 0 -1 4202496 6506 0 0 0 228 1 0 0 21 0 1 0 252969870 659374080 3726 33554432000 4194304 4587354 140733249945472 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2688/statm: 160980 3726 337 96 0 157542 0
[pid=2689] ppid=2687 vsize=16304 CPUtime=2.29 cores=4
/proc/2689/stat : 2689 (clasp) R 2687 2687 2145 0 -1 4202496 1569 0 0 0 229 0 0 0 21 0 1 0 252969870 16695296 1429 33554432000 4194304 4785740 140736413610528 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2689/statm: 4076 1429 340 145 0 1121 0
[pid=2690] ppid=2687 vsize=457280 CPUtime=1.18 cores=6
/proc/2690/stat : 2690 (TNM) R 2687 2687 2145 0 -1 4202496 803 0 0 0 118 0 0 0 19 0 1 0 252969870 468254720 700 33554432000 134512640 134534564 4288399712 18446744073709551615 134528404 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2690/statm: 114320 700 95 6 0 112986 0
[pid=2691] ppid=2687 vsize=8792 CPUtime=1.47 cores=2
/proc/2691/stat : 2691 (lingeling) R 2687 2687 2145 0 -1 4202496 1627 0 0 0 147 0 0 0 20 0 1 0 252969870 9003008 1359 33554432000 4194304 4352236 140736804528336 18446744073709551615 4328901 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2691/statm: 2198 1359 126 39 0 1278 0
[pid=2692] ppid=2687 vsize=12304 CPUtime=1.1 cores=6
/proc/2692/stat : 2692 (march_hi) R 2687 2687 2145 0 -1 4202496 3286 0 0 0 110 0 0 0 19 0 1 0 252969870 12599296 1489 33554432000 4194304 4331988 140733869335872 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2692/statm: 3076 1489 175 34 0 1518 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 1156924

[startup+2.40071 s]
/proc/loadavg: 7.55 7.93 8.02 12/188 2703
/proc/meminfo: memFree=30604600/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
[pid=2688] ppid=2687 vsize=643920 CPUtime=2.39 cores=0
/proc/2688/stat : 2688 (cryptominisat) R 2687 2687 2145 0 -1 4202496 6506 0 0 0 238 1 0 0 21 0 1 0 252969870 659374080 3726 33554432000 4194304 4587354 140733249945472 18446744073709551615 4238576 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2688/statm: 160980 3726 337 96 0 157542 0
[pid=2689] ppid=2687 vsize=16584 CPUtime=2.39 cores=4
/proc/2689/stat : 2689 (clasp) R 2687 2687 2145 0 -1 4202496 1606 0 0 0 239 0 0 0 22 0 1 0 252969870 16982016 1466 33554432000 4194304 4785740 140736413610528 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2689/statm: 4146 1466 340 145 0 1191 0
[pid=2690] ppid=2687 vsize=457280 CPUtime=1.2 cores=6
/proc/2690/stat : 2690 (TNM) R 2687 2687 2145 0 -1 4202496 803 0 0 0 120 0 0 0 19 0 1 0 252969870 468254720 700 33554432000 134512640 134534564 4288399712 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2690/statm: 114320 700 95 6 0 112986 0
[pid=2691] ppid=2687 vsize=8792 CPUtime=1.57 cores=2
/proc/2691/stat : 2691 (lingeling) R 2687 2687 2145 0 -1 4202496 1627 0 0 0 157 0 0 0 20 0 1 0 252969870 9003008 1359 33554432000 4194304 4352236 140736804528336 18446744073709551615 4328032 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2691/statm: 2198 1359 126 39 0 1278 0
[pid=2692] ppid=2687 vsize=12304 CPUtime=1.17 cores=6
/proc/2692/stat : 2692 (march_hi) R 2687 2687 2145 0 -1 4202496 3286 0 0 0 117 0 0 0 19 0 1 0 252969870 12599296 1489 33554432000 4194304 4331988 140733869335872 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2692/statm: 3076 1489 175 34 0 1518 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 1157204

[startup+3.10658 s]
/proc/loadavg: 7.55 7.93 8.02 11/188 2703
/proc/meminfo: memFree=30600200/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
[pid=2688] ppid=2687 vsize=644296 CPUtime=3.09 cores=0
/proc/2688/stat : 2688 (cryptominisat) R 2687 2687 2145 0 -1 4202496 7148 0 0 0 308 1 0 0 25 0 1 0 252969870 659759104 3790 33554432000 4194304 4587354 140733249945472 18446744073709551615 4242702 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2688/statm: 161074 3790 337 96 0 157636 0
[pid=2689] ppid=2687 vsize=16868 CPUtime=3.1 cores=4
/proc/2689/stat : 2689 (clasp) R 2687 2687 2145 0 -1 4202496 1679 0 0 0 310 0 0 0 25 0 1 0 252969870 17272832 1539 33554432000 4194304 4785740 140736413610528 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2689/statm: 4217 1539 340 145 0 1262 0
[pid=2690] ppid=2687 vsize=457280 CPUtime=1.58 cores=6
/proc/2690/stat : 2690 (TNM) R 2687 2687 2145 0 -1 4202496 803 0 0 0 158 0 0 0 20 0 1 0 252969870 468254720 700 33554432000 134512640 134534564 4288399712 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2690/statm: 114320 700 95 6 0 112986 0
[pid=2691] ppid=2687 vsize=9304 CPUtime=2.27 cores=2
/proc/2691/stat : 2691 (lingeling) R 2687 2687 2145 0 -1 4202496 1755 0 0 0 227 0 0 0 21 0 1 0 252969870 9527296 1487 33554432000 4194304 4352236 140736804528336 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2691/statm: 2326 1487 126 39 0 1406 0
[pid=2692] ppid=2687 vsize=12304 CPUtime=1.5 cores=6
/proc/2692/stat : 2692 (march_hi) R 2687 2687 2145 0 -1 4202496 3286 0 0 0 150 0 0 0 20 0 1 0 252969870 12599296 1489 33554432000 4194304 4331988 140733869335872 18446744073709551615 4210516 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2692/statm: 3076 1489 175 34 0 1518 0
Current children cumulated CPU time (s) 11.54
Current children cumulated vsize (KiB) 1158376

[startup+6.30102 s]
/proc/loadavg: 7.75 7.97 8.03 11/188 2703
/proc/meminfo: memFree=30589088/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
[pid=2688] ppid=2687 vsize=648396 CPUtime=6.29 cores=0
/proc/2688/stat : 2688 (cryptominisat) R 2687 2687 2145 0 -1 4202496 10027 0 0 0 627 2 0 0 25 0 1 0 252969870 663957504 4644 33554432000 4194304 4587354 140733249945472 18446744073709551615 4238252 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2688/statm: 162099 4644 337 96 0 158661 0
[pid=2689] ppid=2687 vsize=18188 CPUtime=6.3 cores=4
/proc/2689/stat : 2689 (clasp) R 2687 2687 2145 0 -1 4202496 2020 0 0 0 630 0 0 0 25 0 1 0 252969870 18624512 1880 33554432000 4194304 4785740 140736413610528 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2689/statm: 4547 1880 340 145 0 1592 0
[pid=2690] ppid=2687 vsize=457280 CPUtime=3.16 cores=6
/proc/2690/stat : 2690 (TNM) R 2687 2687 2145 0 -1 4202496 803 0 0 0 316 0 0 0 25 0 1 0 252969870 468254720 700 33554432000 134512640 134534564 4288399712 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2690/statm: 114320 700 95 6 0 112986 0
[pid=2691] ppid=2687 vsize=11864 CPUtime=5.47 cores=2
/proc/2691/stat : 2691 (lingeling) R 2687 2687 2145 0 -1 4202496 2395 0 0 0 547 0 0 0 25 0 1 0 252969870 12148736 2127 33554432000 4194304 4352236 140736804528336 18446744073709551615 4328349 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2691/statm: 2966 2127 126 39 0 2046 0
[pid=2692] ppid=2687 vsize=12304 CPUtime=3.1 cores=6
/proc/2692/stat : 2692 (march_hi) R 2687 2687 2145 0 -1 4202496 3286 0 0 0 310 0 0 0 25 0 1 0 252969870 12599296 1489 33554432000 4194304 4331988 140733869335872 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2692/statm: 3076 1489 175 34 0 1518 0
Current children cumulated CPU time (s) 24.32
Current children cumulated vsize (KiB) 1166356

[startup+12.7009 s]
/proc/loadavg: 7.93 8.00 8.04 11/188 2703
/proc/meminfo: memFree=30575436/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
[pid=2688] ppid=2687 vsize=648732 CPUtime=12.68 cores=0
/proc/2688/stat : 2688 (cryptominisat) R 2687 2687 2145 0 -1 4202496 14620 0 0 0 1266 2 0 0 25 0 1 0 252969870 664301568 4866 33554432000 4194304 4587354 140733249945472 18446744073709551615 4238591 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2688/statm: 162183 4866 337 96 0 158745 0
[pid=2689] ppid=2687 vsize=20056 CPUtime=12.69 cores=4
/proc/2689/stat : 2689 (clasp) R 2687 2687 2145 0 -1 4202496 2434 0 0 0 1269 0 0 0 25 0 1 0 252969870 20537344 2294 33554432000 4194304 4785740 140736413610528 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2689/statm: 5014 2294 340 145 0 2059 0
[pid=2690] ppid=2687 vsize=457280 CPUtime=6.33 cores=6
/proc/2690/stat : 2690 (TNM) R 2687 2687 2145 0 -1 4202496 803 0 0 0 633 0 0 0 25 0 1 0 252969870 468254720 700 33554432000 134512640 134534564 4288399712 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2690/statm: 114320 700 95 6 0 112986 0
[pid=2691] ppid=2687 vsize=13144 CPUtime=11.87 cores=2
/proc/2691/stat : 2691 (lingeling) R 2687 2687 2145 0 -1 4202496 3227 0 0 0 1187 0 0 0 25 0 1 0 252969870 13459456 2447 33554432000 4194304 4352236 140736804528336 18446744073709551615 4328559 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2691/statm: 3286 2447 126 39 0 2366 0
[pid=2692] ppid=2687 vsize=12304 CPUtime=6.3 cores=6
/proc/2692/stat : 2692 (march_hi) R 2687 2687 2145 0 -1 4202496 3286 0 0 0 630 0 0 0 25 0 1 0 252969870 12599296 1489 33554432000 4194304 4331988 140733869335872 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2692/statm: 3076 1489 175 34 0 1518 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 1169840

[startup+25.5007 s]
/proc/loadavg: 8.24 8.06 8.06 11/188 2704
/proc/meminfo: memFree=30555092/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
[pid=2688] ppid=2687 vsize=649116 CPUtime=25.49 cores=0
/proc/2688/stat : 2688 (cryptominisat) R 2687 2687 2145 0 -1 4202496 22921 0 0 0 2545 4 0 0 25 0 1 0 252969870 664694784 6368 33554432000 4194304 4587354 140733249945472 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2688/statm: 162279 6368 337 96 0 158841 0

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

/proc/2692/statm: 6866 4212 175 34 0 5308 0
Current children cumulated CPU time (s) 3763.17
Current children cumulated vsize (KiB) 1302644

[startup+1002.3 s]
/proc/loadavg: 10.21 10.13 9.44 11/188 2767
/proc/meminfo: memFree=30321260/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
[pid=2688] ppid=2687 vsize=80784 CPUtime=1002.31 cores=0
/proc/2688/stat : 2688 (cryptominisat) R 2687 2687 2145 0 -1 4202496 269157 0 0 0 100159 72 0 0 25 0 1 0 252969870 82722816 16081 33554432000 4194304 4587354 140733249945472 18446744073709551615 4238597 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2688/statm: 20196 16081 337 96 0 16758 0
[pid=2689] ppid=2687 vsize=52396 CPUtime=1002.22 cores=4
/proc/2689/stat : 2689 (clasp) R 2687 2687 2145 0 -1 4202496 10329 0 0 0 100220 2 0 0 25 0 1 0 252969870 53653504 9610 33554432000 4194304 4785740 140736413610528 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2689/statm: 13099 9610 341 145 0 10144 0
[pid=2690] ppid=2687 vsize=457280 CPUtime=498.43 cores=6
/proc/2690/stat : 2690 (TNM) R 2687 2687 2145 0 -1 4202496 803 0 0 0 49843 0 0 0 25 0 1 0 252969870 468254720 700 33554432000 134512640 134534564 4288399712 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2690/statm: 114320 700 95 6 0 112986 0
[pid=2691] ppid=2687 vsize=42108 CPUtime=1001.48 cores=2
/proc/2691/stat : 2691 (lingeling) R 2687 2687 2145 0 -1 4202496 144815 0 0 0 100130 18 0 0 25 0 1 0 252969870 43118592 9689 33554432000 4194304 4352236 140736804528336 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2691/statm: 10527 9689 127 39 0 9607 0
[pid=2692] ppid=2687 vsize=27464 CPUtime=498.41 cores=6
/proc/2692/stat : 2692 (march_hi) R 2687 2687 2145 0 -1 4202496 6177 0 0 0 49840 1 0 0 25 0 1 0 252969870 28123136 4380 33554432000 4194304 4331988 140733869335872 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2692/statm: 6866 4380 175 34 0 5308 0
Current children cumulated CPU time (s) 4002.85
Current children cumulated vsize (KiB) 678356

[startup+1062.3 s]
/proc/loadavg: 10.23 10.15 9.49 11/188 2768
/proc/meminfo: memFree=30329860/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
[pid=2688] ppid=2687 vsize=81024 CPUtime=1062.31 cores=0
/proc/2688/stat : 2688 (cryptominisat) R 2687 2687 2145 0 -1 4202496 283514 0 0 0 106154 77 0 0 25 0 1 0 252969870 82968576 15015 33554432000 4194304 4587354 140733249945472 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2688/statm: 20256 15015 337 96 0 16818 0
[pid=2689] ppid=2687 vsize=53532 CPUtime=1062.22 cores=4
/proc/2689/stat : 2689 (clasp) R 2687 2687 2145 0 -1 4202496 10609 0 0 0 106220 2 0 0 25 0 1 0 252969870 54816768 9890 33554432000 4194304 4785740 140736413610528 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2689/statm: 13383 9890 341 145 0 10428 0
[pid=2690] ppid=2687 vsize=457280 CPUtime=528.31 cores=6
/proc/2690/stat : 2690 (TNM) R 2687 2687 2145 0 -1 4202496 803 0 0 0 52831 0 0 0 25 0 1 0 252969870 468254720 700 33554432000 134512640 134534564 4288399712 18446744073709551615 134530512 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2690/statm: 114320 700 95 6 0 112986 0
[pid=2691] ppid=2687 vsize=41084 CPUtime=1061.49 cores=2
/proc/2691/stat : 2691 (lingeling) R 2687 2687 2145 0 -1 4202496 155183 0 0 0 106129 20 0 0 25 0 1 0 252969870 42070016 9433 33554432000 4194304 4352236 140736804528336 18446744073709551615 4328068 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2691/statm: 10271 9433 127 39 0 9351 0
[pid=2692] ppid=2687 vsize=27464 CPUtime=528.21 cores=6
/proc/2692/stat : 2692 (march_hi) R 2687 2687 2145 0 -1 4202496 6337 0 0 0 52820 1 0 0 25 0 1 0 252969870 28123136 4540 33554432000 4194304 4331988 140733869335872 18446744073709551615 4292634 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2692/statm: 6866 4540 175 34 0 5308 0
Current children cumulated CPU time (s) 4242.54
Current children cumulated vsize (KiB) 678708

[startup+1122.3 s]
/proc/loadavg: 10.31 10.18 9.54 11/188 2770
/proc/meminfo: memFree=30265180/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
[pid=2688] ppid=2687 vsize=788080 CPUtime=1122.31 cores=0
/proc/2688/stat : 2688 (cryptominisat) R 2687 2687 2145 0 -1 4202496 309625 0 0 0 112149 82 0 0 25 0 1 0 252969870 806993920 30515 33554432000 4194304 4587354 140733249945472 18446744073709551615 4388368 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2688/statm: 197020 30515 337 96 0 193582 0
[pid=2689] ppid=2687 vsize=53912 CPUtime=1122.21 cores=4
/proc/2689/stat : 2689 (clasp) R 2687 2687 2145 0 -1 4202496 10728 0 0 0 112219 2 0 0 25 0 1 0 252969870 55205888 9961 33554432000 4194304 4785740 140736413610528 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2689/statm: 13478 9961 341 145 0 10523 0
[pid=2690] ppid=2687 vsize=457280 CPUtime=558.12 cores=6
/proc/2690/stat : 2690 (TNM) R 2687 2687 2145 0 -1 4202496 803 0 0 0 55812 0 0 0 25 0 1 0 252969870 468254720 700 33554432000 134512640 134534564 4288399712 18446744073709551615 134530307 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2690/statm: 114320 700 95 6 0 112986 0
[pid=2691] ppid=2687 vsize=45180 CPUtime=1121.49 cores=2
/proc/2691/stat : 2691 (lingeling) R 2687 2687 2145 0 -1 4202496 162607 0 0 0 112129 20 0 0 25 0 1 0 252969870 46264320 10457 33554432000 4194304 4352236 140736804528336 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2691/statm: 11295 10457 127 39 0 10375 0
[pid=2692] ppid=2687 vsize=27464 CPUtime=558.07 cores=6
/proc/2692/stat : 2692 (march_hi) R 2687 2687 2145 0 -1 4202496 6499 0 0 0 55806 1 0 0 25 0 1 0 252969870 28123136 4702 33554432000 4194304 4331988 140733869335872 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2692/statm: 6866 4702 175 34 0 5308 0
Current children cumulated CPU time (s) 4482.2
Current children cumulated vsize (KiB) 1390240

[startup+1182.31 s]
/proc/loadavg: 10.63 10.27 9.61 11/188 2775
/proc/meminfo: memFree=30254076/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
[pid=2688] ppid=2687 vsize=755548 CPUtime=1182.32 cores=0
/proc/2688/stat : 2688 (cryptominisat) R 2687 2687 2145 0 -1 4202496 315411 0 0 0 118147 85 0 0 25 0 1 0 252969870 773681152 21089 33554432000 4194304 4587354 140733249945472 18446744073709551615 4238262 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2688/statm: 188887 21089 337 96 0 185449 0
[pid=2689] ppid=2687 vsize=54004 CPUtime=1182.21 cores=4
/proc/2689/stat : 2689 (clasp) R 2687 2687 2145 0 -1 4202496 10792 0 0 0 118219 2 0 0 25 0 1 0 252969870 55300096 9977 33554432000 4194304 4785740 140736413610528 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2689/statm: 13501 9977 341 145 0 10546 0
[pid=2690] ppid=2687 vsize=457280 CPUtime=587.96 cores=6
/proc/2690/stat : 2690 (TNM) R 2687 2687 2145 0 -1 4202496 803 0 0 0 58796 0 0 0 25 0 1 0 252969870 468254720 700 33554432000 134512640 134534564 4288399712 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2690/statm: 114320 700 95 6 0 112986 0
[pid=2691] ppid=2687 vsize=36988 CPUtime=1181.5 cores=2
/proc/2691/stat : 2691 (lingeling) R 2687 2687 2145 0 -1 4202496 166959 0 0 0 118129 21 0 0 25 0 1 0 252969870 37875712 8409 33554432000 4194304 4352236 140736804528336 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2691/statm: 9247 8409 127 39 0 8327 0
[pid=2692] ppid=2687 vsize=27464 CPUtime=587.9 cores=6
/proc/2692/stat : 2692 (march_hi) R 2687 2687 2145 0 -1 4202496 6664 0 0 0 58789 1 0 0 25 0 1 0 252969870 28123136 4867 33554432000 4194304 4331988 140733869335872 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2692/statm: 6866 4867 175 34 0 5308 0
Current children cumulated CPU time (s) 4721.89
Current children cumulated vsize (KiB) 1349608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 10.51 10.27 9.62 11/188 2777
/proc/meminfo: memFree=30248688/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
[pid=2688] ppid=2687 vsize=82960 CPUtime=1201.92 cores=0
/proc/2688/stat : 2688 (cryptominisat) R 2687 2687 2145 0 -1 4202496 316974 0 0 0 120106 86 0 0 25 0 1 0 252969870 84951040 17255 33554432000 4194304 4587354 140733249945472 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2688/statm: 20740 17255 337 96 0 17302 0
[pid=2689] ppid=2687 vsize=54572 CPUtime=1201.81 cores=4
/proc/2689/stat : 2689 (clasp) R 2687 2687 2145 0 -1 4202496 10914 0 0 0 120179 2 0 0 25 0 1 0 252969870 55881728 10099 33554432000 4194304 4785740 140736413610528 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2689/statm: 13643 10099 341 145 0 10688 0
[pid=2690] ppid=2687 vsize=457280 CPUtime=597.71 cores=6
/proc/2690/stat : 2690 (TNM) R 2687 2687 2145 0 -1 4202496 803 0 0 0 59771 0 0 0 25 0 1 0 252969870 468254720 700 33554432000 134512640 134534564 4288399712 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2690/statm: 114320 700 95 6 0 112986 0
[pid=2691] ppid=2687 vsize=45180 CPUtime=1201.1 cores=2
/proc/2691/stat : 2691 (lingeling) R 2687 2687 2145 0 -1 4202496 171183 0 0 0 120088 22 0 0 25 0 1 0 252969870 46264320 10457 33554432000 4194304 4352236 140736804528336 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2691/statm: 11295 10457 127 39 0 10375 0
[pid=2692] ppid=2687 vsize=27464 CPUtime=597.64 cores=6
/proc/2692/stat : 2692 (march_hi) R 2687 2687 2145 0 -1 4202496 6717 0 0 0 59763 1 0 0 25 0 1 0 252969870 28123136 4920 33554432000 4194304 4331988 140733869335872 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2692/statm: 6866 4920 175 34 0 5308 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 685780

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

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

[startup+1201.9 s]
/proc/loadavg: 10.51 10.27 9.62 11/188 2777
/proc/meminfo: memFree=30248688/32951124 swapFree=67111524/67111528
[pid=2687] ppid=2685 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2687/stat : 2687 (ppfolio) S 2685 2687 2145 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 252969870 18763776 389 33554432000 4194304 4287625 140737044233184 18446744073709551615 268660682255 0 0 4096 65536 4370294979352854527 0 0 17 2 0 0 0
/proc/2687/statm: 4581 389 341 23 0 91 0
[pid=2688] ppid=2687 vsize=82960 CPUtime=1201.92 cores=0
/proc/2688/stat : 2688 (cryptominisat) R 2687 2687 2145 0 -1 4202496 316974 0 0 0 120106 86 0 0 25 0 1 0 252969870 84951040 17255 33554432000 4194304 4587354 140733249945472 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2688/statm: 20740 17255 337 96 0 17302 0
[pid=2689] ppid=2687 vsize=54572 CPUtime=1201.81 cores=4
/proc/2689/stat : 2689 (clasp) R 2687 2687 2145 0 -1 4202496 10914 0 0 0 120179 2 0 0 25 0 1 0 252969870 55881728 10099 33554432000 4194304 4785740 140736413610528 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2689/statm: 13643 10099 341 145 0 10688 0
[pid=2690] ppid=2687 vsize=457280 CPUtime=597.71 cores=6
/proc/2690/stat : 2690 (TNM) R 2687 2687 2145 0 -1 4202496 803 0 0 0 59771 0 0 0 25 0 1 0 252969870 468254720 700 33554432000 134512640 134534564 4288399712 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2690/statm: 114320 700 95 6 0 112986 0
[pid=2691] ppid=2687 vsize=45180 CPUtime=1201.1 cores=2
/proc/2691/stat : 2691 (lingeling) R 2687 2687 2145 0 -1 4202496 171183 0 0 0 120088 22 0 0 25 0 1 0 252969870 46264320 10457 33554432000 4194304 4352236 140736804528336 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2691/statm: 11295 10457 127 39 0 10375 0
[pid=2692] ppid=2687 vsize=27464 CPUtime=597.64 cores=6
/proc/2692/stat : 2692 (march_hi) R 2687 2687 2145 0 -1 4202496 6717 0 0 0 59763 1 0 0 25 0 1 0 252969870 28123136 4920 33554432000 4194304 4331988 140733869335872 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2692/statm: 6866 4920 175 34 0 5308 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 685780

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2687 and gives
#  childrusage.ru_utime.tv_sec=4201
#  childrusage.ru_utime.tv_usec=470279
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=128828
# CPU time returned by wait4() is 4202.6
# while last known CPU time is 4800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.91
CPU time (s): 4800.18
CPU user time (s): 4799.07
CPU system time (s): 1.11
CPU usage (%): 399.378
Max. virtual memory (cumulated for all children) (KiB): 1785352

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

runsolver used 2.01069 second user time and 4.55431 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 16:36:26
IDJOB=3250819
IDBENCH=83365
IDSOLVER=1612
FILE ID=node107/3250819-1304087786
RUNJOBID= node107-1304087786-2672
PBS_JOBID= 13170536
Free space on /tmp= 71800 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-16_238.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250819-1304087786/watcher-3250819-1304087786 -o /tmp/evaluation-result-3250819-1304087786/solver-3250819-1304087786 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3250819-1304087786.cnf

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

MD5SUM BENCH= b61e426b264831836f140414cdcf3e23
RANDOM SEED=169528810

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:      30652964 kB
Buffers:        639544 kB
Cached:        1232148 kB
SwapCached:          4 kB
Active:         145728 kB
Inactive:      1788504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30652964 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           20276 kB
Writeback:           0 kB
AnonPages:       62512 kB
Mapped:          14488 kB
Slab:           301004 kB
PageTables:       4324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183312 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= 71780 MiB
End job on node107 at 2011-04-29 16:56:30