Trace number 4096677

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.08 1798.55

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_31.opb
MD5SUM3c5c67a05b8f77fc58cd0cec4854ace8
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 benchmark759.729
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1332
Total number of constraints6341
Number of constraints which are clauses6336
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 constraint36
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 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4096677-1466115096.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.54/0.33	c ... done. Wall clock time 0.227s.
0.54/0.33	c declared #vars     1332
0.54/0.33	c #constraints  6345
0.54/0.33	c constraints type 
0.54/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3780
0.54/0.33	c org.sat4j.specs.Constr$1 => 4
0.54/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.54/0.33	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.54/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2555
0.54/0.33	c 6345 constraints processed.
1.58/1.01	c cleaning 2499 clauses out of 5001 with flag 18170/5001
2.38/1.71	c cleaning 4248 clauses out of 8501 with flag 40846/11000
3.18/2.54	c cleaning 5624 clauses out of 11255 with flag 68438/18002
4.29/3.65	c cleaning 6807 clauses out of 13630 with flag 104354/26001
5.60/4.95	c cleaning 7906 clauses out of 15822 with flag 143119/35000
7.11/6.45	c cleaning 8956 clauses out of 17917 with flag 191950/45001
8.81/8.13	c cleaning 9978 clauses out of 19961 with flag 235980/56001
10.72/10.04	c cleaning 10986 clauses out of 21982 with flag 294534/68000
12.82/12.20	c cleaning 11986 clauses out of 23996 with flag 361698/81000
15.21/14.54	c cleaning 13002 clauses out of 26010 with flag 428177/95000
17.81/17.11	c cleaning 13999 clauses out of 28010 with flag 502879/110002
20.71/20.00	c cleaning 14996 clauses out of 30009 with flag 589018/126000
23.67/22.90	c cleaning 16000 clauses out of 32014 with flag 667871/143001
26.77/26.01	c cleaning 17001 clauses out of 34013 with flag 744194/161000
29.87/29.10	c cleaning 18003 clauses out of 36013 with flag 830534/180001
33.37/32.69	c cleaning 19003 clauses out of 38010 with flag 937555/200001
37.07/36.40	c cleaning 20000 clauses out of 40006 with flag 1044110/221000
41.37/40.62	c cleaning 20997 clauses out of 42006 with flag 1160826/243000
45.87/45.11	c cleaning 22003 clauses out of 44012 with flag 1291758/266003
50.68/49.94	c cleaning 22998 clauses out of 46006 with flag 1438802/290000
55.78/55.10	c cleaning 24003 clauses out of 48009 with flag 1585839/315001
61.67/60.98	c cleaning 25000 clauses out of 50007 with flag 1737951/341002
67.88/67.18	c cleaning 25999 clauses out of 52008 with flag 1856242/368003
74.17/73.41	c cleaning 26997 clauses out of 54009 with flag 2001300/396003
80.67/79.96	c cleaning 27999 clauses out of 56009 with flag 2136900/425000
87.57/86.83	c cleaning 28999 clauses out of 58013 with flag 2279068/455003
95.17/94.41	c cleaning 29996 clauses out of 60012 with flag 2431710/486001
103.08/102.33	c cleaning 31001 clauses out of 62017 with flag 2601265/518002
111.88/111.12	c cleaning 31995 clauses out of 64014 with flag 2785858/551000
120.21/119.40	c cleaning 33003 clauses out of 66020 with flag 2945905/585001
128.61/127.83	c cleaning 34000 clauses out of 68016 with flag 3118969/620000
137.91/137.18	c cleaning 35006 clauses out of 70017 with flag 3309332/656001
146.91/146.18	c cleaning 36001 clauses out of 72012 with flag 3501281/693002
157.02/156.22	c cleaning 36999 clauses out of 74009 with flag 3706252/731000
167.51/166.76	c cleaning 37999 clauses out of 76011 with flag 3902734/770001
178.81/178.00	c cleaning 38998 clauses out of 78012 with flag 4102179/810001
190.72/189.90	c cleaning 40002 clauses out of 80014 with flag 4314808/851001
203.03/202.28	c cleaning 41002 clauses out of 82011 with flag 4542804/893000
215.73/214.91	c cleaning 41994 clauses out of 84009 with flag 4775905/936000
230.13/229.33	c cleaning 43001 clauses out of 86016 with flag 5036514/980001
244.63/243.86	c cleaning 43999 clauses out of 88016 with flag 5287009/1025002
259.24/258.49	c cleaning 45002 clauses out of 90015 with flag 5561519/1071000
275.04/274.25	c cleaning 46000 clauses out of 92015 with flag 5837153/1118002
292.15/291.36	c cleaning 46997 clauses out of 94014 with flag 6115155/1166001
309.66/308.88	c cleaning 47997 clauses out of 96016 with flag 6421222/1215000
327.21/326.31	c cleaning 49004 clauses out of 98021 with flag 6725413/1265002
344.91/344.04	c cleaning 49998 clauses out of 100015 with flag 7003060/1316000
364.52/363.60	c cleaning 51000 clauses out of 102017 with flag 7302256/1368000
384.83/383.95	c cleaning 52003 clauses out of 104018 with flag 7606868/1421001
405.13/404.24	c cleaning 52999 clauses out of 106014 with flag 7932168/1475000
428.13/427.20	c cleaning 53993 clauses out of 108016 with flag 8322802/1530001
454.83/453.95	c cleaning 55000 clauses out of 110022 with flag 8711324/1586000
479.53/478.64	c cleaning 56002 clauses out of 112023 with flag 9097893/1643001
505.94/505.01	c cleaning 57003 clauses out of 114020 with flag 9496985/1701000
531.15/530.22	c cleaning 57998 clauses out of 116017 with flag 9859953/1760000
558.76/557.89	c cleaning 58998 clauses out of 118019 with flag 10210306/1820000
583.43/582.47	c cleaning 60002 clauses out of 120023 with flag 10551909/1881002
609.94/608.95	c cleaning 61004 clauses out of 122022 with flag 10920850/1943003
638.34/637.36	c cleaning 62000 clauses out of 124018 with flag 11324611/2006003
667.76/666.78	c cleaning 62997 clauses out of 126017 with flag 11742476/2070002
698.69/697.65	c cleaning 64001 clauses out of 128018 with flag 12152926/2135000
730.40/729.40	c cleaning 65003 clauses out of 130019 with flag 12545794/2201002
764.61/763.53	c cleaning 65999 clauses out of 132014 with flag 12988363/2268000
798.51/797.49	c cleaning 66996 clauses out of 134015 with flag 13458936/2336000
833.71/832.65	c cleaning 68004 clauses out of 136019 with flag 13884215/2405000
871.12/870.00	c cleaning 69000 clauses out of 138016 with flag 14313984/2475001
907.48/906.37	c cleaning 69998 clauses out of 140015 with flag 14767448/2546000
946.69/945.51	c cleaning 70996 clauses out of 142017 with flag 15270108/2618000
985.60/984.44	c cleaning 72001 clauses out of 144021 with flag 15738886/2691000
1027.72/1026.54	c cleaning 73006 clauses out of 146025 with flag 16215567/2765005
1070.04/1068.86	c cleaning 73998 clauses out of 148015 with flag 16716719/2840001
1114.14/1112.98	c cleaning 75001 clauses out of 150017 with flag 17260444/2916001
1158.06/1156.81	c cleaning 75999 clauses out of 152017 with flag 17752772/2993002
1203.95/1202.74	c cleaning 77000 clauses out of 154016 with flag 18284100/3071000
1250.17/1248.92	c cleaning 78000 clauses out of 156016 with flag 18795455/3150000
1298.14/1296.86	c cleaning 78996 clauses out of 158016 with flag 19340477/3230000
1346.45/1345.18	c cleaning 80005 clauses out of 160024 with flag 19883777/3311004
1397.65/1396.35	c cleaning 81003 clauses out of 162016 with flag 20429878/3393001
1450.57/1449.27	c cleaning 81998 clauses out of 164015 with flag 21012464/3476003
1507.18/1505.80	c cleaning 82999 clauses out of 166019 with flag 21614650/3560005
1565.60/1564.27	c cleaning 83999 clauses out of 168015 with flag 22248414/3645000
1624.51/1623.11	c cleaning 85004 clauses out of 170017 with flag 22859730/3731001
1685.45/1683.91	c cleaning 85997 clauses out of 172012 with flag 23467377/3818000
1746.66/1745.15	c cleaning 86999 clauses out of 174015 with flag 24077785/3906000
1800.08/1798.51	c timeout
1800.08/1798.51	c starts		: 298
1800.08/1798.51	c conflicts		: 3985060
1800.08/1798.51	c decisions		: 4631577
1800.08/1798.51	c propagations		: 395772399
1800.08/1798.51	c inspects		: 29697790602
1800.08/1798.51	c shortcuts		: 0
1800.08/1798.51	c learnt literals	: 0
1800.08/1798.51	c learnt binary clauses	: 0
1800.08/1798.51	c learnt ternary clauses	: 1
1800.08/1798.51	c learnt constraints	: 3985060
1800.08/1798.51	c ignored constraints	: 0
1800.08/1798.51	c root simplifications	: 0
1800.08/1798.51	c removed literals (reason simplification)	: 0
1800.08/1798.51	c reason swapping (by a shorter reason)	: 0
1800.08/1798.51	c Calls to reduceDB	: 84
1800.08/1798.51	c Number of update (reduction) of LBD	: 670480
1800.08/1798.51	c Imported unit clauses	: 0
1800.08/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.51	c number of learned constraints concerned by reduction	: 0
1800.08/1798.51	c number of learning phase by resolution	: 0
1800.08/1798.51	c number of learning phase by cutting planes	: 0
1800.08/1798.51	c speed (assignments/second)	: 220096.21900823
1800.08/1798.51	c non guided choices	141
1800.08/1798.54	c learnt constraints type 
1800.08/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 166076
1800.08/1798.54	s UNKNOWN
1800.08/1798.54	c Total wall clock time (in seconds): 1798.438

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-4096677-1466115096/watcher-4096677-1466115096 -o /tmp/evaluation-result-4096677-1466115096/solver-4096677-1466115096 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27741 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096677-1466115096.opb 

