Trace number 4080568

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.07 894.775

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K91.opb
MD5SUM8c2203c9ba90488459f210b4f3d3e3ed
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark1411.46
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6188
Total number of constraints6372
Number of constraints which are clauses6281
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint91
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 92
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.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-4080568-1465273422.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.78/0.46	c ... done. Wall clock time 0.34s.
0.78/0.46	c declared #vars     6188
0.78/0.46	c #constraints  6372
0.78/0.46	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.78/0.46	c constraints type 
0.78/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5109
0.78/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 91
0.78/0.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.78/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1170
0.78/0.46	c 6372 constraints processed.
0.78/0.46	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.78/0.46	c constraints type 
0.78/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1170
0.78/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5109
0.78/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 91
0.78/0.46	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.78/0.46	c 6372 constraints processed.
6.60/2.35	c cleaning 2482 clauses out of 4988 with flag 23514/5000
9.66/3.70	c cleaning 4218 clauses out of 8495 with flag 60259/11001
12.91/5.38	c cleaning 5637 clauses out of 11273 with flag 106827/18001
16.78/7.30	c cleaning 6761 clauses out of 13634 with flag 157447/26000
21.49/9.53	c cleaning 7893 clauses out of 15865 with flag 214214/35000
26.94/12.15	c cleaning 8946 clauses out of 17967 with flag 271768/45001
32.61/14.99	c cleaning 9522 clauses out of 20021 with flag 336295/56001
39.02/18.15	c cleaning 10192 clauses out of 22499 with flag 404574/68001
45.95/21.56	c cleaning 11007 clauses out of 25306 with flag 476145/81002
53.35/25.25	c cleaning 11989 clauses out of 28296 with flag 556083/95000
62.09/29.50	c cleaning 12865 clauses out of 31303 with flag 647340/110001
72.08/34.41	c cleaning 13648 clauses out of 34435 with flag 750672/126000
81.88/39.31	c cleaning 14845 clauses out of 37784 with flag 867083/143000
92.63/44.60	c cleaning 15529 clauses out of 40939 with flag 975338/161001
103.03/49.86	c cleaning 16259 clauses out of 44409 with flag 1089645/180001
116.16/56.39	c cleaning 17003 clauses out of 48145 with flag 1206846/200000
129.09/62.79	c cleaning 18068 clauses out of 52141 with flag 1335989/221000
143.39/69.80	c cleaning 18884 clauses out of 56072 with flag 1473882/243000
158.00/77.18	c cleaning 19880 clauses out of 60186 with flag 1619182/266000
173.11/84.65	c cleaning 20620 clauses out of 64305 with flag 1773385/290000
190.49/93.63	c cleaning 21743 clauses out of 68685 with flag 1942463/315002
206.55/101.66	c cleaning 22400 clauses out of 72939 with flag 2113341/341000
224.10/110.36	c cleaning 23447 clauses out of 77538 with flag 2304415/368000
242.70/119.62	c cleaning 24405 clauses out of 82092 with flag 2497307/396001
263.50/129.93	c cleaning 25546 clauses out of 86685 with flag 2708643/425000
283.48/139.99	c cleaning 26249 clauses out of 91139 with flag 2913591/455001
304.67/150.48	c cleaning 26930 clauses out of 95889 with flag 3133698/486001
325.87/161.10	c cleaning 27921 clauses out of 100960 with flag 3354144/518002
350.04/173.51	c cleaning 29067 clauses out of 106037 with flag 3594340/551000
367.49/182.21	c cleaning 0 clauses out of 5002 with flag 0/5002
377.13/186.90	c cleaning 29999 clauses out of 110969 with flag 3843625/585000
404.71/200.63	c cleaning 30747 clauses out of 115968 with flag 4109989/620000
433.34/214.87	c cleaning 31473 clauses out of 121220 with flag 4370570/656000
463.19/229.60	c cleaning 32785 clauses out of 126748 with flag 4653362/693001
495.90/245.82	c cleaning 33574 clauses out of 131964 with flag 4946135/731002
530.24/262.82	c cleaning 34746 clauses out of 137387 with flag 5262160/770000
564.41/279.71	c cleaning 35458 clauses out of 142644 with flag 5586764/810003
600.28/297.41	c cleaning 36625 clauses out of 148183 with flag 5915815/851000
636.75/315.57	c cleaning 37753 clauses out of 153558 with flag 6241082/893000
676.87/335.41	c cleaning 38992 clauses out of 158805 with flag 6606489/936000
717.80/355.73	c cleaning 39576 clauses out of 163812 with flag 6973534/980000
759.40/376.45	c cleaning 40321 clauses out of 169236 with flag 7367381/1025000
802.48/397.86	c cleaning 41905 clauses out of 174914 with flag 7752857/1071001
845.20/419.03	c cleaning 42480 clauses out of 180008 with flag 8201616/1118000
892.53/443.32	c cleaning 44009 clauses out of 185526 with flag 8653410/1166000
943.99/468.91	c cleaning 44597 clauses out of 190524 with flag 9092874/1215007
993.62/493.64	c cleaning 45760 clauses out of 195922 with flag 9538883/1265002
1046.47/519.70	c cleaning 46808 clauses out of 201161 with flag 9992901/1316002
1101.47/546.87	c cleaning 47862 clauses out of 206350 with flag 10457111/1368000
1159.62/575.50	c cleaning 48941 clauses out of 211488 with flag 10958265/1421000
1220.37/605.67	c cleaning 49815 clauses out of 216548 with flag 11500442/1475001
1281.71/636.16	c cleaning 50970 clauses out of 221732 with flag 12058985/1530000
1347.58/668.99	c cleaning 51584 clauses out of 226762 with flag 12646937/1586000
1415.63/702.64	c cleaning 52880 clauses out of 232177 with flag 13320282/1643000
1488.74/740.36	c cleaning 54037 clauses out of 237297 with flag 14013037/1701000
1560.37/775.96	c cleaning 55172 clauses out of 242260 with flag 14610251/1760000
1632.79/811.85	c cleaning 56216 clauses out of 247088 with flag 15257570/1820000
1708.15/849.14	c cleaning 57176 clauses out of 251875 with flag 16003082/1881004
1784.93/887.22	c cleaning 58190 clauses out of 256694 with flag 16746952/1943000
1800.07/894.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/894.70	c starts		: 15127
1800.07/894.70	c conflicts		: 1960342
1800.07/894.70	c decisions		: 28721221
1800.07/894.70	c propagations		: 722431015
1800.07/894.70	c inspects		: 5052963874
1800.07/894.70	c shortcuts		: 0
1800.07/894.70	c learnt literals	: 89
1800.07/894.70	c learnt binary clauses	: 75055
1800.07/894.70	c learnt ternary clauses	: 81306
1800.07/894.70	c learnt constraints	: 1960253
1800.07/894.70	c ignored constraints	: 0
1800.07/894.70	c root simplifications	: 0
1800.07/894.70	c removed literals (reason simplification)	: 30675281
1800.07/894.70	c reason swapping (by a shorter reason)	: 0
1800.07/894.70	c Calls to reduceDB	: 58
1800.07/894.70	c Number of update (reduction) of LBD	: 1620512
1800.07/894.70	c Imported unit clauses	: 0
1800.07/894.70	c number of reductions to clauses (during analyze)	: 0
1800.07/894.70	c number of learned constraints concerned by reduction	: 0
1800.07/894.70	c number of learning phase by resolution	: 0
1800.07/894.70	c number of learning phase by cutting planes	: 0
1800.07/894.70	c speed (assignments/second)	: 807893.1879993201
1800.07/894.70	c non guided choices	6537
1800.07/894.75	c learnt constraints type 
1800.07/894.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 75055
1800.07/894.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 140791
1800.07/894.75	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/894.75	c starts		: 34
1800.07/894.75	c conflicts		: 9727
1800.07/894.75	c decisions		: 84477
1800.07/894.75	c propagations		: 3055082
1800.07/894.75	c inspects		: 766793116
1800.07/894.75	c shortcuts		: 0
1800.07/894.75	c learnt literals	: 0
1800.07/894.75	c learnt binary clauses	: 0
1800.07/894.75	c learnt ternary clauses	: 0
1800.07/894.75	c learnt constraints	: 9726
1800.07/894.75	c ignored constraints	: 0
1800.07/894.75	c root simplifications	: 0
1800.07/894.75	c removed literals (reason simplification)	: 0
1800.07/894.75	c reason swapping (by a shorter reason)	: 0
1800.07/894.75	c Calls to reduceDB	: 1
1800.07/894.75	c Number of update (reduction) of LBD	: 0
1800.07/894.75	c Imported unit clauses	: 0
1800.07/894.75	c number of reductions to clauses (during analyze)	: 0
1800.07/894.75	c number of learned constraints concerned by reduction	: 0
1800.07/894.75	c number of learning phase by resolution	: 0
1800.07/894.75	c number of learning phase by cutting planes	: 0
1800.07/894.75	c speed (assignments/second)	: 3416.285909177318
1800.07/894.75	c non guided choices	1943
1800.07/894.75	c learnt constraints type 
1800.07/894.75	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 182
1800.07/894.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1050
1800.07/894.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8494
1800.07/894.75	s UNKNOWN
1800.07/894.75	c Total wall clock time (in seconds): 894.635

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

