Trace number 4121670

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.75 1798.54

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n68-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM96cb5d6071772f020eef62718e101a80
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.29065
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables102
Total number of constraints272
Number of constraints which are clauses272
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.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@2b21cc40
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@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4121670-1467315408.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.04s.
0.09/0.16	c declared #vars     102
0.09/0.16	c #constraints  272
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 272
0.09/0.16	c 272 constraints processed.
0.60/0.49	c cleaning 2501 clauses out of 5001 with flag 23139/5001
1.22/0.91	c cleaning 4248 clauses out of 8499 with flag 53578/11000
1.82/1.52	c cleaning 5626 clauses out of 11252 with flag 89593/18001
2.54/2.26	c cleaning 6812 clauses out of 13625 with flag 130010/26000
3.26/2.94	c cleaning 7906 clauses out of 15813 with flag 169142/35000
3.96/3.60	c cleaning 8953 clauses out of 17908 with flag 216732/45001
4.77/4.47	c cleaning 9976 clauses out of 19955 with flag 264528/56001
5.87/5.56	c cleaning 10988 clauses out of 21979 with flag 314516/68001
7.16/6.86	c cleaning 11993 clauses out of 23990 with flag 367230/81000
8.66/8.38	c cleaning 12993 clauses out of 25998 with flag 421811/95001
10.66/10.38	c cleaning 14000 clauses out of 28005 with flag 479627/110001
13.06/12.74	c cleaning 15002 clauses out of 30005 with flag 545124/126001
15.36/15.08	c cleaning 16001 clauses out of 32002 with flag 611442/143000
17.96/17.60	c cleaning 16998 clauses out of 34001 with flag 681232/161000
20.56/20.27	c cleaning 17997 clauses out of 36003 with flag 750236/180000
23.87/23.50	c cleaning 18998 clauses out of 38007 with flag 825489/200001
27.46/27.13	c cleaning 20004 clauses out of 40009 with flag 907284/221001
31.17/30.86	c cleaning 21002 clauses out of 42004 with flag 991515/243000
35.46/35.10	c cleaning 21996 clauses out of 44002 with flag 1082357/266000
39.76/39.45	c cleaning 23002 clauses out of 46006 with flag 1185394/290000
44.26/43.92	c cleaning 24001 clauses out of 48004 with flag 1283802/315000
48.96/48.63	c cleaning 24999 clauses out of 50003 with flag 1384895/341000
54.26/53.96	c cleaning 26003 clauses out of 52005 with flag 1494861/368001
60.25/59.97	c cleaning 27001 clauses out of 54001 with flag 1611306/396000
66.85/66.60	c cleaning 28001 clauses out of 56001 with flag 1725558/425001
74.06/73.78	c cleaning 29000 clauses out of 57999 with flag 1842944/455000
81.66/81.30	c cleaning 29999 clauses out of 59999 with flag 1961454/486000
88.42/88.01	c cleaning 30995 clauses out of 62001 with flag 2094544/518001
95.92/95.51	c cleaning 31995 clauses out of 64005 with flag 2237034/551000
104.63/104.28	c cleaning 33002 clauses out of 66010 with flag 2374899/585000
113.03/112.62	c cleaning 33997 clauses out of 68008 with flag 2530488/620000
122.22/121.80	c cleaning 35003 clauses out of 70012 with flag 2682018/656001
133.02/132.69	c cleaning 35999 clauses out of 72009 with flag 2853968/693001
144.22/143.87	c cleaning 37004 clauses out of 74010 with flag 3026615/731001
155.52/155.17	c cleaning 38000 clauses out of 76006 with flag 3201018/770001
167.52/167.15	c cleaning 39003 clauses out of 78006 with flag 3375004/810001
179.92/179.50	c cleaning 40000 clauses out of 80002 with flag 3555062/851000
193.25/192.83	c cleaning 41002 clauses out of 82003 with flag 3741087/893001
205.64/205.27	c cleaning 41998 clauses out of 84001 with flag 3928460/936001
217.84/217.42	c cleaning 42999 clauses out of 86002 with flag 4122595/980000
233.04/232.62	c cleaning 43997 clauses out of 88004 with flag 4323431/1025001
249.54/249.17	c cleaning 45001 clauses out of 90006 with flag 4532435/1071000
266.14/265.78	c cleaning 46001 clauses out of 92006 with flag 4740493/1118001
283.74/283.36	c cleaning 47003 clauses out of 94005 with flag 4952507/1166001
301.54/301.13	c cleaning 47999 clauses out of 96001 with flag 5162242/1215000
321.44/321.03	c cleaning 48997 clauses out of 98003 with flag 5377289/1265001
346.15/345.74	c cleaning 50000 clauses out of 100006 with flag 5600785/1316001
370.16/369.78	c cleaning 50998 clauses out of 102006 with flag 5828460/1368001
392.66/392.28	c cleaning 52002 clauses out of 104007 with flag 6064405/1421000
418.26/417.85	c cleaning 52999 clauses out of 106006 with flag 6297926/1475001
443.66/443.26	c cleaning 54001 clauses out of 108007 with flag 6542370/1530001
464.26/463.84	c cleaning 54999 clauses out of 110005 with flag 6792720/1586000
491.86/491.49	c cleaning 56003 clauses out of 112006 with flag 7039442/1643000
520.77/520.33	c cleaning 56992 clauses out of 114003 with flag 7296241/1701000
553.67/553.27	c cleaning 58004 clauses out of 116012 with flag 7559577/1760001
589.11/588.69	c cleaning 59004 clauses out of 118007 with flag 7830001/1820000
623.41/622.90	c cleaning 60001 clauses out of 120003 with flag 8102343/1881000
659.52/659.02	c cleaning 60998 clauses out of 122002 with flag 8378861/1943000
698.53/698.08	c cleaning 61998 clauses out of 124004 with flag 8656668/2006000
742.73/742.24	c cleaning 62999 clauses out of 126007 with flag 8945127/2070001
781.33/780.82	c cleaning 64003 clauses out of 128007 with flag 9240173/2135000
827.33/826.89	c cleaning 65001 clauses out of 130005 with flag 9529708/2201001
880.84/880.38	c cleaning 65998 clauses out of 132003 with flag 9826875/2268000
932.37/931.86	c cleaning 66998 clauses out of 134005 with flag 10128782/2336000
988.08/987.52	c cleaning 67999 clauses out of 136007 with flag 10431970/2405000
1046.69/1046.17	c cleaning 69004 clauses out of 138009 with flag 10739866/2475001
1111.39/1110.82	c cleaning 70001 clauses out of 140005 with flag 11052649/2546001
1175.31/1174.70	c cleaning 70999 clauses out of 142003 with flag 11369276/2618000
1248.22/1247.68	c cleaning 71999 clauses out of 144005 with flag 11691477/2691001
1315.81/1315.19	c cleaning 73001 clauses out of 146006 with flag 12020276/2765001
1382.62/1381.99	c cleaning 74001 clauses out of 148005 with flag 12355505/2840001
1452.93/1452.24	c cleaning 74999 clauses out of 150004 with flag 12692089/2916001
1523.84/1523.15	c cleaning 76000 clauses out of 152005 with flag 13031796/2993001
1603.55/1602.38	c cleaning 76996 clauses out of 154005 with flag 13374083/3071001
1703.54/1702.03	c cleaning 78001 clauses out of 156009 with flag 13703366/3150001
1795.56/1794.05	c cleaning 79001 clauses out of 158008 with flag 14037705/3230001
1800.07/1798.51	c starts		: 1902
1800.07/1798.51	c timeout
1800.07/1798.51	c conflicts		: 3239743
1800.07/1798.51	c decisions		: 4136618
1800.07/1798.51	c propagations		: 26075353
1800.07/1798.51	c inspects		: 41659347750
1800.07/1798.51	c shortcuts		: 0
1800.07/1798.51	c learnt literals	: 0
1800.07/1798.51	c learnt binary clauses	: 1
1800.07/1798.51	c learnt ternary clauses	: 1
1800.07/1798.51	c learnt constraints	: 3239743
1800.07/1798.51	c ignored constraints	: 0
1800.07/1798.51	c root simplifications	: 0
1800.07/1798.51	c removed literals (reason simplification)	: 0
1800.07/1798.51	c reason swapping (by a shorter reason)	: 0
1800.07/1798.51	c Calls to reduceDB	: 76
1800.07/1798.51	c Number of update (reduction) of LBD	: 233571
1800.07/1798.51	c Imported unit clauses	: 0
1800.07/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.51	c number of learned constraints concerned by reduction	: 0
1800.07/1798.51	c number of learning phase by resolution	: 0
1800.07/1798.51	c number of learning phase by cutting planes	: 0
1800.07/1798.51	c speed (assignments/second)	: 14499.614646330967
1800.07/1798.51	c non guided choices	487
1800.07/1798.53	c learnt constraints type 
1800.07/1798.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.07/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88748
1800.07/1798.54	s UNKNOWN
1800.07/1798.54	c Total wall clock time (in seconds): 1798.416

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-4121670-1467315408/watcher-4121670-1467315408 -o /tmp/evaluation-result-4121670-1467315408/solver-4121670-1467315408 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19895 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121670-1467315408.opb 

