Trace number 4085014

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.9 1790.14

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_8.opb
MD5SUMc9443936e5641d3aca30cbd92e359860
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6479021
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 134217728
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 91246785518
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 134217728
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 91246785518
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4085014-1465337183.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
1.02/0.55	c ... done. Wall clock time 0.437s.
1.02/0.55	c declared #vars     9940
1.02/0.55	c #constraints  24512
1.02/0.55	c constraints type 
1.02/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2486
1.02/0.55	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
1.02/0.55	c org.sat4j.specs.Constr$1 => 2
1.02/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.02/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19390
1.02/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2625
1.02/0.55	c 24512 constraints processed.
1.02/0.55	c objective function length is 9730 literals
2.74/1.61	c cleaning 2494 clauses out of 5002 with flag 10532/5002
3.93/2.67	c cleaning 4247 clauses out of 8506 with flag 22528/11000
5.33/4.03	c cleaning 5621 clauses out of 11263 with flag 36536/18004
7.23/5.93	c cleaning 6805 clauses out of 13638 with flag 52528/26000
9.83/8.48	c cleaning 7909 clauses out of 15837 with flag 70536/35004
13.03/11.62	c cleaning 8958 clauses out of 17927 with flag 90534/45003
16.43/15.06	c cleaning 9976 clauses out of 19968 with flag 112532/56002
20.14/18.71	c cleaning 10986 clauses out of 21990 with flag 136528/68000
24.43/23.07	c cleaning 11993 clauses out of 24004 with flag 162528/81000
30.05/28.50	c cleaning 12998 clauses out of 26018 with flag 190542/95007
36.05/34.53	c cleaning 13995 clauses out of 28018 with flag 220538/110005
43.05/41.50	c cleaning 14995 clauses out of 30022 with flag 252536/126004
50.95/49.45	c cleaning 16000 clauses out of 32026 with flag 286534/143003
59.80/58.17	c cleaning 17000 clauses out of 34023 with flag 322528/161000
70.20/68.51	c cleaning 17997 clauses out of 36023 with flag 360528/180000
82.18/80.20	c cleaning 19004 clauses out of 38026 with flag 400528/200000
94.48/92.55	c cleaning 20002 clauses out of 40028 with flag 442540/221006
107.69/105.68	c cleaning 21001 clauses out of 42024 with flag 486536/243004
122.68/120.66	c cleaning 22006 clauses out of 44023 with flag 532536/266004
139.35/137.00	c cleaning 22997 clauses out of 46015 with flag 580532/290002
156.94/154.34	c cleaning 23995 clauses out of 48016 with flag 630528/315000
174.57/171.97	c cleaning 24995 clauses out of 50023 with flag 682532/341002
194.01/191.36	c cleaning 26002 clauses out of 52028 with flag 736532/368002
215.27/212.50	c cleaning 26994 clauses out of 54024 with flag 792528/396000
238.49/235.68	c cleaning 28002 clauses out of 56032 with flag 850532/425002
263.52/260.59	c cleaning 29009 clauses out of 58029 with flag 910530/455001
287.13/284.02	c cleaning 30001 clauses out of 60024 with flag 972538/486005
313.57/310.34	c cleaning 30999 clauses out of 62022 with flag 1036536/518004
343.52/340.19	c cleaning 31992 clauses out of 64020 with flag 1102530/551001
378.42/374.97	c cleaning 32999 clauses out of 66027 with flag 1170528/585000
413.95/410.37	c cleaning 34002 clauses out of 68030 with flag 1240532/620002
454.71/450.91	c cleaning 35011 clauses out of 70035 with flag 1312546/656009
498.89/495.07	c cleaning 35997 clauses out of 72016 with flag 1386530/693001
542.30/538.35	c cleaning 36996 clauses out of 74018 with flag 1462528/731000
593.62/589.41	c cleaning 37994 clauses out of 76025 with flag 1540534/770003
644.98/640.53	c cleaning 39001 clauses out of 78028 with flag 1620528/810000
702.29/697.52	c cleaning 40002 clauses out of 80029 with flag 1702532/851002
766.81/761.63	c cleaning 40995 clauses out of 82026 with flag 1786531/893001
819.65/814.32	c cleaning 42001 clauses out of 84032 with flag 1872533/936002
878.94/873.48	c cleaning 43008 clauses out of 86031 with flag 1960533/980002
950.35/944.62	c cleaning 44001 clauses out of 88023 with flag 2050533/1025002
1008.64/1002.76	c cleaning 45000 clauses out of 90020 with flag 2142529/1071000
1077.48/1071.13	c cleaning 45983 clauses out of 92020 with flag 2236529/1118000
1166.05/1159.06	c cleaning 46991 clauses out of 94037 with flag 2332529/1166000
1279.18/1271.47	c cleaning 47993 clauses out of 96048 with flag 2430533/1215002
1397.60/1389.28	c cleaning 48998 clauses out of 98055 with flag 2530533/1265002
1538.43/1529.55	c cleaning 49996 clauses out of 100058 with flag 2632535/1316003
1691.47/1681.83	c cleaning 50998 clauses out of 102060 with flag 2736531/1368001
1800.05/1790.10	c starts		: 4
1800.05/1790.10	c conflicts		: 1409668
1800.05/1790.10	c decisions		: 1426477
1800.05/1790.10	c propagations		: 114535566
1800.05/1790.10	c inspects		: 35468882726
1800.05/1790.10	c shortcuts		: 0
1800.05/1790.10	c learnt literals	: 0
1800.05/1790.10	c learnt binary clauses	: 0
1800.05/1790.10	c learnt ternary clauses	: 1
1800.05/1790.10	c learnt constraints	: 1409668
1800.05/1790.10	c ignored constraints	: 0
1800.05/1790.10	c root simplifications	: 0
1800.05/1790.10	c removed literals (reason simplification)	: 0
1800.05/1790.10	c reason swapping (by a shorter reason)	: 0
1800.05/1790.10	c Calls to reduceDB	: 48
1800.05/1790.10	c Number of update (reduction) of LBD	: 106
1800.05/1790.10	c Imported unit clauses	: 0
1800.05/1790.10	c number of reductions to clauses (during analyze)	: 0
1800.05/1790.10	c number of learned constraints concerned by reduction	: 0
1800.05/1790.10	c number of learning phase by resolution	: 0
1800.05/1790.10	c number of learning phase by cutting planes	: 0
1800.05/1790.10	c speed (assignments/second)	: 64003.76359378222
1800.05/1790.10	c non guided choices	0
1800.05/1790.11	c timeout
1800.05/1790.13	c learnt constraints type 
1800.05/1790.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92730
1800.05/1790.13	s UNKNOWN
1800.05/1790.13	c Total wall clock time (in seconds): 1790.015

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-4085014-1465337183/watcher-4085014-1465337183 -o /tmp/evaluation-result-4085014-1465337183/solver-4085014-1465337183 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23538 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085014-1465337183.opb 

