Trace number 4084313

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 1773.54

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
MD5SUM6f530d7030eb010292a76e81381ed552
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.033994
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6000
Total number of constraints220
Number of constraints which are clauses120
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 constraint50
Maximum length of a constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084313-1465220111.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.29/0.27	c ... done. Wall clock time 0.167s.
0.29/0.27	c declared #vars     6000
0.29/0.27	c #constraints  220
0.29/0.27	c constraints type 
0.29/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
0.29/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.29/0.27	c 220 constraints processed.
1.49/0.94	c cleaning 2498 clauses out of 5001 with flag 34500/5001
2.38/1.72	c cleaning 4248 clauses out of 8503 with flag 76283/11001
3.14/2.42	c cleaning 5613 clauses out of 11254 with flag 126162/18000
3.75/3.05	c cleaning 6797 clauses out of 13641 with flag 182664/26000
4.67/3.98	c cleaning 7898 clauses out of 15844 with flag 255989/35000
9.61/8.70	c cleaning 8851 clauses out of 17947 with flag 452086/45001
15.22/14.33	c cleaning 10040 clauses out of 20096 with flag 678131/56001
21.75/20.76	c cleaning 11007 clauses out of 22055 with flag 895134/68000
29.63/28.49	c cleaning 12022 clauses out of 24048 with flag 1136411/81000
37.63/36.29	c cleaning 13009 clauses out of 26027 with flag 1366995/95001
45.41/43.93	c cleaning 13999 clauses out of 28018 with flag 1605718/110001
55.02/53.36	c cleaning 15004 clauses out of 30019 with flag 1851593/126001
65.19/63.12	c cleaning 16005 clauses out of 32014 with flag 2124212/143000
75.74/73.56	c cleaning 17003 clauses out of 34011 with flag 2415602/161002
87.37/84.90	c cleaning 18003 clauses out of 36006 with flag 2639609/180000
97.13/94.54	c cleaning 19002 clauses out of 38006 with flag 2783008/200003
109.79/106.80	c cleaning 19993 clauses out of 40001 with flag 2966681/221000
124.35/121.22	c cleaning 21001 clauses out of 42009 with flag 3159950/243001
139.44/136.14	c cleaning 22003 clauses out of 44008 with flag 3356465/266001
156.27/152.73	c cleaning 22998 clauses out of 46006 with flag 3597152/290002
174.51/170.66	c cleaning 23998 clauses out of 48006 with flag 3872587/315000
192.29/188.24	c cleaning 25003 clauses out of 50009 with flag 4147214/341001
209.59/205.26	c cleaning 25996 clauses out of 52005 with flag 4392630/368000
227.70/223.07	c cleaning 27001 clauses out of 54010 with flag 4618314/396001
248.59/243.43	c cleaning 28000 clauses out of 56009 with flag 4853940/425001
270.92/265.48	c cleaning 29002 clauses out of 58013 with flag 5105652/455005
294.33/288.52	c cleaning 29997 clauses out of 60006 with flag 5353004/486000
316.73/310.68	c cleaning 30990 clauses out of 62010 with flag 5570635/518001
341.54/335.01	c cleaning 32003 clauses out of 64019 with flag 5820652/551000
364.75/358.03	c cleaning 33004 clauses out of 66018 with flag 6058788/585002
387.69/380.43	c cleaning 34002 clauses out of 68013 with flag 6307561/620001
414.31/406.64	c cleaning 35000 clauses out of 70011 with flag 6624881/656001
442.88/434.84	c cleaning 36000 clauses out of 72012 with flag 6953806/693002
470.71/462.43	c cleaning 36996 clauses out of 74010 with flag 7256687/731000
500.67/491.91	c cleaning 37995 clauses out of 76014 with flag 7571808/770000
531.64/522.55	c cleaning 39004 clauses out of 78019 with flag 7896086/810000
564.53/554.93	c cleaning 40003 clauses out of 80015 with flag 8222926/851000
596.27/586.27	c cleaning 41001 clauses out of 82014 with flag 8536660/893002
629.80/619.31	c cleaning 42001 clauses out of 84014 with flag 8875232/936003
665.83/654.92	c cleaning 42987 clauses out of 86012 with flag 9266251/980002
704.96/693.54	c cleaning 44008 clauses out of 88024 with flag 9697954/1025001
746.69/734.82	c cleaning 45002 clauses out of 90015 with flag 10110420/1071000
789.86/777.47	c cleaning 46004 clauses out of 92016 with flag 10547897/1118003
833.26/820.22	c cleaning 47001 clauses out of 94014 with flag 10961168/1166005
876.86/863.24	c cleaning 47999 clauses out of 96010 with flag 11420744/1215002
925.46/911.04	c cleaning 48998 clauses out of 98009 with flag 11924630/1265000
973.60/958.59	c cleaning 50001 clauses out of 100012 with flag 12434566/1316001
1024.21/1008.37	c cleaning 51000 clauses out of 102011 with flag 12946538/1368001
1070.05/1053.31	c cleaning 52000 clauses out of 104011 with flag 13390969/1421001
1123.53/1106.25	c cleaning 52999 clauses out of 106011 with flag 13825131/1475001
1176.82/1158.81	c cleaning 54003 clauses out of 108012 with flag 14289950/1530001
1229.97/1211.36	c cleaning 54998 clauses out of 110008 with flag 14750253/1586000
1280.60/1261.21	c cleaning 55993 clauses out of 112010 with flag 15255894/1643000
1339.79/1319.55	c cleaning 57003 clauses out of 114018 with flag 15776180/1701001
1400.85/1379.70	c cleaning 58004 clauses out of 116015 with flag 16362251/1760001
1463.37/1441.46	c cleaning 59001 clauses out of 118012 with flag 16890896/1820002
1526.92/1504.01	c cleaning 60001 clauses out of 120010 with flag 17442770/1881001
1586.50/1562.83	c cleaning 60998 clauses out of 122010 with flag 17975404/1943002
1663.02/1638.56	c cleaning 61997 clauses out of 124010 with flag 18597694/2006000
1732.10/1706.50	c cleaning 63003 clauses out of 126013 with flag 19208193/2070000
1800.06/1773.50	c starts		: 2658
1800.06/1773.50	c conflicts		: 2133930
1800.06/1773.50	c decisions		: 7300972
1800.06/1773.50	c propagations		: 64488546
1800.06/1773.50	c inspects		: 16254125664
1800.06/1773.50	c shortcuts		: 0
1800.06/1773.50	c learnt literals	: 0
1800.06/1773.50	c learnt binary clauses	: 0
1800.06/1773.50	c learnt ternary clauses	: 0
1800.06/1773.50	c learnt constraints	: 2133930
1800.06/1773.50	c ignored constraints	: 0
1800.06/1773.50	c root simplifications	: 0
1800.06/1773.50	c removed literals (reason simplification)	: 0
1800.06/1773.50	c reason swapping (by a shorter reason)	: 0
1800.06/1773.50	c Calls to reduceDB	: 60
1800.06/1773.50	c Number of update (reduction) of LBD	: 1219897
1800.06/1773.50	c Imported unit clauses	: 0
1800.06/1773.50	c number of reductions to clauses (during analyze)	: 0
1800.06/1773.50	c number of learned constraints concerned by reduction	: 0
1800.06/1773.50	c number of learning phase by resolution	: 0
1800.06/1773.50	c number of learning phase by cutting planes	: 0
1800.06/1773.50	c speed (assignments/second)	: 36367.94597414316
1800.06/1773.50	c non guided choices	11444
1800.06/1773.50	c timeout
1800.06/1773.53	c learnt constraints type 
1800.06/1773.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126941
1800.06/1773.53	s UNKNOWN
1800.06/1773.53	c Total wall clock time (in seconds): 1773.427

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-4084313-1465220111/watcher-4084313-1465220111 -o /tmp/evaluation-result-4084313-1465220111/solver-4084313-1465220111 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31160 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084313-1465220111.opb 

