Trace number 3312844

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.1UNSAT 1264.7 318.644

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S324945930-048.UNKNOWN.cnf
MD5SUM25ed0c8de63814e6d33af77a8f91b72b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3141
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.10/0.11	35:47 INFO : Reading from input HOME/instance-3312844-1304177747.cnf
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Starting Executor!
0.51/0.31	Starting Executor!
0.51/0.31	Starting Executor!
0.51/0.31	Starting Executor!
0.70/0.48	35:47 INFO : 50 variables remaining out of 50
0.70/0.48	35:47 INFO : 35600 literals remaining out of 35600
1264.66/318.61	c Elapsed time 318.502
1264.66/318.61	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3312844-1304177747/watcher-3312844-1304177747 -o /tmp/evaluation-result-3312844-1304177747/solver-3312844-1304177747 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312844-1304177747.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: 8.02 8.17 8.13 5/202 31881
/proc/meminfo: memFree=25556656/32951124 swapFree=67111412/67111528
[pid=31881] ppid=31879 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/31881/stat : 31881 (java) S 31879 31881 31591 0 -1 4202496 1463 0 0 0 0 0 0 0 25 0 2 0 529372827 31313920 932 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347695077 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31881/statm: 7632 933 715 9 0 383 0
[pid=31881/tid=31882] ppid=31879 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31882/stat : 31882 (java) R 31879 31881 31591 0 -1 4202560 126 0 0 0 0 0 0 0 25 0 2 0 529372827 31260672 946 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 47141362031577 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.086756 s]
/proc/loadavg: 8.02 8.17 8.13 5/202 31881
/proc/meminfo: memFree=25556656/32951124 swapFree=67111412/67111528
[pid=31881] ppid=31879 vsize=15676956 CPUtime=0.09 cores=0,2,4,6
/proc/31881/stat : 31881 (java) S 31879 31881 31591 0 -1 4202496 5407 0 1 0 8 1 0 0 25 0 18 0 529372827 16053202944 4815 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31881/statm: 3919239 4815 2115 9 0 3909958 0
[pid=31881/tid=31882] ppid=31879 vsize=15676956 CPUtime=0.06 cores=0,2,4,6
/proc/31881/task/31882/stat : 31882 (java) R 31879 31881 31591 0 -1 4202560 3249 0 1 0 6 0 0 0 18 0 18 0 529372827 16053202944 4815 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676956

[startup+0.100803 s]
/proc/loadavg: 8.02 8.17 8.13 5/202 31881
/proc/meminfo: memFree=25556656/32951124 swapFree=67111412/67111528
[pid=31881] ppid=31879 vsize=15676956 CPUtime=0.1 cores=0,2,4,6
/proc/31881/stat : 31881 (java) S 31879 31881 31591 0 -1 4202496 5626 0 1 0 9 1 0 0 25 0 18 0 529372827 16053202944 5034 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31881/statm: 3919239 5035 2117 9 0 3909958 0
[pid=31881/tid=31882] ppid=31879 vsize=15676956 CPUtime=0.08 cores=0,2,4,6
/proc/31881/task/31882/stat : 31882 (java) R 31879 31881 31591 0 -1 4202560 3469 0 1 0 7 1 0 0 18 0 18 0 529372827 16053202944 5035 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 47141365861203 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676956

[startup+0.300754 s]
/proc/loadavg: 8.02 8.17 8.13 5/202 31881
/proc/meminfo: memFree=25556656/32951124 swapFree=67111412/67111528
[pid=31881] ppid=31879 vsize=15680028 CPUtime=0.51 cores=0,2,4,6
/proc/31881/stat : 31881 (java) S 31879 31881 31591 0 -1 4202496 14629 0 1 0 49 2 0 0 25 0 18 0 529372827 16056348672 13124 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31881/statm: 3920007 13132 2207 9 0 3910726 0
[pid=31881/tid=31882] ppid=31879 vsize=15680028 CPUtime=0.28 cores=0,2,4,6
/proc/31881/task/31882/stat : 31882 (java) R 31879 31881 31591 0 -1 4202560 9566 0 1 0 26 2 0 0 18 0 18 0 529372827 16056348672 13136 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 46912505365742 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680028

