Trace number 3311630

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
STRUCTure 0.1 (hbr=2)SAT 288.403 72.8423

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1788358104-029.SATISFIABLE.cnf
MD5SUMff2e6a4fa2b25feb24cf72d67e6cd330
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.018997
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.11/0.11	35:06 INFO : Reading from input HOME/instance-3311630-1304177705.cnf
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Executor set job limit to 1000000
0.52/0.32	Starting Executor!
0.52/0.32	Starting Executor!
0.52/0.32	Starting Executor!
0.52/0.32	Starting Executor!
0.71/0.49	35:06 INFO : 50 variables remaining out of 50
0.71/0.49	35:06 INFO : 35600 literals remaining out of 35600
288.30/72.82	c Elapsed time 72.717
288.30/72.82	s SATISFIABLE
288.30/72.82	v 1 -2 3 -4 -5 6 7 8 9 -10 11 12 -13 14 15 -16 17 18 -19 -20 21 -22 -23 -24 25 26 27 -28 29 30 31 32 -33 34 -35 -36 -37 -38 -39 -40 -41 -42 -43 44 -45 46 47 -48 -49 50 0

Verifier Data

OK

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-3311630-1304177705/watcher-3311630-1304177705 -o /tmp/evaluation-result-3311630-1304177705/solver-3311630-1304177705 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311630-1304177705.cnf -hbr 2 

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: 8.06 8.09 8.05 2/186 30888
/proc/meminfo: memFree=30712380/32951124 swapFree=67103364/67111528
[pid=30888] ppid=30886 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/30888/stat : 30888 (java) S 30886 30888 30707 0 -1 4202496 1492 0 0 0 0 0 0 0 25 0 2 0 608001212 31260672 953 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296728549 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30888/statm: 7632 953 733 9 0 383 0
[pid=30888/tid=30890] ppid=30886 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30890/stat : 30890 (java) R 30886 30888 30707 0 -1 4202560 133 0 0 0 0 0 0 0 25 0 2 0 608001213 31260672 953 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224284925696 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.016261 s]
/proc/loadavg: 8.06 8.09 8.05 2/186 30888
/proc/meminfo: memFree=30712380/32951124 swapFree=67103364/67111528
[pid=30888] ppid=30886 vsize=15592524 CPUtime=0.01 cores=0,2,4,6
/proc/30888/stat : 30888 (java) S 30886 30888 30707 0 -1 4202496 3085 0 1 0 1 0 0 0 25 0 10 0 608001212 15966744576 2525 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296728549 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/30888/statm: 3898131 2526 1513 9 0 3888879 0
[pid=30888/tid=30890] ppid=30886 vsize=15592524 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30890/stat : 30890 (java) R 30886 30888 30707 0 -1 4202560 1719 0 1 0 0 0 0 0 25 0 10 0 608001213 15966744576 2526 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296752587 0 4 0 16784584 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15592524

[startup+0.104245 s]
/proc/loadavg: 8.06 8.09 8.05 2/186 30888
/proc/meminfo: memFree=30712380/32951124 swapFree=67103364/67111528
[pid=30888] ppid=30886 vsize=15742212 CPUtime=0.11 cores=0,2,4,6
/proc/30888/stat : 30888 (java) S 30886 30888 30707 0 -1 4202496 5689 0 1 0 10 1 0 0 25 0 18 0 608001212 16120025088 5106 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30888/statm: 3935553 5107 2119 9 0 3926272 0
[pid=30888/tid=30890] ppid=30886 vsize=15742212 CPUtime=0.09 cores=0,2,4,6
/proc/30888/task/30890/stat : 30890 (java) R 30886 30888 30707 0 -1 4202560 3557 0 1 0 8 1 0 0 18 0 18 0 608001213 16120025088 5108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224284586693 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15742212

[startup+0.300206 s]
/proc/loadavg: 8.06 8.09 8.05 2/186 30888
/proc/meminfo: memFree=30712380/32951124 swapFree=67103364/67111528
[pid=30888] ppid=30886 vsize=15745432 CPUtime=0.52 cores=0,2,4,6
/proc/30888/stat : 30888 (java) S 30886 30888 30707 0 -1 4202496 14061 0 1 0 50 2 0 0 25 0 18 0 608001212 16123322368 12593 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30888/statm: 3936358 12597 2207 9 0 3927077 0
[pid=30888/tid=30890] ppid=30886 vsize=15745432 CPUtime=0.29 cores=0,2,4,6
/proc/30888/task/30890/stat : 30890 (java) R 30886 30888 30707 0 -1 4202560 9009 0 1 0 27 2 0 0 18 0 18 0 608001213 16123322368 12599 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505578910 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15745432

