Trace number 4096103

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 Resolution PB16? (TO) 1800.03 1799.34

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-random4regular-50.opb
MD5SUM4888476d8258258817e26748df2419bf
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables201
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4096103-1466102490.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.023s.
0.09/0.14	c declared #vars     201
0.09/0.14	c #constraints  200
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
0.09/0.14	c 200 constraints processed.
0.61/0.46	c cleaning 2498 clauses out of 5001 with flag 27802/5001
1.17/0.74	c cleaning 4250 clauses out of 8502 with flag 65640/11000
1.58/1.10	c cleaning 5625 clauses out of 11252 with flag 114337/18000
1.98/1.54	c cleaning 6802 clauses out of 13629 with flag 170384/26002
2.60/2.14	c cleaning 7909 clauses out of 15825 with flag 237068/35000
3.30/2.83	c cleaning 8952 clauses out of 17918 with flag 307680/45002
4.10/3.62	c cleaning 9970 clauses out of 19965 with flag 385577/56001
5.00/4.57	c cleaning 10983 clauses out of 21994 with flag 475026/68000
6.49/6.00	c cleaning 12000 clauses out of 24012 with flag 577912/81001
7.99/7.53	c cleaning 12998 clauses out of 26011 with flag 692027/95000
9.40/8.93	c cleaning 14002 clauses out of 28015 with flag 804278/110002
10.99/10.55	c cleaning 15000 clauses out of 30012 with flag 914721/126001
12.79/12.39	c cleaning 15995 clauses out of 32011 with flag 1036194/143000
14.80/14.40	c cleaning 16991 clauses out of 34016 with flag 1168269/161000
17.19/16.71	c cleaning 17997 clauses out of 36027 with flag 1304582/180002
19.59/19.14	c cleaning 19006 clauses out of 38028 with flag 1454438/200000
23.39/22.96	c cleaning 20004 clauses out of 40024 with flag 1635901/221002
26.39/25.95	c cleaning 21003 clauses out of 42018 with flag 1798765/243000
29.89/29.44	c cleaning 22002 clauses out of 44015 with flag 1979436/266000
33.19/32.80	c cleaning 22992 clauses out of 46013 with flag 2152409/290000
36.80/36.36	c cleaning 24005 clauses out of 48021 with flag 2332716/315000
41.49/41.05	c cleaning 25003 clauses out of 50019 with flag 2529917/341003
45.70/45.28	c cleaning 26003 clauses out of 52014 with flag 2721909/368001
50.30/49.86	c cleaning 26983 clauses out of 54010 with flag 2930256/396000
55.29/54.80	c cleaning 28004 clauses out of 56027 with flag 3139172/425000
60.39/59.90	c cleaning 29005 clauses out of 58023 with flag 3356226/455000
68.39/67.94	c cleaning 30005 clauses out of 60021 with flag 3598092/486003
76.99/76.52	c cleaning 30995 clauses out of 62013 with flag 3872211/518000
83.59/83.16	c cleaning 32000 clauses out of 64019 with flag 4104038/551001
90.79/90.33	c cleaning 33005 clauses out of 66019 with flag 4360613/585001
98.00/97.54	c cleaning 33989 clauses out of 68014 with flag 4626578/620001
105.00/104.56	c cleaning 35007 clauses out of 70024 with flag 4887143/656000
112.70/112.26	c cleaning 35994 clauses out of 72017 with flag 5144328/693000
121.12/120.62	c cleaning 37003 clauses out of 74024 with flag 5420907/731001
131.12/130.63	c cleaning 37999 clauses out of 76020 with flag 5727423/770000
140.32/139.88	c cleaning 38999 clauses out of 78021 with flag 6038713/810000
149.42/148.95	c cleaning 39985 clauses out of 80022 with flag 6332624/851000
159.23/158.76	c cleaning 41008 clauses out of 82037 with flag 6622473/893000
169.83/169.35	c cleaning 42013 clauses out of 84031 with flag 6944365/936002
181.72/181.29	c cleaning 43002 clauses out of 86019 with flag 7283781/980003
194.13/193.67	c cleaning 43990 clauses out of 88014 with flag 7606129/1025000
207.02/206.56	c cleaning 45007 clauses out of 90024 with flag 7941163/1071000
219.53/219.02	c cleaning 46001 clauses out of 92018 with flag 8264127/1118001
233.02/232.54	c cleaning 46996 clauses out of 94016 with flag 8604154/1166000
246.72/246.21	c cleaning 48005 clauses out of 96020 with flag 8945038/1215000
261.51/261.03	c cleaning 48999 clauses out of 98015 with flag 9298070/1265000
276.52/276.03	c cleaning 50003 clauses out of 100020 with flag 9658362/1316004
293.23/292.79	c cleaning 51000 clauses out of 102013 with flag 10032018/1368000
308.82/308.34	c cleaning 52001 clauses out of 104013 with flag 10400402/1421000
324.88/324.38	c cleaning 52999 clauses out of 106015 with flag 10782017/1475003
341.88/341.37	c cleaning 53998 clauses out of 108013 with flag 11164753/1530000
358.78/358.25	c cleaning 55000 clauses out of 110015 with flag 11545781/1586000
382.68/382.15	c cleaning 56001 clauses out of 112016 with flag 11969333/1643001
408.48/407.96	c cleaning 56999 clauses out of 114014 with flag 12413566/1701000
428.28/427.74	c cleaning 57993 clauses out of 116015 with flag 12825795/1760000
448.39/447.84	c cleaning 59006 clauses out of 118022 with flag 13233080/1820000
467.78/467.22	c cleaning 60004 clauses out of 120017 with flag 13650726/1881001
489.27/488.71	c cleaning 60994 clauses out of 122013 with flag 14094465/1943001
514.87/514.30	c cleaning 61993 clauses out of 124018 with flag 14546157/2006000
538.07/537.53	c cleaning 62990 clauses out of 126025 with flag 14985940/2070000
561.97/561.43	c cleaning 64013 clauses out of 128036 with flag 15434655/2135001
586.68/586.14	c cleaning 64989 clauses out of 130023 with flag 15871858/2201001
611.61/611.08	c cleaning 66008 clauses out of 132033 with flag 16325961/2268000
637.31/636.78	c cleaning 67005 clauses out of 134027 with flag 16777562/2336002
663.41/662.84	c cleaning 68003 clauses out of 136020 with flag 17260413/2405000
690.62/690.06	c cleaning 69004 clauses out of 138017 with flag 17728365/2475000
720.32/719.76	c cleaning 69997 clauses out of 140013 with flag 18204126/2546000
753.23/752.67	c cleaning 70994 clauses out of 142017 with flag 18712412/2618001
785.22/784.68	c cleaning 72010 clauses out of 144025 with flag 19199094/2691003
821.12/820.55	c cleaning 72991 clauses out of 146013 with flag 19722857/2765001
855.92/855.36	c cleaning 74005 clauses out of 148023 with flag 20216216/2840002
889.91/889.36	c cleaning 75003 clauses out of 150017 with flag 20719953/2916001
924.95/924.33	c cleaning 75998 clauses out of 152013 with flag 21234733/2993000
962.37/961.78	c cleaning 76998 clauses out of 154017 with flag 21756462/3071002
999.77/999.11	c cleaning 77995 clauses out of 156019 with flag 22295228/3150002
1038.08/1037.42	c cleaning 78995 clauses out of 158023 with flag 22829386/3230001
1077.47/1076.84	c cleaning 79996 clauses out of 160028 with flag 23354845/3311001
1117.97/1117.40	c cleaning 81009 clauses out of 162032 with flag 23894814/3393001
1160.46/1159.80	c cleaning 81993 clauses out of 164022 with flag 24443726/3476000
1207.17/1206.52	c cleaning 83008 clauses out of 166029 with flag 25024753/3560000
1251.66/1251.07	c cleaning 84003 clauses out of 168022 with flag 25582167/3645001
1296.31/1295.60	c cleaning 84998 clauses out of 170018 with flag 26168206/3731000
1356.20/1355.50	c cleaning 85998 clauses out of 172020 with flag 26812365/3818000
1402.30/1401.68	c cleaning 87006 clauses out of 174022 with flag 27378444/3906000
1457.00/1456.35	c cleaning 87994 clauses out of 176016 with flag 28024332/3995000
1507.50/1506.86	c cleaning 89004 clauses out of 178023 with flag 28645164/4085001
1559.40/1558.77	c cleaning 89996 clauses out of 180022 with flag 29231168/4176004
1611.50/1610.85	c cleaning 91006 clauses out of 182022 with flag 29821236/4268000
1665.79/1665.17	c cleaning 91987 clauses out of 184016 with flag 30413789/4361000
1719.84/1719.14	c cleaning 93014 clauses out of 186030 with flag 31004928/4455001
1776.83/1776.13	c cleaning 94000 clauses out of 188015 with flag 31632667/4550000
1800.03/1799.30	c starts		: 22547
1800.03/1799.30	c conflicts		: 4599456
1800.03/1799.30	c decisions		: 7293775
1800.03/1799.30	c propagations		: 126763053
1800.03/1799.30	c inspects		: 40247479388
1800.03/1799.30	c shortcuts		: 0
1800.03/1799.30	c learnt literals	: 0
1800.03/1799.30	c learnt binary clauses	: 0
1800.03/1799.30	c learnt ternary clauses	: 0
1800.03/1799.30	c learnt constraints	: 4599456
1800.03/1799.30	c ignored constraints	: 0
1800.03/1799.30	c root simplifications	: 0
1800.03/1799.30	c removed literals (reason simplification)	: 0
1800.03/1799.30	c reason swapping (by a shorter reason)	: 0
1800.03/1799.30	c Calls to reduceDB	: 91
1800.03/1799.30	c Number of update (reduction) of LBD	: 1384582
1800.03/1799.30	c Imported unit clauses	: 0
1800.03/1799.30	c number of reductions to clauses (during analyze)	: 0
1800.03/1799.30	c number of learned constraints concerned by reduction	: 0
1800.03/1799.30	c number of learning phase by resolution	: 0
1800.03/1799.30	c number of learning phase by cutting planes	: 0
1800.03/1799.30	c speed (assignments/second)	: 70456.68180148213
1800.03/1799.30	c non guided choices	66
1800.03/1799.30	c timeout
1800.03/1799.33	c learnt constraints type 
1800.03/1799.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143472
1800.03/1799.33	s UNKNOWN
1800.03/1799.33	c Total wall clock time (in seconds): 1799.215

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-4096103-1466102490/watcher-4096103-1466102490 -o /tmp/evaluation-result-4096103-1466102490/solver-4096103-1466102490 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466097090-29312 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096103-1466102490.opb 