[startup+0.797666 s]
/proc/loadavg: 8.02 8.17 8.13 5/202 31881
/proc/meminfo: memFree=25556656/32951124 swapFree=67111412/67111528
[pid=31881] ppid=31879 vsize=15695692 CPUtime=1.95 cores=0,2,4,6
/proc/31881/stat : 31881 (java) S 31879 31881 31591 0 -1 4202496 34914 0 1 0 191 4 0 0 25 0 22 0 529372827 16072388608 28306 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31881/statm: 3923923 28306 2262 9 0 3914642 0
[pid=31881/tid=31882] ppid=31879 vsize=15695692 CPUtime=0.47 cores=0,2,4,6
/proc/31881/task/31882/stat : 31882 (java) S 31879 31881 31591 0 -1 4202560 10993 0 1 0 45 2 0 0 20 0 22 0 529372827 16072388608 28306 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 15695692

[startup+1.50151 s]
/proc/loadavg: 8.02 8.17 8.13 14/224 31904
/proc/meminfo: memFree=25390188/32951124 swapFree=67111412/67111528
[pid=31881] ppid=31879 vsize=15695692 CPUtime=4.73 cores=0,2,4,6
/proc/31881/stat : 31881 (java) S 31879 31881 31591 0 -1 4202496 54150 0 1 0 466 7 0 0 25 0 22 0 529372827 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31881/statm: 3923923 47529 2278 9 0 3914642 0
[pid=31881/tid=31882] ppid=31879 vsize=15695692 CPUtime=0.47 cores=0,2,4,6
/proc/31881/task/31882/stat : 31882 (java) S 31879 31881 31591 0 -1 4202560 10993 0 1 0 45 2 0 0 20 0 22 0 529372827 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31884] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31884/stat : 31884 (java) S 31879 31881 31591 0 -1 4202560 339 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31885] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31885/stat : 31885 (java) S 31879 31881 31591 0 -1 4202560 351 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31886] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31886/stat : 31886 (java) S 31879 31881 31591 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
[pid=31881/tid=31887] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31887/stat : 31887 (java) S 31879 31881 31591 0 -1 4202560 274 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31888] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31888/stat : 31888 (java) S 31879 31881 31591 0 -1 4202560 356 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
[pid=31881/tid=31889] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31889/stat : 31889 (java) S 31879 31881 31591 0 -1 4202560 808 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31890] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31890/stat : 31890 (java) S 31879 31881 31591 0 -1 4202560 15 0 0 0 0 0 0 0 16 0 22 0 529372828 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31891] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31891/stat : 31891 (java) S 31879 31881 31591 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31892] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31892/stat : 31892 (java) S 31879 31881 31591 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 22 0 529372829 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 0 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31893] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31893/stat : 31893 (java) S 31879 31881 31591 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 529372829 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31894] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31894/stat : 31894 (java) S 31879 31881 31591 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529372829 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31895] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31895/stat : 31895 (java) S 31879 31881 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529372832 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347716017 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31896] ppid=31879 vsize=15695692 CPUtime=0.79 cores=0,2,4,6
/proc/31881/task/31896/stat : 31896 (java) S 31879 31881 31591 0 -1 4202560 7469 0 0 0 79 0 0 0 15 0 22 0 529372832 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31897] ppid=31879 vsize=15695692 CPUtime=0.67 cores=0,2,4,6
/proc/31881/task/31897/stat : 31897 (java) S 31879 31881 31591 0 -1 4202560 7077 0 0 0 67 0 0 0 17 0 22 0 529372832 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31898] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31898/stat : 31898 (java) S 31879 31881 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529372832 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31899] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31899/stat : 31899 (java) S 31879 31881 31591 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529372832 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31900] ppid=31879 vsize=15695692 CPUtime=0.8 cores=0,2,4,6
/proc/31881/task/31900/stat : 31900 (java) R 31879 31881 31591 0 -1 4202560 8005 0 0 0 80 0 0 0 17 0 22 0 529372859 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 46912505723797 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31881/tid=31901] ppid=31879 vsize=15695692 CPUtime=0.64 cores=0,2,4,6
/proc/31881/task/31901/stat : 31901 (java) R 31879 31881 31591 0 -1 4202560 3985 0 0 0 64 0 0 0 16 0 22 0 529372859 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 46912505723871 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31881/tid=31902] ppid=31879 vsize=15695692 CPUtime=0.68 cores=0,2,4,6
/proc/31881/task/31902/stat : 31902 (java) R 31879 31881 31591 0 -1 4202560 8123 0 0 0 68 0 0 0 18 0 22 0 529372859 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 46912505724056 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31881/tid=31903] ppid=31879 vsize=15695692 CPUtime=0.59 cores=0,2,4,6
/proc/31881/task/31903/stat : 31903 (java) R 31879 31881 31591 0 -1 4202560 4654 0 0 0 59 0 0 0 17 0 22 0 529372859 16072388608 47529 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 46912505524199 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 15695692

