Trace number 3311814

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 4762.84 1198.25

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_4300_4300_110.shuffled.cnf
MD5SUM34f8b747bfe8e7b589b8832e56ae8363
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022996
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses1892
Sum of the clauses size9308
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33
Number of clauses of size 4146
Number of clauses of size 51743
Number of clauses of size over 50

Solver Data

0.11/0.11	33:41 INFO : Reading from input HOME/instance-3311814-1304188421.cnf
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Starting Executor!
0.28/0.26	Starting Executor!
0.28/0.26	Starting Executor!
0.28/0.26	Starting Executor!
0.54/0.38	33:41 INFO : 110 variables remaining out of 110
0.54/0.38	33:41 INFO : 11200 literals remaining out of 11200
4762.67/1198.20	c Elapsed time 1198.081
4762.67/1198.23	s SATISFIABLE
4762.67/1198.23	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 51 -52 -53 -54 -55 -56 -57 -58 -59 60 61 62 -63 64 -65 66 67 68 -69 -70 -71 72 -73 74 75 -76 -77 78 -79 -80 -81 82 -83 -84 85 -86 87 -88 -89 -90 -91 -92 -93 94 95 -96 -97 -98 -99 -100 -101 -102 103 -104 105 -106 107 108 -109 110 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-3311814-1304188421/watcher-3311814-1304188421 -o /tmp/evaluation-result-3311814-1304188421/solver-3311814-1304188421 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311814-1304188421.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.44 8.16 8.04 6/198 11326
/proc/meminfo: memFree=28379916/32950928 swapFree=67111352/67111528
[pid=11326] ppid=11324 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/11326/stat : 11326 (java) S 11324 11326 10989 0 -1 4202496 1413 0 0 0 0 0 0 0 25 0 2 0 609072777 26714112 883 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379349477 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11326/statm: 6522 885 678 9 0 381 0
[pid=11326/tid=11327] ppid=11324 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11327/stat : 11327 (java) S 11324 11326 10989 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 609072777 26714112 885 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251362623111 0 2147483391 4096 0 18446744071699199166 0 0 -1 2 0 0 0

[startup+0.0894131 s]
/proc/loadavg: 8.44 8.16 8.04 6/198 11326
/proc/meminfo: memFree=28379916/32950928 swapFree=67111352/67111528
[pid=11326] ppid=11324 vsize=15675740 CPUtime=0.1 cores=0,2,4,6
/proc/11326/stat : 11326 (java) S 11324 11326 10989 0 -1 4202496 5466 0 1 0 9 1 0 0 25 0 18 0 609072777 16051957760 4904 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11326/statm: 3918935 4904 2116 9 0 3909654 0
[pid=11326/tid=11327] ppid=11324 vsize=15675740 CPUtime=0.08 cores=0,2,4,6
/proc/11326/task/11327/stat : 11327 (java) R 11324 11326 10989 0 -1 4202560 3322 0 1 0 7 1 0 0 18 0 18 0 609072777 16051957760 4904 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 47634436138037 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15675740

[startup+0.100377 s]
/proc/loadavg: 8.44 8.16 8.04 6/198 11326
/proc/meminfo: memFree=28379916/32950928 swapFree=67111352/67111528
[pid=11326] ppid=11324 vsize=15675740 CPUtime=0.11 cores=0,2,4,6
/proc/11326/stat : 11326 (java) S 11324 11326 10989 0 -1 4202496 5635 0 1 0 10 1 0 0 25 0 18 0 609072777 16051957760 5073 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11326/statm: 3918935 5073 2118 9 0 3909654 0
[pid=11326/tid=11327] ppid=11324 vsize=15675740 CPUtime=0.09 cores=0,2,4,6
/proc/11326/task/11327/stat : 11327 (java) R 11324 11326 10989 0 -1 4202560 3492 0 1 0 8 1 0 0 18 0 18 0 609072777 16051957760 5074 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 47634433795690 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15675740

[startup+0.300334 s]
/proc/loadavg: 8.44 8.16 8.04 6/198 11326
/proc/meminfo: memFree=28379916/32950928 swapFree=67111352/67111528
[pid=11326] ppid=11324 vsize=15685108 CPUtime=0.54 cores=0,2,4,6
/proc/11326/stat : 11326 (java) S 11324 11326 10989 0 -1 4202496 11246 0 1 0 52 2 0 0 25 0 22 0 609072777 16061550592 9714 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11326/statm: 3921277 9715 2214 9 0 3911996 0
[pid=11326/tid=11327] ppid=11324 vsize=15685108 CPUtime=0.28 cores=0,2,4,6
/proc/11326/task/11327/stat : 11327 (java) R 11324 11326 10989 0 -1 4202560 6366 0 1 0 27 1 0 0 20 0 22 0 609072777 16061550592 9715 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505121134 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 15685108

