Trace number 3459366

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
Sat4j Resolution 2.3.0UNSAT 244.084 242.779

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUM50ec52fd2f8650248cdc06f32bc8af84
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.83266
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3459366-1307635090.opb
0.10/0.11	c reading problem ... 
1.41/0.92	c ... done. Wall clock time 0.812s.
1.41/0.92	c #vars     40605
1.41/0.93	c #constraints  118930
1.41/0.93	c constraints type 
1.41/0.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 38323
1.41/0.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78866
1.41/0.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1740
10.73/9.72	c cleaning 2500 clauses out of 5003 with flag 5003/5003
22.17/21.03	c cleaning 4249 clauses out of 8500 with flag 11000/11000
31.89/30.77	c cleaning 5624 clauses out of 11251 with flag 18000/18000
42.80/41.61	c cleaning 6810 clauses out of 13627 with flag 26000/26000
57.23/56.07	c cleaning 7909 clauses out of 15818 with flag 35001/35001
73.33/72.18	c cleaning 8953 clauses out of 17910 with flag 45002/45002
90.83/89.64	c cleaning 9978 clauses out of 19955 with flag 56000/56000
108.34/107.12	c cleaning 10985 clauses out of 21979 with flag 68002/68002
125.24/124.07	c cleaning 11989 clauses out of 23994 with flag 81002/81002
146.15/144.90	c cleaning 13002 clauses out of 26004 with flag 95001/95001
160.55/159.35	c cleaning 13996 clauses out of 28000 with flag 110000/110000
177.47/176.20	c cleaning 14995 clauses out of 30005 with flag 126002/126002
200.38/199.16	c cleaning 15995 clauses out of 32009 with flag 143001/143001
224.28/223.00	c cleaning 16998 clauses out of 34012 with flag 161000/161000
244.00/242.73	c starts		: 104
244.00/242.73	c conflicts		: 177699
244.00/242.73	c decisions		: 251368
244.00/242.73	c propagations		: 624620434
244.00/242.73	c inspects		: 1717436377
244.00/242.73	c shortcuts		: 0
244.00/242.73	c learnt literals	: 13
244.00/242.73	c learnt binary clauses	: 294
244.00/242.73	c learnt ternary clauses	: 660
244.00/242.73	c learnt constraints	: 177685
244.00/242.73	c ignored constraints	: 0
244.00/242.73	c root simplifications	: 0
244.00/242.73	c removed literals (reason simplification)	: 8035902
244.00/242.73	c reason swapping (by a shorter reason)	: 0
244.00/242.73	c Calls to reduceDB	: 14
244.00/242.73	c number of reductions to clauses (during analyze)	: 0
244.00/242.73	c number of learned constraints concerned by reduction	: 0
244.00/242.73	c number of learning phase by resolution	: 0
244.00/242.73	c number of learning phase by cutting planes	: 0
244.00/242.73	c speed (assignments/second)	: 2583157.6435557576
244.00/242.73	c non guided choices	1087
244.00/242.75	c learnt constraints type 
244.00/242.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 294
244.00/242.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33408
244.00/242.75	c constraints type 
244.00/242.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 38323
244.00/242.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78866
244.00/242.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1740
244.00/242.75	s UNSATISFIABLE
244.00/242.75	c Total wall clock time (in seconds): 242.633

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459366-1307635090/watcher-3459366-1307635090 -o /tmp/evaluation-result-3459366-1307635090/solver-3459366-1307635090 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459366-1307635090.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.02 2.00 1.74 2/192 1441
/proc/meminfo: memFree=32401008/32951124 swapFree=67060628/67111528
[pid=1441] ppid=1439 vsize=256 CPUtime=0 cores=0,2,4,6
/proc/1441/stat : 1441 (java) R 1439 1441 787 0 -1 4194304 268 0 0 0 0 0 0 0 25 0 1 0 875109392 262144 32 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253635935733 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/1441/statm: 64 32 24 9 0 23 0

[startup+0.0140449 s]
/proc/loadavg: 2.02 2.00 1.74 2/192 1441
/proc/meminfo: memFree=32401008/32951124 swapFree=67060628/67111528
[pid=1441] ppid=1439 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/1441/stat : 1441 (java) S 1439 1441 787 0 -1 4202496 3494 0 1 0 0 0 0 0 25 0 2 0 875109392 13833195520 3196 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/1441/statm: 3377245 3216 906 9 0 3368401 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13508980