[startup+3.10122 s]
/proc/loadavg: 8.02 8.17 8.13 10/224 31904
/proc/meminfo: memFree=25388700/32951124 swapFree=67111412/67111528
[pid=31881] ppid=31879 vsize=15695692 CPUtime=11.1 cores=0,2,4,6
/proc/31881/stat : 31881 (java) S 31879 31881 31591 0 -1 4202496 57011 0 1 0 1103 7 0 0 25 0 22 0 529372827 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31881/statm: 3923923 45709 2285 9 0 3914642 0
[pid=31881/tid=31882] ppid=31879 vsize=15695692 CPUtime=0.47 cores=0,2,4,6
/proc/31881/task/31882/stat : 31882 (java) S 31879 31881 31591 0 -1 4202560 10993 0 1 0 45 2 0 0 20 0 22 0 529372827 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31884] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31884/stat : 31884 (java) S 31879 31881 31591 0 -1 4202560 570 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31885] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31885/stat : 31885 (java) S 31879 31881 31591 0 -1 4202560 848 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31886] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31886/stat : 31886 (java) S 31879 31881 31591 0 -1 4202560 681 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
[pid=31881/tid=31887] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31887/stat : 31887 (java) S 31879 31881 31591 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31888] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31888/stat : 31888 (java) S 31879 31881 31591 0 -1 4202560 661 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31889] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31889/stat : 31889 (java) S 31879 31881 31591 0 -1 4202560 1101 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31890] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31890/stat : 31890 (java) S 31879 31881 31591 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
[pid=31881/tid=31891] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31891/stat : 31891 (java) S 31879 31881 31591 0 -1 4202560 461 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31892] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31892/stat : 31892 (java) S 31879 31881 31591 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 22 0 529372829 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 0 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31893] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31893/stat : 31893 (java) S 31879 31881 31591 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 529372829 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31894] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31894/stat : 31894 (java) S 31879 31881 31591 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529372829 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31895] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31895/stat : 31895 (java) S 31879 31881 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529372832 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347716017 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31896] ppid=31879 vsize=15695692 CPUtime=0.88 cores=0,2,4,6
/proc/31881/task/31896/stat : 31896 (java) S 31879 31881 31591 0 -1 4202560 7487 0 0 0 88 0 0 0 16 0 22 0 529372832 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31897] ppid=31879 vsize=15695692 CPUtime=0.77 cores=0,2,4,6
/proc/31881/task/31897/stat : 31897 (java) S 31879 31881 31591 0 -1 4202560 7097 0 0 0 76 1 0 0 15 0 22 0 529372832 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31898] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31898/stat : 31898 (java) S 31879 31881 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529372832 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31899] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31899/stat : 31899 (java) S 31879 31881 31591 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529372832 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31900] ppid=31879 vsize=15695692 CPUtime=2.29 cores=0,2,4,6
/proc/31881/task/31900/stat : 31900 (java) R 31879 31881 31591 0 -1 4202560 8008 0 0 0 229 0 0 0 19 0 22 0 529372859 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 18446744073699066069 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31881/tid=31901] ppid=31879 vsize=15695692 CPUtime=2.22 cores=0,2,4,6
/proc/31881/task/31901/stat : 31901 (java) R 31879 31881 31591 0 -1 4202560 3989 0 0 0 222 0 0 0 18 0 22 0 529372859 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 46912505783903 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31881/tid=31902] ppid=31879 vsize=15695692 CPUtime=2.26 cores=0,2,4,6
/proc/31881/task/31902/stat : 31902 (java) R 31879 31881 31591 0 -1 4202560 8129 0 0 0 226 0 0 0 21 0 22 0 529372859 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 46912505952795 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31881/tid=31903] ppid=31879 vsize=15695692 CPUtime=2.08 cores=0,2,4,6
/proc/31881/task/31903/stat : 31903 (java) R 31879 31881 31591 0 -1 4202560 4655 0 0 0 208 0 0 0 19 0 22 0 529372859 16072388608 45709 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 46912505524199 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.1
Current children cumulated vsize (KiB) 15695692