[startup+0.761027 s]
/proc/loadavg: 8.44 8.16 8.04 6/198 11326
/proc/meminfo: memFree=28379916/32950928 swapFree=67111352/67111528
[pid=11326] ppid=11324 vsize=15703460 CPUtime=2.14 cores=0,2,4,6
/proc/11326/stat : 11326 (java) S 11324 11326 10989 0 -1 4202496 32611 0 1 0 209 5 0 0 25 0 22 0 609072777 16080343040 25658 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11326/statm: 3925865 25658 2254 9 0 3916584 0
[pid=11326/tid=11327] ppid=11324 vsize=15703460 CPUtime=0.37 cores=0,2,4,6
/proc/11326/task/11327/stat : 11327 (java) S 11324 11326 10989 0 -1 4202560 6683 0 1 0 36 1 0 0 20 0 22 0 609072777 16080343040 25658 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 15703460

[startup+1.50106 s]
/proc/loadavg: 8.16 8.11 8.02 13/220 11348
/proc/meminfo: memFree=28271484/32950928 swapFree=67111352/67111528
[pid=11326] ppid=11324 vsize=15700816 CPUtime=5.08 cores=0,2,4,6
/proc/11326/stat : 11326 (java) S 11324 11326 10989 0 -1 4202496 60515 0 1 0 500 8 0 0 25 0 22 0 609072777 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11326/statm: 3925204 49727 2276 9 0 3915923 0
[pid=11326/tid=11327] ppid=11324 vsize=15700816 CPUtime=0.37 cores=0,2,4,6
/proc/11326/task/11327/stat : 11327 (java) S 11324 11326 10989 0 -1 4202560 6683 0 1 0 36 1 0 0 20 0 22 0 609072777 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11329] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11329/stat : 11329 (java) S 11324 11326 10989 0 -1 4202560 15 0 0 0 0 0 0 0 16 0 22 0 609072778 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11330] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11330/stat : 11330 (java) S 11324 11326 10989 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 609072778 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 6 0 0 0
[pid=11326/tid=11331] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11331/stat : 11331 (java) S 11324 11326 10989 0 -1 4202560 205 0 0 0 0 0 0 0 16 0 22 0 609072778 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11332] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11332/stat : 11332 (java) R 11324 11326 10989 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 22 0 609072778 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11326/tid=11333] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11333/stat : 11333 (java) S 11324 11326 10989 0 -1 4202560 309 0 0 0 0 0 0 0 16 0 22 0 609072778 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11334] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11334/stat : 11334 (java) S 11324 11326 10989 0 -1 4202560 561 0 0 0 0 0 0 0 16 0 22 0 609072778 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11335] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11335/stat : 11335 (java) S 11324 11326 10989 0 -1 4202560 499 0 0 0 0 0 0 0 16 0 22 0 609072778 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 6 0 0 0
[pid=11326/tid=11336] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11336/stat : 11336 (java) S 11324 11326 10989 0 -1 4202560 142 0 0 0 0 0 0 0 16 0 22 0 609072778 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11337] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11337/stat : 11337 (java) S 11324 11326 10989 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 22 0 609072779 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379363328 0 0 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11338] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11338/stat : 11338 (java) R 11324 11326 10989 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 609072779 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11326/tid=11339] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11339/stat : 11339 (java) S 11324 11326 10989 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 609072779 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11340] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11340/stat : 11340 (java) S 11324 11326 10989 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609072781 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379370417 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11341] ppid=11324 vsize=15700816 CPUtime=0.99 cores=0,2,4,6
/proc/11326/task/11341/stat : 11341 (java) S 11324 11326 10989 0 -1 4202560 8041 0 0 0 99 0 0 0 16 0 22 0 609072781 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 6 0 0 0
[pid=11326/tid=11342] ppid=11324 vsize=15700816 CPUtime=1.07 cores=0,2,4,6
/proc/11326/task/11342/stat : 11342 (java) S 11324 11326 10989 0 -1 4202560 13807 0 0 0 105 2 0 0 16 0 22 0 609072781 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11343] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11343/stat : 11343 (java) S 11324 11326 10989 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609072781 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11344] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11344/stat : 11344 (java) S 11324 11326 10989 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 609072781 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379363328 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11345] ppid=11324 vsize=15700816 CPUtime=0.84 cores=0,2,4,6
/proc/11326/task/11345/stat : 11345 (java) R 11324 11326 10989 0 -1 4202560 11054 0 0 0 83 1 0 0 17 0 22 0 609072803 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505695392 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11326/tid=11346] ppid=11324 vsize=15700816 CPUtime=0.65 cores=0,2,4,6
/proc/11326/task/11346/stat : 11346 (java) R 11324 11326 10989 0 -1 4202560 4873 0 0 0 65 0 0 0 20 0 22 0 609072803 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505722829 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11326/tid=11347] ppid=11324 vsize=15700816 CPUtime=0.32 cores=0,2,4,6
/proc/11326/task/11347/stat : 11347 (java) R 11324 11326 10989 0 -1 4202560 2008 0 0 0 32 0 0 0 19 0 22 0 609072803 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505695523 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11326/tid=11348] ppid=11324 vsize=15700816 CPUtime=0.77 cores=0,2,4,6
/proc/11326/task/11348/stat : 11348 (java) R 11324 11326 10989 0 -1 4202560 10915 0 0 0 76 1 0 0 17 0 22 0 609072803 16077635584 49727 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505695534 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 15700816

