Trace number 4084618

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.73 1793.58

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K176.opb
MD5SUM3f678424628fecb2a53891618f9bde8f
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 variables20944
Total number of constraints21298
Number of constraints which are clauses21122
Number of constraints which are cardinality constraints (but not clauses)176
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 177
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4084618-1465285843.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.92/0.58	c ... done. Wall clock time 0.463s.
0.92/0.58	c declared #vars     20944
0.92/0.58	c #constraints  21298
0.92/0.58	c constraints type 
0.92/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18845
0.92/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 176
0.92/0.58	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.92/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2275
0.92/0.58	c 21298 constraints processed.
3.48/2.61	c cleaning 2470 clauses out of 4996 with flag 21127/5001
5.68/4.37	c cleaning 4251 clauses out of 8520 with flag 53684/11000
7.82/6.46	c cleaning 5602 clauses out of 11268 with flag 93250/18000
10.43/9.06	c cleaning 6822 clauses out of 13664 with flag 141911/26000
13.24/11.88	c cleaning 7860 clauses out of 15840 with flag 184643/35002
16.44/15.06	c cleaning 8272 clauses out of 17975 with flag 235155/45000
19.84/18.49	c cleaning 8973 clauses out of 20700 with flag 289996/56000
24.14/22.70	c cleaning 9472 clauses out of 23724 with flag 352529/68000
28.64/27.24	c cleaning 10295 clauses out of 27252 with flag 418456/81002
33.54/32.11	c cleaning 11221 clauses out of 30949 with flag 488789/95000
38.75/37.39	c cleaning 12190 clauses out of 34728 with flag 562725/110000
44.56/43.13	c cleaning 12763 clauses out of 38536 with flag 646879/126000
50.65/49.26	c cleaning 13839 clauses out of 42771 with flag 736141/143000
57.05/55.64	c cleaning 14588 clauses out of 46930 with flag 831168/161000
64.16/62.72	c cleaning 15328 clauses out of 51343 with flag 932253/180002
71.75/70.38	c cleaning 16132 clauses out of 56011 with flag 1039198/200000
79.24/77.71	c cleaning 17157 clauses out of 60879 with flag 1153583/221000
87.34/85.81	c cleaning 17854 clauses out of 65722 with flag 1267593/243000
96.24/94.73	c cleaning 18452 clauses out of 70868 with flag 1391811/266000
105.14/103.63	c cleaning 19462 clauses out of 76422 with flag 1520364/290006
115.05/113.52	c cleaning 20426 clauses out of 81954 with flag 1659415/315000
125.75/124.28	c cleaning 20989 clauses out of 87528 with flag 1803503/341000
137.14/135.60	c cleaning 22098 clauses out of 93539 with flag 1956079/368000
148.54/146.92	c cleaning 22789 clauses out of 99441 with flag 2113392/396000
160.44/158.85	c cleaning 23572 clauses out of 105652 with flag 2276576/425001
173.24/171.62	c cleaning 24455 clauses out of 112078 with flag 2442594/455000
186.63/185.05	c cleaning 25302 clauses out of 118623 with flag 2620232/486000
200.63/199.09	c cleaning 26208 clauses out of 125321 with flag 2797268/518000
214.63/213.07	c cleaning 27395 clauses out of 132113 with flag 2974690/551000
230.50/228.76	c cleaning 28258 clauses out of 138718 with flag 3167872/585000
246.20/244.45	c cleaning 29071 clauses out of 145460 with flag 3363801/620001
262.71/260.90	c cleaning 29768 clauses out of 152386 with flag 3561021/656000
280.01/278.25	c cleaning 30717 clauses out of 159618 with flag 3768328/693000
298.81/296.82	c cleaning 31275 clauses out of 166900 with flag 3988585/731000
318.11/316.15	c cleaning 32335 clauses out of 174624 with flag 4222562/770001
338.21/336.25	c cleaning 33108 clauses out of 182290 with flag 4463841/810002
358.72/356.79	c cleaning 34161 clauses out of 190180 with flag 4707201/851000
380.43/378.25	c cleaning 35203 clauses out of 198019 with flag 4952421/893000
402.13/399.90	c cleaning 36429 clauses out of 205818 with flag 5197884/936003
425.93/423.77	c cleaning 36631 clauses out of 213388 with flag 5461563/980002
449.56/447.02	c cleaning 37727 clauses out of 221755 with flag 5729400/1025000
475.15/472.65	c cleaning 38238 clauses out of 230028 with flag 6006016/1071000
500.44/497.98	c cleaning 39565 clauses out of 238790 with flag 6295291/1118000
527.23/524.31	c cleaning 40336 clauses out of 247224 with flag 6579175/1166000
554.71/551.56	c cleaning 41363 clauses out of 255888 with flag 6874117/1215000
580.82/577.69	c cleaning 42362 clauses out of 264526 with flag 7187445/1265001
608.18/604.93	c cleaning 43201 clauses out of 273163 with flag 7505029/1316001
636.19/632.84	c cleaning 43992 clauses out of 281961 with flag 7829354/1368000
664.49/661.18	c cleaning 45019 clauses out of 290969 with flag 8162786/1421000
693.88/690.43	c cleaning 45882 clauses out of 299950 with flag 8506559/1475000
725.19/721.68	c cleaning 46596 clauses out of 309068 with flag 8871240/1530000
755.70/752.15	c cleaning 47452 clauses out of 318470 with flag 9223271/1586000
787.25/783.67	c cleaning 48758 clauses out of 328018 with flag 9588867/1643000
820.85/817.15	c cleaning 49464 clauses out of 337260 with flag 9965525/1701000
854.86/851.07	c cleaning 50051 clauses out of 346795 with flag 10346056/1760000
891.54/887.60	c cleaning 51527 clauses out of 356744 with flag 10738638/1820001
929.43/925.48	c cleaning 52633 clauses out of 366219 with flag 11141096/1881003
968.62/964.50	c cleaning 53582 clauses out of 375586 with flag 11548571/1943003
1008.20/1004.06	c cleaning 54734 clauses out of 385003 with flag 11959546/2006002
1050.11/1045.80	c cleaning 55129 clauses out of 394267 with flag 12387033/2070000
1093.49/1089.02	c cleaning 55820 clauses out of 404138 with flag 12825163/2135001
1136.08/1131.59	c cleaning 57390 clauses out of 414319 with flag 13269309/2201002
1180.75/1176.11	c cleaning 57858 clauses out of 423927 with flag 13726971/2268000
1226.62/1221.95	c cleaning 58698 clauses out of 434069 with flag 14192383/2336000
1270.49/1265.64	c cleaning 60284 clauses out of 444371 with flag 14658922/2405000
1314.67/1309.72	c cleaning 60706 clauses out of 454088 with flag 15144364/2475001
1359.56/1354.52	c cleaning 61857 clauses out of 464380 with flag 15636352/2546000
1406.65/1401.42	c cleaning 62636 clauses out of 474523 with flag 16143745/2618000
1456.63/1451.34	c cleaning 64034 clauses out of 484888 with flag 16656221/2691001
1507.89/1502.47	c cleaning 64847 clauses out of 494853 with flag 17190893/2765000
1560.39/1554.73	c cleaning 65759 clauses out of 505006 with flag 17708934/2840000
1615.75/1609.96	c cleaning 66569 clauses out of 515247 with flag 18258690/2916000
1672.96/1666.98	c cleaning 67562 clauses out of 525678 with flag 18804228/2993000
1732.16/1725.92	c cleaning 68623 clauses out of 536116 with flag 19372591/3071000
1789.66/1783.27	c cleaning 69614 clauses out of 546493 with flag 19925955/3150000
1800.01/1793.50	c starts		: 18678
1800.01/1793.50	c conflicts		: 3167882
1800.01/1793.50	c decisions		: 127541334
1800.01/1793.50	c propagations		: 3230042617
1800.01/1793.50	c inspects		: 11817278328
1800.01/1793.50	c shortcuts		: 0
1800.01/1793.50	c learnt literals	: 60
1800.01/1793.50	c learnt binary clauses	: 211966
1800.01/1793.50	c learnt ternary clauses	: 175557
1800.01/1793.50	c learnt constraints	: 3167822
1800.01/1793.50	c ignored constraints	: 0
1800.01/1793.50	c root simplifications	: 0
1800.01/1793.50	c removed literals (reason simplification)	: 0
1800.01/1793.50	c reason swapping (by a shorter reason)	: 0
1800.01/1793.50	c Calls to reduceDB	: 75
1800.01/1793.50	c Number of update (reduction) of LBD	: 2091856
1800.01/1793.50	c Imported unit clauses	: 0
1800.01/1793.50	c number of reductions to clauses (during analyze)	: 0
1800.01/1793.50	c number of learned constraints concerned by reduction	: 0
1800.01/1793.50	c number of learning phase by resolution	: 0
1800.01/1793.50	c number of learning phase by cutting planes	: 0
1800.01/1793.50	c speed (assignments/second)	: 1801569.3062376422
1800.01/1793.50	c non guided choices	58911
1800.01/1793.50	c timeout
1800.01/1793.57	c learnt constraints type 
1800.01/1793.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 211966
1800.01/1793.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 282795
1800.01/1793.57	s UNKNOWN
1800.01/1793.57	c Total wall clock time (in seconds): 1793.456

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-4084618-1465285843/watcher-4084618-1465285843 -o /tmp/evaluation-result-4084618-1465285843/solver-4084618-1465285843 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28819 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084618-1465285843.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.11 2.12 2.09 3/195 30643
/proc/meminfo: memFree=31234304/32872528 swapFree=11320/319964
[pid=30643] ppid=30640 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/30643/stat : 30643 (java) D 30640 30643 28803 0 -1 4202496 377 0 0 0 0 0 0 0 20 0 1 0 110517628 2560000 47 33554432000 1073741824 1073778376 140734066425360 140734066422488 262953594151 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/30643/statm: 625 47 37 9 0 29 0

