Trace number 4121662

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 PB16UNSAT 704.267 702.63

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n78-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUMfc83e003d47dd006b6842a5bb675c57b
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 benchmark3.13452
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables117
Total number of constraints312
Number of constraints which are clauses312
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4121662-1467315398.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.14	c ... done. Wall clock time 0.043s.
0.11/0.14	c declared #vars     117
0.11/0.14	c #constraints  312
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 312
0.11/0.14	c 312 constraints processed.
0.72/0.55	c cleaning 2495 clauses out of 5000 with flag 16207/5000
1.45/1.07	c cleaning 4246 clauses out of 8505 with flag 37528/11000
2.25/1.86	c cleaning 5624 clauses out of 11259 with flag 62340/18000
3.36/2.97	c cleaning 6811 clauses out of 13635 with flag 91326/26000
5.00/4.58	c cleaning 7907 clauses out of 15824 with flag 126794/35000
6.99/6.57	c cleaning 8954 clauses out of 17917 with flag 166314/45000
9.40/8.96	c cleaning 9980 clauses out of 19963 with flag 210314/56000
12.19/11.79	c cleaning 10989 clauses out of 21983 with flag 258314/68000
15.59/15.15	c cleaning 11989 clauses out of 23994 with flag 310314/81000
19.38/18.99	c cleaning 12995 clauses out of 26005 with flag 366314/95000
23.89/23.43	c cleaning 14000 clauses out of 28010 with flag 426314/110000
28.99/28.50	c cleaning 14997 clauses out of 30010 with flag 490314/126000
34.28/33.73	c cleaning 16002 clauses out of 32013 with flag 558809/143000
37.38/36.84	c cleaning 17000 clauses out of 34011 with flag 631699/161000
41.48/40.93	c cleaning 17999 clauses out of 36011 with flag 697184/180000
47.28/46.75	c cleaning 19005 clauses out of 38012 with flag 758343/200000
53.28/52.79	c cleaning 19998 clauses out of 40008 with flag 835512/221001
59.69/59.11	c cleaning 21002 clauses out of 42009 with flag 920124/243000
66.69/66.15	c cleaning 21996 clauses out of 44007 with flag 1012800/266000
74.39/73.88	c cleaning 23004 clauses out of 46011 with flag 1106101/290000
82.09/81.55	c cleaning 23999 clauses out of 48008 with flag 1210070/315001
90.38/89.82	c cleaning 24998 clauses out of 50009 with flag 1317674/341001
99.08/98.51	c cleaning 26001 clauses out of 52011 with flag 1424255/368001
107.99/107.45	c cleaning 26999 clauses out of 54009 with flag 1541827/396000
115.79/115.27	c cleaning 27997 clauses out of 56010 with flag 1671107/425000
124.49/123.93	c cleaning 29001 clauses out of 58014 with flag 1797165/455001
133.59/133.05	c cleaning 30004 clauses out of 60013 with flag 1927818/486001
143.80/143.25	c cleaning 31000 clauses out of 62009 with flag 2057990/518001
156.20/155.65	c cleaning 32002 clauses out of 64009 with flag 2196488/551001
165.80/165.23	c cleaning 32998 clauses out of 66007 with flag 2349929/585001
175.61/175.01	c cleaning 33999 clauses out of 68009 with flag 2497033/620001
185.00/184.40	c cleaning 34997 clauses out of 70010 with flag 2653146/656001
198.30/197.74	c cleaning 36001 clauses out of 72013 with flag 2823077/693001
213.82/213.22	c cleaning 37005 clauses out of 74011 with flag 2997938/731000
223.52/222.95	c cleaning 37998 clauses out of 76007 with flag 3167663/770001
232.22/231.69	c cleaning 39002 clauses out of 78008 with flag 3350976/810000
241.92/241.34	c cleaning 39997 clauses out of 80006 with flag 3535062/851000
254.12/253.50	c cleaning 41000 clauses out of 82010 with flag 3745633/893001
267.93/267.40	c cleaning 42004 clauses out of 84011 with flag 3964270/936002
278.42/277.84	c cleaning 42996 clauses out of 86005 with flag 4149905/980000
290.12/289.52	c cleaning 43999 clauses out of 88009 with flag 4361100/1025000
301.32/300.73	c cleaning 45004 clauses out of 90011 with flag 4567373/1071001
313.03/312.48	c cleaning 46004 clauses out of 92007 with flag 4772750/1118001
322.02/321.44	c cleaning 46997 clauses out of 94003 with flag 4981697/1166001
332.22/331.66	c cleaning 47995 clauses out of 96006 with flag 5209408/1215001
343.22/342.60	c cleaning 49000 clauses out of 98011 with flag 5424011/1265001
356.93/356.32	c cleaning 50005 clauses out of 100011 with flag 5632870/1316001
369.43/368.88	c cleaning 51000 clauses out of 102005 with flag 5836714/1368000
385.26/384.20	c cleaning 52001 clauses out of 104006 with flag 6030317/1421001
402.26/401.20	c cleaning 53003 clauses out of 106005 with flag 6239387/1475001
419.66/418.69	c cleaning 53999 clauses out of 108002 with flag 6477143/1530001
440.67/439.64	c cleaning 54995 clauses out of 110001 with flag 6693807/1586000
458.88/457.84	c cleaning 55998 clauses out of 112006 with flag 6999131/1643000
476.47/475.38	c cleaning 57000 clauses out of 114009 with flag 7292608/1701001
504.56/503.47	c cleaning 57999 clauses out of 116008 with flag 7605041/1760000
524.49/523.39	c cleaning 59001 clauses out of 118010 with flag 7879443/1820001
556.09/554.97	c cleaning 60000 clauses out of 120009 with flag 8173394/1881001
586.19/585.00	c cleaning 61002 clauses out of 122009 with flag 8451550/1943001
609.99/608.89	c cleaning 62001 clauses out of 124007 with flag 8728693/2006001
639.23/638.08	c cleaning 63000 clauses out of 126005 with flag 8981498/2070000
666.13/664.87	c cleaning 63999 clauses out of 128004 with flag 9235209/2135000
697.05/695.76	c cleaning 65002 clauses out of 130003 with flag 9484286/2201000
703.85/702.59	c starts		: 36
703.85/702.59	c conflicts		: 2225356
703.85/702.59	c decisions		: 2638237
703.85/702.59	c propagations		: 29009920
703.85/702.59	c inspects		: 19081566131
703.85/702.59	c shortcuts		: 0
703.85/702.59	c learnt literals	: 19
703.85/702.59	c learnt binary clauses	: 16
703.85/702.59	c learnt ternary clauses	: 40
703.85/702.59	c learnt constraints	: 2225336
703.85/702.59	c ignored constraints	: 0
703.85/702.59	c root simplifications	: 0
703.85/702.59	c removed literals (reason simplification)	: 0
703.85/702.59	c reason swapping (by a shorter reason)	: 0
703.85/702.59	c Calls to reduceDB	: 62
703.85/702.59	c Number of update (reduction) of LBD	: 331261
703.85/702.59	c Imported unit clauses	: 0
703.85/702.59	c number of reductions to clauses (during analyze)	: 0
703.85/702.59	c number of learned constraints concerned by reduction	: 0
703.85/702.59	c number of learning phase by resolution	: 0
703.85/702.59	c number of learning phase by cutting planes	: 0
703.85/702.59	c speed (assignments/second)	: 41298.316743730495
703.85/702.59	c non guided choices	1150
703.96/702.62	c learnt constraints type 
703.96/702.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
703.96/702.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89325
703.96/702.62	s UNSATISFIABLE
703.96/702.62	c Total wall clock time (in seconds): 702.523

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-4121662-1467315398/watcher-4121662-1467315398 -o /tmp/evaluation-result-4121662-1467315398/solver-4121662-1467315398 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467313697-19331 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121662-1467315398.opb 

