Trace number 4121526

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.09 1799.14

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n76-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM27072c993985960f98e07683b0640f92
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 benchmark21.1878
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables114
Total number of constraints304
Number of constraints which are clauses304
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4121526-1467315046.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.16	c ... done. Wall clock time 0.042s.
0.08/0.16	c declared #vars     114
0.08/0.16	c #constraints  304
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 304
0.08/0.16	c 304 constraints processed.
0.62/0.49	c cleaning 2499 clauses out of 5001 with flag 18699/5001
1.19/0.70	c cleaning 4245 clauses out of 8502 with flag 41198/11001
1.49/1.02	c cleaning 5623 clauses out of 11256 with flag 73195/18000
1.90/1.43	c cleaning 6814 clauses out of 13633 with flag 108443/26000
2.42/1.96	c cleaning 7902 clauses out of 15820 with flag 147559/35001
3.02/2.58	c cleaning 8955 clauses out of 17918 with flag 193224/45001
3.83/3.31	c cleaning 9979 clauses out of 19962 with flag 245521/56000
4.93/4.45	c cleaning 10988 clauses out of 21983 with flag 300340/68000
6.22/5.77	c cleaning 11996 clauses out of 23996 with flag 358724/81001
8.02/7.51	c cleaning 12999 clauses out of 25999 with flag 420882/95000
9.92/9.41	c cleaning 13994 clauses out of 28001 with flag 487736/110001
11.72/11.25	c cleaning 15001 clauses out of 30007 with flag 559047/126001
14.22/13.76	c cleaning 16003 clauses out of 32006 with flag 635385/143001
16.52/16.04	c cleaning 17000 clauses out of 34003 with flag 715131/161001
19.92/19.46	c cleaning 18002 clauses out of 36003 with flag 795291/180001
22.23/21.71	c cleaning 18997 clauses out of 38001 with flag 884466/200001
24.52/24.04	c cleaning 19994 clauses out of 40003 with flag 981200/221000
27.03/26.57	c cleaning 21002 clauses out of 42009 with flag 1079643/243000
29.42/28.90	c cleaning 22002 clauses out of 44007 with flag 1174597/266000
32.92/32.46	c cleaning 22995 clauses out of 46006 with flag 1265358/290001
37.22/36.77	c cleaning 24002 clauses out of 48011 with flag 1375359/315001
41.23/40.77	c cleaning 25002 clauses out of 50009 with flag 1484940/341001
46.83/46.33	c cleaning 26000 clauses out of 52006 with flag 1600694/368000
52.33/51.87	c cleaning 26997 clauses out of 54006 with flag 1709787/396000
58.22/57.72	c cleaning 28001 clauses out of 56009 with flag 1829853/425000
64.53/64.02	c cleaning 28997 clauses out of 58008 with flag 1962429/455000
71.93/71.49	c cleaning 30001 clauses out of 60012 with flag 2110783/486001
79.73/79.22	c cleaning 31001 clauses out of 62010 with flag 2264858/518000
88.53/88.07	c cleaning 32003 clauses out of 64010 with flag 2424272/551001
97.02/96.53	c cleaning 33001 clauses out of 66006 with flag 2584978/585000
106.82/106.33	c cleaning 33998 clauses out of 68005 with flag 2749584/620000
117.22/116.80	c cleaning 34999 clauses out of 70008 with flag 2919800/656001
127.82/127.39	c cleaning 36003 clauses out of 72009 with flag 3093483/693001
137.04/136.53	c cleaning 36996 clauses out of 74005 with flag 3267581/731000
147.23/146.75	c cleaning 38004 clauses out of 76011 with flag 3447800/770002
156.73/156.28	c cleaning 38997 clauses out of 78005 with flag 3621376/810000
167.95/167.41	c cleaning 40003 clauses out of 80008 with flag 3801674/851000
180.25/179.76	c cleaning 41001 clauses out of 82005 with flag 3991676/893000
194.05/193.57	c cleaning 41999 clauses out of 84004 with flag 4185126/936000
208.86/208.35	c cleaning 43002 clauses out of 86006 with flag 4384791/980001
222.36/221.83	c cleaning 43996 clauses out of 88003 with flag 4581611/1025000
235.56/235.01	c cleaning 44999 clauses out of 90008 with flag 4788726/1071001
253.57/253.06	c cleaning 46003 clauses out of 92008 with flag 5010487/1118000
269.77/269.29	c cleaning 47000 clauses out of 94007 with flag 5225445/1166002
288.46/287.97	c cleaning 47999 clauses out of 96005 with flag 5445077/1215000
307.87/307.37	c cleaning 49001 clauses out of 98006 with flag 5665032/1265000
328.57/328.01	c cleaning 50001 clauses out of 100005 with flag 5885730/1316000
347.68/347.10	c cleaning 51000 clauses out of 102005 with flag 6093954/1368001
368.09/367.52	c cleaning 52001 clauses out of 104005 with flag 6309056/1421001
389.29/388.72	c cleaning 53001 clauses out of 106003 with flag 6525928/1475000
411.69/411.13	c cleaning 54001 clauses out of 108003 with flag 6739701/1530001
434.90/434.35	c cleaning 55001 clauses out of 110001 with flag 6959444/1586000
449.89/449.39	c cleaning 55994 clauses out of 112001 with flag 7198166/1643001
470.40/469.84	c cleaning 56999 clauses out of 114007 with flag 7437756/1701001
490.55/489.96	c cleaning 58000 clauses out of 116007 with flag 7680894/1760000
520.64/520.05	c cleaning 58999 clauses out of 118007 with flag 7936847/1820000
550.05/549.46	c cleaning 59996 clauses out of 120008 with flag 8201809/1881000
571.95/571.35	c cleaning 61001 clauses out of 122013 with flag 8459477/1943001
588.76/588.17	c cleaning 62004 clauses out of 124012 with flag 8709140/2006001
612.56/611.90	c cleaning 63003 clauses out of 126008 with flag 8998144/2070001
644.96/644.39	c cleaning 63999 clauses out of 128005 with flag 9329741/2135001
664.26/663.67	c cleaning 64999 clauses out of 130005 with flag 9650174/2201000
685.86/685.20	c cleaning 66003 clauses out of 132007 with flag 9963170/2268001
707.48/706.81	c cleaning 66999 clauses out of 134004 with flag 10264424/2336001
731.67/731.00	c cleaning 67997 clauses out of 136004 with flag 10577264/2405000
760.97/760.35	c cleaning 69002 clauses out of 138007 with flag 10900905/2475000
793.18/792.54	c cleaning 69997 clauses out of 140006 with flag 11228769/2546001
831.89/831.27	c cleaning 70999 clauses out of 142008 with flag 11568430/2618000
865.27/864.56	c cleaning 71998 clauses out of 144009 with flag 11900007/2691000
903.58/902.82	c cleaning 73002 clauses out of 146011 with flag 12233591/2765000
943.58/942.88	c cleaning 74000 clauses out of 148010 with flag 12565837/2840001
992.69/991.96	c cleaning 74998 clauses out of 150010 with flag 12865298/2916001
1044.39/1043.64	c cleaning 76005 clauses out of 152011 with flag 13165613/2993000
1101.49/1100.73	c cleaning 76999 clauses out of 154006 with flag 13453598/3071000
1162.52/1161.72	c cleaning 77995 clauses out of 156008 with flag 13790045/3150001
1227.11/1226.31	c cleaning 78999 clauses out of 158012 with flag 14160381/3230000
1294.53/1293.71	c cleaning 80005 clauses out of 160014 with flag 14512578/3311001
1355.33/1354.59	c cleaning 81002 clauses out of 162009 with flag 14849567/3393001
1434.26/1433.41	c cleaning 81996 clauses out of 164006 with flag 15175070/3476000
1491.37/1490.57	c cleaning 83001 clauses out of 166011 with flag 15524103/3560001
1550.28/1549.42	c cleaning 84000 clauses out of 168010 with flag 15911796/3645001
1602.85/1601.98	c cleaning 84998 clauses out of 170009 with flag 16319519/3731000
1663.07/1662.12	c cleaning 85998 clauses out of 172011 with flag 16736775/3818000
1736.88/1735.91	c cleaning 87005 clauses out of 174015 with flag 17127284/3906002
1800.09/1799.10	c starts		: 396
1800.09/1799.10	c conflicts		: 3992811
1800.09/1799.10	c decisions		: 5107075
1800.09/1799.10	c propagations		: 32366732
1800.09/1799.10	c inspects		: 43645547888
1800.09/1799.10	c shortcuts		: 0
1800.09/1799.10	c learnt literals	: 0
1800.09/1799.10	c learnt binary clauses	: 0
1800.09/1799.10	c timeout
1800.09/1799.10	c learnt ternary clauses	: 6
1800.09/1799.10	c learnt constraints	: 3992811
1800.09/1799.10	c ignored constraints	: 0
1800.09/1799.10	c root simplifications	: 0
1800.09/1799.10	c removed literals (reason simplification)	: 0
1800.09/1799.10	c reason swapping (by a shorter reason)	: 0
1800.09/1799.10	c Calls to reduceDB	: 84
1800.09/1799.10	c Number of update (reduction) of LBD	: 366825
1800.09/1799.10	c Imported unit clauses	: 0
1800.09/1799.10	c number of reductions to clauses (during analyze)	: 0
1800.09/1799.10	c number of learned constraints concerned by reduction	: 0
1800.09/1799.10	c number of learning phase by resolution	: 0
1800.09/1799.10	c number of learning phase by cutting planes	: 0
1800.09/1799.10	c speed (assignments/second)	: 17992.153139411297
1800.09/1799.10	c non guided choices	1055
1800.09/1799.13	c learnt constraints type 
1800.09/1799.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 173819
1800.09/1799.13	s UNKNOWN
1800.09/1799.13	c Total wall clock time (in seconds): 1799.008

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

