Trace number 4121102

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.08 1798.94

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-29-3.cnf.gz-extracted.pb.metafix.opb
MD5SUM0848feae3570d0fe822a06d98b3e23ee
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010998
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 constraints116
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)116
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4121102-1467313369.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.026s.
0.09/0.14	c declared #vars     117
0.09/0.14	c #constraints  116
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 116
0.09/0.14	c 116 constraints processed.
0.63/0.46	c cleaning 2496 clauses out of 5001 with flag 38698/5001
1.09/0.77	c cleaning 4247 clauses out of 8506 with flag 88926/11002
1.62/1.27	c cleaning 5622 clauses out of 11257 with flag 157029/18000
2.23/1.81	c cleaning 6813 clauses out of 13635 with flag 215900/26000
2.94/2.57	c cleaning 7908 clauses out of 15824 with flag 289186/35002
3.94/3.58	c cleaning 8952 clauses out of 17914 with flag 367952/45000
5.04/4.66	c cleaning 9979 clauses out of 19962 with flag 449114/56000
6.24/5.85	c cleaning 10986 clauses out of 21985 with flag 537575/68002
7.74/7.36	c cleaning 11992 clauses out of 23997 with flag 636054/81000
9.44/9.03	c cleaning 12998 clauses out of 26005 with flag 743171/95000
11.34/10.97	c cleaning 13991 clauses out of 28008 with flag 850564/110001
13.64/13.25	c cleaning 14997 clauses out of 30017 with flag 973433/126001
15.73/15.38	c cleaning 16003 clauses out of 32019 with flag 1107730/143000
18.23/17.89	c cleaning 17003 clauses out of 34017 with flag 1250073/161001
21.13/20.73	c cleaning 18001 clauses out of 36014 with flag 1389425/180001
24.64/24.26	c cleaning 18997 clauses out of 38014 with flag 1541562/200002
28.04/27.67	c cleaning 20006 clauses out of 40015 with flag 1690927/221000
31.63/31.23	c cleaning 20997 clauses out of 42010 with flag 1861759/243001
35.83/35.42	c cleaning 22002 clauses out of 44014 with flag 2026904/266002
40.23/39.85	c cleaning 23001 clauses out of 46010 with flag 2213154/290000
45.43/45.04	c cleaning 24001 clauses out of 48012 with flag 2398803/315003
50.83/50.40	c cleaning 25001 clauses out of 50009 with flag 2582691/341001
55.93/55.58	c cleaning 26000 clauses out of 52009 with flag 2773180/368002
61.93/61.56	c cleaning 26997 clauses out of 54007 with flag 2967008/396000
68.13/67.75	c cleaning 28004 clauses out of 56011 with flag 3173545/425001
74.73/74.38	c cleaning 28993 clauses out of 58006 with flag 3390959/455000
82.43/82.05	c cleaning 30003 clauses out of 60014 with flag 3616519/486001
90.13/89.79	c cleaning 30996 clauses out of 62011 with flag 3857135/518001
99.23/98.87	c cleaning 32002 clauses out of 64014 with flag 4095848/551000
108.02/107.68	c cleaning 33004 clauses out of 66013 with flag 4327688/585001
117.62/117.29	c cleaning 33993 clauses out of 68009 with flag 4569064/620001
128.72/128.33	c cleaning 34999 clauses out of 70015 with flag 4817478/656000
139.71/139.32	c cleaning 36003 clauses out of 72020 with flag 5064773/693004
151.32/150.98	c cleaning 37001 clauses out of 74014 with flag 5306638/731001
163.22/162.90	c cleaning 37995 clauses out of 76013 with flag 5579283/770001
176.42/176.03	c cleaning 39003 clauses out of 78017 with flag 5847321/810000
190.91/190.56	c cleaning 39997 clauses out of 80014 with flag 6129376/851000
205.71/205.39	c cleaning 41006 clauses out of 82019 with flag 6407432/893002
222.31/221.99	c cleaning 41999 clauses out of 84012 with flag 6681434/936001
240.21/239.83	c cleaning 43003 clauses out of 86013 with flag 6979318/980001
257.75/257.30	c cleaning 44001 clauses out of 88009 with flag 7267941/1025000
275.25/274.85	c cleaning 44999 clauses out of 90009 with flag 7567474/1071001
293.86/293.48	c cleaning 45999 clauses out of 92010 with flag 7863108/1118001
313.86/313.43	c cleaning 47000 clauses out of 94012 with flag 8159117/1166002
334.87/334.50	c cleaning 48000 clauses out of 96010 with flag 8463812/1215000
355.87/355.47	c cleaning 49001 clauses out of 98012 with flag 8764992/1265002
378.27/377.90	c cleaning 50002 clauses out of 100009 with flag 9095680/1316000
403.46/403.06	c cleaning 50997 clauses out of 102007 with flag 9462971/1368000
429.36/428.90	c cleaning 51997 clauses out of 104010 with flag 9828021/1421000
453.27/452.82	c cleaning 52998 clauses out of 106014 with flag 10213915/1475001
479.77/479.39	c cleaning 53996 clauses out of 108016 with flag 10602487/1530001
507.07/506.62	c cleaning 55008 clauses out of 110023 with flag 10970980/1586004
536.28/535.86	c cleaning 55994 clauses out of 112011 with flag 11343864/1643000
565.58/565.18	c cleaning 57003 clauses out of 114018 with flag 11742506/1701001
596.07/595.68	c cleaning 58002 clauses out of 116015 with flag 12128585/1760001
626.78/626.33	c cleaning 59000 clauses out of 118013 with flag 12525529/1820001
662.68/662.25	c cleaning 59998 clauses out of 120012 with flag 12940997/1881000
696.69/696.25	c cleaning 61003 clauses out of 122016 with flag 13348516/1943002
733.98/733.50	c cleaning 61999 clauses out of 124011 with flag 13775046/2006000
771.59/771.18	c cleaning 62992 clauses out of 126012 with flag 14209447/2070000
807.74/807.24	c cleaning 64005 clauses out of 128020 with flag 14657469/2135000
844.74/844.29	c cleaning 65004 clauses out of 130016 with flag 15098883/2201001
885.51/884.55	c cleaning 65999 clauses out of 132013 with flag 15530293/2268002
927.90/926.95	c cleaning 66998 clauses out of 134012 with flag 15995183/2336000
968.60/967.64	c cleaning 67999 clauses out of 136016 with flag 16467348/2405002
1011.20/1010.26	c cleaning 69004 clauses out of 138015 with flag 16921737/2475000
1056.00/1055.07	c cleaning 70000 clauses out of 140011 with flag 17394473/2546000
1102.79/1101.86	c cleaning 71001 clauses out of 142012 with flag 17868316/2618001
1152.47/1151.50	c cleaning 72003 clauses out of 144010 with flag 18346601/2691000
1206.68/1205.76	c cleaning 72997 clauses out of 146008 with flag 18842180/2765001
1264.97/1264.06	c cleaning 74001 clauses out of 148010 with flag 19326613/2840000
1323.66/1322.76	c cleaning 74999 clauses out of 150010 with flag 19814930/2916001
1382.36/1381.44	c cleaning 75998 clauses out of 152010 with flag 20320337/2993000
1443.08/1442.15	c cleaning 77002 clauses out of 154012 with flag 20811104/3071000
1506.55/1505.58	c cleaning 77999 clauses out of 156009 with flag 21307092/3150000
1563.22/1562.10	c cleaning 78998 clauses out of 158010 with flag 21847146/3230000
1621.01/1619.95	c cleaning 80002 clauses out of 160011 with flag 22360113/3311000
1683.82/1682.78	c cleaning 81004 clauses out of 162009 with flag 22884276/3393000
1751.43/1750.36	c cleaning 82001 clauses out of 164005 with flag 23427802/3476001
1800.08/1798.90	c starts		: 1235
1800.08/1798.90	c conflicts		: 3543874
1800.08/1798.90	c decisions		: 4316272
1800.08/1798.90	c propagations		: 57605144
1800.08/1798.90	c inspects		: 41002212861
1800.08/1798.90	c shortcuts		: 0
1800.08/1798.90	c learnt literals	: 7
1800.08/1798.90	c learnt binary clauses	: 10
1800.08/1798.90	c learnt ternary clauses	: 35
1800.08/1798.90	c learnt constraints	: 3543867
1800.08/1798.90	c ignored constraints	: 0
1800.08/1798.90	c root simplifications	: 0
1800.08/1798.90	c removed literals (reason simplification)	: 0
1800.08/1798.90	c reason swapping (by a shorter reason)	: 0
1800.08/1798.90	c Calls to reduceDB	: 79
1800.08/1798.90	c Number of update (reduction) of LBD	: 1019755
1800.08/1798.90	c Imported unit clauses	: 0
1800.08/1798.90	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.90	c number of learned constraints concerned by reduction	: 0
1800.08/1798.90	c number of learning phase by resolution	: 0
1800.08/1798.90	c number of learning phase by cutting planes	: 0
1800.08/1798.90	c speed (assignments/second)	: 32024.83092566288
1800.08/1798.90	c non guided choices	39
1800.08/1798.90	c timeout
1800.08/1798.94	c learnt constraints type 
1800.08/1798.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.08/1798.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 149863
1800.08/1798.94	s UNKNOWN
1800.08/1798.94	c Total wall clock time (in seconds): 1798.825

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-4121102-1467313369/watcher-4121102-1467313369 -o /tmp/evaluation-result-4121102-1467313369/solver-4121102-1467313369 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25492 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121102-1467313369.opb 