[startup+0.100058 s]
/proc/loadavg: 2.11 2.12 2.09 3/195 30643
/proc/meminfo: memFree=31234304/32872528 swapFree=11320/319964
[pid=30643] ppid=30640 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30640 30643 28803 0 -1 4202496 4392 0 1 0 7 1 0 0 20 0 18 0 110517628 9787879424 6025 33554432000 1073741824 1073778376 140734066425360 140734066416496 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30643/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.11 2.12 2.09 3/195 30643
/proc/meminfo: memFree=31234304/32872528 swapFree=11320/319964
[pid=30643] ppid=30640 vsize=9558904 CPUtime=0.28 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30640 30643 28803 0 -1 4202496 5665 0 1 0 27 1 0 0 20 0 18 0 110517628 9788317696 7510 33554432000 1073741824 1073778376 140734066425360 140734066416496 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30643/statm: 2389726 7510 2216 9 0 2380403 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558904

[startup+0.300232 s]
/proc/loadavg: 2.11 2.12 2.09 3/195 30643
/proc/meminfo: memFree=31234304/32872528 swapFree=11320/319964
[pid=30643] ppid=30640 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30640 30643 28803 0 -1 4202496 7176 0 1 0 54 2 0 0 20 0 18 0 110517628 9787879424 11231 33554432000 1073741824 1073778376 140734066425360 140734066416496 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30643/statm: 2389619 11231 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 2.11 2.12 2.09 3/195 30643
/proc/meminfo: memFree=31234304/32872528 swapFree=11320/319964
[pid=30643] ppid=30640 vsize=9625040 CPUtime=1.35 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30640 30643 28803 0 -1 4202496 8219 0 1 0 132 3 0 0 20 0 19 0 110517628 9856040960 37537 33554432000 1073741824 1073778376 140734066425360 140734066416496 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30643/statm: 2406260 37537 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.11 2.12 2.09 3/214 30662
/proc/meminfo: memFree=31092644/32872528 swapFree=11320/319964
[pid=30643] ppid=30640 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30640 30643 28803 0 -1 4202496 8959 0 1 0 232 3 0 0 20 0 19 0 110517628 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 140734066416496 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30643/statm: 2406260 37539 2264 9 0 2396937 0
[pid=30643/tid=30645] ppid=30640 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/30643/task/30645/stat : 30645 (java) R 30640 30643 28803 0 -1 4202560 2465 0 1 0 143 3 0 0 20 0 19 0 110517629 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139859682197688 139859520751622 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30643/tid=30646] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30646/stat : 30646 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139859643689640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30647] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30647/stat : 30647 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139859642637096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30648] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30648/stat : 30648 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139859641584552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30643/tid=30649] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30649/stat : 30649 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139859640532008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30643/tid=30650] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30650/stat : 30650 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139859639478440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30651] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30651/stat : 30651 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139859638425896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30643/tid=30652] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30652/stat : 30652 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139859519859112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30653] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30653/stat : 30653 (java) S 30640 30643 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139859518806568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30654] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30654/stat : 30654 (java) S 30640 30643 28803 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110517631 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139859506395752 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30655] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30655/stat : 30655 (java) S 30640 30643 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110517632 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139859505342072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30656] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30656/stat : 30656 (java) S 30640 30643 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110517632 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139859504289416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30657] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30657/stat : 30657 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139858764885008 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30658] ppid=30640 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/30643/task/30658/stat : 30658 (java) S 30640 30643 28803 0 -1 4202560 2259 0 0 0 40 0 0 0 20 0 19 0 110517634 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139858763831352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30659] ppid=30640 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/30643/task/30659/stat : 30659 (java) S 30640 30643 28803 0 -1 4202560 2962 0 0 0 45 0 0 0 20 0 19 0 110517634 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139858762778808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30660] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30660/stat : 30660 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139858761726456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30661] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30661/stat : 30661 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139858760674120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30662] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30662/stat : 30662 (java) S 30640 30643 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110517688 9856040960 37539 33554432000 1073741824 1073778376 140734066425360 139858759619880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.11 2.12 2.09 4/214 30662
/proc/meminfo: memFree=31090100/32872528 swapFree=11320/319964
[pid=30643] ppid=30640 vsize=9625040 CPUtime=4.43 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30640 30643 28803 0 -1 4202496 15512 0 1 0 438 5 0 0 20 0 19 0 110517628 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 140734066416496 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30643/statm: 2406260 42635 2271 9 0 2396937 0
[pid=30643/tid=30645] ppid=30640 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/30643/task/30645/stat : 30645 (java) R 30640 30643 28803 0 -1 4202560 2468 0 1 0 303 3 0 0 20 0 19 0 110517629 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139859682189008 139859520741305 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30643/tid=30646] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30646/stat : 30646 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139859643689640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30647] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30647/stat : 30647 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139859642637096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30648] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30648/stat : 30648 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139859641584552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30643/tid=30649] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30649/stat : 30649 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139859640532008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30643/tid=30650] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30650/stat : 30650 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139859639478440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30651] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30651/stat : 30651 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139859638425896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30643/tid=30652] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30652/stat : 30652 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139859519859112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30653] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30653/stat : 30653 (java) S 30640 30643 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139859518806568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30654] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30654/stat : 30654 (java) S 30640 30643 28803 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110517631 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139859506395752 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30655] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30655/stat : 30655 (java) S 30640 30643 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110517632 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139859505342072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30656] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30656/stat : 30656 (java) S 30640 30643 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110517632 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139859504289416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30657] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30657/stat : 30657 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139858764885008 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30658] ppid=30640 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/30643/task/30658/stat : 30658 (java) S 30640 30643 28803 0 -1 4202560 8723 0 0 0 84 1 0 0 20 0 19 0 110517634 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139858763831352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30659] ppid=30640 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/30643/task/30659/stat : 30659 (java) S 30640 30643 28803 0 -1 4202560 3047 0 0 0 47 0 0 0 20 0 19 0 110517634 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139858762778808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30660] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30660/stat : 30660 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139858761726456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30661] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30661/stat : 30661 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139858760674120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30662] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30662/stat : 30662 (java) S 30640 30643 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110517688 9856040960 42635 33554432000 1073741824 1073778376 140734066425360 139858759619880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.10 2.12 2.09 3/214 30662
/proc/meminfo: memFree=31057932/32872528 swapFree=11320/319964
[pid=30643] ppid=30640 vsize=9625040 CPUtime=7.72 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30640 30643 28803 0 -1 4202496 15569 0 1 0 767 5 0 0 20 0 19 0 110517628 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 140734066416496 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30643/statm: 2406260 46026 2284 9 0 2396937 0
[pid=30643/tid=30645] ppid=30640 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/30643/task/30645/stat : 30645 (java) R 30640 30643 28803 0 -1 4202560 2475 0 1 0 621 3 0 0 20 0 19 0 110517629 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139859682197752 139859520628600 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30643/tid=30646] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30646/stat : 30646 (java) S 30640 30643 28803 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139859643689640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30643/tid=30647] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30647/stat : 30647 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139859642637096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30648] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30648/stat : 30648 (java) S 30640 30643 28803 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139859641584552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30649] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30649/stat : 30649 (java) S 30640 30643 28803 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139859640532008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30650] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30650/stat : 30650 (java) S 30640 30643 28803 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139859639478440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30651] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30651/stat : 30651 (java) S 30640 30643 28803 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139859638425896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30652] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30652/stat : 30652 (java) S 30640 30643 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139859519859112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30653] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30653/stat : 30653 (java) S 30640 30643 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110517630 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139859518806568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30654] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30654/stat : 30654 (java) S 30640 30643 28803 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 110517631 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139859506395752 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30655] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30655/stat : 30655 (java) S 30640 30643 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110517632 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139859505342072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30656] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30656/stat : 30656 (java) S 30640 30643 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110517632 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139859504289416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30657] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30657/stat : 30657 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139858764885008 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30658] ppid=30640 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/30643/task/30658/stat : 30658 (java) S 30640 30643 28803 0 -1 4202560 8723 0 0 0 87 2 0 0 20 0 19 0 110517634 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139858763831352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30659] ppid=30640 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/30643/task/30659/stat : 30659 (java) S 30640 30643 28803 0 -1 4202560 3063 0 0 0 49 0 0 0 20 0 19 0 110517634 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139858762778808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30660] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30660/stat : 30660 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139858761726456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30661] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30661/stat : 30661 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139858760674120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30662] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30662/stat : 30662 (java) S 30640 30643 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110517688 9856040960 46026 33554432000 1073741824 1073778376 140734066425360 139858759619880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 9625040


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