pid=29907
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.00 2.00 2.00 3/194 29910
/proc/meminfo: memFree=31637020/32872528 swapFree=7268/7268
[pid=29910] ppid=29907 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/29910/stat : 29910 (java) R 29907 29910 29295 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 12293786 278528 33 33554432000 1073741824 1073778376 140733391695040 140733355576904 243756264629 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29910/statm: 68 33 25 9 0 25 0

[startup+0.100164 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29910
/proc/meminfo: memFree=31637020/32872528 swapFree=7268/7268
[pid=29910] ppid=29907 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 29295 0 -1 4202496 4393 0 1 0 7 2 0 0 20 0 18 0 12293786 9787879424 6028 33554432000 1073741824 1073778376 140733391695040 140733391686176 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29910/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200329 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29910
/proc/meminfo: memFree=31637020/32872528 swapFree=7268/7268
[pid=29910] ppid=29907 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 29295 0 -1 4202496 6322 0 1 0 27 2 0 0 20 0 19 0 12293786 9856040960 7358 33554432000 1073741824 1073778376 140733391695040 140733391686176 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29910/statm: 2406260 7358 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300338 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29910
/proc/meminfo: memFree=31637020/32872528 swapFree=7268/7268
[pid=29910] ppid=29907 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 29295 0 -1 4202496 6781 0 1 0 49 2 0 0 20 0 19 0 12293786 9856040960 7961 33554432000 1073741824 1073778376 140733391695040 140733391686176 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29910/statm: 2406260 7961 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700286 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 29910
/proc/meminfo: memFree=31637020/32872528 swapFree=7268/7268
[pid=29910] ppid=29907 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 29295 0 -1 4202496 13503 0 1 0 114 3 0 0 20 0 19 0 12293786 9856040960 12140 33554432000 1073741824 1073778376 140733391695040 140733391686176 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29910/statm: 2406260 12140 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29929
/proc/meminfo: memFree=31594068/32872528 swapFree=7268/7268
[pid=29910] ppid=29907 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 29295 0 -1 4202496 13507 0 1 0 195 3 0 0 20 0 19 0 12293786 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 140733391686176 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29910/statm: 2406260 13165 2240 9 0 2396937 0
[pid=29910/tid=29912] ppid=29907 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) R 29907 29910 29295 0 -1 4202560 2400 0 1 0 145 2 0 0 20 0 19 0 12293787 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815438187032 139815295692340 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29913] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815416289576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29914] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815415236776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29915] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815414184488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29910/tid=29916] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815077013928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29917] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815075961640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29918] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29918/stat : 29918 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815074908840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29919] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29919/stat : 29919 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815073856552 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29920] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29920/stat : 29920 (java) S 29907 29910 29295 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815072803752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29921] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29921/stat : 29921 (java) S 29907 29910 29295 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815060605160 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29922] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29922/stat : 29922 (java) S 29907 29910 29295 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815059551224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29923] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29923/stat : 29923 (java) S 29907 29910 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815058498824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29924] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29924/stat : 29924 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815057447312 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29925] ppid=29907 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/29910/task/29925/stat : 29925 (java) S 29907 29910 29295 0 -1 4202560 6963 0 0 0 26 0 0 0 20 0 19 0 12293792 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815056394936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29926] ppid=29907 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/29910/task/29926/stat : 29926 (java) S 29907 29910 29295 0 -1 4202560 2874 0 0 0 21 0 0 0 20 0 19 0 12293792 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815055342136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29927] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29927/stat : 29927 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815054290040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29928] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29928/stat : 29928 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815053237448 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29929] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29929/stat : 29929 (java) S 29907 29910 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12293800 9856040960 13165 33554432000 1073741824 1073778376 140733391695040 139815052084136 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29929
/proc/meminfo: memFree=31589476/32872528 swapFree=7268/7268
[pid=29910] ppid=29907 vsize=9625040 CPUtime=3.6 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 29295 0 -1 4202496 13511 0 1 0 357 3 0 0 20 0 19 0 12293786 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 140733391686176 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29910/statm: 2406260 14190 2240 9 0 2396937 0
[pid=29910/tid=29912] ppid=29907 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) R 29907 29910 29295 0 -1 4202560 2403 0 1 0 304 2 0 0 20 0 19 0 12293787 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815438180016 139815295586587 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29913] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815416289576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29914] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815415236776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29915] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815414184488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29910/tid=29916] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815077013928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29917] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815075961640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29918] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29918/stat : 29918 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815074908840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29919] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29919/stat : 29919 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815073856552 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29920] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29920/stat : 29920 (java) S 29907 29910 29295 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815072803752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29921] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29921/stat : 29921 (java) S 29907 29910 29295 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815060605160 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29922] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29922/stat : 29922 (java) S 29907 29910 29295 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815059551224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29923] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29923/stat : 29923 (java) S 29907 29910 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815058498824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29924] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29924/stat : 29924 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815057447312 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29925] ppid=29907 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/29910/task/29925/stat : 29925 (java) S 29907 29910 29295 0 -1 4202560 6964 0 0 0 28 0 0 0 20 0 19 0 12293792 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815056394936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29926] ppid=29907 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/29910/task/29926/stat : 29926 (java) S 29907 29910 29295 0 -1 4202560 2874 0 0 0 21 0 0 0 20 0 19 0 12293792 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815055342136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29927] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29927/stat : 29927 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815054290040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29928] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29928/stat : 29928 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815053237448 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29929] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29929/stat : 29929 (java) S 29907 29910 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12293800 9856040960 14190 33554432000 1073741824 1073778376 140733391695040 139815052084136 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29929
/proc/meminfo: memFree=31583540/32872528 swapFree=7268/7268
[pid=29910] ppid=29907 vsize=9625040 CPUtime=6.79 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 29295 0 -1 4202496 13516 0 1 0 676 3 0 0 20 0 19 0 12293786 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 140733391686176 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29910/statm: 2406260 15612 2241 9 0 2396937 0
[pid=29910/tid=29912] ppid=29907 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) R 29907 29910 29295 0 -1 4202560 2407 0 1 0 624 2 0 0 20 0 19 0 12293787 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815438180016 139815295586550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29913] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815416289576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29914] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815415236776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29915] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815414184488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29910/tid=29916] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815077013928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29917] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815075961640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29918] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29918/stat : 29918 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815074908840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29919] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29919/stat : 29919 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815073856552 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29920] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29920/stat : 29920 (java) S 29907 29910 29295 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12293788 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815072803752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29921] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29921/stat : 29921 (java) S 29907 29910 29295 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815060605160 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29922] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29922/stat : 29922 (java) S 29907 29910 29295 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815059551224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29923] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29923/stat : 29923 (java) S 29907 29910 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815058498824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29924] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29924/stat : 29924 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815057447312 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29925] ppid=29907 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/29910/task/29925/stat : 29925 (java) S 29907 29910 29295 0 -1 4202560 6964 0 0 0 28 0 0 0 20 0 19 0 12293792 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815056394936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29926] ppid=29907 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/29910/task/29926/stat : 29926 (java) S 29907 29910 29295 0 -1 4202560 2874 0 0 0 21 0 0 0 20 0 19 0 12293792 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815055342136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29927] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29927/stat : 29927 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815054290040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29928] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29928/stat : 29928 (java) S 29907 29910 29295 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815053237448 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29929] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29929/stat : 29929 (java) S 29907 29910 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12293800 9856040960 15612 33554432000 1073741824 1073778376 140733391695040 139815052084136 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 9625040


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

