Trace number 4097724

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.12 894.554

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_32.opb
MD5SUM5958784edcb2786bd4c54290db0b160d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark237.9
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1482
Total number of constraints7073
Number of constraints which are clauses7068
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint38
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 70
Number of bits of the biggest sum of numbers7
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4097724-1466114114.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.51/0.39	c ... done. Wall clock time 0.283s.
0.51/0.39	c declared #vars     1482
0.51/0.39	c #constraints  7077
0.51/0.39	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.51/0.39	c constraints type 
0.51/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4218
0.51/0.39	c org.sat4j.specs.Constr$1 => 4
0.51/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.51/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.51/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2849
0.51/0.39	c 7077 constraints processed.
0.51/0.39	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.51/0.39	c constraints type 
0.51/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2849
0.51/0.39	c org.sat4j.specs.Constr$1 => 4
0.51/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4218
0.51/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.51/0.39	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.51/0.39	c 7077 constraints processed.
4.09/1.35	c cleaning 2501 clauses out of 5001 with flag 17072/5001
5.60/1.97	c cleaning 4249 clauses out of 8501 with flag 38070/11002
7.02/2.69	c cleaning 5625 clauses out of 11250 with flag 68625/18000
9.18/3.61	c cleaning 6812 clauses out of 13627 with flag 104659/26002
11.43/4.72	c cleaning 7905 clauses out of 15813 with flag 146288/35000
14.06/6.05	c cleaning 8951 clauses out of 17908 with flag 195785/45000
17.09/7.59	c cleaning 9979 clauses out of 19957 with flag 250065/56000
20.72/9.38	c cleaning 10984 clauses out of 21978 with flag 309383/68000
24.73/11.33	c cleaning 11992 clauses out of 23994 with flag 379038/81000
29.17/13.60	c cleaning 12999 clauses out of 26003 with flag 456016/95001
34.36/16.12	c cleaning 13999 clauses out of 28003 with flag 545567/110000
39.99/18.98	c cleaning 15003 clauses out of 30005 with flag 647996/126001
46.00/21.96	c cleaning 15997 clauses out of 32001 with flag 752050/143000
48.00/22.97	c cleaning 0 clauses out of 5000 with flag 0/5000
53.05/25.38	c cleaning 16994 clauses out of 34005 with flag 846877/161001
61.36/29.48	c cleaning 18005 clauses out of 36011 with flag 955002/180001
70.56/34.03	c cleaning 19002 clauses out of 38006 with flag 1066457/200001
81.01/39.24	c cleaning 19996 clauses out of 40004 with flag 1190854/221001
93.62/45.53	c cleaning 21001 clauses out of 42008 with flag 1335223/243001
107.03/52.22	c cleaning 22001 clauses out of 44006 with flag 1494356/266000
119.64/58.59	c cleaning 22994 clauses out of 46005 with flag 1663881/290000
134.09/65.78	c cleaning 24003 clauses out of 48012 with flag 1847367/315001
148.50/72.98	c cleaning 24998 clauses out of 50008 with flag 1997688/341000
164.35/80.83	c cleaning 26003 clauses out of 52014 with flag 2162564/368004
181.42/89.38	c cleaning 27002 clauses out of 54007 with flag 2336649/396000
199.44/98.35	c cleaning 28000 clauses out of 56007 with flag 2507849/425002
219.50/108.38	c cleaning 29001 clauses out of 58006 with flag 2703822/455001
239.56/118.34	c cleaning 29994 clauses out of 60004 with flag 2901958/486000
259.71/128.37	c cleaning 31006 clauses out of 62012 with flag 3110870/518002
283.35/140.15	c cleaning 31998 clauses out of 64009 with flag 3308686/551005
304.87/150.82	c cleaning 0 clauses out of 11000 with flag 0/11000
307.49/152.14	c cleaning 32996 clauses out of 66006 with flag 3497343/585000
334.60/165.62	c cleaning 34001 clauses out of 68012 with flag 3710141/620002
361.13/178.88	c cleaning 34997 clauses out of 70010 with flag 3940025/656001
389.25/192.87	c cleaning 35997 clauses out of 72012 with flag 4165970/693000
420.35/208.33	c cleaning 37004 clauses out of 74015 with flag 4399584/731000
451.04/223.64	c cleaning 37997 clauses out of 76013 with flag 4645441/770002
485.04/240.58	c cleaning 39003 clauses out of 78015 with flag 4904681/810001
528.25/262.08	c cleaning 39995 clauses out of 80011 with flag 5194578/851000
568.01/281.84	c cleaning 41007 clauses out of 82017 with flag 5468417/893001
608.00/301.77	c cleaning 42002 clauses out of 84010 with flag 5752373/936001
651.23/323.21	c cleaning 42998 clauses out of 86007 with flag 6048383/980000
697.39/346.26	c cleaning 44001 clauses out of 88009 with flag 6352509/1025000
748.85/371.84	c cleaning 44998 clauses out of 90008 with flag 6690780/1071000
801.51/398.09	c cleaning 46003 clauses out of 92012 with flag 7019939/1118002
858.99/426.66	c cleaning 46996 clauses out of 94008 with flag 7332427/1166001
914.43/454.29	c cleaning 48001 clauses out of 96013 with flag 7609913/1215002
973.18/483.44	c cleaning 49000 clauses out of 98012 with flag 7905283/1265002
1033.11/513.23	c cleaning 49993 clauses out of 100010 with flag 8207545/1316000
1073.71/533.46	c cleaning 0 clauses out of 18002 with flag 0/18002
1091.68/542.39	c cleaning 50999 clauses out of 102017 with flag 8535495/1368000
1156.88/574.77	c cleaning 52006 clauses out of 104020 with flag 8885685/1421002
1223.05/607.63	c cleaning 52999 clauses out of 106012 with flag 9213545/1475000
1290.40/641.14	c cleaning 53999 clauses out of 108014 with flag 9542605/1530001
1365.29/678.35	c cleaning 55003 clauses out of 110015 with flag 9932167/1586001
1441.99/716.43	c cleaning 56003 clauses out of 112012 with flag 10292997/1643001
1522.99/756.74	c cleaning 56997 clauses out of 114009 with flag 10693822/1701001
1596.82/793.46	c cleaning 57995 clauses out of 116011 with flag 11064744/1760000
1673.66/831.67	c cleaning 58998 clauses out of 118016 with flag 11421220/1820000
1755.47/872.38	c cleaning 59999 clauses out of 120018 with flag 11803110/1881000
1800.12/894.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/894.50	c starts		: 31
1800.12/894.50	c conflicts		: 1918747
1800.12/894.50	c decisions		: 2161131
1800.12/894.50	c propagations		: 204985905
1800.12/894.50	c inspects		: 10937338009
1800.12/894.50	c shortcuts		: 0
1800.12/894.50	c learnt literals	: 0
1800.12/894.50	c learnt binary clauses	: 0
1800.12/894.50	c learnt ternary clauses	: 0
1800.12/894.50	c learnt constraints	: 1918747
1800.12/894.50	c ignored constraints	: 0
1800.12/894.50	c root simplifications	: 0
1800.12/894.50	c removed literals (reason simplification)	: 19622610
1800.12/894.50	c reason swapping (by a shorter reason)	: 0
1800.12/894.50	c Calls to reduceDB	: 57
1800.12/894.50	c Number of update (reduction) of LBD	: 372102
1800.12/894.50	c Imported unit clauses	: 0
1800.12/894.50	c number of reductions to clauses (during analyze)	: 0
1800.12/894.50	c number of learned constraints concerned by reduction	: 0
1800.12/894.50	c number of learning phase by resolution	: 0
1800.12/894.50	c number of learning phase by cutting planes	: 0
1800.12/894.50	c speed (assignments/second)	: 229263.53922241883
1800.12/894.50	c non guided choices	149
1800.12/894.53	c learnt constraints type 
1800.12/894.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97767
1800.12/894.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/894.53	c starts		: 52
1800.12/894.53	c conflicts		: 22859
1800.12/894.53	c decisions		: 28625
1800.12/894.53	c propagations		: 3436844
1800.12/894.53	c inspects		: 1179465542
1800.12/894.53	c shortcuts		: 0
1800.12/894.53	c learnt literals	: 0
1800.12/894.53	c learnt binary clauses	: 0
1800.12/894.53	c learnt ternary clauses	: 1
1800.12/894.53	c learnt constraints	: 22859
1800.12/894.53	c ignored constraints	: 0
1800.12/894.53	c root simplifications	: 0
1800.12/894.53	c removed literals (reason simplification)	: 0
1800.12/894.53	c reason swapping (by a shorter reason)	: 0
1800.12/894.53	c Calls to reduceDB	: 3
1800.12/894.53	c Number of update (reduction) of LBD	: 0
1800.12/894.53	c Imported unit clauses	: 0
1800.12/894.53	c number of reductions to clauses (during analyze)	: 0
1800.12/894.53	c number of learned constraints concerned by reduction	: 0
1800.12/894.53	c number of learning phase by resolution	: 0
1800.12/894.53	c number of learning phase by cutting planes	: 0
1800.12/894.53	c speed (assignments/second)	: 3843.7738009893383
1800.12/894.53	c non guided choices	149
1800.12/894.54	c learnt constraints type 
1800.12/894.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5068
1800.12/894.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 345
1800.12/894.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17446
1800.12/894.54	s UNKNOWN
1800.12/894.54	c Total wall clock time (in seconds): 894.434

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-4097724-1466114114/watcher-4097724-1466114114 -o /tmp/evaluation-result-4097724-1466114114/solver-4097724-1466114114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466112173-16810 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4097724-1466114114.opb 

