Trace number 4080213

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 2.3.6 Res+CP PB16? (TO) 1800.78 894.964

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-cuww5.opb
MD5SUM2d610c35d7c8dd61a03deef28cf982c0
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark16.2365
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables86
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint86
Maximum length of a constraint86
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 45094584
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 553509859
Number of bits of the biggest sum of numbers30
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-2013 Artois University and CNRS
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 PB16.v20160501
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.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080213-1465229952.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.13	c ... done. Wall clock time 0.015s.
0.09/0.13	c declared #vars     86
0.09/0.13	c #constraints  2
0.09/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.09/0.14	c 2 constraints processed.
0.09/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.09/0.14	c 2 constraints processed.
2.34/0.75	c cleaning 2500 clauses out of 5000 with flag 10042/5000
4.11/1.23	c cleaning 4250 clauses out of 8500 with flag 22049/11000
5.32/1.82	c cleaning 5626 clauses out of 11252 with flag 36061/18002
6.95/2.61	c cleaning 6813 clauses out of 13626 with flag 52069/26002
8.97/3.64	c cleaning 7903 clauses out of 15811 with flag 70069/35000
11.39/4.89	c cleaning 8955 clauses out of 17910 with flag 90079/45002
14.43/6.38	c cleaning 9972 clauses out of 19954 with flag 112091/56001
18.23/8.26	c cleaning 10991 clauses out of 21981 with flag 136098/68000
22.89/10.50	c cleaning 11996 clauses out of 23992 with flag 162112/81002
28.14/13.10	c cleaning 12997 clauses out of 25994 with flag 190109/95000
33.74/15.97	c cleaning 13992 clauses out of 27998 with flag 220115/110001
40.80/19.41	c cleaning 15000 clauses out of 30008 with flag 252139/126003
48.80/23.43	c cleaning 15999 clauses out of 32005 with flag 286152/143000
58.28/28.13	c cleaning 17001 clauses out of 34008 with flag 322164/161002
68.67/33.33	c cleaning 18002 clauses out of 36006 with flag 360177/180001
68.67/33.37	c cleaning 0 clauses out of 5000 with flag 0/5000
80.51/38.94	c cleaning 19002 clauses out of 38004 with flag 400183/200001
93.70/45.48	c cleaning 19997 clauses out of 40002 with flag 442206/221001
108.16/52.62	c cleaning 21001 clauses out of 42004 with flag 486214/243000
124.98/61.03	c cleaning 21998 clauses out of 44003 with flag 532228/266000
143.60/70.33	c cleaning 23003 clauses out of 46006 with flag 580249/290001
164.47/80.72	c cleaning 24001 clauses out of 48004 with flag 630263/315002
187.73/92.38	c cleaning 24999 clauses out of 50002 with flag 682304/341001
214.41/105.64	c cleaning 26000 clauses out of 52003 with flag 736330/368001
242.44/119.65	c cleaning 26996 clauses out of 54002 with flag 792353/396000
272.89/134.87	c cleaning 28001 clauses out of 56006 with flag 850379/425000
306.38/151.60	c cleaning 28996 clauses out of 58005 with flag 910425/455000
318.06/157.38	c cleaning 0 clauses out of 11002 with flag 0/11002
341.61/169.01	c cleaning 30005 clauses out of 60010 with flag 972446/486001
379.40/187.89	c cleaning 30999 clauses out of 62004 with flag 1036491/518000
421.63/208.88	c cleaning 32000 clauses out of 64005 with flag 1102513/551000
467.28/231.56	c cleaning 33004 clauses out of 66008 with flag 1170544/585003
519.12/257.40	c cleaning 34001 clauses out of 68003 with flag 1240594/620002
572.23/283.71	c cleaning 35000 clauses out of 70000 with flag 1312605/656000
629.22/312.10	c cleaning 36001 clauses out of 72001 with flag 1386635/693001
690.15/342.45	c cleaning 36995 clauses out of 73999 with flag 1462647/731000
755.14/374.75	c cleaning 37999 clauses out of 76004 with flag 1540665/770000
823.10/408.51	c cleaning 39000 clauses out of 78005 with flag 1620693/810000
850.50/422.36	c cleaning 0 clauses out of 18000 with flag 0/18000
894.89/444.44	c cleaning 40001 clauses out of 80005 with flag 1702723/851000
969.91/481.72	c cleaning 41000 clauses out of 82005 with flag 1786758/893001
1047.89/520.52	c cleaning 41999 clauses out of 84004 with flag 1872787/936000
1132.56/562.69	c cleaning 43001 clauses out of 86005 with flag 1960819/980000
1222.47/607.35	c cleaning 43997 clauses out of 88004 with flag 2050861/1025000
1317.91/654.82	c cleaning 44998 clauses out of 90007 with flag 2142887/1071000
1417.64/704.62	c cleaning 46001 clauses out of 92009 with flag 2236910/1118000
1520.03/755.51	c cleaning 47002 clauses out of 94008 with flag 2332922/1166000
1630.48/810.41	c cleaning 47999 clauses out of 96007 with flag 2430964/1215001
1752.57/871.14	c cleaning 48999 clauses out of 98007 with flag 2531015/1265000
1800.07/894.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/894.90	c starts		: 1
1800.07/894.90	c conflicts		: 1291687
1800.07/894.90	c decisions		: 1292051
1800.07/894.90	c propagations		: 8041899
1800.07/894.90	c inspects		: 12817563928
1800.07/894.90	c shortcuts		: 0
1800.07/894.90	c learnt literals	: 0
1800.07/894.90	c learnt binary clauses	: 0
1800.07/894.90	c learnt ternary clauses	: 0
1800.07/894.90	c learnt constraints	: 1291687
1800.07/894.90	c ignored constraints	: 0
1800.07/894.90	c root simplifications	: 0
1800.07/894.90	c removed literals (reason simplification)	: 11499951
1800.07/894.90	c reason swapping (by a shorter reason)	: 0
1800.07/894.90	c Calls to reduceDB	: 46
1800.07/894.90	c Number of update (reduction) of LBD	: 555
1800.07/894.90	c Imported unit clauses	: 0
1800.07/894.90	c number of reductions to clauses (during analyze)	: 0
1800.07/894.90	c number of learned constraints concerned by reduction	: 0
1800.07/894.90	c number of learning phase by resolution	: 0
1800.07/894.90	c number of learning phase by cutting planes	: 0
1800.07/894.90	c speed (assignments/second)	: 8987.755403112784
1800.07/894.90	c non guided choices	74
1800.07/894.93	c learnt constraints type 
1800.07/894.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75696
1800.07/894.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/894.93	c starts		: 54
1800.07/894.93	c conflicts		: 25940
1800.07/894.93	c decisions		: 31768
1800.07/894.93	c propagations		: 155098
1800.07/894.93	c inspects		: 495966966
1800.07/894.93	c shortcuts		: 0
1800.07/894.93	c learnt literals	: 0
1800.07/894.93	c learnt binary clauses	: 0
1800.07/894.93	c learnt ternary clauses	: 0
1800.07/894.93	c learnt constraints	: 25939
1800.07/894.93	c ignored constraints	: 0
1800.07/894.93	c root simplifications	: 0
1800.07/894.93	c removed literals (reason simplification)	: 0
1800.07/894.93	c reason swapping (by a shorter reason)	: 0
1800.07/894.93	c Calls to reduceDB	: 3
1800.07/894.93	c Number of update (reduction) of LBD	: 0
1800.07/894.93	c Imported unit clauses	: 0
1800.07/894.93	c number of reductions to clauses (during analyze)	: 0
1800.07/894.93	c number of learned constraints concerned by reduction	: 0
1800.07/894.93	c number of learning phase by resolution	: 0
1800.07/894.93	c number of learning phase by cutting planes	: 0
1800.07/894.93	c speed (assignments/second)	: 173.33452541937214
1800.07/894.93	c non guided choices	74
1800.07/894.94	c learnt constraints type 
1800.07/894.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 26
1800.07/894.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25913
1800.07/894.94	s UNKNOWN
1800.07/894.94	c Total wall clock time (in seconds): 894.826

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4080213-1465229952/watcher-4080213-1465229952 -o /tmp/evaluation-result-4080213-1465229952/solver-4080213-1465229952 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465223671-12333 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080213-1465229952.opb 

