Trace number 4101893

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.03 1796.96

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-pp08a.opb
MD5SUMda103607b020ad44cf05bd0679eb486a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5344
Total number of constraints136
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint31
Maximum length of a constraint240
Number of terms in the objective function 3424
Biggest coefficient in the objective function 3121
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 527152
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262120
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 527152
Number of bits of the biggest sum of numbers20
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 --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 No 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.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4101893-1466227587.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.59/0.30	c ... done. Wall clock time 0.196s.
0.59/0.30	c declared #vars     5344
0.59/0.30	c #constraints  200
0.59/0.30	c constraints type 
0.59/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 200
0.59/0.30	c 200 constraints processed.
0.59/0.30	c objective function length is 3424 literals
1.36/0.79	c cleaning 2500 clauses out of 5000 with flag 10442/5000
1.98/1.22	c cleaning 4251 clauses out of 8501 with flag 22518/11001
2.47/1.78	c cleaning 5623 clauses out of 11249 with flag 36576/18000
3.29/2.51	c cleaning 6811 clauses out of 13628 with flag 52603/26002
4.22/3.43	c cleaning 7901 clauses out of 15816 with flag 70601/35001
5.32/4.56	c cleaning 8951 clauses out of 17915 with flag 90601/45001
6.76/5.94	c cleaning 9978 clauses out of 19964 with flag 112601/56001
8.36/7.54	c cleaning 10989 clauses out of 21985 with flag 136599/68000
10.19/9.30	c cleaning 11993 clauses out of 23996 with flag 162599/81000
12.00/11.17	c cleaning 13000 clauses out of 26005 with flag 190603/95002
13.59/12.77	c cleaning 13997 clauses out of 28003 with flag 220599/110000
15.71/14.80	c cleaning 14999 clauses out of 30006 with flag 252599/126000
18.21/17.39	c cleaning 16003 clauses out of 32008 with flag 286601/143001
21.11/20.28	c cleaning 16999 clauses out of 34007 with flag 322605/161003
24.41/23.50	c cleaning 18000 clauses out of 36008 with flag 360605/180003
27.71/26.86	c cleaning 18997 clauses out of 38006 with flag 400601/200001
31.64/30.73	c cleaning 20000 clauses out of 40010 with flag 442603/221002
35.84/34.93	c cleaning 21002 clauses out of 42009 with flag 486601/243001
40.14/39.25	c cleaning 22004 clauses out of 44007 with flag 532601/266001
41.41/40.48	c cleaning 22999 clauses out of 46002 with flag 582144/290000
45.31/44.38	c cleaning 23999 clauses out of 48005 with flag 632234/315002
50.41/49.43	c cleaning 24999 clauses out of 50005 with flag 684232/341001
55.48/54.45	c cleaning 25993 clauses out of 52006 with flag 738232/368001
58.88/57.82	c cleaning 27006 clauses out of 54013 with flag 794797/396001
64.08/63.10	c cleaning 28001 clauses out of 56009 with flag 857094/425003
69.18/68.20	c cleaning 28999 clauses out of 58005 with flag 929071/455000
76.28/75.26	c cleaning 30001 clauses out of 60007 with flag 992778/486001
83.28/82.28	c cleaning 30998 clauses out of 62005 with flag 1056869/518000
93.49/92.38	c cleaning 32003 clauses out of 64009 with flag 1123006/551002
105.39/104.27	c cleaning 32999 clauses out of 66005 with flag 1191217/585001
117.59/116.45	c cleaning 33995 clauses out of 68005 with flag 1262319/620000
131.40/130.21	c cleaning 35001 clauses out of 70010 with flag 1336881/656000
145.30/144.13	c cleaning 36001 clauses out of 72009 with flag 1413409/693000
162.33/161.12	c cleaning 36997 clauses out of 74008 with flag 1492263/731000
176.84/175.65	c cleaning 38003 clauses out of 76011 with flag 1572791/770000
194.44/193.22	c cleaning 38999 clauses out of 78008 with flag 1654753/810000
209.34/208.11	c cleaning 40001 clauses out of 80010 with flag 1738707/851001
224.51/223.29	c cleaning 40998 clauses out of 82009 with flag 1824154/893001
242.21/241.00	c cleaning 42000 clauses out of 84010 with flag 1911719/936000
260.61/259.34	c cleaning 43002 clauses out of 86013 with flag 2001377/980003
279.99/278.67	c cleaning 43997 clauses out of 88008 with flag 2093025/1025000
299.60/298.27	c cleaning 44999 clauses out of 90012 with flag 2186466/1071001
322.18/320.83	c cleaning 45998 clauses out of 92012 with flag 2281946/1118000
348.24/346.89	c cleaning 47002 clauses out of 94014 with flag 2379224/1166000
380.95/379.55	c cleaning 48004 clauses out of 96012 with flag 2479923/1215000
408.55/407.16	c cleaning 48995 clauses out of 98009 with flag 2581686/1265001
420.90/419.49	c cleaning 50002 clauses out of 100013 with flag 2683684/1316000
435.10/433.67	c cleaning 51003 clauses out of 102013 with flag 2787688/1368002
449.95/448.43	c cleaning 51998 clauses out of 104008 with flag 2893684/1421000
464.77/463.27	c cleaning 52998 clauses out of 106012 with flag 3001688/1475002
483.22/481.63	c cleaning 54004 clauses out of 108016 with flag 3111692/1530004
500.62/499.09	c cleaning 55001 clauses out of 110011 with flag 3223690/1586003
519.49/517.88	c cleaning 56004 clauses out of 112011 with flag 3337692/1643004
540.29/538.69	c cleaning 56998 clauses out of 114004 with flag 3453686/1701001
562.35/560.67	c cleaning 57997 clauses out of 116009 with flag 3571692/1760004
587.02/585.29	c cleaning 59000 clauses out of 118009 with flag 3691686/1820001
595.91/594.14	c cleaning 59996 clauses out of 120011 with flag 3817403/1881003
613.37/611.58	c cleaning 61003 clauses out of 122014 with flag 3941401/1943002
631.57/629.75	c cleaning 62000 clauses out of 124010 with flag 4067399/2006001
649.61/647.76	c cleaning 62996 clauses out of 126009 with flag 4195397/2070000
671.12/669.24	c cleaning 64003 clauses out of 128016 with flag 4325403/2135003
695.69/693.73	c cleaning 65001 clauses out of 130010 with flag 4457397/2201000
718.69/716.73	c cleaning 65998 clauses out of 132010 with flag 4591399/2268001
739.88/737.80	c cleaning 67001 clauses out of 134013 with flag 4727401/2336002
763.19/761.17	c cleaning 68000 clauses out of 136012 with flag 4865401/2405002
787.49/785.33	c cleaning 69004 clauses out of 138013 with flag 5005403/2475003
809.88/807.79	c cleaning 70000 clauses out of 140006 with flag 5147397/2546000
838.49/836.26	c cleaning 71001 clauses out of 142006 with flag 5291397/2618000
866.91/864.62	c cleaning 72000 clauses out of 144006 with flag 5437399/2691001
898.80/896.45	c cleaning 72997 clauses out of 146006 with flag 5585399/2765001
926.82/924.40	c cleaning 74002 clauses out of 148010 with flag 5735401/2840002
957.61/955.11	c cleaning 75002 clauses out of 150008 with flag 5887401/2916002
993.89/991.34	c cleaning 75998 clauses out of 152004 with flag 6041397/2993000
1026.99/1024.43	c cleaning 77001 clauses out of 154007 with flag 6197399/3071001
1045.56/1042.94	c cleaning 78001 clauses out of 156005 with flag 6355950/3150000
1099.85/1097.19	c cleaning 78999 clauses out of 158006 with flag 6516206/3230002
1145.55/1142.84	c cleaning 79995 clauses out of 160005 with flag 6678225/3311000
1192.94/1190.18	c cleaning 81001 clauses out of 162010 with flag 6842254/3393000
1238.25/1235.48	c cleaning 82002 clauses out of 164010 with flag 7008261/3476001
1291.13/1288.21	c cleaning 83000 clauses out of 166009 with flag 7176284/3560002
1357.44/1354.57	c cleaning 83994 clauses out of 168007 with flag 7346375/3645000
1406.79/1403.88	c cleaning 85005 clauses out of 170015 with flag 7518383/3731002
1467.00/1464.06	c cleaning 85999 clauses out of 172008 with flag 7692382/3818000
1534.47/1531.49	c cleaning 86995 clauses out of 174010 with flag 7868418/3906001
1594.98/1591.90	c cleaning 88004 clauses out of 176014 with flag 8046417/3995000
1652.59/1649.53	c cleaning 89001 clauses out of 178011 with flag 8226421/4085001
1715.87/1712.79	c cleaning 90000 clauses out of 180012 with flag 8408448/4176003
1790.03/1786.99	c cleaning 90999 clauses out of 182009 with flag 8592480/4268000
1800.03/1796.92	c starts		: 136
1800.03/1796.92	c conflicts		: 4296172
1800.03/1796.92	c decisions		: 4367550
1800.03/1796.92	c propagations		: 40797464
1800.03/1796.92	c inspects		: 41685975894
1800.03/1796.92	c shortcuts		: 0
1800.03/1796.92	c learnt literals	: 0
1800.03/1796.92	c learnt binary clauses	: 0
1800.03/1796.92	c learnt ternary clauses	: 0
1800.03/1796.92	c learnt constraints	: 4296172
1800.03/1796.92	c ignored constraints	: 0
1800.03/1796.92	c root simplifications	: 0
1800.03/1796.92	c removed literals (reason simplification)	: 0
1800.03/1796.92	c reason swapping (by a shorter reason)	: 0
1800.03/1796.92	c Calls to reduceDB	: 88
1800.03/1796.92	c Number of update (reduction) of LBD	: 12898
1800.03/1796.92	c Imported unit clauses	: 0
1800.03/1796.92	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.92	c number of learned constraints concerned by reduction	: 0
1800.03/1796.92	c number of learning phase by resolution	: 0
1800.03/1796.92	c number of learning phase by cutting planes	: 0
1800.03/1796.92	c speed (assignments/second)	: 22708.15206501169
1800.03/1796.92	c non guided choices	43214
1800.03/1796.92	c timeout
1800.03/1796.95	c learnt constraints type 
1800.03/1796.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119183
1800.03/1796.95	s UNKNOWN
1800.03/1796.95	c Total wall clock time (in seconds): 1796.852

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-4101893-1466227587/watcher-4101893-1466227587 -o /tmp/evaluation-result-4101893-1466227587/solver-4101893-1466227587 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101893-1466227587.opb 