[startup+3.10076 s]
/proc/loadavg: 8.16 8.11 8.02 10/220 11348
/proc/meminfo: memFree=28192620/32950928 swapFree=67111352/67111528
[pid=11326] ppid=11324 vsize=15700816 CPUtime=11.45 cores=0,2,4,6
/proc/11326/stat : 11326 (java) S 11324 11326 10989 0 -1 4202496 63367 0 1 0 1136 9 0 0 25 0 22 0 609072777 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11326/statm: 3925204 49865 2284 9 0 3915923 0
[pid=11326/tid=11327] ppid=11324 vsize=15700816 CPUtime=0.37 cores=0,2,4,6
/proc/11326/task/11327/stat : 11327 (java) S 11324 11326 10989 0 -1 4202560 6683 0 1 0 36 1 0 0 20 0 22 0 609072777 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11329] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11329/stat : 11329 (java) S 11324 11326 10989 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 22 0 609072778 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11330] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11330/stat : 11330 (java) S 11324 11326 10989 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 22 0 609072778 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11331] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11331/stat : 11331 (java) S 11324 11326 10989 0 -1 4202560 657 0 0 0 0 0 0 0 15 0 22 0 609072778 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11332] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11332/stat : 11332 (java) S 11324 11326 10989 0 -1 4202560 351 0 0 0 0 0 0 0 15 0 22 0 609072778 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11333] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11333/stat : 11333 (java) S 11324 11326 10989 0 -1 4202560 793 0 0 0 0 0 0 0 15 0 22 0 609072778 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11334] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11334/stat : 11334 (java) S 11324 11326 10989 0 -1 4202560 678 0 0 0 0 0 0 0 15 0 22 0 609072778 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11335] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11335/stat : 11335 (java) S 11324 11326 10989 0 -1 4202560 534 0 0 0 0 0 0 0 16 0 22 0 609072778 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 6 0 0 0
[pid=11326/tid=11336] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11336/stat : 11336 (java) S 11324 11326 10989 0 -1 4202560 489 0 0 0 0 0 0 0 15 0 22 0 609072778 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 6 0 0 0
[pid=11326/tid=11337] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11337/stat : 11337 (java) S 11324 11326 10989 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 609072779 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379363328 0 0 0 16800975 18446604453894611968 0 0 -1 6 0 0 0
[pid=11326/tid=11338] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11338/stat : 11338 (java) S 11324 11326 10989 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 609072779 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11339] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11339/stat : 11339 (java) S 11324 11326 10989 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 609072779 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11340] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11340/stat : 11340 (java) S 11324 11326 10989 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609072781 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379370417 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11341] ppid=11324 vsize=15700816 CPUtime=1.09 cores=0,2,4,6
/proc/11326/task/11341/stat : 11341 (java) S 11324 11326 10989 0 -1 4202560 8062 0 0 0 109 0 0 0 15 0 22 0 609072781 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 6 0 0 0
[pid=11326/tid=11342] ppid=11324 vsize=15700816 CPUtime=1.2 cores=0,2,4,6
/proc/11326/task/11342/stat : 11342 (java) S 11324 11326 10989 0 -1 4202560 13829 0 0 0 118 2 0 0 16 0 22 0 609072781 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11343] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11343/stat : 11343 (java) S 11324 11326 10989 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609072781 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11344] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11344/stat : 11344 (java) S 11324 11326 10989 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 609072781 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379363328 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11345] ppid=11324 vsize=15700816 CPUtime=2.42 cores=0,2,4,6
/proc/11326/task/11345/stat : 11345 (java) R 11324 11326 10989 0 -1 4202560 11159 0 0 0 241 1 0 0 20 0 22 0 609072803 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505955698 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11326/tid=11346] ppid=11324 vsize=15700816 CPUtime=2.12 cores=0,2,4,6
/proc/11326/task/11346/stat : 11346 (java) R 11324 11326 10989 0 -1 4202560 4934 0 0 0 212 0 0 0 25 0 22 0 609072803 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505683662 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11326/tid=11347] ppid=11324 vsize=15700816 CPUtime=1.78 cores=0,2,4,6
/proc/11326/task/11347/stat : 11347 (java) R 11324 11326 10989 0 -1 4202560 2014 0 0 0 178 0 0 0 22 0 22 0 609072803 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505793305 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11326/tid=11348] ppid=11324 vsize=15700816 CPUtime=2.35 cores=0,2,4,6
/proc/11326/task/11348/stat : 11348 (java) R 11324 11326 10989 0 -1 4202560 10919 0 0 0 234 1 0 0 20 0 22 0 609072803 16077635584 49865 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505522309 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.45
Current children cumulated vsize (KiB) 15700816