pid=21968
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.00 2.00 2.00 3/194 21971
/proc/meminfo: memFree=28678228/32872528 swapFree=7624/7624
[pid=21971] ppid=21968 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/21971/stat : 21971 (java) R 21968 21971 19879 0 -1 4202496 429 0 0 0 0 0 0 0 20 0 1 0 12436900 9445376 97 33554432000 1073741824 1073778376 140734365741712 140734365738840 218225489769 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21971/statm: 2290 85 63 9 0 38 0

[startup+0.100058 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 21971
/proc/meminfo: memFree=28678228/32872528 swapFree=7624/7624
[pid=21971] ppid=21968 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21971/stat : 21971 (java) S 21968 21971 19879 0 -1 4202496 4388 0 1 0 8 1 0 0 20 0 18 0 12436900 9787879424 6016 33554432000 1073741824 1073778376 140734365741712 140734365732848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21971/statm: 2389619 6016 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 21971
/proc/meminfo: memFree=28678228/32872528 swapFree=7624/7624
[pid=21971] ppid=21968 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/21971/stat : 21971 (java) S 21968 21971 19879 0 -1 4202496 6379 0 1 0 23 2 0 0 20 0 19 0 12436900 9856040960 7543 33554432000 1073741824 1073778376 140734365741712 140734365732848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21971/statm: 2406260 7553 2214 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300288 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 21971
/proc/meminfo: memFree=28678228/32872528 swapFree=7624/7624
[pid=21971] ppid=21968 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/21971/stat : 21971 (java) S 21968 21971 19879 0 -1 4202496 7213 0 1 0 46 2 0 0 20 0 19 0 12436900 9856040960 7984 33554432000 1073741824 1073778376 140734365741712 140734365732848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21971/statm: 2406260 7984 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700208 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 21971
/proc/meminfo: memFree=28678228/32872528 swapFree=7624/7624
[pid=21971] ppid=21968 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/21971/stat : 21971 (java) S 21968 21971 19879 0 -1 4202496 8294 0 1 0 98 2 0 0 20 0 19 0 12436900 9856040960 8596 33554432000 1073741824 1073778376 140734365741712 140734365732848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21971/statm: 2406260 8596 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21990
/proc/meminfo: memFree=28648084/32872528 swapFree=7620/7620
[pid=21971] ppid=21968 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/21971/stat : 21971 (java) S 21968 21971 19879 0 -1 4202496 8298 0 1 0 180 2 0 0 20 0 19 0 12436900 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140734365732848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21971/statm: 2406260 10132 2250 9 0 2396937 0
[pid=21971/tid=21973] ppid=21968 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/21971/task/21973/stat : 21973 (java) R 21968 21971 19879 0 -1 4202560 2407 0 1 0 145 1 0 0 20 0 19 0 12436901 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140211534410200 140211372066160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21974] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21974/stat : 21974 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140211495901864 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21975] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21975/stat : 21975 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140211494849320 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21976] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21976/stat : 21976 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140211493796776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21971/tid=21977] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21977/stat : 21977 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140211492744232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21978] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21978/stat : 21978 (java) S 21968 21971 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140211491690664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21979] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21979/stat : 21979 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140211490638120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21980] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21980/stat : 21980 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140211371633064 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21981] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21981/stat : 21981 (java) S 21968 21971 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140211370580520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21982] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21982/stat : 21982 (java) S 21968 21971 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12436903 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140211358382696 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21983] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21983/stat : 21983 (java) S 21968 21971 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12436904 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140211357329016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21984] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21984/stat : 21984 (java) S 21968 21971 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12436904 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140211356276360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21985] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21985/stat : 21985 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436906 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140210616658960 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21986] ppid=21968 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/21971/task/21986/stat : 21986 (java) S 21968 21971 19879 0 -1 4202560 1427 0 0 0 11 0 0 0 20 0 19 0 12436906 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140210615605304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21987] ppid=21968 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21971/task/21987/stat : 21987 (java) S 21968 21971 19879 0 -1 4202560 3191 0 0 0 22 0 0 0 20 0 19 0 12436906 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140210614552760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21988] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21988/stat : 21988 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436906 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140210613500408 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21989] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21989/stat : 21989 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436907 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140210612448072 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21990] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21990/stat : 21990 (java) S 21968 21971 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12436917 9856040960 10132 33554432000 1073741824 1073778376 140734365741712 140210611393832 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21990
/proc/meminfo: memFree=28643368/32872528 swapFree=7620/7620
[pid=21971] ppid=21968 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/21971/stat : 21971 (java) S 21968 21971 19879 0 -1 4202496 8364 0 1 0 343 3 0 0 20 0 19 0 12436900 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140734365732848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21971/statm: 2406260 10649 2250 9 0 2396937 0
[pid=21971/tid=21973] ppid=21968 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/21971/task/21973/stat : 21973 (java) R 21968 21971 19879 0 -1 4202560 2408 0 1 0 305 1 0 0 20 0 19 0 12436901 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140211534409992 140211372066087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21974] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21974/stat : 21974 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140211495901864 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21975] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21975/stat : 21975 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140211494849320 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21976] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21976/stat : 21976 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140211493796776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21971/tid=21977] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21977/stat : 21977 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140211492744232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21978] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21978/stat : 21978 (java) S 21968 21971 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140211491690664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21979] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21979/stat : 21979 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140211490638120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21980] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21980/stat : 21980 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140211371633064 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21981] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21981/stat : 21981 (java) S 21968 21971 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140211370580520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21982] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21982/stat : 21982 (java) S 21968 21971 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12436903 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140211358382696 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21983] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21983/stat : 21983 (java) S 21968 21971 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12436904 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140211357329016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21984] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21984/stat : 21984 (java) S 21968 21971 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12436904 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140211356276360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21985] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21985/stat : 21985 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436906 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140210616658960 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21986] ppid=21968 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21971/task/21986/stat : 21986 (java) S 21968 21971 19879 0 -1 4202560 1492 0 0 0 13 0 0 0 20 0 19 0 12436906 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140210615605304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21987] ppid=21968 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21971/task/21987/stat : 21987 (java) S 21968 21971 19879 0 -1 4202560 3191 0 0 0 22 0 0 0 20 0 19 0 12436906 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140210614552760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21988] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21988/stat : 21988 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436906 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140210613500408 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21989] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21989/stat : 21989 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436907 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140210612448072 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21990] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21990/stat : 21990 (java) S 21968 21971 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12436917 9856040960 10649 33554432000 1073741824 1073778376 140734365741712 140210611393832 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21990
/proc/meminfo: memFree=28637900/32872528 swapFree=7620/7620
[pid=21971] ppid=21968 vsize=9625040 CPUtime=6.66 cores=0,2,4,6
/proc/21971/stat : 21971 (java) S 21968 21971 19879 0 -1 4202496 8369 0 1 0 663 3 0 0 20 0 19 0 12436900 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140734365732848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21971/statm: 2406260 11860 2251 9 0 2396937 0
[pid=21971/tid=21973] ppid=21968 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/21971/task/21973/stat : 21973 (java) R 21968 21971 19879 0 -1 4202560 2412 0 1 0 624 2 0 0 20 0 19 0 12436901 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140211534401216 140211371869703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21974] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21974/stat : 21974 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140211495901864 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21975] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21975/stat : 21975 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140211494849320 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21976] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21976/stat : 21976 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140211493796776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21971/tid=21977] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21977/stat : 21977 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140211492744232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21978] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21978/stat : 21978 (java) S 21968 21971 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140211491690664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21979] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21979/stat : 21979 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140211490638120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21980] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21980/stat : 21980 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140211371633064 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21981] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21981/stat : 21981 (java) S 21968 21971 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140211370580520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21982] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21982/stat : 21982 (java) S 21968 21971 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12436903 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140211358382696 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21983] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21983/stat : 21983 (java) S 21968 21971 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12436904 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140211357329016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21984] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21984/stat : 21984 (java) S 21968 21971 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12436904 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140211356276360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21985] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21985/stat : 21985 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436906 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140210616658960 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21986] ppid=21968 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21971/task/21986/stat : 21986 (java) S 21968 21971 19879 0 -1 4202560 1492 0 0 0 13 0 0 0 20 0 19 0 12436906 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140210615605304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21987] ppid=21968 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21971/task/21987/stat : 21987 (java) S 21968 21971 19879 0 -1 4202560 3191 0 0 0 22 0 0 0 20 0 19 0 12436906 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140210614552760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21988] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21988/stat : 21988 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436906 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140210613500408 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21989] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21989/stat : 21989 (java) S 21968 21971 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12436907 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140210612448072 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21990] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21990/stat : 21990 (java) S 21968 21971 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12436917 9856040960 11860 33554432000 1073741824 1073778376 140734365741712 140210611393832 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9625040


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

