Trace number 4080384

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 Res+CP PB16? (TO) 1800.08 895.168

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUM732cdc3fa8b0bf0f47e882c13d928a6d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4080384-1465218998.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
1.32/0.62	c ... done. Wall clock time 0.51s.
1.32/0.62	c declared #vars     4626
1.32/0.62	c #constraints  30921
1.32/0.62	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.32/0.62	c constraints type 
1.32/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29898
1.32/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 945
1.32/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
1.32/0.62	c 30921 constraints processed.
1.32/0.62	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.32/0.62	c constraints type 
1.32/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29898
1.32/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 945
1.32/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1.32/0.62	c 30921 constraints processed.
4.40/1.41	c cleaning 2499 clauses out of 5001 with flag 20022/5001
5.38/1.77	c cleaning 4244 clauses out of 8501 with flag 49001/11000
6.52/2.22	c cleaning 5619 clauses out of 11257 with flag 90356/18000
7.56/2.73	c cleaning 6804 clauses out of 13639 with flag 123755/26001
8.85/3.37	c cleaning 7906 clauses out of 15834 with flag 168615/35000
10.44/4.17	c cleaning 8957 clauses out of 17931 with flag 209852/45003
12.15/4.91	c cleaning 9918 clauses out of 19971 with flag 273269/56000
13.57/5.67	c cleaning 10995 clauses out of 22053 with flag 341807/68000
15.46/6.56	c cleaning 12022 clauses out of 24059 with flag 420740/81001
17.47/7.53	c cleaning 12993 clauses out of 26039 with flag 519904/95003
21.20/9.30	c cleaning 13996 clauses out of 28046 with flag 638639/110003
23.20/10.38	c cleaning 14991 clauses out of 30047 with flag 745812/126000
26.93/12.13	c cleaning 16026 clauses out of 32058 with flag 878529/143002
30.71/14.00	c cleaning 16985 clauses out of 34032 with flag 999537/161002
34.11/15.71	c cleaning 18018 clauses out of 36045 with flag 1121014/180000
37.67/17.46	c cleaning 0 clauses out of 5001 with flag 0/5001
39.74/18.39	c cleaning 19002 clauses out of 38028 with flag 1236184/200001
46.48/21.65	c cleaning 20000 clauses out of 40025 with flag 1366916/221000
55.68/26.14	c cleaning 21006 clauses out of 42025 with flag 1507326/243000
61.69/29.15	c cleaning 21977 clauses out of 44020 with flag 1637857/266001
66.48/31.47	c cleaning 23001 clauses out of 46042 with flag 1763357/290000
72.88/34.67	c cleaning 24005 clauses out of 48043 with flag 1892390/315002
77.87/37.19	c cleaning 24999 clauses out of 50037 with flag 2033036/341001
86.79/41.57	c cleaning 25995 clauses out of 52038 with flag 2189149/368001
95.79/46.04	c cleaning 27001 clauses out of 54042 with flag 2356257/396000
105.86/51.03	c cleaning 27992 clauses out of 56042 with flag 2540411/425001
116.52/56.34	c cleaning 29009 clauses out of 58054 with flag 2780974/455005
127.52/61.82	c cleaning 29997 clauses out of 60040 with flag 2986307/486000
139.00/67.52	c cleaning 31007 clauses out of 62045 with flag 3216085/518002
143.80/69.99	c cleaning 32013 clauses out of 64037 with flag 3397895/551001
150.69/73.36	c cleaning 32984 clauses out of 66023 with flag 3611023/585000
156.69/76.38	c cleaning 33969 clauses out of 68039 with flag 3802013/620000
165.11/80.81	c cleaning 0 clauses out of 11001 with flag 0/11001
169.91/83.25	c cleaning 35018 clauses out of 70070 with flag 4149386/656000
180.38/88.40	c cleaning 36017 clauses out of 72053 with flag 4447718/693001
189.58/93.06	c cleaning 37012 clauses out of 74036 with flag 4756723/731001
199.84/98.19	c cleaning 38009 clauses out of 76025 with flag 5073186/770002
210.97/103.64	c cleaning 39004 clauses out of 78014 with flag 5406004/810000
223.72/110.00	c cleaning 39999 clauses out of 80010 with flag 5742118/851000
242.86/119.48	c cleaning 41006 clauses out of 82011 with flag 6056576/893000
251.46/123.77	c cleaning 41989 clauses out of 84010 with flag 6299339/936005
263.15/129.57	c cleaning 42995 clauses out of 86016 with flag 6538997/980000
280.84/138.36	c cleaning 43996 clauses out of 88021 with flag 6817752/1025000
301.77/148.76	c cleaning 45000 clauses out of 90025 with flag 7083427/1071000
324.92/160.27	c cleaning 46006 clauses out of 92025 with flag 7377796/1118000
349.50/172.49	c cleaning 46990 clauses out of 94020 with flag 7665533/1166001
375.35/185.23	c cleaning 48010 clauses out of 96029 with flag 7971044/1215000
406.90/200.96	c cleaning 49000 clauses out of 98020 with flag 8259327/1265001
412.08/203.49	c cleaning 0 clauses out of 18001 with flag 0/18001
438.50/216.55	c cleaning 50002 clauses out of 100019 with flag 8577993/1316000
472.09/233.10	c cleaning 50998 clauses out of 102019 with flag 8885665/1368002
507.95/251.50	c cleaning 51999 clauses out of 104021 with flag 9231952/1421002
546.07/270.53	c cleaning 53001 clauses out of 106021 with flag 9558413/1475001
587.84/291.36	c cleaning 53999 clauses out of 108020 with flag 9906672/1530001
627.43/311.07	c cleaning 55002 clauses out of 110020 with flag 10270262/1586000
674.90/334.67	c cleaning 55999 clauses out of 112018 with flag 10646472/1643000
720.63/357.30	c cleaning 57002 clauses out of 114020 with flag 11046391/1701001
770.05/381.79	c cleaning 57993 clauses out of 116017 with flag 11390485/1760000
819.90/406.36	c cleaning 59001 clauses out of 118024 with flag 11733250/1820000
873.82/433.07	c cleaning 60000 clauses out of 120023 with flag 12086572/1881000
929.35/460.61	c cleaning 61006 clauses out of 122027 with flag 12466036/1943004
938.76/465.31	c cleaning 0 clauses out of 26002 with flag 0/26002
959.51/475.61	c cleaning 61977 clauses out of 124017 with flag 12839686/2006000
971.83/481.70	c cleaning 63008 clauses out of 126040 with flag 13160036/2070000
993.54/492.52	c cleaning 63996 clauses out of 128032 with flag 13534515/2135000
1031.57/511.43	c cleaning 65002 clauses out of 130038 with flag 13963199/2201002
1077.47/534.27	c cleaning 65995 clauses out of 132036 with flag 14453240/2268002
1125.00/558.62	c cleaning 66992 clauses out of 134039 with flag 14955376/2336000
1145.27/568.73	c cleaning 68003 clauses out of 136047 with flag 15415647/2405000
1163.34/577.80	c cleaning 68953 clauses out of 138046 with flag 15989543/2475002
1190.17/591.02	c cleaning 70029 clauses out of 140092 with flag 16392134/2546001
1248.66/620.11	c cleaning 71025 clauses out of 142063 with flag 16860154/2618001
1294.80/642.98	c cleaning 71953 clauses out of 144039 with flag 17292755/2691002
1351.35/670.90	c cleaning 73040 clauses out of 146084 with flag 17906020/2765000
1397.42/693.74	c cleaning 74017 clauses out of 148045 with flag 18522424/2840001
1440.79/715.33	c cleaning 75009 clauses out of 150028 with flag 19131414/2916001
1463.51/726.66	c cleaning 76000 clauses out of 152020 with flag 19699315/2993002
1481.82/735.78	c cleaning 76976 clauses out of 154018 with flag 20212655/3071000
1513.15/751.33	c cleaning 78004 clauses out of 156043 with flag 20696250/3150001
1589.49/790.56	c cleaning 0 clauses out of 35001 with flag 0/35001
1597.11/794.35	c cleaning 79000 clauses out of 158041 with flag 21318224/3230003
1661.38/826.35	c cleaning 79992 clauses out of 160038 with flag 21943919/3311000
1690.62/840.88	c cleaning 80989 clauses out of 162046 with flag 22569992/3393000
1734.77/862.78	c cleaning 82021 clauses out of 164058 with flag 23208427/3476001
1782.71/886.54	c cleaning 83010 clauses out of 166036 with flag 23887387/3560000
1800.08/895.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.10	c starts		: 19684
1800.08/895.10	c conflicts		: 3607959
1800.08/895.10	c decisions		: 6118517
1800.08/895.10	c propagations		: 136796072
1800.08/895.10	c inspects		: 13462591211
1800.08/895.10	c shortcuts		: 0
1800.08/895.10	c learnt literals	: 0
1800.08/895.10	c learnt binary clauses	: 0
1800.08/895.10	c learnt ternary clauses	: 0
1800.08/895.10	c learnt constraints	: 3607960
1800.08/895.10	c ignored constraints	: 0
1800.08/895.10	c root simplifications	: 0
1800.08/895.10	c removed literals (reason simplification)	: 9721041
1800.08/895.10	c reason swapping (by a shorter reason)	: 0
1800.08/895.10	c Calls to reduceDB	: 80
1800.08/895.10	c Number of update (reduction) of LBD	: 1436833
1800.08/895.10	c Imported unit clauses	: 0
1800.08/895.10	c number of reductions to clauses (during analyze)	: 0
1800.08/895.10	c number of learned constraints concerned by reduction	: 0
1800.08/895.10	c number of learning phase by resolution	: 0
1800.08/895.10	c number of learning phase by cutting planes	: 0
1800.08/895.10	c speed (assignments/second)	: 152934.14140330048
1800.08/895.10	c non guided choices	140508
1800.08/895.13	c learnt constraints type 
1800.08/895.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130986
1800.08/895.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.13	c starts		: 64
1800.08/895.13	c conflicts		: 37072
1800.08/895.13	c decisions		: 89859
1800.08/895.13	c propagations		: 1310947
1800.08/895.13	c inspects		: 1004792111
1800.08/895.13	c shortcuts		: 0
1800.08/895.13	c learnt literals	: 0
1800.08/895.13	c learnt binary clauses	: 0
1800.08/895.13	c learnt ternary clauses	: 0
1800.08/895.13	c learnt constraints	: 37072
1800.08/895.13	c ignored constraints	: 0
1800.08/895.13	c root simplifications	: 0
1800.08/895.13	c removed literals (reason simplification)	: 0
1800.08/895.13	c reason swapping (by a shorter reason)	: 0
1800.08/895.13	c Calls to reduceDB	: 5
1800.08/895.13	c Number of update (reduction) of LBD	: 0
1800.08/895.13	c Imported unit clauses	: 0
1800.08/895.13	c number of reductions to clauses (during analyze)	: 0
1800.08/895.13	c number of learned constraints concerned by reduction	: 0
1800.08/895.13	c number of learning phase by resolution	: 0
1800.08/895.13	c number of learning phase by cutting planes	: 0
1800.08/895.13	c speed (assignments/second)	: 1465.555810196701
1800.08/895.13	c non guided choices	11316
1800.08/895.15	c learnt constraints type 
1800.08/895.15	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 331
1800.08/895.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1800.08/895.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 36738
1800.08/895.15	s UNKNOWN
1800.08/895.15	c Total wall clock time (in seconds): 895.043

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-4080384-1465218998/watcher-4080384-1465218998 -o /tmp/evaluation-result-4080384-1465218998/solver-4080384-1465218998 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25468 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080384-1465218998.opb 