[startup+6.30117 s]
/proc/loadavg: 8.15 8.11 8.02 9/220 11348
/proc/meminfo: memFree=28222472/32950928 swapFree=67111352/67111528
[pid=11326] ppid=11324 vsize=15700816 CPUtime=24.15 cores=0,2,4,6
/proc/11326/stat : 11326 (java) S 11324 11326 10989 0 -1 4202496 64151 0 1 0 2405 10 0 0 25 0 22 0 609072777 16077635584 39611 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11326/statm: 3925204 39611 2287 9 0 3915923 0
[pid=11326/tid=11327] ppid=11324 vsize=15700816 CPUtime=0.37 cores=0,2,4,6
/proc/11326/task/11327/stat : 11327 (java) S 11324 11326 10989 0 -1 4202560 6683 0 1 0 36 1 0 0 20 0 22 0 609072777 16077635584 39611 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11329] ppid=11324 vsize=15700816 CPUtime=0.01 cores=0,2,4,6
/proc/11326/task/11329/stat : 11329 (java) S 11324 11326 10989 0 -1 4202560 194 0 0 0 1 0 0 0 15 0 22 0 609072778 16077635584 39611 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 6 0 0 0
[pid=11326/tid=11330] ppid=11324 vsize=15700816 CPUtime=0.01 cores=0,2,4,6
/proc/11326/task/11330/stat : 11330 (java) S 11324 11326 10989 0 -1 4202560 862 0 0 0 1 0 0 0 16 0 22 0 609072778 16077635584 39611 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 6 0 0 0
[pid=11326/tid=11331] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11331/stat : 11331 (java) S 11324 11326 10989 0 -1 4202560 741 0 0 0 0 0 0 0 15 0 22 0 609072778 16077635584 39611 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11332] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11332/stat : 11332 (java) S 11324 11326 10989 0 -1 4202560 443 0 0 0 0 0 0 0 16 0 22 0 609072778 16077635584 39611 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11333] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11333/stat : 11333 (java) S 11324 11326 10989 0 -1 4202560 868 0 0 0 0 0 0 0 15 0 22 0 609072778 16077635584 39611 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11334] ppid=11324 vsize=15700816 CPUtime=0.01 cores=0,2,4,6
/proc/11326/task/11334/stat : 11334 (java) S 11324 11326 10989 0 -1 4202560 784 0 0 0 1 0 0 0 15 0 22 0 609072778 16077635584 39611 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11335] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11335/stat : 11335 (java) S 11324 11326 10989 0 -1 4202560 595 0 0 0 0 0 0 0 15 0 22 0 609072778 16077635584 39611 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11336] ppid=11324 vsize=15700816 CPUtime=0.01 cores=0,2,4,6
/proc/11326/task/11336/stat : 11336 (java) S 11324 11326 10989 0 -1 4202560 610 0 0 0 1 0 0 0 15 0 22 0 609072778 16077635584 39611 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0

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

/proc/11326/task/11341/stat : 11341 (java) S 11324 11326 10989 0 -1 4202560 8073 0 0 0 114 0 0 0 15 0 22 0 609072781 16077635584 93373 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11342] ppid=11324 vsize=15700816 CPUtime=1.26 cores=0,2,4,6
/proc/11326/task/11342/stat : 11342 (java) S 11324 11326 10989 0 -1 4202560 13842 0 0 0 124 2 0 0 15 0 22 0 609072781 16077635584 93373 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11343] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11343/stat : 11343 (java) S 11324 11326 10989 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609072781 16077635584 93373 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11344] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11344/stat : 11344 (java) S 11324 11326 10989 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 609072781 16077635584 93373 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379363328 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11345] ppid=11324 vsize=15700816 CPUtime=1181.95 cores=0,2,4,6
/proc/11326/task/11345/stat : 11345 (java) R 11324 11326 10989 0 -1 4202560 139498 0 0 0 118169 26 0 0 25 0 22 0 609072803 16077635584 93373 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505956522 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11326/tid=11346] ppid=11324 vsize=15700816 CPUtime=1182.63 cores=0,2,4,6
/proc/11326/task/11346/stat : 11346 (java) R 11324 11326 10989 0 -1 4202560 135865 0 0 0 118238 25 0 0 25 0 22 0 609072803 16077635584 93373 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505800689 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11326/tid=11347] ppid=11324 vsize=15700816 CPUtime=1181.71 cores=0,2,4,6
/proc/11326/task/11347/stat : 11347 (java) R 11324 11326 10989 0 -1 4202560 133968 0 0 0 118143 28 0 0 25 0 22 0 609072803 16077635584 93373 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505955127 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11326/tid=11348] ppid=11324 vsize=15700816 CPUtime=1182.42 cores=0,2,4,6
/proc/11326/task/11348/stat : 11348 (java) R 11324 11326 10989 0 -1 4202560 142307 0 0 0 118215 27 0 0 25 0 22 0 609072803 16077635584 93373 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505721262 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4759.9
Current children cumulated vsize (KiB) 15700816