pid=27022
running on 4 cores: 1,3,5,7

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.30 2.25 2.20 4/197 27025
/proc/meminfo: memFree=29704468/32872528 swapFree=1484672/1662500
[pid=27025] ppid=27022 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27025/stat : 27025 (java) D 27022 27025 21085 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 12457141 9515008 175 33554432000 1073741824 1073778376 140736667117440 140736667100168 273905697680 0 0 4096 0 18446744072100756772 0 0 17 5 0 0 0 0 0
/proc/27025/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.30 2.25 2.20 4/197 27025
/proc/meminfo: memFree=29704468/32872528 swapFree=1484672/1662500
[pid=27025] ppid=27022 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/27025/stat : 27025 (java) S 27022 27025 21085 0 -1 4202496 4335 0 1 0 7 1 0 0 20 0 18 0 12457141 9787879424 5450 33554432000 1073741824 1073778376 140736919293824 140736919284960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27025/statm: 2389619 5450 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.30 2.25 2.20 4/197 27025
/proc/meminfo: memFree=29704468/32872528 swapFree=1484672/1662500
[pid=27025] ppid=27022 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/27025/stat : 27025 (java) S 27022 27025 21085 0 -1 4202496 5505 0 1 0 22 1 0 0 20 0 19 0 12457141 9856040960 6869 33554432000 1073741824 1073778376 140736919293824 140736919284960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27025/statm: 2406260 6878 2212 9 0 2396937 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9625040