[startup+0.101049 s]
/proc/loadavg: 2.02 2.00 1.74 2/192 1441
/proc/meminfo: memFree=32401008/32951124 swapFree=67060628/67111528
[pid=1441] ppid=1439 vsize=13622076 CPUtime=0.1 cores=0,2,4,6
/proc/1441/stat : 1441 (java) S 1439 1441 787 0 -1 4202496 15462 0 1 0 8 2 0 0 25 0 18 0 875109392 13949005824 15159 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1441/statm: 3405519 15160 2093 9 0 3396253 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622076

[startup+0.301018 s]
/proc/loadavg: 2.02 2.00 1.74 2/192 1441
/proc/meminfo: memFree=32401008/32951124 swapFree=67060628/67111528
[pid=1441] ppid=1439 vsize=13623512 CPUtime=0.49 cores=0,2,4,6
/proc/1441/stat : 1441 (java) S 1439 1441 787 0 -1 4202496 18552 0 1 0 46 3 0 0 25 0 18 0 875109392 13950476288 17981 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1441/statm: 3405878 17982 2201 9 0 3396612 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13623512

[startup+0.700948 s]
/proc/loadavg: 2.02 2.00 1.74 2/192 1441
/proc/meminfo: memFree=32401008/32951124 swapFree=67060628/67111528
[pid=1441] ppid=1439 vsize=13627288 CPUtime=1.19 cores=0,2,4,6
/proc/1441/stat : 1441 (java) S 1439 1441 787 0 -1 4202496 55557 0 1 0 111 8 0 0 25 0 18 0 875109392 13954342912 53258 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1441/statm: 3406822 53263 2214 9 0 3397556 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 13627288

[startup+1.5008 s]
/proc/loadavg: 2.02 2.00 1.74 5/211 1460
/proc/meminfo: memFree=32108304/32951124 swapFree=67060628/67111528
[pid=1441] ppid=1439 vsize=13628740 CPUtime=2.49 cores=0,2,4,6
/proc/1441/stat : 1441 (java) S 1439 1441 787 0 -1 4202496 78628 0 1 0 238 11 0 0 25 0 19 0 875109392 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1441/statm: 3407185 75037 2235 9 0 3397919 0
[pid=1441/tid=1443] ppid=1439 vsize=13628740 CPUtime=1.48 cores=0,2,4,6
/proc/1441/task/1443/stat : 1443 (java) R 1439 1441 787 0 -1 4202560 70784 0 1 0 138 10 0 0 19 0 19 0 875109392 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 46912505923684 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1441/tid=1444] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1444/stat : 1444 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1445] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1445/stat : 1445 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1446] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1446/stat : 1446 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 4 0 0 0
[pid=1441/tid=1447] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1447/stat : 1447 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1448] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1448/stat : 1448 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 4 0 0 0
[pid=1441/tid=1449] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1449/stat : 1449 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1450] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1450/stat : 1450 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1451] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1451/stat : 1451 (java) S 1439 1441 787 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1452] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1452/stat : 1452 (java) S 1439 1441 787 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 875109395 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 0 0 16800975 18446604453904141120 0 0 -1 4 0 0 0
[pid=1441/tid=1453] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1453/stat : 1453 (java) S 1439 1441 787 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 875109396 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1454] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1454/stat : 1454 (java) S 1439 1441 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 875109396 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1455] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1455/stat : 1455 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109398 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652683185 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1456] ppid=1439 vsize=13628740 CPUtime=0.56 cores=0,2,4,6
/proc/1441/task/1456/stat : 1456 (java) S 1439 1441 787 0 -1 4202560 3828 0 0 0 56 0 0 0 15 0 19 0 875109398 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1457] ppid=1439 vsize=13628740 CPUtime=0.43 cores=0,2,4,6
/proc/1441/task/1457/stat : 1457 (java) S 1439 1441 787 0 -1 4202560 2854 0 0 0 43 0 0 0 20 0 19 0 875109398 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1458] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1458/stat : 1458 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109398 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1459] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1459/stat : 1459 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875109398 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1460] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1460/stat : 1460 (java) S 1439 1441 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875109487 13955829760 75037 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 13628740