[startup+1197.91 s]
/proc/loadavg: 7.74 7.99 7.98 3/193 11403
/proc/meminfo: memFree=28626284/32950928 swapFree=67111352/67111528
[pid=11326] ppid=11324 vsize=15700816 CPUtime=4761.5 cores=0,2,4,6
/proc/11326/stat : 11326 (java) S 11324 11326 10989 0 -1 4202496 986714 0 1 0 475867 283 0 0 25 0 22 0 609072777 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11326/statm: 3925204 92990 2297 9 0 3915923 0
[pid=11326/tid=11327] ppid=11324 vsize=15700816 CPUtime=0.37 cores=0,2,4,6
/proc/11326/task/11327/stat : 11327 (java) S 11324 11326 10989 0 -1 4202560 6683 0 1 0 36 1 0 0 20 0 22 0 609072777 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11329] ppid=11324 vsize=15700816 CPUtime=3.3 cores=0,2,4,6
/proc/11326/task/11329/stat : 11329 (java) S 11324 11326 10989 0 -1 4202560 52613 0 0 0 317 13 0 0 16 0 22 0 609072778 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11330] ppid=11324 vsize=15700816 CPUtime=3.25 cores=0,2,4,6
/proc/11326/task/11330/stat : 11330 (java) S 11324 11326 10989 0 -1 4202560 50225 0 0 0 311 14 0 0 15 0 22 0 609072778 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11331] ppid=11324 vsize=15700816 CPUtime=3.32 cores=0,2,4,6
/proc/11326/task/11331/stat : 11331 (java) S 11324 11326 10989 0 -1 4202560 50594 0 0 0 319 13 0 0 16 0 22 0 609072778 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11332] ppid=11324 vsize=15700816 CPUtime=3.3 cores=0,2,4,6
/proc/11326/task/11332/stat : 11332 (java) S 11324 11326 10989 0 -1 4202560 50984 0 0 0 316 14 0 0 16 0 22 0 609072778 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11333] ppid=11324 vsize=15700816 CPUtime=3.23 cores=0,2,4,6
/proc/11326/task/11333/stat : 11333 (java) S 11324 11326 10989 0 -1 4202560 50736 0 0 0 309 14 0 0 16 0 22 0 609072778 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11334] ppid=11324 vsize=15700816 CPUtime=3.25 cores=0,2,4,6
/proc/11326/task/11334/stat : 11334 (java) S 11324 11326 10989 0 -1 4202560 49730 0 0 0 310 15 0 0 15 0 22 0 609072778 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11335] ppid=11324 vsize=15700816 CPUtime=3.24 cores=0,2,4,6
/proc/11326/task/11335/stat : 11335 (java) S 11324 11326 10989 0 -1 4202560 49959 0 0 0 310 14 0 0 15 0 22 0 609072778 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 6 0 0 0
[pid=11326/tid=11336] ppid=11324 vsize=15700816 CPUtime=3.18 cores=0,2,4,6
/proc/11326/task/11336/stat : 11336 (java) S 11324 11326 10989 0 -1 4202560 47804 0 0 0 304 14 0 0 15 0 22 0 609072778 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11337] ppid=11324 vsize=15700816 CPUtime=2.19 cores=0,2,4,6
/proc/11326/task/11337/stat : 11337 (java) S 11324 11326 10989 0 -1 4202560 2384 0 0 0 164 55 0 0 15 0 22 0 609072779 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379363328 0 0 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11338] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11338/stat : 11338 (java) S 11324 11326 10989 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 609072779 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11339] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11339/stat : 11339 (java) S 11324 11326 10989 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 609072779 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11340] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11340/stat : 11340 (java) S 11324 11326 10989 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609072781 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379370417 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11341] ppid=11324 vsize=15700816 CPUtime=1.14 cores=0,2,4,6
/proc/11326/task/11341/stat : 11341 (java) S 11324 11326 10989 0 -1 4202560 8073 0 0 0 114 0 0 0 15 0 22 0 609072781 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11342] ppid=11324 vsize=15700816 CPUtime=1.26 cores=0,2,4,6
/proc/11326/task/11342/stat : 11342 (java) S 11324 11326 10989 0 -1 4202560 13842 0 0 0 124 2 0 0 15 0 22 0 609072781 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11343] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11343/stat : 11343 (java) S 11324 11326 10989 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609072781 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11344] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11344/stat : 11344 (java) S 11324 11326 10989 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 609072781 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379363328 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11345] ppid=11324 vsize=15700816 CPUtime=1182.35 cores=0,2,4,6
/proc/11326/task/11345/stat : 11345 (java) R 11324 11326 10989 0 -1 4202560 139498 0 0 0 118209 26 0 0 25 0 22 0 609072803 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505654214 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11326/tid=11346] ppid=11324 vsize=15700816 CPUtime=1183.03 cores=0,2,4,6
/proc/11326/task/11346/stat : 11346 (java) R 11324 11326 10989 0 -1 4202560 135865 0 0 0 118278 25 0 0 25 0 22 0 609072803 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505928713 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11326/tid=11347] ppid=11324 vsize=15700816 CPUtime=1182.1 cores=0,2,4,6
/proc/11326/task/11347/stat : 11347 (java) R 11324 11326 10989 0 -1 4202560 133970 0 0 0 118182 28 0 0 25 0 22 0 609072803 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505836096 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11326/tid=11348] ppid=11324 vsize=15700816 CPUtime=1182.81 cores=0,2,4,6
/proc/11326/task/11348/stat : 11348 (java) R 11324 11326 10989 0 -1 4202560 142308 0 0 0 118254 27 0 0 25 0 22 0 609072803 16077635584 92990 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505800433 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4761.5
Current children cumulated vsize (KiB) 15700816