[startup+0.300292 s]
/proc/loadavg: 2.30 2.25 2.20 4/197 27025
/proc/meminfo: memFree=29704468/32872528 swapFree=1484672/1662500
[pid=27025] ppid=27022 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/27025/stat : 27025 (java) S 27022 27025 21085 0 -1 4202496 7421 0 1 0 46 2 0 0 20 0 19 0 12457141 9856040960 8026 33554432000 1073741824 1073778376 140736919293824 140736919284960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27025/statm: 2406260 8026 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700254 s]
/proc/loadavg: 2.30 2.25 2.20 4/197 27025
/proc/meminfo: memFree=29704468/32872528 swapFree=1484672/1662500
[pid=27025] ppid=27022 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/27025/stat : 27025 (java) S 27022 27025 21085 0 -1 4202496 14838 0 1 0 116 3 0 0 20 0 19 0 12457141 9856040960 13202 33554432000 1073741824 1073778376 140736919293824 140736919284960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27025/statm: 2406260 13202 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.30 2.25 2.20 4/216 27044
/proc/meminfo: memFree=29657804/32872528 swapFree=1484672/1662500
[pid=27025] ppid=27022 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/27025/stat : 27025 (java) S 27022 27025 21085 0 -1 4202496 14843 0 1 0 199 3 0 0 20 0 19 0 12457141 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140736919284960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27025/statm: 2406260 14228 2250 9 0 2396937 0
[pid=27025/tid=27027] ppid=27022 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/27025/task/27027/stat : 27027 (java) R 27022 27025 21085 0 -1 4202560 2407 0 1 0 144 1 0 0 20 0 19 0 12457143 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571922108784 140571746668048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27028] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27028/stat : 27028 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571883600808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27029] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27029/stat : 27029 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571882548264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27030] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27030/stat : 27030 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571881495208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27031] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27031/stat : 27031 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571880442664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27032] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27032/stat : 27032 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571879389608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27033] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27033/stat : 27033 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571878337064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27034] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27034/stat : 27034 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571877284008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27035] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27035/stat : 27035 (java) S 27022 27025 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571876231464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27036] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27036/stat : 27036 (java) S 27022 27025 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12457145 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571746233192 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27037] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27037/stat : 27037 (java) S 27022 27025 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12457146 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571745179512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27038] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27038/stat : 27038 (java) S 27022 27025 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12457146 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571744126344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27039] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27039/stat : 27039 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571743075088 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27040] ppid=27022 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/27025/task/27040/stat : 27040 (java) S 27022 27025 21085 0 -1 4202560 7951 0 0 0 30 1 0 0 20 0 19 0 12457148 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571742021944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27041] ppid=27022 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27025/task/27041/stat : 27041 (java) S 27022 27025 21085 0 -1 4202560 3216 0 0 0 21 0 0 0 20 0 19 0 12457148 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571740969400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27042] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27042/stat : 27042 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571739916536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27043] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27043/stat : 27043 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571738864200 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27044] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27044/stat : 27044 (java) S 27022 27025 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12457158 9856040960 14228 33554432000 1073741824 1073778376 140736919293824 140571737810472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.30 2.25 2.20 4/216 27044
/proc/meminfo: memFree=29653212/32872528 swapFree=1484672/1662500
[pid=27025] ppid=27022 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/27025/stat : 27025 (java) S 27022 27025 21085 0 -1 4202496 14845 0 1 0 359 3 0 0 20 0 19 0 12457141 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140736919284960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27025/statm: 2406260 15252 2250 9 0 2396937 0
[pid=27025/tid=27027] ppid=27022 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/27025/task/27027/stat : 27027 (java) R 27022 27025 21085 0 -1 4202560 2409 0 1 0 304 1 0 0 20 0 19 0 12457143 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571922099920 140571746714113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27028] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27028/stat : 27028 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571883600808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27029] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27029/stat : 27029 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571882548264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27030] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27030/stat : 27030 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571881495208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27031] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27031/stat : 27031 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571880442664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27032] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27032/stat : 27032 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571879389608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27033] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27033/stat : 27033 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571878337064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27034] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27034/stat : 27034 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571877284008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27035] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27035/stat : 27035 (java) S 27022 27025 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571876231464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27036] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27036/stat : 27036 (java) S 27022 27025 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12457145 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571746233192 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27037] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27037/stat : 27037 (java) S 27022 27025 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12457146 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571745179512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27038] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27038/stat : 27038 (java) S 27022 27025 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12457146 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571744126344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27039] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27039/stat : 27039 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571743075088 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27040] ppid=27022 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/27025/task/27040/stat : 27040 (java) S 27022 27025 21085 0 -1 4202560 7951 0 0 0 30 1 0 0 20 0 19 0 12457148 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571742021944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27041] ppid=27022 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27025/task/27041/stat : 27041 (java) S 27022 27025 21085 0 -1 4202560 3216 0 0 0 21 0 0 0 20 0 19 0 12457148 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571740969400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27042] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27042/stat : 27042 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571739916536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27043] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27043/stat : 27043 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571738864200 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27044] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27044/stat : 27044 (java) S 27022 27025 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12457158 9856040960 15252 33554432000 1073741824 1073778376 140736919293824 140571737810472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.35 2.27 2.20 3/216 27044
/proc/meminfo: memFree=29649068/32872528 swapFree=1484672/1662500
[pid=27025] ppid=27022 vsize=9625040 CPUtime=6.82 cores=1,3,5,7
/proc/27025/stat : 27025 (java) S 27022 27025 21085 0 -1 4202496 14849 0 1 0 679 3 0 0 20 0 19 0 12457141 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140736919284960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27025/statm: 2406260 15650 2251 9 0 2396937 0
[pid=27025/tid=27027] ppid=27022 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/27025/task/27027/stat : 27027 (java) R 27022 27025 21085 0 -1 4202560 2412 0 1 0 623 1 0 0 20 0 19 0 12457143 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571922099920 140571746667811 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27028] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27028/stat : 27028 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571883600808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27029] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27029/stat : 27029 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571882548264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27030] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27030/stat : 27030 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571881495208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27031] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27031/stat : 27031 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571880442664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27032] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27032/stat : 27032 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571879389608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27033] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27033/stat : 27033 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571878337064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27034] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27034/stat : 27034 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571877284008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27035] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27035/stat : 27035 (java) S 27022 27025 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571876231464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27036] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27036/stat : 27036 (java) S 27022 27025 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12457145 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571746233192 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27037] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27037/stat : 27037 (java) S 27022 27025 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12457146 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571745179512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27038] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27038/stat : 27038 (java) S 27022 27025 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12457146 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571744126344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27039] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27039/stat : 27039 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571743075088 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27040] ppid=27022 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/27025/task/27040/stat : 27040 (java) S 27022 27025 21085 0 -1 4202560 7951 0 0 0 30 1 0 0 20 0 19 0 12457148 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571742021944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27041] ppid=27022 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27025/task/27041/stat : 27041 (java) S 27022 27025 21085 0 -1 4202560 3216 0 0 0 21 0 0 0 20 0 19 0 12457148 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571740969400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27042] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27042/stat : 27042 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571739916536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27043] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27043/stat : 27043 (java) S 27022 27025 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571738864200 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27044] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27044/stat : 27044 (java) S 27022 27025 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12457158 9856040960 15650 33554432000 1073741824 1073778376 140736919293824 140571737810472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 9625040


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

