Trace number 3710473

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 PB specific settings 2.3.2 snapshot? (TO) 1800.06 1796.43

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_4_mh_ic.opb
MD5SUM7822eea8fdf0fa0b9710ccfa9531b08b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3877349
Best CPU time to get the best result obtained on this benchmark1800.84
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 109215352
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 56347133854
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 109215352
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 56347133854
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710473-1338247581.opb
0.10/0.12	c reading problem ... 
6.95/5.20	c ... done. Wall clock time 5.082s.
6.95/5.20	c declared #vars     370300
6.95/5.20	c #constraints  855312
6.95/5.20	c constraints type 
6.95/5.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
6.95/5.20	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
6.95/5.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
6.95/5.20	c ignored satisfied constraints => 4
6.95/5.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
6.95/5.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
6.95/5.20	c 855316 constraints processed.
96.17/93.97	c cleaning 2497 clauses out of 5000 with flag 5000/5000
247.96/245.11	c cleaning 4246 clauses out of 8503 with flag 11000/11000
315.45/312.52	c cleaning 5611 clauses out of 11257 with flag 18000/18000
360.74/357.79	c cleaning 6821 clauses out of 13647 with flag 26001/26001
685.22/682.16	c cleaning 7902 clauses out of 15825 with flag 35000/35000
755.72/752.56	c cleaning 8933 clauses out of 17925 with flag 45002/45002
905.58/902.31	c cleaning 9989 clauses out of 19990 with flag 56000/56000
1257.47/1254.18	c cleaning 10956 clauses out of 22001 with flag 68000/68000
1335.53/1332.16	c cleaning 12016 clauses out of 24045 with flag 81000/81000
1451.08/1447.68	c cleaning 13012 clauses out of 26033 with flag 95004/95004
1566.84/1563.36	c cleaning 13999 clauses out of 28017 with flag 110000/110000
1676.39/1672.84	c cleaning 14986 clauses out of 30018 with flag 126000/126000
1800.06/1796.41	c starts		: 104
1800.06/1796.41	c conflicts		: 142494
1800.06/1796.41	c decisions		: 757517
1800.06/1796.41	c propagations		: 548295972
1800.06/1796.41	c inspects		: 7305873944
1800.06/1796.41	c shortcuts		: 0
1800.06/1796.41	c learnt literals	: 0
1800.06/1796.41	c learnt binary clauses	: 22
1800.06/1796.41	c learnt ternary clauses	: 18
1800.06/1796.41	c learnt constraints	: 142493
1800.06/1796.41	c ignored constraints	: 0
1800.06/1796.41	c root simplifications	: 104
1800.06/1796.41	c removed literals (reason simplification)	: 1820966
1800.06/1796.41	c reason swapping (by a shorter reason)	: 0
1800.06/1796.41	c Calls to reduceDB	: 12
1800.06/1796.41	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.41	c number of learned constraints concerned by reduction	: 0
1800.06/1796.41	c number of learning phase by resolution	: 0
1800.06/1796.41	c number of learning phase by cutting planes	: 0
1800.06/1796.41	c speed (assignments/second)	: 306114.4462179821
1800.06/1796.41	c non guided choices	1318
1800.06/1796.42	c learnt constraints type 
1800.06/1796.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
1800.06/1796.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31505
1800.06/1796.42	c constraints type 
1800.06/1796.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
1800.06/1796.42	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.06/1796.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.06/1796.42	c ignored satisfied constraints => 4
1800.06/1796.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
1800.06/1796.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
1800.06/1796.42	c 855316 constraints processed.
1800.06/1796.42	s UNKNOWN
1800.06/1796.42	c Total wall clock time (in seconds): 1796.308

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3710473-1338247581/watcher-3710473-1338247581 -o /tmp/evaluation-result-3710473-1338247581/solver-3710473-1338247581 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710473-1338247581.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.01 2.00 2.00 3/194 3539
/proc/meminfo: memFree=30273100/32873844 swapFree=7116/7116
[pid=3539] ppid=3537 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (java) S 3537 3539 2017 0 -1 4202496 1215 0 0 0 0 0 0 0 20 0 2 0 290883084 95129600 926 33554432000 1073741824 1073778376 140733258010896 140733258002032 240568533053 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3539/statm: 23225 926 703 9 0 16769 0
[pid=3539/tid=3540] ppid=3537 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3540/stat : 3540 (java) D 3537 3539 2017 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 290883084 95129600 926 33554432000 1073741824 1073778376 140733258010896 140033015066152 240556010791 0 0 4096 0 18446744072100609316 0 0 -1 4 0 0 0 0 0

