Trace number 4108915

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.05 1797.34

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-130.opb
MD5SUM1e275a6bfffefd782bc57067ec81c100
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41972
Total number of constraints972388
Number of constraints which are clauses873653
Number of constraints which are cardinality constraints (but not clauses)3080
Number of constraints which are nor clauses,nor cardinality constraints95655
Minimum length of a constraint1
Maximum length of a constraint627
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4108915-1466293241.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
6.95/5.78	c ... done. Wall clock time 5.67s.
6.95/5.78	c declared #vars     41972
6.95/5.78	c #constraints  973950
6.95/5.78	c constraints type 
6.95/5.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 657090
6.95/5.79	c org.sat4j.specs.Constr$1 => 12372
6.95/5.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 3057
6.95/5.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 205140
6.95/5.79	c org.sat4j.minisat.constraints.cnf.UnitClause => 636
6.95/5.79	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 95655
6.95/5.79	c 973950 constraints processed.
14.82/13.20	c cleaning 2474 clauses out of 5000 with flag 337082/5000
21.63/19.86	c cleaning 3966 clauses out of 8526 with flag 694991/11000
29.34/27.56	c cleaning 5744 clauses out of 11559 with flag 970834/18000
37.73/35.91	c cleaning 6744 clauses out of 13814 with flag 1411696/26000
47.57/45.77	c cleaning 7772 clauses out of 16070 with flag 1800787/35000
58.37/56.57	c cleaning 8718 clauses out of 18298 with flag 2361795/45000
70.79/68.99	c cleaning 10222 clauses out of 20578 with flag 2880508/56000
88.00/86.16	c cleaning 11008 clauses out of 22355 with flag 3477626/68000
96.70/94.90	c cleaning 12013 clauses out of 24345 with flag 3845697/81000
112.52/110.70	c cleaning 12937 clauses out of 26331 with flag 4328992/95001
125.23/123.35	c cleaning 13998 clauses out of 28394 with flag 4840475/110001
141.03/139.12	c cleaning 15066 clauses out of 30397 with flag 5390557/126002
154.43/152.59	c cleaning 16099 clauses out of 32314 with flag 5685670/143000
169.13/167.26	c cleaning 17022 clauses out of 34214 with flag 6097159/161001
186.53/184.69	c cleaning 18089 clauses out of 36190 with flag 6582802/180000
199.44/197.50	c cleaning 18824 clauses out of 38099 with flag 6958585/200000
211.44/209.58	c cleaning 20115 clauses out of 40274 with flag 7331702/221000
223.84/221.94	c cleaning 20905 clauses out of 42159 with flag 7765418/243001
233.64/231.70	c cleaning 22007 clauses out of 44251 with flag 8020242/266000
244.44/242.56	c cleaning 22954 clauses out of 46243 with flag 8318038/290000
257.65/255.71	c cleaning 24124 clauses out of 48288 with flag 8689425/315000
274.95/273.08	c cleaning 25022 clauses out of 50164 with flag 9110360/341000
292.66/290.72	c cleaning 25904 clauses out of 52138 with flag 9553799/368000
307.57/305.63	c cleaning 27048 clauses out of 54231 with flag 9843896/396000
316.47/314.58	c cleaning 28081 clauses out of 56181 with flag 10121394/425000
327.38/325.44	c cleaning 29026 clauses out of 58101 with flag 10508559/455001
335.98/334.08	c cleaning 29941 clauses out of 60074 with flag 10842926/486000
348.32/346.00	c cleaning 30677 clauses out of 62134 with flag 11169510/518001
361.52/359.21	c cleaning 31799 clauses out of 64455 with flag 11795828/551001
376.63/374.38	c cleaning 32060 clauses out of 66654 with flag 12409141/585000
399.23/396.93	c cleaning 32229 clauses out of 69594 with flag 13213787/620001
424.44/422.18	c cleaning 34835 clauses out of 73361 with flag 13970129/656000
440.26/437.97	c cleaning 35760 clauses out of 75526 with flag 14417931/693001
462.05/459.80	c cleaning 37130 clauses out of 77765 with flag 15021950/731000
483.26/480.93	c cleaning 37999 clauses out of 79636 with flag 15706471/770001
502.06/499.74	c cleaning 38862 clauses out of 81636 with flag 16436213/810000
513.46/511.19	c cleaning 39976 clauses out of 83773 with flag 16864071/851000
533.26/530.99	c cleaning 38910 clauses out of 85796 with flag 17684131/893001
555.68/553.40	c cleaning 40930 clauses out of 89886 with flag 18217984/936001
570.37/568.08	c cleaning 43130 clauses out of 92956 with flag 18661124/980001
584.58/582.25	c cleaning 43769 clauses out of 94822 with flag 19067964/1025000
600.48/598.19	c cleaning 44509 clauses out of 97053 with flag 19480150/1071000
617.50/615.13	c cleaning 45316 clauses out of 99541 with flag 20108734/1118000
633.30/630.94	c cleaning 46119 clauses out of 102222 with flag 20670371/1166000
653.50/651.11	c cleaning 46393 clauses out of 105103 with flag 21333021/1215000
678.21/675.82	c cleaning 47880 clauses out of 108713 with flag 22217405/1265003
700.11/697.72	c cleaning 49059 clauses out of 111830 with flag 22926467/1316000
727.32/724.97	c cleaning 51275 clauses out of 114773 with flag 23660083/1368002
758.11/755.75	c cleaning 51507 clauses out of 116500 with flag 24545973/1421004
778.22/775.87	c cleaning 52989 clauses out of 118991 with flag 25270053/1475002
800.22/797.89	c cleaning 53709 clauses out of 121000 with flag 26034467/1530000
829.63/827.27	c cleaning 53045 clauses out of 123291 with flag 27100022/1586000
852.14/849.79	c cleaning 55473 clauses out of 127246 with flag 27926864/1643000
872.84/870.43	c cleaning 56445 clauses out of 129773 with flag 28594075/1701000
902.95/900.50	c cleaning 57898 clauses out of 132328 with flag 29479103/1760000
925.47/923.08	c cleaning 59005 clauses out of 134432 with flag 30149465/1820002
958.86/956.46	c cleaning 59558 clauses out of 136428 with flag 31131325/1881003
989.28/986.84	c cleaning 60524 clauses out of 138868 with flag 32111479/1943001
1010.78/1008.39	c cleaning 61889 clauses out of 141344 with flag 32791734/2006001
1029.41/1026.91	c cleaning 62825 clauses out of 143456 with flag 33385667/2070002
1066.42/1063.91	c cleaning 63136 clauses out of 145629 with flag 34714813/2135000
1108.22/1105.70	c cleaning 61708 clauses out of 148494 with flag 36060476/2201002
1143.24/1140.75	c cleaning 63953 clauses out of 153781 with flag 37220121/2268000
1174.24/1171.70	c cleaning 66810 clauses out of 157828 with flag 38162726/2336000
1218.85/1216.33	c cleaning 65055 clauses out of 160018 with flag 39639158/2405000
1258.46/1255.99	c cleaning 68291 clauses out of 164963 with flag 40838967/2475000
1289.16/1286.70	c cleaning 69820 clauses out of 167672 with flag 42035369/2546000
1325.57/1323.03	c cleaning 69673 clauses out of 169852 with flag 43563828/2618000
1354.59/1352.07	c cleaning 72316 clauses out of 173179 with flag 44720288/2691000
1380.80/1378.22	c cleaning 72877 clauses out of 174864 with flag 45597297/2765001
1413.32/1410.75	c cleaning 73597 clauses out of 176986 with flag 46351857/2840000
1452.93/1450.37	c cleaning 74476 clauses out of 179389 with flag 47376546/2916000
1482.93/1480.38	c cleaning 76400 clauses out of 181913 with flag 48208215/2993000
1506.04/1503.47	c cleaning 76786 clauses out of 183513 with flag 49130848/3071000
1532.55/1529.95	c cleaning 77846 clauses out of 185727 with flag 49973299/3150000
1558.26/1555.67	c cleaning 79198 clauses out of 187881 with flag 50744291/3230000
1588.48/1585.86	c cleaning 80038 clauses out of 189683 with flag 51518280/3311000
1617.39/1614.74	c cleaning 81146 clauses out of 191645 with flag 52600114/3393000
1647.60/1644.92	c cleaning 81759 clauses out of 193499 with flag 53313393/3476000
1681.01/1678.34	c cleaning 82922 clauses out of 195742 with flag 54043117/3560002
1712.72/1710.09	c cleaning 83678 clauses out of 197818 with flag 54787476/3645000
1748.74/1746.08	c cleaning 84905 clauses out of 200142 with flag 55813446/3731002
1788.34/1785.60	c cleaning 85979 clauses out of 202235 with flag 56731153/3818000
1800.05/1797.30	c starts		: 16145
1800.05/1797.30	c conflicts		: 3851584
1800.05/1797.30	c decisions		: 103984086
1800.05/1797.30	c propagations		: 2573660604
1800.05/1797.30	c inspects		: 20886133459
1800.05/1797.30	c shortcuts		: 0
1800.05/1797.30	c learnt literals	: 68
1800.05/1797.30	c learnt binary clauses	: 2347
1800.05/1797.30	c learnt ternary clauses	: 9106
1800.05/1797.30	c learnt constraints	: 3851516
1800.05/1797.30	c ignored constraints	: 0
1800.05/1797.30	c root simplifications	: 0
1800.05/1797.30	c removed literals (reason simplification)	: 0
1800.05/1797.30	c reason swapping (by a shorter reason)	: 0
1800.05/1797.30	c Calls to reduceDB	: 83
1800.05/1797.30	c Number of update (reduction) of LBD	: 2402664
1800.05/1797.30	c Imported unit clauses	: 0
1800.05/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.30	c number of learned constraints concerned by reduction	: 0
1800.05/1797.30	c number of learning phase by resolution	: 0
1800.05/1797.30	c number of learning phase by cutting planes	: 0
1800.05/1797.30	c speed (assignments/second)	: 1436600.9825324465
1800.05/1797.30	c non guided choices	7101766
1800.05/1797.31	c timeout
1800.05/1797.33	c learnt constraints type 
1800.05/1797.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2347
1800.05/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 147493
1800.05/1797.33	s UNKNOWN
1800.05/1797.33	c Total wall clock time (in seconds): 1797.219

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-4108915-1466293241/watcher-4108915-1466293241 -o /tmp/evaluation-result-4108915-1466293241/solver-4108915-1466293241 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4108915-1466293241.opb 