[startup+1198.1 s]
/proc/loadavg: 7.74 7.99 7.98 3/193 11403
/proc/meminfo: memFree=28626284/32950928 swapFree=67111352/67111528
[pid=11326] ppid=11324 vsize=15700816 CPUtime=4762.27 cores=0,2,4,6
/proc/11326/stat : 11326 (java) S 11324 11326 10989 0 -1 4202496 986751 0 1 0 475944 283 0 0 25 0 22 0 609072777 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11326/statm: 3925204 92992 2297 9 0 3915923 0
[pid=11326/tid=11327] ppid=11324 vsize=15700816 CPUtime=0.37 cores=0,2,4,6
/proc/11326/task/11327/stat : 11327 (java) S 11324 11326 10989 0 -1 4202560 6683 0 1 0 36 1 0 0 20 0 22 0 609072777 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11329] ppid=11324 vsize=15700816 CPUtime=3.3 cores=0,2,4,6
/proc/11326/task/11329/stat : 11329 (java) S 11324 11326 10989 0 -1 4202560 52613 0 0 0 317 13 0 0 15 0 22 0 609072778 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11330] ppid=11324 vsize=15700816 CPUtime=3.25 cores=0,2,4,6
/proc/11326/task/11330/stat : 11330 (java) S 11324 11326 10989 0 -1 4202560 50225 0 0 0 311 14 0 0 16 0 22 0 609072778 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11331] ppid=11324 vsize=15700816 CPUtime=3.32 cores=0,2,4,6
/proc/11326/task/11331/stat : 11331 (java) S 11324 11326 10989 0 -1 4202560 50594 0 0 0 319 13 0 0 15 0 22 0 609072778 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11332] ppid=11324 vsize=15700816 CPUtime=3.3 cores=0,2,4,6
/proc/11326/task/11332/stat : 11332 (java) S 11324 11326 10989 0 -1 4202560 50984 0 0 0 316 14 0 0 16 0 22 0 609072778 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11333] ppid=11324 vsize=15700816 CPUtime=3.23 cores=0,2,4,6
/proc/11326/task/11333/stat : 11333 (java) S 11324 11326 10989 0 -1 4202560 50736 0 0 0 309 14 0 0 15 0 22 0 609072778 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11334] ppid=11324 vsize=15700816 CPUtime=3.25 cores=0,2,4,6
/proc/11326/task/11334/stat : 11334 (java) S 11324 11326 10989 0 -1 4202560 49730 0 0 0 310 15 0 0 16 0 22 0 609072778 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11335] ppid=11324 vsize=15700816 CPUtime=3.24 cores=0,2,4,6
/proc/11326/task/11335/stat : 11335 (java) S 11324 11326 10989 0 -1 4202560 49959 0 0 0 310 14 0 0 15 0 22 0 609072778 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 6 0 0 0
[pid=11326/tid=11336] ppid=11324 vsize=15700816 CPUtime=3.18 cores=0,2,4,6
/proc/11326/task/11336/stat : 11336 (java) S 11324 11326 10989 0 -1 4202560 47804 0 0 0 304 14 0 0 15 0 22 0 609072778 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11337] ppid=11324 vsize=15700816 CPUtime=2.19 cores=0,2,4,6
/proc/11326/task/11337/stat : 11337 (java) S 11324 11326 10989 0 -1 4202560 2384 0 0 0 164 55 0 0 15 0 22 0 609072779 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379363328 0 0 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11338] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11338/stat : 11338 (java) S 11324 11326 10989 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 609072779 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11339] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11339/stat : 11339 (java) S 11324 11326 10989 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 609072779 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11340] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11340/stat : 11340 (java) S 11324 11326 10989 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609072781 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379370417 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11341] ppid=11324 vsize=15700816 CPUtime=1.27 cores=0,2,4,6
/proc/11326/task/11341/stat : 11341 (java) R 11324 11326 10989 0 -1 4202560 8088 0 0 0 127 0 0 0 16 0 22 0 609072781 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 47634435843508 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11326/tid=11342] ppid=11324 vsize=15700816 CPUtime=1.38 cores=0,2,4,6
/proc/11326/task/11342/stat : 11342 (java) S 11324 11326 10989 0 -1 4202560 13860 0 0 0 136 2 0 0 16 0 22 0 609072781 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11343] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11343/stat : 11343 (java) S 11324 11326 10989 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609072781 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11344] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11344/stat : 11344 (java) S 11324 11326 10989 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 609072781 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379363328 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11345] ppid=11324 vsize=15700816 CPUtime=1182.41 cores=0,2,4,6
/proc/11326/task/11345/stat : 11345 (java) R 11324 11326 10989 0 -1 4202560 139499 0 0 0 118215 26 0 0 25 0 22 0 609072803 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505928167 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11326/tid=11346] ppid=11324 vsize=15700816 CPUtime=1183.22 cores=0,2,4,6
/proc/11326/task/11346/stat : 11346 (java) R 11324 11326 10989 0 -1 4202560 135868 0 0 0 118297 25 0 0 18 0 22 0 609072803 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505522309 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11326/tid=11347] ppid=11324 vsize=15700816 CPUtime=1182.3 cores=0,2,4,6
/proc/11326/task/11347/stat : 11347 (java) R 11324 11326 10989 0 -1 4202560 133970 0 0 0 118202 28 0 0 25 0 22 0 609072803 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912505695523 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11326/tid=11348] ppid=11324 vsize=15700816 CPUtime=1182.89 cores=0,2,4,6
/proc/11326/task/11348/stat : 11348 (java) R 11324 11326 10989 0 -1 4202560 142308 0 0 0 118262 27 0 0 25 0 22 0 609072803 16077635584 92992 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 47634436757431 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4762.27
Current children cumulated vsize (KiB) 15700816