[startup+0.993447 s]
/proc/loadavg: 8.06 8.09 8.05 2/186 30888
/proc/meminfo: memFree=30712380/32951124 swapFree=67103364/67111528
[pid=30888] ppid=30886 vsize=15761684 CPUtime=2.8 cores=0,2,4,6
/proc/30888/stat : 30888 (java) S 30886 30888 30707 0 -1 4202496 49012 0 1 0 274 6 0 0 25 0 22 0 608001212 16139964416 44018 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30888/statm: 3940421 44018 2264 9 0 3931140 0
[pid=30888/tid=30890] ppid=30886 vsize=15761684 CPUtime=0.47 cores=0,2,4,6
/proc/30888/task/30890/stat : 30890 (java) S 30886 30888 30707 0 -1 4202560 11060 0 1 0 45 2 0 0 20 0 22 0 608001213 16139964416 44018 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 15761684

[startup+1.50094 s]
/proc/loadavg: 8.69 8.22 8.09 16/220 30922
/proc/meminfo: memFree=30354872/32951124 swapFree=67103364/67111528
[pid=30888] ppid=30886 vsize=15761684 CPUtime=4.81 cores=0,2,4,6
/proc/30888/stat : 30888 (java) S 30886 30888 30707 0 -1 4202496 52096 0 1 0 474 7 0 0 25 0 22 0 608001212 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30888/statm: 3940421 47099 2278 9 0 3931140 0
[pid=30888/tid=30890] ppid=30886 vsize=15761684 CPUtime=0.47 cores=0,2,4,6
/proc/30888/task/30890/stat : 30890 (java) S 30886 30888 30707 0 -1 4202560 11060 0 1 0 45 2 0 0 20 0 22 0 608001213 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30894] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30894/stat : 30894 (java) S 30886 30888 30707 0 -1 4202560 450 0 0 0 0 0 0 0 16 0 22 0 608001213 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30895] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30895/stat : 30895 (java) S 30886 30888 30707 0 -1 4202560 603 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30896] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30896/stat : 30896 (java) S 30886 30888 30707 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30897] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30897/stat : 30897 (java) S 30886 30888 30707 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30898] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30898/stat : 30898 (java) S 30886 30888 30707 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30899] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30899/stat : 30899 (java) S 30886 30888 30707 0 -1 4202560 447 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30900] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30900/stat : 30900 (java) S 30886 30888 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30901] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30901/stat : 30901 (java) S 30886 30888 30707 0 -1 4202560 616 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30902] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30902/stat : 30902 (java) S 30886 30888 30707 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 608001214 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296742400 0 0 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30903] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30903/stat : 30903 (java) S 30886 30888 30707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608001215 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30904] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30904/stat : 30904 (java) S 30886 30888 30707 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608001215 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30910] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30910/stat : 30910 (java) S 30886 30888 30707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608001217 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296749489 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30911] ppid=30886 vsize=15761684 CPUtime=0.76 cores=0,2,4,6
/proc/30888/task/30911/stat : 30911 (java) S 30886 30888 30707 0 -1 4202560 4310 0 0 0 76 0 0 0 15 0 22 0 608001217 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30912] ppid=30886 vsize=15761684 CPUtime=0.75 cores=0,2,4,6
/proc/30888/task/30912/stat : 30912 (java) S 30886 30888 30707 0 -1 4202560 8155 0 0 0 74 1 0 0 15 0 22 0 608001217 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30913] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30913/stat : 30913 (java) S 30886 30888 30707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608001217 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30914] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30914/stat : 30914 (java) S 30886 30888 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608001217 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296742400 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30919] ppid=30886 vsize=15761684 CPUtime=0.79 cores=0,2,4,6
/proc/30888/task/30919/stat : 30919 (java) R 30886 30888 30707 0 -1 4202560 9068 0 0 0 78 1 0 0 17 0 22 0 608001244 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505193367 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30888/tid=30920] ppid=30886 vsize=15761684 CPUtime=0.69 cores=0,2,4,6
/proc/30888/task/30920/stat : 30920 (java) R 30886 30888 30707 0 -1 4202560 7197 0 0 0 69 0 0 0 16 0 22 0 608001244 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505859359 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30888/tid=30921] ppid=30886 vsize=15761684 CPUtime=0.63 cores=0,2,4,6
/proc/30888/task/30921/stat : 30921 (java) R 30886 30888 30707 0 -1 4202560 3755 0 0 0 63 0 0 0 19 0 22 0 608001244 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505802924 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30888/tid=30922] ppid=30886 vsize=15761684 CPUtime=0.65 cores=0,2,4,6
/proc/30888/task/30922/stat : 30922 (java) R 30886 30888 30707 0 -1 4202560 4662 0 0 0 65 0 0 0 17 0 22 0 608001244 16139964416 47099 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505711863 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 15761684