pid=31837
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.07 2.17 2.10 3/194 31840
/proc/meminfo: memFree=31171528/32872528 swapFree=12352/737972
[pid=31840] ppid=31837 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/31840/stat : 31840 (java) S 31837 31840 31144 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 2 0 103945589 96370688 927 33554432000 1073741824 1073778376 140735322463216 140735322454352 213869690941 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31840/statm: 23528 931 705 9 0 16769 0
[pid=31840/tid=31841] ppid=31837 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31841/stat : 31841 (java) R 31837 31840 31144 0 -1 4202560 104 0 0 0 0 0 0 0 20 0 2 0 103945589 98635776 959 33554432000 1073741824 1073778376 140735322463216 140420008545832 213857122867 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.07 2.17 2.10 3/194 31840
/proc/meminfo: memFree=31171528/32872528 swapFree=12352/737972
[pid=31840] ppid=31837 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/31840/stat : 31840 (java) S 31837 31840 31144 0 -1 4202496 4461 0 1 0 10 1 0 0 20 0 18 0 103945589 9787879424 6088 33554432000 1073741824 1073778376 140735322463216 140735322454352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31840/statm: 2389619 6088 2155 9 0 2380296 0
[pid=31840/tid=31841] ppid=31837 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/31840/task/31841/stat : 31841 (java) R 31837 31840 31144 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 103945589 9787879424 6088 33554432000 1073741824 1073778376 140735322463216 140420008549280 213869716749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200352 s]
/proc/loadavg: 2.07 2.17 2.10 3/194 31840
/proc/meminfo: memFree=31171528/32872528 swapFree=12352/737972
[pid=31840] ppid=31837 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/31840/stat : 31840 (java) S 31837 31840 31144 0 -1 4202496 5018 0 1 0 28 1 0 0 20 0 18 0 103945589 9787879424 7448 33554432000 1073741824 1073778376 140735322463216 140735322454352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31840/statm: 2389619 7448 2217 9 0 2380296 0
[pid=31840/tid=31841] ppid=31837 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/31840/task/31841/stat : 31841 (java) R 31837 31840 31144 0 -1 4202560 2399 0 1 0 16 1 0 0 20 0 18 0 103945589 9787879424 7448 33554432000 1073741824 1073778376 140735322463216 140420008550424 140419878952449 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300274 s]
/proc/loadavg: 2.07 2.17 2.10 3/194 31840
/proc/meminfo: memFree=31171528/32872528 swapFree=12352/737972
[pid=31840] ppid=31837 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/31840/stat : 31840 (java) S 31837 31840 31144 0 -1 4202496 7547 0 1 0 56 2 0 0 20 0 19 0 103945589 9856040960 10820 33554432000 1073741824 1073778376 140735322463216 140735322454352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31840/statm: 2406260 10820 2239 9 0 2396937 0
[pid=31840/tid=31841] ppid=31837 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/31840/task/31841/stat : 31841 (java) R 31837 31840 31144 0 -1 4202560 2412 0 1 0 26 1 0 0 20 0 19 0 103945589 9856040960 10820 33554432000 1073741824 1073778376 140735322463216 140420008551040 140419878903092 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9625040