pid=5756
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: 2.03 2.03 2.00 3/194 5759
/proc/meminfo: memFree=31450676/32872528 swapFree=190484/190484
[pid=5759] ppid=5756 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5756 5759 2916 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 24809189 98570240 976 33554432000 1073741824 1073778376 140734673711424 140734673702560 249653395517 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5759/statm: 24065 976 743 9 0 16771 0
[pid=5759/tid=5760] ppid=5756 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5760/stat : 5760 (java) R 5756 5759 2916 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 24809189 98570240 976 33554432000 1073741824 1073778376 140734673711424 140666027736616 249650038144 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 5759
/proc/meminfo: memFree=31450676/32872528 swapFree=190484/190484
[pid=5759] ppid=5756 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5756 5759 2916 0 -1 4202496 4503 0 1 0 10 1 0 0 20 0 18 0 24809189 9787879424 6129 33554432000 1073741824 1073778376 140734673711424 140734673702560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5759/statm: 2389619 6129 2157 9 0 2380296 0
[pid=5759/tid=5760] ppid=5756 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5759/task/5760/stat : 5760 (java) R 5756 5759 2916 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 24809189 9787879424 6129 33554432000 1073741824 1073778376 140734673711424 140666027740064 140666035616254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200249 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 5759
/proc/meminfo: memFree=31450676/32872528 swapFree=190484/190484
[pid=5759] ppid=5756 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5756 5759 2916 0 -1 4202496 5052 0 1 0 29 1 0 0 20 0 18 0 24809189 9787879424 6943 33554432000 1073741824 1073778376 140734673711424 140734673702560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5759/statm: 2389619 6943 2222 9 0 2380296 0
[pid=5759/tid=5760] ppid=5756 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/5759/task/5760/stat : 5760 (java) R 5756 5759 2916 0 -1 4202560 2395 0 1 0 17 0 0 0 20 0 18 0 24809189 9787879424 6943 33554432000 1073741824 1073778376 140734673711424 140666027741128 140665900435830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300252 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 5759
/proc/meminfo: memFree=31450676/32872528 swapFree=190484/190484
[pid=5759] ppid=5756 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5756 5759 2916 0 -1 4202496 10442 0 1 0 56 3 0 0 20 0 18 0 24809189 9787879424 12918 33554432000 1073741824 1073778376 140734673711424 140734673702560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5759/statm: 2389619 12918 2237 9 0 2380296 0
[pid=5759/tid=5760] ppid=5756 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/5759/task/5760/stat : 5760 (java) R 5756 5759 2916 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 24809189 9787879424 12918 33554432000 1073741824 1073778376 140734673711424 140666027741128 140665900037692 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700309 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 5759
/proc/meminfo: memFree=31450676/32872528 swapFree=190484/190484
[pid=5759] ppid=5756 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5756 5759 2916 0 -1 4202496 10862 0 1 0 133 3 0 0 20 0 19 0 24809189 9856040960 14925 33554432000 1073741824 1073778376 140734673711424 140734673702560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5759/statm: 2406260 14925 2256 9 0 2396937 0
[pid=5759/tid=5760] ppid=5756 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/5759/task/5760/stat : 5760 (java) R 5756 5759 2916 0 -1 4202560 2414 0 1 0 66 1 0 0 20 0 19 0 24809189 9856040960 14925 33554432000 1073741824 1073778376 140734673711424 140666027741824 140665900098570 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 5778
/proc/meminfo: memFree=31392340/32872528 swapFree=190484/190484
[pid=5759] ppid=5756 vsize=9625040 CPUtime=2.27 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5756 5759 2916 0 -1 4202496 11602 0 1 0 224 3 0 0 20 0 19 0 24809189 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140734673702560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5759/statm: 2406260 18149 2265 9 0 2396937 0
[pid=5759/tid=5760] ppid=5756 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/5759/task/5760/stat : 5760 (java) R 5756 5759 2916 0 -1 4202560 2421 0 1 0 146 1 0 0 20 0 19 0 24809189 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140666027741720 140665900624389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5762] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5762/stat : 5762 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665871612072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5763] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5763/stat : 5763 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665870559528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5764] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5764/stat : 5764 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665869506984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5765] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5765/stat : 5765 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665868454440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5766] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5766/stat : 5766 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665867401896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5767] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5767/stat : 5767 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665866349352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5768] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5768/stat : 5768 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665865296808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5769] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5769/stat : 5769 (java) S 5756 5759 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665864244264 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5770] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5770/stat : 5770 (java) S 5756 5759 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665851832424 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5771] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5771/stat : 5771 (java) S 5756 5759 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665850778744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5772] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5772/stat : 5772 (java) S 5756 5759 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665849726088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5773] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5773/stat : 5773 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809194 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665848674832 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5774] ppid=5756 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/5759/task/5774/stat : 5774 (java) S 5756 5759 2916 0 -1 4202560 4385 0 0 0 33 1 0 0 20 0 19 0 24809194 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665847622200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5775] ppid=5756 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/5759/task/5775/stat : 5775 (java) S 5756 5759 2916 0 -1 4202560 3520 0 0 0 43 0 0 0 20 0 19 0 24809194 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665846569656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5776] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5776/stat : 5776 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809194 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665845517304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5777] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5777/stat : 5777 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809194 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665844464968 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5778] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5778/stat : 5778 (java) S 5756 5759 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24809222 9856040960 18149 33554432000 1073741824 1073778376 140734673711424 140665843409704 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 5778
/proc/meminfo: memFree=31375584/32872528 swapFree=190484/190484
[pid=5759] ppid=5756 vsize=9625040 CPUtime=3.92 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5756 5759 2916 0 -1 4202496 11621 0 1 0 388 4 0 0 20 0 19 0 24809189 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140734673702560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5759/statm: 2406260 27877 2265 9 0 2396937 0
[pid=5759/tid=5760] ppid=5756 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/5759/task/5760/stat : 5760 (java) R 5756 5759 2916 0 -1 4202560 2440 0 1 0 305 2 0 0 20 0 19 0 24809189 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140666027741448 140665900620198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5762] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5762/stat : 5762 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665871612072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5763] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5763/stat : 5763 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665870559528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5764] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5764/stat : 5764 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665869506984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5765] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5765/stat : 5765 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665868454440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5766] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5766/stat : 5766 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665867401896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5767] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5767/stat : 5767 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665866349352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5768] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5768/stat : 5768 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665865296808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5769] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5769/stat : 5769 (java) S 5756 5759 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665864244264 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5770] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5770/stat : 5770 (java) S 5756 5759 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665851832424 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5771] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5771/stat : 5771 (java) S 5756 5759 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665850778744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5772] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5772/stat : 5772 (java) S 5756 5759 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665849726088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5773] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5773/stat : 5773 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809194 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665848674832 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5774] ppid=5756 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5759/task/5774/stat : 5774 (java) S 5756 5759 2916 0 -1 4202560 4385 0 0 0 36 1 0 0 20 0 19 0 24809194 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665847622200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5775] ppid=5756 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/5759/task/5775/stat : 5775 (java) S 5756 5759 2916 0 -1 4202560 3520 0 0 0 43 0 0 0 20 0 19 0 24809194 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665846569656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5776] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5776/stat : 5776 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809194 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665845517304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5777] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5777/stat : 5777 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809194 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665844464968 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5778] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5778/stat : 5778 (java) S 5756 5759 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24809222 9856040960 27877 33554432000 1073741824 1073778376 140734673711424 140665843409704 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 5778
/proc/meminfo: memFree=31274156/32872528 swapFree=190484/190484
[pid=5759] ppid=5756 vsize=9625040 CPUtime=7.16 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5756 5759 2916 0 -1 4202496 11686 0 1 0 710 6 0 0 20 0 19 0 24809189 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140734673702560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5759/statm: 2406260 44700 2279 9 0 2396937 0
[pid=5759/tid=5760] ppid=5756 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/5759/task/5760/stat : 5760 (java) R 5756 5759 2916 0 -1 4202560 2472 0 1 0 621 3 0 0 20 0 19 0 24809189 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140666027740456 140665900707092 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5762] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5762/stat : 5762 (java) S 5756 5759 2916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140665871612072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5763] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5763/stat : 5763 (java) S 5756 5759 2916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140665870559528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5764] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5764/stat : 5764 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140665869506984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5765] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5765/stat : 5765 (java) S 5756 5759 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140665868454440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5766] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5766/stat : 5766 (java) S 5756 5759 2916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140665867401896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5767] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5767/stat : 5767 (java) S 5756 5759 2916 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140665866349352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5768] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5768/stat : 5768 (java) S 5756 5759 2916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140665865296808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5769] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5769/stat : 5769 (java) S 5756 5759 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24809190 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140665864244264 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5770] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5770/stat : 5770 (java) S 5756 5759 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140665851832424 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5771] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5771/stat : 5771 (java) S 5756 5759 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140665850778744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5772] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5772/stat : 5772 (java) S 5756 5759 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140665849726088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5773] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5773/stat : 5773 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809194 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140665848674832 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5774] ppid=5756 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5759/task/5774/stat : 5774 (java) S 5756 5759 2916 0 -1 4202560 4385 0 0 0 36 1 0 0 20 0 19 0 24809194 9856040960 44700 33554432000 1073741824 1073778376 140734673711424 140665847622200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5775] ppid=5756 vsize=9625040 CPUtime=0.43 cores=1,3,5,7

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