[startup+6.30066 s]
/proc/loadavg: 8.02 8.17 8.13 9/224 31904
/proc/meminfo: memFree=25438856/32951124 swapFree=67111412/67111528
[pid=31881] ppid=31879 vsize=15695692 CPUtime=23.82 cores=0,2,4,6
/proc/31881/stat : 31881 (java) S 31879 31881 31591 0 -1 4202496 58114 0 1 0 2374 8 0 0 25 0 22 0 529372827 16072388608 33899 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31881/statm: 3923923 33899 2288 9 0 3914642 0
[pid=31881/tid=31882] ppid=31879 vsize=15695692 CPUtime=0.47 cores=0,2,4,6
/proc/31881/task/31882/stat : 31882 (java) S 31879 31881 31591 0 -1 4202560 10993 0 1 0 45 2 0 0 20 0 22 0 529372827 16072388608 33899 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31884] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31884/stat : 31884 (java) S 31879 31881 31591 0 -1 4202560 646 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 33899 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
[pid=31881/tid=31885] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31885/stat : 31885 (java) S 31879 31881 31591 0 -1 4202560 1013 0 0 0 0 0 0 0 15 0 22 0 529372828 16072388608 33899 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31886] ppid=31879 vsize=15695692 CPUtime=0.01 cores=0,2,4,6
/proc/31881/task/31886/stat : 31886 (java) S 31879 31881 31591 0 -1 4202560 834 0 0 0 1 0 0 0 15 0 22 0 529372828 16072388608 33899 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
[pid=31881/tid=31887] ppid=31879 vsize=15695692 CPUtime=0.01 cores=0,2,4,6
/proc/31881/task/31887/stat : 31887 (java) S 31879 31881 31591 0 -1 4202560 876 0 0 0 1 0 0 0 16 0 22 0 529372828 16072388608 33899 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31888] ppid=31879 vsize=15695692 CPUtime=0.01 cores=0,2,4,6
/proc/31881/task/31888/stat : 31888 (java) S 31879 31881 31591 0 -1 4202560 740 0 0 0 1 0 0 0 16 0 22 0 529372828 16072388608 33899 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
[pid=31881/tid=31889] ppid=31879 vsize=15695692 CPUtime=0.01 cores=0,2,4,6
/proc/31881/task/31889/stat : 31889 (java) S 31879 31881 31591 0 -1 4202560 1301 0 0 0 1 0 0 0 15 0 22 0 529372828 16072388608 33899 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31890] ppid=31879 vsize=15695692 CPUtime=0.01 cores=0,2,4,6
/proc/31881/task/31890/stat : 31890 (java) S 31879 31881 31591 0 -1 4202560 309 0 0 0 1 0 0 0 15 0 22 0 529372828 16072388608 33899 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31891] ppid=31879 vsize=15695692 CPUtime=0.01 cores=0,2,4,6
/proc/31881/task/31891/stat : 31891 (java) S 31879 31881 31591 0 -1 4202560 564 0 0 0 1 0 0 0 16 0 22 0 529372828 16072388608 33899 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0

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

/proc/31881/task/31896/stat : 31896 (java) S 31879 31881 31591 0 -1 4202560 7511 0 0 0 104 0 0 0 15 0 22 0 529372832 16072388608 162013 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31897] ppid=31879 vsize=15695692 CPUtime=0.88 cores=0,2,4,6
/proc/31881/task/31897/stat : 31897 (java) S 31879 31881 31591 0 -1 4202560 7116 0 0 0 87 1 0 0 15 0 22 0 529372832 16072388608 162013 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31898] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31898/stat : 31898 (java) S 31879 31881 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529372832 16072388608 162013 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31899] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31899/stat : 31899 (java) S 31879 31881 31591 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 529372832 16072388608 162013 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31900] ppid=31879 vsize=15695692 CPUtime=312.79 cores=0,2,4,6
/proc/31881/task/31900/stat : 31900 (java) R 31879 31881 31591 0 -1 4202560 46385 0 0 0 31273 6 0 0 25 0 22 0 529372859 16072388608 162013 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 46912505754453 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31881/tid=31901] ppid=31879 vsize=15695692 CPUtime=312.72 cores=0,2,4,6
/proc/31881/task/31901/stat : 31901 (java) R 31879 31881 31591 0 -1 4202560 42739 0 0 0 31264 8 0 0 18 0 22 0 529372859 16072388608 162013 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 47141362446320 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31881/tid=31902] ppid=31879 vsize=15695692 CPUtime=313.07 cores=0,2,4,6
/proc/31881/task/31902/stat : 31902 (java) R 31879 31881 31591 0 -1 4202560 46449 0 0 0 31299 8 0 0 25 0 22 0 529372859 16072388608 162013 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 46912505754235 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31881/tid=31903] ppid=31879 vsize=15695692 CPUtime=312.51 cores=0,2,4,6
/proc/31881/task/31903/stat : 31903 (java) R 31879 31881 31591 0 -1 4202560 42717 0 0 0 31245 6 0 0 25 0 22 0 529372859 16072388608 162013 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 46912505838079 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1261.84
Current children cumulated vsize (KiB) 15695692