[startup+0.0405571 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 3539
/proc/meminfo: memFree=30273100/32873844 swapFree=7116/7116
[pid=3539] ppid=3537 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/3539/stat : 3539 (java) S 3537 3539 2017 0 -1 4202496 3034 0 1 0 2 0 0 0 20 0 13 0 290883084 9446973440 3732 33554432000 1073741824 1073778376 140733258010896 140733258002032 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3539/statm: 2306390 3732 1702 9 0 2297091 0
[pid=3539/tid=3540] ppid=3537 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 2017 0 -1 4202560 1854 0 1 0 2 0 0 0 20 0 13 0 290883084 9446973440 3732 33554432000 1073741824 1073778376 140733258010896 140033015066864 240568558861 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100344 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 3539
/proc/meminfo: memFree=30273100/32873844 swapFree=7116/7116
[pid=3539] ppid=3537 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/3539/stat : 3539 (java) S 3537 3539 2017 0 -1 4202496 4272 0 1 0 9 1 0 0 20 0 18 0 290883084 9787842560 5991 33554432000 1073741824 1073778376 140733258010896 140733258002032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3539/statm: 2389610 5991 2116 9 0 2380296 0
[pid=3539/tid=3540] ppid=3537 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 2017 0 -1 4202560 2417 0 1 0 8 0 0 0 20 0 18 0 290883084 9787842560 5991 33554432000 1073741824 1073778376 140733258010896 140033015069440 140032862130649 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300319 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 3539
/proc/meminfo: memFree=30273100/32873844 swapFree=7116/7116
[pid=3539] ppid=3537 vsize=9558440 CPUtime=0.47 cores=0,2,4,6
/proc/3539/stat : 3539 (java) S 3537 3539 2017 0 -1 4202496 5181 0 1 0 45 2 0 0 20 0 18 0 290883084 9787842560 14355 33554432000 1073741824 1073778376 140733258010896 140733258002032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3539/statm: 2389610 14355 2223 9 0 2380296 0
[pid=3539/tid=3540] ppid=3537 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 2017 0 -1 4202560 2512 0 1 0 26 1 0 0 20 0 18 0 290883084 9787842560 14355 33554432000 1073741824 1073778376 140733258010896 140033015070488 140032862503520 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700337 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 3539
/proc/meminfo: memFree=30273100/32873844 swapFree=7116/7116
[pid=3539] ppid=3537 vsize=9558440 CPUtime=1.16 cores=0,2,4,6
/proc/3539/stat : 3539 (java) S 3537 3539 2017 0 -1 4202496 5922 0 1 0 108 8 0 0 20 0 18 0 290883084 9787842560 52696 33554432000 1073741824 1073778376 140733258010896 140733258002032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3539/statm: 2389610 52696 2244 9 0 2380296 0
[pid=3539/tid=3540] ppid=3537 vsize=9558440 CPUtime=0.61 cores=0,2,4,6
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 2017 0 -1 4202560 2561 0 1 0 58 3 0 0 20 0 18 0 290883084 9787842560 52696 33554432000 1073741824 1073778376 140733258010896 140033015069176 140032862172917 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558440

[startup+1.50074 s]
/proc/loadavg: 2.17 2.04 2.01 3/212 3557
/proc/meminfo: memFree=30045272/32873844 swapFree=7116/7116
[pid=3539] ppid=3537 vsize=9558440 CPUtime=2.55 cores=0,2,4,6
/proc/3539/stat : 3539 (java) S 3537 3539 2017 0 -1 4202496 12717 0 1 0 238 17 0 0 20 0 18 0 290883084 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140733258002032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3539/statm: 2389610 95464 2266 9 0 2380296 0
[pid=3539/tid=3540] ppid=3537 vsize=9558440 CPUtime=1.34 cores=0,2,4,6
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 2017 0 -1 4202560 2624 0 1 0 129 5 0 0 20 0 18 0 290883084 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140033015069784 240568558861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3542] ppid=3537 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/3539/task/3542/stat : 3542 (java) S 3537 3539 2017 0 -1 4202560 109 0 0 0 4 1 0 0 20 0 18 0 290883085 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032987523752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3543] ppid=3537 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/3539/task/3543/stat : 3543 (java) S 3537 3539 2017 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 18 0 290883085 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032986471208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3544] ppid=3537 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/3539/task/3544/stat : 3544 (java) S 3537 3539 2017 0 -1 4202560 41 0 0 0 6 1 0 0 20 0 18 0 290883085 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032985418664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3545] ppid=3537 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/3539/task/3545/stat : 3545 (java) S 3537 3539 2017 0 -1 4202560 154 0 0 0 8 2 0 0 20 0 18 0 290883085 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032984366120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3546] ppid=3537 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/3539/task/3546/stat : 3546 (java) S 3537 3539 2017 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 18 0 290883085 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032983312552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3547] ppid=3537 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/3539/task/3547/stat : 3547 (java) S 3537 3539 2017 0 -1 4202560 108 0 0 0 2 1 0 0 20 0 18 0 290883085 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032982260008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3548] ppid=3537 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/3539/task/3548/stat : 3548 (java) S 3537 3539 2017 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 290883085 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032981207464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3549] ppid=3537 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/3539/task/3549/stat : 3549 (java) S 3537 3539 2017 0 -1 4202560 109 0 0 0 2 0 0 0 20 0 18 0 290883085 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032851094056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3550] ppid=3537 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3550/stat : 3550 (java) S 3537 3539 2017 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 290883086 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032368147048 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3551] ppid=3537 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3551/stat : 3551 (java) S 3537 3539 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290883086 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032367093368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3552] ppid=3537 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3552/stat : 3552 (java) S 3537 3539 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290883087 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032366040712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3553] ppid=3537 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3553/stat : 3553 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290883089 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032364989456 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3554] ppid=3537 vsize=9558440 CPUtime=0.33 cores=0,2,4,6
/proc/3539/task/3554/stat : 3554 (java) S 3537 3539 2017 0 -1 4202560 2618 0 0 0 32 1 0 0 20 0 18 0 290883089 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032363935800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3555] ppid=3537 vsize=9558440 CPUtime=0.34 cores=0,2,4,6
/proc/3539/task/3555/stat : 3555 (java) S 3537 3539 2017 0 -1 4202560 5518 0 0 0 34 0 0 0 20 0 18 0 290883089 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032362883256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3556] ppid=3537 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3556/stat : 3556 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290883089 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032361830904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3557] ppid=3537 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3557/stat : 3557 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290883089 9787842560 95464 33554432000 1073741824 1073778376 140733258010896 140032360778568 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9558440