[startup+0.700245 s]
/proc/loadavg: 2.07 2.17 2.10 3/194 31840
/proc/meminfo: memFree=31171528/32872528 swapFree=12352/737972
[pid=31840] ppid=31837 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/31840/stat : 31840 (java) S 31837 31840 31144 0 -1 4202496 8616 0 1 0 126 2 0 0 20 0 19 0 103945589 9856040960 12784 33554432000 1073741824 1073778376 140735322463216 140735322454352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31840/statm: 2406260 12784 2251 9 0 2396937 0
[pid=31840/tid=31841] ppid=31837 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/31840/task/31841/stat : 31841 (java) R 31837 31840 31144 0 -1 4202560 2416 0 1 0 66 1 0 0 20 0 19 0 103945589 9856040960 12784 33554432000 1073741824 1073778376 140735322463216 140420008550792 140419879576363 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.07 2.17 2.10 4/213 31859
/proc/meminfo: memFree=31124784/32872528 swapFree=12352/737972
[pid=31840] ppid=31837 vsize=9625040 CPUtime=2.17 cores=0,2,4,6
/proc/31840/stat : 31840 (java) S 31837 31840 31144 0 -1 4202496 9034 0 1 0 215 2 0 0 20 0 19 0 103945589 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140735322454352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31840/statm: 2406260 15354 2260 9 0 2396937 0
[pid=31840/tid=31841] ppid=31837 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/31840/task/31841/stat : 31841 (java) R 31837 31840 31144 0 -1 4202560 2422 0 1 0 146 1 0 0 20 0 19 0 103945589 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140420008550984 140419879486266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31843] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31843/stat : 31843 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419997613096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31844] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31844/stat : 31844 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419851303848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31845] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31845/stat : 31845 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419850251048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31846] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31846/stat : 31846 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419849198248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31847] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31847/stat : 31847 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419848145448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31848] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31848/stat : 31848 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419847092648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31849] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31849/stat : 31849 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419846039848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31850] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31850/stat : 31850 (java) S 31837 31840 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419844987048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31851] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31851/stat : 31851 (java) S 31837 31840 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103945591 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419832789992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31852] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31852/stat : 31852 (java) S 31837 31840 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103945592 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419831736056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31853] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31853/stat : 31853 (java) S 31837 31840 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103945592 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419830683144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31854] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31854/stat : 31854 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945594 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419829631632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31855] ppid=31837 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/31840/task/31855/stat : 31855 (java) S 31837 31840 31144 0 -1 4202560 2436 0 0 0 30 0 0 0 20 0 19 0 103945594 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419828578744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31856] ppid=31837 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/31840/task/31856/stat : 31856 (java) S 31837 31840 31144 0 -1 4202560 2898 0 0 0 35 0 0 0 20 0 19 0 103945594 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419827525944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31857] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31857/stat : 31857 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945594 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419826473336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31858] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31858/stat : 31858 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945594 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419825420744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31859] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31859/stat : 31859 (java) S 31837 31840 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103945617 9856040960 15354 33554432000 1073741824 1073778376 140735322463216 140419824318120 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.06 2.17 2.10 4/213 31859
/proc/meminfo: memFree=31110216/32872528 swapFree=12352/737972
[pid=31840] ppid=31837 vsize=9625040 CPUtime=3.87 cores=0,2,4,6
/proc/31840/stat : 31840 (java) S 31837 31840 31144 0 -1 4202496 9451 0 1 0 385 2 0 0 20 0 19 0 103945589 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140735322454352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31840/statm: 2406260 21498 2260 9 0 2396937 0
[pid=31840/tid=31841] ppid=31837 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/31840/task/31841/stat : 31841 (java) R 31837 31840 31144 0 -1 4202560 2434 0 1 0 305 1 0 0 20 0 19 0 103945589 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140420008541888 140419879468592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31843] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31843/stat : 31843 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419997613096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31844] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31844/stat : 31844 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419851303848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31845] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31845/stat : 31845 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419850251048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31846] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31846/stat : 31846 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419849198248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31847] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31847/stat : 31847 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419848145448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31848] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31848/stat : 31848 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419847092648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31849] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31849/stat : 31849 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419846039848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31850] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31850/stat : 31850 (java) S 31837 31840 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419844987048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31851] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31851/stat : 31851 (java) S 31837 31840 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103945591 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419832789992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31852] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31852/stat : 31852 (java) S 31837 31840 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103945592 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419831736056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31853] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31853/stat : 31853 (java) S 31837 31840 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103945592 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419830683144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31854] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31854/stat : 31854 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945594 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419829631632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31855] ppid=31837 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/31840/task/31855/stat : 31855 (java) S 31837 31840 31144 0 -1 4202560 2436 0 0 0 33 0 0 0 20 0 19 0 103945594 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419828578744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31856] ppid=31837 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/31840/task/31856/stat : 31856 (java) S 31837 31840 31144 0 -1 4202560 3303 0 0 0 42 0 0 0 20 0 19 0 103945594 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419827525944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31857] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31857/stat : 31857 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945594 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419826473336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31858] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31858/stat : 31858 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945594 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419825420744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31859] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31859/stat : 31859 (java) S 31837 31840 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103945617 9856040960 21498 33554432000 1073741824 1073778376 140735322463216 140419824318120 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.06 2.17 2.10 3/213 31859
/proc/meminfo: memFree=31054748/32872528 swapFree=12352/737972
[pid=31840] ppid=31837 vsize=9625040 CPUtime=7.07 cores=0,2,4,6
/proc/31840/stat : 31840 (java) S 31837 31840 31144 0 -1 4202496 9479 0 1 0 704 3 0 0 20 0 19 0 103945589 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140735322454352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31840/statm: 2406260 34764 2261 9 0 2396937 0
[pid=31840/tid=31841] ppid=31837 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/31840/task/31841/stat : 31841 (java) R 31837 31840 31144 0 -1 4202560 2461 0 1 0 623 2 0 0 20 0 19 0 103945589 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140420008548608 140419879486208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31843] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31843/stat : 31843 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140419997613096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31844] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31844/stat : 31844 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140419851303848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31845] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31845/stat : 31845 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140419850251048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31846] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31846/stat : 31846 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140419849198248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31847] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31847/stat : 31847 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140419848145448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31848] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31848/stat : 31848 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140419847092648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31849] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31849/stat : 31849 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140419846039848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31850] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31850/stat : 31850 (java) S 31837 31840 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103945590 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140419844987048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31851] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31851/stat : 31851 (java) S 31837 31840 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103945591 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140419832789992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31852] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31852/stat : 31852 (java) S 31837 31840 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103945592 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140419831736056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31853] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31853/stat : 31853 (java) S 31837 31840 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103945592 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140419830683144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31854] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31854/stat : 31854 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945594 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140419829631632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31855] ppid=31837 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/31840/task/31855/stat : 31855 (java) S 31837 31840 31144 0 -1 4202560 2436 0 0 0 33 0 0 0 20 0 19 0 103945594 9856040960 34764 33554432000 1073741824 1073778376 140735322463216 140419828578744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31856] ppid=31837 vsize=9625040 CPUtime=0.42 cores=0,2,4,6

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