pid=14027
running on 4 cores: 1,3,5,7

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: 3.93 4.06 4.10 4/197 14030
/proc/meminfo: memFree=27068736/32872528 swapFree=11320/319964
[pid=14030] ppid=14027 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/14030/stat : 14030 (java) R 14027 14030 12316 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 104928495 278528 33 33554432000 1073741824 1073778376 140736166652096 140736409182392 262953594151 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14030/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 3.93 4.06 4.10 4/197 14030
/proc/meminfo: memFree=27068736/32872528 swapFree=11320/319964
[pid=14030] ppid=14027 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14030/stat : 14030 (java) S 14027 14030 12316 0 -1 4202496 4462 0 1 0 8 1 0 0 20 0 18 0 104928495 9787879424 5582 33554432000 1073741824 1073778376 140736166652096 140736166643232 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14030/statm: 2389619 5582 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 3.93 4.06 4.10 4/197 14030
/proc/meminfo: memFree=27068736/32872528 swapFree=11320/319964
[pid=14030] ppid=14027 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/14030/stat : 14030 (java) S 14027 14030 12316 0 -1 4202496 6736 0 1 0 32 1 0 0 20 0 22 0 104928495 10060525568 8801 33554432000 1073741824 1073778376 140736166652096 140736166643232 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14030/statm: 2456183 8813 2219 9 0 2446860 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9824732