[startup+3.10156 s]
/proc/loadavg: 2.02 2.00 1.74 3/211 1460
/proc/meminfo: memFree=32108188/32951124 swapFree=67060628/67111528
[pid=1441] ppid=1439 vsize=13628740 CPUtime=4.1 cores=0,2,4,6
/proc/1441/stat : 1441 (java) S 1439 1441 787 0 -1 4202496 78749 0 1 0 399 11 0 0 25 0 19 0 875109392 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1441/statm: 3407185 75157 2235 9 0 3397919 0
[pid=1441/tid=1443] ppid=1439 vsize=13628740 CPUtime=3.08 cores=0,2,4,6
/proc/1441/task/1443/stat : 1443 (java) R 1439 1441 787 0 -1 4202560 70904 0 1 0 298 10 0 0 24 0 19 0 875109392 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 46912505931578 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1441/tid=1444] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1444/stat : 1444 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1445] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1445/stat : 1445 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1446] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1446/stat : 1446 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 4 0 0 0
[pid=1441/tid=1447] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1447/stat : 1447 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1448] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1448/stat : 1448 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 4 0 0 0
[pid=1441/tid=1449] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1449/stat : 1449 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1450] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1450/stat : 1450 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1451] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1451/stat : 1451 (java) S 1439 1441 787 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1452] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1452/stat : 1452 (java) S 1439 1441 787 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 875109395 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 0 0 16800975 18446604453904141120 0 0 -1 4 0 0 0
[pid=1441/tid=1453] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1453/stat : 1453 (java) S 1439 1441 787 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 875109396 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1454] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1454/stat : 1454 (java) S 1439 1441 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 875109396 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1455] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1455/stat : 1455 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109398 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652683185 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1456] ppid=1439 vsize=13628740 CPUtime=0.57 cores=0,2,4,6
/proc/1441/task/1456/stat : 1456 (java) S 1439 1441 787 0 -1 4202560 3829 0 0 0 57 0 0 0 15 0 19 0 875109398 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1457] ppid=1439 vsize=13628740 CPUtime=0.43 cores=0,2,4,6
/proc/1441/task/1457/stat : 1457 (java) S 1439 1441 787 0 -1 4202560 2854 0 0 0 43 0 0 0 20 0 19 0 875109398 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1458] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1458/stat : 1458 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109398 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1459] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1459/stat : 1459 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875109398 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1460] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1460/stat : 1460 (java) S 1439 1441 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875109487 13955829760 75157 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 13628740

[startup+6.30093 s]
/proc/loadavg: 2.02 2.00 1.74 3/211 1460
/proc/meminfo: memFree=32106384/32951124 swapFree=67060628/67111528
[pid=1441] ppid=1439 vsize=13628740 CPUtime=7.33 cores=0,2,4,6
/proc/1441/stat : 1441 (java) S 1439 1441 787 0 -1 4202496 78923 0 1 0 722 11 0 0 25 0 19 0 875109392 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1441/statm: 3407185 75321 2238 9 0 3397919 0
[pid=1441/tid=1443] ppid=1439 vsize=13628740 CPUtime=6.28 cores=0,2,4,6
/proc/1441/task/1443/stat : 1443 (java) R 1439 1441 787 0 -1 4202560 71070 0 1 0 618 10 0 0 25 0 19 0 875109392 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 46912505857132 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1441/tid=1444] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1444/stat : 1444 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1445] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1445/stat : 1445 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1446] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1446/stat : 1446 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 4 0 0 0
[pid=1441/tid=1447] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1447/stat : 1447 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1448] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1448/stat : 1448 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 4 0 0 0
[pid=1441/tid=1449] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1449/stat : 1449 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1450] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1450/stat : 1450 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1451] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1451/stat : 1451 (java) S 1439 1441 787 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 875109394 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1452] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1452/stat : 1452 (java) S 1439 1441 787 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 875109395 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 0 0 16800975 18446604453904141120 0 0 -1 4 0 0 0
[pid=1441/tid=1453] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1453/stat : 1453 (java) S 1439 1441 787 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 875109396 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1454] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1454/stat : 1454 (java) S 1439 1441 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 875109396 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1455] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1455/stat : 1455 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109398 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652683185 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1456] ppid=1439 vsize=13628740 CPUtime=0.6 cores=0,2,4,6
/proc/1441/task/1456/stat : 1456 (java) S 1439 1441 787 0 -1 4202560 3837 0 0 0 60 0 0 0 15 0 19 0 875109398 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1457] ppid=1439 vsize=13628740 CPUtime=0.43 cores=0,2,4,6
/proc/1441/task/1457/stat : 1457 (java) S 1439 1441 787 0 -1 4202560 2854 0 0 0 43 0 0 0 20 0 19 0 875109398 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1458] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1458/stat : 1458 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109398 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1459] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1459/stat : 1459 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875109398 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1460] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1460/stat : 1460 (java) S 1439 1441 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875109487 13955829760 75321 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 13628740

