Trace number 4090150

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.19 895.365

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l065-r064-n1.opb
MD5SUMc5dfcd16fc9fb411b2665e42ac80c753
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3543
Total number of constraints7544
Number of constraints which are clauses6363
Number of constraints which are cardinality constraints (but not clauses)1181
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
Number of bits of the biggest sum of numbers3
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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090150-1466026421.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  no objective function found
0.74/0.42	c ... done. Wall clock time 0.316s.
0.74/0.42	c declared #vars     3543
0.74/0.42	c #constraints  8725
0.74/0.42	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.74/0.42	c constraints type 
0.74/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1181
0.74/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1181
0.74/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6363
0.74/0.42	c 8725 constraints processed.
0.74/0.42	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.74/0.42	c constraints type 
0.74/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6363
0.74/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1181
0.74/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1181
0.74/0.42	c 8725 constraints processed.
5.96/2.16	c cleaning 2500 clauses out of 5001 with flag 213400/5001
8.74/3.49	c cleaning 4248 clauses out of 8500 with flag 328841/11000
12.00/5.00	c cleaning 5622 clauses out of 11254 with flag 414920/18002
14.66/6.32	c cleaning 0 clauses out of 5000 with flag 0/5000
16.30/7.04	c cleaning 6815 clauses out of 13630 with flag 522724/26000
20.75/9.11	c cleaning 7904 clauses out of 15815 with flag 633760/35000
25.20/11.32	c cleaning 8949 clauses out of 17911 with flag 760950/45000
30.83/14.01	c cleaning 9974 clauses out of 19963 with flag 903660/56001
36.88/17.06	c cleaning 10988 clauses out of 21988 with flag 1073477/68000
44.33/20.70	c cleaning 11989 clauses out of 24001 with flag 1255064/81001
52.13/24.64	c cleaning 12997 clauses out of 26011 with flag 1460735/95000
61.18/29.14	c cleaning 13996 clauses out of 28015 with flag 1663503/110001
71.43/34.24	c cleaning 15001 clauses out of 30019 with flag 1886306/126001
82.81/39.90	c cleaning 16004 clauses out of 32017 with flag 2130064/143000
95.07/46.08	c cleaning 17003 clauses out of 34013 with flag 2359581/161000
106.90/51.94	c cleaning 17998 clauses out of 36010 with flag 2627774/180000
121.16/59.02	c cleaning 19001 clauses out of 38014 with flag 2925461/200002
137.28/67.06	c cleaning 20003 clauses out of 40011 with flag 3213636/221000
153.55/75.10	c cleaning 20995 clauses out of 42008 with flag 3555560/243000
156.14/76.47	c cleaning 0 clauses out of 11000 with flag 0/11000
171.59/84.11	c cleaning 22001 clauses out of 44015 with flag 3906343/266002
189.67/93.12	c cleaning 22996 clauses out of 46013 with flag 4305693/290001
209.54/103.08	c cleaning 24004 clauses out of 48016 with flag 4703999/315000
232.40/114.41	c cleaning 24999 clauses out of 50012 with flag 5097641/341000
255.93/126.16	c cleaning 25997 clauses out of 52015 with flag 5522516/368002
283.23/139.79	c cleaning 27006 clauses out of 54017 with flag 5957871/396001
311.95/154.08	c cleaning 28000 clauses out of 56010 with flag 6384288/425000
342.84/169.48	c cleaning 29004 clauses out of 58011 with flag 6848986/455001
375.37/185.63	c cleaning 29993 clauses out of 60006 with flag 7318551/486000
409.71/202.78	c cleaning 30998 clauses out of 62014 with flag 7825582/518001
447.73/221.67	c cleaning 32006 clauses out of 64016 with flag 8339029/551001
484.75/240.07	c cleaning 32996 clauses out of 66009 with flag 8922092/585000
524.58/259.85	c cleaning 33996 clauses out of 68013 with flag 9479688/620000
561.82/278.34	c cleaning 35002 clauses out of 70017 with flag 9987401/656000
599.19/297.00	c cleaning 35998 clauses out of 72017 with flag 10567723/693002
638.10/316.50	c cleaning 36999 clauses out of 74017 with flag 11174990/731000
677.52/336.15	c cleaning 37997 clauses out of 76019 with flag 11779842/770001
711.49/353.00	c cleaning 0 clauses out of 18000 with flag 0/18000
722.35/358.42	c cleaning 39002 clauses out of 78021 with flag 12436369/810000
775.23/384.73	c cleaning 40002 clauses out of 80021 with flag 13141679/851002
831.07/412.52	c cleaning 40994 clauses out of 82017 with flag 13875638/893000
886.71/440.22	c cleaning 42007 clauses out of 84024 with flag 14629103/936001
959.03/476.51	c cleaning 43002 clauses out of 86016 with flag 15396853/980000
1022.95/508.39	c cleaning 44002 clauses out of 88015 with flag 16168703/1025001
1088.63/541.05	c cleaning 45001 clauses out of 90014 with flag 16922276/1071002
1160.44/576.73	c cleaning 45998 clauses out of 92012 with flag 17682229/1118001
1225.91/609.36	c cleaning 47000 clauses out of 94014 with flag 18456166/1166001
1298.30/645.33	c cleaning 48003 clauses out of 96015 with flag 19181973/1215002
1362.64/677.35	c cleaning 48991 clauses out of 98010 with flag 19909889/1265000
1428.76/710.27	c cleaning 50003 clauses out of 100019 with flag 20691316/1316000
1513.89/752.98	c cleaning 51008 clauses out of 102018 with flag 21565369/1368002
1592.29/791.92	c cleaning 51999 clauses out of 104009 with flag 22386335/1421001
1679.37/835.22	c cleaning 52996 clauses out of 106009 with flag 23302187/1475000
1759.38/875.06	c cleaning 54001 clauses out of 108014 with flag 24193984/1530001
1800.19/895.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/895.30	c starts		: 1676
1800.19/895.30	c conflicts		: 1561464
1800.19/895.30	c decisions		: 2095109
1800.19/895.30	c propagations		: 519235872
1800.19/895.30	c inspects		: 10296884070
1800.19/895.30	c shortcuts		: 0
1800.19/895.30	c learnt literals	: 0
1800.19/895.30	c learnt binary clauses	: 0
1800.19/895.30	c learnt ternary clauses	: 2961
1800.19/895.30	c learnt constraints	: 1561464
1800.19/895.30	c ignored constraints	: 0
1800.19/895.30	c root simplifications	: 0
1800.19/895.30	c removed literals (reason simplification)	: 141153484
1800.19/895.30	c reason swapping (by a shorter reason)	: 0
1800.19/895.30	c Calls to reduceDB	: 51
1800.19/895.30	c Number of update (reduction) of LBD	: 640629
1800.19/895.30	c Imported unit clauses	: 0
1800.19/895.30	c number of reductions to clauses (during analyze)	: 0
1800.19/895.30	c number of learned constraints concerned by reduction	: 0
1800.19/895.30	c number of learning phase by resolution	: 0
1800.19/895.30	c number of learning phase by cutting planes	: 0
1800.19/895.30	c speed (assignments/second)	: 580236.7407966976
1800.19/895.30	c non guided choices	22595
1800.19/895.33	c learnt constraints type 
1800.19/895.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85476
1800.19/895.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/895.33	c starts		: 53
1800.19/895.33	c conflicts		: 24988
1800.19/895.33	c decisions		: 198282
1800.19/895.33	c propagations		: 10049276
1800.19/895.33	c inspects		: 1100501464
1800.19/895.33	c shortcuts		: 0
1800.19/895.33	c learnt literals	: 0
1800.19/895.33	c learnt binary clauses	: 0
1800.19/895.33	c learnt ternary clauses	: 2579
1800.19/895.33	c learnt constraints	: 24987
1800.19/895.33	c ignored constraints	: 0
1800.19/895.33	c root simplifications	: 0
1800.19/895.33	c removed literals (reason simplification)	: 0
1800.19/895.33	c reason swapping (by a shorter reason)	: 0
1800.19/895.33	c Calls to reduceDB	: 3
1800.19/895.33	c Number of update (reduction) of LBD	: 0
1800.19/895.33	c Imported unit clauses	: 0
1800.19/895.33	c number of reductions to clauses (during analyze)	: 0
1800.19/895.33	c number of learned constraints concerned by reduction	: 0
1800.19/895.33	c number of learning phase by resolution	: 0
1800.19/895.33	c number of learning phase by cutting planes	: 0
1800.19/895.33	c speed (assignments/second)	: 11229.521129782388
1800.19/895.33	c non guided choices	12056
1800.19/895.34	c learnt constraints type 
1800.19/895.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6029
1800.19/895.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18958
1800.19/895.34	s UNKNOWN
1800.19/895.34	c Total wall clock time (in seconds): 895.237

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-4090150-1466026421/watcher-4090150-1466026421 -o /tmp/evaluation-result-4090150-1466026421/solver-4090150-1466026421 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4090150-1466026421.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.85 3.96 3.98 4/197 11733
/proc/meminfo: memFree=29057684/32872528 swapFree=248296/248296
[pid=11733] ppid=11730 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11733/stat : 11733 (java) S 11730 11733 5767 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 4692552 98570240 978 33554432000 1073741824 1073778376 140736025020816 140736025011952 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11733/statm: 24065 978 744 9 0 16771 0
[pid=11733/tid=11734] ppid=11730 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11734/stat : 11734 (java) R 11730 11733 5767 0 -1 4202560 136 0 0 0 0 0 0 0 20 0 2 0 4692553 98582528 984 33554432000 1073741824 1073778376 140736025020816 139683621793320 247064249757 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 3.85 3.96 3.98 4/197 11733
/proc/meminfo: memFree=29057684/32872528 swapFree=248296/248296
[pid=11733] ppid=11730 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/11733/stat : 11733 (java) S 11730 11733 5767 0 -1 4202496 4508 0 1 0 10 1 0 0 20 0 18 0 4692552 9787879424 6140 33554432000 1073741824 1073778376 140736025020816 140736025011952 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11733/statm: 2389619 6140 2158 9 0 2380296 0
[pid=11733/tid=11734] ppid=11730 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/11733/task/11734/stat : 11734 (java) R 11730 11733 5767 0 -1 4202560 2381 0 1 0 8 0 0 0 20 0 18 0 4692553 9787879424 6140 33554432000 1073741824 1073778376 140736025020816 139683621796768 139683624731167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200388 s]
/proc/loadavg: 3.85 3.96 3.98 4/197 11733
/proc/meminfo: memFree=29057684/32872528 swapFree=248296/248296
[pid=11733] ppid=11730 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/11733/stat : 11733 (java) S 11730 11733 5767 0 -1 4202496 4943 0 1 0 25 2 0 0 20 0 18 0 4692552 9787879424 13145 33554432000 1073741824 1073778376 140736025020816 140736025011952 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11733/statm: 2389619 13145 2218 9 0 2380296 0
[pid=11733/tid=11734] ppid=11730 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/11733/task/11734/stat : 11734 (java) R 11730 11733 5767 0 -1 4202560 2409 0 1 0 16 2 0 0 20 0 18 0 4692553 9787879424 13145 33554432000 1073741824 1073778376 140736025020816 139683621798248 139683493338663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300398 s]
/proc/loadavg: 3.85 3.96 3.98 4/197 11733
/proc/meminfo: memFree=29057684/32872528 swapFree=248296/248296
[pid=11733] ppid=11730 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/11733/stat : 11733 (java) S 11730 11733 5767 0 -1 4202496 5807 0 1 0 47 3 0 0 20 0 18 0 4692552 9787879424 25998 33554432000 1073741824 1073778376 140736025020816 140736025011952 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11733/statm: 2389619 26002 2231 9 0 2380296 0
[pid=11733/tid=11734] ppid=11730 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/11733/task/11734/stat : 11734 (java) R 11730 11733 5767 0 -1 4202560 2433 0 1 0 25 2 0 0 20 0 18 0 4692553 9787879424 26010 33554432000 1073741824 1073778376 140736025020816 139683621798248 139683493720040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700235 s]
/proc/loadavg: 3.85 3.96 3.98 4/197 11733
/proc/meminfo: memFree=29057684/32872528 swapFree=248296/248296
[pid=11733] ppid=11730 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/11733/stat : 11733 (java) S 11730 11733 5767 0 -1 4202496 22729 0 1 0 185 6 0 0 20 0 22 0 4692552 10060525568 41590 33554432000 1073741824 1073778376 140736025020816 140736025011952 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11733/statm: 2456183 41590 2259 9 0 2446860 0
[pid=11733/tid=11734] ppid=11730 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/11733/task/11734/stat : 11734 (java) S 11730 11733 5767 0 -1 4202560 2455 0 1 0 38 3 0 0 20 0 22 0 4692553 10060525568 41590 33554432000 1073741824 1073778376 140736025020816 139683621798776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 3.85 3.96 3.98 5/219 11755
/proc/meminfo: memFree=28879016/32872528 swapFree=248296/248296
[pid=11733] ppid=11730 vsize=9824732 CPUtime=4.49 cores=1,3,5,7
/proc/11733/stat : 11733 (java) S 11730 11733 5767 0 -1 4202496 28365 0 1 0 441 8 0 0 20 0 22 0 4692552 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 140736025011952 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11733/statm: 2456183 51035 2285 9 0 2446860 0
[pid=11733/tid=11734] ppid=11730 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/11733/task/11734/stat : 11734 (java) S 11730 11733 5767 0 -1 4202560 2455 0 1 0 38 3 0 0 20 0 22 0 4692553 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683621798776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11736] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11736/stat : 11736 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692553 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683465738664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11737] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11737/stat : 11737 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692553 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683464686120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11738] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11738/stat : 11738 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692553 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683463633064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11739] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11739/stat : 11739 (java) S 11730 11733 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4692553 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683462580520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11740] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11740/stat : 11740 (java) S 11730 11733 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4692553 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683461528488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11741] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11741/stat : 11741 (java) S 11730 11733 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4692553 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683460475944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11742] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11742/stat : 11742 (java) S 11730 11733 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4692553 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683459422888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11743] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11743/stat : 11743 (java) S 11730 11733 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4692553 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683458370344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11744] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11744/stat : 11744 (java) S 11730 11733 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4692554 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683445959016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11745] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11745/stat : 11745 (java) S 11730 11733 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4692555 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683444905336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11746] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11746/stat : 11746 (java) S 11730 11733 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4692555 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683443852168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11747] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11747/stat : 11747 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692557 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683442800912 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11748] ppid=11730 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/11733/task/11748/stat : 11748 (java) R 11730 11733 5767 0 -1 4202560 14009 0 0 0 96 3 0 0 20 0 22 0 4692557 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683441726632 139683628772212 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11749] ppid=11730 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/11733/task/11749/stat : 11749 (java) S 11730 11733 5767 0 -1 4202560 10513 0 0 0 91 2 0 0 20 0 22 0 4692557 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683440696248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11750] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11750/stat : 11750 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692557 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683439643384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11751] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11751/stat : 11751 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692557 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683438591048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11752] ppid=11730 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/11733/task/11752/stat : 11752 (java) R 11730 11733 5767 0 -1 4202560 25 0 0 0 102 0 0 0 20 0 22 0 4692595 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683437535608 139683494443504 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11753] ppid=11730 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/11733/task/11753/stat : 11753 (java) R 11730 11733 5767 0 -1 4202560 56 0 0 0 104 0 0 0 20 0 22 0 4692595 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683436483064 139683493337178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11754] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11754/stat : 11754 (java) S 11730 11733 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4692596 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683435430696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11755] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11755/stat : 11755 (java) S 11730 11733 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4692596 10060525568 51035 33554432000 1073741824 1073778376 140736025020816 139683434378152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 3.85 3.96 3.98 5/219 11755
/proc/meminfo: memFree=28860080/32872528 swapFree=248296/248296
[pid=11733] ppid=11730 vsize=9824732 CPUtime=8.09 cores=1,3,5,7
/proc/11733/stat : 11733 (java) S 11730 11733 5767 0 -1 4202496 30772 0 1 0 797 12 0 0 20 0 22 0 4692552 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 140736025011952 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11733/statm: 2456183 85812 2291 9 0 2446860 0
[pid=11733/tid=11734] ppid=11730 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/11733/task/11734/stat : 11734 (java) S 11730 11733 5767 0 -1 4202560 2455 0 1 0 38 3 0 0 20 0 22 0 4692553 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683621798776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11736] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11736/stat : 11736 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692553 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683465738664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11737] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11737/stat : 11737 (java) S 11730 11733 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4692553 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683464686120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11738] ppid=11730 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11733/task/11738/stat : 11738 (java) S 11730 11733 5767 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 4692553 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683463633064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11739] ppid=11730 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11733/task/11739/stat : 11739 (java) S 11730 11733 5767 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 4692553 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683462580520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11740] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11740/stat : 11740 (java) S 11730 11733 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4692553 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683461528488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11741] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11741/stat : 11741 (java) S 11730 11733 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4692553 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683460475944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11742] ppid=11730 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11733/task/11742/stat : 11742 (java) S 11730 11733 5767 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 4692553 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683459422888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11743] ppid=11730 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11733/task/11743/stat : 11743 (java) S 11730 11733 5767 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 4692553 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683458370344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11744] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11744/stat : 11744 (java) S 11730 11733 5767 0 -1 4202560 187 0 0 0 0 0 0 0 20 0 22 0 4692554 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683445959016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11745] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11745/stat : 11745 (java) S 11730 11733 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4692555 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683444905336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11746] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11746/stat : 11746 (java) S 11730 11733 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4692555 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683443852168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11747] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11747/stat : 11747 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692557 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683442800912 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11748] ppid=11730 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/11733/task/11748/stat : 11748 (java) S 11730 11733 5767 0 -1 4202560 16117 0 0 0 120 4 0 0 20 0 22 0 4692557 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683441748792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11749] ppid=11730 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/11733/task/11749/stat : 11749 (java) S 11730 11733 5767 0 -1 4202560 10526 0 0 0 110 2 0 0 20 0 22 0 4692557 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683440696248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11750] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11750/stat : 11750 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692557 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683439643384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11751] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11751/stat : 11751 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692557 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683438591048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11752] ppid=11730 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/11733/task/11752/stat : 11752 (java) R 11730 11733 5767 0 -1 4202560 27 0 0 0 251 0 0 0 20 0 22 0 4692595 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683437533568 139683494393871 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11753] ppid=11730 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/11733/task/11753/stat : 11753 (java) R 11730 11733 5767 0 -1 4202560 114 0 0 0 257 2 0 0 20 0 22 0 4692595 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683436482104 139683493909021 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11754] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11754/stat : 11754 (java) S 11730 11733 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4692596 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683435430696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11755] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11755/stat : 11755 (java) S 11730 11733 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4692596 10060525568 85812 33554432000 1073741824 1073778376 140736025020816 139683434378152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 9824732