pid=14202
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: 4.23 4.26 4.13 5/195 14205
/proc/meminfo: memFree=27241032/32872528 swapFree=17280/1464432
[pid=14205] ppid=14202 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14205/stat : 14205 (java) D 14202 14205 5982 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 109275275 9515008 184 33554432000 1073741824 1073778376 140735293294608 140735293285832 227512315319 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/14205/statm: 2323 184 142 9 0 71 0

[startup+0.100159 s]
/proc/loadavg: 4.23 4.26 4.13 5/195 14205
/proc/meminfo: memFree=27241032/32872528 swapFree=17280/1464432
[pid=14205] ppid=14202 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14205/stat : 14205 (java) S 14202 14205 5982 0 -1 4202496 4399 0 1 0 8 1 0 0 20 0 18 0 109275275 9787879424 6037 33554432000 1073741824 1073778376 140736884487168 140736884478304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14205/statm: 2389619 6037 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 4.23 4.26 4.13 5/195 14205
/proc/meminfo: memFree=27241032/32872528 swapFree=17280/1464432
[pid=14205] ppid=14202 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/14205/stat : 14205 (java) S 14202 14205 5982 0 -1 4202496 6188 0 1 0 26 1 0 0 20 0 18 0 109275275 9787879424 7838 33554432000 1073741824 1073778376 140736884487168 140736884478304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14205/statm: 2389619 7852 2209 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300238 s]
/proc/loadavg: 4.23 4.26 4.13 5/195 14205
/proc/meminfo: memFree=27241032/32872528 swapFree=17280/1464432
[pid=14205] ppid=14202 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/14205/stat : 14205 (java) S 14202 14205 5982 0 -1 4202496 7173 0 1 0 54 1 0 0 20 0 18 0 109275275 9787879424 9967 33554432000 1073741824 1073778376 140736884487168 140736884478304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14205/statm: 2389619 9967 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.70021 s]
/proc/loadavg: 4.23 4.26 4.13 5/195 14205
/proc/meminfo: memFree=27241032/32872528 swapFree=17280/1464432
[pid=14205] ppid=14202 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/14205/stat : 14205 (java) S 14202 14205 5982 0 -1 4202496 19816 0 1 0 164 3 0 0 20 0 22 0 109275275 10060525568 29392 33554432000 1073741824 1073778376 140736884487168 140736884478304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14205/statm: 2456183 29392 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.45 4.31 4.15 8/217 14227
/proc/meminfo: memFree=27117692/32872528 swapFree=17280/1464432
[pid=14205] ppid=14202 vsize=9824732 CPUtime=4.63 cores=1,3,5,7
/proc/14205/stat : 14205 (java) S 14202 14205 5982 0 -1 4202496 25139 0 1 0 458 5 0 0 20 0 22 0 109275275 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140736884478304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14205/statm: 2456183 35724 2273 9 0 2446860 0
[pid=14205/tid=14207] ppid=14202 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/14205/task/14207/stat : 14207 (java) S 14202 14205 5982 0 -1 4202560 2515 0 1 0 41 2 0 0 20 0 22 0 109275276 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414676366200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14208] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14208/stat : 14208 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275277 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414637857192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14209] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14209/stat : 14209 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275277 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414636804648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14210] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14210/stat : 14210 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275277 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414635751592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14211] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14211/stat : 14211 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275277 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414634699048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14212] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14212/stat : 14212 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275277 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414633647016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14213] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14213/stat : 14213 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275277 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414632594472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14214] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14214/stat : 14214 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275277 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414631541416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14215] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14215/stat : 14215 (java) S 14202 14205 5982 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109275277 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414630488872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14216] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14216/stat : 14216 (java) S 14202 14205 5982 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109275278 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414500477288 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14217] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14217/stat : 14217 (java) S 14202 14205 5982 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 109275278 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414499423608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14218] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14218/stat : 14218 (java) S 14202 14205 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109275279 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414498370440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14219] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14219/stat : 14219 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275281 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414497319184 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14220] ppid=14202 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/14205/task/14220/stat : 14220 (java) R 14202 14205 5982 0 -1 4202560 10901 0 0 0 113 1 0 0 20 0 22 0 109275281 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414496258016 140414679129364 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14221] ppid=14202 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/14205/task/14221/stat : 14221 (java) R 14202 14205 5982 0 -1 4202560 10346 0 0 0 114 2 0 0 20 0 22 0 109275281 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140414495202256 140414680478030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14222] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14222/stat : 14222 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275281 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140413620972280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14223] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14223/stat : 14223 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275281 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140413619919944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14224] ppid=14202 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/14205/task/14224/stat : 14224 (java) R 14202 14205 5982 0 -1 4202560 33 0 0 0 90 0 0 0 20 0 22 0 109275322 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140413617234624 140414510194248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14225] ppid=14202 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/14205/task/14225/stat : 14225 (java) R 14202 14205 5982 0 -1 4202560 62 0 0 0 92 0 0 0 20 0 22 0 109275322 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140413616165488 140414679651219 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14226] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14226/stat : 14226 (java) S 14202 14205 5982 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 109275324 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140413613466408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14227] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14227/stat : 14227 (java) S 14202 14205 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109275324 10060525568 35724 33554432000 1073741824 1073778376 140736884487168 140413612413864 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.45 4.31 4.15 7/217 14227
/proc/meminfo: memFree=27041352/32872528 swapFree=17280/1464432
[pid=14205] ppid=14202 vsize=9824732 CPUtime=8.41 cores=1,3,5,7
/proc/14205/stat : 14205 (java) S 14202 14205 5982 0 -1 4202496 25333 0 1 0 833 8 0 0 20 0 22 0 109275275 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140736884478304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14205/statm: 2456183 68072 2292 9 0 2446860 0
[pid=14205/tid=14207] ppid=14202 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/14205/task/14207/stat : 14207 (java) S 14202 14205 5982 0 -1 4202560 2515 0 1 0 41 2 0 0 20 0 22 0 109275276 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414676366200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14208] ppid=14202 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14205/task/14208/stat : 14208 (java) S 14202 14205 5982 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 109275277 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414637857192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14209] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14209/stat : 14209 (java) S 14202 14205 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109275277 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414636804648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14210] ppid=14202 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14205/task/14210/stat : 14210 (java) S 14202 14205 5982 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 109275277 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414635751592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14211] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14211/stat : 14211 (java) S 14202 14205 5982 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109275277 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414634699048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14212] ppid=14202 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14205/task/14212/stat : 14212 (java) S 14202 14205 5982 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 109275277 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414633647016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14213] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14213/stat : 14213 (java) S 14202 14205 5982 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109275277 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414632594472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14214] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14214/stat : 14214 (java) S 14202 14205 5982 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109275277 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414631541416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14215] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14215/stat : 14215 (java) S 14202 14205 5982 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109275277 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414630488872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14216] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14216/stat : 14216 (java) S 14202 14205 5982 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109275278 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414500477288 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14217] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14217/stat : 14217 (java) S 14202 14205 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109275278 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414499423608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14218] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14218/stat : 14218 (java) S 14202 14205 5982 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109275279 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414498370440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14219] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14219/stat : 14219 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275281 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414497319184 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14220] ppid=14202 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/14205/task/14220/stat : 14220 (java) S 14202 14205 5982 0 -1 4202560 10905 0 0 0 131 2 0 0 20 0 22 0 109275281 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414496267064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14221] ppid=14202 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/14205/task/14221/stat : 14221 (java) S 14202 14205 5982 0 -1 4202560 10351 0 0 0 149 2 0 0 20 0 22 0 109275281 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140414495214520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14222] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14222/stat : 14222 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275281 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140413620972280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14223] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14223/stat : 14223 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275281 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140413619919944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14224] ppid=14202 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/14205/task/14224/stat : 14224 (java) R 14202 14205 5982 0 -1 4202560 33 0 0 0 245 0 0 0 20 0 22 0 109275322 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140413617234136 140414510884654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14225] ppid=14202 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/14205/task/14225/stat : 14225 (java) R 14202 14205 5982 0 -1 4202560 115 0 0 0 245 2 0 0 20 0 22 0 109275322 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140413616181480 140414511083345 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14226] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14226/stat : 14226 (java) S 14202 14205 5982 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 109275324 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140413613466408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14227] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14227/stat : 14227 (java) S 14202 14205 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109275324 10060525568 68072 33554432000 1073741824 1073778376 140736884487168 140413612413864 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 4.45 4.31 4.15 5/217 14227
/proc/meminfo: memFree=26861512/32872528 swapFree=17280/1464432
[pid=14205] ppid=14202 vsize=9824732 CPUtime=14.99 cores=1,3,5,7
/proc/14205/stat : 14205 (java) S 14202 14205 5982 0 -1 4202496 25726 0 1 0 1484 15 0 0 20 0 22 0 109275275 10060525568 99000 33554432000 1073741824 1073778376 140736884487168 140736884478304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14205/statm: 2456183 99000 2292 9 0 2446860 0
[pid=14205/tid=14207] ppid=14202 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/14205/task/14207/stat : 14207 (java) S 14202 14205 5982 0 -1 4202560 2515 0 1 0 41 2 0 0 20 0 22 0 109275276 10060525568 99000 33554432000 1073741824 1073778376 140736884487168 140414676366200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14208] ppid=14202 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/14205/task/14208/stat : 14208 (java) S 14202 14205 5982 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 22 0 109275277 10060525568 99000 33554432000 1073741824 1073778376 140736884487168 140414637857192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14209] ppid=14202 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14205/task/14209/stat : 14209 (java) S 14202 14205 5982 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 22 0 109275277 10060525568 99000 33554432000 1073741824 1073778376 140736884487168 140414636804648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14210] ppid=14202 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/14205/task/14210/stat : 14210 (java) S 14202 14205 5982 0 -1 4202560 65 0 0 0 4 2 0 0 20 0 22 0 109275277 10060525568 99000 33554432000 1073741824 1073778376 140736884487168 140414635751592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14211] ppid=14202 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14205/task/14211/stat : 14211 (java) S 14202 14205 5982 0 -1 4202560 37 0 0 0 2 1 0 0 20 0 22 0 109275277 10060525568 99000 33554432000 1073741824 1073778376 140736884487168 140414634699048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14212] ppid=14202 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14205/task/14212/stat : 14212 (java) S 14202 14205 5982 0 -1 4202560 36 0 0 0 2 1 0 0 20 0 22 0 109275277 10060525568 99000 33554432000 1073741824 1073778376 140736884487168 140414633647016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14213] ppid=14202 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14205/task/14213/stat : 14213 (java) S 14202 14205 5982 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 109275277 10060525568 99000 33554432000 1073741824 1073778376 140736884487168 140414632594472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14214] ppid=14202 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14205/task/14214/stat : 14214 (java) S 14202 14205 5982 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 22 0 109275277 10060525568 99000 33554432000 1073741824 1073778376 140736884487168 140414631541416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14215] ppid=14202 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/14205/task/14215/stat : 14215 (java) S 14202 14205 5982 0 -1 4202560 52 0 0 0 4 2 0 0 20 0 22 0 109275277 10060525568 99000 33554432000 1073741824 1073778376 140736884487168 140414630488872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14216] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14216/stat : 14216 (java) S 14202 14205 5982 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 109275278 10060525568 99000 33554432000 1073741824 1073778376 140736884487168 140414500477288 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14217] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14217/stat : 14217 (java) S 14202 14205 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109275278 10060525568 99000 33554432000 1073741824 1073778376 140736884487168 140414499423608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14218] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14218/stat : 14218 (java) S 14202 14205 5982 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109275279 10060525568 99000 33554432000 1073741824 1073778376 140736884487168 140414498370440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14219] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14219/stat : 14219 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275281 10060525568 99000 33554432000 1073741824 1073778376 140736884487168 140414497319184 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14220] ppid=14202 vsize=9824732 CPUtime=1.36 cores=1,3,5,7

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