[startup+318.301 s]
/proc/loadavg: 8.18 8.20 8.15 9/224 31963
/proc/meminfo: memFree=24722236/32951124 swapFree=67111412/67111528
[pid=31881] ppid=31879 vsize=15695692 CPUtime=1264.6 cores=0,2,4,6
/proc/31881/stat : 31881 (java) S 31879 31881 31591 0 -1 4202496 401885 0 1 0 126370 90 0 0 25 0 22 0 529372827 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31881/statm: 3923923 161627 2290 9 0 3914642 0
[pid=31881/tid=31882] ppid=31879 vsize=15695692 CPUtime=0.47 cores=0,2,4,6
/proc/31881/task/31882/stat : 31882 (java) S 31879 31881 31591 0 -1 4202560 10993 0 1 0 45 2 0 0 20 0 22 0 529372827 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31884] ppid=31879 vsize=15695692 CPUtime=0.98 cores=0,2,4,6
/proc/31881/task/31884/stat : 31884 (java) S 31879 31881 31591 0 -1 4202560 25735 0 0 0 93 5 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31885] ppid=31879 vsize=15695692 CPUtime=0.91 cores=0,2,4,6
/proc/31881/task/31885/stat : 31885 (java) S 31879 31881 31591 0 -1 4202560 23053 0 0 0 87 4 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31886] ppid=31879 vsize=15695692 CPUtime=0.94 cores=0,2,4,6
/proc/31881/task/31886/stat : 31886 (java) S 31879 31881 31591 0 -1 4202560 23276 0 0 0 90 4 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31887] ppid=31879 vsize=15695692 CPUtime=0.95 cores=0,2,4,6
/proc/31881/task/31887/stat : 31887 (java) S 31879 31881 31591 0 -1 4202560 23619 0 0 0 91 4 0 0 16 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31888] ppid=31879 vsize=15695692 CPUtime=1.04 cores=0,2,4,6
/proc/31881/task/31888/stat : 31888 (java) S 31879 31881 31591 0 -1 4202560 25810 0 0 0 98 6 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31889] ppid=31879 vsize=15695692 CPUtime=1.02 cores=0,2,4,6
/proc/31881/task/31889/stat : 31889 (java) S 31879 31881 31591 0 -1 4202560 25060 0 0 0 98 4 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31890] ppid=31879 vsize=15695692 CPUtime=1 cores=0,2,4,6
/proc/31881/task/31890/stat : 31890 (java) S 31879 31881 31591 0 -1 4202560 24497 0 0 0 95 5 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
[pid=31881/tid=31891] ppid=31879 vsize=15695692 CPUtime=0.95 cores=0,2,4,6
/proc/31881/task/31891/stat : 31891 (java) S 31879 31881 31591 0 -1 4202560 24745 0 0 0 90 5 0 0 16 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
[pid=31881/tid=31892] ppid=31879 vsize=15695692 CPUtime=0.42 cores=0,2,4,6
/proc/31881/task/31892/stat : 31892 (java) S 31879 31881 31591 0 -1 4202560 776 0 0 0 29 13 0 0 15 0 22 0 529372829 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 0 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31893] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31893/stat : 31893 (java) S 31879 31881 31591 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 529372829 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31894] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31894/stat : 31894 (java) S 31879 31881 31591 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529372829 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31895] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31895/stat : 31895 (java) S 31879 31881 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347716017 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31896] ppid=31879 vsize=15695692 CPUtime=1.04 cores=0,2,4,6
/proc/31881/task/31896/stat : 31896 (java) S 31879 31881 31591 0 -1 4202560 7511 0 0 0 104 0 0 0 15 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31897] ppid=31879 vsize=15695692 CPUtime=0.88 cores=0,2,4,6
/proc/31881/task/31897/stat : 31897 (java) S 31879 31881 31591 0 -1 4202560 7116 0 0 0 87 1 0 0 15 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31898] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31898/stat : 31898 (java) S 31879 31881 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31899] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31899/stat : 31899 (java) S 31879 31881 31591 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31900] ppid=31879 vsize=15695692 CPUtime=313.48 cores=0,2,4,6
/proc/31881/task/31900/stat : 31900 (java) R 31879 31881 31591 0 -1 4202560 46385 0 0 0 31342 6 0 0 25 0 22 0 529372859 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 18446744073699066094 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31881/tid=31901] ppid=31879 vsize=15695692 CPUtime=313.36 cores=0,2,4,6
/proc/31881/task/31901/stat : 31901 (java) S 31879 31881 31591 0 -1 4202560 42739 0 0 0 31328 8 0 0 18 0 22 0 529372859 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31902] ppid=31879 vsize=15695692 CPUtime=313.81 cores=0,2,4,6
/proc/31881/task/31902/stat : 31902 (java) S 31879 31881 31591 0 -1 4202560 46450 0 0 0 31373 8 0 0 25 0 22 0 529372859 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31903] ppid=31879 vsize=15695692 CPUtime=313.19 cores=0,2,4,6
/proc/31881/task/31903/stat : 31903 (java) R 31879 31881 31591 0 -1 4202560 42718 0 0 0 31313 6 0 0 17 0 22 0 529372859 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 46912505723934 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1264.6
Current children cumulated vsize (KiB) 15695692