[startup+3.10074 s]
/proc/loadavg: 2.17 2.04 2.01 3/212 3557
/proc/meminfo: memFree=29857480/32873844 swapFree=7116/7116
[pid=3539] ppid=3537 vsize=9558440 CPUtime=4.53 cores=0,2,4,6
/proc/3539/stat : 3539 (java) S 3537 3539 2017 0 -1 4202496 13579 0 1 0 426 27 0 0 20 0 18 0 290883084 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140733258002032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3539/statm: 2389610 168808 2266 9 0 2380296 0
[pid=3539/tid=3540] ppid=3537 vsize=9558440 CPUtime=2.83 cores=0,2,4,6
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 2017 0 -1 4202560 2911 0 1 0 274 9 0 0 20 0 18 0 290883084 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140033015070168 140032862516264 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3542] ppid=3537 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/3539/task/3542/stat : 3542 (java) S 3537 3539 2017 0 -1 4202560 136 0 0 0 8 1 0 0 20 0 18 0 290883085 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032987523752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3543] ppid=3537 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/3539/task/3543/stat : 3543 (java) S 3537 3539 2017 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 18 0 290883085 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032986471208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3544] ppid=3537 vsize=9558440 CPUtime=0.12 cores=0,2,4,6
/proc/3539/task/3544/stat : 3544 (java) S 3537 3539 2017 0 -1 4202560 69 0 0 0 10 2 0 0 20 0 18 0 290883085 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032985418664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3545] ppid=3537 vsize=9558440 CPUtime=0.16 cores=0,2,4,6
/proc/3539/task/3545/stat : 3545 (java) S 3537 3539 2017 0 -1 4202560 176 0 0 0 14 2 0 0 20 0 18 0 290883085 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032984366120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3546] ppid=3537 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/3539/task/3546/stat : 3546 (java) S 3537 3539 2017 0 -1 4202560 51 0 0 0 9 2 0 0 20 0 18 0 290883085 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032983312552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3547] ppid=3537 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/3539/task/3547/stat : 3547 (java) S 3537 3539 2017 0 -1 4202560 133 0 0 0 7 3 0 0 20 0 18 0 290883085 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032982260008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3548] ppid=3537 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/3539/task/3548/stat : 3548 (java) S 3537 3539 2017 0 -1 4202560 61 0 0 0 6 2 0 0 20 0 18 0 290883085 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032981207464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3549] ppid=3537 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/3539/task/3549/stat : 3549 (java) S 3537 3539 2017 0 -1 4202560 121 0 0 0 4 1 0 0 20 0 18 0 290883085 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032851094056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3550] ppid=3537 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3550/stat : 3550 (java) S 3537 3539 2017 0 -1 4202560 476 0 0 0 0 0 0 0 20 0 18 0 290883086 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032368147048 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3551] ppid=3537 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3551/stat : 3551 (java) S 3537 3539 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290883086 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032367093368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3552] ppid=3537 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3552/stat : 3552 (java) S 3537 3539 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290883087 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032366040712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3553] ppid=3537 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3553/stat : 3553 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290883089 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032364989456 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3554] ppid=3537 vsize=9558440 CPUtime=0.38 cores=0,2,4,6
/proc/3539/task/3554/stat : 3554 (java) S 3537 3539 2017 0 -1 4202560 2630 0 0 0 36 2 0 0 20 0 18 0 290883089 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032363935800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3555] ppid=3537 vsize=9558440 CPUtime=0.38 cores=0,2,4,6
/proc/3539/task/3555/stat : 3555 (java) S 3537 3539 2017 0 -1 4202560 5607 0 0 0 38 0 0 0 20 0 18 0 290883089 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032362883256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3556] ppid=3537 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3556/stat : 3556 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290883089 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032361830904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3557] ppid=3537 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3557/stat : 3557 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290883089 9787842560 168808 33554432000 1073741824 1073778376 140733258010896 140032360778568 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 9558440