[startup+6.30303 s]
/proc/loadavg: 3.87 3.96 3.98 5/219 11755
/proc/meminfo: memFree=28462292/32872528 swapFree=248296/248296
[pid=11733] ppid=11730 vsize=9824732 CPUtime=14.66 cores=1,3,5,7
/proc/11733/stat : 11733 (java) S 11730 11733 5767 0 -1 4202496 31514 0 1 0 1445 21 0 0 20 0 22 0 4692552 10060525568 156563 33554432000 1073741824 1073778376 140736025020816 140736025011952 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11733/statm: 2456183 156563 2292 9 0 2446860 0
[pid=11733/tid=11734] ppid=11730 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/11733/task/11734/stat : 11734 (java) S 11730 11733 5767 0 -1 4202560 2455 0 1 0 38 3 0 0 20 0 22 0 4692553 10060525568 156563 33554432000 1073741824 1073778376 140736025020816 139683621798776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11736] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11736/stat : 11736 (java) S 11730 11733 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4692553 10060525568 156563 33554432000 1073741824 1073778376 140736025020816 139683465738664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11737] ppid=11730 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11733/task/11737/stat : 11737 (java) S 11730 11733 5767 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 4692553 10060525568 156563 33554432000 1073741824 1073778376 140736025020816 139683464686120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11738] ppid=11730 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11733/task/11738/stat : 11738 (java) S 11730 11733 5767 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 4692553 10060525568 156563 33554432000 1073741824 1073778376 140736025020816 139683463633064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11739] ppid=11730 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11733/task/11739/stat : 11739 (java) S 11730 11733 5767 0 -1 4202560 101 0 0 0 3 2 0 0 20 0 22 0 4692553 10060525568 156563 33554432000 1073741824 1073778376 140736025020816 139683462580520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11740] ppid=11730 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11733/task/11740/stat : 11740 (java) S 11730 11733 5767 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 22 0 4692553 10060525568 156563 33554432000 1073741824 1073778376 140736025020816 139683461528488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11741] ppid=11730 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11733/task/11741/stat : 11741 (java) S 11730 11733 5767 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 22 0 4692553 10060525568 156563 33554432000 1073741824 1073778376 140736025020816 139683460475944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11742] ppid=11730 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11733/task/11742/stat : 11742 (java) S 11730 11733 5767 0 -1 4202560 83 0 0 0 3 1 0 0 20 0 22 0 4692553 10060525568 156563 33554432000 1073741824 1073778376 140736025020816 139683459422888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11743] ppid=11730 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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