[startup+318.501 s]
/proc/loadavg: 8.18 8.20 8.15 9/224 31963
/proc/meminfo: memFree=24722236/32951124 swapFree=67111412/67111528
[pid=31881] ppid=31879 vsize=15695692 CPUtime=1264.66 cores=0,2,4,6
/proc/31881/stat : 31881 (java) S 31879 31881 31591 0 -1 4202496 401885 0 1 0 126376 90 0 0 25 0 22 0 529372827 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31881/statm: 3923923 161627 2290 9 0 3914642 0
[pid=31881/tid=31882] ppid=31879 vsize=15695692 CPUtime=0.47 cores=0,2,4,6
/proc/31881/task/31882/stat : 31882 (java) S 31879 31881 31591 0 -1 4202560 10993 0 1 0 45 2 0 0 20 0 22 0 529372827 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31884] ppid=31879 vsize=15695692 CPUtime=0.98 cores=0,2,4,6
/proc/31881/task/31884/stat : 31884 (java) S 31879 31881 31591 0 -1 4202560 25735 0 0 0 93 5 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31885] ppid=31879 vsize=15695692 CPUtime=0.91 cores=0,2,4,6
/proc/31881/task/31885/stat : 31885 (java) S 31879 31881 31591 0 -1 4202560 23053 0 0 0 87 4 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31886] ppid=31879 vsize=15695692 CPUtime=0.94 cores=0,2,4,6
/proc/31881/task/31886/stat : 31886 (java) S 31879 31881 31591 0 -1 4202560 23276 0 0 0 90 4 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31887] ppid=31879 vsize=15695692 CPUtime=0.95 cores=0,2,4,6
/proc/31881/task/31887/stat : 31887 (java) S 31879 31881 31591 0 -1 4202560 23619 0 0 0 91 4 0 0 16 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31888] ppid=31879 vsize=15695692 CPUtime=1.04 cores=0,2,4,6
/proc/31881/task/31888/stat : 31888 (java) S 31879 31881 31591 0 -1 4202560 25810 0 0 0 98 6 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31889] ppid=31879 vsize=15695692 CPUtime=1.02 cores=0,2,4,6
/proc/31881/task/31889/stat : 31889 (java) S 31879 31881 31591 0 -1 4202560 25060 0 0 0 98 4 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31890] ppid=31879 vsize=15695692 CPUtime=1 cores=0,2,4,6
/proc/31881/task/31890/stat : 31890 (java) S 31879 31881 31591 0 -1 4202560 24497 0 0 0 95 5 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
[pid=31881/tid=31891] ppid=31879 vsize=15695692 CPUtime=0.95 cores=0,2,4,6
/proc/31881/task/31891/stat : 31891 (java) S 31879 31881 31591 0 -1 4202560 24745 0 0 0 90 5 0 0 16 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
[pid=31881/tid=31892] ppid=31879 vsize=15695692 CPUtime=0.42 cores=0,2,4,6
/proc/31881/task/31892/stat : 31892 (java) S 31879 31881 31591 0 -1 4202560 776 0 0 0 29 13 0 0 15 0 22 0 529372829 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 0 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31893] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31893/stat : 31893 (java) S 31879 31881 31591 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 529372829 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31894] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31894/stat : 31894 (java) S 31879 31881 31591 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529372829 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31895] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31895/stat : 31895 (java) S 31879 31881 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347716017 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31896] ppid=31879 vsize=15695692 CPUtime=1.04 cores=0,2,4,6
/proc/31881/task/31896/stat : 31896 (java) S 31879 31881 31591 0 -1 4202560 7511 0 0 0 104 0 0 0 15 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31897] ppid=31879 vsize=15695692 CPUtime=0.88 cores=0,2,4,6
/proc/31881/task/31897/stat : 31897 (java) S 31879 31881 31591 0 -1 4202560 7116 0 0 0 87 1 0 0 15 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31898] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31898/stat : 31898 (java) S 31879 31881 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31899] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31899/stat : 31899 (java) S 31879 31881 31591 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31900] ppid=31879 vsize=15695692 CPUtime=313.48 cores=0,2,4,6
/proc/31881/task/31900/stat : 31900 (java) S 31879 31881 31591 0 -1 4202560 46385 0 0 0 31342 6 0 0 24 0 22 0 529372859 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31901] ppid=31879 vsize=15695692 CPUtime=313.37 cores=0,2,4,6
/proc/31881/task/31901/stat : 31901 (java) S 31879 31881 31591 0 -1 4202560 42739 0 0 0 31329 8 0 0 16 0 22 0 529372859 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31902] ppid=31879 vsize=15695692 CPUtime=313.83 cores=0,2,4,6
/proc/31881/task/31902/stat : 31902 (java) S 31879 31881 31591 0 -1 4202560 46450 0 0 0 31375 8 0 0 24 0 22 0 529372859 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31903] ppid=31879 vsize=15695692 CPUtime=313.21 cores=0,2,4,6
/proc/31881/task/31903/stat : 31903 (java) S 31879 31881 31591 0 -1 4202560 42718 0 0 0 31315 6 0 0 15 0 22 0 529372859 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1264.66
Current children cumulated vsize (KiB) 15695692