pid=26720
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.24 2.22 2.21 3/195 26723
/proc/meminfo: memFree=29679348/32872528 swapFree=1484672/1662500
[pid=26723] ppid=26720 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/26723/stat : 26723 (java) R 26720 26723 21085 0 -1 4202496 991 0 0 0 0 0 0 0 20 0 1 0 12289441 23793664 642 33554432000 1073741824 1073778376 140734477418400 140734477407464 273896487489 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26723/statm: 5809 654 483 9 0 128 0

[startup+0.100111 s]
/proc/loadavg: 2.24 2.22 2.21 3/195 26723
/proc/meminfo: memFree=29679348/32872528 swapFree=1484672/1662500
[pid=26723] ppid=26720 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26723/stat : 26723 (java) S 26720 26723 21085 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 12289441 9787879424 6043 33554432000 1073741824 1073778376 140734477418400 140734477409536 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26723/statm: 2389619 6043 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 2.24 2.22 2.21 3/195 26723
/proc/meminfo: memFree=29679348/32872528 swapFree=1484672/1662500
[pid=26723] ppid=26720 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/26723/stat : 26723 (java) S 26720 26723 21085 0 -1 4202496 6585 0 1 0 28 1 0 0 20 0 19 0 12289441 9856040960 7656 33554432000 1073741824 1073778376 140734477418400 140734477409536 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26723/statm: 2406260 7656 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300293 s]
/proc/loadavg: 2.24 2.22 2.21 3/195 26723
/proc/meminfo: memFree=29679348/32872528 swapFree=1484672/1662500
[pid=26723] ppid=26720 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/26723/stat : 26723 (java) S 26720 26723 21085 0 -1 4202496 6651 0 1 0 50 1 0 0 20 0 19 0 12289441 9856040960 7657 33554432000 1073741824 1073778376 140734477418400 140734477409536 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26723/statm: 2406260 7657 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700233 s]
/proc/loadavg: 2.24 2.22 2.21 3/195 26723
/proc/meminfo: memFree=29679348/32872528 swapFree=1484672/1662500
[pid=26723] ppid=26720 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/26723/stat : 26723 (java) S 26720 26723 21085 0 -1 4202496 8562 0 1 0 108 1 0 0 20 0 19 0 12289441 9856040960 9068 33554432000 1073741824 1073778376 140734477418400 140734477409536 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26723/statm: 2406260 9068 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.38 2.25 2.22 3/214 26742
/proc/meminfo: memFree=29649308/32872528 swapFree=1484672/1662500
[pid=26723] ppid=26720 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/26723/stat : 26723 (java) S 26720 26723 21085 0 -1 4202496 8565 0 1 0 190 2 0 0 20 0 19 0 12289441 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140734477409536 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26723/statm: 2406260 9581 2241 9 0 2396937 0
[pid=26723/tid=26725] ppid=26720 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 21085 0 -1 4202560 2399 0 1 0 146 1 0 0 20 0 19 0 12289442 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639741767344 140639593752168 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26726] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639714228904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26727] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639713176360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26728] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639712123816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26723/tid=26729] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639582333992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26730] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639581280424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26731] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639580227880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26732] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639579175336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26733] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639578122792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26734] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12289444 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639095609960 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26735] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12289445 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639094556280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26736] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12289445 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639093503624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26737] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639092452368 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26738] ppid=26720 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 21085 0 -1 4202560 2885 0 0 0 26 0 0 0 20 0 19 0 12289447 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639091398712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26739] ppid=26720 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/26723/task/26739/stat : 26739 (java) S 26720 26723 21085 0 -1 4202560 2011 0 0 0 14 0 0 0 20 0 19 0 12289447 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639090346168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26740] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26740/stat : 26740 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639089293816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26741] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26741/stat : 26741 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639088241480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26742] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26742/stat : 26742 (java) S 26720 26723 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12289456 9856040960 9581 33554432000 1073741824 1073778376 140734477418400 140639087187240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10065 s]
/proc/loadavg: 2.38 2.25 2.22 3/214 26742
/proc/meminfo: memFree=29646888/32872528 swapFree=1484672/1662500
[pid=26723] ppid=26720 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/26723/stat : 26723 (java) S 26720 26723 21085 0 -1 4202496 8568 0 1 0 352 2 0 0 20 0 19 0 12289441 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140734477409536 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26723/statm: 2406260 10094 2241 9 0 2396937 0
[pid=26723/tid=26725] ppid=26720 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 21085 0 -1 4202560 2401 0 1 0 305 1 0 0 20 0 19 0 12289442 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639741776256 140639593731827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26726] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639714228904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26727] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639713176360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26728] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639712123816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26723/tid=26729] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639582333992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26730] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639581280424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26731] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639580227880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26732] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639579175336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26733] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639578122792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26734] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12289444 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639095609960 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26735] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12289445 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639094556280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26736] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12289445 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639093503624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26737] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639092452368 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26738] ppid=26720 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 21085 0 -1 4202560 2886 0 0 0 27 0 0 0 20 0 19 0 12289447 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639091398712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26739] ppid=26720 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/26723/task/26739/stat : 26739 (java) S 26720 26723 21085 0 -1 4202560 2011 0 0 0 14 0 0 0 20 0 19 0 12289447 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639090346168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26740] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26740/stat : 26740 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639089293816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26741] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26741/stat : 26741 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639088241480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26742] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26742/stat : 26742 (java) S 26720 26723 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12289456 9856040960 10094 33554432000 1073741824 1073778376 140734477418400 140639087187240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.43 2.26 2.23 4/215 26743
/proc/meminfo: memFree=29642372/32872528 swapFree=1484672/1662500
[pid=26723] ppid=26720 vsize=9625040 CPUtime=6.74 cores=0,2,4,6
/proc/26723/stat : 26723 (java) S 26720 26723 21085 0 -1 4202496 8572 0 1 0 672 2 0 0 20 0 19 0 12289441 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140734477409536 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26723/statm: 2406260 11087 2242 9 0 2396937 0
[pid=26723/tid=26725] ppid=26720 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 21085 0 -1 4202560 2404 0 1 0 624 1 0 0 20 0 19 0 12289442 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639741767344 140639593731803 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26726] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639714228904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26727] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639713176360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26728] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639712123816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26723/tid=26729] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639582333992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26730] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639581280424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26731] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639580227880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26732] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639579175336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26733] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639578122792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26734] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12289444 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639095609960 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26735] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12289445 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639094556280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26736] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12289445 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639093503624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26737] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639092452368 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26738] ppid=26720 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 21085 0 -1 4202560 2886 0 0 0 27 0 0 0 20 0 19 0 12289447 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639091398712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26739] ppid=26720 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/26723/task/26739/stat : 26739 (java) S 26720 26723 21085 0 -1 4202560 2011 0 0 0 14 0 0 0 20 0 19 0 12289447 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639090346168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26740] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26740/stat : 26740 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639089293816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26741] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26741/stat : 26741 (java) S 26720 26723 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639088241480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26742] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26742/stat : 26742 (java) S 26720 26723 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12289456 9856040960 11087 33554432000 1073741824 1073778376 140734477418400 140639087187240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625040


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