[startup+6.30077 s]
/proc/loadavg: 2.17 2.04 2.01 3/213 3558
/proc/meminfo: memFree=29531656/32873844 swapFree=7116/7116
[pid=3539] ppid=3537 vsize=9625004 CPUtime=8.45 cores=0,2,4,6
/proc/3539/stat : 3539 (java) S 3537 3539 2017 0 -1 4202496 14447 0 1 0 810 35 0 0 20 0 19 0 290883084 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140733258002032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3539/statm: 2406251 189046 2275 9 0 2396937 0
[pid=3539/tid=3540] ppid=3537 vsize=9625004 CPUtime=5.92 cores=0,2,4,6
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 2017 0 -1 4202560 3366 0 1 0 583 9 0 0 20 0 19 0 290883084 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140033015071160 140032862905074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3542] ppid=3537 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/3539/task/3542/stat : 3542 (java) S 3537 3539 2017 0 -1 4202560 264 0 0 0 10 2 0 0 20 0 19 0 290883085 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032987523752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3543] ppid=3537 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/3539/task/3543/stat : 3543 (java) S 3537 3539 2017 0 -1 4202560 54 0 0 0 8 2 0 0 20 0 19 0 290883085 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032986471208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3544] ppid=3537 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/3539/task/3544/stat : 3544 (java) S 3537 3539 2017 0 -1 4202560 88 0 0 0 13 4 0 0 20 0 19 0 290883085 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032985418664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3545] ppid=3537 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/3539/task/3545/stat : 3545 (java) S 3537 3539 2017 0 -1 4202560 204 0 0 0 19 5 0 0 20 0 19 0 290883085 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032984366120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3546] ppid=3537 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/3539/task/3546/stat : 3546 (java) S 3537 3539 2017 0 -1 4202560 64 0 0 0 13 3 0 0 20 0 19 0 290883085 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032983312552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3547] ppid=3537 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/3539/task/3547/stat : 3547 (java) S 3537 3539 2017 0 -1 4202560 141 0 0 0 9 3 0 0 20 0 19 0 290883085 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032982260008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3548] ppid=3537 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/3539/task/3548/stat : 3548 (java) S 3537 3539 2017 0 -1 4202560 89 0 0 0 14 3 0 0 20 0 19 0 290883085 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032981207464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3549] ppid=3537 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/3539/task/3549/stat : 3549 (java) S 3537 3539 2017 0 -1 4202560 131 0 0 0 6 1 0 0 20 0 19 0 290883085 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032851094056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3550] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3550/stat : 3550 (java) S 3537 3539 2017 0 -1 4202560 486 0 0 0 0 0 0 0 20 0 19 0 290883086 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032368147048 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3551] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3551/stat : 3551 (java) S 3537 3539 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290883086 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032367093368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3552] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3552/stat : 3552 (java) S 3537 3539 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290883087 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032366040712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3553] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3553/stat : 3553 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290883089 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032364989456 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3554] ppid=3537 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/3539/task/3554/stat : 3554 (java) S 3537 3539 2017 0 -1 4202560 2760 0 0 0 60 2 0 0 20 0 19 0 290883089 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032363935800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3555] ppid=3537 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/3539/task/3555/stat : 3555 (java) S 3537 3539 2017 0 -1 4202560 5620 0 0 0 58 0 0 0 20 0 19 0 290883089 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032362883256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3556] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3556/stat : 3556 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290883089 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032361830904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3557] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3557/stat : 3557 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290883089 9856004096 189046 33554432000 1073741824 1073778376 140733258010896 140032360778568 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=3539/tid=3554] ppid=3537 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/3539/task/3554/stat : 3554 (java) S 3537 3539 2017 0 -1 4202560 2778 0 0 0 76 2 0 0 20 0 19 0 290883089 9856004096 242178 33554432000 1073741824 1073778376 140733258010896 140032363935800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3555] ppid=3537 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/3539/task/3555/stat : 3555 (java) S 3537 3539 2017 0 -1 4202560 5632 0 0 0 69 2 0 0 20 0 19 0 290883089 9856004096 242178 33554432000 1073741824 1073778376 140733258010896 140032362883256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3556] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3556/stat : 3556 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290883089 9856004096 242178 33554432000 1073741824 1073778376 140733258010896 140032361830904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3557] ppid=3537 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/3539/task/3557/stat : 3557 (java) S 3537 3539 2017 0 -1 4202560 95 0 0 0 40 35 0 0 20 0 19 0 290883089 9856004096 242178 33554432000 1073741824 1073778376 140733258010896 140032360778568 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3558] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3558/stat : 3558 (java) S 3537 3539 2017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290883610 9856004096 242178 33554432000 1073741824 1073778376 140733258010896 140032359724328 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1665.88
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3573
/proc/meminfo: memFree=29216960/32873844 swapFree=7116/7116
[pid=3539] ppid=3537 vsize=9625004 CPUtime=1725.94 cores=0,2,4,6
/proc/3539/stat : 3539 (java) S 3537 3539 2017 0 -1 4202496 15558 0 1 0 172528 66 0 0 20 0 19 0 290883084 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140733258002032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3539/statm: 2406251 242174 2289 9 0 2396937 0
[pid=3539/tid=3540] ppid=3537 vsize=9625004 CPUtime=1710.91 cores=0,2,4,6
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 2017 0 -1 4202560 3392 0 1 0 171054 37 0 0 20 0 19 0 290883084 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140033015071024 140032862904832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3542] ppid=3537 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/3539/task/3542/stat : 3542 (java) S 3537 3539 2017 0 -1 4202560 292 0 0 0 29 4 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032987523752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3543] ppid=3537 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/3539/task/3543/stat : 3543 (java) S 3537 3539 2017 0 -1 4202560 85 0 0 0 25 4 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032986471208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3544] ppid=3537 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/3539/task/3544/stat : 3544 (java) S 3537 3539 2017 0 -1 4202560 106 0 0 0 29 4 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032985418664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3545] ppid=3537 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/3539/task/3545/stat : 3545 (java) S 3537 3539 2017 0 -1 4202560 324 0 0 0 35 6 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032984366120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3546] ppid=3537 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/3539/task/3546/stat : 3546 (java) S 3537 3539 2017 0 -1 4202560 98 0 0 0 33 5 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032983312552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3547] ppid=3537 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/3539/task/3547/stat : 3547 (java) S 3537 3539 2017 0 -1 4202560 175 0 0 0 26 5 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032982260008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3548] ppid=3537 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/3539/task/3548/stat : 3548 (java) S 3537 3539 2017 0 -1 4202560 111 0 0 0 32 4 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032981207464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3549] ppid=3537 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/3539/task/3549/stat : 3549 (java) S 3537 3539 2017 0 -1 4202560 161 0 0 0 24 3 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032851094056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3550] ppid=3537 vsize=9625004 CPUtime=6.24 cores=0,2,4,6
/proc/3539/task/3550/stat : 3550 (java) S 3537 3539 2017 0 -1 4202560 1126 0 0 0 621 3 0 0 20 0 19 0 290883086 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032368147048 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3551] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3551/stat : 3551 (java) S 3537 3539 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290883086 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032367093368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3552] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3552/stat : 3552 (java) S 3537 3539 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290883087 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032366040712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3553] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3553/stat : 3553 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032364989456 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3554] ppid=3537 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/3539/task/3554/stat : 3554 (java) S 3537 3539 2017 0 -1 4202560 2778 0 0 0 76 2 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032363935800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3555] ppid=3537 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/3539/task/3555/stat : 3555 (java) S 3537 3539 2017 0 -1 4202560 5632 0 0 0 69 2 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032362883256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3556] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3556/stat : 3556 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032361830904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3557] ppid=3537 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/3539/task/3557/stat : 3557 (java) S 3537 3539 2017 0 -1 4202560 99 0 0 0 41 36 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032360778568 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3558] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3558/stat : 3558 (java) S 3537 3539 2017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290883610 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032359724328 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1725.94
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 3573
/proc/meminfo: memFree=29216348/32873844 swapFree=7116/7116
[pid=3539] ppid=3537 vsize=9625004 CPUtime=1785.95 cores=0,2,4,6
/proc/3539/stat : 3539 (java) S 3537 3539 2017 0 -1 4202496 15562 0 1 0 178528 67 0 0 20 0 19 0 290883084 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140733258002032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3539/statm: 2406251 242174 2289 9 0 2396937 0
[pid=3539/tid=3540] ppid=3537 vsize=9625004 CPUtime=1770.76 cores=0,2,4,6
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 2017 0 -1 4202560 3392 0 1 0 177039 37 0 0 20 0 19 0 290883084 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140033015071024 140032862940295 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3542] ppid=3537 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/3539/task/3542/stat : 3542 (java) S 3537 3539 2017 0 -1 4202560 292 0 0 0 29 4 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032987523752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3543] ppid=3537 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/3539/task/3543/stat : 3543 (java) S 3537 3539 2017 0 -1 4202560 85 0 0 0 25 4 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032986471208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3544] ppid=3537 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/3539/task/3544/stat : 3544 (java) S 3537 3539 2017 0 -1 4202560 106 0 0 0 29 4 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032985418664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3545] ppid=3537 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/3539/task/3545/stat : 3545 (java) S 3537 3539 2017 0 -1 4202560 324 0 0 0 35 6 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032984366120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3546] ppid=3537 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/3539/task/3546/stat : 3546 (java) S 3537 3539 2017 0 -1 4202560 98 0 0 0 33 5 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032983312552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3547] ppid=3537 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/3539/task/3547/stat : 3547 (java) S 3537 3539 2017 0 -1 4202560 175 0 0 0 26 5 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032982260008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3548] ppid=3537 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/3539/task/3548/stat : 3548 (java) S 3537 3539 2017 0 -1 4202560 111 0 0 0 32 4 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032981207464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3549] ppid=3537 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/3539/task/3549/stat : 3549 (java) S 3537 3539 2017 0 -1 4202560 161 0 0 0 24 3 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032851094056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3550] ppid=3537 vsize=9625004 CPUtime=6.24 cores=0,2,4,6
/proc/3539/task/3550/stat : 3550 (java) S 3537 3539 2017 0 -1 4202560 1126 0 0 0 621 3 0 0 20 0 19 0 290883086 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032368147048 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3551] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3551/stat : 3551 (java) S 3537 3539 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290883086 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032367093368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3552] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3552/stat : 3552 (java) S 3537 3539 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290883087 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032366040712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3553] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3553/stat : 3553 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032364989456 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3554] ppid=3537 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/3539/task/3554/stat : 3554 (java) S 3537 3539 2017 0 -1 4202560 2778 0 0 0 76 2 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032363935800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3555] ppid=3537 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/3539/task/3555/stat : 3555 (java) S 3537 3539 2017 0 -1 4202560 5632 0 0 0 69 2 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032362883256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3556] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3556/stat : 3556 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032361830904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3557] ppid=3537 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/3539/task/3557/stat : 3557 (java) S 3537 3539 2017 0 -1 4202560 103 0 0 0 43 37 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032360778568 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3558] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3558/stat : 3558 (java) S 3537 3539 2017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290883610 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032359724328 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.95
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.4 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 3633
/proc/meminfo: memFree=29307672/32873844 swapFree=7116/7116
[pid=3539] ppid=3537 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/3539/stat : 3539 (java) S 3537 3539 2017 0 -1 4202496 15562 0 1 0 179939 67 0 0 20 0 19 0 290883084 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140733258002032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3539/statm: 2406251 242174 2289 9 0 2396937 0
[pid=3539/tid=3540] ppid=3537 vsize=9625004 CPUtime=1784.83 cores=0,2,4,6
/proc/3539/task/3540/stat : 3540 (java) R 3537 3539 2017 0 -1 4202560 3392 0 1 0 178445 38 0 0 20 0 19 0 290883084 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140033015071024 140032862886090 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3542] ppid=3537 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/3539/task/3542/stat : 3542 (java) S 3537 3539 2017 0 -1 4202560 292 0 0 0 29 4 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032987523752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3543] ppid=3537 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/3539/task/3543/stat : 3543 (java) S 3537 3539 2017 0 -1 4202560 85 0 0 0 25 4 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032986471208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3544] ppid=3537 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/3539/task/3544/stat : 3544 (java) S 3537 3539 2017 0 -1 4202560 106 0 0 0 29 4 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032985418664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3545] ppid=3537 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/3539/task/3545/stat : 3545 (java) S 3537 3539 2017 0 -1 4202560 324 0 0 0 35 6 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032984366120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3546] ppid=3537 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/3539/task/3546/stat : 3546 (java) S 3537 3539 2017 0 -1 4202560 98 0 0 0 33 5 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032983312552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3547] ppid=3537 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/3539/task/3547/stat : 3547 (java) S 3537 3539 2017 0 -1 4202560 175 0 0 0 26 5 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032982260008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3548] ppid=3537 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/3539/task/3548/stat : 3548 (java) S 3537 3539 2017 0 -1 4202560 111 0 0 0 32 4 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032981207464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3549] ppid=3537 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/3539/task/3549/stat : 3549 (java) S 3537 3539 2017 0 -1 4202560 161 0 0 0 24 3 0 0 20 0 19 0 290883085 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032851094056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3539/tid=3550] ppid=3537 vsize=9625004 CPUtime=6.24 cores=0,2,4,6
/proc/3539/task/3550/stat : 3550 (java) S 3537 3539 2017 0 -1 4202560 1126 0 0 0 621 3 0 0 20 0 19 0 290883086 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032368147048 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3551] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3551/stat : 3551 (java) S 3537 3539 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290883086 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032367093368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3552] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3552/stat : 3552 (java) S 3537 3539 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290883087 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032366040712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3553] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3553/stat : 3553 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032364989456 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3539/tid=3554] ppid=3537 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/3539/task/3554/stat : 3554 (java) S 3537 3539 2017 0 -1 4202560 2778 0 0 0 76 2 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032363935800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3555] ppid=3537 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/3539/task/3555/stat : 3555 (java) S 3537 3539 2017 0 -1 4202560 5632 0 0 0 69 2 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032362883256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3539/tid=3556] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3556/stat : 3556 (java) S 3537 3539 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032361830904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3557] ppid=3537 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/3539/task/3557/stat : 3557 (java) S 3537 3539 2017 0 -1 4202560 103 0 0 0 43 38 0 0 20 0 19 0 290883089 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032360778568 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3539/tid=3558] ppid=3537 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3539/task/3558/stat : 3558 (java) S 3537 3539 2017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290883610 9856004096 242174 33554432000 1073741824 1073778376 140733258010896 140032359724328 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3539 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=50110
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=322798
# CPU time returned by wait4() is 1796.37
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.43
CPU time (s): 1800.06
CPU user time (s): 1799.39
CPU system time (s): 0.67
CPU usage (%): 100.202
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.05
system time used= 1.3228
maximum resident set size= 968812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15595
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38538
involuntary context switches= 4734