pid=27839
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: 4.17 4.11 3.93 4/197 27842
/proc/meminfo: memFree=28792092/32872528 swapFree=11252/530428
[pid=27842] ppid=27839 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27842/stat : 27842 (java) S 27839 27842 25451 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 103831617 98570240 977 33554432000 1073741824 1073778376 140734808898672 140734808889808 211462160445 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27842/statm: 24065 977 743 9 0 16771 0
[pid=27842/tid=27843] ppid=27839 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27843/stat : 27843 (java) R 27839 27842 25451 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 103831618 98570240 977 33554432000 1073741824 1073778376 140734808898672 139971749199400 211458803072 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100142 s]
/proc/loadavg: 4.17 4.11 3.93 4/197 27842
/proc/meminfo: memFree=28792092/32872528 swapFree=11252/530428
[pid=27842] ppid=27839 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27842/stat : 27842 (java) S 27839 27842 25451 0 -1 4202496 4468 0 1 0 10 1 0 0 20 0 18 0 103831617 9787879424 6106 33554432000 1073741824 1073778376 140734808898672 140734808889808 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27842/statm: 2389619 6106 2156 9 0 2380296 0
[pid=27842/tid=27843] ppid=27839 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27842/task/27843/stat : 27843 (java) R 27839 27842 25451 0 -1 4202560 2388 0 1 0 7 0 0 0 20 0 18 0 103831618 9787879424 6106 33554432000 1073741824 1073778376 140734808898672 139971749203672 139971756698528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200339 s]
/proc/loadavg: 4.17 4.11 3.93 4/197 27842
/proc/meminfo: memFree=28792092/32872528 swapFree=11252/530428
[pid=27842] ppid=27839 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/27842/stat : 27842 (java) S 27839 27842 25451 0 -1 4202496 5141 0 1 0 28 1 0 0 20 0 18 0 103831617 9787879424 8174 33554432000 1073741824 1073778376 140734808898672 140734808889808 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27842/statm: 2389619 8174 2218 9 0 2380296 0
[pid=27842/tid=27843] ppid=27839 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/27842/task/27843/stat : 27843 (java) R 27839 27842 25451 0 -1 4202560 2421 0 1 0 16 1 0 0 20 0 18 0 103831618 9787879424 8174 33554432000 1073741824 1073778376 140734808898672 139971749203672 211462185397 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300338 s]
/proc/loadavg: 4.17 4.11 3.93 4/197 27842
/proc/meminfo: memFree=28792092/32872528 swapFree=11252/530428
[pid=27842] ppid=27839 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/27842/stat : 27842 (java) S 27839 27842 25451 0 -1 4202496 6973 0 1 0 57 2 0 0 20 0 18 0 103831617 9787879424 19871 33554432000 1073741824 1073778376 140734808898672 140734808889808 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27842/statm: 2389619 19871 2235 9 0 2380296 0
[pid=27842/tid=27843] ppid=27839 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/27842/task/27843/stat : 27843 (java) R 27839 27842 25451 0 -1 4202560 2442 0 1 0 25 2 0 0 20 0 18 0 103831618 9787879424 19871 33554432000 1073741824 1073778376 140734808898672 139971749203672 139971591780160 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700237 s]
/proc/loadavg: 4.17 4.11 3.93 4/197 27842
/proc/meminfo: memFree=28792092/32872528 swapFree=11252/530428
[pid=27842] ppid=27839 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/27842/stat : 27842 (java) S 27839 27842 25451 0 -1 4202496 13149 0 1 0 156 5 0 0 20 0 22 0 103831617 10060525568 43961 33554432000 1073741824 1073778376 140734808898672 140734808889808 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27842/statm: 2456183 43961 2275 9 0 2446860 0
[pid=27842/tid=27843] ppid=27839 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/27842/task/27843/stat : 27843 (java) S 27839 27842 25451 0 -1 4202560 2501 0 1 0 55 3 0 0 20 0 22 0 103831618 10060525568 43961 33554432000 1073741824 1073778376 140734808898672 139971749204856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.17 4.11 3.93 7/219 27864
/proc/meminfo: memFree=28618232/32872528 swapFree=11252/530428
[pid=27842] ppid=27839 vsize=9824732 CPUtime=4.8 cores=1,3,5,7
/proc/27842/stat : 27842 (java) S 27839 27842 25451 0 -1 4202496 29176 0 1 0 470 10 0 0 20 0 22 0 103831617 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 140734808889808 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27842/statm: 2456183 52611 2292 9 0 2446860 0
[pid=27842/tid=27843] ppid=27839 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/27842/task/27843/stat : 27843 (java) S 27839 27842 25451 0 -1 4202560 2501 0 1 0 55 3 0 0 20 0 22 0 103831618 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971749204856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27845] ppid=27839 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/27842/task/27845/stat : 27845 (java) S 27839 27842 25451 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 103831619 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971710696232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27846] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27846/stat : 27846 (java) S 27839 27842 25451 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 103831619 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971591662248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27847] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27847/stat : 27847 (java) S 27839 27842 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103831619 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971590609960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27848] ppid=27839 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/27842/task/27848/stat : 27848 (java) S 27839 27842 25451 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 103831619 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971589557160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27849] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27849/stat : 27849 (java) S 27839 27842 25451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 103831619 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971588503848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27850] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27850/stat : 27850 (java) S 27839 27842 25451 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 103831619 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971587451048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27851] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27851/stat : 27851 (java) S 27839 27842 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 103831619 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971586398760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27852] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27852/stat : 27852 (java) S 27839 27842 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 103831619 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971585345960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27853] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27853/stat : 27853 (java) S 27839 27842 25451 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 103831620 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971103017704 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27854] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27854/stat : 27854 (java) S 27839 27842 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103831620 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971101963768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27855] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27855/stat : 27855 (java) S 27839 27842 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103831620 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971100911368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27856] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27856/stat : 27856 (java) S 27839 27842 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103831622 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971099859856 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27857] ppid=27839 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/27842/task/27857/stat : 27857 (java) R 27839 27842 25451 0 -1 4202560 11634 0 0 0 118 1 0 0 20 0 22 0 103831622 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971098806024 139971755190451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27858] ppid=27839 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/27842/task/27858/stat : 27858 (java) R 27839 27842 25451 0 -1 4202560 13590 0 0 0 114 2 0 0 20 0 22 0 103831622 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971097731496 139971752110112 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27859] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27859/stat : 27859 (java) S 27839 27842 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103831622 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971096701560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27860] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27860/stat : 27860 (java) S 27839 27842 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103831622 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971095648968 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27861] ppid=27839 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/27842/task/27861/stat : 27861 (java) R 27839 27842 25451 0 -1 4202560 22 0 0 0 83 0 0 0 20 0 22 0 103831680 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971094591720 139971592563443 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27862] ppid=27839 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/27842/task/27862/stat : 27862 (java) R 27839 27842 25451 0 -1 4202560 23 0 0 0 82 0 0 0 20 0 22 0 103831680 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971093539984 139971591935328 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27842/tid=27863] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27863/stat : 27863 (java) S 27839 27842 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103831681 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971092489896 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27864] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27864/stat : 27864 (java) S 27839 27842 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103831681 10060525568 52611 33554432000 1073741824 1073778376 140734808898672 139971091437096 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.31 4.14 3.95 5/219 27864
/proc/meminfo: memFree=28541204/32872528 swapFree=11252/530428
[pid=27842] ppid=27839 vsize=9824732 CPUtime=8.44 cores=1,3,5,7
/proc/27842/stat : 27842 (java) S 27839 27842 25451 0 -1 4202496 30437 0 1 0 829 15 0 0 20 0 22 0 103831617 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 140734808889808 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27842/statm: 2456183 94906 2292 9 0 2446860 0
[pid=27842/tid=27843] ppid=27839 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/27842/task/27843/stat : 27843 (java) S 27839 27842 25451 0 -1 4202560 2501 0 1 0 56 3 0 0 20 0 22 0 103831618 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971749204856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27845] ppid=27839 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/27842/task/27845/stat : 27845 (java) S 27839 27842 25451 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 22 0 103831619 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971710696232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27846] ppid=27839 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27842/task/27846/stat : 27846 (java) S 27839 27842 25451 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 22 0 103831619 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971591662248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27847] ppid=27839 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/27842/task/27847/stat : 27847 (java) S 27839 27842 25451 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 103831619 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971590609960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27848] ppid=27839 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27842/task/27848/stat : 27848 (java) S 27839 27842 25451 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 103831619 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971589557160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27849] ppid=27839 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/27842/task/27849/stat : 27849 (java) S 27839 27842 25451 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 103831619 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971588503848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27850] ppid=27839 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27842/task/27850/stat : 27850 (java) S 27839 27842 25451 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 103831619 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971587451048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27851] ppid=27839 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/27842/task/27851/stat : 27851 (java) S 27839 27842 25451 0 -1 4202560 41 0 0 0 4 0 0 0 20 0 22 0 103831619 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971586398760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27852] ppid=27839 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27842/task/27852/stat : 27852 (java) S 27839 27842 25451 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 103831619 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971585345960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27853] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27853/stat : 27853 (java) S 27839 27842 25451 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 103831620 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971103017704 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27842/tid=27854] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27854/stat : 27854 (java) S 27839 27842 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103831620 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971101963768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27855] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27855/stat : 27855 (java) S 27839 27842 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103831620 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971100911368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27856] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27856/stat : 27856 (java) S 27839 27842 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103831622 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971099859856 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27857] ppid=27839 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/27842/task/27857/stat : 27857 (java) S 27839 27842 25451 0 -1 4202560 12549 0 0 0 134 2 0 0 20 0 22 0 103831622 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971098806456 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27858] ppid=27839 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/27842/task/27858/stat : 27858 (java) S 27839 27842 25451 0 -1 4202560 13610 0 0 0 133 2 0 0 20 0 22 0 103831622 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971097753656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27842/tid=27859] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27859/stat : 27859 (java) S 27839 27842 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103831622 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971096701560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27860] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27860/stat : 27860 (java) S 27839 27842 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103831622 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971095648968 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27861] ppid=27839 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/27842/task/27861/stat : 27861 (java) R 27839 27842 25451 0 -1 4202560 23 0 0 0 236 0 0 0 20 0 22 0 103831680 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971094592528 139971592712835 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27842/tid=27862] ppid=27839 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/27842/task/27862/stat : 27862 (java) R 27839 27842 25451 0 -1 4202560 84 0 0 0 233 0 0 0 20 0 22 0 103831680 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971093540616 139971592684021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27863] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27863/stat : 27863 (java) S 27839 27842 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103831681 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971092489896 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27864] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27864/stat : 27864 (java) S 27839 27842 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103831681 10060525568 94906 33554432000 1073741824 1073778376 140734808898672 139971091437096 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 9824732