[startup+12.7008 s]

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

/proc/1441/task/1444/stat : 1444 (java) S 1439 1441 787 0 -1 4202560 1372 0 0 0 3 0 0 0 16 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1445] ppid=1439 vsize=13628740 CPUtime=0.01 cores=0,2,4,6
/proc/1441/task/1445/stat : 1445 (java) S 1439 1441 787 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1446] ppid=1439 vsize=13628740 CPUtime=0.02 cores=0,2,4,6
/proc/1441/task/1446/stat : 1446 (java) S 1439 1441 787 0 -1 4202560 472 0 0 0 2 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1447] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1447/stat : 1447 (java) S 1439 1441 787 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1448] ppid=1439 vsize=13628740 CPUtime=0.03 cores=0,2,4,6
/proc/1441/task/1448/stat : 1448 (java) S 1439 1441 787 0 -1 4202560 1328 0 0 0 3 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1449] ppid=1439 vsize=13628740 CPUtime=0.02 cores=0,2,4,6
/proc/1441/task/1449/stat : 1449 (java) S 1439 1441 787 0 -1 4202560 1245 0 0 0 2 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1450] ppid=1439 vsize=13628740 CPUtime=0.02 cores=0,2,4,6
/proc/1441/task/1450/stat : 1450 (java) S 1439 1441 787 0 -1 4202560 35 0 0 0 2 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1451] ppid=1439 vsize=13628740 CPUtime=0.01 cores=0,2,4,6
/proc/1441/task/1451/stat : 1451 (java) S 1439 1441 787 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1452] ppid=1439 vsize=13628740 CPUtime=0.8 cores=0,2,4,6
/proc/1441/task/1452/stat : 1452 (java) S 1439 1441 787 0 -1 4202560 6357 0 0 0 79 1 0 0 15 0 19 0 875109395 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 0 0 16800975 18446604453904141120 0 0 -1 4 0 0 0
[pid=1441/tid=1453] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1453/stat : 1453 (java) S 1439 1441 787 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 875109396 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1454] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1454/stat : 1454 (java) S 1439 1441 787 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 875109396 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1455] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1455/stat : 1455 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652683185 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1456] ppid=1439 vsize=13628740 CPUtime=0.67 cores=0,2,4,6
/proc/1441/task/1456/stat : 1456 (java) S 1439 1441 787 0 -1 4202560 3848 0 0 0 67 0 0 0 15 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1457] ppid=1439 vsize=13628740 CPUtime=0.51 cores=0,2,4,6
/proc/1441/task/1457/stat : 1457 (java) S 1439 1441 787 0 -1 4202560 2894 0 0 0 51 0 0 0 15 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1458] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1458/stat : 1458 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1459] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1459/stat : 1459 (java) S 1439 1441 787 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1460] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1460/stat : 1460 (java) S 1439 1441 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875109487 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 241.2
Current children cumulated vsize (KiB) 13628740