[startup+3.10068 s]
/proc/loadavg: 8.69 8.22 8.09 11/220 30922
/proc/meminfo: memFree=30319620/32951124 swapFree=67103364/67111528
[pid=30888] ppid=30886 vsize=15761684 CPUtime=11.16 cores=0,2,4,6
/proc/30888/stat : 30888 (java) S 30886 30888 30707 0 -1 4202496 57307 0 1 0 1108 8 0 0 25 0 22 0 608001212 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30888/statm: 3940421 50337 2285 9 0 3931140 0
[pid=30888/tid=30890] ppid=30886 vsize=15761684 CPUtime=0.47 cores=0,2,4,6
/proc/30888/task/30890/stat : 30890 (java) S 30886 30888 30707 0 -1 4202560 11060 0 1 0 45 2 0 0 20 0 22 0 608001213 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30894] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30894/stat : 30894 (java) S 30886 30888 30707 0 -1 4202560 1031 0 0 0 0 0 0 0 16 0 22 0 608001213 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30895] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30895/stat : 30895 (java) S 30886 30888 30707 0 -1 4202560 1120 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30896] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30896/stat : 30896 (java) S 30886 30888 30707 0 -1 4202560 365 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30897] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30897/stat : 30897 (java) S 30886 30888 30707 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30898] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30898/stat : 30898 (java) S 30886 30888 30707 0 -1 4202560 908 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30899] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30899/stat : 30899 (java) S 30886 30888 30707 0 -1 4202560 1061 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30900] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30900/stat : 30900 (java) S 30886 30888 30707 0 -1 4202560 578 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30901] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30901/stat : 30901 (java) S 30886 30888 30707 0 -1 4202560 968 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30902] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30902/stat : 30902 (java) S 30886 30888 30707 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 22 0 608001214 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296742400 0 0 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30903] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30903/stat : 30903 (java) S 30886 30888 30707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608001215 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30904] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30904/stat : 30904 (java) S 30886 30888 30707 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608001215 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30910] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30910/stat : 30910 (java) S 30886 30888 30707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608001217 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296749489 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30911] ppid=30886 vsize=15761684 CPUtime=0.9 cores=0,2,4,6
/proc/30888/task/30911/stat : 30911 (java) S 30886 30888 30707 0 -1 4202560 4390 0 0 0 90 0 0 0 15 0 22 0 608001217 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30912] ppid=30886 vsize=15761684 CPUtime=0.83 cores=0,2,4,6
/proc/30888/task/30912/stat : 30912 (java) S 30886 30888 30707 0 -1 4202560 8168 0 0 0 82 1 0 0 16 0 22 0 608001217 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30913] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30913/stat : 30913 (java) S 30886 30888 30707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608001217 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30914] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30914/stat : 30914 (java) S 30886 30888 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608001217 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296742400 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30919] ppid=30886 vsize=15761684 CPUtime=2.28 cores=0,2,4,6
/proc/30888/task/30919/stat : 30919 (java) R 30886 30888 30707 0 -1 4202560 9359 0 0 0 227 1 0 0 19 0 22 0 608001244 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505840641 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30888/tid=30920] ppid=30886 vsize=15761684 CPUtime=2.27 cores=0,2,4,6
/proc/30888/task/30920/stat : 30920 (java) R 30886 30888 30707 0 -1 4202560 7547 0 0 0 227 0 0 0 18 0 22 0 608001244 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505961185 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30888/tid=30921] ppid=30886 vsize=15761684 CPUtime=2.16 cores=0,2,4,6
/proc/30888/task/30921/stat : 30921 (java) R 30886 30888 30707 0 -1 4202560 4121 0 0 0 216 0 0 0 21 0 22 0 608001244 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 18446744073699066094 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30888/tid=30922] ppid=30886 vsize=15761684 CPUtime=2.14 cores=0,2,4,6
/proc/30888/task/30922/stat : 30922 (java) R 30886 30888 30707 0 -1 4202560 5087 0 0 0 214 0 0 0 20 0 22 0 608001244 16139964416 50337 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505956347 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (KiB) 15761684