[pid=27025/tid=27044] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27044/stat : 27044 (java) S 27022 27025 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12457158 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571737810472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.28
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.25 2.19 3/216 27155
/proc/meminfo: memFree=29468572/32872528 swapFree=1484672/1662500
[pid=27025] ppid=27022 vsize=9625040 CPUtime=1783.29 cores=1,3,5,7
/proc/27025/stat : 27025 (java) S 27022 27025 21085 0 -1 4202496 15648 0 1 0 178289 40 0 0 20 0 19 0 12457141 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140736919284960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27025/statm: 2406260 57123 2266 9 0 2396937 0
[pid=27025/tid=27027] ppid=27022 vsize=9625040 CPUtime=1777.52 cores=1,3,5,7
/proc/27025/task/27027/stat : 27027 (java) R 27022 27025 21085 0 -1 4202560 2473 0 1 0 177722 30 0 0 20 0 19 0 12457143 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571922099920 140571746714071 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27028] ppid=27022 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27025/task/27028/stat : 27028 (java) S 27022 27025 21085 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571883600808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27029] ppid=27022 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27025/task/27029/stat : 27029 (java) S 27022 27025 21085 0 -1 4202560 147 0 0 0 2 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571882548264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27030] ppid=27022 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27025/task/27030/stat : 27030 (java) S 27022 27025 21085 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571881495208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27031] ppid=27022 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27025/task/27031/stat : 27031 (java) S 27022 27025 21085 0 -1 4202560 80 0 0 0 3 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571880442664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27032] ppid=27022 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27025/task/27032/stat : 27032 (java) S 27022 27025 21085 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571879389608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27033] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27033/stat : 27033 (java) S 27022 27025 21085 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571878337064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27034] ppid=27022 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27025/task/27034/stat : 27034 (java) S 27022 27025 21085 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571877284008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27035] ppid=27022 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27025/task/27035/stat : 27035 (java) S 27022 27025 21085 0 -1 4202560 166 0 0 0 4 1 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571876231464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27036] ppid=27022 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27025/task/27036/stat : 27036 (java) S 27022 27025 21085 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 19 0 12457145 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571746233192 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27037] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27037/stat : 27037 (java) S 27022 27025 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12457146 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571745179512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27038] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27038/stat : 27038 (java) S 27022 27025 21085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12457146 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571744126344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27039] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27039/stat : 27039 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571743075088 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27040] ppid=27022 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/27025/task/27040/stat : 27040 (java) S 27022 27025 21085 0 -1 4202560 7951 0 0 0 30 1 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571742021944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27041] ppid=27022 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/27025/task/27041/stat : 27041 (java) S 27022 27025 21085 0 -1 4202560 3222 0 0 0 24 0 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571740969400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27042] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27042/stat : 27042 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571739916536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27043] ppid=27022 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/27025/task/27043/stat : 27043 (java) S 27022 27025 21085 0 -1 4202560 104 0 0 0 26 42 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571738864200 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27044] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27044/stat : 27044 (java) S 27022 27025 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12457158 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571737810472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.29
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.1 s]
/proc/loadavg: 2.20 2.24 2.19 3/216 27155
/proc/meminfo: memFree=29466224/32872528 swapFree=1484672/1662500
[pid=27025] ppid=27022 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/27025/stat : 27025 (java) S 27022 27025 21085 0 -1 4202496 15648 0 1 0 179969 40 0 0 20 0 19 0 12457141 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140736919284960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27025/statm: 2406260 57123 2266 9 0 2396937 0
[pid=27025/tid=27027] ppid=27022 vsize=9625040 CPUtime=1794.27 cores=1,3,5,7
/proc/27025/task/27027/stat : 27027 (java) R 27022 27025 21085 0 -1 4202560 2473 0 1 0 179397 30 0 0 20 0 19 0 12457143 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571922099920 140571746667841 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27028] ppid=27022 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27025/task/27028/stat : 27028 (java) S 27022 27025 21085 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571883600808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27029] ppid=27022 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27025/task/27029/stat : 27029 (java) S 27022 27025 21085 0 -1 4202560 147 0 0 0 2 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571882548264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27030] ppid=27022 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27025/task/27030/stat : 27030 (java) S 27022 27025 21085 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571881495208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27031] ppid=27022 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27025/task/27031/stat : 27031 (java) S 27022 27025 21085 0 -1 4202560 80 0 0 0 3 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571880442664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27032] ppid=27022 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27025/task/27032/stat : 27032 (java) S 27022 27025 21085 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571879389608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27033] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27033/stat : 27033 (java) S 27022 27025 21085 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571878337064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27034] ppid=27022 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27025/task/27034/stat : 27034 (java) S 27022 27025 21085 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571877284008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27035] ppid=27022 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27025/task/27035/stat : 27035 (java) S 27022 27025 21085 0 -1 4202560 166 0 0 0 4 1 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571876231464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27036] ppid=27022 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27025/task/27036/stat : 27036 (java) S 27022 27025 21085 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 19 0 12457145 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571746233192 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27037] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27037/stat : 27037 (java) S 27022 27025 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12457146 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571745179512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27038] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27038/stat : 27038 (java) S 27022 27025 21085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12457146 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571744126344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27039] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27039/stat : 27039 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571743075088 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27040] ppid=27022 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/27025/task/27040/stat : 27040 (java) S 27022 27025 21085 0 -1 4202560 7951 0 0 0 30 1 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571742021944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27041] ppid=27022 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/27025/task/27041/stat : 27041 (java) S 27022 27025 21085 0 -1 4202560 3222 0 0 0 24 0 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571740969400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27042] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27042/stat : 27042 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571739916536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27043] ppid=27022 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/27025/task/27043/stat : 27043 (java) S 27022 27025 21085 0 -1 4202560 104 0 0 0 26 43 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571738864200 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27044] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27044/stat : 27044 (java) S 27022 27025 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12457158 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571737810472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 27025 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1799.1 s]
/proc/loadavg: 2.20 2.24 2.19 3/216 27155
/proc/meminfo: memFree=29466224/32872528 swapFree=1484672/1662500
[pid=27025] ppid=27022 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/27025/stat : 27025 (java) S 27022 27025 21085 0 -1 4202496 15648 0 1 0 179969 40 0 0 20 0 19 0 12457141 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140736919284960 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27025/statm: 2406260 57123 2266 9 0 2396937 0
[pid=27025/tid=27027] ppid=27022 vsize=9625040 CPUtime=1794.27 cores=1,3,5,7
/proc/27025/task/27027/stat : 27027 (java) R 27022 27025 21085 0 -1 4202560 2473 0 1 0 179397 30 0 0 20 0 19 0 12457143 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571922099920 140571746667841 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27025/tid=27028] ppid=27022 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27025/task/27028/stat : 27028 (java) S 27022 27025 21085 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571883600808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27029] ppid=27022 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27025/task/27029/stat : 27029 (java) S 27022 27025 21085 0 -1 4202560 147 0 0 0 2 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571882548264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27030] ppid=27022 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27025/task/27030/stat : 27030 (java) S 27022 27025 21085 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571881495208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27031] ppid=27022 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27025/task/27031/stat : 27031 (java) S 27022 27025 21085 0 -1 4202560 80 0 0 0 3 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571880442664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27032] ppid=27022 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27025/task/27032/stat : 27032 (java) S 27022 27025 21085 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571879389608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27033] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27033/stat : 27033 (java) S 27022 27025 21085 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571878337064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27034] ppid=27022 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27025/task/27034/stat : 27034 (java) S 27022 27025 21085 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571877284008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27035] ppid=27022 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27025/task/27035/stat : 27035 (java) S 27022 27025 21085 0 -1 4202560 166 0 0 0 4 1 0 0 20 0 19 0 12457144 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571876231464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27036] ppid=27022 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27025/task/27036/stat : 27036 (java) S 27022 27025 21085 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 19 0 12457145 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571746233192 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27037] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27037/stat : 27037 (java) S 27022 27025 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12457146 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571745179512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27038] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27038/stat : 27038 (java) S 27022 27025 21085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12457146 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571744126344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27039] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27039/stat : 27039 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571743075088 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27040] ppid=27022 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/27025/task/27040/stat : 27040 (java) S 27022 27025 21085 0 -1 4202560 7951 0 0 0 30 1 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571742021944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27025/tid=27041] ppid=27022 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/27025/task/27041/stat : 27041 (java) S 27022 27025 21085 0 -1 4202560 3222 0 0 0 24 0 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571740969400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27042] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27042/stat : 27042 (java) S 27022 27025 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571739916536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27025/tid=27043] ppid=27022 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/27025/task/27043/stat : 27043 (java) S 27022 27025 21085 0 -1 4202560 104 0 0 0 26 43 0 0 20 0 19 0 12457148 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571738864200 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27025/tid=27044] ppid=27022 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27025/task/27044/stat : 27044 (java) S 27022 27025 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12457158 9856040960 57123 33554432000 1073741824 1073778376 140736919293824 140571737810472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1799.14
CPU time (s): 1800.09
CPU user time (s): 1799.69
CPU system time (s): 0.4
CPU usage (%): 100.053
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.12
system time used= 0.903862
maximum resident set size= 228648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15695
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38135
involuntary context switches= 2419

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6411 second user time and 11.7262 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 21:30:46
IDJOB=4121526
IDBENCH=110536
IDSOLVER=2546
FILE ID=node134/4121526-1467315046
RUNJOBID= node134-1467310932-25493
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-tseitin-regular-n76-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121526-1467315046/watcher-4121526-1467315046 -o /tmp/evaluation-result-4121526-1467315046/solver-4121526-1467315046 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25493 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121526-1467315046.opb

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

MD5SUM BENCH= 27072c993985960f98e07683b0640f92
RANDOM SEED=538902399

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:        29704640 kB
Buffers:          166472 kB
Cached:           385332 kB
SwapCached:            0 kB
Active:           440704 kB
Inactive:         320780 kB
Active(anon):     206292 kB
Inactive(anon):     5960 kB
Active(file):     234412 kB
Inactive(file):   314820 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       1851276 kB
Mapped:            21568 kB
Shmem:               216 kB
Slab:             610592 kB
SReclaimable:      54584 kB
SUnreclaim:       556008 kB
KernelStack:        1784 kB
PageTables:         7960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2355184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 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 22:00:45