[startup+241.501 s]
/proc/loadavg: 2.00 2.00 1.79 3/211 1475
/proc/meminfo: memFree=32057196/32951124 swapFree=67060628/67111528
[pid=1441] ppid=1439 vsize=13628740 CPUtime=242.8 cores=0,2,4,6
/proc/1441/stat : 1441 (java) S 1439 1441 787 0 -1 4202496 89999 0 1 0 24266 14 0 0 25 0 19 0 875109392 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1441/statm: 3407185 86335 2263 9 0 3397919 0
[pid=1441/tid=1443] ppid=1439 vsize=13628740 CPUtime=240.58 cores=0,2,4,6
/proc/1441/task/1443/stat : 1443 (java) R 1439 1441 787 0 -1 4202560 71265 0 1 0 24048 10 0 0 25 0 19 0 875109392 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 46912505864781 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1441/tid=1444] ppid=1439 vsize=13628740 CPUtime=0.03 cores=0,2,4,6
/proc/1441/task/1444/stat : 1444 (java) S 1439 1441 787 0 -1 4202560 1372 0 0 0 3 0 0 0 16 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1445] ppid=1439 vsize=13628740 CPUtime=0.01 cores=0,2,4,6
/proc/1441/task/1445/stat : 1445 (java) S 1439 1441 787 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1446] ppid=1439 vsize=13628740 CPUtime=0.02 cores=0,2,4,6
/proc/1441/task/1446/stat : 1446 (java) S 1439 1441 787 0 -1 4202560 472 0 0 0 2 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1447] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1447/stat : 1447 (java) S 1439 1441 787 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1448] ppid=1439 vsize=13628740 CPUtime=0.03 cores=0,2,4,6
/proc/1441/task/1448/stat : 1448 (java) S 1439 1441 787 0 -1 4202560 1328 0 0 0 3 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1449] ppid=1439 vsize=13628740 CPUtime=0.02 cores=0,2,4,6
/proc/1441/task/1449/stat : 1449 (java) S 1439 1441 787 0 -1 4202560 1245 0 0 0 2 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1450] ppid=1439 vsize=13628740 CPUtime=0.02 cores=0,2,4,6
/proc/1441/task/1450/stat : 1450 (java) S 1439 1441 787 0 -1 4202560 35 0 0 0 2 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1451] ppid=1439 vsize=13628740 CPUtime=0.01 cores=0,2,4,6
/proc/1441/task/1451/stat : 1451 (java) S 1439 1441 787 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1452] ppid=1439 vsize=13628740 CPUtime=0.8 cores=0,2,4,6
/proc/1441/task/1452/stat : 1452 (java) S 1439 1441 787 0 -1 4202560 6357 0 0 0 79 1 0 0 15 0 19 0 875109395 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 0 0 16800975 18446604453904141120 0 0 -1 4 0 0 0
[pid=1441/tid=1453] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1453/stat : 1453 (java) S 1439 1441 787 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 875109396 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1454] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1454/stat : 1454 (java) S 1439 1441 787 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 875109396 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1455] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1455/stat : 1455 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652683185 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1456] ppid=1439 vsize=13628740 CPUtime=0.67 cores=0,2,4,6
/proc/1441/task/1456/stat : 1456 (java) S 1439 1441 787 0 -1 4202560 3848 0 0 0 67 0 0 0 15 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1457] ppid=1439 vsize=13628740 CPUtime=0.51 cores=0,2,4,6
/proc/1441/task/1457/stat : 1457 (java) S 1439 1441 787 0 -1 4202560 2894 0 0 0 51 0 0 0 15 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1458] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1458/stat : 1458 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1459] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1459/stat : 1459 (java) S 1439 1441 787 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1460] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1460/stat : 1460 (java) S 1439 1441 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875109487 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 242.8
Current children cumulated vsize (KiB) 13628740