pid=26453
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.00 2.04 2.00 3/194 26456
/proc/meminfo: memFree=30442824/32872528 swapFree=10608/190480
[pid=26456] ppid=26453 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/26456/stat : 26456 (java) D 26453 26456 27127 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 115653660 2560000 47 33554432000 1073741824 1073778376 140736884645904 140736884643032 249640873255 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/26456/statm: 625 47 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.00 2.04 2.00 3/194 26456
/proc/meminfo: memFree=30442824/32872528 swapFree=10608/190480
[pid=26456] ppid=26453 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/26456/stat : 26456 (java) S 26453 26456 27127 0 -1 4202496 4429 0 1 0 7 1 0 0 20 0 18 0 115653660 9787879424 6063 33554432000 1073741824 1073778376 140736884645904 140736884637040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26456/statm: 2389619 6063 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200189 s]
/proc/loadavg: 2.00 2.04 2.00 3/194 26456
/proc/meminfo: memFree=30442824/32872528 swapFree=10608/190480
[pid=26456] ppid=26453 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/26456/stat : 26456 (java) S 26453 26456 27127 0 -1 4202496 5082 0 1 0 27 1 0 0 20 0 18 0 115653660 9787879424 6924 33554432000 1073741824 1073778376 140736884645904 140736884637040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26456/statm: 2389619 6924 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300191 s]
/proc/loadavg: 2.00 2.04 2.00 3/194 26456
/proc/meminfo: memFree=30442824/32872528 swapFree=10608/190480
[pid=26456] ppid=26453 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/26456/stat : 26456 (java) S 26453 26456 27127 0 -1 4202496 7453 0 1 0 50 2 0 0 20 0 18 0 115653660 9787879424 11555 33554432000 1073741824 1073778376 140736884645904 140736884637040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26456/statm: 2389619 11567 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 2.00 2.04 2.00 3/194 26456
/proc/meminfo: memFree=30442824/32872528 swapFree=10608/190480
[pid=26456] ppid=26453 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/26456/stat : 26456 (java) S 26453 26456 27127 0 -1 4202496 13208 0 1 0 158 3 0 0 20 0 19 0 115653660 9856040960 25247 33554432000 1073741824 1073778376 140736884645904 140736884637040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26456/statm: 2406260 25247 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.00 2.04 2.00 3/213 26475
/proc/meminfo: memFree=30346640/32872528 swapFree=10608/190480
[pid=26456] ppid=26453 vsize=9625040 CPUtime=2.63 cores=1,3,5,7
/proc/26456/stat : 26456 (java) S 26453 26456 27127 0 -1 4202496 13221 0 1 0 260 3 0 0 20 0 19 0 115653660 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140736884637040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26456/statm: 2406260 28325 2266 9 0 2396937 0
[pid=26456/tid=26458] ppid=26453 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/26456/task/26458/stat : 26458 (java) R 26453 26456 27127 0 -1 4202560 2468 0 1 0 143 3 0 0 20 0 19 0 115653661 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140658102346200 140657975361214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26459] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26459/stat : 26459 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657946250280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26460] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26460/stat : 26460 (java) S 26453 26456 27127 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657945197480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26461] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26461/stat : 26461 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657944144680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26462] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26462/stat : 26462 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657943091880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26463] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26463/stat : 26463 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657942039080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26464] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26464/stat : 26464 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657940986280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26465] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26465/stat : 26465 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657939933480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26466] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26466/stat : 26466 (java) S 26453 26456 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657938880680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26467] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26467/stat : 26467 (java) S 26453 26456 27127 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657926683624 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26468] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26468/stat : 26468 (java) S 26453 26456 27127 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657925629688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26469] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26469/stat : 26469 (java) S 26453 26456 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657924576776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26470] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26470/stat : 26470 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657923525264 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26471] ppid=26453 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/26456/task/26471/stat : 26471 (java) S 26453 26456 27127 0 -1 4202560 4329 0 0 0 57 0 0 0 20 0 19 0 115653667 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657922472376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26472] ppid=26453 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/26456/task/26472/stat : 26472 (java) S 26453 26456 27127 0 -1 4202560 5146 0 0 0 57 0 0 0 20 0 19 0 115653667 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657921419576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26473] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26473/stat : 26473 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657920366968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26474] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26474/stat : 26474 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657919314376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26475] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26475/stat : 26475 (java) S 26453 26456 27127 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 115653720 9856040960 28325 33554432000 1073741824 1073778376 140736884645904 140657918162600 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.00 2.04 2.00 3/213 26475
/proc/meminfo: memFree=30329140/32872528 swapFree=10608/190480
[pid=26456] ppid=26453 vsize=9625040 CPUtime=4.43 cores=1,3,5,7
/proc/26456/stat : 26456 (java) S 26453 26456 27127 0 -1 4202496 15097 0 1 0 439 4 0 0 20 0 19 0 115653660 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140736884637040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26456/statm: 2406260 32969 2273 9 0 2396937 0
[pid=26456/tid=26458] ppid=26453 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/26456/task/26458/stat : 26458 (java) R 26453 26456 27127 0 -1 4202560 2477 0 1 0 302 3 0 0 20 0 19 0 115653661 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140658102345872 140657975369979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26459] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26459/stat : 26459 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657946250280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26460] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26460/stat : 26460 (java) S 26453 26456 27127 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657945197480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26461] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26461/stat : 26461 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657944144680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26462] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26462/stat : 26462 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657943091880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26463] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26463/stat : 26463 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657942039080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26464] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26464/stat : 26464 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657940986280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26465] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26465/stat : 26465 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657939933480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26466] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26466/stat : 26466 (java) S 26453 26456 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657938880680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26467] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26467/stat : 26467 (java) S 26453 26456 27127 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657926683624 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26468] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26468/stat : 26468 (java) S 26453 26456 27127 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657925629688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26469] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26469/stat : 26469 (java) S 26453 26456 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657924576776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26470] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26470/stat : 26470 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657923525264 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26471] ppid=26453 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/26456/task/26471/stat : 26471 (java) S 26453 26456 27127 0 -1 4202560 6194 0 0 0 73 0 0 0 20 0 19 0 115653667 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657922472376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26472] ppid=26453 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/26456/task/26472/stat : 26472 (java) S 26453 26456 27127 0 -1 4202560 5148 0 0 0 61 0 0 0 20 0 19 0 115653667 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657921419576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26473] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26473/stat : 26473 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657920366968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26474] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26474/stat : 26474 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657919314376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26475] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26475/stat : 26475 (java) S 26453 26456 27127 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 115653720 9856040960 32969 33554432000 1073741824 1073778376 140736884645904 140657918162600 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.00 2.04 2.00 3/213 26475
/proc/meminfo: memFree=30296420/32872528 swapFree=10608/190480
[pid=26456] ppid=26453 vsize=9625040 CPUtime=7.66 cores=1,3,5,7
/proc/26456/stat : 26456 (java) S 26453 26456 27127 0 -1 4202496 15113 0 1 0 762 4 0 0 20 0 19 0 115653660 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140736884637040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26456/statm: 2406260 39921 2274 9 0 2396937 0
[pid=26456/tid=26458] ppid=26453 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/26456/task/26458/stat : 26458 (java) R 26453 26456 27127 0 -1 4202560 2492 0 1 0 621 3 0 0 20 0 19 0 115653661 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140658102345992 140657975442945 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26459] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26459/stat : 26459 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657946250280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26460] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26460/stat : 26460 (java) S 26453 26456 27127 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657945197480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26461] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26461/stat : 26461 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657944144680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26462] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26462/stat : 26462 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657943091880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26463] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26463/stat : 26463 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657942039080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26464] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26464/stat : 26464 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657940986280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26465] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26465/stat : 26465 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657939933480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26466] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26466/stat : 26466 (java) S 26453 26456 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 115653663 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657938880680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26467] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26467/stat : 26467 (java) S 26453 26456 27127 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657926683624 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26468] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26468/stat : 26468 (java) S 26453 26456 27127 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657925629688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26469] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26469/stat : 26469 (java) S 26453 26456 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657924576776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26470] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26470/stat : 26470 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657923525264 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26471] ppid=26453 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/26456/task/26471/stat : 26471 (java) S 26453 26456 27127 0 -1 4202560 6194 0 0 0 74 0 0 0 20 0 19 0 115653667 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657922472376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26472] ppid=26453 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/26456/task/26472/stat : 26472 (java) S 26453 26456 27127 0 -1 4202560 5148 0 0 0 64 0 0 0 20 0 19 0 115653667 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657921419576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26473] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26473/stat : 26473 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657920366968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26474] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26474/stat : 26474 (java) S 26453 26456 27127 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657919314376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26475] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26475/stat : 26475 (java) S 26453 26456 27127 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 115653720 9856040960 39921 33554432000 1073741824 1073778376 140736884645904 140657918162600 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 9625040


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

