Trace number 4084707

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.06 1797.34

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
MD5SUM97892b1b250c8711791b219b8ddda703
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1236
Sum of products size (including duplicates)2472
Number of different products618
Sum of products size1236

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.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084707-1465266504.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.23/0.24	c ... done. Wall clock time 0.118s.
0.23/0.24	c declared #vars     100
0.23/0.24	c internal #vars     718
0.23/0.24	c #constraints  1389
0.23/0.24	c constraints type 
0.23/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 618
0.23/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.23/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.23/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 618
0.23/0.24	c 1389 constraints processed.
0.98/0.62	c cleaning 2495 clauses out of 5000 with flag 12925/5000
1.28/0.84	c cleaning 4250 clauses out of 8508 with flag 27781/11003
1.60/1.12	c cleaning 5622 clauses out of 11257 with flag 45343/18002
1.90/1.49	c cleaning 6813 clauses out of 13636 with flag 65234/26003
2.48/1.95	c cleaning 7900 clauses out of 15820 with flag 91569/35000
3.08/2.52	c cleaning 8958 clauses out of 17921 with flag 125367/45001
3.68/3.12	c cleaning 9977 clauses out of 19962 with flag 163638/56000
4.28/3.78	c cleaning 10986 clauses out of 21985 with flag 199789/68000
5.10/4.57	c cleaning 11993 clauses out of 24002 with flag 244554/81003
6.39/5.81	c cleaning 13004 clauses out of 26007 with flag 292415/95001
7.89/7.33	c cleaning 14001 clauses out of 28002 with flag 345910/110000
9.49/8.99	c cleaning 14995 clauses out of 30001 with flag 402817/126000
11.39/10.83	c cleaning 15998 clauses out of 32006 with flag 466112/143000
13.39/12.83	c cleaning 16998 clauses out of 34009 with flag 527356/161001
15.49/14.91	c cleaning 18002 clauses out of 36011 with flag 590157/180001
18.09/17.52	c cleaning 18999 clauses out of 38008 with flag 663058/200000
20.69/20.17	c cleaning 20000 clauses out of 40009 with flag 736097/221000
23.70/23.14	c cleaning 20993 clauses out of 42010 with flag 814603/243001
27.09/26.59	c cleaning 22003 clauses out of 44017 with flag 898812/266001
30.59/30.01	c cleaning 22999 clauses out of 46014 with flag 983428/290001
34.28/33.72	c cleaning 23991 clauses out of 48014 with flag 1075254/315000
38.49/37.97	c cleaning 25005 clauses out of 50024 with flag 1160876/341001
43.09/42.52	c cleaning 26000 clauses out of 52018 with flag 1243526/368000
48.22/47.62	c cleaning 26997 clauses out of 54019 with flag 1337746/396001
51.92/51.32	c cleaning 28007 clauses out of 56021 with flag 1444423/425000
55.02/54.46	c cleaning 29001 clauses out of 58014 with flag 1537333/455000
58.52/57.97	c cleaning 30005 clauses out of 60013 with flag 1636110/486000
62.23/61.69	c cleaning 30994 clauses out of 62008 with flag 1745631/518000
66.12/65.53	c cleaning 32003 clauses out of 64014 with flag 1857682/551000
70.12/69.53	c cleaning 32994 clauses out of 66011 with flag 1972784/585000
74.22/73.69	c cleaning 34006 clauses out of 68017 with flag 2083504/620000
78.92/78.33	c cleaning 35002 clauses out of 70012 with flag 2201565/656001
83.62/83.00	c cleaning 35993 clauses out of 72009 with flag 2323006/693000
88.64/88.04	c cleaning 37000 clauses out of 74016 with flag 2450330/731000
94.14/93.55	c cleaning 38004 clauses out of 76018 with flag 2578412/770002
99.58/98.97	c cleaning 39000 clauses out of 78012 with flag 2702487/810000
105.38/104.78	c cleaning 40000 clauses out of 80013 with flag 2836506/851001
111.58/110.95	c cleaning 41001 clauses out of 82014 with flag 2975562/893002
117.99/117.39	c cleaning 42004 clauses out of 84013 with flag 3125623/936002
124.99/124.32	c cleaning 42999 clauses out of 86009 with flag 3272642/980002
132.38/131.77	c cleaning 43987 clauses out of 88008 with flag 3417950/1025000
140.49/139.82	c cleaning 45009 clauses out of 90021 with flag 3562826/1071000
148.40/147.75	c cleaning 46003 clauses out of 92012 with flag 3717871/1118000
156.50/155.85	c cleaning 46998 clauses out of 94010 with flag 3872676/1166001
165.83/165.17	c cleaning 48003 clauses out of 96011 with flag 4023875/1215000
176.23/175.52	c cleaning 48994 clauses out of 98008 with flag 4191458/1265000
185.64/184.96	c cleaning 49991 clauses out of 100014 with flag 4353714/1316000
196.03/195.32	c cleaning 51004 clauses out of 102023 with flag 4520023/1368000
206.54/205.87	c cleaning 52011 clauses out of 104022 with flag 4675601/1421003
217.23/216.59	c cleaning 52997 clauses out of 106008 with flag 4846873/1475000
228.45/227.73	c cleaning 54002 clauses out of 108013 with flag 5008208/1530002
240.29/239.58	c cleaning 55002 clauses out of 110013 with flag 5194905/1586004
252.71/251.96	c cleaning 55999 clauses out of 112007 with flag 5376617/1643000
265.60/264.85	c cleaning 56996 clauses out of 114008 with flag 5544993/1701000
278.59/277.89	c cleaning 58003 clauses out of 116012 with flag 5728080/1760000
291.39/290.62	c cleaning 58997 clauses out of 118009 with flag 5903627/1820000
305.68/304.98	c cleaning 60003 clauses out of 120013 with flag 6079680/1881001
320.69/319.94	c cleaning 60999 clauses out of 122009 with flag 6267629/1943000
335.79/334.95	c cleaning 62006 clauses out of 124011 with flag 6457378/2006001
352.20/351.37	c cleaning 62995 clauses out of 126004 with flag 6654591/2070000
368.40/367.51	c cleaning 64003 clauses out of 128012 with flag 6840501/2135003
385.09/384.28	c cleaning 65001 clauses out of 130006 with flag 7034676/2201000
403.20/402.39	c cleaning 65995 clauses out of 132006 with flag 7226260/2268001
421.80/420.93	c cleaning 67006 clauses out of 134013 with flag 7422905/2336003
441.15/440.12	c cleaning 67992 clauses out of 136004 with flag 7629755/2405000
460.54/459.50	c cleaning 68986 clauses out of 138012 with flag 7842761/2475000
479.35/478.39	c cleaning 70004 clauses out of 140027 with flag 8045756/2546001
501.44/500.49	c cleaning 71009 clauses out of 142023 with flag 8267277/2618001
525.54/524.59	c cleaning 71989 clauses out of 144013 with flag 8510998/2691000
549.35/548.21	c cleaning 73008 clauses out of 146024 with flag 8741032/2765000
575.86/574.74	c cleaning 74004 clauses out of 148017 with flag 8967190/2840001
599.45/598.38	c cleaning 75003 clauses out of 150015 with flag 9178677/2916003
624.34/623.23	c cleaning 75992 clauses out of 152009 with flag 9393037/2993000
652.02/650.74	c cleaning 76998 clauses out of 154017 with flag 9616854/3071000
684.12/682.88	c cleaning 78004 clauses out of 156020 with flag 9882119/3150001
711.11/709.84	c cleaning 79002 clauses out of 158015 with flag 10107736/3230000
737.11/735.82	c cleaning 80002 clauses out of 160016 with flag 10323801/3311003
765.74/764.39	c cleaning 81001 clauses out of 162013 with flag 10542500/3393002
795.84/794.46	c cleaning 82000 clauses out of 164010 with flag 10766977/3476000
824.53/823.15	c cleaning 82998 clauses out of 166011 with flag 10993176/3560001
855.36/853.85	c cleaning 84002 clauses out of 168012 with flag 11226667/3645000
887.37/885.85	c cleaning 84998 clauses out of 170010 with flag 11460353/3731000
921.18/919.66	c cleaning 85998 clauses out of 172012 with flag 11713893/3818000
951.63/949.91	c cleaning 87000 clauses out of 174014 with flag 11955464/3906000
983.03/981.36	c cleaning 88000 clauses out of 176014 with flag 12203878/3995000
1015.83/1014.20	c cleaning 89003 clauses out of 178014 with flag 12448824/4085000
1051.45/1049.67	c cleaning 89999 clauses out of 180011 with flag 12709508/4176000
1088.44/1086.66	c cleaning 90999 clauses out of 182015 with flag 12971058/4268003
1125.96/1124.14	c cleaning 92001 clauses out of 184013 with flag 13223204/4361000
1172.06/1170.17	c cleaning 93002 clauses out of 186012 with flag 13508724/4455000
1221.25/1219.37	c cleaning 94007 clauses out of 188013 with flag 13832906/4550003
1260.07/1258.19	c cleaning 95002 clauses out of 190007 with flag 14094986/4646004
1299.75/1297.72	c cleaning 96000 clauses out of 192003 with flag 14363368/4743002
1339.06/1337.08	c cleaning 96993 clauses out of 194001 with flag 14619803/4841000
1380.06/1377.94	c cleaning 97997 clauses out of 196008 with flag 14889160/4940000
1423.77/1421.64	c cleaning 99004 clauses out of 198012 with flag 15166515/5040001
1464.97/1462.85	c cleaning 100001 clauses out of 200007 with flag 15440050/5141000
1511.24/1508.97	c cleaning 100993 clauses out of 202006 with flag 15717421/5243000
1556.64/1554.37	c cleaning 101999 clauses out of 204013 with flag 15988753/5346000
1604.53/1602.04	c cleaning 103002 clauses out of 206015 with flag 16262832/5450001
1652.63/1650.15	c cleaning 104003 clauses out of 208012 with flag 16539421/5555000
1703.83/1701.22	c cleaning 105003 clauses out of 210011 with flag 16844573/5661002
1753.35/1750.78	c cleaning 106000 clauses out of 212006 with flag 17134619/5768000
1800.06/1797.30	c starts		: 13694
1800.06/1797.30	c conflicts		: 5872118
1800.06/1797.30	c decisions		: 10640831
1800.06/1797.30	c propagations		: 88015381
1800.06/1797.30	c inspects		: 31318880030
1800.06/1797.30	c shortcuts		: 0
1800.06/1797.30	c timeout
1800.06/1797.30	c learnt literals	: 0
1800.06/1797.30	c learnt binary clauses	: 0
1800.06/1797.30	c learnt ternary clauses	: 4901
1800.06/1797.30	c learnt constraints	: 5872118
1800.06/1797.30	c ignored constraints	: 0
1800.06/1797.30	c root simplifications	: 0
1800.06/1797.30	c removed literals (reason simplification)	: 0
1800.06/1797.30	c reason swapping (by a shorter reason)	: 0
1800.06/1797.30	c Calls to reduceDB	: 103
1800.06/1797.30	c Number of update (reduction) of LBD	: 1691611
1800.06/1797.30	c Imported unit clauses	: 0
1800.06/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.30	c number of learned constraints concerned by reduction	: 0
1800.06/1797.30	c number of learning phase by resolution	: 0
1800.06/1797.30	c number of learning phase by cutting planes	: 0
1800.06/1797.30	c speed (assignments/second)	: 48977.40310429084
1800.06/1797.30	c non guided choices	656
1800.06/1797.33	c learnt constraints type 
1800.06/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 210124
1800.06/1797.33	s UNKNOWN
1800.06/1797.33	c Total wall clock time (in seconds): 1797.211

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-4084707-1465266504/watcher-4084707-1465266504 -o /tmp/evaluation-result-4084707-1465266504/solver-4084707-1465266504 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5981 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084707-1465266504.opb 