pid=24868
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.19 2.15 2.10 3/195 24871
/proc/meminfo: memFree=29943628/32872528 swapFree=877056/942464
[pid=24871] ppid=24868 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/24871/stat : 24871 (java) R 24868 24871 19848 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 31373131 2560000 46 33554432000 1073741824 1073778376 140736263110528 140733360607672 213183982887 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24871/statm: 625 46 37 9 0 29 0

[startup+0.100167 s]
/proc/loadavg: 2.19 2.15 2.10 3/195 24871
/proc/meminfo: memFree=29943628/32872528 swapFree=877056/942464
[pid=24871] ppid=24868 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24868 24871 19848 0 -1 4202496 4426 0 1 0 8 1 0 0 20 0 18 0 31373131 9787879424 6047 33554432000 1073741824 1073778376 140736263110528 140736263101664 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24871/statm: 2389619 6047 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200233 s]
/proc/loadavg: 2.19 2.15 2.10 3/195 24871
/proc/meminfo: memFree=29943628/32872528 swapFree=877056/942464
[pid=24871] ppid=24868 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24868 24871 19848 0 -1 4202496 4798 0 1 0 23 1 0 0 20 0 18 0 31373131 9787879424 7389 33554432000 1073741824 1073778376 140736263110528 140736263101664 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24871/statm: 2389619 7389 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300241 s]
/proc/loadavg: 2.19 2.15 2.10 3/195 24871
/proc/meminfo: memFree=29943628/32872528 swapFree=877056/942464
[pid=24871] ppid=24868 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24868 24871 19848 0 -1 4202496 5870 0 1 0 44 1 0 0 20 0 18 0 31373131 9787879424 9611 33554432000 1073741824 1073778376 140736263110528 140736263101664 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24871/statm: 2389619 9611 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700322 s]
/proc/loadavg: 2.19 2.15 2.10 3/195 24871
/proc/meminfo: memFree=29943628/32872528 swapFree=877056/942464
[pid=24871] ppid=24868 vsize=9558476 CPUtime=1.1 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24868 24871 19848 0 -1 4202496 7389 0 1 0 107 3 0 0 20 0 18 0 31373131 9787879424 40347 33554432000 1073741824 1073778376 140736263110528 140736263101664 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24871/statm: 2389619 40347 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.19 2.15 2.10 3/213 24889
/proc/meminfo: memFree=29701484/32872528 swapFree=877056/942464
[pid=24871] ppid=24868 vsize=9558476 CPUtime=2.12 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24868 24871 19848 0 -1 4202496 8995 0 1 0 205 7 0 0 20 0 18 0 31373131 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 140736263101664 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24871/statm: 2389619 77198 2263 9 0 2380296 0
[pid=24871/tid=24873] ppid=24868 vsize=9558476 CPUtime=1.42 cores=1,3,5,7
/proc/24871/task/24873/stat : 24873 (java) R 24868 24871 19848 0 -1 4202560 2552 0 1 0 138 4 0 0 20 0 18 0 31373131 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806358986720 139806231655445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24874] ppid=24868 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/24871/task/24874/stat : 24874 (java) S 24868 24871 19848 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 31373133 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806202771624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24875] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24875/stat : 24875 (java) S 24868 24871 19848 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 31373133 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806201719080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24876] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24876/stat : 24876 (java) S 24868 24871 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 31373133 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806200666536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24877] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24877/stat : 24877 (java) S 24868 24871 19848 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 31373133 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806199613992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24878] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24878/stat : 24878 (java) S 24868 24871 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 31373133 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806198561448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24879] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24879/stat : 24879 (java) S 24868 24871 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 31373133 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806197508904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24880] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24880/stat : 24880 (java) S 24868 24871 19848 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 31373133 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806196456360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24881] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24881/stat : 24881 (java) S 24868 24871 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 31373133 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806195403816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24882] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24882/stat : 24882 (java) S 24868 24871 19848 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 31373134 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806183204968 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24883] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24883/stat : 24883 (java) S 24868 24871 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31373134 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806182151288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24884] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24884/stat : 24884 (java) S 24868 24871 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31373134 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806181098632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24885] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24885/stat : 24885 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31373137 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806180047376 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24886] ppid=24868 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/24871/task/24886/stat : 24886 (java) S 24868 24871 19848 0 -1 4202560 2227 0 0 0 23 0 0 0 20 0 18 0 31373137 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806178994744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24887] ppid=24868 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/24871/task/24887/stat : 24887 (java) S 24868 24871 19848 0 -1 4202560 2691 0 0 0 29 0 0 0 20 0 18 0 31373137 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806177942200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24888] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24888/stat : 24888 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31373137 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806176889848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24889] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24889/stat : 24889 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31373137 9787879424 77198 33554432000 1073741824 1073778376 140736263110528 139806175837512 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 2.18 2.15 2.10 3/213 24889
/proc/meminfo: memFree=29499664/32872528 swapFree=877056/942464
[pid=24871] ppid=24868 vsize=9558476 CPUtime=3.97 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24868 24871 19848 0 -1 4202496 9489 0 1 0 380 17 0 0 20 0 18 0 31373131 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 140736263101664 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24871/statm: 2389619 149663 2263 9 0 2380296 0
[pid=24871/tid=24873] ppid=24868 vsize=9558476 CPUtime=2.94 cores=1,3,5,7
/proc/24871/task/24873/stat : 24873 (java) R 24868 24871 19848 0 -1 4202560 2669 0 1 0 286 8 0 0 20 0 18 0 31373131 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806358993400 139806231576756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24874] ppid=24868 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/24871/task/24874/stat : 24874 (java) S 24868 24871 19848 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 18 0 31373133 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806202771624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24875] ppid=24868 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/24871/task/24875/stat : 24875 (java) S 24868 24871 19848 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 18 0 31373133 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806201719080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24876] ppid=24868 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/24871/task/24876/stat : 24876 (java) S 24868 24871 19848 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 18 0 31373133 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806200666536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24877] ppid=24868 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/24871/task/24877/stat : 24877 (java) S 24868 24871 19848 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 18 0 31373133 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806199613992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24878] ppid=24868 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/24871/task/24878/stat : 24878 (java) S 24868 24871 19848 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 31373133 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806198561448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24879] ppid=24868 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/24871/task/24879/stat : 24879 (java) S 24868 24871 19848 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 18 0 31373133 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806197508904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24880] ppid=24868 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/24871/task/24880/stat : 24880 (java) S 24868 24871 19848 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 18 0 31373133 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806196456360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24881] ppid=24868 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/24871/task/24881/stat : 24881 (java) S 24868 24871 19848 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 18 0 31373133 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806195403816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24882] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24882/stat : 24882 (java) S 24868 24871 19848 0 -1 4202560 461 0 0 0 0 0 0 0 20 0 18 0 31373134 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806183204968 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24883] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24883/stat : 24883 (java) S 24868 24871 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31373134 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806182151288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24884] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24884/stat : 24884 (java) S 24868 24871 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31373134 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806181098632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24885] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24885/stat : 24885 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31373137 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806180047376 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24886] ppid=24868 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/24871/task/24886/stat : 24886 (java) S 24868 24871 19848 0 -1 4202560 2227 0 0 0 23 0 0 0 20 0 18 0 31373137 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806178994744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24887] ppid=24868 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/24871/task/24887/stat : 24887 (java) S 24868 24871 19848 0 -1 4202560 2691 0 0 0 31 0 0 0 20 0 18 0 31373137 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806177942200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24888] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24888/stat : 24888 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31373137 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806176889848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24889] ppid=24868 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24889/stat : 24889 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31373137 9787879424 149663 33554432000 1073741824 1073778376 140736263110528 139806175837512 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9558476