[startup+6.30114 s]
/proc/loadavg: 8.69 8.22 8.09 9/220 30922
/proc/meminfo: memFree=30188428/32951124 swapFree=67103364/67111528
[pid=30888] ppid=30886 vsize=15761684 CPUtime=23.89 cores=0,2,4,6
/proc/30888/stat : 30888 (java) S 30886 30888 30707 0 -1 4202496 61933 0 1 0 2379 10 0 0 25 0 22 0 608001212 16139964416 50298 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30888/statm: 3940421 50298 2288 9 0 3931140 0
[pid=30888/tid=30890] ppid=30886 vsize=15761684 CPUtime=0.47 cores=0,2,4,6
/proc/30888/task/30890/stat : 30890 (java) S 30886 30888 30707 0 -1 4202560 11060 0 1 0 45 2 0 0 20 0 22 0 608001213 16139964416 50298 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30894] ppid=30886 vsize=15761684 CPUtime=0.01 cores=0,2,4,6
/proc/30888/task/30894/stat : 30894 (java) S 30886 30888 30707 0 -1 4202560 1505 0 0 0 1 0 0 0 15 0 22 0 608001213 16139964416 50298 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30895] ppid=30886 vsize=15761684 CPUtime=0.01 cores=0,2,4,6
/proc/30888/task/30895/stat : 30895 (java) S 30886 30888 30707 0 -1 4202560 2067 0 0 0 1 0 0 0 15 0 22 0 608001213 16139964416 50298 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30896] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30896/stat : 30896 (java) S 30886 30888 30707 0 -1 4202560 920 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 50298 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30897] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30897/stat : 30897 (java) S 30886 30888 30707 0 -1 4202560 871 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 50298 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30898] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30898/stat : 30898 (java) S 30886 30888 30707 0 -1 4202560 1419 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 50298 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30899] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30899/stat : 30899 (java) S 30886 30888 30707 0 -1 4202560 1320 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 50298 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30900] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30900/stat : 30900 (java) S 30886 30888 30707 0 -1 4202560 1003 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 50298 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30901] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30901/stat : 30901 (java) S 30886 30888 30707 0 -1 4202560 1584 0 0 0 0 0 0 0 15 0 22 0 608001213 16139964416 50298 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0

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

/proc/30888/task/30911/stat : 30911 (java) S 30886 30888 30707 0 -1 4202560 4399 0 0 0 95 0 0 0 15 0 22 0 608001217 16139964416 65537 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30912] ppid=30886 vsize=15761684 CPUtime=0.89 cores=0,2,4,6
/proc/30888/task/30912/stat : 30912 (java) S 30886 30888 30707 0 -1 4202560 8184 0 0 0 88 1 0 0 15 0 22 0 608001217 16139964416 65537 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30913] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30913/stat : 30913 (java) S 30886 30888 30707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608001217 16139964416 65537 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30914] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30914/stat : 30914 (java) S 30886 30888 30707 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 608001217 16139964416 65537 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296742400 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30919] ppid=30886 vsize=15761684 CPUtime=70.43 cores=0,2,4,6
/proc/30888/task/30919/stat : 30919 (java) R 30886 30888 30707 0 -1 4202560 17238 0 0 0 7040 3 0 0 25 0 22 0 608001244 16139964416 65537 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 18446744073699065897 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30888/tid=30920] ppid=30886 vsize=15761684 CPUtime=70.54 cores=0,2,4,6
/proc/30888/task/30920/stat : 30920 (java) R 30886 30888 30707 0 -1 4202560 14547 0 0 0 7052 2 0 0 25 0 22 0 608001244 16139964416 65537 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505801210 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30888/tid=30921] ppid=30886 vsize=15761684 CPUtime=70.37 cores=0,2,4,6
/proc/30888/task/30921/stat : 30921 (java) R 30886 30888 30707 0 -1 4202560 11642 0 0 0 7036 1 0 0 25 0 22 0 608001244 16139964416 65537 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30888/tid=30922] ppid=30886 vsize=15761684 CPUtime=70.12 cores=0,2,4,6
/proc/30888/task/30922/stat : 30922 (java) R 30886 30888 30707 0 -1 4202560 12311 0 0 0 7010 2 0 0 25 0 22 0 608001244 16139964416 65537 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 47829919031520 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 285.5
Current children cumulated vsize (KiB) 15761684