[startup+242.301 s]
/proc/loadavg: 2.00 2.00 1.79 3/211 1475
/proc/meminfo: memFree=32057308/32951124 swapFree=67060628/67111528
[pid=1441] ppid=1439 vsize=13628740 CPUtime=243.6 cores=0,2,4,6
/proc/1441/stat : 1441 (java) S 1439 1441 787 0 -1 4202496 89999 0 1 0 24346 14 0 0 25 0 19 0 875109392 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1441/statm: 3407185 86335 2263 9 0 3397919 0
[pid=1441/tid=1443] ppid=1439 vsize=13628740 CPUtime=241.38 cores=0,2,4,6
/proc/1441/task/1443/stat : 1443 (java) R 1439 1441 787 0 -1 4202560 71265 0 1 0 24128 10 0 0 25 0 19 0 875109392 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 46912505923286 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1441/tid=1444] ppid=1439 vsize=13628740 CPUtime=0.03 cores=0,2,4,6
/proc/1441/task/1444/stat : 1444 (java) S 1439 1441 787 0 -1 4202560 1372 0 0 0 3 0 0 0 16 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1445] ppid=1439 vsize=13628740 CPUtime=0.01 cores=0,2,4,6
/proc/1441/task/1445/stat : 1445 (java) S 1439 1441 787 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1446] ppid=1439 vsize=13628740 CPUtime=0.02 cores=0,2,4,6
/proc/1441/task/1446/stat : 1446 (java) S 1439 1441 787 0 -1 4202560 472 0 0 0 2 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1447] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1447/stat : 1447 (java) S 1439 1441 787 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1448] ppid=1439 vsize=13628740 CPUtime=0.03 cores=0,2,4,6
/proc/1441/task/1448/stat : 1448 (java) S 1439 1441 787 0 -1 4202560 1328 0 0 0 3 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1449] ppid=1439 vsize=13628740 CPUtime=0.02 cores=0,2,4,6
/proc/1441/task/1449/stat : 1449 (java) S 1439 1441 787 0 -1 4202560 1245 0 0 0 2 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1450] ppid=1439 vsize=13628740 CPUtime=0.02 cores=0,2,4,6
/proc/1441/task/1450/stat : 1450 (java) S 1439 1441 787 0 -1 4202560 35 0 0 0 2 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1451] ppid=1439 vsize=13628740 CPUtime=0.01 cores=0,2,4,6
/proc/1441/task/1451/stat : 1451 (java) S 1439 1441 787 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1452] ppid=1439 vsize=13628740 CPUtime=0.8 cores=0,2,4,6
/proc/1441/task/1452/stat : 1452 (java) S 1439 1441 787 0 -1 4202560 6357 0 0 0 79 1 0 0 15 0 19 0 875109395 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 0 0 16800975 18446604453904141120 0 0 -1 4 0 0 0
[pid=1441/tid=1453] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1453/stat : 1453 (java) S 1439 1441 787 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 875109396 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1454] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1454/stat : 1454 (java) S 1439 1441 787 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 875109396 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1455] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1455/stat : 1455 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652683185 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1456] ppid=1439 vsize=13628740 CPUtime=0.67 cores=0,2,4,6
/proc/1441/task/1456/stat : 1456 (java) S 1439 1441 787 0 -1 4202560 3848 0 0 0 67 0 0 0 15 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1457] ppid=1439 vsize=13628740 CPUtime=0.51 cores=0,2,4,6
/proc/1441/task/1457/stat : 1457 (java) S 1439 1441 787 0 -1 4202560 2894 0 0 0 51 0 0 0 15 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1458] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1458/stat : 1458 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1459] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1459/stat : 1459 (java) S 1439 1441 787 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1460] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1460/stat : 1460 (java) S 1439 1441 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875109487 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 243.6
Current children cumulated vsize (KiB) 13628740