[startup+1198.2 s]
/proc/loadavg: 7.74 7.99 7.98 3/193 11403
/proc/meminfo: memFree=28626284/32950928 swapFree=67111352/67111528
[pid=11326] ppid=11324 vsize=15700816 CPUtime=4762.67 cores=0,2,4,6
/proc/11326/stat : 11326 (java) S 11324 11326 10989 0 -1 4202496 986775 0 1 0 475984 283 0 0 25 0 22 0 609072777 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11326/statm: 3925204 93016 2298 9 0 3915923 0
[pid=11326/tid=11327] ppid=11324 vsize=15700816 CPUtime=0.37 cores=0,2,4,6
/proc/11326/task/11327/stat : 11327 (java) R 11324 11326 10989 0 -1 4202560 6693 0 1 0 36 1 0 0 18 0 22 0 609072777 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 47634437097584 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11326/tid=11329] ppid=11324 vsize=15700816 CPUtime=3.3 cores=0,2,4,6
/proc/11326/task/11329/stat : 11329 (java) S 11324 11326 10989 0 -1 4202560 52613 0 0 0 317 13 0 0 15 0 22 0 609072778 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11330] ppid=11324 vsize=15700816 CPUtime=3.25 cores=0,2,4,6
/proc/11326/task/11330/stat : 11330 (java) S 11324 11326 10989 0 -1 4202560 50225 0 0 0 311 14 0 0 16 0 22 0 609072778 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11331] ppid=11324 vsize=15700816 CPUtime=3.32 cores=0,2,4,6
/proc/11326/task/11331/stat : 11331 (java) S 11324 11326 10989 0 -1 4202560 50594 0 0 0 319 13 0 0 15 0 22 0 609072778 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11332] ppid=11324 vsize=15700816 CPUtime=3.3 cores=0,2,4,6
/proc/11326/task/11332/stat : 11332 (java) S 11324 11326 10989 0 -1 4202560 50984 0 0 0 316 14 0 0 16 0 22 0 609072778 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11333] ppid=11324 vsize=15700816 CPUtime=3.23 cores=0,2,4,6
/proc/11326/task/11333/stat : 11333 (java) S 11324 11326 10989 0 -1 4202560 50736 0 0 0 309 14 0 0 15 0 22 0 609072778 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11334] ppid=11324 vsize=15700816 CPUtime=3.25 cores=0,2,4,6
/proc/11326/task/11334/stat : 11334 (java) S 11324 11326 10989 0 -1 4202560 49730 0 0 0 310 15 0 0 16 0 22 0 609072778 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11335] ppid=11324 vsize=15700816 CPUtime=3.24 cores=0,2,4,6
/proc/11326/task/11335/stat : 11335 (java) S 11324 11326 10989 0 -1 4202560 49959 0 0 0 310 14 0 0 15 0 22 0 609072778 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 6 0 0 0
[pid=11326/tid=11336] ppid=11324 vsize=15700816 CPUtime=3.18 cores=0,2,4,6
/proc/11326/task/11336/stat : 11336 (java) S 11324 11326 10989 0 -1 4202560 47804 0 0 0 304 14 0 0 15 0 22 0 609072778 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11337] ppid=11324 vsize=15700816 CPUtime=2.19 cores=0,2,4,6
/proc/11326/task/11337/stat : 11337 (java) S 11324 11326 10989 0 -1 4202560 2384 0 0 0 164 55 0 0 15 0 22 0 609072779 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379363328 0 0 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11338] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11338/stat : 11338 (java) S 11324 11326 10989 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 609072779 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11339] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11339/stat : 11339 (java) S 11324 11326 10989 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 609072779 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11340] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11340/stat : 11340 (java) S 11324 11326 10989 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609072781 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379370417 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11341] ppid=11324 vsize=15700816 CPUtime=1.36 cores=0,2,4,6
/proc/11326/task/11341/stat : 11341 (java) R 11324 11326 10989 0 -1 4202560 8101 0 0 0 136 0 0 0 16 0 22 0 609072781 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 47634435660623 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11326/tid=11342] ppid=11324 vsize=15700816 CPUtime=1.4 cores=0,2,4,6
/proc/11326/task/11342/stat : 11342 (java) S 11324 11326 10989 0 -1 4202560 13861 0 0 0 138 2 0 0 15 0 22 0 609072781 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 0 0 0 0
[pid=11326/tid=11343] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11343/stat : 11343 (java) S 11324 11326 10989 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609072781 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379362713 0 4 0 16800975 18446604453894611968 0 0 -1 2 0 0 0
[pid=11326/tid=11344] ppid=11324 vsize=15700816 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11344/stat : 11344 (java) S 11324 11326 10989 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 609072781 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379363328 0 4 0 16800975 18446604453894611968 0 0 -1 4 0 0 0
[pid=11326/tid=11345] ppid=11324 vsize=15700816 CPUtime=1182.41 cores=0,2,4,6
/proc/11326/task/11345/stat : 11345 (java) R 11324 11326 10989 0 -1 4202560 139499 0 0 0 118215 26 0 0 25 0 22 0 609072803 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 251379372725 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11326/tid=11346] ppid=11324 vsize=15700816 CPUtime=1183.32 cores=0,2,4,6
/proc/11326/task/11346/stat : 11346 (java) R 11324 11326 10989 0 -1 4202560 135868 0 0 0 118307 25 0 0 18 0 22 0 609072803 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912506479858 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11326/tid=11347] ppid=11324 vsize=15700816 CPUtime=1182.4 cores=0,2,4,6
/proc/11326/task/11347/stat : 11347 (java) R 11324 11326 10989 0 -1 4202560 133970 0 0 0 118212 28 0 0 25 0 22 0 609072803 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912506480318 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11326/tid=11348] ppid=11324 vsize=15700816 CPUtime=1182.97 cores=0,2,4,6
/proc/11326/task/11348/stat : 11348 (java) R 11324 11326 10989 0 -1 4202560 142308 0 0 0 118270 27 0 0 25 0 22 0 609072803 16077635584 93016 33554432000 1073741824 1073778376 140735096376576 18446744073709551615 46912506480154 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4762.67
Current children cumulated vsize (KiB) 15700816