[startup+72.5011 s]
/proc/loadavg: 8.25 8.18 8.09 9/220 30924
/proc/meminfo: memFree=30180896/32951124 swapFree=67103364/67111528
[pid=30888] ppid=30886 vsize=15761684 CPUtime=287.09 cores=0,2,4,6
/proc/30888/stat : 30888 (java) S 30886 30888 30707 0 -1 4202496 145849 0 1 0 28675 34 0 0 25 0 22 0 608001212 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30888/statm: 3940421 66108 2290 9 0 3931140 0
[pid=30888/tid=30890] ppid=30886 vsize=15761684 CPUtime=0.47 cores=0,2,4,6
/proc/30888/task/30890/stat : 30890 (java) S 30886 30888 30707 0 -1 4202560 11060 0 1 0 45 2 0 0 20 0 22 0 608001213 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30894] ppid=30886 vsize=15761684 CPUtime=0.18 cores=0,2,4,6
/proc/30888/task/30894/stat : 30894 (java) S 30886 30888 30707 0 -1 4202560 7653 0 0 0 17 1 0 0 15 0 22 0 608001213 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30895] ppid=30886 vsize=15761684 CPUtime=0.19 cores=0,2,4,6
/proc/30888/task/30895/stat : 30895 (java) S 30886 30888 30707 0 -1 4202560 9072 0 0 0 17 2 0 0 15 0 22 0 608001213 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30896] ppid=30886 vsize=15761684 CPUtime=0.18 cores=0,2,4,6
/proc/30888/task/30896/stat : 30896 (java) S 30886 30888 30707 0 -1 4202560 7799 0 0 0 17 1 0 0 16 0 22 0 608001213 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30897] ppid=30886 vsize=15761684 CPUtime=0.19 cores=0,2,4,6
/proc/30888/task/30897/stat : 30897 (java) S 30886 30888 30707 0 -1 4202560 7759 0 0 0 18 1 0 0 15 0 22 0 608001213 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30898] ppid=30886 vsize=15761684 CPUtime=0.19 cores=0,2,4,6
/proc/30888/task/30898/stat : 30898 (java) S 30886 30888 30707 0 -1 4202560 8180 0 0 0 17 2 0 0 15 0 22 0 608001213 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30899] ppid=30886 vsize=15761684 CPUtime=0.17 cores=0,2,4,6
/proc/30888/task/30899/stat : 30899 (java) S 30886 30888 30707 0 -1 4202560 7656 0 0 0 16 1 0 0 15 0 22 0 608001213 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30900] ppid=30886 vsize=15761684 CPUtime=0.18 cores=0,2,4,6
/proc/30888/task/30900/stat : 30900 (java) S 30886 30888 30707 0 -1 4202560 8743 0 0 0 16 2 0 0 16 0 22 0 608001213 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30901] ppid=30886 vsize=15761684 CPUtime=0.16 cores=0,2,4,6
/proc/30888/task/30901/stat : 30901 (java) S 30886 30888 30707 0 -1 4202560 7952 0 0 0 15 1 0 0 15 0 22 0 608001213 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30902] ppid=30886 vsize=15761684 CPUtime=0.13 cores=0,2,4,6
/proc/30888/task/30902/stat : 30902 (java) S 30886 30888 30707 0 -1 4202560 260 0 0 0 10 3 0 0 15 0 22 0 608001214 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296742400 0 0 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30903] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30903/stat : 30903 (java) S 30886 30888 30707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608001215 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30904] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30904/stat : 30904 (java) S 30886 30888 30707 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608001215 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30910] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30910/stat : 30910 (java) S 30886 30888 30707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608001217 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296749489 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30911] ppid=30886 vsize=15761684 CPUtime=0.95 cores=0,2,4,6
/proc/30888/task/30911/stat : 30911 (java) S 30886 30888 30707 0 -1 4202560 4399 0 0 0 95 0 0 0 15 0 22 0 608001217 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30912] ppid=30886 vsize=15761684 CPUtime=0.89 cores=0,2,4,6
/proc/30888/task/30912/stat : 30912 (java) S 30886 30888 30707 0 -1 4202560 8184 0 0 0 88 1 0 0 15 0 22 0 608001217 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30913] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30913/stat : 30913 (java) S 30886 30888 30707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608001217 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30914] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30914/stat : 30914 (java) S 30886 30888 30707 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 608001217 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296742400 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30919] ppid=30886 vsize=15761684 CPUtime=70.82 cores=0,2,4,6
/proc/30888/task/30919/stat : 30919 (java) R 30886 30888 30707 0 -1 4202560 17239 0 0 0 7079 3 0 0 25 0 22 0 608001244 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 47829919033110 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30888/tid=30920] ppid=30886 vsize=15761684 CPUtime=70.94 cores=0,2,4,6
/proc/30888/task/30920/stat : 30920 (java) R 30886 30888 30707 0 -1 4202560 14548 0 0 0 7092 2 0 0 25 0 22 0 608001244 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505858428 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30888/tid=30921] ppid=30886 vsize=15761684 CPUtime=70.76 cores=0,2,4,6
/proc/30888/task/30921/stat : 30921 (java) R 30886 30888 30707 0 -1 4202560 11643 0 0 0 7075 1 0 0 25 0 22 0 608001244 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505991088 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30888/tid=30922] ppid=30886 vsize=15761684 CPUtime=70.52 cores=0,2,4,6
/proc/30888/task/30922/stat : 30922 (java) R 30886 30888 30707 0 -1 4202560 12311 0 0 0 7050 2 0 0 25 0 22 0 608001244 16139964416 66108 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505840641 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 287.09
Current children cumulated vsize (KiB) 15761684