pid=7891
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.19 2.23 2.20 4/195 7894
/proc/meminfo: memFree=29612608/32872528 swapFree=16360/1798728
[pid=7894] ppid=7891 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/7894/stat : 7894 (java) D 7891 7894 5965 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 108583598 9515008 175 33554432000 1073741824 1073778376 140737443634272 140737443617000 260190323600 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/7894/statm: 2323 175 133 9 0 71 0

[startup+0.100021 s]
/proc/loadavg: 2.19 2.23 2.20 4/195 7894
/proc/meminfo: memFree=29612608/32872528 swapFree=16360/1798728
[pid=7894] ppid=7891 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7894/stat : 7894 (java) S 7891 7894 5965 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 108583598 9787879424 5513 33554432000 1073741824 1073778376 140737443634272 140737443625408 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7894/statm: 2389619 5513 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 2.19 2.23 2.20 4/195 7894
/proc/meminfo: memFree=29612608/32872528 swapFree=16360/1798728
[pid=7894] ppid=7891 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/7894/stat : 7894 (java) S 7891 7894 5965 0 -1 4202496 4615 0 1 0 21 2 0 0 20 0 18 0 108583598 9787879424 6689 33554432000 1073741824 1073778376 140737443634272 140737443625408 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7894/statm: 2389619 6689 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300211 s]
/proc/loadavg: 2.19 2.23 2.20 4/195 7894
/proc/meminfo: memFree=29612608/32872528 swapFree=16360/1798728
[pid=7894] ppid=7891 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/7894/stat : 7894 (java) S 7891 7894 5965 0 -1 4202496 6906 0 1 0 42 2 0 0 20 0 19 0 108583598 9856040960 8731 33554432000 1073741824 1073778376 140737443634272 140737443625408 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7894/statm: 2406260 8731 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9625040