[startup+318.601 s]
/proc/loadavg: 8.18 8.20 8.15 9/224 31963
/proc/meminfo: memFree=24722236/32951124 swapFree=67111412/67111528
[pid=31881] ppid=31879 vsize=15695692 CPUtime=1264.66 cores=0,2,4,6
/proc/31881/stat : 31881 (java) S 31879 31881 31591 0 -1 4202496 401885 0 1 0 126376 90 0 0 25 0 22 0 529372827 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31881/statm: 3923923 161627 2290 9 0 3914642 0
[pid=31881/tid=31882] ppid=31879 vsize=15695692 CPUtime=0.47 cores=0,2,4,6
/proc/31881/task/31882/stat : 31882 (java) S 31879 31881 31591 0 -1 4202560 10993 0 1 0 45 2 0 0 20 0 22 0 529372827 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31884] ppid=31879 vsize=15695692 CPUtime=0.98 cores=0,2,4,6
/proc/31881/task/31884/stat : 31884 (java) S 31879 31881 31591 0 -1 4202560 25735 0 0 0 93 5 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31885] ppid=31879 vsize=15695692 CPUtime=0.91 cores=0,2,4,6
/proc/31881/task/31885/stat : 31885 (java) S 31879 31881 31591 0 -1 4202560 23053 0 0 0 87 4 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31886] ppid=31879 vsize=15695692 CPUtime=0.94 cores=0,2,4,6
/proc/31881/task/31886/stat : 31886 (java) S 31879 31881 31591 0 -1 4202560 23276 0 0 0 90 4 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31887] ppid=31879 vsize=15695692 CPUtime=0.95 cores=0,2,4,6
/proc/31881/task/31887/stat : 31887 (java) S 31879 31881 31591 0 -1 4202560 23619 0 0 0 91 4 0 0 16 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31888] ppid=31879 vsize=15695692 CPUtime=1.04 cores=0,2,4,6
/proc/31881/task/31888/stat : 31888 (java) S 31879 31881 31591 0 -1 4202560 25810 0 0 0 98 6 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31889] ppid=31879 vsize=15695692 CPUtime=1.02 cores=0,2,4,6
/proc/31881/task/31889/stat : 31889 (java) S 31879 31881 31591 0 -1 4202560 25060 0 0 0 98 4 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31890] ppid=31879 vsize=15695692 CPUtime=1 cores=0,2,4,6
/proc/31881/task/31890/stat : 31890 (java) S 31879 31881 31591 0 -1 4202560 24497 0 0 0 95 5 0 0 15 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
[pid=31881/tid=31891] ppid=31879 vsize=15695692 CPUtime=0.95 cores=0,2,4,6
/proc/31881/task/31891/stat : 31891 (java) S 31879 31881 31591 0 -1 4202560 24745 0 0 0 90 5 0 0 16 0 22 0 529372828 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
[pid=31881/tid=31892] ppid=31879 vsize=15695692 CPUtime=0.42 cores=0,2,4,6
/proc/31881/task/31892/stat : 31892 (java) S 31879 31881 31591 0 -1 4202560 776 0 0 0 29 13 0 0 15 0 22 0 529372829 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 0 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31893] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31893/stat : 31893 (java) S 31879 31881 31591 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 529372829 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31894] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31894/stat : 31894 (java) S 31879 31881 31591 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529372829 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31895] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31895/stat : 31895 (java) S 31879 31881 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347716017 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31896] ppid=31879 vsize=15695692 CPUtime=1.04 cores=0,2,4,6
/proc/31881/task/31896/stat : 31896 (java) S 31879 31881 31591 0 -1 4202560 7511 0 0 0 104 0 0 0 15 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31897] ppid=31879 vsize=15695692 CPUtime=0.88 cores=0,2,4,6
/proc/31881/task/31897/stat : 31897 (java) S 31879 31881 31591 0 -1 4202560 7116 0 0 0 87 1 0 0 15 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31898] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31898/stat : 31898 (java) S 31879 31881 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708313 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31899] ppid=31879 vsize=15695692 CPUtime=0 cores=0,2,4,6
/proc/31881/task/31899/stat : 31899 (java) S 31879 31881 31591 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 529372832 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31900] ppid=31879 vsize=15695692 CPUtime=313.48 cores=0,2,4,6
/proc/31881/task/31900/stat : 31900 (java) S 31879 31881 31591 0 -1 4202560 46385 0 0 0 31342 6 0 0 23 0 22 0 529372859 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 4 0 0 0
[pid=31881/tid=31901] ppid=31879 vsize=15695692 CPUtime=313.37 cores=0,2,4,6
/proc/31881/task/31901/stat : 31901 (java) S 31879 31881 31591 0 -1 4202560 42739 0 0 0 31329 8 0 0 15 0 22 0 529372859 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 6 0 0 0
[pid=31881/tid=31902] ppid=31879 vsize=15695692 CPUtime=313.83 cores=0,2,4,6
/proc/31881/task/31902/stat : 31902 (java) S 31879 31881 31591 0 -1 4202560 46450 0 0 0 31375 8 0 0 23 0 22 0 529372859 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 0 0 0 0
[pid=31881/tid=31903] ppid=31879 vsize=15695692 CPUtime=313.21 cores=0,2,4,6
/proc/31881/task/31903/stat : 31903 (java) S 31879 31881 31591 0 -1 4202560 42718 0 0 0 31315 6 0 0 15 0 22 0 529372859 16072388608 161627 33554432000 1073741824 1073778376 140734941281520 18446744073709551615 232347708928 0 4 0 16800975 18446604442450707392 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1264.66
Current children cumulated vsize (KiB) 15695692