[startup+72.7011 s]
/proc/loadavg: 8.25 8.18 8.09 10/220 30924
/proc/meminfo: memFree=30180896/32951124 swapFree=67103364/67111528
[pid=30888] ppid=30886 vsize=15761684 CPUtime=287.9 cores=0,2,4,6
/proc/30888/stat : 30888 (java) S 30886 30888 30707 0 -1 4202496 146073 0 1 0 28756 34 0 0 25 0 22 0 608001212 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30888/statm: 3940421 66313 2291 9 0 3931140 0
[pid=30888/tid=30890] ppid=30886 vsize=15761684 CPUtime=0.47 cores=0,2,4,6
/proc/30888/task/30890/stat : 30890 (java) S 30886 30888 30707 0 -1 4202560 11060 0 1 0 45 2 0 0 20 0 22 0 608001213 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30894] ppid=30886 vsize=15761684 CPUtime=0.18 cores=0,2,4,6
/proc/30888/task/30894/stat : 30894 (java) S 30886 30888 30707 0 -1 4202560 7653 0 0 0 17 1 0 0 15 0 22 0 608001213 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30895] ppid=30886 vsize=15761684 CPUtime=0.19 cores=0,2,4,6
/proc/30888/task/30895/stat : 30895 (java) S 30886 30888 30707 0 -1 4202560 9072 0 0 0 17 2 0 0 15 0 22 0 608001213 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30896] ppid=30886 vsize=15761684 CPUtime=0.18 cores=0,2,4,6
/proc/30888/task/30896/stat : 30896 (java) S 30886 30888 30707 0 -1 4202560 7839 0 0 0 17 1 0 0 15 0 22 0 608001213 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30897] ppid=30886 vsize=15761684 CPUtime=0.19 cores=0,2,4,6
/proc/30888/task/30897/stat : 30897 (java) S 30886 30888 30707 0 -1 4202560 7759 0 0 0 18 1 0 0 15 0 22 0 608001213 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30898] ppid=30886 vsize=15761684 CPUtime=0.19 cores=0,2,4,6
/proc/30888/task/30898/stat : 30898 (java) S 30886 30888 30707 0 -1 4202560 8180 0 0 0 17 2 0 0 15 0 22 0 608001213 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30899] ppid=30886 vsize=15761684 CPUtime=0.17 cores=0,2,4,6
/proc/30888/task/30899/stat : 30899 (java) S 30886 30888 30707 0 -1 4202560 7656 0 0 0 16 1 0 0 15 0 22 0 608001213 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30900] ppid=30886 vsize=15761684 CPUtime=0.18 cores=0,2,4,6
/proc/30888/task/30900/stat : 30900 (java) S 30886 30888 30707 0 -1 4202560 8831 0 0 0 16 2 0 0 15 0 22 0 608001213 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30901] ppid=30886 vsize=15761684 CPUtime=0.16 cores=0,2,4,6
/proc/30888/task/30901/stat : 30901 (java) S 30886 30888 30707 0 -1 4202560 8012 0 0 0 15 1 0 0 15 0 22 0 608001213 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30902] ppid=30886 vsize=15761684 CPUtime=0.13 cores=0,2,4,6
/proc/30888/task/30902/stat : 30902 (java) S 30886 30888 30707 0 -1 4202560 260 0 0 0 10 3 0 0 15 0 22 0 608001214 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296742400 0 0 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30903] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30903/stat : 30903 (java) S 30886 30888 30707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608001215 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30904] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30904/stat : 30904 (java) S 30886 30888 30707 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608001215 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30910] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30910/stat : 30910 (java) S 30886 30888 30707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608001217 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296749489 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30911] ppid=30886 vsize=15761684 CPUtime=1.05 cores=0,2,4,6
/proc/30888/task/30911/stat : 30911 (java) S 30886 30888 30707 0 -1 4202560 4422 0 0 0 105 0 0 0 15 0 22 0 608001217 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30912] ppid=30886 vsize=15761684 CPUtime=1.03 cores=0,2,4,6
/proc/30888/task/30912/stat : 30912 (java) R 30886 30888 30707 0 -1 4202560 8191 0 0 0 102 1 0 0 16 0 22 0 608001217 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 47829916063230 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30888/tid=30913] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30913/stat : 30913 (java) S 30886 30888 30707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608001217 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30914] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30914/stat : 30914 (java) S 30886 30888 30707 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 608001217 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296742400 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30919] ppid=30886 vsize=15761684 CPUtime=71.02 cores=0,2,4,6
/proc/30888/task/30919/stat : 30919 (java) R 30886 30888 30707 0 -1 4202560 17240 0 0 0 7099 3 0 0 25 0 22 0 608001244 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505711779 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30888/tid=30920] ppid=30886 vsize=15761684 CPUtime=70.99 cores=0,2,4,6
/proc/30888/task/30920/stat : 30920 (java) R 30886 30888 30707 0 -1 4202560 14553 0 0 0 7097 2 0 0 25 0 22 0 608001244 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30888/tid=30921] ppid=30886 vsize=15761684 CPUtime=70.87 cores=0,2,4,6
/proc/30888/task/30921/stat : 30921 (java) R 30886 30888 30707 0 -1 4202560 11643 0 0 0 7086 1 0 0 25 0 22 0 608001244 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505215960 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30888/tid=30922] ppid=30886 vsize=15761684 CPUtime=70.72 cores=0,2,4,6
/proc/30888/task/30922/stat : 30922 (java) R 30886 30888 30707 0 -1 4202560 12311 0 0 0 7070 2 0 0 25 0 22 0 608001244 16139964416 66313 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505859643 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 287.9
Current children cumulated vsize (KiB) 15761684

