Trace number 4096201

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) 1801.03 1798.59

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_27.opb
MD5SUMaa1dc88b101e0ac3ccf7502067acf719
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 benchmark16.5155
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1190
Total number of constraints5649
Number of constraints which are clauses5644
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint34
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 27
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.04/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.29	c See www.sat4j.org for details.
0.04/0.29	c version PB16.v20160501
0.04/0.30	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.30	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.30	c java.vm.version	19.1-b02
0.04/0.30	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.30	c sun.arch.data.model	64
0.04/0.30	c java.version		1.6.0_24
0.04/0.30	c os.name		Linux
0.04/0.30	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.30	c os.arch		amd64
0.04/0.30	c Free memory 		501472288
0.04/0.30	c Max memory 		7480803328
0.04/0.30	c Total memory 		504102912
0.10/0.30	c Number of processors 	8
0.10/0.33	c Pseudo Boolean Optimization by upper bound
0.10/0.33	c --- Begin Solver configuration ---
0.10/0.33	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.33	c Learn all clauses as in MiniSAT
0.10/0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.33	c No reason simplification
0.10/0.33	c Glucose 2.1 dynamic restart strategy
0.10/0.33	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.10/0.33	c timeout=2147483s
0.10/0.33	c DB Simplification allowed=false
0.10/0.33	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.33	c --- End Solver configuration ---
0.10/0.33	c solving HOME/instance-4096201-1466112850.opb
0.10/0.33	c reading problem ... 
0.10/0.33	c  no objective function found
0.46/0.55	c ... done. Wall clock time 0.223s.
0.46/0.55	c declared #vars     1190
0.46/0.55	c #constraints  5653
0.46/0.55	c constraints type 
0.46/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3366
0.46/0.55	c org.sat4j.specs.Constr$1 => 4
0.46/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.46/0.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.46/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2277
0.46/0.55	c 5653 constraints processed.
1.45/1.18	c cleaning 2500 clauses out of 5002 with flag 20445/5002
2.42/1.81	c cleaning 4250 clauses out of 8501 with flag 55346/11001
3.22/2.60	c cleaning 5626 clauses out of 11252 with flag 104299/18002
4.12/3.56	c cleaning 6811 clauses out of 13625 with flag 157809/26001
5.24/4.62	c cleaning 7906 clauses out of 15815 with flag 205973/35002
6.34/5.75	c cleaning 8946 clauses out of 17907 with flag 256960/45000
7.66/7.08	c cleaning 9974 clauses out of 19961 with flag 303450/56000
9.27/8.61	c cleaning 10990 clauses out of 21987 with flag 356622/68000
10.97/10.36	c cleaning 11994 clauses out of 23998 with flag 416539/81001
12.97/12.35	c cleaning 13002 clauses out of 26006 with flag 483947/95003
15.27/14.60	c cleaning 13999 clauses out of 28001 with flag 556126/110000
17.57/16.97	c cleaning 14997 clauses out of 30002 with flag 625926/126000
20.07/19.42	c cleaning 16000 clauses out of 32006 with flag 694115/143001
22.97/22.31	c cleaning 17001 clauses out of 34007 with flag 773006/161002
25.97/25.32	c cleaning 18001 clauses out of 36005 with flag 860568/180001
29.27/28.67	c cleaning 18996 clauses out of 38003 with flag 959775/200000
33.26/32.69	c cleaning 20002 clauses out of 40007 with flag 1059256/221000
37.47/36.85	c cleaning 20998 clauses out of 42005 with flag 1169862/243000
41.97/41.39	c cleaning 21999 clauses out of 44007 with flag 1285327/266000
46.57/45.98	c cleaning 23001 clauses out of 46012 with flag 1393179/290004
51.67/51.07	c cleaning 23996 clauses out of 48007 with flag 1518279/315000
56.77/56.11	c cleaning 25002 clauses out of 50011 with flag 1621265/341000
62.27/61.64	c cleaning 25997 clauses out of 52009 with flag 1741301/368000
67.97/67.37	c cleaning 27001 clauses out of 54012 with flag 1869010/396000
73.96/73.35	c cleaning 28001 clauses out of 56011 with flag 2010063/425000
80.37/79.75	c cleaning 29000 clauses out of 58011 with flag 2153787/455001
87.37/86.72	c cleaning 30000 clauses out of 60010 with flag 2310947/486000
94.67/94.02	c cleaning 31005 clauses out of 62013 with flag 2478477/518003
103.38/102.70	c cleaning 31996 clauses out of 64006 with flag 2651306/551001
111.71/111.10	c cleaning 32999 clauses out of 66010 with flag 2824026/585001
120.21/119.55	c cleaning 34000 clauses out of 68010 with flag 3000042/620000
129.41/128.73	c cleaning 35002 clauses out of 70013 with flag 3193180/656003
139.01/138.31	c cleaning 36001 clauses out of 72008 with flag 3374946/693000
148.31/147.65	c cleaning 36998 clauses out of 74007 with flag 3560738/731000
158.22/157.52	c cleaning 38001 clauses out of 76010 with flag 3758136/770001
168.82/168.12	c cleaning 39002 clauses out of 78012 with flag 3961911/810004
180.22/179.51	c cleaning 39997 clauses out of 80006 with flag 4170933/851000
192.12/191.42	c cleaning 41000 clauses out of 82009 with flag 4391875/893000
204.63/203.93	c cleaning 41999 clauses out of 84010 with flag 4634935/936001
217.33/216.69	c cleaning 42997 clauses out of 86010 with flag 4851166/980000
230.93/230.29	c cleaning 44001 clauses out of 88013 with flag 5080743/1025000
245.24/244.51	c cleaning 45003 clauses out of 90014 with flag 5328795/1071002
259.64/258.92	c cleaning 46000 clauses out of 92010 with flag 5568554/1118001
275.44/274.77	c cleaning 47001 clauses out of 94009 with flag 5853154/1166000
291.54/290.89	c cleaning 47997 clauses out of 96008 with flag 6125175/1215000
308.76/308.07	c cleaning 49001 clauses out of 98012 with flag 6419714/1265001
326.00/325.25	c cleaning 50001 clauses out of 100011 with flag 6713840/1316001
342.92/342.15	c cleaning 50995 clauses out of 102010 with flag 7015922/1368001
361.91/361.12	c cleaning 52001 clauses out of 104014 with flag 7335836/1421000
382.41/381.63	c cleaning 53003 clauses out of 106018 with flag 7684331/1475005
402.41/401.68	c cleaning 53996 clauses out of 108010 with flag 8015485/1530000
422.72/421.91	c cleaning 55004 clauses out of 110014 with flag 8329245/1586000
444.71/443.96	c cleaning 56002 clauses out of 112010 with flag 8657965/1643000
467.23/466.44	c cleaning 57000 clauses out of 114009 with flag 8984913/1701001
492.92/492.17	c cleaning 57997 clauses out of 116008 with flag 9366983/1760000
517.43/516.61	c cleaning 58997 clauses out of 118011 with flag 9727576/1820000
542.33/541.55	c cleaning 60002 clauses out of 120015 with flag 10090274/1881001
572.94/572.18	c cleaning 61003 clauses out of 122012 with flag 10528224/1943000
601.50/600.69	c cleaning 61998 clauses out of 124009 with flag 10950960/2006000
629.19/628.33	c cleaning 62999 clauses out of 126011 with flag 11320290/2070000
659.09/658.25	c cleaning 64000 clauses out of 128012 with flag 11758875/2135000
693.08/692.28	c cleaning 65000 clauses out of 130012 with flag 12210661/2201000
727.71/726.88	c cleaning 66000 clauses out of 132014 with flag 12643578/2268002
764.81/763.97	c cleaning 66997 clauses out of 134012 with flag 13113964/2336000
804.62/803.76	c cleaning 68003 clauses out of 136015 with flag 13619608/2405000
841.72/840.88	c cleaning 69002 clauses out of 138013 with flag 14083508/2475001
879.11/877.81	c cleaning 69998 clauses out of 140011 with flag 14504500/2546001
918.50/917.22	c cleaning 70999 clauses out of 142012 with flag 14940881/2618000
959.77/958.43	c cleaning 71996 clauses out of 144013 with flag 15420475/2691000
1001.58/1000.28	c cleaning 73004 clauses out of 146017 with flag 15907707/2765000
1043.19/1041.88	c cleaning 74002 clauses out of 148013 with flag 16384391/2840000
1088.20/1086.89	c cleaning 75004 clauses out of 150011 with flag 16903167/2916000
1134.70/1133.32	c cleaning 76000 clauses out of 152008 with flag 17413258/2993001
1183.80/1182.41	c cleaning 76995 clauses out of 154007 with flag 17932528/3071000
1237.21/1235.83	c cleaning 77999 clauses out of 156012 with flag 18526593/3150000
1294.72/1293.39	c cleaning 79001 clauses out of 158013 with flag 19117874/3230000
1349.20/1347.75	c cleaning 79999 clauses out of 160013 with flag 19657094/3311001
1407.41/1405.92	c cleaning 80998 clauses out of 162013 with flag 20252749/3393000
1469.14/1467.66	c cleaning 82003 clauses out of 164016 with flag 20843580/3476001
1532.16/1530.66	c cleaning 83003 clauses out of 166013 with flag 21432030/3560001
1598.16/1596.67	c cleaning 84003 clauses out of 168011 with flag 22046867/3645002
1667.67/1666.14	c cleaning 84999 clauses out of 170008 with flag 22676588/3731002
1742.30/1740.72	c cleaning 85998 clauses out of 172008 with flag 23348034/3818001
1800.10/1798.55	c starts		: 527
1800.10/1798.55	c conflicts		: 3885536
1800.10/1798.55	c decisions		: 4406356
1800.10/1798.55	c propagations		: 370518228
1800.10/1798.55	c inspects		: 29912538603
1800.10/1798.55	c shortcuts		: 0
1800.10/1798.55	c learnt literals	: 0
1800.10/1798.55	c learnt binary clauses	: 7
1800.10/1798.55	c learnt ternary clauses	: 55
1800.10/1798.55	c learnt constraints	: 3885536
1800.10/1798.55	c ignored constraints	: 0
1800.10/1798.55	c root simplifications	: 0
1800.10/1798.55	c removed literals (reason simplification)	: 0
1800.10/1798.55	c reason swapping (by a shorter reason)	: 0
1800.10/1798.55	c Calls to reduceDB	: 83
1800.10/1798.55	c Number of update (reduction) of LBD	: 608143
1800.10/1798.55	c Imported unit clauses	: 0
1800.10/1798.55	c number of reductions to clauses (during analyze)	: 0
1800.10/1798.55	c number of learned constraints concerned by reduction	: 0
1800.10/1798.55	c number of learning phase by resolution	: 0
1800.10/1798.55	c number of learning phase by cutting planes	: 0
1800.10/1798.55	c speed (assignments/second)	: 206072.67249463013
1800.10/1798.55	c non guided choices	133
1800.10/1798.55	c timeout
1800.10/1798.58	c learnt constraints type 
1800.10/1798.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
1800.10/1798.58	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 153539
1800.10/1798.58	s UNKNOWN
1800.10/1798.58	c Total wall clock time (in seconds): 1798.253

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-4096201-1466112850/watcher-4096201-1466112850 -o /tmp/evaluation-result-4096201-1466112850/solver-4096201-1466112850 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26608 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096201-1466112850.opb 