[startup+6.30083 s]
/proc/loadavg: 2.18 2.15 2.10 3/213 24889
/proc/meminfo: memFree=28790728/32872528 swapFree=877056/942464
[pid=24871] ppid=24868 vsize=9625040 CPUtime=7.93 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24868 24871 19848 0 -1 4202496 11326 0 1 0 757 36 0 0 20 0 19 0 31373131 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 140736263101664 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24871/statm: 2406260 290286 2278 9 0 2396937 0
[pid=24871/tid=24873] ppid=24868 vsize=9625040 CPUtime=6 cores=1,3,5,7
/proc/24871/task/24873/stat : 24873 (java) R 24868 24871 19848 0 -1 4202560 2915 0 1 0 586 14 0 0 20 0 19 0 31373131 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806358987000 139806365235592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24874] ppid=24868 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/24871/task/24874/stat : 24874 (java) S 24868 24871 19848 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 19 0 31373133 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806202771624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24875] ppid=24868 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24871/task/24875/stat : 24875 (java) S 24868 24871 19848 0 -1 4202560 52 0 0 0 9 3 0 0 20 0 19 0 31373133 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806201719080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24876] ppid=24868 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/24871/task/24876/stat : 24876 (java) S 24868 24871 19848 0 -1 4202560 50 0 0 0 5 3 0 0 20 0 19 0 31373133 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806200666536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24877] ppid=24868 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/24871/task/24877/stat : 24877 (java) S 24868 24871 19848 0 -1 4202560 52 0 0 0 5 2 0 0 20 0 19 0 31373133 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806199613992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24878] ppid=24868 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24871/task/24878/stat : 24878 (java) S 24868 24871 19848 0 -1 4202560 66 0 0 0 11 3 0 0 20 0 19 0 31373133 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806198561448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24879] ppid=24868 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24871/task/24879/stat : 24879 (java) S 24868 24871 19848 0 -1 4202560 54 0 0 0 9 3 0 0 20 0 19 0 31373133 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806197508904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24880] ppid=24868 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/24871/task/24880/stat : 24880 (java) S 24868 24871 19848 0 -1 4202560 53 0 0 0 7 3 0 0 20 0 19 0 31373133 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806196456360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24881] ppid=24868 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/24871/task/24881/stat : 24881 (java) S 24868 24871 19848 0 -1 4202560 45 0 0 0 7 2 0 0 20 0 19 0 31373133 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806195403816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24882] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24882/stat : 24882 (java) S 24868 24871 19848 0 -1 4202560 981 0 0 0 0 0 0 0 20 0 19 0 31373134 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806183204968 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24883] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24883/stat : 24883 (java) S 24868 24871 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31373134 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806182151288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24884] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24884/stat : 24884 (java) S 24868 24871 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31373134 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806181098632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24885] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24885/stat : 24885 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31373137 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806180047376 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24886] ppid=24868 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/24871/task/24886/stat : 24886 (java) S 24868 24871 19848 0 -1 4202560 2364 0 0 0 39 0 0 0 20 0 19 0 31373137 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806178994744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24887] ppid=24868 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/24871/task/24887/stat : 24887 (java) R 24868 24871 19848 0 -1 4202560 3384 0 0 0 55 0 0 0 20 0 19 0 31373137 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806177942080 139806360746576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24888] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24888/stat : 24888 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31373137 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806176889848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24889] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24889/stat : 24889 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31373137 9856040960 290286 33554432000 1073741824 1073778376 140736263110528 139806175837512 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.23 2.16 2.10 3/214 24890
/proc/meminfo: memFree=28788792/32872528 swapFree=877056/942464
[pid=24871] ppid=24868 vsize=9625040 CPUtime=14.41 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24868 24871 19848 0 -1 4202496 11329 0 1 0 1405 36 0 0 20 0 19 0 31373131 9856040960 290248 33554432000 1073741824 1073778376 140736263110528 140736263101664 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24871/statm: 2406260 290248 2279 9 0 2396937 0

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