[startup+72.8071 s]
/proc/loadavg: 8.25 8.18 8.09 10/220 30924
/proc/meminfo: memFree=30180896/32951124 swapFree=67103364/67111528
[pid=30888] ppid=30886 vsize=15761684 CPUtime=288.3 cores=0,2,4,6
/proc/30888/stat : 30888 (java) S 30886 30888 30707 0 -1 4202496 146085 0 1 0 28796 34 0 0 25 0 22 0 608001212 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30888/statm: 3940421 66325 2291 9 0 3931140 0
[pid=30888/tid=30890] ppid=30886 vsize=15761684 CPUtime=0.47 cores=0,2,4,6
/proc/30888/task/30890/stat : 30890 (java) S 30886 30888 30707 0 -1 4202560 11060 0 1 0 45 2 0 0 20 0 22 0 608001213 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30894] ppid=30886 vsize=15761684 CPUtime=0.18 cores=0,2,4,6
/proc/30888/task/30894/stat : 30894 (java) S 30886 30888 30707 0 -1 4202560 7653 0 0 0 17 1 0 0 15 0 22 0 608001213 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30895] ppid=30886 vsize=15761684 CPUtime=0.19 cores=0,2,4,6
/proc/30888/task/30895/stat : 30895 (java) S 30886 30888 30707 0 -1 4202560 9072 0 0 0 17 2 0 0 15 0 22 0 608001213 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30896] ppid=30886 vsize=15761684 CPUtime=0.18 cores=0,2,4,6
/proc/30888/task/30896/stat : 30896 (java) S 30886 30888 30707 0 -1 4202560 7839 0 0 0 17 1 0 0 15 0 22 0 608001213 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30897] ppid=30886 vsize=15761684 CPUtime=0.19 cores=0,2,4,6
/proc/30888/task/30897/stat : 30897 (java) S 30886 30888 30707 0 -1 4202560 7759 0 0 0 18 1 0 0 15 0 22 0 608001213 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30898] ppid=30886 vsize=15761684 CPUtime=0.19 cores=0,2,4,6
/proc/30888/task/30898/stat : 30898 (java) S 30886 30888 30707 0 -1 4202560 8180 0 0 0 17 2 0 0 15 0 22 0 608001213 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30899] ppid=30886 vsize=15761684 CPUtime=0.17 cores=0,2,4,6
/proc/30888/task/30899/stat : 30899 (java) S 30886 30888 30707 0 -1 4202560 7656 0 0 0 16 1 0 0 15 0 22 0 608001213 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30900] ppid=30886 vsize=15761684 CPUtime=0.18 cores=0,2,4,6
/proc/30888/task/30900/stat : 30900 (java) S 30886 30888 30707 0 -1 4202560 8831 0 0 0 16 2 0 0 15 0 22 0 608001213 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30901] ppid=30886 vsize=15761684 CPUtime=0.16 cores=0,2,4,6
/proc/30888/task/30901/stat : 30901 (java) S 30886 30888 30707 0 -1 4202560 8012 0 0 0 15 1 0 0 15 0 22 0 608001213 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30902] ppid=30886 vsize=15761684 CPUtime=0.13 cores=0,2,4,6
/proc/30888/task/30902/stat : 30902 (java) S 30886 30888 30707 0 -1 4202560 260 0 0 0 10 3 0 0 15 0 22 0 608001214 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296742400 0 0 0 16800975 18446604453880074688 0 0 -1 0 0 0 0
[pid=30888/tid=30903] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30903/stat : 30903 (java) S 30886 30888 30707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608001215 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30904] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30904/stat : 30904 (java) S 30886 30888 30707 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608001215 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30910] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30910/stat : 30910 (java) S 30886 30888 30707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608001217 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296749489 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30911] ppid=30886 vsize=15761684 CPUtime=1.05 cores=0,2,4,6
/proc/30888/task/30911/stat : 30911 (java) S 30886 30888 30707 0 -1 4202560 4422 0 0 0 105 0 0 0 15 0 22 0 608001217 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 2 0 0 0
[pid=30888/tid=30912] ppid=30886 vsize=15761684 CPUtime=1.13 cores=0,2,4,6
/proc/30888/task/30912/stat : 30912 (java) R 30886 30888 30707 0 -1 4202560 8203 0 0 0 112 1 0 0 16 0 22 0 608001217 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 47829918932519 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30888/tid=30913] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30913/stat : 30913 (java) S 30886 30888 30707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608001217 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296741785 0 4 0 16800975 18446604453880074688 0 0 -1 6 0 0 0
[pid=30888/tid=30914] ppid=30886 vsize=15761684 CPUtime=0 cores=0,2,4,6
/proc/30888/task/30914/stat : 30914 (java) S 30886 30888 30707 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 608001217 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 224296742400 0 4 0 16800975 18446604453880074688 0 0 -1 4 0 0 0
[pid=30888/tid=30919] ppid=30886 vsize=15761684 CPUtime=71.12 cores=0,2,4,6
/proc/30888/task/30919/stat : 30919 (java) R 30886 30888 30707 0 -1 4202560 17240 0 0 0 7109 3 0 0 25 0 22 0 608001244 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505793560 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30888/tid=30920] ppid=30886 vsize=15761684 CPUtime=70.99 cores=0,2,4,6
/proc/30888/task/30920/stat : 30920 (java) R 30886 30888 30707 0 -1 4202560 14553 0 0 0 7097 2 0 0 25 0 22 0 608001244 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 47829914792608 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30888/tid=30921] ppid=30886 vsize=15761684 CPUtime=70.97 cores=0,2,4,6
/proc/30888/task/30921/stat : 30921 (java) R 30886 30888 30707 0 -1 4202560 11643 0 0 0 7096 1 0 0 25 0 22 0 608001244 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505801498 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30888/tid=30922] ppid=30886 vsize=15761684 CPUtime=70.82 cores=0,2,4,6
/proc/30888/task/30922/stat : 30922 (java) R 30886 30888 30707 0 -1 4202560 12311 0 0 0 7080 2 0 0 25 0 22 0 608001244 16139964416 66325 33554432000 1073741824 1073778376 140733623321888 18446744073709551615 46912505711779 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 288.3
Current children cumulated vsize (KiB) 15761684