/proc/21971/task/21983/stat : 21983 (java) S 21968 21971 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12436904 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140211357329016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21984] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21984/stat : 21984 (java) S 21968 21971 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12436904 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140211356276360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21985] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21985/stat : 21985 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436906 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140210616658960 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21986] ppid=21968 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/21971/task/21986/stat : 21986 (java) S 21968 21971 19879 0 -1 4202560 18326 0 0 0 95 3 0 0 20 0 19 0 12436906 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140210615605304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21987] ppid=21968 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21971/task/21987/stat : 21987 (java) S 21968 21971 19879 0 -1 4202560 3195 0 0 0 24 0 0 0 20 0 19 0 12436906 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140210614552760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21988] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21988/stat : 21988 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436906 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140210613500408 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21989] ppid=21968 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/21971/task/21989/stat : 21989 (java) S 21968 21971 19879 0 -1 4202560 100 0 0 0 35 31 0 0 20 0 19 0 12436907 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140210612448072 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21990] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21990/stat : 21990 (java) S 21968 21971 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12436917 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140210611393832 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.85
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22381
/proc/meminfo: memFree=28462444/32872528 swapFree=7620/7620
[pid=21971] ppid=21968 vsize=9625040 CPUtime=1783.87 cores=0,2,4,6
/proc/21971/stat : 21971 (java) S 21968 21971 19879 0 -1 4202496 25480 0 1 0 178350 37 0 0 20 0 19 0 12436900 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140734365732848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21971/statm: 2406260 55506 2272 9 0 2396937 0
[pid=21971/tid=21973] ppid=21968 vsize=9625040 CPUtime=1782.2 cores=0,2,4,6
/proc/21971/task/21973/stat : 21973 (java) R 21968 21971 19879 0 -1 4202560 2481 0 1 0 178186 34 0 0 20 0 19 0 12436901 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140211534401200 140211372308775 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21974] ppid=21968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21971/task/21974/stat : 21974 (java) S 21968 21971 19879 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12436902 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140211495901864 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21975] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21975/stat : 21975 (java) S 21968 21971 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140211494849320 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21976] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21976/stat : 21976 (java) S 21968 21971 19879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140211493796776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21977] ppid=21968 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21971/task/21977/stat : 21977 (java) S 21968 21971 19879 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 12436902 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140211492744232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21978] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21978/stat : 21978 (java) S 21968 21971 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140211491690664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21979] ppid=21968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21971/task/21979/stat : 21979 (java) S 21968 21971 19879 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12436902 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140211490638120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21980] ppid=21968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21971/task/21980/stat : 21980 (java) S 21968 21971 19879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 12436902 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140211371633064 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21971/tid=21981] ppid=21968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21971/task/21981/stat : 21981 (java) S 21968 21971 19879 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12436902 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140211370580520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21982] ppid=21968 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21971/task/21982/stat : 21982 (java) S 21968 21971 19879 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 12436903 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140211358382696 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21983] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21983/stat : 21983 (java) S 21968 21971 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12436904 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140211357329016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21984] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21984/stat : 21984 (java) S 21968 21971 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12436904 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140211356276360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21985] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21985/stat : 21985 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436906 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140210616658960 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21986] ppid=21968 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/21971/task/21986/stat : 21986 (java) S 21968 21971 19879 0 -1 4202560 18326 0 0 0 95 3 0 0 20 0 19 0 12436906 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140210615605304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21987] ppid=21968 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21971/task/21987/stat : 21987 (java) S 21968 21971 19879 0 -1 4202560 3195 0 0 0 24 0 0 0 20 0 19 0 12436906 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140210614552760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21988] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21988/stat : 21988 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436906 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140210613500408 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21989] ppid=21968 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/21971/task/21989/stat : 21989 (java) S 21968 21971 19879 0 -1 4202560 104 0 0 0 36 33 0 0 20 0 19 0 12436907 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140210612448072 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21990] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21990/stat : 21990 (java) S 21968 21971 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12436917 9856040960 55506 33554432000 1073741824 1073778376 140734365741712 140210611393832 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.87
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22382
/proc/meminfo: memFree=28455232/32872528 swapFree=7620/7620
[pid=21971] ppid=21968 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/21971/stat : 21971 (java) S 21968 21971 19879 0 -1 4202496 25480 0 1 0 179970 37 0 0 20 0 19 0 12436900 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140734365732848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21971/statm: 2406260 55579 2272 9 0 2396937 0
[pid=21971/tid=21973] ppid=21968 vsize=9625040 CPUtime=1798.41 cores=0,2,4,6
/proc/21971/task/21973/stat : 21973 (java) R 21968 21971 19879 0 -1 4202560 2481 0 1 0 179807 34 0 0 20 0 19 0 12436901 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211534401200 140211372308752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21974] ppid=21968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21971/task/21974/stat : 21974 (java) S 21968 21971 19879 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211495901864 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21975] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21975/stat : 21975 (java) S 21968 21971 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211494849320 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21976] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21976/stat : 21976 (java) S 21968 21971 19879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211493796776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21977] ppid=21968 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21971/task/21977/stat : 21977 (java) S 21968 21971 19879 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211492744232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21978] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21978/stat : 21978 (java) S 21968 21971 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211491690664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21979] ppid=21968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21971/task/21979/stat : 21979 (java) S 21968 21971 19879 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211490638120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21980] ppid=21968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21971/task/21980/stat : 21980 (java) S 21968 21971 19879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211371633064 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21971/tid=21981] ppid=21968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21971/task/21981/stat : 21981 (java) S 21968 21971 19879 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211370580520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21982] ppid=21968 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21971/task/21982/stat : 21982 (java) S 21968 21971 19879 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 12436903 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211358382696 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21983] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21983/stat : 21983 (java) S 21968 21971 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12436904 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211357329016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21984] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21984/stat : 21984 (java) S 21968 21971 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12436904 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211356276360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21985] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21985/stat : 21985 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436906 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140210616658960 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21986] ppid=21968 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/21971/task/21986/stat : 21986 (java) S 21968 21971 19879 0 -1 4202560 18326 0 0 0 95 3 0 0 20 0 19 0 12436906 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140210615605304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21987] ppid=21968 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21971/task/21987/stat : 21987 (java) S 21968 21971 19879 0 -1 4202560 3195 0 0 0 24 0 0 0 20 0 19 0 12436906 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140210614552760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21988] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21988/stat : 21988 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436906 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140210613500408 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21989] ppid=21968 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/21971/task/21989/stat : 21989 (java) S 21968 21971 19879 0 -1 4202560 104 0 0 0 37 33 0 0 20 0 19 0 12436907 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140210612448072 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21990] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21990/stat : 21990 (java) S 21968 21971 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12436917 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140210611393832 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 21971 sig 9
??? kill -21971 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22382
/proc/meminfo: memFree=28455232/32872528 swapFree=7620/7620
[pid=21971] ppid=21968 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/21971/stat : 21971 (java) S 21968 21971 19879 0 -1 4202496 25480 0 1 0 179970 37 0 0 20 0 19 0 12436900 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140734365732848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21971/statm: 2406260 55579 2272 9 0 2396937 0
[pid=21971/tid=21973] ppid=21968 vsize=9625040 CPUtime=1798.41 cores=0,2,4,6
/proc/21971/task/21973/stat : 21973 (java) R 21968 21971 19879 0 -1 4202560 2481 0 1 0 179807 34 0 0 20 0 19 0 12436901 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211534401200 140211372308752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21974] ppid=21968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21971/task/21974/stat : 21974 (java) S 21968 21971 19879 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211495901864 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21975] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21975/stat : 21975 (java) S 21968 21971 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211494849320 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21976] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21976/stat : 21976 (java) S 21968 21971 19879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211493796776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21977] ppid=21968 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21971/task/21977/stat : 21977 (java) S 21968 21971 19879 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211492744232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21978] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21978/stat : 21978 (java) S 21968 21971 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211491690664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21979] ppid=21968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21971/task/21979/stat : 21979 (java) S 21968 21971 19879 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211490638120 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21980] ppid=21968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21971/task/21980/stat : 21980 (java) S 21968 21971 19879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211371633064 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21971/tid=21981] ppid=21968 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21971/task/21981/stat : 21981 (java) S 21968 21971 19879 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12436902 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211370580520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21982] ppid=21968 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21971/task/21982/stat : 21982 (java) S 21968 21971 19879 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 12436903 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211358382696 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21983] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21983/stat : 21983 (java) S 21968 21971 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12436904 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211357329016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21984] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21984/stat : 21984 (java) S 21968 21971 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12436904 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140211356276360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21985] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21985/stat : 21985 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436906 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140210616658960 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21986] ppid=21968 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/21971/task/21986/stat : 21986 (java) S 21968 21971 19879 0 -1 4202560 18326 0 0 0 95 3 0 0 20 0 19 0 12436906 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140210615605304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21971/tid=21987] ppid=21968 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21971/task/21987/stat : 21987 (java) S 21968 21971 19879 0 -1 4202560 3195 0 0 0 24 0 0 0 20 0 19 0 12436906 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140210614552760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21988] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21988/stat : 21988 (java) S 21968 21971 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12436906 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140210613500408 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21971/tid=21989] ppid=21968 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/21971/task/21989/stat : 21989 (java) S 21968 21971 19879 0 -1 4202560 104 0 0 0 37 33 0 0 20 0 19 0 12436907 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140210612448072 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21971/tid=21990] ppid=21968 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21971/task/21990/stat : 21990 (java) S 21968 21971 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12436917 9856040960 55579 33554432000 1073741824 1073778376 140734365741712 140210611393832 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.54
CPU time (s): 1800.75
CPU user time (s): 1799.91
CPU system time (s): 0.842871
CPU usage (%): 100.123
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.842871
maximum resident set size= 231584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25524
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38104
involuntary context switches= 3781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8912 second user time and 11.9542 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 21:36:48
IDJOB=4121670
IDBENCH=110597
IDSOLVER=2546
FILE ID=node106/4121670-1467315408
RUNJOBID= node106-1467308742-19895
PBS_JOBID= 20005279
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n68-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121670-1467315408/watcher-4121670-1467315408 -o /tmp/evaluation-result-4121670-1467315408/solver-4121670-1467315408 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121670-1467315408.opb

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

MD5SUM BENCH= 96cb5d6071772f020eef62718e101a80
RANDOM SEED=2016625407

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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.495
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:        28679120 kB
Buffers:           82804 kB
Cached:          3134000 kB
SwapCached:            0 kB
Active:          2554644 kB
Inactive:         875220 kB
Active(anon):     200168 kB
Inactive(anon):    15724 kB
Active(file):    2354476 kB
Inactive(file):   859496 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:        220956 kB
Mapped:            23360 kB
Shmem:               204 kB
Slab:             626112 kB
SReclaimable:      69168 kB
SUnreclaim:       556944 kB
KernelStack:        1576 kB
PageTables:         4444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     696120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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 node106 at 2016-06-30 22:06:46