[pid=29910/tid=29929] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29929/stat : 29929 (java) S 29907 29910 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12293800 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815052084136 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.04
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30060
/proc/meminfo: memFree=31484724/32872528 swapFree=7268/7268
[pid=29910] ppid=29907 vsize=9625040 CPUtime=1783.03 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 29295 0 -1 4202496 14309 0 1 0 178279 24 0 0 20 0 19 0 12293786 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 140733391686176 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29910/statm: 2406260 57078 2257 9 0 2396937 0
[pid=29910/tid=29912] ppid=29907 vsize=9625040 CPUtime=1777.62 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) R 29907 29910 29295 0 -1 4202560 2469 0 1 0 177732 30 0 0 20 0 19 0 12293787 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815438180112 139815295586657 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29913] ppid=29907 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) S 29907 29910 29295 0 -1 4202560 146 0 0 0 4 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815416289576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29914] ppid=29907 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) S 29907 29910 29295 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815415236776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29915] ppid=29907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) S 29907 29910 29295 0 -1 4202560 101 0 0 0 2 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815414184488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29910/tid=29916] ppid=29907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) S 29907 29910 29295 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815077013928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29917] ppid=29907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) S 29907 29910 29295 0 -1 4202560 138 0 0 0 3 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815075961640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29918] ppid=29907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29910/task/29918/stat : 29918 (java) S 29907 29910 29295 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815074908840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29919] ppid=29907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29910/task/29919/stat : 29919 (java) S 29907 29910 29295 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815073856552 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29920] ppid=29907 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29910/task/29920/stat : 29920 (java) S 29907 29910 29295 0 -1 4202560 135 0 0 0 4 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815072803752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29921] ppid=29907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29910/task/29921/stat : 29921 (java) S 29907 29910 29295 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 12293789 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815060605160 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29922] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29922/stat : 29922 (java) S 29907 29910 29295 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815059551224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29923] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29923/stat : 29923 (java) S 29907 29910 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815058498824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29924] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29924/stat : 29924 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815057447312 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29925] ppid=29907 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/29910/task/29925/stat : 29925 (java) S 29907 29910 29295 0 -1 4202560 6974 0 0 0 31 0 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815056394936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29926] ppid=29907 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/29910/task/29926/stat : 29926 (java) S 29907 29910 29295 0 -1 4202560 2874 0 0 0 21 0 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815055342136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29927] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29927/stat : 29927 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815054290040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29928] ppid=29907 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/29910/task/29928/stat : 29928 (java) S 29907 29910 29295 0 -1 4202560 103 0 0 0 26 40 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815053237448 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29929] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29929/stat : 29929 (java) S 29907 29910 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12293800 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815052084136 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.03
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30060
/proc/meminfo: memFree=31484848/32872528 swapFree=7268/7268
[pid=29910] ppid=29907 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 29295 0 -1 4202496 14309 0 1 0 179979 24 0 0 20 0 19 0 12293786 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 140733391686176 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29910/statm: 2406260 57078 2257 9 0 2396937 0
[pid=29910/tid=29912] ppid=29907 vsize=9625040 CPUtime=1794.57 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) R 29907 29910 29295 0 -1 4202560 2469 0 1 0 179427 30 0 0 20 0 19 0 12293787 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815438180112 139815295520039 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29913] ppid=29907 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) S 29907 29910 29295 0 -1 4202560 146 0 0 0 4 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815416289576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29914] ppid=29907 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) S 29907 29910 29295 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815415236776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29915] ppid=29907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) S 29907 29910 29295 0 -1 4202560 101 0 0 0 2 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815414184488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29910/tid=29916] ppid=29907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) S 29907 29910 29295 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815077013928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29917] ppid=29907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) S 29907 29910 29295 0 -1 4202560 138 0 0 0 3 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815075961640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29918] ppid=29907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29910/task/29918/stat : 29918 (java) S 29907 29910 29295 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815074908840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29919] ppid=29907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29910/task/29919/stat : 29919 (java) S 29907 29910 29295 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815073856552 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29920] ppid=29907 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29910/task/29920/stat : 29920 (java) S 29907 29910 29295 0 -1 4202560 135 0 0 0 4 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815072803752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29921] ppid=29907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29910/task/29921/stat : 29921 (java) S 29907 29910 29295 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 12293789 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815060605160 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29922] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29922/stat : 29922 (java) S 29907 29910 29295 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815059551224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29923] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29923/stat : 29923 (java) S 29907 29910 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815058498824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29924] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29924/stat : 29924 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815057447312 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29925] ppid=29907 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/29910/task/29925/stat : 29925 (java) S 29907 29910 29295 0 -1 4202560 6974 0 0 0 31 0 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815056394936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29926] ppid=29907 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/29910/task/29926/stat : 29926 (java) S 29907 29910 29295 0 -1 4202560 2874 0 0 0 21 0 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815055342136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29927] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29927/stat : 29927 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815054290040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29928] ppid=29907 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/29910/task/29928/stat : 29928 (java) S 29907 29910 29295 0 -1 4202560 103 0 0 0 26 40 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815053237448 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29929] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29929/stat : 29929 (java) S 29907 29910 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12293800 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815052084136 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 29910 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1799.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30060
/proc/meminfo: memFree=31484848/32872528 swapFree=7268/7268
[pid=29910] ppid=29907 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 29295 0 -1 4202496 14309 0 1 0 179979 24 0 0 20 0 19 0 12293786 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 140733391686176 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29910/statm: 2406260 57078 2257 9 0 2396937 0
[pid=29910/tid=29912] ppid=29907 vsize=9625040 CPUtime=1794.57 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) R 29907 29910 29295 0 -1 4202560 2469 0 1 0 179427 30 0 0 20 0 19 0 12293787 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815438180112 139815295520039 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29913] ppid=29907 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) S 29907 29910 29295 0 -1 4202560 146 0 0 0 4 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815416289576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29914] ppid=29907 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) S 29907 29910 29295 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815415236776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29915] ppid=29907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) S 29907 29910 29295 0 -1 4202560 101 0 0 0 2 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815414184488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29910/tid=29916] ppid=29907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) S 29907 29910 29295 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815077013928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29917] ppid=29907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) S 29907 29910 29295 0 -1 4202560 138 0 0 0 3 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815075961640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29918] ppid=29907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/29910/task/29918/stat : 29918 (java) S 29907 29910 29295 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815074908840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29919] ppid=29907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29910/task/29919/stat : 29919 (java) S 29907 29910 29295 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815073856552 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29920] ppid=29907 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29910/task/29920/stat : 29920 (java) S 29907 29910 29295 0 -1 4202560 135 0 0 0 4 0 0 0 20 0 19 0 12293788 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815072803752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29921] ppid=29907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29910/task/29921/stat : 29921 (java) S 29907 29910 29295 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 12293789 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815060605160 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29910/tid=29922] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29922/stat : 29922 (java) S 29907 29910 29295 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815059551224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29923] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29923/stat : 29923 (java) S 29907 29910 29295 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12293789 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815058498824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29924] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29924/stat : 29924 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815057447312 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29925] ppid=29907 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/29910/task/29925/stat : 29925 (java) S 29907 29910 29295 0 -1 4202560 6974 0 0 0 31 0 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815056394936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29926] ppid=29907 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/29910/task/29926/stat : 29926 (java) S 29907 29910 29295 0 -1 4202560 2874 0 0 0 21 0 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815055342136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29927] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29927/stat : 29927 (java) S 29907 29910 29295 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815054290040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29910/tid=29928] ppid=29907 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/29910/task/29928/stat : 29928 (java) S 29907 29910 29295 0 -1 4202560 103 0 0 0 26 40 0 0 20 0 19 0 12293792 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815053237448 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29910/tid=29929] ppid=29907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29929/stat : 29929 (java) S 29907 29910 29295 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12293800 9856040960 57078 33554432000 1073741824 1073778376 140733391695040 139815052084136 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 29910 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=447050
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=853870
# CPU time returned by wait4() is 1796.3
# 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): 1799.34
CPU time (s): 1800.03
CPU user time (s): 1799.79
CPU system time (s): 0.24
CPU usage (%): 100.039
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.45
system time used= 0.85387
maximum resident set size= 228492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14360
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38159
involuntary context switches= 2560

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9732 second user time and 12.1322 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 20:41:30
IDJOB=4096103
IDBENCH=107566
IDSOLVER=2546
FILE ID=node151/4096103-1466102490
RUNJOBID= node151-1466097090-29312
PBS_JOBID= 19904038
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-eq-random4regular-50.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096103-1466102490/watcher-4096103-1466102490 -o /tmp/evaluation-result-4096103-1466102490/solver-4096103-1466102490 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466097090-29312 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096103-1466102490.opb

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

MD5SUM BENCH= 4888476d8258258817e26748df2419bf
RANDOM SEED=680314838

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        31637548 kB
Buffers:           51064 kB
Cached:            98884 kB
SwapCached:        61592 kB
Active:           370832 kB
Inactive:         156656 kB
Active(anon):     317220 kB
Inactive(anon):    62800 kB
Active(file):      53612 kB
Inactive(file):    93856 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038988 kB
Dirty:               872 kB
Writeback:            16 kB
AnonPages:        326432 kB
Mapped:            15256 kB
Shmem:                 0 kB
Slab:             569204 kB
SReclaimable:      12764 kB
SUnreclaim:       556440 kB
KernelStack:        1584 kB
PageTables:         4792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     784008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node151 at 2016-06-16 21:11:29