Child status: 10
Real time (s): 72.8423
CPU time (s): 288.403
CPU user time (s): 288.045
CPU system time (s): 0.357945
CPU usage (%): 395.928
Max. virtual memory (cumulated for all children) (KiB): 15763600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 288.045
system time used= 0.357945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146120
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21386
involuntary context switches= 10389

runsolver used 0.12998 second user time and 0.275958 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-30 17:35:05
IDJOB=3311630
IDBENCH=83015
IDSOLVER=1698
FILE ID=node118/3311630-1304177705
RUNJOBID= node118-1304176496-30725
PBS_JOBID= 13172422
Free space on /tmp= 71932 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1788358104-029.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311630-1304177705/watcher-3311630-1304177705 -o /tmp/evaluation-result-3311630-1304177705/solver-3311630-1304177705 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311630-1304177705.cnf -hbr 2

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

MD5SUM BENCH= ff2e6a4fa2b25feb24cf72d67e6cd330
RANDOM SEED=2136124430

node118.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30713048 kB
Buffers:        439188 kB
Cached:        1382620 kB
SwapCached:       2676 kB
Active:         167252 kB
Inactive:      1718272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30713048 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:            3600 kB
Writeback:           0 kB
AnonPages:       62332 kB
Mapped:          19716 kB
Slab:           289772 kB
PageTables:       4820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   762008 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= 71932 MiB
End job on node118 at 2011-04-30 17:36:18