pid=29477
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.13 2.18 2.17 4/194 29480
/proc/meminfo: memFree=30555944/32872528 swapFree=1103228/1182944
[pid=29480] ppid=29477 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29480/stat : 29480 (java) S 29477 29480 24719 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13558576 98570240 978 33554432000 1073741824 1073778376 140735246931984 140735246923120 271790932029 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29480/statm: 24065 978 744 9 0 16771 0
[pid=29480/tid=29481] ppid=29477 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29481/stat : 29481 (java) R 29477 29480 24719 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13558576 98570240 978 33554432000 1073741824 1073778376 140735246931984 140286931529256 271787574656 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.13 2.18 2.17 4/194 29480
/proc/meminfo: memFree=30555944/32872528 swapFree=1103228/1182944
[pid=29480] ppid=29477 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/29480/stat : 29480 (java) S 29477 29480 24719 0 -1 4202496 4506 0 1 0 10 1 0 0 20 0 18 0 13558576 9787879424 6130 33554432000 1073741824 1073778376 140735246931984 140735246923120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29480/statm: 2389619 6130 2157 9 0 2380296 0
[pid=29480/tid=29481] ppid=29477 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/29480/task/29481/stat : 29481 (java) R 29477 29480 24719 0 -1 4202560 2373 0 1 0 7 0 0 0 20 0 18 0 13558576 9787879424 6130 33554432000 1073741824 1073778376 140735246931984 140286931532704 271790957837 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200292 s]
/proc/loadavg: 2.13 2.18 2.17 4/194 29480
/proc/meminfo: memFree=30555944/32872528 swapFree=1103228/1182944
[pid=29480] ppid=29477 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/29480/stat : 29480 (java) S 29477 29480 24719 0 -1 4202496 4979 0 1 0 28 1 0 0 20 0 18 0 13558576 9787879424 6989 33554432000 1073741824 1073778376 140735246931984 140735246923120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29480/statm: 2389619 6989 2216 9 0 2380296 0
[pid=29480/tid=29481] ppid=29477 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/29480/task/29481/stat : 29481 (java) R 29477 29480 24719 0 -1 4202560 2398 0 1 0 17 0 0 0 20 0 18 0 13558576 9787879424 6989 33554432000 1073741824 1073778376 140735246931984 140286931532704 140286802081511 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300276 s]
/proc/loadavg: 2.13 2.18 2.17 4/194 29480
/proc/meminfo: memFree=30555944/32872528 swapFree=1103228/1182944
[pid=29480] ppid=29477 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/29480/stat : 29480 (java) S 29477 29480 24719 0 -1 4202496 6116 0 1 0 53 1 0 0 20 0 18 0 13558576 9787879424 9058 33554432000 1073741824 1073778376 140735246931984 140735246923120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29480/statm: 2389619 9058 2236 9 0 2380296 0
[pid=29480/tid=29481] ppid=29477 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/29480/task/29481/stat : 29481 (java) R 29477 29480 24719 0 -1 4202560 2401 0 1 0 27 0 0 0 20 0 18 0 13558576 9787879424 9058 33554432000 1073741824 1073778376 140735246931984 140286931532704 140286802082408 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700351 s]
/proc/loadavg: 2.13 2.18 2.17 4/194 29480
/proc/meminfo: memFree=30555944/32872528 swapFree=1103228/1182944
[pid=29480] ppid=29477 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/29480/stat : 29480 (java) S 29477 29480 24719 0 -1 4202496 9191 0 1 0 124 1 0 0 20 0 19 0 13558576 9856040960 12631 33554432000 1073741824 1073778376 140735246931984 140735246923120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29480/statm: 2406260 12631 2257 9 0 2396937 0
[pid=29480/tid=29481] ppid=29477 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/29480/task/29481/stat : 29481 (java) R 29477 29480 24719 0 -1 4202560 2417 0 1 0 67 0 0 0 20 0 19 0 13558576 9856040960 12631 33554432000 1073741824 1073778376 140735246931984 140286931534464 140286802234752 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.13 2.18 2.17 3/213 29499
/proc/meminfo: memFree=30511180/32872528 swapFree=1103228/1182944
[pid=29480] ppid=29477 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/29480/stat : 29480 (java) S 29477 29480 24719 0 -1 4202496 10569 0 1 0 215 1 0 0 20 0 19 0 13558576 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140735246923120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29480/statm: 2406260 13159 2267 9 0 2396937 0
[pid=29480/tid=29481] ppid=29477 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/29480/task/29481/stat : 29481 (java) R 29477 29480 24719 0 -1 4202560 2419 0 1 0 147 0 0 0 20 0 19 0 13558576 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286931534216 140286802702351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29483] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29483/stat : 29483 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286920596520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29484] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29484/stat : 29484 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286774426536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29485] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29485/stat : 29485 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286773373736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29486] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29486/stat : 29486 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286772320936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29487] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29487/stat : 29487 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286771268136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29488] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29488/stat : 29488 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286770215336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29489] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29489/stat : 29489 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286769162536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29490] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29490/stat : 29490 (java) S 29477 29480 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286768109736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29491] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29491/stat : 29491 (java) S 29477 29480 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13558578 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286755699688 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29492] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29492/stat : 29492 (java) S 29477 29480 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13558579 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286754645752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29493] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29493/stat : 29493 (java) S 29477 29480 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13558579 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286753592840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29494] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29494/stat : 29494 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558581 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286752541328 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29495] ppid=29477 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/29480/task/29495/stat : 29495 (java) S 29477 29480 24719 0 -1 4202560 3620 0 0 0 36 0 0 0 20 0 19 0 13558581 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286751488440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29496] ppid=29477 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/29480/task/29496/stat : 29496 (java) S 29477 29480 24719 0 -1 4202560 3258 0 0 0 28 0 0 0 20 0 19 0 13558581 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286750435640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29497] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29497/stat : 29497 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558581 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286749383032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29498] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29498/stat : 29498 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558581 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286748330440 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29499] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29499/stat : 29499 (java) S 29477 29480 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13558609 9856040960 13159 33554432000 1073741824 1073778376 140735246931984 140286747276968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.12 2.18 2.17 3/213 29499
/proc/meminfo: memFree=30508552/32872528 swapFree=1103228/1182944
[pid=29480] ppid=29477 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/29480/stat : 29480 (java) S 29477 29480 24719 0 -1 4202496 10571 0 1 0 378 1 0 0 20 0 19 0 13558576 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140735246923120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29480/statm: 2406260 14183 2267 9 0 2396937 0
[pid=29480/tid=29481] ppid=29477 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/29480/task/29481/stat : 29481 (java) R 29477 29480 24719 0 -1 4202560 2421 0 1 0 307 0 0 0 20 0 19 0 13558576 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286931525312 140286802577439 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29483] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29483/stat : 29483 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286920596520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29484] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29484/stat : 29484 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286774426536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29485] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29485/stat : 29485 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286773373736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29486] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29486/stat : 29486 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286772320936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29487] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29487/stat : 29487 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286771268136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29488] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29488/stat : 29488 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286770215336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29489] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29489/stat : 29489 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286769162536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29490] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29490/stat : 29490 (java) S 29477 29480 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286768109736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29491] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29491/stat : 29491 (java) S 29477 29480 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13558578 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286755699688 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29492] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29492/stat : 29492 (java) S 29477 29480 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13558579 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286754645752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29493] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29493/stat : 29493 (java) S 29477 29480 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13558579 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286753592840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29494] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29494/stat : 29494 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558581 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286752541328 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29495] ppid=29477 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29480/task/29495/stat : 29495 (java) S 29477 29480 24719 0 -1 4202560 3620 0 0 0 38 0 0 0 20 0 19 0 13558581 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286751488440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29496] ppid=29477 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/29480/task/29496/stat : 29496 (java) S 29477 29480 24719 0 -1 4202560 3258 0 0 0 29 0 0 0 20 0 19 0 13558581 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286750435640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29497] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29497/stat : 29497 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558581 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286749383032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29498] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29498/stat : 29498 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558581 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286748330440 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29499] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29499/stat : 29499 (java) S 29477 29480 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13558609 9856040960 14183 33554432000 1073741824 1073778376 140735246931984 140286747276968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.12 2.18 2.17 3/213 29499
/proc/meminfo: memFree=30505384/32872528 swapFree=1103228/1182944
[pid=29480] ppid=29477 vsize=9625040 CPUtime=7.01 cores=1,3,5,7
/proc/29480/stat : 29480 (java) S 29477 29480 24719 0 -1 4202496 10625 0 1 0 699 2 0 0 20 0 19 0 13558576 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140735246923120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29480/statm: 2406260 14412 2268 9 0 2396937 0
[pid=29480/tid=29481] ppid=29477 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/29480/task/29481/stat : 29481 (java) R 29477 29480 24719 0 -1 4202560 2424 0 1 0 626 0 0 0 20 0 19 0 13558576 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140286931534136 140286802703165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29483] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29483/stat : 29483 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140286920596520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29484] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29484/stat : 29484 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140286774426536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29485] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29485/stat : 29485 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140286773373736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29486] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29486/stat : 29486 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140286772320936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29487] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29487/stat : 29487 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140286771268136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29488] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29488/stat : 29488 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140286770215336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29489] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29489/stat : 29489 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140286769162536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29490] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29490/stat : 29490 (java) S 29477 29480 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13558577 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140286768109736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29491] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29491/stat : 29491 (java) S 29477 29480 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13558578 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140286755699688 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29492] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29492/stat : 29492 (java) S 29477 29480 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13558579 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140286754645752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29493] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29493/stat : 29493 (java) S 29477 29480 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13558579 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140286753592840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29494] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29494/stat : 29494 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558581 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140286752541328 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29495] ppid=29477 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/29480/task/29495/stat : 29495 (java) S 29477 29480 24719 0 -1 4202560 3670 0 0 0 39 0 0 0 20 0 19 0 13558581 9856040960 14412 33554432000 1073741824 1073778376 140735246931984 140286751488440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29496] ppid=29477 vsize=9625040 CPUtime=0.3 cores=1,3,5,7

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