[pid=5759/tid=5778] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5778/stat : 5778 (java) S 5756 5759 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24809222 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665843409704 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1725.46
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/213 5889
/proc/meminfo: memFree=30738800/32872528 swapFree=190484/190484
[pid=5759] ppid=5756 vsize=9625040 CPUtime=1785.43 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5756 5759 2916 0 -1 4202496 15159 0 1 0 178465 78 0 0 20 0 19 0 24809189 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140734673702560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5759/statm: 2406260 107938 2288 9 0 2396937 0
[pid=5759/tid=5760] ppid=5756 vsize=9625040 CPUtime=1776.54 cores=1,3,5,7
/proc/5759/task/5760/stat : 5760 (java) R 5756 5759 2916 0 -1 4202560 2506 0 1 0 177621 33 0 0 20 0 19 0 24809189 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140666027732640 140665900707092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5762] ppid=5756 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/5759/task/5762/stat : 5762 (java) S 5756 5759 2916 0 -1 4202560 425 0 0 0 32 6 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665871612072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5763] ppid=5756 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/5759/task/5763/stat : 5763 (java) S 5756 5759 2916 0 -1 4202560 170 0 0 0 31 5 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665870559528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5764] ppid=5756 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/5759/task/5764/stat : 5764 (java) S 5756 5759 2916 0 -1 4202560 176 0 0 0 32 6 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665869506984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5765] ppid=5756 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5759/task/5765/stat : 5765 (java) S 5756 5759 2916 0 -1 4202560 302 0 0 0 32 5 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665868454440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5766] ppid=5756 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/5759/task/5766/stat : 5766 (java) S 5756 5759 2916 0 -1 4202560 463 0 0 0 34 4 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665867401896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5767] ppid=5756 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/5759/task/5767/stat : 5767 (java) S 5756 5759 2916 0 -1 4202560 566 0 0 0 34 7 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665866349352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5768] ppid=5756 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5759/task/5768/stat : 5768 (java) S 5756 5759 2916 0 -1 4202560 336 0 0 0 32 5 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665865296808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5769] ppid=5756 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/5759/task/5769/stat : 5769 (java) S 5756 5759 2916 0 -1 4202560 136 0 0 0 28 3 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665864244264 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5770] ppid=5756 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/5759/task/5770/stat : 5770 (java) S 5756 5759 2916 0 -1 4202560 114 0 0 0 13 2 0 0 20 0 19 0 24809191 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665851832424 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5771] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5771/stat : 5771 (java) S 5756 5759 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665850778744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5772] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5772/stat : 5772 (java) S 5756 5759 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665849726088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5773] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5773/stat : 5773 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665848674832 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5774] ppid=5756 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/5759/task/5774/stat : 5774 (java) S 5756 5759 2916 0 -1 4202560 5079 0 0 0 45 1 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665847622200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5775] ppid=5756 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/5759/task/5775/stat : 5775 (java) S 5756 5759 2916 0 -1 4202560 3520 0 0 0 43 0 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665846569656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5776] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5776/stat : 5776 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665845517304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5777] ppid=5756 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/5759/task/5777/stat : 5777 (java) S 5756 5759 2916 0 -1 4202560 104 0 0 0 25 37 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665844464968 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5778] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5778/stat : 5778 (java) S 5756 5759 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24809222 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665843409704 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.43
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.09 2.05 2.00 3/213 5889
/proc/meminfo: memFree=30740536/32872528 swapFree=190484/190484
[pid=5759] ppid=5756 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5756 5759 2916 0 -1 4202496 15159 0 1 0 179925 78 0 0 20 0 19 0 24809189 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140734673702560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5759/statm: 2406260 107938 2288 9 0 2396937 0
[pid=5759/tid=5760] ppid=5756 vsize=9625040 CPUtime=1791.09 cores=1,3,5,7
/proc/5759/task/5760/stat : 5760 (java) R 5756 5759 2916 0 -1 4202560 2506 0 1 0 179076 33 0 0 20 0 19 0 24809189 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140666027732640 140665900675599 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5762] ppid=5756 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/5759/task/5762/stat : 5762 (java) S 5756 5759 2916 0 -1 4202560 425 0 0 0 32 6 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665871612072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5763] ppid=5756 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/5759/task/5763/stat : 5763 (java) S 5756 5759 2916 0 -1 4202560 170 0 0 0 31 5 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665870559528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5764] ppid=5756 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/5759/task/5764/stat : 5764 (java) S 5756 5759 2916 0 -1 4202560 176 0 0 0 32 6 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665869506984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5765] ppid=5756 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5759/task/5765/stat : 5765 (java) S 5756 5759 2916 0 -1 4202560 302 0 0 0 32 5 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665868454440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5766] ppid=5756 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/5759/task/5766/stat : 5766 (java) S 5756 5759 2916 0 -1 4202560 463 0 0 0 34 4 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665867401896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5767] ppid=5756 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/5759/task/5767/stat : 5767 (java) S 5756 5759 2916 0 -1 4202560 566 0 0 0 34 7 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665866349352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5768] ppid=5756 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5759/task/5768/stat : 5768 (java) S 5756 5759 2916 0 -1 4202560 336 0 0 0 32 5 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665865296808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5769] ppid=5756 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/5759/task/5769/stat : 5769 (java) S 5756 5759 2916 0 -1 4202560 136 0 0 0 28 3 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665864244264 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5770] ppid=5756 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/5759/task/5770/stat : 5770 (java) S 5756 5759 2916 0 -1 4202560 114 0 0 0 13 2 0 0 20 0 19 0 24809191 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665851832424 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5771] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5771/stat : 5771 (java) S 5756 5759 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665850778744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5772] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5772/stat : 5772 (java) S 5756 5759 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665849726088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5773] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5773/stat : 5773 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665848674832 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5774] ppid=5756 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/5759/task/5774/stat : 5774 (java) S 5756 5759 2916 0 -1 4202560 5079 0 0 0 45 1 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665847622200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5775] ppid=5756 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/5759/task/5775/stat : 5775 (java) S 5756 5759 2916 0 -1 4202560 3520 0 0 0 43 0 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665846569656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5776] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5776/stat : 5776 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665845517304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5777] ppid=5756 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/5759/task/5777/stat : 5777 (java) S 5756 5759 2916 0 -1 4202560 104 0 0 0 25 37 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665844464968 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5778] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5778/stat : 5778 (java) S 5756 5759 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24809222 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665843409704 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

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 5759 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.9 s]
/proc/loadavg: 2.09 2.05 2.00 3/213 5889
/proc/meminfo: memFree=30740536/32872528 swapFree=190484/190484
[pid=5759] ppid=5756 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5756 5759 2916 0 -1 4202496 15159 0 1 0 179925 78 0 0 20 0 19 0 24809189 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140734673702560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5759/statm: 2406260 107938 2288 9 0 2396937 0
[pid=5759/tid=5760] ppid=5756 vsize=9625040 CPUtime=1791.09 cores=1,3,5,7
/proc/5759/task/5760/stat : 5760 (java) R 5756 5759 2916 0 -1 4202560 2506 0 1 0 179076 33 0 0 20 0 19 0 24809189 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140666027732640 140665900675599 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5762] ppid=5756 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/5759/task/5762/stat : 5762 (java) S 5756 5759 2916 0 -1 4202560 425 0 0 0 32 6 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665871612072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5763] ppid=5756 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/5759/task/5763/stat : 5763 (java) S 5756 5759 2916 0 -1 4202560 170 0 0 0 31 5 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665870559528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5764] ppid=5756 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/5759/task/5764/stat : 5764 (java) S 5756 5759 2916 0 -1 4202560 176 0 0 0 32 6 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665869506984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5765] ppid=5756 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5759/task/5765/stat : 5765 (java) S 5756 5759 2916 0 -1 4202560 302 0 0 0 32 5 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665868454440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5766] ppid=5756 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/5759/task/5766/stat : 5766 (java) S 5756 5759 2916 0 -1 4202560 463 0 0 0 34 4 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665867401896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5767] ppid=5756 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/5759/task/5767/stat : 5767 (java) S 5756 5759 2916 0 -1 4202560 566 0 0 0 34 7 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665866349352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5768] ppid=5756 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5759/task/5768/stat : 5768 (java) S 5756 5759 2916 0 -1 4202560 336 0 0 0 32 5 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665865296808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5769] ppid=5756 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/5759/task/5769/stat : 5769 (java) S 5756 5759 2916 0 -1 4202560 136 0 0 0 28 3 0 0 20 0 19 0 24809190 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665864244264 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5770] ppid=5756 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/5759/task/5770/stat : 5770 (java) S 5756 5759 2916 0 -1 4202560 114 0 0 0 13 2 0 0 20 0 19 0 24809191 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665851832424 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5771] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5771/stat : 5771 (java) S 5756 5759 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665850778744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5772] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5772/stat : 5772 (java) S 5756 5759 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24809191 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665849726088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5773] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5773/stat : 5773 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665848674832 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5774] ppid=5756 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/5759/task/5774/stat : 5774 (java) S 5756 5759 2916 0 -1 4202560 5079 0 0 0 45 1 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665847622200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5775] ppid=5756 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/5759/task/5775/stat : 5775 (java) S 5756 5759 2916 0 -1 4202560 3520 0 0 0 43 0 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665846569656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5776] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5776/stat : 5776 (java) S 5756 5759 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665845517304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5777] ppid=5756 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/5759/task/5777/stat : 5777 (java) S 5756 5759 2916 0 -1 4202560 104 0 0 0 25 37 0 0 20 0 19 0 24809194 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665844464968 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5778] ppid=5756 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5778/stat : 5778 (java) S 5756 5759 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24809222 9856040960 107938 33554432000 1073741824 1073778376 140734673711424 140665843409704 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.96
CPU time (s): 1800.03
CPU user time (s): 1799.25
CPU system time (s): 0.78
CPU usage (%): 100.171
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.83
system time used= 1.2928
maximum resident set size= 528220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15215
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38939
involuntary context switches= 15705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2824 second user time and 13.9929 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 07:26:27
IDJOB=4101893
IDBENCH=1807
IDSOLVER=2546
FILE ID=node102/4101893-1466227587
RUNJOBID= node102-1466206108-2933
PBS_JOBID= 19918170
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-pp08a.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101893-1466227587/watcher-4101893-1466227587 -o /tmp/evaluation-result-4101893-1466227587/solver-4101893-1466227587 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101893-1466227587.opb

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

MD5SUM BENCH= da103607b020ad44cf05bd0679eb486a
RANDOM SEED=277908404

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31451204 kB
Buffers:          103400 kB
Cached:            92772 kB
SwapCached:         1828 kB
Active:           358732 kB
Inactive:         137592 kB
Active(anon):     300996 kB
Inactive(anon):     1508 kB
Active(file):      57736 kB
Inactive(file):   136084 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099024 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:        490060 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             599976 kB
SReclaimable:      43296 kB
SUnreclaim:       556680 kB
KernelStack:        1568 kB
PageTables:         5396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     648436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 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= 71728 MiB
End job on node102 at 2016-06-18 07:56:24