Child status: 20
Real time (s): 318.644
CPU time (s): 1264.7
CPU user time (s): 1263.77
CPU system time (s): 0.932858
CPU usage (%): 396.901
Max. virtual memory (cumulated for all children) (KiB): 15697664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1263.77
system time used= 0.932858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401913
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= 63936
involuntary context switches= 48368

runsolver used 0.495924 second user time and 1.26481 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-30 17:35:47
IDJOB=3312844
IDBENCH=83029
IDSOLVER=1699
FILE ID=node132/3312844-1304177747
RUNJOBID= node132-1304176513-31609
PBS_JOBID= 13172423
Free space on /tmp= 72172 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S324945930-048.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312844-1304177747/watcher-3312844-1304177747 -o /tmp/evaluation-result-3312844-1304177747/solver-3312844-1304177747 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312844-1304177747.cnf

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

MD5SUM BENCH= 25ed0c8de63814e6d33af77a8f91b72b
RANDOM SEED=356869394

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25556804 kB
Buffers:        698184 kB
Cached:        5853888 kB
SwapCached:        112 kB
Active:        1811764 kB
Inactive:      5098492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25556804 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:            2068 kB
Writeback:           0 kB
AnonPages:      358076 kB
Mapped:          23268 kB
Slab:           418380 kB
PageTables:       6360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   557344 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72172 MiB
End job on node132 at 2011-04-30 17:41:05