/proc/14205/task/14210/stat : 14210 (java) S 14202 14205 5982 0 -1 4202560 676 0 0 0 357 16 0 0 20 0 22 0 109275277 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140414635751592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14211] ppid=14202 vsize=9824732 CPUtime=3.89 cores=1,3,5,7
/proc/14205/task/14211/stat : 14211 (java) S 14202 14205 5982 0 -1 4202560 710 0 0 0 367 22 0 0 20 0 22 0 109275277 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140414634699048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14212] ppid=14202 vsize=9824732 CPUtime=3.72 cores=1,3,5,7
/proc/14205/task/14212/stat : 14212 (java) S 14202 14205 5982 0 -1 4202560 622 0 0 0 354 18 0 0 20 0 22 0 109275277 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140414633647016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14213] ppid=14202 vsize=9824732 CPUtime=3.82 cores=1,3,5,7
/proc/14205/task/14213/stat : 14213 (java) S 14202 14205 5982 0 -1 4202560 656 0 0 0 362 20 0 0 20 0 22 0 109275277 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140414632594472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14214] ppid=14202 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/14205/task/14214/stat : 14214 (java) S 14202 14205 5982 0 -1 4202560 597 0 0 0 376 19 0 0 20 0 22 0 109275277 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140414631541416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14215] ppid=14202 vsize=9824732 CPUtime=4.03 cores=1,3,5,7
/proc/14205/task/14215/stat : 14215 (java) S 14202 14205 5982 0 -1 4202560 692 0 0 0 382 21 0 0 20 0 22 0 109275277 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140414630488872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14216] ppid=14202 vsize=9824732 CPUtime=6.41 cores=1,3,5,7
/proc/14205/task/14216/stat : 14216 (java) S 14202 14205 5982 0 -1 4202560 2692 0 0 0 633 8 0 0 20 0 22 0 109275278 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140414500477288 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14217] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14217/stat : 14217 (java) S 14202 14205 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109275278 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140414499423608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14218] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14218/stat : 14218 (java) S 14202 14205 5982 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109275279 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140414498370440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14219] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14219/stat : 14219 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275281 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140414497319184 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14220] ppid=14202 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/14205/task/14220/stat : 14220 (java) S 14202 14205 5982 0 -1 4202560 10936 0 0 0 147 2 0 0 20 0 22 0 109275281 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140414496267064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14221] ppid=14202 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/14205/task/14221/stat : 14221 (java) S 14202 14205 5982 0 -1 4202560 10394 0 0 0 183 2 0 0 20 0 22 0 109275281 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140414495214520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14222] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14222/stat : 14222 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275281 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140413620972280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14223] ppid=14202 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/14205/task/14223/stat : 14223 (java) S 14202 14205 5982 0 -1 4202560 51 0 0 0 14 15 0 0 20 0 22 0 109275281 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140413619919944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14224] ppid=14202 vsize=9824732 CPUtime=864.88 cores=1,3,5,7
/proc/14205/task/14224/stat : 14224 (java) R 14202 14205 5982 0 -1 4202560 96 0 0 0 86474 14 0 0 20 0 22 0 109275322 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140413617233312 140414510965306 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14225] ppid=14202 vsize=9824732 CPUtime=864.82 cores=1,3,5,7
/proc/14205/task/14225/stat : 14225 (java) R 14202 14205 5982 0 -1 4202560 2010 0 0 0 86437 45 0 0 20 0 22 0 109275322 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140413616179744 140414511083373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14226] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14226/stat : 14226 (java) S 14202 14205 5982 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 109275324 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140413613466408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14227] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14227/stat : 14227 (java) S 14202 14205 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109275324 10060525568 993601 33554432000 1073741824 1073778376 140736884487168 140413612413864 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 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.701 s]
/proc/loadavg: 2.53 3.56 3.94 3/189 14280
/proc/meminfo: memFree=26356116/32872528 swapFree=17280/1464432
[pid=14205] ppid=14202 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/14205/stat : 14205 (java) S 14202 14205 5982 0 -1 4202496 35162 0 1 0 179789 218 0 0 20 0 22 0 109275275 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140736884478304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14205/statm: 2456183 993604 2301 9 0 2446860 0
[pid=14205/tid=14207] ppid=14202 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/14205/task/14207/stat : 14207 (java) S 14202 14205 5982 0 -1 4202560 2524 0 1 0 44 3 0 0 20 0 22 0 109275276 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414676366200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14208] ppid=14202 vsize=9824732 CPUtime=3.77 cores=1,3,5,7
/proc/14205/task/14208/stat : 14208 (java) S 14202 14205 5982 0 -1 4202560 665 0 0 0 353 24 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414637857192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14209] ppid=14202 vsize=9824732 CPUtime=3.63 cores=1,3,5,7
/proc/14205/task/14209/stat : 14209 (java) S 14202 14205 5982 0 -1 4202560 567 0 0 0 346 17 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414636804648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14210] ppid=14202 vsize=9824732 CPUtime=3.79 cores=1,3,5,7
/proc/14205/task/14210/stat : 14210 (java) S 14202 14205 5982 0 -1 4202560 676 0 0 0 363 16 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414635751592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14211] ppid=14202 vsize=9824732 CPUtime=3.93 cores=1,3,5,7
/proc/14205/task/14211/stat : 14211 (java) S 14202 14205 5982 0 -1 4202560 710 0 0 0 371 22 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414634699048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14212] ppid=14202 vsize=9824732 CPUtime=3.74 cores=1,3,5,7
/proc/14205/task/14212/stat : 14212 (java) S 14202 14205 5982 0 -1 4202560 622 0 0 0 356 18 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414633647016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14213] ppid=14202 vsize=9824732 CPUtime=3.85 cores=1,3,5,7
/proc/14205/task/14213/stat : 14213 (java) S 14202 14205 5982 0 -1 4202560 656 0 0 0 365 20 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414632594472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14214] ppid=14202 vsize=9824732 CPUtime=3.99 cores=1,3,5,7
/proc/14205/task/14214/stat : 14214 (java) S 14202 14205 5982 0 -1 4202560 597 0 0 0 380 19 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414631541416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14215] ppid=14202 vsize=9824732 CPUtime=4.09 cores=1,3,5,7
/proc/14205/task/14215/stat : 14215 (java) S 14202 14205 5982 0 -1 4202560 692 0 0 0 388 21 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414630488872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14216] ppid=14202 vsize=9824732 CPUtime=6.41 cores=1,3,5,7
/proc/14205/task/14216/stat : 14216 (java) S 14202 14205 5982 0 -1 4202560 2695 0 0 0 633 8 0 0 20 0 22 0 109275278 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414500477288 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14217] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14217/stat : 14217 (java) S 14202 14205 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109275278 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414499423608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14218] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14218/stat : 14218 (java) S 14202 14205 5982 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109275279 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414498370440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14219] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14219/stat : 14219 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275281 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414497319184 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14220] ppid=14202 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/14205/task/14220/stat : 14220 (java) S 14202 14205 5982 0 -1 4202560 10936 0 0 0 147 2 0 0 20 0 22 0 109275281 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414496267064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14221] ppid=14202 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/14205/task/14221/stat : 14221 (java) S 14202 14205 5982 0 -1 4202560 10394 0 0 0 183 2 0 0 20 0 22 0 109275281 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414495214520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14222] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14222/stat : 14222 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275281 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140413620972280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14223] ppid=14202 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/14205/task/14223/stat : 14223 (java) S 14202 14205 5982 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 109275281 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140413619919944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14224] ppid=14202 vsize=9824732 CPUtime=877.17 cores=1,3,5,7
/proc/14205/task/14224/stat : 14224 (java) R 14202 14205 5982 0 -1 4202560 96 0 0 0 87703 14 0 0 20 0 22 0 109275322 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140413617233312 140414510871883 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14225] ppid=14202 vsize=9824732 CPUtime=877.11 cores=1,3,5,7
/proc/14205/task/14225/stat : 14225 (java) R 14202 14205 5982 0 -1 4202560 2011 0 0 0 87666 45 0 0 20 0 22 0 109275322 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140413616179456 140414511082096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14226] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14226/stat : 14226 (java) S 14202 14205 5982 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 109275324 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140413613466408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14227] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14227/stat : 14227 (java) S 14202 14205 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109275324 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140413612413864 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 14205 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.701 s]
/proc/loadavg: 2.53 3.56 3.94 3/189 14280
/proc/meminfo: memFree=26356116/32872528 swapFree=17280/1464432
[pid=14205] ppid=14202 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/14205/stat : 14205 (java) S 14202 14205 5982 0 -1 4202496 35162 0 1 0 179789 218 0 0 20 0 22 0 109275275 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140736884478304 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14205/statm: 2456183 993604 2301 9 0 2446860 0
[pid=14205/tid=14207] ppid=14202 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/14205/task/14207/stat : 14207 (java) S 14202 14205 5982 0 -1 4202560 2524 0 1 0 44 3 0 0 20 0 22 0 109275276 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414676366200 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14208] ppid=14202 vsize=9824732 CPUtime=3.77 cores=1,3,5,7
/proc/14205/task/14208/stat : 14208 (java) S 14202 14205 5982 0 -1 4202560 665 0 0 0 353 24 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414637857192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14209] ppid=14202 vsize=9824732 CPUtime=3.63 cores=1,3,5,7
/proc/14205/task/14209/stat : 14209 (java) S 14202 14205 5982 0 -1 4202560 567 0 0 0 346 17 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414636804648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14210] ppid=14202 vsize=9824732 CPUtime=3.79 cores=1,3,5,7
/proc/14205/task/14210/stat : 14210 (java) S 14202 14205 5982 0 -1 4202560 676 0 0 0 363 16 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414635751592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14211] ppid=14202 vsize=9824732 CPUtime=3.93 cores=1,3,5,7
/proc/14205/task/14211/stat : 14211 (java) S 14202 14205 5982 0 -1 4202560 710 0 0 0 371 22 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414634699048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14212] ppid=14202 vsize=9824732 CPUtime=3.74 cores=1,3,5,7
/proc/14205/task/14212/stat : 14212 (java) S 14202 14205 5982 0 -1 4202560 622 0 0 0 356 18 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414633647016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14213] ppid=14202 vsize=9824732 CPUtime=3.85 cores=1,3,5,7
/proc/14205/task/14213/stat : 14213 (java) S 14202 14205 5982 0 -1 4202560 656 0 0 0 365 20 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414632594472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14214] ppid=14202 vsize=9824732 CPUtime=3.99 cores=1,3,5,7
/proc/14205/task/14214/stat : 14214 (java) S 14202 14205 5982 0 -1 4202560 597 0 0 0 380 19 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414631541416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14215] ppid=14202 vsize=9824732 CPUtime=4.09 cores=1,3,5,7
/proc/14205/task/14215/stat : 14215 (java) S 14202 14205 5982 0 -1 4202560 692 0 0 0 388 21 0 0 20 0 22 0 109275277 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414630488872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14216] ppid=14202 vsize=9824732 CPUtime=6.41 cores=1,3,5,7
/proc/14205/task/14216/stat : 14216 (java) S 14202 14205 5982 0 -1 4202560 2695 0 0 0 633 8 0 0 20 0 22 0 109275278 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414500477288 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14217] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14217/stat : 14217 (java) S 14202 14205 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109275278 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414499423608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14218] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14218/stat : 14218 (java) S 14202 14205 5982 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109275279 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414498370440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14219] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14219/stat : 14219 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275281 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414497319184 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14220] ppid=14202 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/14205/task/14220/stat : 14220 (java) S 14202 14205 5982 0 -1 4202560 10936 0 0 0 147 2 0 0 20 0 22 0 109275281 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414496267064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14205/tid=14221] ppid=14202 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/14205/task/14221/stat : 14221 (java) S 14202 14205 5982 0 -1 4202560 10394 0 0 0 183 2 0 0 20 0 22 0 109275281 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140414495214520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14222] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14222/stat : 14222 (java) S 14202 14205 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109275281 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140413620972280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14223] ppid=14202 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/14205/task/14223/stat : 14223 (java) S 14202 14205 5982 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 109275281 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140413619919944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14205/tid=14224] ppid=14202 vsize=9824732 CPUtime=877.17 cores=1,3,5,7
/proc/14205/task/14224/stat : 14224 (java) R 14202 14205 5982 0 -1 4202560 96 0 0 0 87703 14 0 0 20 0 22 0 109275322 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140413617233312 140414510871883 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14205/tid=14225] ppid=14202 vsize=9824732 CPUtime=877.11 cores=1,3,5,7
/proc/14205/task/14225/stat : 14225 (java) R 14202 14205 5982 0 -1 4202560 2011 0 0 0 87666 45 0 0 20 0 22 0 109275322 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140413616179456 140414511082096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14226] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14226/stat : 14226 (java) S 14202 14205 5982 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 109275324 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140413613466408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14205/tid=14227] ppid=14202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14205/task/14227/stat : 14227 (java) S 14202 14205 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109275324 10060525568 993604 33554432000 1073741824 1073778376 140736884487168 140413612413864 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14205 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=410360
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=630600
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.775
CPU time (s): 1800.07
CPU user time (s): 1797.89
CPU system time (s): 2.18
CPU usage (%): 201.176
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.41
system time used= 2.6306
maximum resident set size= 3974532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35193
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24269
involuntary context switches= 31801

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.71313 second user time and 6.84296 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-07 06:23:42
IDJOB=4080568
IDBENCH=90116
IDSOLVER=2543
FILE ID=node121/4080568-1465273422
RUNJOBID= node121-1465256572-5999
PBS_JOBID= 19843282
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K91.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080568-1465273422/watcher-4080568-1465273422 -o /tmp/evaluation-result-4080568-1465273422/solver-4080568-1465273422 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465256572-5999 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080568-1465273422.opb

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

MD5SUM BENCH= 8c2203c9ba90488459f210b4f3d3e3ed
RANDOM SEED=63050935

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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:        27240924 kB
Buffers:          109496 kB
Cached:           227964 kB
SwapCached:         1720 kB
Active:          3155116 kB
Inactive:         250872 kB
Active(anon):    3069100 kB
Inactive(anon):     2180 kB
Active(file):      86016 kB
Inactive(file):   248692 kB
Unevictable:     1464432 kB
Mlocked:           17280 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       4553204 kB
Mapped:            15312 kB
Shmem:                 0 kB
Slab:             602272 kB
SReclaimable:      46316 kB
SUnreclaim:       555956 kB
KernelStack:        1584 kB
PageTables:        13488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4875408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4472832 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= 71732 MiB
End job on node121 at 2016-06-07 06:38:37