[startup+0.700144 s]
/proc/loadavg: 2.19 2.23 2.20 4/195 7894
/proc/meminfo: memFree=29612608/32872528 swapFree=16360/1798728
[pid=7894] ppid=7891 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/7894/stat : 7894 (java) S 7891 7894 5965 0 -1 4202496 8725 0 1 0 115 2 0 0 20 0 19 0 108583598 9856040960 10214 33554432000 1073741824 1073778376 140737443634272 140737443625408 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7894/statm: 2406260 10214 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.19 2.23 2.20 3/213 7977
/proc/meminfo: memFree=30070324/32872528 swapFree=16360/1798728
[pid=7894] ppid=7891 vsize=9625040 CPUtime=2.02 cores=0,2,4,6
/proc/7894/stat : 7894 (java) S 7891 7894 5965 0 -1 4202496 8750 0 1 0 200 2 0 0 20 0 19 0 108583598 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140737443625408 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7894/statm: 2406260 11771 2256 9 0 2396937 0
[pid=7894/tid=7896] ppid=7891 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7894/task/7896/stat : 7896 (java) R 7891 7894 5965 0 -1 4202560 2417 0 1 0 145 2 0 0 20 0 19 0 108583599 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660865554968 140660733116967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7897] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7897/stat : 7897 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660854618408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7898] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7898/stat : 7898 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660853565608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7899] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7899/stat : 7899 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660852513320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7900] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7900/stat : 7900 (java) S 7891 7894 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660851460520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7901] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7901/stat : 7901 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660705016616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7902] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7902/stat : 7902 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660703963816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7903] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7903/stat : 7903 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660702911528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7904] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7904/stat : 7904 (java) S 7891 7894 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660701858728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7905] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7905/stat : 7905 (java) S 7891 7894 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108583601 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660689660136 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7906] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7906/stat : 7906 (java) S 7891 7894 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108583602 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660688606200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7907] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7907/stat : 7907 (java) S 7891 7894 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108583602 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660687553800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7908] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7908/stat : 7908 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660686502288 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7909] ppid=7891 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7894/task/7909/stat : 7909 (java) R 7891 7894 5965 0 -1 4202560 2440 0 0 0 28 0 0 0 20 0 19 0 108583604 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660685449912 140660868163022 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7910] ppid=7891 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7894/task/7910/stat : 7910 (java) S 7891 7894 5965 0 -1 4202560 2620 0 0 0 24 0 0 0 20 0 19 0 108583604 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660684397112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7911] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7911/stat : 7911 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660683345016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7912] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7912/stat : 7912 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660682292424 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7930] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7930/stat : 7930 (java) S 7891 7894 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108583623 9856040960 11771 33554432000 1073741824 1073778376 140737443634272 140660681237416 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.17 2.23 2.19 3/213 7977
/proc/meminfo: memFree=30049164/32872528 swapFree=16360/1798728
[pid=7894] ppid=7891 vsize=9625040 CPUtime=3.68 cores=0,2,4,6
/proc/7894/stat : 7894 (java) S 7891 7894 5965 0 -1 4202496 9882 0 1 0 365 3 0 0 20 0 19 0 108583598 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140737443625408 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7894/statm: 2406260 14635 2257 9 0 2396937 0
[pid=7894/tid=7896] ppid=7891 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/7894/task/7896/stat : 7896 (java) R 7891 7894 5965 0 -1 4202560 2422 0 1 0 304 2 0 0 20 0 19 0 108583599 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660865547952 140660733049700 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7897] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7897/stat : 7897 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660854618408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7898] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7898/stat : 7898 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660853565608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7899] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7899/stat : 7899 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660852513320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7900] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7900/stat : 7900 (java) S 7891 7894 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660851460520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7901] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7901/stat : 7901 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660705016616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7902] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7902/stat : 7902 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660703963816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7903] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7903/stat : 7903 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660702911528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7904] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7904/stat : 7904 (java) S 7891 7894 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660701858728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7905] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7905/stat : 7905 (java) S 7891 7894 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108583601 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660689660136 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7906] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7906/stat : 7906 (java) S 7891 7894 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108583602 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660688606200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7907] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7907/stat : 7907 (java) S 7891 7894 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108583602 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660687553800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7908] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7908/stat : 7908 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660686502288 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7909] ppid=7891 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7894/task/7909/stat : 7909 (java) S 7891 7894 5965 0 -1 4202560 3567 0 0 0 33 0 0 0 20 0 19 0 108583604 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660685449912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7910] ppid=7891 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7894/task/7910/stat : 7910 (java) S 7891 7894 5965 0 -1 4202560 2620 0 0 0 24 0 0 0 20 0 19 0 108583604 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660684397112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7911] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7911/stat : 7911 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660683345016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7912] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7912/stat : 7912 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660682292424 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7930] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7930/stat : 7930 (java) S 7891 7894 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108583623 9856040960 14635 33554432000 1073741824 1073778376 140737443634272 140660681237416 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.17 2.23 2.19 3/213 7977
/proc/meminfo: memFree=30013868/32872528 swapFree=16360/1798728
[pid=7894] ppid=7891 vsize=9625040 CPUtime=6.89 cores=0,2,4,6
/proc/7894/stat : 7894 (java) S 7891 7894 5965 0 -1 4202496 9892 0 1 0 686 3 0 0 20 0 19 0 108583598 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140737443625408 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7894/statm: 2406260 18732 2258 9 0 2396937 0
[pid=7894/tid=7896] ppid=7891 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/7894/task/7896/stat : 7896 (java) R 7891 7894 5965 0 -1 4202560 2431 0 1 0 624 2 0 0 20 0 19 0 108583599 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660865547952 140660733116832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7897] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7897/stat : 7897 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660854618408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7898] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7898/stat : 7898 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660853565608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7899] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7899/stat : 7899 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660852513320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7900] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7900/stat : 7900 (java) S 7891 7894 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660851460520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7901] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7901/stat : 7901 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660705016616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7902] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7902/stat : 7902 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660703963816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7903] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7903/stat : 7903 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660702911528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7904] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7904/stat : 7904 (java) S 7891 7894 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108583600 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660701858728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7905] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7905/stat : 7905 (java) S 7891 7894 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108583601 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660689660136 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7906] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7906/stat : 7906 (java) S 7891 7894 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108583602 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660688606200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7907] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7907/stat : 7907 (java) S 7891 7894 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108583602 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660687553800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7908] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7908/stat : 7908 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660686502288 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7909] ppid=7891 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/7894/task/7909/stat : 7909 (java) S 7891 7894 5965 0 -1 4202560 3567 0 0 0 34 0 0 0 20 0 19 0 108583604 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660685449912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7910] ppid=7891 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7894/task/7910/stat : 7910 (java) S 7891 7894 5965 0 -1 4202560 2620 0 0 0 24 0 0 0 20 0 19 0 108583604 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660684397112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7911] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7911/stat : 7911 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660683345016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7912] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7912/stat : 7912 (java) S 7891 7894 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660682292424 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7930] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7930/stat : 7930 (java) S 7891 7894 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108583623 9856040960 18732 33554432000 1073741824 1073778376 140737443634272 140660681237416 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9625040


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