pid=20068
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: 1.93 1.99 1.86 3/194 20071
/proc/meminfo: memFree=30195844/32872528 swapFree=242912/249044
[pid=20071] ppid=20068 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/20071/stat : 20071 (java) S 20068 20071 15659 0 -1 4202496 1311 0 0 0 0 0 0 0 20 0 2 0 12646101 98635776 943 33554432000 1073741824 1073778376 140736272044096 140736272035232 247067607101 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20071/statm: 24081 949 720 9 0 16771 0
[pid=20071/tid=20072] ppid=20068 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20072/stat : 20072 (java) R 20068 20071 15659 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 2 0 12646101 98570240 972 33554432000 1073741824 1073778376 140736272044096 140161996561960 140162003140358 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 1.93 1.99 1.86 3/194 20071
/proc/meminfo: memFree=30195844/32872528 swapFree=242912/249044
[pid=20071] ppid=20068 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/20071/stat : 20071 (java) S 20068 20071 15659 0 -1 4202496 4487 0 1 0 10 1 0 0 20 0 18 0 12646101 9787879424 6113 33554432000 1073741824 1073778376 140736272044096 140736272035232 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20071/statm: 2389619 6115 2157 9 0 2380296 0
[pid=20071/tid=20072] ppid=20068 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20071/task/20072/stat : 20072 (java) R 20068 20071 15659 0 -1 4202560 2375 0 1 0 7 0 0 0 20 0 18 0 12646101 9787879424 6115 33554432000 1073741824 1073778376 140736272044096 140161996565408 247067632909 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20026 s]
/proc/loadavg: 1.93 1.99 1.86 3/194 20071
/proc/meminfo: memFree=30195844/32872528 swapFree=242912/249044
[pid=20071] ppid=20068 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/20071/stat : 20071 (java) S 20068 20071 15659 0 -1 4202496 6949 0 1 0 28 2 0 0 20 0 19 0 12646101 9856040960 8001 33554432000 1073741824 1073778376 140736272044096 140736272035232 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20071/statm: 2406260 8001 2220 9 0 2396937 0
[pid=20071/tid=20072] ppid=20068 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20071/task/20072/stat : 20072 (java) R 20068 20071 15659 0 -1 4202560 2397 0 1 0 17 0 0 0 20 0 19 0 12646101 9856040960 8001 33554432000 1073741824 1073778376 140736272044096 140161996567168 140161845410626 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300353 s]
/proc/loadavg: 1.93 1.99 1.86 3/194 20071
/proc/meminfo: memFree=30195844/32872528 swapFree=242912/249044
[pid=20071] ppid=20068 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/20071/stat : 20071 (java) S 20068 20071 15659 0 -1 4202496 7235 0 1 0 48 2 0 0 20 0 19 0 12646101 9856040960 8509 33554432000 1073741824 1073778376 140736272044096 140736272035232 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20071/statm: 2406260 8509 2236 9 0 2396937 0
[pid=20071/tid=20072] ppid=20068 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/20071/task/20072/stat : 20072 (java) R 20068 20071 15659 0 -1 4202560 2400 0 1 0 27 0 0 0 20 0 19 0 12646101 9856040960 8509 33554432000 1073741824 1073778376 140736272044096 140161996567168 140161845770860 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700255 s]
/proc/loadavg: 1.93 1.99 1.86 3/194 20071
/proc/meminfo: memFree=30195844/32872528 swapFree=242912/249044
[pid=20071] ppid=20068 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/20071/stat : 20071 (java) S 20068 20071 15659 0 -1 4202496 10884 0 1 0 106 2 0 0 20 0 19 0 12646101 9856040960 8850 33554432000 1073741824 1073778376 140736272044096 140736272035232 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20071/statm: 2406260 8850 2246 9 0 2396937 0
[pid=20071/tid=20072] ppid=20068 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/20071/task/20072/stat : 20072 (java) R 20068 20071 15659 0 -1 4202560 2400 0 1 0 67 0 0 0 20 0 19 0 12646101 9856040960 8850 33554432000 1073741824 1073778376 140736272044096 140161996566920 140161845565360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50069 s]
/proc/loadavg: 1.93 1.99 1.86 3/213 20090
/proc/meminfo: memFree=30164632/32872528 swapFree=242912/249044
[pid=20071] ppid=20068 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/20071/stat : 20071 (java) S 20068 20071 15659 0 -1 4202496 11783 0 1 0 193 2 0 0 20 0 19 0 12646101 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140736272035232 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20071/statm: 2406260 9371 2249 9 0 2396937 0
[pid=20071/tid=20072] ppid=20068 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/20071/task/20072/stat : 20072 (java) R 20068 20071 15659 0 -1 4202560 2402 0 1 0 148 0 0 0 20 0 19 0 12646101 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161996565048 140161845770947 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20074] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20074/stat : 20074 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161969019048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20075] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20075/stat : 20075 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161967966504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20071/tid=20076] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20076/stat : 20076 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161966913960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20077] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20077/stat : 20077 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161965861416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20078] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20078/stat : 20078 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161964808872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20079] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20079/stat : 20079 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161834330920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20080] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20080/stat : 20080 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161833278376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20081] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20081/stat : 20081 (java) S 20068 20071 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161832225832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20082] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20082/stat : 20082 (java) S 20068 20071 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12646103 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161349277800 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20083] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20083/stat : 20083 (java) S 20068 20071 15659 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12646103 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161348224120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20084] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20084/stat : 20084 (java) S 20068 20071 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646104 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161347171464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20085] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20085/stat : 20085 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161346120208 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20086] ppid=20068 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/20071/task/20086/stat : 20086 (java) S 20068 20071 15659 0 -1 4202560 1426 0 0 0 11 0 0 0 20 0 19 0 12646106 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161345067576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20087] ppid=20068 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/20071/task/20087/stat : 20087 (java) S 20068 20071 15659 0 -1 4202560 6685 0 0 0 33 0 0 0 20 0 19 0 12646106 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161344015032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20088] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20088/stat : 20088 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161342962680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20089] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20089/stat : 20089 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161341910344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20090] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20090/stat : 20090 (java) S 20068 20071 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646116 9856040960 9371 33554432000 1073741824 1073778376 140736272044096 140161340855080 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 1.93 1.99 1.86 3/213 20090
/proc/meminfo: memFree=30164012/32872528 swapFree=242912/249044
[pid=20071] ppid=20068 vsize=9625040 CPUtime=3.58 cores=0,2,4,6
/proc/20071/stat : 20071 (java) S 20068 20071 15659 0 -1 4202496 11894 0 1 0 356 2 0 0 20 0 19 0 12646101 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140736272035232 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20071/statm: 2406260 9914 2249 9 0 2396937 0
[pid=20071/tid=20072] ppid=20068 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/20071/task/20072/stat : 20072 (java) R 20068 20071 15659 0 -1 4202560 2403 0 1 0 308 0 0 0 20 0 19 0 12646101 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161996558032 140161845730586 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20074] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20074/stat : 20074 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161969019048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20075] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20075/stat : 20075 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161967966504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20071/tid=20076] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20076/stat : 20076 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161966913960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20077] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20077/stat : 20077 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161965861416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20078] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20078/stat : 20078 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161964808872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20079] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20079/stat : 20079 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161834330920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20080] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20080/stat : 20080 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161833278376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20081] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20081/stat : 20081 (java) S 20068 20071 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161832225832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20082] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20082/stat : 20082 (java) S 20068 20071 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12646103 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161349277800 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20083] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20083/stat : 20083 (java) S 20068 20071 15659 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12646103 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161348224120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20084] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20084/stat : 20084 (java) S 20068 20071 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646104 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161347171464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20085] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20085/stat : 20085 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161346120208 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20086] ppid=20068 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/20071/task/20086/stat : 20086 (java) S 20068 20071 15659 0 -1 4202560 1536 0 0 0 14 0 0 0 20 0 19 0 12646106 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161345067576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20087] ppid=20068 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/20071/task/20087/stat : 20087 (java) S 20068 20071 15659 0 -1 4202560 6685 0 0 0 34 0 0 0 20 0 19 0 12646106 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161344015032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20088] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20088/stat : 20088 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161342962680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20089] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20089/stat : 20089 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161341910344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20090] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20090/stat : 20090 (java) S 20068 20071 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646116 9856040960 9914 33554432000 1073741824 1073778376 140736272044096 140161340855080 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 1.94 1.99 1.86 3/213 20090
/proc/meminfo: memFree=30157892/32872528 swapFree=242912/249044
[pid=20071] ppid=20068 vsize=9625040 CPUtime=6.79 cores=0,2,4,6
/proc/20071/stat : 20071 (java) S 20068 20071 15659 0 -1 4202496 11898 0 1 0 676 3 0 0 20 0 19 0 12646101 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140736272035232 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20071/statm: 2406260 10839 2250 9 0 2396937 0
[pid=20071/tid=20072] ppid=20068 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/20071/task/20072/stat : 20072 (java) R 20068 20071 15659 0 -1 4202560 2406 0 1 0 628 0 0 0 20 0 19 0 12646101 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140161996558032 140161845771001 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20074] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20074/stat : 20074 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140161969019048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20075] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20075/stat : 20075 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140161967966504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20071/tid=20076] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20076/stat : 20076 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140161966913960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20077] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20077/stat : 20077 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140161965861416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20078] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20078/stat : 20078 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140161964808872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20079] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20079/stat : 20079 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140161834330920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20080] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20080/stat : 20080 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140161833278376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20081] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20081/stat : 20081 (java) S 20068 20071 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140161832225832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20082] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20082/stat : 20082 (java) S 20068 20071 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12646103 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140161349277800 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20083] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20083/stat : 20083 (java) S 20068 20071 15659 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12646103 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140161348224120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20084] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20084/stat : 20084 (java) S 20068 20071 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646104 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140161347171464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20085] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20085/stat : 20085 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140161346120208 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20086] ppid=20068 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/20071/task/20086/stat : 20086 (java) S 20068 20071 15659 0 -1 4202560 1536 0 0 0 14 0 0 0 20 0 19 0 12646106 9856040960 10839 33554432000 1073741824 1073778376 140736272044096 140161345067576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20087] ppid=20068 vsize=9625040 CPUtime=0.34 cores=0,2,4,6

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