[startup+242.701 s]
/proc/loadavg: 2.00 2.00 1.79 3/211 1475
/proc/meminfo: memFree=32057308/32951124 swapFree=67060628/67111528
[pid=1441] ppid=1439 vsize=13628740 CPUtime=244 cores=0,2,4,6
/proc/1441/stat : 1441 (java) S 1439 1441 787 0 -1 4202496 89999 0 1 0 24386 14 0 0 25 0 19 0 875109392 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1441/statm: 3407185 86335 2263 9 0 3397919 0
[pid=1441/tid=1443] ppid=1439 vsize=13628740 CPUtime=241.78 cores=0,2,4,6
/proc/1441/task/1443/stat : 1443 (java) R 1439 1441 787 0 -1 4202560 71265 0 1 0 24168 10 0 0 25 0 19 0 875109392 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 46912505905723 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1441/tid=1444] ppid=1439 vsize=13628740 CPUtime=0.03 cores=0,2,4,6
/proc/1441/task/1444/stat : 1444 (java) S 1439 1441 787 0 -1 4202560 1372 0 0 0 3 0 0 0 16 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1445] ppid=1439 vsize=13628740 CPUtime=0.01 cores=0,2,4,6
/proc/1441/task/1445/stat : 1445 (java) S 1439 1441 787 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1446] ppid=1439 vsize=13628740 CPUtime=0.02 cores=0,2,4,6
/proc/1441/task/1446/stat : 1446 (java) S 1439 1441 787 0 -1 4202560 472 0 0 0 2 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1447] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1447/stat : 1447 (java) S 1439 1441 787 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1448] ppid=1439 vsize=13628740 CPUtime=0.03 cores=0,2,4,6
/proc/1441/task/1448/stat : 1448 (java) S 1439 1441 787 0 -1 4202560 1328 0 0 0 3 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1449] ppid=1439 vsize=13628740 CPUtime=0.02 cores=0,2,4,6
/proc/1441/task/1449/stat : 1449 (java) S 1439 1441 787 0 -1 4202560 1245 0 0 0 2 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1450] ppid=1439 vsize=13628740 CPUtime=0.02 cores=0,2,4,6
/proc/1441/task/1450/stat : 1450 (java) S 1439 1441 787 0 -1 4202560 35 0 0 0 2 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1451] ppid=1439 vsize=13628740 CPUtime=0.01 cores=0,2,4,6
/proc/1441/task/1451/stat : 1451 (java) S 1439 1441 787 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 875109394 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1452] ppid=1439 vsize=13628740 CPUtime=0.8 cores=0,2,4,6
/proc/1441/task/1452/stat : 1452 (java) S 1439 1441 787 0 -1 4202560 6357 0 0 0 79 1 0 0 15 0 19 0 875109395 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 0 0 16800975 18446604453904141120 0 0 -1 4 0 0 0
[pid=1441/tid=1453] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1453/stat : 1453 (java) S 1439 1441 787 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 875109396 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1454] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1454/stat : 1454 (java) S 1439 1441 787 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 875109396 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 6 0 0 0
[pid=1441/tid=1455] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1455/stat : 1455 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652683185 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1456] ppid=1439 vsize=13628740 CPUtime=0.67 cores=0,2,4,6
/proc/1441/task/1456/stat : 1456 (java) S 1439 1441 787 0 -1 4202560 3848 0 0 0 67 0 0 0 15 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1457] ppid=1439 vsize=13628740 CPUtime=0.51 cores=0,2,4,6
/proc/1441/task/1457/stat : 1457 (java) S 1439 1441 787 0 -1 4202560 2894 0 0 0 51 0 0 0 15 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1458] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1458/stat : 1458 (java) S 1439 1441 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652675481 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
[pid=1441/tid=1459] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1459/stat : 1459 (java) S 1439 1441 787 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 875109398 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 4 0 16800975 18446604453904141120 0 0 -1 0 0 0 0
[pid=1441/tid=1460] ppid=1439 vsize=13628740 CPUtime=0 cores=0,2,4,6
/proc/1441/task/1460/stat : 1460 (java) S 1439 1441 787 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875109487 13955829760 86335 33554432000 1073741824 1073778376 140736899139248 18446744073709551615 253652676096 0 4 0 16800975 18446604453904141120 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 244
Current children cumulated vsize (KiB) 13628740

Child status: 20
Real time (s): 242.779
CPU time (s): 244.084
CPU user time (s): 243.928
CPU system time (s): 0.155976
CPU usage (%): 100.538
Max. virtual memory (cumulated for all children) (KiB): 13630436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.928
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90020
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= 5675
involuntary context switches= 3010

runsolver used 0.417936 second user time and 0.911861 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-09 17:58:10
IDJOB=3459366
IDBENCH=1451
IDSOLVER=1952
FILE ID=node106/3459366-1307635090
RUNJOBID= node106-1307633281-806
PBS_JOBID= 13549385
Free space on /tmp= 74120 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459366-1307635090/watcher-3459366-1307635090 -o /tmp/evaluation-result-3459366-1307635090/solver-3459366-1307635090 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459366-1307635090.opb

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

MD5SUM BENCH= 50ec52fd2f8650248cdc06f32bc8af84
RANDOM SEED=1373564302

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32401552 kB
Buffers:         22232 kB
Cached:          92320 kB
SwapCached:      12404 kB
Active:         340252 kB
Inactive:        56580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32401552 kB
SwapTotal:    67111528 kB
SwapFree:     67060628 kB
Dirty:            3976 kB
Writeback:           0 kB
AnonPages:      280148 kB
Mapped:          18384 kB
Slab:            88996 kB
PageTables:       4520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13599064 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= 74120 MiB
End job on node106 at 2011-06-09 18:02:13