[pid=31840/tid=31859] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31859/stat : 31859 (java) S 31837 31840 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103945617 9856040960 325681 33554432000 1073741824 1073778376 140735322463216 140419824318120 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1687.35
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.27 2.26 2.19 3/213 31923
/proc/meminfo: memFree=29128144/32872528 swapFree=12352/737972
[pid=31840] ppid=31837 vsize=9625040 CPUtime=1748.2 cores=0,2,4,6
/proc/31840/stat : 31840 (java) S 31837 31840 31144 0 -1 4202496 27841 0 1 0 174402 418 0 0 20 0 19 0 103945589 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140735322454352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31840/statm: 2406260 326312 2282 9 0 2396937 0
[pid=31840/tid=31841] ppid=31837 vsize=9625040 CPUtime=1701.79 cores=0,2,4,6
/proc/31840/task/31841/stat : 31841 (java) R 31837 31840 31144 0 -1 4202560 2729 0 1 0 170150 29 0 0 20 0 19 0 103945589 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140420008549584 140419879487246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31843] ppid=31837 vsize=9625040 CPUtime=4.25 cores=0,2,4,6
/proc/31840/task/31843/stat : 31843 (java) S 31837 31840 31144 0 -1 4202560 1603 0 0 0 380 45 0 0 20 0 19 0 103945590 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419997613096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31844] ppid=31837 vsize=9625040 CPUtime=4.41 cores=0,2,4,6
/proc/31840/task/31844/stat : 31844 (java) S 31837 31840 31144 0 -1 4202560 1853 0 0 0 385 56 0 0 20 0 19 0 103945590 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419851303848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31845] ppid=31837 vsize=9625040 CPUtime=4.44 cores=0,2,4,6
/proc/31840/task/31845/stat : 31845 (java) S 31837 31840 31144 0 -1 4202560 2253 0 0 0 394 50 0 0 20 0 19 0 103945590 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419850251048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31846] ppid=31837 vsize=9625040 CPUtime=4.24 cores=0,2,4,6
/proc/31840/task/31846/stat : 31846 (java) S 31837 31840 31144 0 -1 4202560 1551 0 0 0 374 50 0 0 20 0 19 0 103945590 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419849198248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31847] ppid=31837 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/31840/task/31847/stat : 31847 (java) S 31837 31840 31144 0 -1 4202560 1719 0 0 0 373 41 0 0 20 0 19 0 103945590 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419848145448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31848] ppid=31837 vsize=9625040 CPUtime=4.37 cores=0,2,4,6
/proc/31840/task/31848/stat : 31848 (java) S 31837 31840 31144 0 -1 4202560 1350 0 0 0 389 48 0 0 20 0 19 0 103945590 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419847092648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31849] ppid=31837 vsize=9625040 CPUtime=4.19 cores=0,2,4,6
/proc/31840/task/31849/stat : 31849 (java) S 31837 31840 31144 0 -1 4202560 1931 0 0 0 375 44 0 0 20 0 19 0 103945590 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419846039848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31850] ppid=31837 vsize=9625040 CPUtime=4.27 cores=0,2,4,6
/proc/31840/task/31850/stat : 31850 (java) S 31837 31840 31144 0 -1 4202560 1928 0 0 0 380 47 0 0 20 0 19 0 103945590 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419844987048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31851] ppid=31837 vsize=9625040 CPUtime=6.41 cores=0,2,4,6
/proc/31840/task/31851/stat : 31851 (java) S 31837 31840 31144 0 -1 4202560 3820 0 0 0 636 5 0 0 20 0 19 0 103945591 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419832789992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31852] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31852/stat : 31852 (java) S 31837 31840 31144 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103945592 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419831736056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31853] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31853/stat : 31853 (java) S 31837 31840 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103945592 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419830683144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31854] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31854/stat : 31854 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945594 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419829631632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31855] ppid=31837 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/31840/task/31855/stat : 31855 (java) S 31837 31840 31144 0 -1 4202560 2436 0 0 0 33 0 0 0 20 0 19 0 103945594 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419828578744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31856] ppid=31837 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/31840/task/31856/stat : 31856 (java) S 31837 31840 31144 0 -1 4202560 3303 0 0 0 42 0 0 0 20 0 19 0 103945594 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419827525944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31857] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31857/stat : 31857 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945594 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419826473336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31858] ppid=31837 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/31840/task/31858/stat : 31858 (java) S 31837 31840 31144 0 -1 4202560 100 0 0 0 27 31 0 0 20 0 19 0 103945594 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419825420744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31859] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31859/stat : 31859 (java) S 31837 31840 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103945617 9856040960 326312 33554432000 1073741824 1073778376 140735322463216 140419824318120 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1748.2
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.5 s]
/proc/loadavg: 2.30 2.26 2.19 3/213 31990
/proc/meminfo: memFree=29918572/32872528 swapFree=12352/737972
[pid=31840] ppid=31837 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/31840/stat : 31840 (java) S 31837 31840 31144 0 -1 4202496 28062 0 1 0 179574 432 0 0 20 0 19 0 103945589 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140735322454352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31840/statm: 2406260 324202 2282 9 0 2396937 0
[pid=31840/tid=31841] ppid=31837 vsize=9625040 CPUtime=1752.49 cores=0,2,4,6
/proc/31840/task/31841/stat : 31841 (java) R 31837 31840 31144 0 -1 4202560 2735 0 1 0 175218 31 0 0 20 0 19 0 103945589 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140420008549584 140419879138749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31843] ppid=31837 vsize=9625040 CPUtime=4.34 cores=0,2,4,6
/proc/31840/task/31843/stat : 31843 (java) S 31837 31840 31144 0 -1 4202560 1631 0 0 0 388 46 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419997613096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31844] ppid=31837 vsize=9625040 CPUtime=4.5 cores=0,2,4,6
/proc/31840/task/31844/stat : 31844 (java) S 31837 31840 31144 0 -1 4202560 1873 0 0 0 393 57 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419851303848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31845] ppid=31837 vsize=9625040 CPUtime=4.54 cores=0,2,4,6
/proc/31840/task/31845/stat : 31845 (java) S 31837 31840 31144 0 -1 4202560 2274 0 0 0 402 52 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419850251048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31846] ppid=31837 vsize=9625040 CPUtime=4.34 cores=0,2,4,6
/proc/31840/task/31846/stat : 31846 (java) S 31837 31840 31144 0 -1 4202560 1570 0 0 0 383 51 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419849198248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31847] ppid=31837 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/31840/task/31847/stat : 31847 (java) S 31837 31840 31144 0 -1 4202560 1755 0 0 0 383 43 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419848145448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31848] ppid=31837 vsize=9625040 CPUtime=4.48 cores=0,2,4,6
/proc/31840/task/31848/stat : 31848 (java) S 31837 31840 31144 0 -1 4202560 1370 0 0 0 398 50 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419847092648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31849] ppid=31837 vsize=9625040 CPUtime=4.27 cores=0,2,4,6
/proc/31840/task/31849/stat : 31849 (java) S 31837 31840 31144 0 -1 4202560 1958 0 0 0 381 46 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419846039848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31850] ppid=31837 vsize=9625040 CPUtime=4.43 cores=0,2,4,6
/proc/31840/task/31850/stat : 31850 (java) S 31837 31840 31144 0 -1 4202560 1960 0 0 0 394 49 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419844987048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31851] ppid=31837 vsize=9625040 CPUtime=6.55 cores=0,2,4,6
/proc/31840/task/31851/stat : 31851 (java) S 31837 31840 31144 0 -1 4202560 3829 0 0 0 650 5 0 0 20 0 19 0 103945591 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419832789992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31852] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31852/stat : 31852 (java) S 31837 31840 31144 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103945592 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419831736056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31853] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31853/stat : 31853 (java) S 31837 31840 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103945592 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419830683144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31854] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31854/stat : 31854 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945594 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419829631632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31855] ppid=31837 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/31840/task/31855/stat : 31855 (java) S 31837 31840 31144 0 -1 4202560 2436 0 0 0 33 0 0 0 20 0 19 0 103945594 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419828578744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31856] ppid=31837 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/31840/task/31856/stat : 31856 (java) S 31837 31840 31144 0 -1 4202560 3303 0 0 0 42 0 0 0 20 0 19 0 103945594 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419827525944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31857] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31857/stat : 31857 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945594 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419826473336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31858] ppid=31837 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/31840/task/31858/stat : 31858 (java) S 31837 31840 31144 0 -1 4202560 103 0 0 0 28 32 0 0 20 0 19 0 103945594 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419825420744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31859] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31859/stat : 31859 (java) S 31837 31840 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103945617 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419824318120 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 31840 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1773.5 s]
/proc/loadavg: 2.30 2.26 2.19 3/213 31990
/proc/meminfo: memFree=29918572/32872528 swapFree=12352/737972
[pid=31840] ppid=31837 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/31840/stat : 31840 (java) S 31837 31840 31144 0 -1 4202496 28062 0 1 0 179574 432 0 0 20 0 19 0 103945589 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140735322454352 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31840/statm: 2406260 324202 2282 9 0 2396937 0
[pid=31840/tid=31841] ppid=31837 vsize=9625040 CPUtime=1752.49 cores=0,2,4,6
/proc/31840/task/31841/stat : 31841 (java) R 31837 31840 31144 0 -1 4202560 2735 0 1 0 175218 31 0 0 20 0 19 0 103945589 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140420008549584 140419879138749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31843] ppid=31837 vsize=9625040 CPUtime=4.34 cores=0,2,4,6
/proc/31840/task/31843/stat : 31843 (java) S 31837 31840 31144 0 -1 4202560 1631 0 0 0 388 46 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419997613096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31844] ppid=31837 vsize=9625040 CPUtime=4.5 cores=0,2,4,6
/proc/31840/task/31844/stat : 31844 (java) S 31837 31840 31144 0 -1 4202560 1873 0 0 0 393 57 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419851303848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31845] ppid=31837 vsize=9625040 CPUtime=4.54 cores=0,2,4,6
/proc/31840/task/31845/stat : 31845 (java) S 31837 31840 31144 0 -1 4202560 2274 0 0 0 402 52 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419850251048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31846] ppid=31837 vsize=9625040 CPUtime=4.34 cores=0,2,4,6
/proc/31840/task/31846/stat : 31846 (java) S 31837 31840 31144 0 -1 4202560 1570 0 0 0 383 51 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419849198248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31847] ppid=31837 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/31840/task/31847/stat : 31847 (java) S 31837 31840 31144 0 -1 4202560 1755 0 0 0 383 43 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419848145448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31848] ppid=31837 vsize=9625040 CPUtime=4.48 cores=0,2,4,6
/proc/31840/task/31848/stat : 31848 (java) S 31837 31840 31144 0 -1 4202560 1370 0 0 0 398 50 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419847092648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31849] ppid=31837 vsize=9625040 CPUtime=4.27 cores=0,2,4,6
/proc/31840/task/31849/stat : 31849 (java) S 31837 31840 31144 0 -1 4202560 1958 0 0 0 381 46 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419846039848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31840/tid=31850] ppid=31837 vsize=9625040 CPUtime=4.43 cores=0,2,4,6
/proc/31840/task/31850/stat : 31850 (java) S 31837 31840 31144 0 -1 4202560 1960 0 0 0 394 49 0 0 20 0 19 0 103945590 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419844987048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31851] ppid=31837 vsize=9625040 CPUtime=6.55 cores=0,2,4,6
/proc/31840/task/31851/stat : 31851 (java) S 31837 31840 31144 0 -1 4202560 3829 0 0 0 650 5 0 0 20 0 19 0 103945591 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419832789992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31852] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31852/stat : 31852 (java) S 31837 31840 31144 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103945592 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419831736056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31853] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31853/stat : 31853 (java) S 31837 31840 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103945592 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419830683144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31854] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31854/stat : 31854 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945594 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419829631632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31855] ppid=31837 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/31840/task/31855/stat : 31855 (java) S 31837 31840 31144 0 -1 4202560 2436 0 0 0 33 0 0 0 20 0 19 0 103945594 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419828578744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31856] ppid=31837 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/31840/task/31856/stat : 31856 (java) S 31837 31840 31144 0 -1 4202560 3303 0 0 0 42 0 0 0 20 0 19 0 103945594 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419827525944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31840/tid=31857] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31857/stat : 31857 (java) S 31837 31840 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103945594 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419826473336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31840/tid=31858] ppid=31837 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/31840/task/31858/stat : 31858 (java) S 31837 31840 31144 0 -1 4202560 103 0 0 0 28 32 0 0 20 0 19 0 103945594 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419825420744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31840/tid=31859] ppid=31837 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31840/task/31859/stat : 31859 (java) S 31837 31840 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103945617 9856040960 324202 33554432000 1073741824 1073778376 140735322463216 140419824318120 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 31840 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=109709
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=766275
# CPU time returned by wait4() is 1795.88
# 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): 1773.54
CPU time (s): 1800.06
CPU user time (s): 1795.74
CPU system time (s): 4.32
CPU usage (%): 101.495
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.11
system time used= 4.76628
maximum resident set size= 1407672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28106
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45520
involuntary context switches= 45851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5204 second user time and 13.096 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-06 15:35:11
IDJOB=4084313
IDBENCH=1402
IDSOLVER=2546
FILE ID=node112/4084313-1465220111
RUNJOBID= node112-1465218300-31160
PBS_JOBID= 19843211
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084313-1465220111/watcher-4084313-1465220111 -o /tmp/evaluation-result-4084313-1465220111/solver-4084313-1465220111 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31160 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084313-1465220111.opb

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

MD5SUM BENCH= 6f530d7030eb010292a76e81381ed552
RANDOM SEED=106700554

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:        31171792 kB
Buffers:            5916 kB
Cached:            79708 kB
SwapCached:         1620 kB
Active:           206188 kB
Inactive:          30372 kB
Active(anon):     152792 kB
Inactive(anon):      540 kB
Active(file):      53396 kB
Inactive(file):    29832 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098548 kB
Dirty:              2032 kB
Writeback:            20 kB
AnonPages:        902888 kB
Mapped:            15196 kB
Shmem:                 0 kB
Slab:             566540 kB
SReclaimable:       9400 kB
SUnreclaim:       557140 kB
KernelStack:        1576 kB
PageTables:         5996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1427104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    872448 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 node112 at 2016-06-06 16:04:45