pid=18340
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: 4.17 4.32 4.01 5/195 18343
/proc/meminfo: memFree=29966444/32872528 swapFree=1315980/1463148
[pid=18343] ppid=18340 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18343/stat : 18343 (java) S 18340 18343 14504 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 13458329 98570240 977 33554432000 1073741824 1073778376 140733255686336 140733255677472 227515859005 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18343/statm: 24065 977 743 9 0 16771 0
[pid=18343/tid=18344] ppid=18340 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18344/stat : 18344 (java) R 18340 18343 14504 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 13458330 98570240 977 33554432000 1073741824 1073778376 140733255686336 140096993242664 227512501632 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.17 4.32 4.01 5/195 18343
/proc/meminfo: memFree=29966444/32872528 swapFree=1315980/1463148
[pid=18343] ppid=18340 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/18343/stat : 18343 (java) S 18340 18343 14504 0 -1 4202496 4506 0 1 0 10 1 0 0 20 0 18 0 13458329 9787879424 6131 33554432000 1073741824 1073778376 140733255686336 140733255677472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18343/statm: 2389619 6131 2156 9 0 2380296 0
[pid=18343/tid=18344] ppid=18340 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18343/task/18344/stat : 18344 (java) R 18340 18343 14504 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 13458330 9787879424 6131 33554432000 1073741824 1073778376 140733255686336 140096993246936 227515884813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 4.17 4.32 4.01 5/195 18343
/proc/meminfo: memFree=29966444/32872528 swapFree=1315980/1463148
[pid=18343] ppid=18340 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/18343/stat : 18343 (java) S 18340 18343 14504 0 -1 4202496 4994 0 1 0 27 1 0 0 20 0 18 0 13458329 9787879424 7017 33554432000 1073741824 1073778376 140733255686336 140733255677472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18343/statm: 2389619 7017 2216 9 0 2380296 0
[pid=18343/tid=18344] ppid=18340 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/18343/task/18344/stat : 18344 (java) R 18340 18343 14504 0 -1 4202560 2394 0 1 0 16 1 0 0 20 0 18 0 13458330 9787879424 7017 33554432000 1073741824 1073778376 140733255686336 140096993238504 140096996533143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300257 s]
/proc/loadavg: 4.17 4.32 4.01 5/195 18343
/proc/meminfo: memFree=29966444/32872528 swapFree=1315980/1463148
[pid=18343] ppid=18340 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/18343/stat : 18343 (java) S 18340 18343 14504 0 -1 4202496 5528 0 1 0 50 1 0 0 20 0 18 0 13458329 9787879424 9361 33554432000 1073741824 1073778376 140733255686336 140733255677472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18343/statm: 2389619 9361 2234 9 0 2380296 0
[pid=18343/tid=18344] ppid=18340 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/18343/task/18344/stat : 18344 (java) R 18340 18343 14504 0 -1 4202560 2398 0 1 0 26 1 0 0 20 0 18 0 13458330 9787879424 9361 33554432000 1073741824 1073778376 140733255686336 140096993238504 227515884813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700213 s]
/proc/loadavg: 4.17 4.32 4.01 5/195 18343
/proc/meminfo: memFree=29966444/32872528 swapFree=1315980/1463148
[pid=18343] ppid=18340 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/18343/stat : 18343 (java) S 18340 18343 14504 0 -1 4202496 16307 0 1 0 196 3 0 0 20 0 22 0 13458329 10060525568 18956 33554432000 1073741824 1073778376 140733255686336 140733255677472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18343/statm: 2456183 18956 2267 9 0 2446860 0
[pid=18343/tid=18344] ppid=18340 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/18343/task/18344/stat : 18344 (java) S 18340 18343 14504 0 -1 4202560 2417 0 1 0 36 1 0 0 20 0 22 0 13458330 10060525568 18956 33554432000 1073741824 1073778376 140733255686336 140096993248120 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 4.17 4.32 4.01 7/217 18365
/proc/meminfo: memFree=29824868/32872528 swapFree=1315980/1463148
[pid=18343] ppid=18340 vsize=9824732 CPUtime=4.7 cores=0,2,4,6
/proc/18343/stat : 18343 (java) S 18340 18343 14504 0 -1 4202496 23576 0 1 0 463 7 0 0 20 0 22 0 13458329 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140733255677472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18343/statm: 2456183 46997 2289 9 0 2446860 0
[pid=18343/tid=18344] ppid=18340 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/18343/task/18344/stat : 18344 (java) S 18340 18343 14504 0 -1 4202560 2417 0 1 0 36 1 0 0 20 0 22 0 13458330 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096993248120 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18346/stat : 18346 (java) S 18340 18343 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13458331 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096954738856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18347] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18347/stat : 18347 (java) S 18340 18343 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13458331 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096953686312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18348] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18348/stat : 18348 (java) S 18340 18343 14504 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13458331 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096952633768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18349] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18349/stat : 18349 (java) S 18340 18343 14504 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13458331 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096951581224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18350] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18350/stat : 18350 (java) S 18340 18343 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13458331 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096950528680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18351] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18351/stat : 18351 (java) S 18340 18343 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13458331 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096949476136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18352] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18352/stat : 18352 (java) S 18340 18343 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13458331 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096948423592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18353] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18353/stat : 18353 (java) S 18340 18343 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13458331 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096947371048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18354] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18354/stat : 18354 (java) S 18340 18343 14504 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13458332 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096816801896 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18355] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18355/stat : 18355 (java) S 18340 18343 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13458332 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096815748216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18356] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18356/stat : 18356 (java) S 18340 18343 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13458332 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096814695560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18357] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18357/stat : 18357 (java) S 18340 18343 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13458334 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096813644304 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18358] ppid=18340 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/18343/task/18358/stat : 18358 (java) R 18340 18343 14504 0 -1 4202560 12765 0 0 0 102 2 0 0 20 0 22 0 13458334 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096812583136 140096999090942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18359] ppid=18340 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/18343/task/18359/stat : 18359 (java) S 18340 18343 14504 0 -1 4202560 6908 0 0 0 102 2 0 0 20 0 22 0 13458334 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096811539128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18360] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18360/stat : 18360 (java) S 18340 18343 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13458334 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096810486776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18361] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18361/stat : 18361 (java) S 18340 18343 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13458334 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096809434440 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18362] ppid=18340 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/18343/task/18362/stat : 18362 (java) R 18340 18343 14504 0 -1 4202560 18 0 0 0 107 0 0 0 20 0 22 0 13458369 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096808376416 140096817757091 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18363] ppid=18340 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/18343/task/18363/stat : 18363 (java) R 18340 18343 14504 0 -1 4202560 88 0 0 0 106 2 0 0 20 0 22 0 13458369 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096807324880 140096817576336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18364] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18364/stat : 18364 (java) S 18340 18343 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13458370 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096806274088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18365] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18365/stat : 18365 (java) S 18340 18343 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13458370 10060525568 46997 33554432000 1073741824 1073778376 140733255686336 140096805221544 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.17 4.32 4.01 6/217 18365
/proc/meminfo: memFree=29355204/32872528 swapFree=1315980/1463148
[pid=18343] ppid=18340 vsize=9824732 CPUtime=8.16 cores=0,2,4,6
/proc/18343/stat : 18343 (java) S 18340 18343 14504 0 -1 4202496 25596 0 1 0 803 13 0 0 20 0 22 0 13458329 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140733255677472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18343/statm: 2456183 82386 2292 9 0 2446860 0
[pid=18343/tid=18344] ppid=18340 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/18343/task/18344/stat : 18344 (java) S 18340 18343 14504 0 -1 4202560 2417 0 1 0 36 1 0 0 20 0 22 0 13458330 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096993248120 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18343/task/18346/stat : 18346 (java) S 18340 18343 14504 0 -1 4202560 73 0 0 0 1 0 0 0 20 0 22 0 13458331 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096954738856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18347] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18347/stat : 18347 (java) S 18340 18343 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13458331 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096953686312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18348] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18348/stat : 18348 (java) S 18340 18343 14504 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13458331 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096952633768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18349] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18349/stat : 18349 (java) S 18340 18343 14504 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 22 0 13458331 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096951581224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18350] ppid=18340 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18343/task/18350/stat : 18350 (java) S 18340 18343 14504 0 -1 4202560 62 0 0 0 1 0 0 0 20 0 22 0 13458331 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096950528680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18351] ppid=18340 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18343/task/18351/stat : 18351 (java) S 18340 18343 14504 0 -1 4202560 63 0 0 0 1 0 0 0 20 0 22 0 13458331 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096949476136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18352] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18352/stat : 18352 (java) S 18340 18343 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13458331 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096948423592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18353] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18353/stat : 18353 (java) S 18340 18343 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13458331 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096947371048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18354] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18354/stat : 18354 (java) S 18340 18343 14504 0 -1 4202560 184 0 0 0 0 0 0 0 20 0 22 0 13458332 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096816801896 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18355] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18355/stat : 18355 (java) S 18340 18343 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13458332 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096815748216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18356] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18356/stat : 18356 (java) S 18340 18343 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13458332 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096814695560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18357] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18357/stat : 18357 (java) S 18340 18343 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13458334 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096813644304 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18358] ppid=18340 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/18343/task/18358/stat : 18358 (java) S 18340 18343 14504 0 -1 4202560 12765 0 0 0 111 2 0 0 20 0 22 0 13458334 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096812591672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18359] ppid=18340 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/18343/task/18359/stat : 18359 (java) S 18340 18343 14504 0 -1 4202560 8511 0 0 0 117 2 0 0 20 0 22 0 13458334 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096811539128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18360] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18360/stat : 18360 (java) S 18340 18343 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13458334 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096810486776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18361] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18361/stat : 18361 (java) S 18340 18343 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13458334 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096809434440 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18362] ppid=18340 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/18343/task/18362/stat : 18362 (java) R 18340 18343 14504 0 -1 4202560 19 0 0 0 262 0 0 0 20 0 22 0 13458369 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096808376632 140096817525529 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18363] ppid=18340 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/18343/task/18363/stat : 18363 (java) R 18340 18343 14504 0 -1 4202560 148 0 0 0 261 3 0 0 20 0 22 0 13458369 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096807324928 140096817579992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18364] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18364/stat : 18364 (java) S 18340 18343 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13458370 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096806274088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18365] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18365/stat : 18365 (java) S 18340 18343 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13458370 10060525568 82386 33554432000 1073741824 1073778376 140733255686336 140096805221544 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.24 4.33 4.01 5/217 18365
/proc/meminfo: memFree=28858396/32872528 swapFree=1315980/1463148
[pid=18343] ppid=18340 vsize=9824732 CPUtime=14.67 cores=0,2,4,6
/proc/18343/stat : 18343 (java) S 18340 18343 14504 0 -1 4202496 26390 0 1 0 1448 19 0 0 20 0 22 0 13458329 10060525568 160795 33554432000 1073741824 1073778376 140733255686336 140733255677472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18343/statm: 2456183 160795 2292 9 0 2446860 0
[pid=18343/tid=18344] ppid=18340 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/18343/task/18344/stat : 18344 (java) S 18340 18343 14504 0 -1 4202560 2417 0 1 0 36 1 0 0 20 0 22 0 13458330 10060525568 160795 33554432000 1073741824 1073778376 140733255686336 140096993248120 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18343/task/18346/stat : 18346 (java) S 18340 18343 14504 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 22 0 13458331 10060525568 160795 33554432000 1073741824 1073778376 140733255686336 140096954738856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18347] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18347/stat : 18347 (java) S 18340 18343 14504 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 13458331 10060525568 160795 33554432000 1073741824 1073778376 140733255686336 140096953686312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18348] ppid=18340 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18343/task/18348/stat : 18348 (java) S 18340 18343 14504 0 -1 4202560 43 0 0 0 1 0 0 0 20 0 22 0 13458331 10060525568 160795 33554432000 1073741824 1073778376 140733255686336 140096952633768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18349] ppid=18340 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18343/task/18349/stat : 18349 (java) S 18340 18343 14504 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 22 0 13458331 10060525568 160795 33554432000 1073741824 1073778376 140733255686336 140096951581224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18350] ppid=18340 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18343/task/18350/stat : 18350 (java) S 18340 18343 14504 0 -1 4202560 68 0 0 0 2 0 0 0 20 0 22 0 13458331 10060525568 160795 33554432000 1073741824 1073778376 140733255686336 140096950528680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18351] ppid=18340 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18343/task/18351/stat : 18351 (java) S 18340 18343 14504 0 -1 4202560 66 0 0 0 2 1 0 0 20 0 22 0 13458331 10060525568 160795 33554432000 1073741824 1073778376 140733255686336 140096949476136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18352] ppid=18340 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18343/task/18352/stat : 18352 (java) S 18340 18343 14504 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13458331 10060525568 160795 33554432000 1073741824 1073778376 140733255686336 140096948423592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18353] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/18343/task/18348/stat : 18348 (java) S 18340 18343 14504 0 -1 4202560 331 0 0 0 288 4 0 0 20 0 22 0 13458331 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096952633768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18349] ppid=18340 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/18343/task/18349/stat : 18349 (java) S 18340 18343 14504 0 -1 4202560 372 0 0 0 291 5 0 0 20 0 22 0 13458331 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096951581224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18350] ppid=18340 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/18343/task/18350/stat : 18350 (java) S 18340 18343 14504 0 -1 4202560 379 0 0 0 296 6 0 0 20 0 22 0 13458331 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096950528680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18351] ppid=18340 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/18343/task/18351/stat : 18351 (java) S 18340 18343 14504 0 -1 4202560 371 0 0 0 301 5 0 0 20 0 22 0 13458331 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096949476136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18352] ppid=18340 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/18343/task/18352/stat : 18352 (java) S 18340 18343 14504 0 -1 4202560 323 0 0 0 291 5 0 0 20 0 22 0 13458331 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096948423592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18353] ppid=18340 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/18343/task/18353/stat : 18353 (java) S 18340 18343 14504 0 -1 4202560 316 0 0 0 288 4 0 0 20 0 22 0 13458331 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096947371048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18354] ppid=18340 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/18343/task/18354/stat : 18354 (java) S 18340 18343 14504 0 -1 4202560 784 0 0 0 14 42 0 0 20 0 22 0 13458332 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096816801896 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18355] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18355/stat : 18355 (java) S 18340 18343 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13458332 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096815748216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18356] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18356/stat : 18356 (java) S 18340 18343 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13458332 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096814695560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18357] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18357/stat : 18357 (java) S 18340 18343 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13458334 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096813644304 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18358] ppid=18340 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/18343/task/18358/stat : 18358 (java) S 18340 18343 14504 0 -1 4202560 12765 0 0 0 115 2 0 0 20 0 22 0 13458334 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096812591672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18359] ppid=18340 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/18343/task/18359/stat : 18359 (java) S 18340 18343 14504 0 -1 4202560 9819 0 0 0 166 2 0 0 20 0 22 0 13458334 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096811539128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18360] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18360/stat : 18360 (java) S 18340 18343 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13458334 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096810486776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18361] ppid=18340 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/18343/task/18361/stat : 18361 (java) S 18340 18343 14504 0 -1 4202560 51 0 0 0 14 13 0 0 20 0 22 0 13458334 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096809434440 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18362] ppid=18340 vsize=9824732 CPUtime=871.48 cores=0,2,4,6
/proc/18343/task/18362/stat : 18362 (java) R 18340 18343 14504 0 -1 4202560 192 0 0 0 87132 16 0 0 20 0 22 0 13458369 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096808377488 140096817764865 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18363] ppid=18340 vsize=9824732 CPUtime=871.58 cores=0,2,4,6
/proc/18343/task/18363/stat : 18363 (java) R 18340 18343 14504 0 -1 4202560 1539 0 0 0 87120 38 0 0 20 0 22 0 13458369 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096807326200 140096817682143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18364] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18364/stat : 18364 (java) S 18340 18343 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13458370 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096806274088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18365] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18365/stat : 18365 (java) S 18340 18343 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13458370 10060525568 386683 33554432000 1073741824 1073778376 140733255686336 140096805221544 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1775.59
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.501 s]
/proc/loadavg: 4.40 4.27 4.13 5/218 18480
/proc/meminfo: memFree=25618068/32872528 swapFree=1315980/1463148
[pid=18343] ppid=18340 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/18343/stat : 18343 (java) S 18340 18343 14504 0 -1 4202496 31646 0 1 0 179880 132 0 0 20 0 22 0 13458329 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140733255677472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18343/statm: 2456183 385854 2293 9 0 2446860 0
[pid=18343/tid=18344] ppid=18340 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/18343/task/18344/stat : 18344 (java) S 18340 18343 14504 0 -1 4202560 2423 0 1 0 38 3 0 0 20 0 22 0 13458330 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096993248120 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/18343/task/18346/stat : 18346 (java) S 18340 18343 14504 0 -1 4202560 378 0 0 0 303 5 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096954738856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18347] ppid=18340 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/18343/task/18347/stat : 18347 (java) S 18340 18343 14504 0 -1 4202560 327 0 0 0 309 5 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096953686312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18348] ppid=18340 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/18343/task/18348/stat : 18348 (java) S 18340 18343 14504 0 -1 4202560 332 0 0 0 293 4 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096952633768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18349] ppid=18340 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/18343/task/18349/stat : 18349 (java) S 18340 18343 14504 0 -1 4202560 372 0 0 0 296 5 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096951581224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18350] ppid=18340 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/18343/task/18350/stat : 18350 (java) S 18340 18343 14504 0 -1 4202560 379 0 0 0 300 6 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096950528680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18351] ppid=18340 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/18343/task/18351/stat : 18351 (java) S 18340 18343 14504 0 -1 4202560 371 0 0 0 307 5 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096949476136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18352] ppid=18340 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/18343/task/18352/stat : 18352 (java) S 18340 18343 14504 0 -1 4202560 324 0 0 0 293 5 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096948423592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18353] ppid=18340 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/18343/task/18353/stat : 18353 (java) S 18340 18343 14504 0 -1 4202560 316 0 0 0 292 4 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096947371048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18354] ppid=18340 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/18343/task/18354/stat : 18354 (java) S 18340 18343 14504 0 -1 4202560 784 0 0 0 14 43 0 0 20 0 22 0 13458332 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096816801896 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18355] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18355/stat : 18355 (java) S 18340 18343 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13458332 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096815748216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18356] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18356/stat : 18356 (java) S 18340 18343 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13458332 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096814695560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18357] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18357/stat : 18357 (java) S 18340 18343 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13458334 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096813644304 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18358] ppid=18340 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/18343/task/18358/stat : 18358 (java) S 18340 18343 14504 0 -1 4202560 12765 0 0 0 115 2 0 0 20 0 22 0 13458334 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096812591672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18359] ppid=18340 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/18343/task/18359/stat : 18359 (java) S 18340 18343 14504 0 -1 4202560 9819 0 0 0 166 2 0 0 20 0 22 0 13458334 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096811539128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18360] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18360/stat : 18360 (java) S 18340 18343 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13458334 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096810486776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18361] ppid=18340 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/18343/task/18361/stat : 18361 (java) S 18340 18343 14504 0 -1 4202560 51 0 0 0 14 13 0 0 20 0 22 0 13458334 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096809434440 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18362] ppid=18340 vsize=9824732 CPUtime=883.52 cores=0,2,4,6
/proc/18343/task/18362/stat : 18362 (java) R 18340 18343 14504 0 -1 4202560 193 0 0 0 88335 17 0 0 20 0 22 0 13458369 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096808376720 140096817764832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18363] ppid=18340 vsize=9824732 CPUtime=883.62 cores=0,2,4,6
/proc/18343/task/18363/stat : 18363 (java) R 18340 18343 14504 0 -1 4202560 1547 0 0 0 88324 38 0 0 20 0 22 0 13458369 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096807324928 140096817680161 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18364] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18364/stat : 18364 (java) S 18340 18343 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13458370 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096806274088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18365] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18365/stat : 18365 (java) S 18340 18343 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13458370 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096805221544 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 18343 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.501 s]
/proc/loadavg: 4.40 4.27 4.13 5/218 18480
/proc/meminfo: memFree=25618068/32872528 swapFree=1315980/1463148
[pid=18343] ppid=18340 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/18343/stat : 18343 (java) S 18340 18343 14504 0 -1 4202496 31646 0 1 0 179880 132 0 0 20 0 22 0 13458329 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140733255677472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18343/statm: 2456183 385854 2293 9 0 2446860 0
[pid=18343/tid=18344] ppid=18340 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/18343/task/18344/stat : 18344 (java) S 18340 18343 14504 0 -1 4202560 2423 0 1 0 38 3 0 0 20 0 22 0 13458330 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096993248120 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18346] ppid=18340 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/18343/task/18346/stat : 18346 (java) S 18340 18343 14504 0 -1 4202560 378 0 0 0 303 5 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096954738856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18347] ppid=18340 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/18343/task/18347/stat : 18347 (java) S 18340 18343 14504 0 -1 4202560 327 0 0 0 309 5 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096953686312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18348] ppid=18340 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/18343/task/18348/stat : 18348 (java) S 18340 18343 14504 0 -1 4202560 332 0 0 0 293 4 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096952633768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18349] ppid=18340 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/18343/task/18349/stat : 18349 (java) S 18340 18343 14504 0 -1 4202560 372 0 0 0 296 5 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096951581224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18350] ppid=18340 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/18343/task/18350/stat : 18350 (java) S 18340 18343 14504 0 -1 4202560 379 0 0 0 300 6 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096950528680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18351] ppid=18340 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/18343/task/18351/stat : 18351 (java) S 18340 18343 14504 0 -1 4202560 371 0 0 0 307 5 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096949476136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18352] ppid=18340 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/18343/task/18352/stat : 18352 (java) S 18340 18343 14504 0 -1 4202560 324 0 0 0 293 5 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096948423592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18353] ppid=18340 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/18343/task/18353/stat : 18353 (java) S 18340 18343 14504 0 -1 4202560 316 0 0 0 292 4 0 0 20 0 22 0 13458331 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096947371048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18354] ppid=18340 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/18343/task/18354/stat : 18354 (java) S 18340 18343 14504 0 -1 4202560 784 0 0 0 14 43 0 0 20 0 22 0 13458332 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096816801896 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18355] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18355/stat : 18355 (java) S 18340 18343 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13458332 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096815748216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18356] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18356/stat : 18356 (java) S 18340 18343 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13458332 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096814695560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18357] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18357/stat : 18357 (java) S 18340 18343 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13458334 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096813644304 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18358] ppid=18340 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/18343/task/18358/stat : 18358 (java) S 18340 18343 14504 0 -1 4202560 12765 0 0 0 115 2 0 0 20 0 22 0 13458334 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096812591672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18359] ppid=18340 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/18343/task/18359/stat : 18359 (java) S 18340 18343 14504 0 -1 4202560 9819 0 0 0 166 2 0 0 20 0 22 0 13458334 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096811539128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18343/tid=18360] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18360/stat : 18360 (java) S 18340 18343 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13458334 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096810486776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18343/tid=18361] ppid=18340 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/18343/task/18361/stat : 18361 (java) S 18340 18343 14504 0 -1 4202560 51 0 0 0 14 13 0 0 20 0 22 0 13458334 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096809434440 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18362] ppid=18340 vsize=9824732 CPUtime=883.52 cores=0,2,4,6
/proc/18343/task/18362/stat : 18362 (java) R 18340 18343 14504 0 -1 4202560 193 0 0 0 88335 17 0 0 20 0 22 0 13458369 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096808376720 140096817764832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18363] ppid=18340 vsize=9824732 CPUtime=883.62 cores=0,2,4,6
/proc/18343/task/18363/stat : 18363 (java) R 18340 18343 14504 0 -1 4202560 1547 0 0 0 88324 38 0 0 20 0 22 0 13458369 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096807324928 140096817680161 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18343/tid=18364] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18364/stat : 18364 (java) S 18340 18343 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13458370 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096806274088 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18343/tid=18365] ppid=18340 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18343/task/18365/stat : 18365 (java) S 18340 18343 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13458370 10060525568 385854 33554432000 1073741824 1073778376 140733255686336 140096805221544 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18343 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=249232
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=731736
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.554
CPU time (s): 1800.12
CPU user time (s): 1798.8
CPU system time (s): 1.32
CPU usage (%): 201.231
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.25
system time used= 1.73174
maximum resident set size= 1723972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31681
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39127
involuntary context switches= 49180

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.38703 second user time and 6.07108 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-16 23:55:14
IDJOB=4097724
IDBENCH=107798
IDSOLVER=2543
FILE ID=node121/4097724-1466114114
RUNJOBID= node121-1466112173-16810
PBS_JOBID= 19904064
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_32.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097724-1466114114/watcher-4097724-1466114114 -o /tmp/evaluation-result-4097724-1466114114/solver-4097724-1466114114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466112173-16810 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097724-1466114114.opb

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

MD5SUM BENCH= 5958784edcb2786bd4c54290db0b160d
RANDOM SEED=1688412571

node121.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.691
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	: 5333.38
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.691
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.691
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.691
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.55
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.691
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.691
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.55
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.691
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.56
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.691
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29966352 kB
Buffers:           46360 kB
Cached:           121788 kB
SwapCached:         2496 kB
Active:           640020 kB
Inactive:          95880 kB
Active(anon):     568612 kB
Inactive(anon):     1756 kB
Active(file):      71408 kB
Inactive(file):    94124 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:              1952 kB
Writeback:             0 kB
AnonPages:       2033708 kB
Mapped:            15200 kB
Shmem:                 0 kB
Slab:             569212 kB
SReclaimable:      12732 kB
SUnreclaim:       556480 kB
KernelStack:        1648 kB
PageTables:         8384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3013244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    681984 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= 71716 MiB
End job on node121 at 2016-06-17 00:10:09