/proc/20071/task/20078/stat : 20078 (java) S 20068 20071 15659 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12646102 9856040960 51953 33554432000 1073741824 1073778376 140736272044096 140161964808872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20071/tid=20079] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20079/stat : 20079 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 51953 33554432000 1073741824 1073778376 140736272044096 140161834330920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20080] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20080/stat : 20080 (java) S 20068 20071 15659 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 51953 33554432000 1073741824 1073778376 140736272044096 140161833278376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20081] ppid=20068 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20071/task/20081/stat : 20081 (java) S 20068 20071 15659 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 12646102 9856040960 51953 33554432000 1073741824 1073778376 140736272044096 140161832225832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20082] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20082/stat : 20082 (java) S 20068 20071 15659 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 12646103 9856040960 51953 33554432000 1073741824 1073778376 140736272044096 140161349277800 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20083] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20083/stat : 20083 (java) S 20068 20071 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12646103 9856040960 51953 33554432000 1073741824 1073778376 140736272044096 140161348224120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20084] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20084/stat : 20084 (java) S 20068 20071 15659 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12646104 9856040960 51953 33554432000 1073741824 1073778376 140736272044096 140161347171464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20085] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20085/stat : 20085 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9856040960 51953 33554432000 1073741824 1073778376 140736272044096 140161346120208 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20086] ppid=20068 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/20071/task/20086/stat : 20086 (java) S 20068 20071 15659 0 -1 4202560 9567 0 0 0 66 2 0 0 20 0 19 0 12646106 9856040960 51953 33554432000 1073741824 1073778376 140736272044096 140161345067576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20087] ppid=20068 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/20071/task/20087/stat : 20087 (java) S 20068 20071 15659 0 -1 4202560 7383 0 0 0 46 0 0 0 20 0 19 0 12646106 9856040960 51953 33554432000 1073741824 1073778376 140736272044096 140161344015032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20088] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20088/stat : 20088 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9856040960 51953 33554432000 1073741824 1073778376 140736272044096 140161342962680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20089] ppid=20068 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20071/task/20089/stat : 20089 (java) S 20068 20071 15659 0 -1 4202560 38 0 0 0 7 10 0 0 20 0 19 0 12646106 9856040960 51953 33554432000 1073741824 1073778376 140736272044096 140161341910344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20090] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20090/stat : 20090 (java) S 20068 20071 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646116 9856040960 51953 33554432000 1073741824 1073778376 140736272044096 140161340855080 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 643.62
Current children cumulated vsize (KiB) 9625040