[pid=26723/tid=26742] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26742/stat : 26742 (java) S 26720 26723 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12289456 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639087187240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.43
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.26 2.20 3/215 27045
/proc/meminfo: memFree=29564920/32872528 swapFree=1484672/1662500
[pid=26723] ppid=26720 vsize=9625040 CPUtime=1783.48 cores=0,2,4,6
/proc/26723/stat : 26723 (java) S 26720 26723 21085 0 -1 4202496 16865 0 1 0 178312 36 0 0 20 0 19 0 12289441 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140734477409536 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26723/statm: 2406260 49999 2263 9 0 2396937 0
[pid=26723/tid=26725] ppid=26720 vsize=9625040 CPUtime=1777.38 cores=0,2,4,6
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 21085 0 -1 4202560 2483 0 1 0 177706 32 0 0 20 0 19 0 12289442 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639741774208 140639594007197 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26726] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 21085 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639714228904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26727] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 21085 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639713176360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26728] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 21085 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639712123816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26729] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 21085 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639582333992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26730] ppid=26720 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 21085 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639581280424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26731] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 21085 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639580227880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26732] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639579175336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26733] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639578122792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26734] ppid=26720 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 21085 0 -1 4202560 18 0 0 0 0 2 0 0 20 0 19 0 12289444 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639095609960 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26735] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12289445 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639094556280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26736] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12289445 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639093503624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26737] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639092452368 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26738] ppid=26720 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 21085 0 -1 4202560 10905 0 0 0 86 1 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639091398712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26723/tid=26739] ppid=26720 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/26723/task/26739/stat : 26739 (java) S 26720 26723 21085 0 -1 4202560 2020 0 0 0 19 0 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639090346168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26740] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26740/stat : 26740 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639089293816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26741] ppid=26720 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/26723/task/26741/stat : 26741 (java) S 26720 26723 21085 0 -1 4202560 104 0 0 0 31 30 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639088241480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26742] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26742/stat : 26742 (java) S 26720 26723 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12289456 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639087187240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.48
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.9 s]
/proc/loadavg: 2.28 2.26 2.20 4/215 27046
/proc/meminfo: memFree=29556484/32872528 swapFree=1484672/1662500
[pid=26723] ppid=26720 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/26723/stat : 26723 (java) S 26720 26723 21085 0 -1 4202496 16865 0 1 0 179972 36 0 0 20 0 19 0 12289441 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140734477409536 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26723/statm: 2406260 49999 2263 9 0 2396937 0
[pid=26723/tid=26725] ppid=26720 vsize=9625040 CPUtime=1793.93 cores=0,2,4,6
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 21085 0 -1 4202560 2483 0 1 0 179361 32 0 0 20 0 19 0 12289442 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639741774208 140639594007160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26726] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 21085 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639714228904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26727] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 21085 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639713176360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26728] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 21085 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639712123816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26729] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 21085 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639582333992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26730] ppid=26720 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 21085 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639581280424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26731] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 21085 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639580227880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26732] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639579175336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26733] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639578122792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26734] ppid=26720 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 21085 0 -1 4202560 18 0 0 0 0 2 0 0 20 0 19 0 12289444 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639095609960 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26735] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12289445 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639094556280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26736] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12289445 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639093503624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26737] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639092452368 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26738] ppid=26720 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 21085 0 -1 4202560 10905 0 0 0 86 1 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639091398712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26723/tid=26739] ppid=26720 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/26723/task/26739/stat : 26739 (java) S 26720 26723 21085 0 -1 4202560 2020 0 0 0 19 0 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639090346168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26740] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26740/stat : 26740 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639089293816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26741] ppid=26720 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/26723/task/26741/stat : 26741 (java) S 26720 26723 21085 0 -1 4202560 104 0 0 0 31 31 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639088241480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26742] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26742/stat : 26742 (java) S 26720 26723 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12289456 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639087187240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 26723 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.9 s]
/proc/loadavg: 2.28 2.26 2.20 4/215 27046
/proc/meminfo: memFree=29556484/32872528 swapFree=1484672/1662500
[pid=26723] ppid=26720 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/26723/stat : 26723 (java) S 26720 26723 21085 0 -1 4202496 16865 0 1 0 179972 36 0 0 20 0 19 0 12289441 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140734477409536 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26723/statm: 2406260 49999 2263 9 0 2396937 0
[pid=26723/tid=26725] ppid=26720 vsize=9625040 CPUtime=1793.93 cores=0,2,4,6
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 21085 0 -1 4202560 2483 0 1 0 179361 32 0 0 20 0 19 0 12289442 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639741774208 140639594007160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26726] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 21085 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639714228904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26727] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 21085 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639713176360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26728] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 21085 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639712123816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26729] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 21085 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639582333992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26730] ppid=26720 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 21085 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639581280424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26731] ppid=26720 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 21085 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639580227880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26732] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639579175336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26733] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12289443 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639578122792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26734] ppid=26720 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 21085 0 -1 4202560 18 0 0 0 0 2 0 0 20 0 19 0 12289444 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639095609960 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26735] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12289445 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639094556280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26736] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12289445 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639093503624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26737] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639092452368 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26723/tid=26738] ppid=26720 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 21085 0 -1 4202560 10905 0 0 0 86 1 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639091398712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26723/tid=26739] ppid=26720 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/26723/task/26739/stat : 26739 (java) S 26720 26723 21085 0 -1 4202560 2020 0 0 0 19 0 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639090346168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26740] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26740/stat : 26740 (java) S 26720 26723 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639089293816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26723/tid=26741] ppid=26720 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/26723/task/26741/stat : 26741 (java) S 26720 26723 21085 0 -1 4202560 104 0 0 0 31 31 0 0 20 0 19 0 12289447 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639088241480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26723/tid=26742] ppid=26720 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26723/task/26742/stat : 26742 (java) S 26720 26723 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12289456 9856040960 49999 33554432000 1073741824 1073778376 140734477418400 140639087187240 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26723 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=209086
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=800878
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.94
CPU time (s): 1800.08
CPU user time (s): 1799.72
CPU system time (s): 0.36
CPU usage (%): 100.063
Max. virtual memory (cumulated for all children) (KiB): 9625660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.21
system time used= 0.800878
maximum resident set size= 201020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16910
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38118
involuntary context switches= 11693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2433 second user time and 12.7121 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 21:02:49
IDJOB=4121102
IDBENCH=110297
IDSOLVER=2546
FILE ID=node134/4121102-1467313369
RUNJOBID= node134-1467310932-25492
PBS_JOBID= 20005262
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-29-3.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121102-1467313369/watcher-4121102-1467313369 -o /tmp/evaluation-result-4121102-1467313369/solver-4121102-1467313369 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25492 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121102-1467313369.opb

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

MD5SUM BENCH= 0848feae3570d0fe822a06d98b3e23ee
RANDOM SEED=146056259

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29679876 kB
Buffers:          165276 kB
Cached:           384616 kB
SwapCached:            0 kB
Active:           465764 kB
Inactive:         319428 kB
Active(anon):     232180 kB
Inactive(anon):     5960 kB
Active(file):     233584 kB
Inactive(file):   313468 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       1947424 kB
Mapped:            21568 kB
Shmem:               216 kB
Slab:             610608 kB
SReclaimable:      54556 kB
SUnreclaim:       556052 kB
KernelStack:        1768 kB
PageTables:         7796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2355012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 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= 71708 MiB
End job on node134 at 2016-06-30 21:32:48