pid=26624
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/172 26627
/proc/meminfo: memFree=31949820/32872528 swapFree=162364/176672
[pid=26627] ppid=26624 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/26627/stat : 26627 (java) D 26624 26627 23926 0 -1 4202496 171 0 1 0 0 0 0 0 20 0 1 0 13334926 3653632 47 33554432000 1073741824 1073778376 140736054953216 140736054950312 224913358480 0 0 4096 0 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/26627/statm: 892 47 37 9 0 30 0

[startup+0.100068 s]
/proc/loadavg: 2.01 2.01 2.00 3/172 26627
/proc/meminfo: memFree=31949820/32872528 swapFree=162364/176672
[pid=26627] ppid=26624 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/26627/stat : 26627 (java) S 26624 26627 23926 0 -1 4202496 1273 0 22 0 0 0 0 0 20 0 2 0 13334926 96370688 927 33554432000 1073741824 1073778376 140734231956400 140734231947536 224925876285 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/26627/statm: 23528 927 703 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 94112

[startup+0.200199 s]
/proc/loadavg: 2.01 2.01 2.00 3/172 26627
/proc/meminfo: memFree=31949820/32872528 swapFree=162364/176672
[pid=26627] ppid=26624 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/26627/stat : 26627 (java) S 26624 26627 23926 0 -1 4202496 3077 0 28 0 2 2 0 0 20 0 13 0 13334926 9446973440 3723 33554432000 1073741824 1073778376 140734231956400 140734231947536 224925876285 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/26627/statm: 2306390 3723 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.300696 s]
/proc/loadavg: 2.01 2.01 2.00 3/172 26627
/proc/meminfo: memFree=31949820/32872528 swapFree=162364/176672
[pid=26627] ppid=26624 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/26627/stat : 26627 (java) S 26624 26627 23926 0 -1 4202496 4378 0 30 0 8 2 0 0 20 0 18 0 13334926 9787879424 6035 33554432000 1073741824 1073778376 140734231956400 140734231947536 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/26627/statm: 2389619 6035 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 2.01 2.01 2.00 3/172 26627
/proc/meminfo: memFree=31949820/32872528 swapFree=162364/176672
[pid=26627] ppid=26624 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/26627/stat : 26627 (java) S 26624 26627 23926 0 -1 4202496 9680 0 30 0 96 3 0 0 20 0 19 0 13334926 9856040960 12092 33554432000 1073741824 1073778376 140734231956400 140734231947536 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/26627/statm: 2406260 12092 2256 9 0 2396937 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 26675
/proc/meminfo: memFree=31857096/32872528 swapFree=162364/176672
[pid=26627] ppid=26624 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/26627/stat : 26627 (java) S 26624 26627 23926 0 -1 4202496 16034 0 30 0 204 4 0 0 20 0 19 0 13334926 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140734231947536 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/26627/statm: 2406260 16961 2267 9 0 2396937 0
[pid=26627/tid=26640] ppid=26624 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/26627/task/26640/stat : 26640 (java) R 26624 26627 23926 0 -1 4202560 2398 0 7 0 123 2 0 0 20 0 19 0 13334935 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140039387828232 140039238023047 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0
[pid=26627/tid=26643] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26643/stat : 26643 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140039360281256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26645] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26645/stat : 26645 (java) S 26624 26627 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140039359228712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26646] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26646/stat : 26646 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140039358176168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26648] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26648/stat : 26648 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140039357123624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26650] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26650/stat : 26650 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140039356070056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26652] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26652/stat : 26652 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140039226435880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26654] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26654/stat : 26654 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140039225383336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26656] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26656/stat : 26656 (java) S 26624 26627 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140039224330792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26658] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26658/stat : 26658 (java) S 26624 26627 23926 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13334942 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140038741383784 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26661] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26661/stat : 26661 (java) S 26624 26627 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13334944 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140038740330104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26662] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26662/stat : 26662 (java) S 26624 26627 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13334944 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140038739277448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26665] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26665/stat : 26665 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140038738226192 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26667] ppid=26624 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/26627/task/26667/stat : 26667 (java) S 26624 26627 23926 0 -1 4202560 3567 0 1 0 33 0 0 0 20 0 19 0 13334949 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140038737172536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26669] ppid=26624 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/26627/task/26669/stat : 26669 (java) S 26624 26627 23926 0 -1 4202560 8812 0 1 0 47 0 0 0 20 0 19 0 13334949 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140038736119992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26671] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26671/stat : 26671 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140038735067640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26673] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26673/stat : 26673 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140038734015304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26675] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26675/stat : 26675 (java) S 26624 26627 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13334981 9856040960 16961 33554432000 1073741824 1073778376 140734231956400 140038732961064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 26675
/proc/meminfo: memFree=31833584/32872528 swapFree=162364/176672
[pid=26627] ppid=26624 vsize=9625040 CPUtime=3.72 cores=0,2,4,6
/proc/26627/stat : 26627 (java) S 26624 26627 23926 0 -1 4202496 16039 0 30 0 368 4 0 0 20 0 19 0 13334926 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140734231947536 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/26627/statm: 2406260 18498 2267 9 0 2396937 0
[pid=26627/tid=26640] ppid=26624 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/26627/task/26640/stat : 26640 (java) R 26624 26627 23926 0 -1 4202560 2402 0 7 0 283 2 0 0 20 0 19 0 13334935 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140039387819728 140039237976465 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0
[pid=26627/tid=26643] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26643/stat : 26643 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140039360281256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26645] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26645/stat : 26645 (java) S 26624 26627 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140039359228712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26646] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26646/stat : 26646 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140039358176168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26648] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26648/stat : 26648 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140039357123624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26650] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26650/stat : 26650 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140039356070056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26652] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26652/stat : 26652 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140039226435880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26654] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26654/stat : 26654 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140039225383336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26656] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26656/stat : 26656 (java) S 26624 26627 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140039224330792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26658] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26658/stat : 26658 (java) S 26624 26627 23926 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13334942 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140038741383784 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26661] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26661/stat : 26661 (java) S 26624 26627 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13334944 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140038740330104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26662] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26662/stat : 26662 (java) S 26624 26627 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13334944 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140038739277448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26665] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26665/stat : 26665 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140038738226192 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26667] ppid=26624 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/26627/task/26667/stat : 26667 (java) S 26624 26627 23926 0 -1 4202560 3567 0 1 0 35 0 0 0 20 0 19 0 13334949 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140038737172536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26669] ppid=26624 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/26627/task/26669/stat : 26669 (java) S 26624 26627 23926 0 -1 4202560 8813 0 1 0 49 0 0 0 20 0 19 0 13334949 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140038736119992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26671] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26671/stat : 26671 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140038735067640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26673] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26673/stat : 26673 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140038734015304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26675] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26675/stat : 26675 (java) S 26624 26627 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13334981 9856040960 18498 33554432000 1073741824 1073778376 140734231956400 140038732961064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 26675
/proc/meminfo: memFree=31817072/32872528 swapFree=162364/176672
[pid=26627] ppid=26624 vsize=9625040 CPUtime=6.95 cores=0,2,4,6
/proc/26627/stat : 26627 (java) S 26624 26627 23926 0 -1 4202496 16045 0 30 0 691 4 0 0 20 0 19 0 13334926 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140734231947536 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/26627/statm: 2406260 20012 2268 9 0 2396937 0
[pid=26627/tid=26640] ppid=26624 vsize=9625040 CPUtime=6.05 cores=0,2,4,6
/proc/26627/task/26640/stat : 26640 (java) R 26624 26627 23926 0 -1 4202560 2406 0 7 0 603 2 0 0 20 0 19 0 13334935 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140039387819712 140039237976806 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0
[pid=26627/tid=26643] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26643/stat : 26643 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140039360281256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26645] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26645/stat : 26645 (java) S 26624 26627 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140039359228712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26646] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26646/stat : 26646 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140039358176168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26648] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26648/stat : 26648 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140039357123624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26650] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26650/stat : 26650 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140039356070056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26652] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26652/stat : 26652 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140039226435880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26654] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26654/stat : 26654 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140039225383336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26656] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26656/stat : 26656 (java) S 26624 26627 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13334939 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140039224330792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26658] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26658/stat : 26658 (java) S 26624 26627 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13334942 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140038741383784 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26661] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26661/stat : 26661 (java) S 26624 26627 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13334944 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140038740330104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26662] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26662/stat : 26662 (java) S 26624 26627 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13334944 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140038739277448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26665] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26665/stat : 26665 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140038738226192 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26667] ppid=26624 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/26627/task/26667/stat : 26667 (java) S 26624 26627 23926 0 -1 4202560 3567 0 1 0 37 0 0 0 20 0 19 0 13334949 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140038737172536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26669] ppid=26624 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/26627/task/26669/stat : 26669 (java) S 26624 26627 23926 0 -1 4202560 8813 0 1 0 50 0 0 0 20 0 19 0 13334949 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140038736119992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26671] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26671/stat : 26671 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140038735067640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26673] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26673/stat : 26673 (java) S 26624 26627 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140038734015304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26675] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26675/stat : 26675 (java) S 26624 26627 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13334981 9856040960 20012 33554432000 1073741824 1073778376 140734231956400 140038732961064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 9625040


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