[startup+702.301 s]
/proc/loadavg: 2.02 2.01 1.92 3/213 20236
/proc/meminfo: memFree=29878572/32872528 swapFree=242912/249044
[pid=20071] ppid=20068 vsize=9625040 CPUtime=703.65 cores=0,2,4,6
/proc/20071/stat : 20071 (java) S 20068 20071 15659 0 -1 4202496 20835 0 1 0 70349 16 0 0 20 0 19 0 12646101 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140736272035232 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20071/statm: 2406260 52496 2271 9 0 2396937 0
[pid=20071/tid=20072] ppid=20068 vsize=9625040 CPUtime=702.26 cores=0,2,4,6
/proc/20071/task/20072/stat : 20072 (java) R 20068 20071 15659 0 -1 4202560 2484 0 1 0 70213 13 0 0 20 0 19 0 12646101 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161996564912 140161846058416 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20074] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20074/stat : 20074 (java) S 20068 20071 15659 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161969019048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20075] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20075/stat : 20075 (java) S 20068 20071 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161967966504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20076] ppid=20068 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20071/task/20076/stat : 20076 (java) S 20068 20071 15659 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161966913960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20077] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20077/stat : 20077 (java) S 20068 20071 15659 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161965861416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20071/tid=20078] ppid=20068 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20071/task/20078/stat : 20078 (java) S 20068 20071 15659 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161964808872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20071/tid=20079] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20079/stat : 20079 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161834330920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20080] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20080/stat : 20080 (java) S 20068 20071 15659 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161833278376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20081] ppid=20068 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20071/task/20081/stat : 20081 (java) S 20068 20071 15659 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161832225832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20082] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20082/stat : 20082 (java) S 20068 20071 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12646103 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161349277800 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20083] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20083/stat : 20083 (java) S 20068 20071 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12646103 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161348224120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20084] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20084/stat : 20084 (java) S 20068 20071 15659 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12646104 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161347171464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20085] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20085/stat : 20085 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161346120208 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20086] ppid=20068 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/20071/task/20086/stat : 20086 (java) S 20068 20071 15659 0 -1 4202560 9569 0 0 0 69 2 0 0 20 0 19 0 12646106 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161345067576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20087] ppid=20068 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/20071/task/20087/stat : 20087 (java) S 20068 20071 15659 0 -1 4202560 7383 0 0 0 46 0 0 0 20 0 19 0 12646106 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161344015032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20088] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20088/stat : 20088 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161342962680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20089] ppid=20068 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/20071/task/20089/stat : 20089 (java) S 20068 20071 15659 0 -1 4202560 42 0 0 0 9 10 0 0 20 0 19 0 12646106 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161341910344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20090] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20090/stat : 20090 (java) S 20068 20071 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646116 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161340855080 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 703.65
Current children cumulated vsize (KiB) 9625040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 20071 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+702.401 s]
/proc/loadavg: 2.02 2.01 1.92 3/213 20236
/proc/meminfo: memFree=29878572/32872528 swapFree=242912/249044
[pid=20071] ppid=20068 vsize=9625040 CPUtime=703.75 cores=0,2,4,6
/proc/20071/stat : 20071 (java) S 20068 20071 15659 0 -1 4202496 20835 0 1 0 70359 16 0 0 20 0 19 0 12646101 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140736272035232 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20071/statm: 2406260 52496 2271 9 0 2396937 0
[pid=20071/tid=20072] ppid=20068 vsize=9625040 CPUtime=702.36 cores=0,2,4,6
/proc/20071/task/20072/stat : 20072 (java) R 20068 20071 15659 0 -1 4202560 2484 0 1 0 70223 13 0 0 20 0 19 0 12646101 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161996564912 140161846058503 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20074] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20074/stat : 20074 (java) S 20068 20071 15659 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161969019048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20075] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20075/stat : 20075 (java) S 20068 20071 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161967966504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20076] ppid=20068 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20071/task/20076/stat : 20076 (java) S 20068 20071 15659 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161966913960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20077] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20077/stat : 20077 (java) S 20068 20071 15659 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161965861416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20071/tid=20078] ppid=20068 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20071/task/20078/stat : 20078 (java) S 20068 20071 15659 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161964808872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20071/tid=20079] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20079/stat : 20079 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161834330920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20080] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20080/stat : 20080 (java) S 20068 20071 15659 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161833278376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20081] ppid=20068 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20071/task/20081/stat : 20081 (java) S 20068 20071 15659 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 12646102 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161832225832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20082] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20082/stat : 20082 (java) S 20068 20071 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12646103 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161349277800 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20083] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20083/stat : 20083 (java) S 20068 20071 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12646103 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161348224120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20084] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20084/stat : 20084 (java) S 20068 20071 15659 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12646104 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161347171464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20085] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20085/stat : 20085 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161346120208 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20086] ppid=20068 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/20071/task/20086/stat : 20086 (java) S 20068 20071 15659 0 -1 4202560 9569 0 0 0 69 2 0 0 20 0 19 0 12646106 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161345067576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20087] ppid=20068 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/20071/task/20087/stat : 20087 (java) S 20068 20071 15659 0 -1 4202560 7383 0 0 0 46 0 0 0 20 0 19 0 12646106 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161344015032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20088] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20088/stat : 20088 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161342962680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20089] ppid=20068 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/20071/task/20089/stat : 20089 (java) S 20068 20071 15659 0 -1 4202560 42 0 0 0 9 10 0 0 20 0 19 0 12646106 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161341910344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20090] ppid=20068 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20090/stat : 20090 (java) S 20068 20071 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646116 9856040960 52496 33554432000 1073741824 1073778376 140736272044096 140161340855080 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 703.75
Current children cumulated vsize (KiB) 9625040