[startup+0.300239 s]
/proc/loadavg: 3.93 4.06 4.10 4/197 14030
/proc/meminfo: memFree=27068736/32872528 swapFree=11320/319964
[pid=14030] ppid=14027 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/14030/stat : 14030 (java) S 14027 14030 12316 0 -1 4202496 8695 0 1 0 72 1 0 0 20 0 22 0 104928495 10060525568 10843 33554432000 1073741824 1073778376 140736166652096 140736166643232 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14030/statm: 2456183 10843 2224 9 0 2446860 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 9824732

[startup+0.700197 s]
/proc/loadavg: 3.93 4.06 4.10 4/197 14030
/proc/meminfo: memFree=27068736/32872528 swapFree=11320/319964
[pid=14030] ppid=14027 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/14030/stat : 14030 (java) S 14027 14030 12316 0 -1 4202496 15797 0 1 0 230 4 0 0 20 0 22 0 104928495 10060525568 30630 33554432000 1073741824 1073778376 140736166652096 140736166643232 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14030/statm: 2456183 30478 2245 9 0 2446860 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 3.93 4.06 4.10 7/219 14052
/proc/meminfo: memFree=26897404/32872528 swapFree=11320/319964
[pid=14030] ppid=14027 vsize=9824732 CPUtime=4.71 cores=1,3,5,7
/proc/14030/stat : 14030 (java) S 14027 14030 12316 0 -1 4202496 22498 0 1 0 463 8 0 0 20 0 22 0 104928495 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140736166643232 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14030/statm: 2456183 47343 2272 9 0 2446860 0
[pid=14030/tid=14032] ppid=14027 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (java) S 14027 14030 12316 0 -1 4202560 2453 0 1 0 11 0 0 0 20 0 22 0 104928496 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167599530872 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (java) S 14027 14030 12316 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167538260264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14034] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14034/stat : 14034 (java) S 14027 14030 12316 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167537207464 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14035] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14035/stat : 14035 (java) S 14027 14030 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167536155176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14036] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14036/stat : 14036 (java) S 14027 14030 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167535102376 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14037] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14037/stat : 14037 (java) S 14027 14030 12316 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167534050088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14038] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14038/stat : 14038 (java) S 14027 14030 12316 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167438088872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14039] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14039/stat : 14039 (java) S 14027 14030 12316 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167437036584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14040] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14040/stat : 14040 (java) S 14027 14030 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167435983784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14041] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14041/stat : 14041 (java) S 14027 14030 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167423785192 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14042] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14042/stat : 14042 (java) S 14027 14030 12316 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167422731256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14043] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14043/stat : 14043 (java) S 14027 14030 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167421678856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14044] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14044/stat : 14044 (java) S 14027 14030 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104928501 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167420627344 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14045] ppid=14027 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/14030/task/14045/stat : 14045 (java) S 14027 14030 12316 0 -1 4202560 8163 0 0 0 93 0 0 0 20 0 22 0 104928501 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167419574968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14046] ppid=14027 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/14030/task/14046/stat : 14046 (java) S 14027 14030 12316 0 -1 4202560 10421 0 0 0 89 3 0 0 20 0 22 0 104928501 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167418522168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14047] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14047/stat : 14047 (java) S 14027 14030 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104928501 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167417470072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14048] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14048/stat : 14048 (java) S 14027 14030 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104928501 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167416417480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14049] ppid=14027 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/14030/task/14049/stat : 14049 (java) R 14027 14030 12316 0 -1 4202560 38 0 0 0 132 0 0 0 20 0 22 0 104928509 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167415312864 140167540076820 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14050] ppid=14027 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/14030/task/14050/stat : 14050 (java) R 14027 14030 12316 0 -1 4202560 93 0 0 0 130 2 0 0 20 0 22 0 104928509 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167414258496 140167539677495 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14051] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14051/stat : 14051 (java) S 14027 14030 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104928509 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167413208232 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14052] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14052/stat : 14052 (java) S 14027 14030 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104928509 10060525568 47343 33554432000 1073741824 1073778376 140736166652096 140167412155432 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 3.93 4.06 4.10 5/219 14052
/proc/meminfo: memFree=26882820/32872528 swapFree=11320/319964
[pid=14030] ppid=14027 vsize=9824732 CPUtime=7.97 cores=1,3,5,7
/proc/14030/stat : 14030 (java) S 14027 14030 12316 0 -1 4202496 22609 0 1 0 787 10 0 0 20 0 22 0 104928495 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140736166643232 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14030/statm: 2456183 52029 2272 9 0 2446860 0
[pid=14030/tid=14032] ppid=14027 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (java) S 14027 14030 12316 0 -1 4202560 2453 0 1 0 11 0 0 0 20 0 22 0 104928496 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167599530872 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (java) S 14027 14030 12316 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167538260264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14034] ppid=14027 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14030/task/14034/stat : 14034 (java) S 14027 14030 12316 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 104928497 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167537207464 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14035] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14035/stat : 14035 (java) S 14027 14030 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167536155176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14036] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14036/stat : 14036 (java) S 14027 14030 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167535102376 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14037] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14037/stat : 14037 (java) S 14027 14030 12316 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167534050088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14038] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14038/stat : 14038 (java) S 14027 14030 12316 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167438088872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14039] ppid=14027 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14030/task/14039/stat : 14039 (java) S 14027 14030 12316 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 104928497 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167437036584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14040] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14040/stat : 14040 (java) S 14027 14030 12316 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167435983784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14041] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14041/stat : 14041 (java) S 14027 14030 12316 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167423785192 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14042] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14042/stat : 14042 (java) S 14027 14030 12316 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167422731256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14043] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14043/stat : 14043 (java) S 14027 14030 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167421678856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14044] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14044/stat : 14044 (java) S 14027 14030 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104928501 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167420627344 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14045] ppid=14027 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/14030/task/14045/stat : 14045 (java) S 14027 14030 12316 0 -1 4202560 8172 0 0 0 97 0 0 0 20 0 22 0 104928501 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167419574968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14046] ppid=14027 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/14030/task/14046/stat : 14046 (java) S 14027 14030 12316 0 -1 4202560 10423 0 0 0 90 3 0 0 20 0 22 0 104928501 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167418522168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14047] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14047/stat : 14047 (java) S 14027 14030 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104928501 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167417470072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14048] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14048/stat : 14048 (java) S 14027 14030 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104928501 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167416417480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14049] ppid=14027 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/14030/task/14049/stat : 14049 (java) R 14027 14030 12316 0 -1 4202560 40 0 0 0 290 0 0 0 20 0 22 0 104928509 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167415312728 140167539744099 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14050] ppid=14027 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/14030/task/14050/stat : 14050 (java) R 14027 14030 12316 0 -1 4202560 95 0 0 0 287 2 0 0 20 0 22 0 104928509 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167414258640 140167539766066 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14051] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14051/stat : 14051 (java) S 14027 14030 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104928509 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167413208232 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14052] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14052/stat : 14052 (java) S 14027 14030 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104928509 10060525568 52029 33554432000 1073741824 1073778376 140736166652096 140167412155432 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 3.94 4.06 4.10 5/219 14052
/proc/meminfo: memFree=26728052/32872528 swapFree=11320/319964
[pid=14030] ppid=14027 vsize=9824732 CPUtime=14.43 cores=1,3,5,7
/proc/14030/stat : 14030 (java) S 14027 14030 12316 0 -1 4202496 22996 0 1 0 1426 17 0 0 20 0 22 0 104928495 10060525568 87099 33554432000 1073741824 1073778376 140736166652096 140736166643232 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14030/statm: 2456183 87099 2272 9 0 2446860 0
[pid=14030/tid=14032] ppid=14027 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (java) S 14027 14030 12316 0 -1 4202560 2453 0 1 0 11 0 0 0 20 0 22 0 104928496 10060525568 87099 33554432000 1073741824 1073778376 140736166652096 140167599530872 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (java) S 14027 14030 12316 0 -1 4202560 62 0 0 0 2 1 0 0 20 0 22 0 104928497 10060525568 87099 33554432000 1073741824 1073778376 140736166652096 140167538260264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14034] ppid=14027 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14030/task/14034/stat : 14034 (java) S 14027 14030 12316 0 -1 4202560 62 0 0 0 1 1 0 0 20 0 22 0 104928497 10060525568 87099 33554432000 1073741824 1073778376 140736166652096 140167537207464 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14035] ppid=14027 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14030/task/14035/stat : 14035 (java) S 14027 14030 12316 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 104928497 10060525568 87099 33554432000 1073741824 1073778376 140736166652096 140167536155176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14036] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14036/stat : 14036 (java) S 14027 14030 12316 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104928497 10060525568 87099 33554432000 1073741824 1073778376 140736166652096 140167535102376 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14037] ppid=14027 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14030/task/14037/stat : 14037 (java) S 14027 14030 12316 0 -1 4202560 54 0 0 0 2 0 0 0 20 0 22 0 104928497 10060525568 87099 33554432000 1073741824 1073778376 140736166652096 140167534050088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14038] ppid=14027 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14030/task/14038/stat : 14038 (java) S 14027 14030 12316 0 -1 4202560 18 0 0 0 0 1 0 0 20 0 22 0 104928497 10060525568 87099 33554432000 1073741824 1073778376 140736166652096 140167438088872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14039] ppid=14027 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14030/task/14039/stat : 14039 (java) S 14027 14030 12316 0 -1 4202560 49 0 0 0 1 1 0 0 20 0 22 0 104928497 10060525568 87099 33554432000 1073741824 1073778376 140736166652096 140167437036584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14040] ppid=14027 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14030/task/14040/stat : 14040 (java) S 14027 14030 12316 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 104928497 10060525568 87099 33554432000 1073741824 1073778376 140736166652096 140167435983784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14041] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14041/stat : 14041 (java) S 14027 14030 12316 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 87099 33554432000 1073741824 1073778376 140736166652096 140167423785192 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14042] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14042/stat : 14042 (java) S 14027 14030 12316 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 87099 33554432000 1073741824 1073778376 140736166652096 140167422731256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14043] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14043/stat : 14043 (java) S 14027 14030 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 87099 33554432000 1073741824 1073778376 140736166652096 140167421678856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14044] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14044/stat : 14044 (java) S 14027 14030 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104928501 10060525568 87099 33554432000 1073741824 1073778376 140736166652096 140167420627344 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14045] ppid=14027 vsize=9824732 CPUtime=0.97 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.12 4.09 4.08 5/219 14416
/proc/meminfo: memFree=29579068/32872528 swapFree=11320/319964
[pid=14030] ppid=14027 vsize=9824732 CPUtime=1775.15 cores=1,3,5,7
/proc/14030/stat : 14030 (java) S 14027 14030 12316 0 -1 4202496 39412 0 1 0 177372 143 0 0 20 0 22 0 104928495 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140736166643232 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14030/statm: 2456183 168146 2280 9 0 2446860 0
[pid=14030/tid=14032] ppid=14027 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (java) S 14027 14030 12316 0 -1 4202560 2463 0 1 0 12 4 0 0 20 0 22 0 104928496 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167599530872 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (java) S 14027 14030 12316 0 -1 4202560 536 0 0 0 266 9 0 0 20 0 22 0 104928497 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167538260264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14034] ppid=14027 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/14030/task/14034/stat : 14034 (java) S 14027 14030 12316 0 -1 4202560 569 0 0 0 283 9 0 0 20 0 22 0 104928497 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167537207464 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14035] ppid=14027 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/14030/task/14035/stat : 14035 (java) S 14027 14030 12316 0 -1 4202560 656 0 0 0 279 8 0 0 20 0 22 0 104928497 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167536155176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14036] ppid=14027 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/14030/task/14036/stat : 14036 (java) S 14027 14030 12316 0 -1 4202560 637 0 0 0 285 8 0 0 20 0 22 0 104928497 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167535102376 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14037] ppid=14027 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/14030/task/14037/stat : 14037 (java) S 14027 14030 12316 0 -1 4202560 646 0 0 0 283 7 0 0 20 0 22 0 104928497 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167534050088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14038] ppid=14027 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/14030/task/14038/stat : 14038 (java) S 14027 14030 12316 0 -1 4202560 894 0 0 0 280 8 0 0 20 0 22 0 104928497 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167438088872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14039] ppid=14027 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/14030/task/14039/stat : 14039 (java) S 14027 14030 12316 0 -1 4202560 744 0 0 0 261 6 0 0 20 0 22 0 104928497 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167437036584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14040] ppid=14027 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/14030/task/14040/stat : 14040 (java) S 14027 14030 12316 0 -1 4202560 615 0 0 0 280 8 0 0 20 0 22 0 104928497 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167435983784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14041] ppid=14027 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/14030/task/14041/stat : 14041 (java) S 14027 14030 12316 0 -1 4202560 868 0 0 0 78 32 0 0 20 0 22 0 104928498 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167423785192 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14042] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14042/stat : 14042 (java) S 14027 14030 12316 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167422731256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14043] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14043/stat : 14043 (java) S 14027 14030 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167421678856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14044] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14044/stat : 14044 (java) S 14027 14030 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104928501 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167420627344 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14045] ppid=14027 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/14030/task/14045/stat : 14045 (java) S 14027 14030 12316 0 -1 4202560 9796 0 0 0 122 1 0 0 20 0 22 0 104928501 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167419574968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14046] ppid=14027 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/14030/task/14046/stat : 14046 (java) S 14027 14030 12316 0 -1 4202560 16762 0 0 0 167 4 0 0 20 0 22 0 104928501 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167418522168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14047] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14047/stat : 14047 (java) S 14027 14030 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104928501 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167417470072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14048] ppid=14027 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/14030/task/14048/stat : 14048 (java) S 14027 14030 12316 0 -1 4202560 51 0 0 0 18 22 0 0 20 0 22 0 104928501 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167416417480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14049] ppid=14027 vsize=9824732 CPUtime=874 cores=1,3,5,7
/proc/14030/task/14049/stat : 14049 (java) R 14027 14030 12316 0 -1 4202560 339 0 0 0 87379 21 0 0 20 0 22 0 104928509 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167415310864 140167540495380 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14050] ppid=14027 vsize=9824732 CPUtime=874.05 cores=1,3,5,7
/proc/14030/task/14050/stat : 14050 (java) R 14027 14030 12316 0 -1 4202560 2569 0 0 0 87373 32 0 0 20 0 22 0 104928509 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167414258848 140167539761069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14051] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14051/stat : 14051 (java) S 14027 14030 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104928509 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167413208232 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14052] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14052/stat : 14052 (java) S 14027 14030 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104928509 10060525568 168146 33554432000 1073741824 1073778376 140736166652096 140167412155432 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1775.15
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.901 s]
/proc/loadavg: 4.10 4.09 4.08 5/219 14416
/proc/meminfo: memFree=29580180/32872528 swapFree=11320/319964
[pid=14030] ppid=14027 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/14030/stat : 14030 (java) S 14027 14030 12316 0 -1 4202496 39454 0 1 0 179863 144 0 0 20 0 22 0 104928495 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140736166643232 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14030/statm: 2456183 167835 2280 9 0 2446860 0
[pid=14030/tid=14032] ppid=14027 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (java) S 14027 14030 12316 0 -1 4202560 2464 0 1 0 12 4 0 0 20 0 22 0 104928496 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167599530872 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (java) S 14027 14030 12316 0 -1 4202560 536 0 0 0 273 9 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167538260264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14034] ppid=14027 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/14030/task/14034/stat : 14034 (java) S 14027 14030 12316 0 -1 4202560 570 0 0 0 287 9 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167537207464 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14035] ppid=14027 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/14030/task/14035/stat : 14035 (java) S 14027 14030 12316 0 -1 4202560 656 0 0 0 285 8 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167536155176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14036] ppid=14027 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/14030/task/14036/stat : 14036 (java) S 14027 14030 12316 0 -1 4202560 637 0 0 0 287 8 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167535102376 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14037] ppid=14027 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/14030/task/14037/stat : 14037 (java) S 14027 14030 12316 0 -1 4202560 646 0 0 0 285 7 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167534050088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14038] ppid=14027 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/14030/task/14038/stat : 14038 (java) S 14027 14030 12316 0 -1 4202560 895 0 0 0 284 8 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167438088872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14039] ppid=14027 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/14030/task/14039/stat : 14039 (java) S 14027 14030 12316 0 -1 4202560 744 0 0 0 264 6 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167437036584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14040] ppid=14027 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/14030/task/14040/stat : 14040 (java) S 14027 14030 12316 0 -1 4202560 615 0 0 0 283 8 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167435983784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14041] ppid=14027 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/14030/task/14041/stat : 14041 (java) S 14027 14030 12316 0 -1 4202560 904 0 0 0 118 33 0 0 20 0 22 0 104928498 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167423785192 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14042] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14042/stat : 14042 (java) S 14027 14030 12316 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167422731256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14043] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14043/stat : 14043 (java) S 14027 14030 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167421678856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14044] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14044/stat : 14044 (java) S 14027 14030 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104928501 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167420627344 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14045] ppid=14027 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/14030/task/14045/stat : 14045 (java) S 14027 14030 12316 0 -1 4202560 9796 0 0 0 122 1 0 0 20 0 22 0 104928501 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167419574968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14046] ppid=14027 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/14030/task/14046/stat : 14046 (java) S 14027 14030 12316 0 -1 4202560 16762 0 0 0 167 4 0 0 20 0 22 0 104928501 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167418522168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14047] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14047/stat : 14047 (java) S 14027 14030 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104928501 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167417470072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14048] ppid=14027 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/14030/task/14048/stat : 14048 (java) S 14027 14030 12316 0 -1 4202560 51 0 0 0 18 22 0 0 20 0 22 0 104928501 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167416417480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14049] ppid=14027 vsize=9824732 CPUtime=886.09 cores=1,3,5,7
/proc/14030/task/14049/stat : 14049 (java) R 14027 14030 12316 0 -1 4202560 341 0 0 0 88588 21 0 0 20 0 22 0 104928509 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167415311616 140167540495380 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14050] ppid=14027 vsize=9824732 CPUtime=886.14 cores=1,3,5,7
/proc/14030/task/14050/stat : 14050 (java) R 14027 14030 12316 0 -1 4202560 2570 0 0 0 88582 32 0 0 20 0 22 0 104928509 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167414257936 140167539760809 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14051] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14051/stat : 14051 (java) S 14027 14030 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104928509 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167413208232 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14052] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14052/stat : 14052 (java) S 14027 14030 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104928509 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167412155432 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14030 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.901 s]
/proc/loadavg: 4.10 4.09 4.08 5/219 14416
/proc/meminfo: memFree=29580180/32872528 swapFree=11320/319964
[pid=14030] ppid=14027 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/14030/stat : 14030 (java) S 14027 14030 12316 0 -1 4202496 39454 0 1 0 179863 144 0 0 20 0 22 0 104928495 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140736166643232 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14030/statm: 2456183 167835 2280 9 0 2446860 0
[pid=14030/tid=14032] ppid=14027 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/14030/task/14032/stat : 14032 (java) S 14027 14030 12316 0 -1 4202560 2464 0 1 0 12 4 0 0 20 0 22 0 104928496 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167599530872 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14033] ppid=14027 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/14030/task/14033/stat : 14033 (java) S 14027 14030 12316 0 -1 4202560 536 0 0 0 273 9 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167538260264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14034] ppid=14027 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/14030/task/14034/stat : 14034 (java) S 14027 14030 12316 0 -1 4202560 570 0 0 0 287 9 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167537207464 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14035] ppid=14027 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/14030/task/14035/stat : 14035 (java) S 14027 14030 12316 0 -1 4202560 656 0 0 0 285 8 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167536155176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14036] ppid=14027 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/14030/task/14036/stat : 14036 (java) S 14027 14030 12316 0 -1 4202560 637 0 0 0 287 8 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167535102376 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14037] ppid=14027 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/14030/task/14037/stat : 14037 (java) S 14027 14030 12316 0 -1 4202560 646 0 0 0 285 7 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167534050088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14038] ppid=14027 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/14030/task/14038/stat : 14038 (java) S 14027 14030 12316 0 -1 4202560 895 0 0 0 284 8 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167438088872 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14039] ppid=14027 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/14030/task/14039/stat : 14039 (java) S 14027 14030 12316 0 -1 4202560 744 0 0 0 264 6 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167437036584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14040] ppid=14027 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/14030/task/14040/stat : 14040 (java) S 14027 14030 12316 0 -1 4202560 615 0 0 0 283 8 0 0 20 0 22 0 104928497 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167435983784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14030/tid=14041] ppid=14027 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/14030/task/14041/stat : 14041 (java) S 14027 14030 12316 0 -1 4202560 904 0 0 0 118 33 0 0 20 0 22 0 104928498 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167423785192 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14042] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14042/stat : 14042 (java) S 14027 14030 12316 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167422731256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14043] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14043/stat : 14043 (java) S 14027 14030 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104928498 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167421678856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14044] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14044/stat : 14044 (java) S 14027 14030 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104928501 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167420627344 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14045] ppid=14027 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/14030/task/14045/stat : 14045 (java) S 14027 14030 12316 0 -1 4202560 9796 0 0 0 122 1 0 0 20 0 22 0 104928501 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167419574968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14046] ppid=14027 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/14030/task/14046/stat : 14046 (java) S 14027 14030 12316 0 -1 4202560 16762 0 0 0 167 4 0 0 20 0 22 0 104928501 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167418522168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14047] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14047/stat : 14047 (java) S 14027 14030 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104928501 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167417470072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14048] ppid=14027 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/14030/task/14048/stat : 14048 (java) S 14027 14030 12316 0 -1 4202560 51 0 0 0 18 22 0 0 20 0 22 0 104928501 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167416417480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14049] ppid=14027 vsize=9824732 CPUtime=886.09 cores=1,3,5,7
/proc/14030/task/14049/stat : 14049 (java) R 14027 14030 12316 0 -1 4202560 341 0 0 0 88588 21 0 0 20 0 22 0 104928509 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167415311616 140167540495380 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14030/tid=14050] ppid=14027 vsize=9824732 CPUtime=886.14 cores=1,3,5,7
/proc/14030/task/14050/stat : 14050 (java) R 14027 14030 12316 0 -1 4202560 2570 0 0 0 88582 32 0 0 20 0 22 0 104928509 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167414257936 140167539760809 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14030/tid=14051] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14051/stat : 14051 (java) S 14027 14030 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104928509 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167413208232 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14030/tid=14052] ppid=14027 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14030/task/14052/stat : 14052 (java) S 14027 14030 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104928509 10060525568 167835 33554432000 1073741824 1073778376 140736166652096 140167412155432 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 894.964
CPU time (s): 1800.78
CPU user time (s): 1798.82
CPU system time (s): 1.9637
CPU usage (%): 201.213
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.9637
maximum resident set size= 1146512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39510
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34898
involuntary context switches= 45803

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.75212 second user time and 7.57585 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-06 18:19:12
IDJOB=4080213
IDBENCH=2556
IDSOLVER=2543
FILE ID=node128/4080213-1465229952
RUNJOBID= node128-1465223671-12333
PBS_JOBID= 19843236
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-cuww5.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080213-1465229952/watcher-4080213-1465229952 -o /tmp/evaluation-result-4080213-1465229952/solver-4080213-1465229952 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465223671-12333 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080213-1465229952.opb

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

MD5SUM BENCH= 2d610c35d7c8dd61a03deef28cf982c0
RANDOM SEED=457719595

node128.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		: 2666.486
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	: 5332.97
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		: 2666.486
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	: 5332.55
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		: 2666.486
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	: 5332.55
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		: 2666.486
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	: 5332.56
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		: 2666.486
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	: 5332.54
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		: 2666.486
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	: 5332.56
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		: 2666.486
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	: 5332.55
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		: 2666.486
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27068900 kB
Buffers:           21048 kB
Cached:            84696 kB
SwapCached:         1660 kB
Active:          4729892 kB
Inactive:          45072 kB
Active(anon):    4670944 kB
Inactive(anon):      512 kB
Active(file):      58948 kB
Inactive(file):    44560 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098448 kB
Dirty:               560 kB
Writeback:             0 kB
AnonPages:       4988536 kB
Mapped:            15320 kB
Shmem:                 0 kB
Slab:             567956 kB
SReclaimable:      11572 kB
SUnreclaim:       556384 kB
KernelStack:        1592 kB
PageTables:        13620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5733588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4802560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node128 at 2016-06-06 18:34:07