[pid=26456/tid=26468] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26468/stat : 26468 (java) S 26453 26456 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 50264 33554432000 1073741824 1073778376 140736884645904 140657925629688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26469] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26469/stat : 26469 (java) S 26453 26456 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 50264 33554432000 1073741824 1073778376 140736884645904 140657924576776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26470] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26470/stat : 26470 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 50264 33554432000 1073741824 1073778376 140736884645904 140657923525264 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26471] ppid=26453 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/26456/task/26471/stat : 26471 (java) S 26453 26456 27127 0 -1 4202560 6194 0 0 0 74 0 0 0 20 0 19 0 115653667 9856040960 50264 33554432000 1073741824 1073778376 140736884645904 140657922472376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26472] ppid=26453 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/26456/task/26472/stat : 26472 (java) S 26453 26456 27127 0 -1 4202560 5148 0 0 0 64 0 0 0 20 0 19 0 115653667 9856040960 50264 33554432000 1073741824 1073778376 140736884645904 140657921419576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26473] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26473/stat : 26473 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 50264 33554432000 1073741824 1073778376 140736884645904 140657920366968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26474] ppid=26453 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/26456/task/26474/stat : 26474 (java) S 26453 26456 27127 0 -1 4202560 98 0 0 0 25 41 0 0 20 0 19 0 115653667 9856040960 50264 33554432000 1073741824 1073778376 140736884645904 140657919314376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26475] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26475/stat : 26475 (java) S 26453 26456 27127 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 115653720 9856040960 50264 33554432000 1073741824 1073778376 140736884645904 140657918162600 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1732.03
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 26585
/proc/meminfo: memFree=30163560/32872528 swapFree=10608/190480
[pid=26456] ppid=26453 vsize=9625040 CPUtime=1792.16 cores=1,3,5,7
/proc/26456/stat : 26456 (java) S 26453 26456 27127 0 -1 4202496 28806 0 1 0 179072 144 0 0 20 0 19 0 115653660 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140736884637040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26456/statm: 2406260 49190 2295 9 0 2396937 0
[pid=26456/tid=26458] ppid=26453 vsize=9625040 CPUtime=1775.71 cores=1,3,5,7
/proc/26456/task/26458/stat : 26458 (java) R 26453 26456 27127 0 -1 4202560 3754 0 1 0 177537 34 0 0 20 0 19 0 115653661 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140658102344896 140657975369979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26459] ppid=26453 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/26456/task/26459/stat : 26459 (java) S 26453 26456 27127 0 -1 4202560 1795 0 0 0 156 16 0 0 20 0 19 0 115653663 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657946250280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26460] ppid=26453 vsize=9625040 CPUtime=1.59 cores=1,3,5,7
/proc/26456/task/26460/stat : 26460 (java) S 26453 26456 27127 0 -1 4202560 1910 0 0 0 149 10 0 0 20 0 19 0 115653663 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657945197480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26461] ppid=26453 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/26456/task/26461/stat : 26461 (java) S 26453 26456 27127 0 -1 4202560 1970 0 0 0 152 10 0 0 20 0 19 0 115653663 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657944144680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26462] ppid=26453 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/26456/task/26462/stat : 26462 (java) S 26453 26456 27127 0 -1 4202560 962 0 0 0 151 12 0 0 20 0 19 0 115653663 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657943091880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26463] ppid=26453 vsize=9625040 CPUtime=1.69 cores=1,3,5,7
/proc/26456/task/26463/stat : 26463 (java) S 26453 26456 27127 0 -1 4202560 1223 0 0 0 159 10 0 0 20 0 19 0 115653663 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657942039080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26464] ppid=26453 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/26456/task/26464/stat : 26464 (java) S 26453 26456 27127 0 -1 4202560 1654 0 0 0 159 11 0 0 20 0 19 0 115653663 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657940986280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26465] ppid=26453 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/26456/task/26465/stat : 26465 (java) S 26453 26456 27127 0 -1 4202560 705 0 0 0 166 14 0 0 20 0 19 0 115653663 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657939933480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26466] ppid=26453 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/26456/task/26466/stat : 26466 (java) S 26453 26456 27127 0 -1 4202560 1502 0 0 0 137 11 0 0 20 0 19 0 115653663 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657938880680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26467] ppid=26453 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/26456/task/26467/stat : 26467 (java) S 26453 26456 27127 0 -1 4202560 624 0 0 0 162 8 0 0 20 0 19 0 115653664 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657926683624 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26468] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26468/stat : 26468 (java) S 26453 26456 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657925629688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26469] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26469/stat : 26469 (java) S 26453 26456 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657924576776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26470] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26470/stat : 26470 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657923525264 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26471] ppid=26453 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/26456/task/26471/stat : 26471 (java) S 26453 26456 27127 0 -1 4202560 6194 0 0 0 74 0 0 0 20 0 19 0 115653667 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657922472376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26472] ppid=26453 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/26456/task/26472/stat : 26472 (java) S 26453 26456 27127 0 -1 4202560 5148 0 0 0 64 0 0 0 20 0 19 0 115653667 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657921419576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26473] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26473/stat : 26473 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657920366968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26474] ppid=26453 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/26456/task/26474/stat : 26474 (java) S 26453 26456 27127 0 -1 4202560 102 0 0 0 26 43 0 0 20 0 19 0 115653667 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657919314376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26475] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26475/stat : 26475 (java) S 26453 26456 27127 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 115653720 9856040960 49190 33554432000 1073741824 1073778376 140736884645904 140657918162600 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1792.16
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 26585
/proc/meminfo: memFree=30163684/32872528 swapFree=10608/190480
[pid=26456] ppid=26453 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/26456/stat : 26456 (java) S 26453 26456 27127 0 -1 4202496 28935 0 1 0 179860 145 0 0 20 0 19 0 115653660 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140736884637040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26456/statm: 2406260 49236 2295 9 0 2396937 0
[pid=26456/tid=26458] ppid=26453 vsize=9625040 CPUtime=1783.37 cores=1,3,5,7
/proc/26456/task/26458/stat : 26458 (java) R 26453 26456 27127 0 -1 4202560 3769 0 1 0 178302 35 0 0 20 0 19 0 115653661 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140658102344912 140657975369979 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26459] ppid=26453 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/26456/task/26459/stat : 26459 (java) S 26453 26456 27127 0 -1 4202560 1795 0 0 0 158 16 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657946250280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26460] ppid=26453 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/26456/task/26460/stat : 26460 (java) S 26453 26456 27127 0 -1 4202560 1910 0 0 0 151 10 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657945197480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26461] ppid=26453 vsize=9625040 CPUtime=1.64 cores=1,3,5,7
/proc/26456/task/26461/stat : 26461 (java) S 26453 26456 27127 0 -1 4202560 1972 0 0 0 154 10 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657944144680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26462] ppid=26453 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/26456/task/26462/stat : 26462 (java) S 26453 26456 27127 0 -1 4202560 962 0 0 0 153 12 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657943091880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26463] ppid=26453 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/26456/task/26463/stat : 26463 (java) S 26453 26456 27127 0 -1 4202560 1223 0 0 0 161 11 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657942039080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26464] ppid=26453 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/26456/task/26464/stat : 26464 (java) S 26453 26456 27127 0 -1 4202560 1677 0 0 0 160 11 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657940986280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26465] ppid=26453 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/26456/task/26465/stat : 26465 (java) S 26453 26456 27127 0 -1 4202560 728 0 0 0 169 14 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657939933480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26466] ppid=26453 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/26456/task/26466/stat : 26466 (java) S 26453 26456 27127 0 -1 4202560 1502 0 0 0 139 11 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657938880680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26467] ppid=26453 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/26456/task/26467/stat : 26467 (java) S 26453 26456 27127 0 -1 4202560 690 0 0 0 166 9 0 0 20 0 19 0 115653664 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657926683624 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26468] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26468/stat : 26468 (java) S 26453 26456 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657925629688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26469] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26469/stat : 26469 (java) S 26453 26456 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657924576776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26470] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26470/stat : 26470 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657923525264 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26471] ppid=26453 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/26456/task/26471/stat : 26471 (java) S 26453 26456 27127 0 -1 4202560 6194 0 0 0 74 0 0 0 20 0 19 0 115653667 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657922472376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26472] ppid=26453 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/26456/task/26472/stat : 26472 (java) S 26453 26456 27127 0 -1 4202560 5148 0 0 0 64 0 0 0 20 0 19 0 115653667 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657921419576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26473] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26473/stat : 26473 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657920366968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26474] ppid=26453 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/26456/task/26474/stat : 26474 (java) S 26453 26456 27127 0 -1 4202560 102 0 0 0 26 43 0 0 20 0 19 0 115653667 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657919314376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26475] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26475/stat : 26475 (java) S 26453 26456 27127 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 115653720 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657918162600 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 26456 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1790.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 26585
/proc/meminfo: memFree=30163684/32872528 swapFree=10608/190480
[pid=26456] ppid=26453 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/26456/stat : 26456 (java) S 26453 26456 27127 0 -1 4202496 28935 0 1 0 179860 145 0 0 20 0 19 0 115653660 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140736884637040 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26456/statm: 2406260 49236 2295 9 0 2396937 0
[pid=26456/tid=26458] ppid=26453 vsize=9625040 CPUtime=1783.37 cores=1,3,5,7
/proc/26456/task/26458/stat : 26458 (java) R 26453 26456 27127 0 -1 4202560 3769 0 1 0 178302 35 0 0 20 0 19 0 115653661 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140658102344912 140657975369979 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26459] ppid=26453 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/26456/task/26459/stat : 26459 (java) S 26453 26456 27127 0 -1 4202560 1795 0 0 0 158 16 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657946250280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26460] ppid=26453 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/26456/task/26460/stat : 26460 (java) S 26453 26456 27127 0 -1 4202560 1910 0 0 0 151 10 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657945197480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26461] ppid=26453 vsize=9625040 CPUtime=1.64 cores=1,3,5,7
/proc/26456/task/26461/stat : 26461 (java) S 26453 26456 27127 0 -1 4202560 1972 0 0 0 154 10 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657944144680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26462] ppid=26453 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/26456/task/26462/stat : 26462 (java) S 26453 26456 27127 0 -1 4202560 962 0 0 0 153 12 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657943091880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26463] ppid=26453 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/26456/task/26463/stat : 26463 (java) S 26453 26456 27127 0 -1 4202560 1223 0 0 0 161 11 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657942039080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26464] ppid=26453 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/26456/task/26464/stat : 26464 (java) S 26453 26456 27127 0 -1 4202560 1677 0 0 0 160 11 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657940986280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26465] ppid=26453 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/26456/task/26465/stat : 26465 (java) S 26453 26456 27127 0 -1 4202560 728 0 0 0 169 14 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657939933480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26466] ppid=26453 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/26456/task/26466/stat : 26466 (java) S 26453 26456 27127 0 -1 4202560 1502 0 0 0 139 11 0 0 20 0 19 0 115653663 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657938880680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26467] ppid=26453 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/26456/task/26467/stat : 26467 (java) S 26453 26456 27127 0 -1 4202560 690 0 0 0 166 9 0 0 20 0 19 0 115653664 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657926683624 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26456/tid=26468] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26468/stat : 26468 (java) S 26453 26456 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657925629688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26469] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26469/stat : 26469 (java) S 26453 26456 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 115653664 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657924576776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26470] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26470/stat : 26470 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657923525264 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26471] ppid=26453 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/26456/task/26471/stat : 26471 (java) S 26453 26456 27127 0 -1 4202560 6194 0 0 0 74 0 0 0 20 0 19 0 115653667 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657922472376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26456/tid=26472] ppid=26453 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/26456/task/26472/stat : 26472 (java) S 26453 26456 27127 0 -1 4202560 5148 0 0 0 64 0 0 0 20 0 19 0 115653667 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657921419576 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26473] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26473/stat : 26473 (java) S 26453 26456 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115653667 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657920366968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26456/tid=26474] ppid=26453 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/26456/task/26474/stat : 26474 (java) S 26453 26456 27127 0 -1 4202560 102 0 0 0 26 43 0 0 20 0 19 0 115653667 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657919314376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26456/tid=26475] ppid=26453 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26456/task/26475/stat : 26475 (java) S 26453 26456 27127 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 115653720 9856040960 49236 33554432000 1073741824 1073778376 140736884645904 140657918162600 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1790.14
CPU time (s): 1800.9
CPU user time (s): 1798.94
CPU system time (s): 1.9627
CPU usage (%): 100.601
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.9627
maximum resident set size= 681708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28968
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57613
involuntary context switches= 43239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3441 second user time and 16.9064 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-08 00:06:23
IDJOB=4085014
IDBENCH=92727
IDSOLVER=2546
FILE ID=node102/4085014-1465337183
RUNJOBID= node102-1465312757-23538
PBS_JOBID= 19850416
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat70_4_22_8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085014-1465337183/watcher-4085014-1465337183 -o /tmp/evaluation-result-4085014-1465337183/solver-4085014-1465337183 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23538 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085014-1465337183.opb

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

MD5SUM BENCH= c9443936e5641d3aca30cbd92e359860
RANDOM SEED=2044723239

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30443468 kB
Buffers:          201436 kB
Cached:           798836 kB
SwapCached:         2708 kB
Active:           726940 kB
Inactive:         744208 kB
Active(anon):     471056 kB
Inactive(anon):     2284 kB
Active(file):     255884 kB
Inactive(file):   741924 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098748 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:        723304 kB
Mapped:            16496 kB
Shmem:                 0 kB
Slab:             633852 kB
SReclaimable:      77624 kB
SUnreclaim:       556228 kB
KernelStack:        1760 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     790636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    694272 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= 71736 MiB
End job on node102 at 2016-06-08 00:36:14