/proc/11733/task/11738/stat : 11738 (java) S 11730 11733 5767 0 -1 4202560 335 0 0 0 260 7 0 0 20 0 22 0 4692553 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683463633064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11739] ppid=11730 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/11733/task/11739/stat : 11739 (java) S 11730 11733 5767 0 -1 4202560 456 0 0 0 275 8 0 0 20 0 22 0 4692553 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683462580520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11740] ppid=11730 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/11733/task/11740/stat : 11740 (java) S 11730 11733 5767 0 -1 4202560 397 0 0 0 256 8 0 0 20 0 22 0 4692553 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683461528488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11741] ppid=11730 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/11733/task/11741/stat : 11741 (java) S 11730 11733 5767 0 -1 4202560 457 0 0 0 261 7 0 0 20 0 22 0 4692553 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683460475944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11742] ppid=11730 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/11733/task/11742/stat : 11742 (java) S 11730 11733 5767 0 -1 4202560 461 0 0 0 275 9 0 0 20 0 22 0 4692553 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683459422888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11743] ppid=11730 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/11733/task/11743/stat : 11743 (java) S 11730 11733 5767 0 -1 4202560 417 0 0 0 263 8 0 0 20 0 22 0 4692553 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683458370344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11744] ppid=11730 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/11733/task/11744/stat : 11744 (java) S 11730 11733 5767 0 -1 4202560 1885 0 0 0 184 28 0 0 20 0 22 0 4692554 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683445959016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11745] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11745/stat : 11745 (java) S 11730 11733 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4692555 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683444905336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11746] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11746/stat : 11746 (java) S 11730 11733 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4692555 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683443852168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11747] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11747/stat : 11747 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692557 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683442800912 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11748] ppid=11730 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/11733/task/11748/stat : 11748 (java) S 11730 11733 5767 0 -1 4202560 16119 0 0 0 139 4 0 0 20 0 22 0 4692557 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683441748792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11749] ppid=11730 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/11733/task/11749/stat : 11749 (java) S 11730 11733 5767 0 -1 4202560 10535 0 0 0 176 2 0 0 20 0 22 0 4692557 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683440696248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11750] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11750/stat : 11750 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692557 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683439643384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11751] ppid=11730 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/11733/task/11751/stat : 11751 (java) S 11730 11733 5767 0 -1 4202560 50 0 0 0 13 24 0 0 20 0 22 0 4692557 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683438591048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11752] ppid=11730 vsize=9824732 CPUtime=870.94 cores=1,3,5,7
/proc/11733/task/11752/stat : 11752 (java) R 11730 11733 5767 0 -1 4202560 208 0 0 0 87078 16 0 0 20 0 22 0 4692595 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683437533872 139683494221251 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11753] ppid=11730 vsize=9824732 CPUtime=870.98 cores=1,3,5,7
/proc/11733/task/11753/stat : 11753 (java) R 11730 11733 5767 0 -1 4202560 1603 0 0 0 87047 51 0 0 20 0 22 0 4692595 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683436481920 139683494538394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11754] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11754/stat : 11754 (java) S 11730 11733 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4692596 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683435430696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11755] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11755/stat : 11755 (java) S 11730 11733 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4692596 10060525568 589036 33554432000 1073741824 1073778376 140736025020816 139683434378152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1774.06
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.301 s]
/proc/loadavg: 4.01 4.02 4.00 5/219 12115
/proc/meminfo: memFree=26480048/32872528 swapFree=248296/248296
[pid=11733] ppid=11730 vsize=9824732 CPUtime=1800.19 cores=1,3,5,7
/proc/11733/stat : 11733 (java) S 11730 11733 5767 0 -1 4202496 37412 0 1 0 179858 161 0 0 20 0 22 0 4692552 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 140736025011952 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11733/statm: 2456183 587159 2301 9 0 2446860 0
[pid=11733/tid=11734] ppid=11730 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/11733/task/11734/stat : 11734 (java) S 11730 11733 5767 0 -1 4202560 2463 0 1 0 41 4 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683621798776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11736] ppid=11730 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/11733/task/11736/stat : 11736 (java) S 11730 11733 5767 0 -1 4202560 342 0 0 0 266 8 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683465738664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11737] ppid=11730 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/11733/task/11737/stat : 11737 (java) S 11730 11733 5767 0 -1 4202560 395 0 0 0 273 8 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683464686120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11738] ppid=11730 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/11733/task/11738/stat : 11738 (java) S 11730 11733 5767 0 -1 4202560 341 0 0 0 266 7 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683463633064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11739] ppid=11730 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/11733/task/11739/stat : 11739 (java) S 11730 11733 5767 0 -1 4202560 456 0 0 0 277 8 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683462580520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11740] ppid=11730 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/11733/task/11740/stat : 11740 (java) S 11730 11733 5767 0 -1 4202560 397 0 0 0 259 8 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683461528488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11741] ppid=11730 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/11733/task/11741/stat : 11741 (java) S 11730 11733 5767 0 -1 4202560 464 0 0 0 265 8 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683460475944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11742] ppid=11730 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/11733/task/11742/stat : 11742 (java) S 11730 11733 5767 0 -1 4202560 465 0 0 0 278 9 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683459422888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11743] ppid=11730 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/11733/task/11743/stat : 11743 (java) S 11730 11733 5767 0 -1 4202560 419 0 0 0 266 8 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683458370344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11744] ppid=11730 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/11733/task/11744/stat : 11744 (java) S 11730 11733 5767 0 -1 4202560 1885 0 0 0 184 28 0 0 20 0 22 0 4692554 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683445959016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11745] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11745/stat : 11745 (java) S 11730 11733 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4692555 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683444905336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11746] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11746/stat : 11746 (java) S 11730 11733 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4692555 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683443852168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11747] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11747/stat : 11747 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692557 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683442800912 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11748] ppid=11730 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/11733/task/11748/stat : 11748 (java) S 11730 11733 5767 0 -1 4202560 16119 0 0 0 139 4 0 0 20 0 22 0 4692557 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683441748792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11749] ppid=11730 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/11733/task/11749/stat : 11749 (java) S 11730 11733 5767 0 -1 4202560 10535 0 0 0 176 2 0 0 20 0 22 0 4692557 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683440696248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11750] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11750/stat : 11750 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692557 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683439643384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11751] ppid=11730 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/11733/task/11751/stat : 11751 (java) S 11730 11733 5767 0 -1 4202560 50 0 0 0 13 24 0 0 20 0 22 0 4692557 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683438591048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11752] ppid=11730 vsize=9824732 CPUtime=883.8 cores=1,3,5,7
/proc/11733/task/11752/stat : 11752 (java) R 11730 11733 5767 0 -1 4202560 209 0 0 0 88364 16 0 0 20 0 22 0 4692595 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683437533872 139683494294683 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11753] ppid=11730 vsize=9824732 CPUtime=883.85 cores=1,3,5,7
/proc/11733/task/11753/stat : 11753 (java) R 11730 11733 5767 0 -1 4202560 1605 0 0 0 88334 51 0 0 20 0 22 0 4692595 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683436481936 139683494538326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11754] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11754/stat : 11754 (java) S 11730 11733 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4692596 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683435430696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11755] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11755/stat : 11755 (java) S 11730 11733 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4692596 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683434378152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 11733 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.301 s]
/proc/loadavg: 4.01 4.02 4.00 5/219 12115
/proc/meminfo: memFree=26480048/32872528 swapFree=248296/248296
[pid=11733] ppid=11730 vsize=9824732 CPUtime=1800.19 cores=1,3,5,7
/proc/11733/stat : 11733 (java) S 11730 11733 5767 0 -1 4202496 37412 0 1 0 179858 161 0 0 20 0 22 0 4692552 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 140736025011952 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11733/statm: 2456183 587159 2301 9 0 2446860 0
[pid=11733/tid=11734] ppid=11730 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/11733/task/11734/stat : 11734 (java) S 11730 11733 5767 0 -1 4202560 2463 0 1 0 41 4 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683621798776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11736] ppid=11730 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/11733/task/11736/stat : 11736 (java) S 11730 11733 5767 0 -1 4202560 342 0 0 0 266 8 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683465738664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11737] ppid=11730 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/11733/task/11737/stat : 11737 (java) S 11730 11733 5767 0 -1 4202560 395 0 0 0 273 8 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683464686120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11738] ppid=11730 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/11733/task/11738/stat : 11738 (java) S 11730 11733 5767 0 -1 4202560 341 0 0 0 266 7 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683463633064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11739] ppid=11730 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/11733/task/11739/stat : 11739 (java) S 11730 11733 5767 0 -1 4202560 456 0 0 0 277 8 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683462580520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11740] ppid=11730 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/11733/task/11740/stat : 11740 (java) S 11730 11733 5767 0 -1 4202560 397 0 0 0 259 8 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683461528488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11741] ppid=11730 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/11733/task/11741/stat : 11741 (java) S 11730 11733 5767 0 -1 4202560 464 0 0 0 265 8 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683460475944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11742] ppid=11730 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/11733/task/11742/stat : 11742 (java) S 11730 11733 5767 0 -1 4202560 465 0 0 0 278 9 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683459422888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11743] ppid=11730 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/11733/task/11743/stat : 11743 (java) S 11730 11733 5767 0 -1 4202560 419 0 0 0 266 8 0 0 20 0 22 0 4692553 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683458370344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11744] ppid=11730 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/11733/task/11744/stat : 11744 (java) S 11730 11733 5767 0 -1 4202560 1885 0 0 0 184 28 0 0 20 0 22 0 4692554 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683445959016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11745] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11745/stat : 11745 (java) S 11730 11733 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4692555 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683444905336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11746] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11746/stat : 11746 (java) S 11730 11733 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4692555 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683443852168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11747] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11747/stat : 11747 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692557 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683442800912 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11748] ppid=11730 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/11733/task/11748/stat : 11748 (java) S 11730 11733 5767 0 -1 4202560 16119 0 0 0 139 4 0 0 20 0 22 0 4692557 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683441748792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11733/tid=11749] ppid=11730 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/11733/task/11749/stat : 11749 (java) S 11730 11733 5767 0 -1 4202560 10535 0 0 0 176 2 0 0 20 0 22 0 4692557 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683440696248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11750] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11750/stat : 11750 (java) S 11730 11733 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4692557 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683439643384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11751] ppid=11730 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/11733/task/11751/stat : 11751 (java) S 11730 11733 5767 0 -1 4202560 50 0 0 0 13 24 0 0 20 0 22 0 4692557 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683438591048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11752] ppid=11730 vsize=9824732 CPUtime=883.8 cores=1,3,5,7
/proc/11733/task/11752/stat : 11752 (java) R 11730 11733 5767 0 -1 4202560 209 0 0 0 88364 16 0 0 20 0 22 0 4692595 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683437533872 139683494294683 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11733/tid=11753] ppid=11730 vsize=9824732 CPUtime=883.85 cores=1,3,5,7
/proc/11733/task/11753/stat : 11753 (java) R 11730 11733 5767 0 -1 4202560 1605 0 0 0 88334 51 0 0 20 0 22 0 4692595 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683436481936 139683494538326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11733/tid=11754] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11754/stat : 11754 (java) S 11730 11733 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4692596 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683435430696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11733/tid=11755] ppid=11730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11733/task/11755/stat : 11755 (java) S 11730 11733 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4692596 10060525568 587159 33554432000 1073741824 1073778376 140736025020816 139683434378152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11733 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=279228
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=103680
# CPU time returned by wait4() is 1796.38
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.365
CPU time (s): 1800.19
CPU user time (s): 1798.58
CPU system time (s): 1.61
CPU usage (%): 201.057
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.28
system time used= 2.10368
maximum resident set size= 2869712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37446
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= 31223
involuntary context switches= 45103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.70813 second user time and 7.82181 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 23:33:41
IDJOB=4090150
IDBENCH=107508
IDSOLVER=2543
FILE ID=node103/4090150-1466026421
RUNJOBID= node103-1466012165-5784
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-almost3reg-l065-r064-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090150-1466026421/watcher-4090150-1466026421 -o /tmp/evaluation-result-4090150-1466026421/solver-4090150-1466026421 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4090150-1466026421.opb

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

MD5SUM BENCH= c5dfcd16fc9fb411b2665e42ac80c753
RANDOM SEED=1331490768

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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:        29057840 kB
Buffers:          137472 kB
Cached:           348240 kB
SwapCached:            0 kB
Active:          2517360 kB
Inactive:         337680 kB
Active(anon):    2371888 kB
Inactive(anon):        0 kB
Active(file):     145472 kB
Inactive(file):   337680 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               768 kB
Writeback:             0 kB
AnonPages:       2690788 kB
Mapped:            21608 kB
Shmem:               204 kB
Slab:             575644 kB
SReclaimable:      19588 kB
SUnreclaim:       556056 kB
KernelStack:        1808 kB
PageTables:        10024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2802492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2387968 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= 71736 MiB
End job on node103 at 2016-06-15 23:48:37