[pid=7894/tid=7930] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7930/stat : 7930 (java) S 7891 7894 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108583623 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660681237416 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.94
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.21 2.18 3/213 8022
/proc/meminfo: memFree=29110952/32872528 swapFree=16360/1798728
[pid=7894] ppid=7891 vsize=9625040 CPUtime=1784.96 cores=0,2,4,6
/proc/7894/stat : 7894 (java) S 7891 7894 5965 0 -1 4202496 12762 0 1 0 178413 83 0 0 20 0 19 0 108583598 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140737443625408 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7894/statm: 2406260 127737 2280 9 0 2396937 0
[pid=7894/tid=7896] ppid=7891 vsize=9625040 CPUtime=1776.7 cores=0,2,4,6
/proc/7894/task/7896/stat : 7896 (java) R 7891 7894 5965 0 -1 4202560 2494 0 1 0 177637 33 0 0 20 0 19 0 108583599 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660865547952 140660733195939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7897] ppid=7891 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/7894/task/7897/stat : 7897 (java) S 7891 7894 5965 0 -1 4202560 292 0 0 0 27 7 0 0 20 0 19 0 108583600 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660854618408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7898] ppid=7891 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7894/task/7898/stat : 7898 (java) S 7891 7894 5965 0 -1 4202560 282 0 0 0 24 5 0 0 20 0 19 0 108583600 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660853565608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7899] ppid=7891 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7894/task/7899/stat : 7899 (java) S 7891 7894 5965 0 -1 4202560 361 0 0 0 22 5 0 0 20 0 19 0 108583600 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660852513320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7900] ppid=7891 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7894/task/7900/stat : 7900 (java) S 7891 7894 5965 0 -1 4202560 234 0 0 0 23 6 0 0 20 0 19 0 108583600 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660851460520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7901] ppid=7891 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/7894/task/7901/stat : 7901 (java) S 7891 7894 5965 0 -1 4202560 238 0 0 0 30 7 0 0 20 0 19 0 108583600 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660705016616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7902] ppid=7891 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/7894/task/7902/stat : 7902 (java) S 7891 7894 5965 0 -1 4202560 470 0 0 0 31 8 0 0 20 0 19 0 108583600 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660703963816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7903] ppid=7891 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7894/task/7903/stat : 7903 (java) S 7891 7894 5965 0 -1 4202560 198 0 0 0 23 5 0 0 20 0 19 0 108583600 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660702911528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7904] ppid=7891 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7894/task/7904/stat : 7904 (java) S 7891 7894 5965 0 -1 4202560 500 0 0 0 21 4 0 0 20 0 19 0 108583600 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660701858728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7905] ppid=7891 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/7894/task/7905/stat : 7905 (java) S 7891 7894 5965 0 -1 4202560 126 0 0 0 11 1 0 0 20 0 19 0 108583601 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660689660136 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7906] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7906/stat : 7906 (java) S 7891 7894 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108583602 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660688606200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7907] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7907/stat : 7907 (java) S 7891 7894 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108583602 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660687553800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7908] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7908/stat : 7908 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660686502288 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7909] ppid=7891 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7894/task/7909/stat : 7909 (java) S 7891 7894 5965 0 -1 4202560 3585 0 0 0 36 0 0 0 20 0 19 0 108583604 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660685449912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7910] ppid=7891 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7894/task/7910/stat : 7910 (java) S 7891 7894 5965 0 -1 4202560 2620 0 0 0 24 0 0 0 20 0 19 0 108583604 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660684397112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7911] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7911/stat : 7911 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660683345016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7912] ppid=7891 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/7894/task/7912/stat : 7912 (java) S 7891 7894 5965 0 -1 4202560 104 0 0 0 34 32 0 0 20 0 19 0 108583604 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660682292424 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7930] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7930/stat : 7930 (java) S 7891 7894 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108583623 9856040960 127737 33554432000 1073741824 1073778376 140737443634272 140660681237416 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.96
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/213 8022
/proc/meminfo: memFree=29117844/32872528 swapFree=16360/1798728
[pid=7894] ppid=7891 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/7894/stat : 7894 (java) S 7891 7894 5965 0 -1 4202496 12765 0 1 0 179922 84 0 0 20 0 19 0 108583598 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140737443625408 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7894/statm: 2406260 126005 2280 9 0 2396937 0
[pid=7894/tid=7896] ppid=7891 vsize=9625040 CPUtime=1791.63 cores=0,2,4,6
/proc/7894/task/7896/stat : 7896 (java) R 7891 7894 5965 0 -1 4202560 2495 0 1 0 179130 33 0 0 20 0 19 0 108583599 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660865555632 140660733195939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7897] ppid=7891 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7894/task/7897/stat : 7897 (java) S 7891 7894 5965 0 -1 4202560 292 0 0 0 28 7 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660854618408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7898] ppid=7891 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/7894/task/7898/stat : 7898 (java) S 7891 7894 5965 0 -1 4202560 282 0 0 0 26 5 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660853565608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7899] ppid=7891 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7894/task/7899/stat : 7899 (java) S 7891 7894 5965 0 -1 4202560 361 0 0 0 24 5 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660852513320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7900] ppid=7891 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/7894/task/7900/stat : 7900 (java) S 7891 7894 5965 0 -1 4202560 234 0 0 0 24 6 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660851460520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7901] ppid=7891 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/7894/task/7901/stat : 7901 (java) S 7891 7894 5965 0 -1 4202560 238 0 0 0 33 7 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660705016616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7902] ppid=7891 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/7894/task/7902/stat : 7902 (java) S 7891 7894 5965 0 -1 4202560 470 0 0 0 33 8 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660703963816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7903] ppid=7891 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7894/task/7903/stat : 7903 (java) S 7891 7894 5965 0 -1 4202560 198 0 0 0 24 5 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660702911528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7904] ppid=7891 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7894/task/7904/stat : 7904 (java) S 7891 7894 5965 0 -1 4202560 500 0 0 0 22 4 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660701858728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7905] ppid=7891 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/7894/task/7905/stat : 7905 (java) S 7891 7894 5965 0 -1 4202560 128 0 0 0 11 1 0 0 20 0 19 0 108583601 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660689660136 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7906] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7906/stat : 7906 (java) S 7891 7894 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108583602 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660688606200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7907] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7907/stat : 7907 (java) S 7891 7894 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108583602 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660687553800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7908] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7908/stat : 7908 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660686502288 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7909] ppid=7891 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7894/task/7909/stat : 7909 (java) S 7891 7894 5965 0 -1 4202560 3585 0 0 0 36 0 0 0 20 0 19 0 108583604 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660685449912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7910] ppid=7891 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7894/task/7910/stat : 7910 (java) S 7891 7894 5965 0 -1 4202560 2620 0 0 0 24 0 0 0 20 0 19 0 108583604 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660684397112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7911] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7911/stat : 7911 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660683345016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7912] ppid=7891 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7894/task/7912/stat : 7912 (java) S 7891 7894 5965 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 108583604 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660682292424 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7930] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7930/stat : 7930 (java) S 7891 7894 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108583623 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660681237416 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 7894 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/213 8022
/proc/meminfo: memFree=29117844/32872528 swapFree=16360/1798728
[pid=7894] ppid=7891 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/7894/stat : 7894 (java) S 7891 7894 5965 0 -1 4202496 12765 0 1 0 179922 84 0 0 20 0 19 0 108583598 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140737443625408 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7894/statm: 2406260 126005 2280 9 0 2396937 0
[pid=7894/tid=7896] ppid=7891 vsize=9625040 CPUtime=1791.63 cores=0,2,4,6
/proc/7894/task/7896/stat : 7896 (java) R 7891 7894 5965 0 -1 4202560 2495 0 1 0 179130 33 0 0 20 0 19 0 108583599 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660865555632 140660733195939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7897] ppid=7891 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7894/task/7897/stat : 7897 (java) S 7891 7894 5965 0 -1 4202560 292 0 0 0 28 7 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660854618408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7898] ppid=7891 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/7894/task/7898/stat : 7898 (java) S 7891 7894 5965 0 -1 4202560 282 0 0 0 26 5 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660853565608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7899] ppid=7891 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7894/task/7899/stat : 7899 (java) S 7891 7894 5965 0 -1 4202560 361 0 0 0 24 5 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660852513320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7900] ppid=7891 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/7894/task/7900/stat : 7900 (java) S 7891 7894 5965 0 -1 4202560 234 0 0 0 24 6 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660851460520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7901] ppid=7891 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/7894/task/7901/stat : 7901 (java) S 7891 7894 5965 0 -1 4202560 238 0 0 0 33 7 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660705016616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7902] ppid=7891 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/7894/task/7902/stat : 7902 (java) S 7891 7894 5965 0 -1 4202560 470 0 0 0 33 8 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660703963816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7903] ppid=7891 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7894/task/7903/stat : 7903 (java) S 7891 7894 5965 0 -1 4202560 198 0 0 0 24 5 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660702911528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7894/tid=7904] ppid=7891 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7894/task/7904/stat : 7904 (java) S 7891 7894 5965 0 -1 4202560 500 0 0 0 22 4 0 0 20 0 19 0 108583600 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660701858728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7905] ppid=7891 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/7894/task/7905/stat : 7905 (java) S 7891 7894 5965 0 -1 4202560 128 0 0 0 11 1 0 0 20 0 19 0 108583601 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660689660136 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7906] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7906/stat : 7906 (java) S 7891 7894 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108583602 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660688606200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7907] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7907/stat : 7907 (java) S 7891 7894 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108583602 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660687553800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7908] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7908/stat : 7908 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660686502288 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7909] ppid=7891 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7894/task/7909/stat : 7909 (java) S 7891 7894 5965 0 -1 4202560 3585 0 0 0 36 0 0 0 20 0 19 0 108583604 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660685449912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7894/tid=7910] ppid=7891 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7894/task/7910/stat : 7910 (java) S 7891 7894 5965 0 -1 4202560 2620 0 0 0 24 0 0 0 20 0 19 0 108583604 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660684397112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7911] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7911/stat : 7911 (java) S 7891 7894 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108583604 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660683345016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7894/tid=7912] ppid=7891 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7894/task/7912/stat : 7912 (java) S 7891 7894 5965 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 108583604 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660682292424 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7894/tid=7930] ppid=7891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7894/task/7930/stat : 7930 (java) S 7891 7894 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108583623 9856040960 126005 33554432000 1073741824 1073778376 140737443634272 140660681237416 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.34
CPU time (s): 1800.06
CPU user time (s): 1799.22
CPU system time (s): 0.84
CPU usage (%): 100.151
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.68
system time used= 1.27481
maximum resident set size= 602828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12808
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38524
involuntary context switches= 16930

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6021 second user time and 16.7235 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 04:28:24
IDJOB=4084707
IDBENCH=48377
IDSOLVER=2546
FILE ID=node123/4084707-1465266504
RUNJOBID= node123-1465255130-5981
PBS_JOBID= 19843274
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084707-1465266504/watcher-4084707-1465266504 -o /tmp/evaluation-result-4084707-1465266504/solver-4084707-1465266504 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5981 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084707-1465266504.opb

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

MD5SUM BENCH= 97892b1b250c8711791b219b8ddda703
RANDOM SEED=638582833

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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:        29613780 kB
Buffers:           91568 kB
Cached:           106636 kB
SwapCached:         1808 kB
Active:           578896 kB
Inactive:         135788 kB
Active(anon):     516872 kB
Inactive(anon):     2104 kB
Active(file):      62024 kB
Inactive(file):   133684 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098808 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       2314544 kB
Mapped:            15296 kB
Shmem:                 0 kB
Slab:             597516 kB
SReclaimable:      41520 kB
SUnreclaim:       555996 kB
KernelStack:        1592 kB
PageTables:         8836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2452800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2287616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node123 at 2016-06-07 04:58:22