[pid=24871/tid=24890] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24890/stat : 24890 (java) S 24868 24871 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31373712 9856040960 319739 33554432000 1073741824 1073778376 140736263110528 139806174782248 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1725.03
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.08 1.23 1.60 2/189 24990
/proc/meminfo: memFree=29379292/32872528 swapFree=877056/942464
[pid=24871] ppid=24868 vsize=9625040 CPUtime=1785.04 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24868 24871 19848 0 -1 4202496 13129 0 1 0 178413 91 0 0 20 0 19 0 31373131 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 140736263101664 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24871/statm: 2406260 331003 2286 9 0 2396937 0
[pid=24871/tid=24873] ppid=24868 vsize=9625040 CPUtime=1777.35 cores=1,3,5,7
/proc/24871/task/24873/stat : 24873 (java) R 24868 24871 19848 0 -1 4202560 2954 0 1 0 177692 43 0 0 20 0 19 0 31373131 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806358986528 139806231907238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24874] ppid=24868 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24871/task/24874/stat : 24874 (java) S 24868 24871 19848 0 -1 4202560 211 0 0 0 13 4 0 0 20 0 19 0 31373133 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806202771624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24875] ppid=24868 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24871/task/24875/stat : 24875 (java) S 24868 24871 19848 0 -1 4202560 147 0 0 0 11 4 0 0 20 0 19 0 31373133 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806201719080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24876] ppid=24868 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24871/task/24876/stat : 24876 (java) S 24868 24871 19848 0 -1 4202560 72 0 0 0 8 4 0 0 20 0 19 0 31373133 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806200666536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24877] ppid=24868 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24871/task/24877/stat : 24877 (java) S 24868 24871 19848 0 -1 4202560 108 0 0 0 11 4 0 0 20 0 19 0 31373133 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806199613992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24878] ppid=24868 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24871/task/24878/stat : 24878 (java) S 24868 24871 19848 0 -1 4202560 175 0 0 0 14 4 0 0 20 0 19 0 31373133 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806198561448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24879] ppid=24868 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/24871/task/24879/stat : 24879 (java) S 24868 24871 19848 0 -1 4202560 205 0 0 0 18 5 0 0 20 0 19 0 31373133 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806197508904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24880] ppid=24868 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24871/task/24880/stat : 24880 (java) S 24868 24871 19848 0 -1 4202560 82 0 0 0 10 4 0 0 20 0 19 0 31373133 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806196456360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24881] ppid=24868 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24871/task/24881/stat : 24881 (java) S 24868 24871 19848 0 -1 4202560 194 0 0 0 9 4 0 0 20 0 19 0 31373133 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806195403816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24882] ppid=24868 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24871/task/24882/stat : 24882 (java) S 24868 24871 19848 0 -1 4202560 1013 0 0 0 1 1 0 0 20 0 19 0 31373134 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806183204968 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24883] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24883/stat : 24883 (java) S 24868 24871 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31373134 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806182151288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24884] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24884/stat : 24884 (java) S 24868 24871 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31373134 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806181098632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24885] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24885/stat : 24885 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31373137 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806180047376 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24886] ppid=24868 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/24871/task/24886/stat : 24886 (java) S 24868 24871 19848 0 -1 4202560 2819 0 0 0 52 0 0 0 20 0 19 0 31373137 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806178994744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24887] ppid=24868 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/24871/task/24887/stat : 24887 (java) S 24868 24871 19848 0 -1 4202560 3789 0 0 0 72 0 0 0 20 0 19 0 31373137 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806177942200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24888] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24888/stat : 24888 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31373137 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806176889848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24889] ppid=24868 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/24871/task/24889/stat : 24889 (java) S 24868 24871 19848 0 -1 4202560 103 0 0 0 34 42 0 0 20 0 19 0 31373137 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806175837512 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24890] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24890/stat : 24890 (java) S 24868 24871 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31373712 9856040960 331003 33554432000 1073741824 1073778376 140736263110528 139806174782248 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1785.04
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 1.06 1.23 1.59 2/189 24990
/proc/meminfo: memFree=29364960/32872528 swapFree=877056/942464
[pid=24871] ppid=24868 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24868 24871 19848 0 -1 4202496 13137 0 1 0 179913 92 0 0 20 0 19 0 31373131 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 140736263101664 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24871/statm: 2406260 335099 2286 9 0 2396937 0
[pid=24871/tid=24873] ppid=24868 vsize=9625040 CPUtime=1792.31 cores=1,3,5,7
/proc/24871/task/24873/stat : 24873 (java) R 24868 24871 19848 0 -1 4202560 2962 0 1 0 179187 44 0 0 20 0 19 0 31373131 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806358986528 139806231959628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24874] ppid=24868 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24871/task/24874/stat : 24874 (java) S 24868 24871 19848 0 -1 4202560 211 0 0 0 13 4 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806202771624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24875] ppid=24868 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24871/task/24875/stat : 24875 (java) S 24868 24871 19848 0 -1 4202560 147 0 0 0 11 4 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806201719080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24876] ppid=24868 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24871/task/24876/stat : 24876 (java) S 24868 24871 19848 0 -1 4202560 72 0 0 0 8 4 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806200666536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24877] ppid=24868 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24871/task/24877/stat : 24877 (java) S 24868 24871 19848 0 -1 4202560 108 0 0 0 11 4 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806199613992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24878] ppid=24868 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24871/task/24878/stat : 24878 (java) S 24868 24871 19848 0 -1 4202560 175 0 0 0 14 4 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806198561448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24879] ppid=24868 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/24871/task/24879/stat : 24879 (java) S 24868 24871 19848 0 -1 4202560 205 0 0 0 18 5 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806197508904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24880] ppid=24868 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24871/task/24880/stat : 24880 (java) S 24868 24871 19848 0 -1 4202560 82 0 0 0 10 4 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806196456360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24881] ppid=24868 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24871/task/24881/stat : 24881 (java) S 24868 24871 19848 0 -1 4202560 194 0 0 0 9 4 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806195403816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24882] ppid=24868 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24871/task/24882/stat : 24882 (java) S 24868 24871 19848 0 -1 4202560 1013 0 0 0 1 1 0 0 20 0 19 0 31373134 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806183204968 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24883] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24883/stat : 24883 (java) S 24868 24871 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31373134 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806182151288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24884] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24884/stat : 24884 (java) S 24868 24871 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31373134 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806181098632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24885] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24885/stat : 24885 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31373137 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806180047376 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24886] ppid=24868 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/24871/task/24886/stat : 24886 (java) S 24868 24871 19848 0 -1 4202560 2819 0 0 0 52 0 0 0 20 0 19 0 31373137 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806178994744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24887] ppid=24868 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/24871/task/24887/stat : 24887 (java) S 24868 24871 19848 0 -1 4202560 3789 0 0 0 72 0 0 0 20 0 19 0 31373137 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806177942200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24888] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24888/stat : 24888 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31373137 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806176889848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24889] ppid=24868 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/24871/task/24889/stat : 24889 (java) S 24868 24871 19848 0 -1 4202560 103 0 0 0 34 43 0 0 20 0 19 0 31373137 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806175837512 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24890] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24890/stat : 24890 (java) S 24868 24871 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31373712 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806174782248 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1797.3 s]
/proc/loadavg: 1.06 1.23 1.59 2/189 24990
/proc/meminfo: memFree=29364960/32872528 swapFree=877056/942464
[pid=24871] ppid=24868 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/24871/stat : 24871 (java) S 24868 24871 19848 0 -1 4202496 13137 0 1 0 179913 92 0 0 20 0 19 0 31373131 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 140736263101664 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24871/statm: 2406260 335099 2286 9 0 2396937 0
[pid=24871/tid=24873] ppid=24868 vsize=9625040 CPUtime=1792.31 cores=1,3,5,7
/proc/24871/task/24873/stat : 24873 (java) R 24868 24871 19848 0 -1 4202560 2962 0 1 0 179187 44 0 0 20 0 19 0 31373131 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806358986528 139806231959628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24874] ppid=24868 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24871/task/24874/stat : 24874 (java) S 24868 24871 19848 0 -1 4202560 211 0 0 0 13 4 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806202771624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24875] ppid=24868 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24871/task/24875/stat : 24875 (java) S 24868 24871 19848 0 -1 4202560 147 0 0 0 11 4 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806201719080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24876] ppid=24868 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24871/task/24876/stat : 24876 (java) S 24868 24871 19848 0 -1 4202560 72 0 0 0 8 4 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806200666536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24871/tid=24877] ppid=24868 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24871/task/24877/stat : 24877 (java) S 24868 24871 19848 0 -1 4202560 108 0 0 0 11 4 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806199613992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24878] ppid=24868 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24871/task/24878/stat : 24878 (java) S 24868 24871 19848 0 -1 4202560 175 0 0 0 14 4 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806198561448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24879] ppid=24868 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/24871/task/24879/stat : 24879 (java) S 24868 24871 19848 0 -1 4202560 205 0 0 0 18 5 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806197508904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24880] ppid=24868 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24871/task/24880/stat : 24880 (java) S 24868 24871 19848 0 -1 4202560 82 0 0 0 10 4 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806196456360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24881] ppid=24868 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24871/task/24881/stat : 24881 (java) S 24868 24871 19848 0 -1 4202560 194 0 0 0 9 4 0 0 20 0 19 0 31373133 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806195403816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24882] ppid=24868 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24871/task/24882/stat : 24882 (java) S 24868 24871 19848 0 -1 4202560 1013 0 0 0 1 1 0 0 20 0 19 0 31373134 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806183204968 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24883] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24883/stat : 24883 (java) S 24868 24871 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31373134 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806182151288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24884] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24884/stat : 24884 (java) S 24868 24871 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31373134 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806181098632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24885] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24885/stat : 24885 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31373137 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806180047376 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24886] ppid=24868 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/24871/task/24886/stat : 24886 (java) S 24868 24871 19848 0 -1 4202560 2819 0 0 0 52 0 0 0 20 0 19 0 31373137 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806178994744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24871/tid=24887] ppid=24868 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/24871/task/24887/stat : 24887 (java) S 24868 24871 19848 0 -1 4202560 3789 0 0 0 72 0 0 0 20 0 19 0 31373137 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806177942200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24888] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24888/stat : 24888 (java) S 24868 24871 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31373137 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806176889848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24871/tid=24889] ppid=24868 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/24871/task/24889/stat : 24889 (java) S 24868 24871 19848 0 -1 4202560 103 0 0 0 34 43 0 0 20 0 19 0 31373137 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806175837512 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24871/tid=24890] ppid=24868 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24871/task/24890/stat : 24890 (java) S 24868 24871 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31373712 9856040960 335099 33554432000 1073741824 1073778376 140736263110528 139806174782248 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24871 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=578182
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=351794
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.34
CPU time (s): 1800.05
CPU user time (s): 1799.13
CPU system time (s): 0.92
CPU usage (%): 100.151
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 1.35179
maximum resident set size= 1346680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13182
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38266
involuntary context switches= 2835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.93825 second user time and 6.96094 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-19 01:40:42
IDJOB=4108915
IDBENCH=89692
IDSOLVER=2546
FILE ID=node113/4108915-1466293241
RUNJOBID= node113-1466265808-19865
PBS_JOBID= 19918235
Free space on /tmp= 71656 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-130.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108915-1466293241/watcher-4108915-1466293241 -o /tmp/evaluation-result-4108915-1466293241/solver-4108915-1466293241 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4108915-1466293241.opb

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

MD5SUM BENCH= 1e275a6bfffefd782bc57067ec81c100
RANDOM SEED=751091735

node113.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.799
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.59
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.799
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.799
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.56
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.799
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.799
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		: 2666.799
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.54
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.799
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.54
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.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29943900 kB
Buffers:          131592 kB
Cached:           363056 kB
SwapCached:         1896 kB
Active:           889388 kB
Inactive:         348788 kB
Active(anon):     744292 kB
Inactive(anon):     2024 kB
Active(file):     145096 kB
Inactive(file):   346764 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:             43608 kB
Writeback:             0 kB
AnonPages:       1690088 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             609040 kB
SReclaimable:      52448 kB
SUnreclaim:       556592 kB
KernelStack:        1592 kB
PageTables:         7692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2724592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    772096 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= 71664 MiB
End job on node113 at 2016-06-19 02:10:39