/proc/26627/task/26661/stat : 26661 (java) S 26624 26627 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13334944 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038740330104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26662] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26662/stat : 26662 (java) S 26624 26627 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13334944 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038739277448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26665] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26665/stat : 26665 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038738226192 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26667] ppid=26624 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/26627/task/26667/stat : 26667 (java) S 26624 26627 23926 0 -1 4202560 3577 0 1 0 47 0 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038737172536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26669] ppid=26624 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/26627/task/26669/stat : 26669 (java) S 26624 26627 23926 0 -1 4202560 8948 0 1 0 81 2 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038736119992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26671] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26671/stat : 26671 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038735067640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26673] ppid=26624 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/26627/task/26673/stat : 26673 (java) S 26624 26627 23926 0 -1 4202560 100 0 0 0 34 34 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038734015304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26675] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26675/stat : 26675 (java) S 26624 26627 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13334981 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038732961064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.89
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 27011
/proc/meminfo: memFree=31629100/32872528 swapFree=162364/176672
[pid=26627] ppid=26624 vsize=9625040 CPUtime=1783.89 cores=0,2,4,6
/proc/26627/stat : 26627 (java) S 26624 26627 23926 0 -1 4202496 16669 0 30 0 178352 37 0 0 20 0 19 0 13334926 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140734231947536 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/26627/statm: 2406260 60245 2283 9 0 2396937 0
[pid=26627/tid=26640] ppid=26624 vsize=9625040 CPUtime=1782.01 cores=0,2,4,6
/proc/26627/task/26640/stat : 26640 (java) R 26624 26627 23926 0 -1 4202560 2469 0 7 0 178170 31 0 0 20 0 19 0 13334935 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039387819712 140039237976396 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0
[pid=26627/tid=26643] ppid=26624 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/26627/task/26643/stat : 26643 (java) S 26624 26627 23926 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039360281256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26645] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26645/stat : 26645 (java) S 26624 26627 23926 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039359228712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26646] ppid=26624 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26627/task/26646/stat : 26646 (java) S 26624 26627 23926 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039358176168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26648] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26648/stat : 26648 (java) S 26624 26627 23926 0 -1 4202560 66 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039357123624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26650] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26650/stat : 26650 (java) S 26624 26627 23926 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039356070056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26652] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26652/stat : 26652 (java) S 26624 26627 23926 0 -1 4202560 77 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039226435880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26654] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26654/stat : 26654 (java) S 26624 26627 23926 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039225383336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26656] ppid=26624 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/26627/task/26656/stat : 26656 (java) S 26624 26627 23926 0 -1 4202560 52 0 0 0 6 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039224330792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26658] ppid=26624 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26627/task/26658/stat : 26658 (java) S 26624 26627 23926 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 13334942 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038741383784 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26661] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26661/stat : 26661 (java) S 26624 26627 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13334944 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038740330104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26662] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26662/stat : 26662 (java) S 26624 26627 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13334944 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038739277448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26665] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26665/stat : 26665 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038738226192 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26667] ppid=26624 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/26627/task/26667/stat : 26667 (java) S 26624 26627 23926 0 -1 4202560 3577 0 1 0 47 0 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038737172536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26669] ppid=26624 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/26627/task/26669/stat : 26669 (java) S 26624 26627 23926 0 -1 4202560 8948 0 1 0 81 2 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038736119992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26671] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26671/stat : 26671 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038735067640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26673] ppid=26624 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/26627/task/26673/stat : 26673 (java) S 26624 26627 23926 0 -1 4202560 104 0 0 0 35 36 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038734015304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26675] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26675/stat : 26675 (java) S 26624 26627 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13334981 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038732961064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.89
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 27011
/proc/meminfo: memFree=31610548/32872528 swapFree=162364/176672
[pid=26627] ppid=26624 vsize=9625040 CPUtime=1800.1 cores=0,2,4,6
/proc/26627/stat : 26627 (java) S 26624 26627 23926 0 -1 4202496 16671 0 30 0 179973 37 0 0 20 0 19 0 13334926 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140734231947536 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/26627/statm: 2406260 60245 2283 9 0 2396937 0
[pid=26627/tid=26640] ppid=26624 vsize=9625040 CPUtime=1798.21 cores=0,2,4,6
/proc/26627/task/26640/stat : 26640 (java) R 26624 26627 23926 0 -1 4202560 2469 0 7 0 179790 31 0 0 20 0 19 0 13334935 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039387819712 140039238023182 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0
[pid=26627/tid=26643] ppid=26624 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/26627/task/26643/stat : 26643 (java) S 26624 26627 23926 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039360281256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26645] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26645/stat : 26645 (java) S 26624 26627 23926 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039359228712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26646] ppid=26624 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26627/task/26646/stat : 26646 (java) S 26624 26627 23926 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039358176168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26648] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26648/stat : 26648 (java) S 26624 26627 23926 0 -1 4202560 66 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039357123624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26650] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26650/stat : 26650 (java) S 26624 26627 23926 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039356070056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26652] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26652/stat : 26652 (java) S 26624 26627 23926 0 -1 4202560 77 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039226435880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26654] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26654/stat : 26654 (java) S 26624 26627 23926 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039225383336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26656] ppid=26624 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/26627/task/26656/stat : 26656 (java) S 26624 26627 23926 0 -1 4202560 52 0 0 0 6 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039224330792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26658] ppid=26624 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26627/task/26658/stat : 26658 (java) S 26624 26627 23926 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 13334942 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038741383784 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26661] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26661/stat : 26661 (java) S 26624 26627 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13334944 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038740330104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26662] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26662/stat : 26662 (java) S 26624 26627 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13334944 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038739277448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26665] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26665/stat : 26665 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038738226192 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26667] ppid=26624 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/26627/task/26667/stat : 26667 (java) S 26624 26627 23926 0 -1 4202560 3577 0 1 0 47 0 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038737172536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26669] ppid=26624 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/26627/task/26669/stat : 26669 (java) S 26624 26627 23926 0 -1 4202560 8948 0 1 0 81 2 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038736119992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26671] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26671/stat : 26671 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038735067640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26673] ppid=26624 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/26627/task/26673/stat : 26673 (java) S 26624 26627 23926 0 -1 4202560 106 0 0 0 36 36 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038734015304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26675] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26675/stat : 26675 (java) S 26624 26627 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13334981 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038732961064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 26627 sig 9
??? kill -26627 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 27011
/proc/meminfo: memFree=31610548/32872528 swapFree=162364/176672
[pid=26627] ppid=26624 vsize=9625040 CPUtime=1800.1 cores=0,2,4,6
/proc/26627/stat : 26627 (java) S 26624 26627 23926 0 -1 4202496 16671 0 30 0 179973 37 0 0 20 0 19 0 13334926 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140734231947536 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/26627/statm: 2406260 60245 2283 9 0 2396937 0
[pid=26627/tid=26640] ppid=26624 vsize=9625040 CPUtime=1798.21 cores=0,2,4,6
/proc/26627/task/26640/stat : 26640 (java) R 26624 26627 23926 0 -1 4202560 2469 0 7 0 179790 31 0 0 20 0 19 0 13334935 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039387819712 140039238023182 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0
[pid=26627/tid=26643] ppid=26624 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/26627/task/26643/stat : 26643 (java) S 26624 26627 23926 0 -1 4202560 26 0 0 0 6 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039360281256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26645] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26645/stat : 26645 (java) S 26624 26627 23926 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039359228712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26646] ppid=26624 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26627/task/26646/stat : 26646 (java) S 26624 26627 23926 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039358176168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26648] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26648/stat : 26648 (java) S 26624 26627 23926 0 -1 4202560 66 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039357123624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26650] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26650/stat : 26650 (java) S 26624 26627 23926 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039356070056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26652] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26652/stat : 26652 (java) S 26624 26627 23926 0 -1 4202560 77 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039226435880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26654] ppid=26624 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26627/task/26654/stat : 26654 (java) S 26624 26627 23926 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039225383336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26656] ppid=26624 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/26627/task/26656/stat : 26656 (java) S 26624 26627 23926 0 -1 4202560 52 0 0 0 6 0 0 0 20 0 19 0 13334939 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140039224330792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26627/tid=26658] ppid=26624 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26627/task/26658/stat : 26658 (java) S 26624 26627 23926 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 13334942 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038741383784 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26661] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26661/stat : 26661 (java) S 26624 26627 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13334944 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038740330104 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26662] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26662/stat : 26662 (java) S 26624 26627 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13334944 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038739277448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26665] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26665/stat : 26665 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038738226192 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26667] ppid=26624 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/26627/task/26667/stat : 26667 (java) S 26624 26627 23926 0 -1 4202560 3577 0 1 0 47 0 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038737172536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26669] ppid=26624 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/26627/task/26669/stat : 26669 (java) S 26624 26627 23926 0 -1 4202560 8948 0 1 0 81 2 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038736119992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26627/tid=26671] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26671/stat : 26671 (java) S 26624 26627 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038735067640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26627/tid=26673] ppid=26624 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/26627/task/26673/stat : 26673 (java) S 26624 26627 23926 0 -1 4202560 106 0 0 0 36 36 0 0 20 0 19 0 13334949 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038734015304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26627/tid=26675] ppid=26624 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26627/task/26675/stat : 26675 (java) S 26624 26627 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13334981 9856040960 60245 33554432000 1073741824 1073778376 140734231956400 140038732961064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.59
CPU time (s): 1801.03
CPU user time (s): 1800.13
CPU system time (s): 0.898863
CPU usage (%): 100.136
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.13
system time used= 0.898863
maximum resident set size= 269304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17157
page faults= 30
swaps= 0
block input operations= 19312
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38495
involuntary context switches= 4063

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.32158 second user time and 14.9037 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 23:34:10
IDJOB=4096201
IDBENCH=107580
IDSOLVER=2546
FILE ID=node105/4096201-1466112850
RUNJOBID= node105-1466112850-26608
PBS_JOBID= 19904031
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-7_6_27.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096201-1466112850/watcher-4096201-1466112850 -o /tmp/evaluation-result-4096201-1466112850/solver-4096201-1466112850 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26608 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096201-1466112850.opb

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

MD5SUM BENCH= aa1dc88b101e0ac3ccf7502067acf719
RANDOM SEED=602549324

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31952240 kB
Buffers:            2116 kB
Cached:            38780 kB
SwapCached:          584 kB
Active:            27528 kB
Inactive:          17092 kB
Active(anon):       1620 kB
Inactive(anon):     3692 kB
Active(file):      25908 kB
Inactive(file):    13400 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67098060 kB
Dirty:               800 kB
Writeback:             0 kB
AnonPages:        234340 kB
Mapped:             6972 kB
Shmem:                 0 kB
Slab:             567788 kB
SReclaimable:      11664 kB
SUnreclaim:       556124 kB
KernelStack:        1504 kB
PageTables:         4656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     272828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node105 at 2016-06-17 00:04:09