/proc/29480/task/29499/stat : 29499 (java) S 29477 29480 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13558609 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286747276968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1723.85
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.17 2.17 3/213 29737
/proc/meminfo: memFree=30271788/32872528 swapFree=1103228/1182944
[pid=29480] ppid=29477 vsize=9625040 CPUtime=1783.87 cores=1,3,5,7
/proc/29480/stat : 29480 (java) S 29477 29480 24719 0 -1 4202496 13284 0 1 0 178341 46 0 0 20 0 19 0 13558576 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140735246923120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29480/statm: 2406260 61062 2282 9 0 2396937 0
[pid=29480/tid=29481] ppid=29477 vsize=9625040 CPUtime=1777.58 cores=1,3,5,7
/proc/29480/task/29481/stat : 29481 (java) R 29477 29480 24719 0 -1 4202560 2482 0 1 0 177729 29 0 0 20 0 19 0 13558576 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286931525280 140286802561823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29483] ppid=29477 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29480/task/29483/stat : 29483 (java) S 29477 29480 24719 0 -1 4202560 64 0 0 0 5 1 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286920596520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29484] ppid=29477 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29480/task/29484/stat : 29484 (java) S 29477 29480 24719 0 -1 4202560 144 0 0 0 6 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286774426536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29485] ppid=29477 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29480/task/29485/stat : 29485 (java) S 29477 29480 24719 0 -1 4202560 282 0 0 0 5 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286773373736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29486] ppid=29477 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29480/task/29486/stat : 29486 (java) S 29477 29480 24719 0 -1 4202560 42 0 0 0 4 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286772320936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29487] ppid=29477 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/29480/task/29487/stat : 29487 (java) S 29477 29480 24719 0 -1 4202560 169 0 0 0 7 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286771268136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29488] ppid=29477 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29480/task/29488/stat : 29488 (java) S 29477 29480 24719 0 -1 4202560 151 0 0 0 3 1 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286770215336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29489] ppid=29477 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29480/task/29489/stat : 29489 (java) S 29477 29480 24719 0 -1 4202560 123 0 0 0 5 1 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286769162536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29490] ppid=29477 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29480/task/29490/stat : 29490 (java) S 29477 29480 24719 0 -1 4202560 60 0 0 0 4 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286768109736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29491] ppid=29477 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29480/task/29491/stat : 29491 (java) S 29477 29480 24719 0 -1 4202560 39 0 0 0 2 0 0 0 20 0 19 0 13558578 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286755699688 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29492] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29492/stat : 29492 (java) S 29477 29480 24719 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13558579 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286754645752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29493] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29493/stat : 29493 (java) S 29477 29480 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13558579 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286753592840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29494] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29494/stat : 29494 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286752541328 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29495] ppid=29477 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/29480/task/29495/stat : 29495 (java) S 29477 29480 24719 0 -1 4202560 3670 0 0 0 39 0 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286751488440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29496] ppid=29477 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29480/task/29496/stat : 29496 (java) S 29477 29480 24719 0 -1 4202560 4695 0 0 0 38 0 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286750435640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29497] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29497/stat : 29497 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286749383032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29498] ppid=29477 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/29480/task/29498/stat : 29498 (java) S 29477 29480 24719 0 -1 4202560 104 0 0 0 35 43 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286748330440 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29499] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29499/stat : 29499 (java) S 29477 29480 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13558609 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286747276968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1783.87
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.10 2.16 2.17 4/213 29737
/proc/meminfo: memFree=30271792/32872528 swapFree=1103228/1182944
[pid=29480] ppid=29477 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/29480/stat : 29480 (java) S 29477 29480 24719 0 -1 4202496 13284 0 1 0 179962 46 0 0 20 0 19 0 13558576 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140735246923120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29480/statm: 2406260 61062 2282 9 0 2396937 0
[pid=29480/tid=29481] ppid=29477 vsize=9625040 CPUtime=1793.74 cores=1,3,5,7
/proc/29480/task/29481/stat : 29481 (java) R 29477 29480 24719 0 -1 4202560 2482 0 1 0 179345 29 0 0 20 0 19 0 13558576 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286931525280 140286802629551 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29483] ppid=29477 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29480/task/29483/stat : 29483 (java) S 29477 29480 24719 0 -1 4202560 64 0 0 0 5 1 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286920596520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29484] ppid=29477 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29480/task/29484/stat : 29484 (java) S 29477 29480 24719 0 -1 4202560 144 0 0 0 6 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286774426536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29485] ppid=29477 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29480/task/29485/stat : 29485 (java) S 29477 29480 24719 0 -1 4202560 282 0 0 0 5 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286773373736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29486] ppid=29477 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29480/task/29486/stat : 29486 (java) S 29477 29480 24719 0 -1 4202560 42 0 0 0 4 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286772320936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29487] ppid=29477 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/29480/task/29487/stat : 29487 (java) S 29477 29480 24719 0 -1 4202560 169 0 0 0 7 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286771268136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29488] ppid=29477 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29480/task/29488/stat : 29488 (java) S 29477 29480 24719 0 -1 4202560 151 0 0 0 3 1 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286770215336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29489] ppid=29477 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29480/task/29489/stat : 29489 (java) S 29477 29480 24719 0 -1 4202560 123 0 0 0 5 1 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286769162536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29490] ppid=29477 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29480/task/29490/stat : 29490 (java) S 29477 29480 24719 0 -1 4202560 60 0 0 0 4 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286768109736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29491] ppid=29477 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29480/task/29491/stat : 29491 (java) S 29477 29480 24719 0 -1 4202560 39 0 0 0 2 0 0 0 20 0 19 0 13558578 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286755699688 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29492] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29492/stat : 29492 (java) S 29477 29480 24719 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13558579 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286754645752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29493] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29493/stat : 29493 (java) S 29477 29480 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13558579 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286753592840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29494] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29494/stat : 29494 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286752541328 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29495] ppid=29477 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/29480/task/29495/stat : 29495 (java) S 29477 29480 24719 0 -1 4202560 3670 0 0 0 39 0 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286751488440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29496] ppid=29477 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29480/task/29496/stat : 29496 (java) S 29477 29480 24719 0 -1 4202560 4695 0 0 0 38 0 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286750435640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29497] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29497/stat : 29497 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286749383032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29498] ppid=29477 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/29480/task/29498/stat : 29498 (java) S 29477 29480 24719 0 -1 4202560 104 0 0 0 36 44 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286748330440 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29499] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29499/stat : 29499 (java) S 29477 29480 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13558609 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286747276968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1798.5 s]
/proc/loadavg: 2.10 2.16 2.17 4/213 29737
/proc/meminfo: memFree=30271792/32872528 swapFree=1103228/1182944
[pid=29480] ppid=29477 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/29480/stat : 29480 (java) S 29477 29480 24719 0 -1 4202496 13284 0 1 0 179962 46 0 0 20 0 19 0 13558576 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140735246923120 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29480/statm: 2406260 61062 2282 9 0 2396937 0
[pid=29480/tid=29481] ppid=29477 vsize=9625040 CPUtime=1793.74 cores=1,3,5,7
/proc/29480/task/29481/stat : 29481 (java) R 29477 29480 24719 0 -1 4202560 2482 0 1 0 179345 29 0 0 20 0 19 0 13558576 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286931525280 140286802629551 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29480/tid=29483] ppid=29477 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29480/task/29483/stat : 29483 (java) S 29477 29480 24719 0 -1 4202560 64 0 0 0 5 1 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286920596520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29484] ppid=29477 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29480/task/29484/stat : 29484 (java) S 29477 29480 24719 0 -1 4202560 144 0 0 0 6 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286774426536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29485] ppid=29477 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29480/task/29485/stat : 29485 (java) S 29477 29480 24719 0 -1 4202560 282 0 0 0 5 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286773373736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29486] ppid=29477 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29480/task/29486/stat : 29486 (java) S 29477 29480 24719 0 -1 4202560 42 0 0 0 4 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286772320936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29487] ppid=29477 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/29480/task/29487/stat : 29487 (java) S 29477 29480 24719 0 -1 4202560 169 0 0 0 7 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286771268136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29488] ppid=29477 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29480/task/29488/stat : 29488 (java) S 29477 29480 24719 0 -1 4202560 151 0 0 0 3 1 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286770215336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29489] ppid=29477 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/29480/task/29489/stat : 29489 (java) S 29477 29480 24719 0 -1 4202560 123 0 0 0 5 1 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286769162536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29490] ppid=29477 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/29480/task/29490/stat : 29490 (java) S 29477 29480 24719 0 -1 4202560 60 0 0 0 4 0 0 0 20 0 19 0 13558577 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286768109736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29491] ppid=29477 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29480/task/29491/stat : 29491 (java) S 29477 29480 24719 0 -1 4202560 39 0 0 0 2 0 0 0 20 0 19 0 13558578 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286755699688 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29492] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29492/stat : 29492 (java) S 29477 29480 24719 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13558579 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286754645752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29493] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29493/stat : 29493 (java) S 29477 29480 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13558579 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286753592840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29494] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29494/stat : 29494 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286752541328 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29495] ppid=29477 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/29480/task/29495/stat : 29495 (java) S 29477 29480 24719 0 -1 4202560 3670 0 0 0 39 0 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286751488440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29480/tid=29496] ppid=29477 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29480/task/29496/stat : 29496 (java) S 29477 29480 24719 0 -1 4202560 4695 0 0 0 38 0 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286750435640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29497] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29497/stat : 29497 (java) S 29477 29480 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286749383032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29480/tid=29498] ppid=29477 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/29480/task/29498/stat : 29498 (java) S 29477 29480 24719 0 -1 4202560 104 0 0 0 36 44 0 0 20 0 19 0 13558581 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286748330440 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29480/tid=29499] ppid=29477 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29480/task/29499/stat : 29499 (java) S 29477 29480 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13558609 9856040960 61062 33554432000 1073741824 1073778376 140735246931984 140286747276968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1798.55
CPU time (s): 1800.08
CPU user time (s): 1799.62
CPU system time (s): 0.46
CPU usage (%): 100.085
Max. virtual memory (cumulated for all children) (KiB): 9625596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.18
system time used= 0.900863
maximum resident set size= 244368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13321
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38148
involuntary context switches= 2485

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5834 second user time and 13.9829 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-17 00:11:36
IDJOB=4096677
IDBENCH=107648
IDSOLVER=2546
FILE ID=node115/4096677-1466115096
RUNJOBID= node115-1466113234-27741
PBS_JOBID= 19904041
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_31.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096677-1466115096/watcher-4096677-1466115096 -o /tmp/evaluation-result-4096677-1466115096/solver-4096677-1466115096 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27741 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096677-1466115096.opb

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

MD5SUM BENCH= 3c5c67a05b8f77fc58cd0cec4854ace8
RANDOM SEED=826933059

node115.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		: 2667.103
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	: 5334.20
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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.55
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		: 2667.103
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		: 2667.103
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		: 2667.103
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:        30555580 kB
Buffers:           72056 kB
Cached:           120688 kB
SwapCached:         2104 kB
Active:           311820 kB
Inactive:         116504 kB
Active(anon):     236556 kB
Inactive(anon):     1636 kB
Active(file):      75264 kB
Inactive(file):   114868 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099112 kB
Dirty:               828 kB
Writeback:            40 kB
AnonPages:       1417716 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             570936 kB
SReclaimable:      14156 kB
SUnreclaim:       556780 kB
KernelStack:        1584 kB
PageTables:         7124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1905888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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= 71740 MiB
End job on node115 at 2016-06-17 00:41:35