[startup+6.301 s]
/proc/loadavg: 4.31 4.14 3.95 5/219 27864
/proc/meminfo: memFree=28163752/32872528 swapFree=11252/530428
[pid=27842] ppid=27839 vsize=9824732 CPUtime=15.06 cores=1,3,5,7
/proc/27842/stat : 27842 (java) S 27839 27842 25451 0 -1 4202496 31045 0 1 0 1478 28 0 0 20 0 22 0 103831617 10060525568 168098 33554432000 1073741824 1073778376 140734808898672 140734808889808 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27842/statm: 2456183 168098 2292 9 0 2446860 0
[pid=27842/tid=27843] ppid=27839 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/27842/task/27843/stat : 27843 (java) S 27839 27842 25451 0 -1 4202560 2501 0 1 0 56 3 0 0 20 0 22 0 103831618 10060525568 168098 33554432000 1073741824 1073778376 140734808898672 139971749204856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27845] ppid=27839 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/27842/task/27845/stat : 27845 (java) S 27839 27842 25451 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 103831619 10060525568 168098 33554432000 1073741824 1073778376 140734808898672 139971710696232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27846] ppid=27839 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/27842/task/27846/stat : 27846 (java) S 27839 27842 25451 0 -1 4202560 56 0 0 0 4 1 0 0 20 0 22 0 103831619 10060525568 168098 33554432000 1073741824 1073778376 140734808898672 139971591662248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27847] ppid=27839 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/27842/task/27847/stat : 27847 (java) S 27839 27842 25451 0 -1 4202560 49 0 0 0 8 2 0 0 20 0 22 0 103831619 10060525568 168098 33554432000 1073741824 1073778376 140734808898672 139971590609960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27842/tid=27848] ppid=27839 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/27842/task/27848/stat : 27848 (java) S 27839 27842 25451 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 103831619 10060525568 168098 33554432000 1073741824 1073778376 140734808898672 139971589557160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27849] ppid=27839 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/27842/task/27849/stat : 27849 (java) S 27839 27842 25451 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 22 0 103831619 10060525568 168098 33554432000 1073741824 1073778376 140734808898672 139971588503848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27850] ppid=27839 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/27842/task/27850/stat : 27850 (java) S 27839 27842 25451 0 -1 4202560 63 0 0 0 7 3 0 0 20 0 22 0 103831619 10060525568 168098 33554432000 1073741824 1073778376 140734808898672 139971587451048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27851] ppid=27839 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/27842/task/27851/stat : 27851 (java) S 27839 27842 25451 0 -1 4202560 87 0 0 0 9 2 0 0 20 0 22 0 103831619 10060525568 168098 33554432000 1073741824 1073778376 140734808898672 139971586398760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27852] ppid=27839 vsize=9824732 CPUtime=0.12 cores=1,3,5,7

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