runsolver used 6.30004 second user time and 15.0537 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-29 01:26:22
IDJOB=3710473
IDBENCH=92656
IDSOLVER=2289
FILE ID=node146/3710473-1338247581
RUNJOBID= node146-1338229576-2033
PBS_JOBID= 14624646
Free space on /tmp= 71144 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_4_mh_ic.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710473-1338247581/watcher-3710473-1338247581 -o /tmp/evaluation-result-3710473-1338247581/solver-3710473-1338247581 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710473-1338247581.opb

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

MD5SUM BENCH= 7822eea8fdf0fa0b9710ccfa9531b08b
RANDOM SEED=786892549

node146.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30273216 kB
Buffers:          431148 kB
Cached:          1052660 kB
SwapCached:         2180 kB
Active:          1275072 kB
Inactive:         428780 kB
Active(anon):     219604 kB
Inactive(anon):     2668 kB
Active(file):    1055468 kB
Inactive(file):   426112 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100344 kB
Dirty:             43572 kB
Writeback:             0 kB
AnonPages:        248348 kB
Mapped:            17676 kB
Shmem:                 0 kB
Slab:             732488 kB
SReclaimable:     173044 kB
SUnreclaim:       559444 kB
KernelStack:        1608 kB
PageTables:         4852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     824896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71144 MiB
End job on node146 at 2012-05-29 01:56:20