[startup+702.601 s]
/proc/loadavg: 2.02 2.01 1.92 3/213 20236
/proc/meminfo: memFree=29878572/32872528 swapFree=242912/249044
[pid=20071] ppid=20068 vsize=9691604 CPUtime=703.96 cores=0,2,4,6
/proc/20071/stat : 20071 (java) S 20068 20071 15659 0 -1 4202496 20849 0 1 0 70380 16 0 0 20 0 19 0 12646101 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140736272035232 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20071/statm: 2422901 52505 2272 9 0 2413578 0
[pid=20071/tid=20072] ppid=20068 vsize=9691604 CPUtime=702.56 cores=0,2,4,6
/proc/20071/task/20072/stat : 20072 (java) S 20068 20071 15659 0 -1 4202560 2487 0 1 0 70243 13 0 0 20 0 19 0 12646101 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161996567256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20071/tid=20074] ppid=20068 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20074/stat : 20074 (java) S 20068 20071 15659 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 12646102 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161969019048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20075] ppid=20068 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20075/stat : 20075 (java) S 20068 20071 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646102 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161967966504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20076] ppid=20068 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/20071/task/20076/stat : 20076 (java) S 20068 20071 15659 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 12646102 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161966913960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20077] ppid=20068 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20077/stat : 20077 (java) S 20068 20071 15659 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12646102 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161965861416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20071/tid=20078] ppid=20068 vsize=9691604 CPUtime=0.02 cores=0,2,4,6
/proc/20071/task/20078/stat : 20078 (java) S 20068 20071 15659 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12646102 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161964808872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20071/tid=20079] ppid=20068 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20079/stat : 20079 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646102 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161834330920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20080] ppid=20068 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20080/stat : 20080 (java) S 20068 20071 15659 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12646102 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161833278376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20081] ppid=20068 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/20071/task/20081/stat : 20081 (java) S 20068 20071 15659 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 12646102 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161832225832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20082] ppid=20068 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20082/stat : 20082 (java) S 20068 20071 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12646103 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161349277800 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20083] ppid=20068 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20083/stat : 20083 (java) S 20068 20071 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12646103 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161348224120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20084] ppid=20068 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20084/stat : 20084 (java) S 20068 20071 15659 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12646104 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161347171464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20085] ppid=20068 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20085/stat : 20085 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161346120208 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20086] ppid=20068 vsize=9691604 CPUtime=0.72 cores=0,2,4,6
/proc/20071/task/20086/stat : 20086 (java) R 20068 20071 15659 0 -1 4202560 9571 0 0 0 70 2 0 0 20 0 19 0 12646106 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161345067576 140161998703858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20087] ppid=20068 vsize=9691604 CPUtime=0.46 cores=0,2,4,6
/proc/20071/task/20087/stat : 20087 (java) S 20068 20071 15659 0 -1 4202560 7383 0 0 0 46 0 0 0 20 0 19 0 12646106 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161344015032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20071/tid=20088] ppid=20068 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/20071/task/20088/stat : 20088 (java) S 20068 20071 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646106 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161342962680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20071/tid=20089] ppid=20068 vsize=9691604 CPUtime=0.19 cores=0,2,4,6
/proc/20071/task/20089/stat : 20089 (java) S 20068 20071 15659 0 -1 4202560 42 0 0 0 9 10 0 0 20 0 19 0 12646106 9924202496 52505 33554432000 1073741824 1073778376 140736272044096 140161341910344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 703.96
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 702.63
CPU time (s): 704.267
CPU user time (s): 703.884
CPU system time (s): 0.382941
CPU usage (%): 100.233
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 703.884
system time used= 0.382941
maximum resident set size= 210436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20869
page faults= 1
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15101
involuntary context switches= 1047

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.9534 second user time and 5.01424 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-30 21:36:38
IDJOB=4121662
IDBENCH=110585
IDSOLVER=2546
FILE ID=node103/4121662-1467315398
RUNJOBID= node103-1467313697-19331
PBS_JOBID= 20005271
Free space on /tmp= 71712 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-n78-d3-i3-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121662-1467315398/watcher-4121662-1467315398 -o /tmp/evaluation-result-4121662-1467315398/solver-4121662-1467315398 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467313697-19331 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121662-1467315398.opb

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

MD5SUM BENCH= fc83e003d47dd006b6842a5bb675c57b
RANDOM SEED=2038080401

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30196380 kB
Buffers:          115848 kB
Cached:          1453888 kB
SwapCached:            0 kB
Active:           876120 kB
Inactive:         802632 kB
Active(anon):     104416 kB
Inactive(anon):     7416 kB
Active(file):     771704 kB
Inactive(file):   795216 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               924 kB
Writeback:             0 kB
AnonPages:        374308 kB
Mapped:            22068 kB
Shmem:               204 kB
Slab:             609456 kB
SReclaimable:      53184 kB
SUnreclaim:       556272 kB
KernelStack:        1784 kB
PageTables:         5052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     947748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 71712 MiB
End job on node103 at 2016-06-30 21:48:20