/proc/27842/task/27847/stat : 27847 (java) S 27839 27842 25451 0 -1 4202560 610 0 0 0 331 18 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971590609960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27848] ppid=27839 vsize=9824732 CPUtime=3.5 cores=1,3,5,7
/proc/27842/task/27848/stat : 27848 (java) S 27839 27842 25451 0 -1 4202560 593 0 0 0 332 18 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971589557160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27842/tid=27849] ppid=27839 vsize=9824732 CPUtime=3.57 cores=1,3,5,7
/proc/27842/task/27849/stat : 27849 (java) S 27839 27842 25451 0 -1 4202560 783 0 0 0 341 16 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971588503848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27850] ppid=27839 vsize=9824732 CPUtime=3.65 cores=1,3,5,7
/proc/27842/task/27850/stat : 27850 (java) S 27839 27842 25451 0 -1 4202560 600 0 0 0 348 17 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971587451048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27851] ppid=27839 vsize=9824732 CPUtime=3.53 cores=1,3,5,7
/proc/27842/task/27851/stat : 27851 (java) S 27839 27842 25451 0 -1 4202560 610 0 0 0 335 18 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971586398760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27852] ppid=27839 vsize=9824732 CPUtime=3.33 cores=1,3,5,7
/proc/27842/task/27852/stat : 27852 (java) S 27839 27842 25451 0 -1 4202560 569 0 0 0 316 17 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971585345960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27853] ppid=27839 vsize=9824732 CPUtime=6.03 cores=1,3,5,7
/proc/27842/task/27853/stat : 27853 (java) S 27839 27842 25451 0 -1 4202560 2396 0 0 0 592 11 0 0 20 0 22 0 103831620 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971103017704 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27854] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27854/stat : 27854 (java) S 27839 27842 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103831620 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971101963768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27855] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27855/stat : 27855 (java) S 27839 27842 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103831620 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971100911368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27856] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27856/stat : 27856 (java) S 27839 27842 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971099859856 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27857] ppid=27839 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/27842/task/27857/stat : 27857 (java) S 27839 27842 25451 0 -1 4202560 12563 0 0 0 154 2 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971098806456 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27858] ppid=27839 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/27842/task/27858/stat : 27858 (java) S 27839 27842 25451 0 -1 4202560 13619 0 0 0 181 3 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971097753656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27859] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27859/stat : 27859 (java) S 27839 27842 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971096701560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27860] ppid=27839 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/27842/task/27860/stat : 27860 (java) S 27839 27842 25451 0 -1 4202560 51 0 0 0 16 24 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971095648968 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27861] ppid=27839 vsize=9824732 CPUtime=865.84 cores=1,3,5,7
/proc/27842/task/27861/stat : 27861 (java) R 27839 27842 25451 0 -1 4202560 74 0 0 0 86569 15 0 0 20 0 22 0 103831680 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971094593424 139971592563682 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27862] ppid=27839 vsize=9824732 CPUtime=865.8 cores=1,3,5,7
/proc/27842/task/27862/stat : 27862 (java) R 27839 27842 25451 0 -1 4202560 1575 0 0 0 86535 45 0 0 20 0 22 0 103831680 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971093539728 139971592684241 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27863] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27863/stat : 27863 (java) S 27839 27842 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103831681 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971092489896 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27864] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27864/stat : 27864 (java) S 27839 27842 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103831681 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971091437096 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1774.32
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 4.17 4.18 4.09 5/219 27974
/proc/meminfo: memFree=26200288/32872528 swapFree=11252/530428
[pid=27842] ppid=27839 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/27842/stat : 27842 (java) S 27839 27842 25451 0 -1 4202496 39140 0 1 0 179797 211 0 0 20 0 22 0 103831617 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 140734808889808 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27842/statm: 2456183 949762 2301 9 0 2446860 0
[pid=27842/tid=27843] ppid=27839 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/27842/task/27843/stat : 27843 (java) S 27839 27842 25451 0 -1 4202560 2517 0 1 0 58 5 0 0 20 0 22 0 103831618 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971749204856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27845] ppid=27839 vsize=9824732 CPUtime=3.73 cores=1,3,5,7
/proc/27842/task/27845/stat : 27845 (java) S 27839 27842 25451 0 -1 4202560 713 0 0 0 354 19 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971710696232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27842/tid=27846] ppid=27839 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/27842/task/27846/stat : 27846 (java) S 27839 27842 25451 0 -1 4202560 600 0 0 0 316 19 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971591662248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27847] ppid=27839 vsize=9824732 CPUtime=3.51 cores=1,3,5,7
/proc/27842/task/27847/stat : 27847 (java) S 27839 27842 25451 0 -1 4202560 610 0 0 0 333 18 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971590609960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27848] ppid=27839 vsize=9824732 CPUtime=3.53 cores=1,3,5,7
/proc/27842/task/27848/stat : 27848 (java) S 27839 27842 25451 0 -1 4202560 593 0 0 0 335 18 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971589557160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27842/tid=27849] ppid=27839 vsize=9824732 CPUtime=3.59 cores=1,3,5,7
/proc/27842/task/27849/stat : 27849 (java) S 27839 27842 25451 0 -1 4202560 783 0 0 0 343 16 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971588503848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27842/tid=27850] ppid=27839 vsize=9824732 CPUtime=3.69 cores=1,3,5,7
/proc/27842/task/27850/stat : 27850 (java) S 27839 27842 25451 0 -1 4202560 600 0 0 0 352 17 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971587451048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27851] ppid=27839 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/27842/task/27851/stat : 27851 (java) S 27839 27842 25451 0 -1 4202560 610 0 0 0 338 18 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971586398760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27852] ppid=27839 vsize=9824732 CPUtime=3.37 cores=1,3,5,7
/proc/27842/task/27852/stat : 27852 (java) S 27839 27842 25451 0 -1 4202560 569 0 0 0 320 17 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971585345960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27853] ppid=27839 vsize=9824732 CPUtime=6.03 cores=1,3,5,7
/proc/27842/task/27853/stat : 27853 (java) S 27839 27842 25451 0 -1 4202560 2396 0 0 0 592 11 0 0 20 0 22 0 103831620 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971103017704 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27854] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27854/stat : 27854 (java) S 27839 27842 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103831620 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971101963768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27855] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27855/stat : 27855 (java) S 27839 27842 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103831620 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971100911368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27856] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27856/stat : 27856 (java) S 27839 27842 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971099859856 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27857] ppid=27839 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/27842/task/27857/stat : 27857 (java) S 27839 27842 25451 0 -1 4202560 12563 0 0 0 154 2 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971098806456 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27858] ppid=27839 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/27842/task/27858/stat : 27858 (java) S 27839 27842 25451 0 -1 4202560 13619 0 0 0 181 3 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971097753656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27859] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27859/stat : 27859 (java) S 27839 27842 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971096701560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27860] ppid=27839 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/27842/task/27860/stat : 27860 (java) S 27839 27842 25451 0 -1 4202560 51 0 0 0 17 24 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971095648968 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27861] ppid=27839 vsize=9824732 CPUtime=878.51 cores=1,3,5,7
/proc/27842/task/27861/stat : 27861 (java) R 27839 27842 25451 0 -1 4202560 74 0 0 0 87836 15 0 0 20 0 22 0 103831680 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971094592624 139971592525259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27862] ppid=27839 vsize=9824732 CPUtime=878.46 cores=1,3,5,7
/proc/27842/task/27862/stat : 27862 (java) R 27839 27842 25451 0 -1 4202560 1576 0 0 0 87801 45 0 0 20 0 22 0 103831680 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971093540496 139971592683045 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27863] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27863/stat : 27863 (java) S 27839 27842 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103831681 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971092489896 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27864] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27864/stat : 27864 (java) S 27839 27842 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103831681 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971091437096 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

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 27842 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.101 s]
/proc/loadavg: 4.17 4.18 4.09 5/219 27974
/proc/meminfo: memFree=26200288/32872528 swapFree=11252/530428
[pid=27842] ppid=27839 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/27842/stat : 27842 (java) S 27839 27842 25451 0 -1 4202496 39140 0 1 0 179797 211 0 0 20 0 22 0 103831617 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 140734808889808 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27842/statm: 2456183 949762 2301 9 0 2446860 0
[pid=27842/tid=27843] ppid=27839 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/27842/task/27843/stat : 27843 (java) S 27839 27842 25451 0 -1 4202560 2517 0 1 0 58 5 0 0 20 0 22 0 103831618 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971749204856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27845] ppid=27839 vsize=9824732 CPUtime=3.73 cores=1,3,5,7
/proc/27842/task/27845/stat : 27845 (java) S 27839 27842 25451 0 -1 4202560 713 0 0 0 354 19 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971710696232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27842/tid=27846] ppid=27839 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/27842/task/27846/stat : 27846 (java) S 27839 27842 25451 0 -1 4202560 600 0 0 0 316 19 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971591662248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27847] ppid=27839 vsize=9824732 CPUtime=3.51 cores=1,3,5,7
/proc/27842/task/27847/stat : 27847 (java) S 27839 27842 25451 0 -1 4202560 610 0 0 0 333 18 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971590609960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27848] ppid=27839 vsize=9824732 CPUtime=3.53 cores=1,3,5,7
/proc/27842/task/27848/stat : 27848 (java) S 27839 27842 25451 0 -1 4202560 593 0 0 0 335 18 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971589557160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27842/tid=27849] ppid=27839 vsize=9824732 CPUtime=3.59 cores=1,3,5,7
/proc/27842/task/27849/stat : 27849 (java) S 27839 27842 25451 0 -1 4202560 783 0 0 0 343 16 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971588503848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27842/tid=27850] ppid=27839 vsize=9824732 CPUtime=3.69 cores=1,3,5,7
/proc/27842/task/27850/stat : 27850 (java) S 27839 27842 25451 0 -1 4202560 600 0 0 0 352 17 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971587451048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27851] ppid=27839 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/27842/task/27851/stat : 27851 (java) S 27839 27842 25451 0 -1 4202560 610 0 0 0 338 18 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971586398760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27852] ppid=27839 vsize=9824732 CPUtime=3.37 cores=1,3,5,7
/proc/27842/task/27852/stat : 27852 (java) S 27839 27842 25451 0 -1 4202560 569 0 0 0 320 17 0 0 20 0 22 0 103831619 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971585345960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27853] ppid=27839 vsize=9824732 CPUtime=6.03 cores=1,3,5,7
/proc/27842/task/27853/stat : 27853 (java) S 27839 27842 25451 0 -1 4202560 2396 0 0 0 592 11 0 0 20 0 22 0 103831620 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971103017704 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27854] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27854/stat : 27854 (java) S 27839 27842 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103831620 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971101963768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27855] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27855/stat : 27855 (java) S 27839 27842 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103831620 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971100911368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27856] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27856/stat : 27856 (java) S 27839 27842 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971099859856 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27857] ppid=27839 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/27842/task/27857/stat : 27857 (java) S 27839 27842 25451 0 -1 4202560 12563 0 0 0 154 2 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971098806456 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27858] ppid=27839 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/27842/task/27858/stat : 27858 (java) S 27839 27842 25451 0 -1 4202560 13619 0 0 0 181 3 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971097753656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27859] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27859/stat : 27859 (java) S 27839 27842 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971096701560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27860] ppid=27839 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/27842/task/27860/stat : 27860 (java) S 27839 27842 25451 0 -1 4202560 51 0 0 0 17 24 0 0 20 0 22 0 103831622 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971095648968 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27861] ppid=27839 vsize=9824732 CPUtime=878.51 cores=1,3,5,7
/proc/27842/task/27861/stat : 27861 (java) R 27839 27842 25451 0 -1 4202560 74 0 0 0 87836 15 0 0 20 0 22 0 103831680 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971094592624 139971592525259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27842/tid=27862] ppid=27839 vsize=9824732 CPUtime=878.46 cores=1,3,5,7
/proc/27842/task/27862/stat : 27862 (java) R 27839 27842 25451 0 -1 4202560 1576 0 0 0 87801 45 0 0 20 0 22 0 103831680 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971093540496 139971592683045 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27842/tid=27863] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27863/stat : 27863 (java) S 27839 27842 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103831681 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971092489896 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27842/tid=27864] ppid=27839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27842/task/27864/stat : 27864 (java) S 27839 27842 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103831681 10060525568 949762 33554432000 1073741824 1073778376 140734808898672 139971091437096 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27842 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=590332
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=640598
# CPU time returned by wait4() is 1796.23
# 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): 895.168
CPU time (s): 1800.08
CPU user time (s): 1797.97
CPU system time (s): 2.11
CPU usage (%): 201.089
Max. virtual memory (cumulated for all children) (KiB): 9825976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.59
system time used= 2.6406
maximum resident set size= 3799164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39174
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23831
involuntary context switches= 25888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.56415 second user time and 7.54285 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-06 15:16:39
IDJOB=4080384
IDBENCH=1498
IDSOLVER=2543
FILE ID=node141/4080384-1465218998
RUNJOBID= node141-1465216745-25468
PBS_JOBID= 19843201
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080384-1465218998/watcher-4080384-1465218998 -o /tmp/evaluation-result-4080384-1465218998/solver-4080384-1465218998 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25468 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080384-1465218998.opb

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

MD5SUM BENCH= 732cdc3fa8b0bf0f47e882c13d928a6d
RANDOM SEED=1526719249

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
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.56
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.876
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:        28793148 kB
Buffers:            5124 kB
Cached:            61552 kB
SwapCached:         1792 kB
Active:          2815336 kB
Inactive:          29644 kB
Active(anon):    2778376 kB
Inactive(anon):     2404 kB
Active(file):      36960 kB
Inactive(file):    27240 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098096 kB
Dirty:              2124 kB
Writeback:             0 kB
AnonPages:       3308408 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             567140 kB
SReclaimable:      10252 kB
SUnreclaim:       556888 kB
KernelStack:        1592 kB
PageTables:        10884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3553984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3227648 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= 71744 MiB
End job on node141 at 2016-06-06 15:31:34