[pid=30643/tid=30655] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30655/stat : 30655 (java) S 30640 30643 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110517632 9856040960 137353 33554432000 1073741824 1073778376 140734066425360 139859505342072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30656] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30656/stat : 30656 (java) S 30640 30643 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110517632 9856040960 137353 33554432000 1073741824 1073778376 140734066425360 139859504289416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30657] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30657/stat : 30657 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 137353 33554432000 1073741824 1073778376 140734066425360 139858764885008 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30658] ppid=30640 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/30643/task/30658/stat : 30658 (java) S 30640 30643 28803 0 -1 4202560 8723 0 0 0 89 2 0 0 20 0 19 0 110517634 9856040960 137353 33554432000 1073741824 1073778376 140734066425360 139858763831352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30659] ppid=30640 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/30643/task/30659/stat : 30659 (java) S 30640 30643 28803 0 -1 4202560 3219 0 0 0 53 0 0 0 20 0 19 0 110517634 9856040960 137353 33554432000 1073741824 1073778376 140734066425360 139858762778808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30660] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30660/stat : 30660 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 137353 33554432000 1073741824 1073778376 140734066425360 139858761726456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30661] ppid=30640 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/30643/task/30661/stat : 30661 (java) S 30640 30643 28803 0 -1 4202560 98 0 0 0 30 31 0 0 20 0 19 0 110517634 9856040960 137353 33554432000 1073741824 1073778376 140734066425360 139858760674120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30662] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30662/stat : 30662 (java) S 30640 30643 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110517688 9856040960 137353 33554432000 1073741824 1073778376 140734066425360 139858759619880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1728.55
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.09 2.08 4/214 30796
/proc/meminfo: memFree=30738436/32872528 swapFree=11320/319964
[pid=30643] ppid=30640 vsize=9625040 CPUtime=1788.75 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30640 30643 28803 0 -1 4202496 18887 0 1 0 178764 111 0 0 20 0 19 0 110517628 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 140734066416496 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30643/statm: 2406260 131871 2293 9 0 2396937 0
[pid=30643/tid=30645] ppid=30640 vsize=9625040 CPUtime=1778.51 cores=0,2,4,6
/proc/30643/task/30645/stat : 30645 (java) R 30640 30643 28803 0 -1 4202560 2521 0 1 0 177818 33 0 0 20 0 19 0 110517629 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139859682196832 139859520741326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30646] ppid=30640 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/30643/task/30646/stat : 30646 (java) S 30640 30643 28803 0 -1 4202560 377 0 0 0 84 11 0 0 20 0 19 0 110517630 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139859643689640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30643/tid=30647] ppid=30640 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/30643/task/30647/stat : 30647 (java) S 30640 30643 28803 0 -1 4202560 524 0 0 0 86 14 0 0 20 0 19 0 110517630 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139859642637096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30643/tid=30648] ppid=30640 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/30643/task/30648/stat : 30648 (java) S 30640 30643 28803 0 -1 4202560 261 0 0 0 73 9 0 0 20 0 19 0 110517630 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139859641584552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30643/tid=30649] ppid=30640 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/30643/task/30649/stat : 30649 (java) S 30640 30643 28803 0 -1 4202560 244 0 0 0 72 8 0 0 20 0 19 0 110517630 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139859640532008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30650] ppid=30640 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/30643/task/30650/stat : 30650 (java) S 30640 30643 28803 0 -1 4202560 368 0 0 0 79 9 0 0 20 0 19 0 110517630 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139859639478440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30643/tid=30651] ppid=30640 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/30643/task/30651/stat : 30651 (java) S 30640 30643 28803 0 -1 4202560 208 0 0 0 70 8 0 0 20 0 19 0 110517630 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139859638425896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30652] ppid=30640 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/30643/task/30652/stat : 30652 (java) S 30640 30643 28803 0 -1 4202560 310 0 0 0 66 10 0 0 20 0 19 0 110517630 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139859519859112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30653] ppid=30640 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/30643/task/30653/stat : 30653 (java) S 30640 30643 28803 0 -1 4202560 394 0 0 0 73 11 0 0 20 0 19 0 110517630 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139859518806568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30643/tid=30654] ppid=30640 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/30643/task/30654/stat : 30654 (java) S 30640 30643 28803 0 -1 4202560 377 0 0 0 165 2 0 0 20 0 19 0 110517631 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139859506395752 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30655] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30655/stat : 30655 (java) S 30640 30643 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110517632 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139859505342072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30656] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30656/stat : 30656 (java) S 30640 30643 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110517632 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139859504289416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30657] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30657/stat : 30657 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139858764885008 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30658] ppid=30640 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/30643/task/30658/stat : 30658 (java) S 30640 30643 28803 0 -1 4202560 8723 0 0 0 89 2 0 0 20 0 19 0 110517634 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139858763831352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30659] ppid=30640 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/30643/task/30659/stat : 30659 (java) S 30640 30643 28803 0 -1 4202560 3219 0 0 0 53 0 0 0 20 0 19 0 110517634 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139858762778808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30660] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30660/stat : 30660 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139858761726456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30661] ppid=30640 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/30643/task/30661/stat : 30661 (java) S 30640 30643 28803 0 -1 4202560 102 0 0 0 31 32 0 0 20 0 19 0 110517634 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139858760674120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30662] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30662/stat : 30662 (java) S 30640 30643 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110517688 9856040960 131871 33554432000 1073741824 1073778376 140734066425360 139858759619880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.03 2.09 2.08 3/214 30796
/proc/meminfo: memFree=30744164/32872528 swapFree=11320/319964
[pid=30643] ppid=30640 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30640 30643 28803 0 -1 4202496 18891 0 1 0 179890 111 0 0 20 0 19 0 110517628 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 140734066416496 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30643/statm: 2406260 130429 2293 9 0 2396937 0
[pid=30643/tid=30645] ppid=30640 vsize=9625040 CPUtime=1789.68 cores=0,2,4,6
/proc/30643/task/30645/stat : 30645 (java) R 30640 30643 28803 0 -1 4202560 2522 0 1 0 178935 33 0 0 20 0 19 0 110517629 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859682196832 139859520562593 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30646] ppid=30640 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/30643/task/30646/stat : 30646 (java) S 30640 30643 28803 0 -1 4202560 377 0 0 0 84 11 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859643689640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30643/tid=30647] ppid=30640 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/30643/task/30647/stat : 30647 (java) S 30640 30643 28803 0 -1 4202560 524 0 0 0 87 14 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859642637096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30643/tid=30648] ppid=30640 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/30643/task/30648/stat : 30648 (java) S 30640 30643 28803 0 -1 4202560 261 0 0 0 74 9 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859641584552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30649] ppid=30640 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/30643/task/30649/stat : 30649 (java) S 30640 30643 28803 0 -1 4202560 244 0 0 0 74 8 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859640532008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30650] ppid=30640 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/30643/task/30650/stat : 30650 (java) S 30640 30643 28803 0 -1 4202560 368 0 0 0 79 9 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859639478440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30643/tid=30651] ppid=30640 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/30643/task/30651/stat : 30651 (java) S 30640 30643 28803 0 -1 4202560 209 0 0 0 72 8 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859638425896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30652] ppid=30640 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/30643/task/30652/stat : 30652 (java) S 30640 30643 28803 0 -1 4202560 310 0 0 0 68 10 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859519859112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30653] ppid=30640 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/30643/task/30653/stat : 30653 (java) S 30640 30643 28803 0 -1 4202560 394 0 0 0 74 11 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859518806568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30643/tid=30654] ppid=30640 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/30643/task/30654/stat : 30654 (java) S 30640 30643 28803 0 -1 4202560 379 0 0 0 165 2 0 0 20 0 19 0 110517631 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859506395752 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30655] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30655/stat : 30655 (java) S 30640 30643 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110517632 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859505342072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30656] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30656/stat : 30656 (java) S 30640 30643 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110517632 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859504289416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30657] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30657/stat : 30657 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139858764885008 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30658] ppid=30640 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/30643/task/30658/stat : 30658 (java) S 30640 30643 28803 0 -1 4202560 8723 0 0 0 89 2 0 0 20 0 19 0 110517634 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139858763831352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30659] ppid=30640 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/30643/task/30659/stat : 30659 (java) S 30640 30643 28803 0 -1 4202560 3219 0 0 0 53 0 0 0 20 0 19 0 110517634 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139858762778808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30660] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30660/stat : 30660 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139858761726456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30661] ppid=30640 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/30643/task/30661/stat : 30661 (java) S 30640 30643 28803 0 -1 4202560 102 0 0 0 31 33 0 0 20 0 19 0 110517634 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139858760674120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30662] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30662/stat : 30662 (java) S 30640 30643 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110517688 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139858759619880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 30643 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.5 s]
/proc/loadavg: 2.03 2.09 2.08 3/214 30796
/proc/meminfo: memFree=30744164/32872528 swapFree=11320/319964
[pid=30643] ppid=30640 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30640 30643 28803 0 -1 4202496 18891 0 1 0 179890 111 0 0 20 0 19 0 110517628 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 140734066416496 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30643/statm: 2406260 130429 2293 9 0 2396937 0
[pid=30643/tid=30645] ppid=30640 vsize=9625040 CPUtime=1789.68 cores=0,2,4,6
/proc/30643/task/30645/stat : 30645 (java) R 30640 30643 28803 0 -1 4202560 2522 0 1 0 178935 33 0 0 20 0 19 0 110517629 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859682196832 139859520562593 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30646] ppid=30640 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/30643/task/30646/stat : 30646 (java) S 30640 30643 28803 0 -1 4202560 377 0 0 0 84 11 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859643689640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30643/tid=30647] ppid=30640 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/30643/task/30647/stat : 30647 (java) S 30640 30643 28803 0 -1 4202560 524 0 0 0 87 14 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859642637096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30643/tid=30648] ppid=30640 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/30643/task/30648/stat : 30648 (java) S 30640 30643 28803 0 -1 4202560 261 0 0 0 74 9 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859641584552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30649] ppid=30640 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/30643/task/30649/stat : 30649 (java) S 30640 30643 28803 0 -1 4202560 244 0 0 0 74 8 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859640532008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30650] ppid=30640 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/30643/task/30650/stat : 30650 (java) S 30640 30643 28803 0 -1 4202560 368 0 0 0 79 9 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859639478440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30643/tid=30651] ppid=30640 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/30643/task/30651/stat : 30651 (java) S 30640 30643 28803 0 -1 4202560 209 0 0 0 72 8 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859638425896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30652] ppid=30640 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/30643/task/30652/stat : 30652 (java) S 30640 30643 28803 0 -1 4202560 310 0 0 0 68 10 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859519859112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30653] ppid=30640 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/30643/task/30653/stat : 30653 (java) S 30640 30643 28803 0 -1 4202560 394 0 0 0 74 11 0 0 20 0 19 0 110517630 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859518806568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30643/tid=30654] ppid=30640 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/30643/task/30654/stat : 30654 (java) S 30640 30643 28803 0 -1 4202560 379 0 0 0 165 2 0 0 20 0 19 0 110517631 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859506395752 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30655] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30655/stat : 30655 (java) S 30640 30643 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110517632 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859505342072 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30656] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30656/stat : 30656 (java) S 30640 30643 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110517632 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139859504289416 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30657] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30657/stat : 30657 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139858764885008 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30658] ppid=30640 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/30643/task/30658/stat : 30658 (java) S 30640 30643 28803 0 -1 4202560 8723 0 0 0 89 2 0 0 20 0 19 0 110517634 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139858763831352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30659] ppid=30640 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/30643/task/30659/stat : 30659 (java) S 30640 30643 28803 0 -1 4202560 3219 0 0 0 53 0 0 0 20 0 19 0 110517634 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139858762778808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30660] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30660/stat : 30660 (java) S 30640 30643 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110517634 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139858761726456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30643/tid=30661] ppid=30640 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/30643/task/30661/stat : 30661 (java) S 30640 30643 28803 0 -1 4202560 102 0 0 0 31 33 0 0 20 0 19 0 110517634 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139858760674120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30643/tid=30662] ppid=30640 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30662/stat : 30662 (java) S 30640 30643 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110517688 9856040960 130429 33554432000 1073741824 1073778376 140734066425360 139858759619880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1793.58
CPU time (s): 1800.73
CPU user time (s): 1799.09
CPU system time (s): 1.64275
CPU usage (%): 100.399
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.64275
maximum resident set size= 857144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18922
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39272
involuntary context switches= 25251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7934 second user time and 13.5129 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-07 09:50:44
IDJOB=4084618
IDBENCH=90147
IDSOLVER=2546
FILE ID=node128/4084618-1465285843
RUNJOBID= node128-1465270992-28819
PBS_JOBID= 19843302
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K176.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084618-1465285843/watcher-4084618-1465285843 -o /tmp/evaluation-result-4084618-1465285843/solver-4084618-1465285843 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28819 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084618-1465285843.opb

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

MD5SUM BENCH= 3f678424628fecb2a53891618f9bde8f
RANDOM SEED=355139807

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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:        31234832 kB
Buffers:          121884 kB
Cached:           244808 kB
SwapCached:         1668 kB
Active:           320684 kB
Inactive:         257336 kB
Active(anon):     213096 kB
Inactive(anon):      588 kB
Active(file):     107588 kB
Inactive(file):   256748 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098516 kB
Dirty:              2368 kB
Writeback:             0 kB
AnonPages:        563404 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             603196 kB
SReclaimable:      46644 kB
SUnreclaim:       556552 kB
KernelStack:        1768 kB
PageTables:         4912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1013552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    512000 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 node128 at 2016-06-07 10:20:37