Child status: 10
Real time (s): 1198.25
CPU time (s): 4762.84
CPU user time (s): 4759.98
CPU system time (s): 2.85357
CPU usage (%): 397.481
Max. virtual memory (cumulated for all children) (KiB): 15703492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4759.98
system time used= 2.85357
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 986799
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= 338461
involuntary context switches= 168776

runsolver used 1.91071 second user time and 4.67029 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-30 20:33:41
IDJOB=3311814
IDBENCH=87455
IDSOLVER=1698
FILE ID=node113/3311814-1304188421
RUNJOBID= node113-1304185988-11007
PBS_JOBID= 13172487
Free space on /tmp= 72396 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_4300_4300_110.shuffled.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311814-1304188421/watcher-3311814-1304188421 -o /tmp/evaluation-result-3311814-1304188421/solver-3311814-1304188421 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311814-1304188421.cnf -hbr 2

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

MD5SUM BENCH= 34f8b747bfe8e7b589b8832e56ae8363
RANDOM SEED=124972765

node113.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.846
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.69
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.846
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.76
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.846
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.846
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28380196 kB
Buffers:        781916 kB
Cached:        2608800 kB
SwapCached:         12 kB
Active:         828732 kB
Inactive:      3237328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28380196 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            3572 kB
Writeback:           0 kB
AnonPages:      675196 kB
Mapped:          23444 kB
Slab:           438876 kB
PageTables:       6148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1522064 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= 72396 MiB
End job on node113 at 2011-04-30 20:53:39