Trace number 4080520

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) 1801.05 895.587

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K129.opb
MD5SUM1a22ba01765c232fe0c8623cfb5d750f
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 variables15351
Total number of constraints15611
Number of constraints which are clauses15482
Number of constraints which are cardinality constraints (but not clauses)129
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint129
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 130
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4080520-1465280586.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
1.63/0.78	c ... done. Wall clock time 0.674s.
1.63/0.78	c declared #vars     15351
1.63/0.78	c #constraints  15611
1.63/0.79	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.63/0.79	c constraints type 
1.63/0.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13816
1.63/0.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 129
1.63/0.79	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.63/0.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1664
1.63/0.79	c 15611 constraints processed.
1.63/0.79	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.63/0.79	c constraints type 
1.63/0.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1664
1.63/0.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13816
1.63/0.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 129
1.63/0.79	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.63/0.79	c 15611 constraints processed.
9.21/3.43	c cleaning 2486 clauses out of 4994 with flag 27066/5000
15.28/6.39	c cleaning 4228 clauses out of 8498 with flag 59796/11001
21.64/9.48	c cleaning 5616 clauses out of 11255 with flag 95949/18000
29.15/13.19	c cleaning 6781 clauses out of 13621 with flag 139833/26000
37.25/17.15	c cleaning 7896 clauses out of 15817 with flag 188362/35000
46.05/21.58	c cleaning 8745 clauses out of 17902 with flag 245757/45000
56.87/26.83	c cleaning 9153 clauses out of 20149 with flag 300537/56001
68.01/32.32	c cleaning 9828 clauses out of 22981 with flag 359427/68000
80.43/38.52	c cleaning 10681 clauses out of 26144 with flag 432891/81000
94.36/45.41	c cleaning 11411 clauses out of 29460 with flag 505489/95000
108.84/52.65	c cleaning 12338 clauses out of 33045 with flag 582480/110000
124.72/60.57	c cleaning 13263 clauses out of 36704 with flag 667970/126003
140.78/68.56	c cleaning 14138 clauses out of 40435 with flag 756527/143001
160.09/78.12	c cleaning 15006 clauses out of 44295 with flag 855761/161001
178.76/87.50	c cleaning 15766 clauses out of 48286 with flag 961526/180001
198.83/97.46	c cleaning 16492 clauses out of 52519 with flag 1067300/200002
220.40/108.11	c cleaning 17158 clauses out of 57023 with flag 1184289/221000
245.59/121.04	c cleaning 18140 clauses out of 61858 with flag 1305528/243000
269.88/133.12	c cleaning 19017 clauses out of 66716 with flag 1430095/266000
295.74/145.99	c cleaning 20019 clauses out of 71699 with flag 1561615/290002
324.53/160.35	c cleaning 20827 clauses out of 76674 with flag 1706135/315000
351.73/173.82	c cleaning 21441 clauses out of 81846 with flag 1856682/341001
383.11/189.45	c cleaning 22588 clauses out of 87403 with flag 2014082/368000
416.09/206.37	c cleaning 23132 clauses out of 92814 with flag 2173847/396001
445.28/220.92	c cleaning 24242 clauses out of 98677 with flag 2344902/425000
476.68/236.69	c cleaning 24924 clauses out of 104433 with flag 2525615/455000
503.51/250.04	c cleaning 0 clauses out of 5002 with flag 0/5002
511.43/253.89	c cleaning 25933 clauses out of 110506 with flag 2704357/486000
551.26/273.52	c cleaning 26997 clauses out of 116568 with flag 2895894/518000
595.21/295.32	c cleaning 27755 clauses out of 122570 with flag 3093247/551000
636.79/315.91	c cleaning 28384 clauses out of 128812 with flag 3314057/585000
683.69/339.18	c cleaning 29648 clauses out of 135426 with flag 3531102/620000
732.33/363.39	c cleaning 30338 clauses out of 141778 with flag 3755398/656001
783.91/389.02	c cleaning 31336 clauses out of 148438 with flag 3998073/693002
831.75/412.83	c cleaning 31927 clauses out of 155100 with flag 4245538/731001
887.03/440.20	c cleaning 33169 clauses out of 162171 with flag 4500707/770000
942.46/467.66	c cleaning 33838 clauses out of 168998 with flag 4771449/810000
1001.53/497.72	c cleaning 34932 clauses out of 176160 with flag 5045427/851001
1062.96/528.20	c cleaning 36063 clauses out of 183228 with flag 5331046/893002
1119.92/556.57	c cleaning 36655 clauses out of 190163 with flag 5614685/936000
1190.22/591.31	c cleaning 37977 clauses out of 197510 with flag 5916405/980002
1257.65/624.84	c cleaning 38723 clauses out of 204531 with flag 6222553/1025001
1330.10/660.88	c cleaning 39733 clauses out of 211809 with flag 6562065/1071002
1405.10/698.15	c cleaning 40433 clauses out of 219072 with flag 6901697/1118000
1480.16/735.43	c cleaning 41154 clauses out of 226638 with flag 7241870/1166000
1560.99/775.45	c cleaning 42226 clauses out of 234485 with flag 7611476/1215001
1647.73/819.85	c cleaning 43527 clauses out of 242257 with flag 7968393/1265000
1733.58/862.60	c cleaning 44296 clauses out of 249731 with flag 8345442/1316001
1800.17/895.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/895.51	c starts		: 8759
1800.17/895.51	c conflicts		: 1358094
1800.17/895.51	c decisions		: 29731182
1800.17/895.51	c propagations		: 1070481340
1800.17/895.51	c inspects		: 3230576918
1800.17/895.51	c shortcuts		: 0
1800.17/895.51	c learnt literals	: 206
1800.17/895.51	c learnt binary clauses	: 81376
1800.17/895.51	c learnt ternary clauses	: 78082
1800.17/895.51	c learnt constraints	: 1357887
1800.17/895.51	c ignored constraints	: 0
1800.17/895.51	c root simplifications	: 0
1800.17/895.51	c removed literals (reason simplification)	: 11960624
1800.17/895.51	c reason swapping (by a shorter reason)	: 0
1800.17/895.51	c Calls to reduceDB	: 47
1800.17/895.51	c Number of update (reduction) of LBD	: 1037035
1800.17/895.51	c Imported unit clauses	: 0
1800.17/895.51	c number of reductions to clauses (during analyze)	: 0
1800.17/895.51	c number of learned constraints concerned by reduction	: 0
1800.17/895.51	c number of learning phase by resolution	: 0
1800.17/895.51	c number of learning phase by cutting planes	: 0
1800.17/895.51	c speed (assignments/second)	: 1196473.5994420457
1800.17/895.51	c non guided choices	14944
1800.17/895.57	c learnt constraints type 
1800.17/895.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 81376
1800.17/895.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 166152
1800.17/895.57	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/895.57	c starts		: 34
1800.17/895.57	c conflicts		: 9695
1800.17/895.57	c decisions		: 161330
1800.17/895.57	c propagations		: 9217212
1800.17/895.57	c inspects		: 725949920
1800.17/895.57	c shortcuts		: 0
1800.17/895.57	c learnt literals	: 0
1800.17/895.57	c learnt binary clauses	: 0
1800.17/895.57	c learnt ternary clauses	: 41
1800.17/895.57	c learnt constraints	: 9694
1800.17/895.57	c ignored constraints	: 0
1800.17/895.57	c root simplifications	: 0
1800.17/895.57	c removed literals (reason simplification)	: 0
1800.17/895.57	c reason swapping (by a shorter reason)	: 0
1800.17/895.57	c Calls to reduceDB	: 1
1800.17/895.57	c Number of update (reduction) of LBD	: 0
1800.17/895.57	c Imported unit clauses	: 0
1800.17/895.57	c number of reductions to clauses (during analyze)	: 0
1800.17/895.57	c number of learned constraints concerned by reduction	: 0
1800.17/895.57	c number of learning phase by resolution	: 0
1800.17/895.57	c number of learning phase by cutting planes	: 0
1800.17/895.57	c speed (assignments/second)	: 10301.403851118688
1800.17/895.57	c non guided choices	886
1800.17/895.57	c learnt constraints type 
1800.17/895.57	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 387
1800.17/895.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1575
1800.17/895.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7732
1800.17/895.57	s UNKNOWN
1800.17/895.57	c Total wall clock time (in seconds): 895.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-4080520-1465280586/watcher-4080520-1465280586 -o /tmp/evaluation-result-4080520-1465280586/solver-4080520-1465280586 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465279688-19203 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080520-1465280586.opb 

pid=19412
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: 4.02 3.95 3.68 6/197 19415
/proc/meminfo: memFree=31598416/32872528 swapFree=9100/9100
[pid=19415] ppid=19412 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/19415/stat : 19415 (java) S 19412 19415 14331 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 109989726 98570240 978 33554432000 1073741824 1073778376 140735509734496 140735509725632 243768787005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19415/statm: 24065 978 744 9 0 16771 0
[pid=19415/tid=19416] ppid=19412 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19416/stat : 19416 (java) R 19412 19415 14331 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 109989726 98570240 978 33554432000 1073741824 1073778376 140735509734496 140469309447720 243765429632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 4.02 3.95 3.68 6/197 19415
/proc/meminfo: memFree=31598416/32872528 swapFree=9100/9100
[pid=19415] ppid=19412 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/19415/stat : 19415 (java) S 19412 19415 14331 0 -1 4202496 4442 0 1 0 10 1 0 0 20 0 18 0 109989726 9787879424 6078 33554432000 1073741824 1073778376 140735509734496 140735509725632 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19415/statm: 2389619 6078 2141 9 0 2380296 0
[pid=19415/tid=19416] ppid=19412 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/19415/task/19416/stat : 19416 (java) R 19412 19415 14331 0 -1 4202560 2385 0 1 0 7 1 0 0 20 0 18 0 109989726 9787879424 6078 33554432000 1073741824 1073778376 140735509734496 140469309451168 140469312385472 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200332 s]
/proc/loadavg: 4.02 3.95 3.68 6/197 19415
/proc/meminfo: memFree=31598416/32872528 swapFree=9100/9100
[pid=19415] ppid=19412 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/19415/stat : 19415 (java) S 19412 19415 14331 0 -1 4202496 6673 0 1 0 29 1 0 0 20 0 18 0 109989726 9787879424 8658 33554432000 1073741824 1073778376 140735509734496 140735509725632 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19415/statm: 2389619 8658 2209 9 0 2380296 0
[pid=19415/tid=19416] ppid=19412 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/19415/task/19416/stat : 19416 (java) R 19412 19415 14331 0 -1 4202560 2398 0 1 0 17 1 0 0 20 0 18 0 109989726 9787879424 8658 33554432000 1073741824 1073778376 140735509734496 140469309450776 140469317216902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300335 s]
/proc/loadavg: 4.02 3.95 3.68 6/197 19415
/proc/meminfo: memFree=31598416/32872528 swapFree=9100/9100
[pid=19415] ppid=19412 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/19415/stat : 19415 (java) S 19412 19415 14331 0 -1 4202496 7468 0 1 0 57 1 0 0 20 0 18 0 109989726 9787879424 11246 33554432000 1073741824 1073778376 140735509734496 140735509725632 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19415/statm: 2389619 11246 2234 9 0 2380296 0
[pid=19415/tid=19416] ppid=19412 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/19415/task/19416/stat : 19416 (java) R 19412 19415 14331 0 -1 4202560 2403 0 1 0 26 2 0 0 20 0 18 0 109989726 9787879424 11246 33554432000 1073741824 1073778376 140735509734496 140469309450776 140469137215020 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700284 s]
/proc/loadavg: 4.02 3.95 3.68 6/197 19415
/proc/meminfo: memFree=31598416/32872528 swapFree=9100/9100
[pid=19415] ppid=19412 vsize=9558476 CPUtime=1.63 cores=0,2,4,6
/proc/19415/stat : 19415 (java) S 19412 19415 14331 0 -1 4202496 21349 0 1 0 157 6 0 0 20 0 18 0 109989726 9787879424 39530 33554432000 1073741824 1073778376 140735509734496 140735509725632 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19415/statm: 2389619 39549 2251 9 0 2380296 0
[pid=19415/tid=19416] ppid=19412 vsize=9558476 CPUtime=0.68 cores=0,2,4,6
/proc/19415/task/19416/stat : 19416 (java) R 19412 19415 14331 0 -1 4202560 2446 0 1 0 64 4 0 0 20 0 18 0 109989726 9787879424 39549 33554432000 1073741824 1073778376 140735509734496 140469309444112 140469316916293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 4.02 3.95 3.68 7/219 19437
/proc/meminfo: memFree=31409320/32872528 swapFree=9100/9100
[pid=19415] ppid=19412 vsize=9824732 CPUtime=4.71 cores=0,2,4,6
/proc/19415/stat : 19415 (java) S 19412 19415 14331 0 -1 4202496 27003 0 1 0 462 9 0 0 20 0 22 0 109989726 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140735509725632 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19415/statm: 2456183 52101 2283 9 0 2446860 0
[pid=19415/tid=19416] ppid=19412 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/19415/task/19416/stat : 19416 (java) S 19412 19415 14331 0 -1 4202560 2465 0 1 0 73 4 0 0 20 0 22 0 109989726 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469309453176 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19418] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19418/stat : 19418 (java) S 19412 19415 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989727 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469270943912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19419] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19419/stat : 19419 (java) S 19412 19415 14331 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 109989727 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469269891368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19420] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19420/stat : 19420 (java) S 19412 19415 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109989727 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469268838824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19421] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19421/stat : 19421 (java) S 19412 19415 14331 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 109989727 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469267786280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19422] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19422/stat : 19422 (java) S 19412 19415 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109989727 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469266733736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19423] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19423/stat : 19423 (java) S 19412 19415 14331 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109989727 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469265681192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19424] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19424/stat : 19424 (java) S 19412 19415 14331 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109989727 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469264628648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19425] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19425/stat : 19425 (java) S 19412 19415 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109989727 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469263576104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19426] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19426/stat : 19426 (java) S 19412 19415 14331 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109989728 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469133621352 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19427] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19427/stat : 19427 (java) S 19412 19415 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109989728 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469132567672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19428] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19428/stat : 19428 (java) S 19412 19415 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989728 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469131515016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19429] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19429/stat : 19429 (java) S 19412 19415 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989731 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469130463760 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19430] ppid=19412 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/19415/task/19430/stat : 19430 (java) R 19412 19415 14331 0 -1 4202560 10410 0 0 0 124 1 0 0 20 0 22 0 109989731 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469129398656 140469315152134 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19431] ppid=19412 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/19415/task/19431/stat : 19431 (java) R 19412 19415 14331 0 -1 4202560 12680 0 0 0 119 2 0 0 20 0 22 0 109989731 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469128335696 140469316430450 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19432] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19432/stat : 19432 (java) S 19412 19415 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989731 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469127306232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19433] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19433/stat : 19433 (java) S 19412 19415 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989731 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469126253896 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19434] ppid=19412 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/19415/task/19434/stat : 19434 (java) R 19412 19415 14331 0 -1 4202560 24 0 0 0 66 0 0 0 20 0 22 0 109989805 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469125197936 140469137374359 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19435] ppid=19412 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/19415/task/19435/stat : 19435 (java) R 19412 19415 14331 0 -1 4202560 36 0 0 0 67 0 0 0 20 0 22 0 109989805 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469124143784 140469138118210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19436] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19436/stat : 19436 (java) S 19412 19415 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989807 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469123093544 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19437] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19437/stat : 19437 (java) S 19412 19415 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989807 10060525568 52101 33554432000 1073741824 1073778376 140735509734496 140469122041000 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.02 3.95 3.68 5/219 19437
/proc/meminfo: memFree=31387344/32872528 swapFree=9100/9100
[pid=19415] ppid=19412 vsize=9824732 CPUtime=8.53 cores=0,2,4,6
/proc/19415/stat : 19415 (java) S 19412 19415 14331 0 -1 4202496 27425 0 1 0 840 13 0 0 20 0 22 0 109989726 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140735509725632 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19415/statm: 2456183 68168 2288 9 0 2446860 0
[pid=19415/tid=19416] ppid=19412 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/19415/task/19416/stat : 19416 (java) S 19412 19415 14331 0 -1 4202560 2465 0 1 0 73 4 0 0 20 0 22 0 109989726 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469309453176 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19418] ppid=19412 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19415/task/19418/stat : 19418 (java) S 19412 19415 14331 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 109989727 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469270943912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19419] ppid=19412 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19415/task/19419/stat : 19419 (java) S 19412 19415 14331 0 -1 4202560 95 0 0 0 1 0 0 0 20 0 22 0 109989727 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469269891368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19420] ppid=19412 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19415/task/19420/stat : 19420 (java) S 19412 19415 14331 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 22 0 109989727 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469268838824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19421] ppid=19412 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19415/task/19421/stat : 19421 (java) S 19412 19415 14331 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 22 0 109989727 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469267786280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19422] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19422/stat : 19422 (java) S 19412 19415 14331 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 22 0 109989727 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469266733736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19423] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19423/stat : 19423 (java) S 19412 19415 14331 0 -1 4202560 57 0 0 0 0 0 0 0 20 0 22 0 109989727 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469265681192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19424] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19424/stat : 19424 (java) S 19412 19415 14331 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 22 0 109989727 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469264628648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19425] ppid=19412 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19415/task/19425/stat : 19425 (java) S 19412 19415 14331 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 109989727 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469263576104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19426] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19426/stat : 19426 (java) S 19412 19415 14331 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109989728 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469133621352 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19427] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19427/stat : 19427 (java) S 19412 19415 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109989728 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469132567672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19428] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19428/stat : 19428 (java) S 19412 19415 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989728 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469131515016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19429] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19429/stat : 19429 (java) S 19412 19415 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989731 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469130463760 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19430] ppid=19412 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/19415/task/19430/stat : 19430 (java) S 19412 19415 14331 0 -1 4202560 10437 0 0 0 158 2 0 0 20 0 22 0 109989731 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469129411128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19431] ppid=19412 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/19415/task/19431/stat : 19431 (java) S 19412 19415 14331 0 -1 4202560 12684 0 0 0 144 3 0 0 20 0 22 0 109989731 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469128358584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19432] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19432/stat : 19432 (java) S 19412 19415 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989731 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469127306232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19433] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19433/stat : 19433 (java) S 19412 19415 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989731 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469126253896 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19434] ppid=19412 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/19415/task/19434/stat : 19434 (java) R 19412 19415 14331 0 -1 4202560 24 0 0 0 222 0 0 0 20 0 22 0 109989805 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469125198264 140469137373744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19435] ppid=19412 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/19415/task/19435/stat : 19435 (java) R 19412 19415 14331 0 -1 4202560 60 0 0 0 223 0 0 0 20 0 22 0 109989805 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469124145240 140469137498183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19436] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19436/stat : 19436 (java) S 19412 19415 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989807 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469123093544 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19437] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19437/stat : 19437 (java) S 19412 19415 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989807 10060525568 68168 33554432000 1073741824 1073778376 140735509734496 140469122041000 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 4.01 3.95 3.68 5/219 19437
/proc/meminfo: memFree=30911836/32872528 swapFree=9100/9100
[pid=19415] ppid=19412 vsize=9824732 CPUtime=15.28 cores=0,2,4,6
/proc/19415/stat : 19415 (java) S 19412 19415 14331 0 -1 4202496 28069 0 1 0 1506 22 0 0 20 0 22 0 109989726 10060525568 150168 33554432000 1073741824 1073778376 140735509734496 140735509725632 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19415/statm: 2456183 150168 2292 9 0 2446860 0
[pid=19415/tid=19416] ppid=19412 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/19415/task/19416/stat : 19416 (java) S 19412 19415 14331 0 -1 4202560 2465 0 1 0 73 4 0 0 20 0 22 0 109989726 10060525568 150168 33554432000 1073741824 1073778376 140735509734496 140469309453176 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19418] ppid=19412 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19415/task/19418/stat : 19418 (java) S 19412 19415 14331 0 -1 4202560 38 0 0 0 2 1 0 0 20 0 22 0 109989727 10060525568 150168 33554432000 1073741824 1073778376 140735509734496 140469270943912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19419] ppid=19412 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19415/task/19419/stat : 19419 (java) S 19412 19415 14331 0 -1 4202560 105 0 0 0 2 0 0 0 20 0 22 0 109989727 10060525568 150168 33554432000 1073741824 1073778376 140735509734496 140469269891368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19420] ppid=19412 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19415/task/19420/stat : 19420 (java) S 19412 19415 14331 0 -1 4202560 139 0 0 0 4 2 0 0 20 0 22 0 109989727 10060525568 150168 33554432000 1073741824 1073778376 140735509734496 140469268838824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19421] ppid=19412 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19415/task/19421/stat : 19421 (java) S 19412 19415 14331 0 -1 4202560 74 0 0 0 4 0 0 0 20 0 22 0 109989727 10060525568 150168 33554432000 1073741824 1073778376 140735509734496 140469267786280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19422] ppid=19412 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19415/task/19422/stat : 19422 (java) S 19412 19415 14331 0 -1 4202560 49 0 0 0 2 0 0 0 20 0 22 0 109989727 10060525568 150168 33554432000 1073741824 1073778376 140735509734496 140469266733736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19423] ppid=19412 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19415/task/19423/stat : 19423 (java) S 19412 19415 14331 0 -1 4202560 75 0 0 0 3 0 0 0 20 0 22 0 109989727 10060525568 150168 33554432000 1073741824 1073778376 140735509734496 140469265681192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19424] ppid=19412 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19415/task/19424/stat : 19424 (java) S 19412 19415 14331 0 -1 4202560 86 0 0 0 3 1 0 0 20 0 22 0 109989727 10060525568 150168 33554432000 1073741824 1073778376 140735509734496 140469264628648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19425] ppid=19412 vsize=9824732 CPUtime=0.05 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 3.98 3.98 3.85 5/219 19457
/proc/meminfo: memFree=24267636/32872528 swapFree=9100/9100
[pid=19415] ppid=19412 vsize=9824732 CPUtime=1773.45 cores=0,2,4,6
/proc/19415/stat : 19415 (java) S 19412 19415 14331 0 -1 4202496 37673 0 1 0 177118 227 0 0 20 0 22 0 109989726 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140735509725632 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19415/statm: 2456183 978162 2301 9 0 2446860 0
[pid=19415/tid=19416] ppid=19412 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/19415/task/19416/stat : 19416 (java) S 19412 19415 14331 0 -1 4202560 2472 0 1 0 76 5 0 0 20 0 22 0 109989726 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469309453176 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19418] ppid=19412 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/19415/task/19418/stat : 19418 (java) S 19412 19415 14331 0 -1 4202560 623 0 0 0 316 20 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469270943912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19419] ppid=19412 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/19415/task/19419/stat : 19419 (java) S 19412 19415 14331 0 -1 4202560 649 0 0 0 294 19 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469269891368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19420] ppid=19412 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/19415/task/19420/stat : 19420 (java) S 19412 19415 14331 0 -1 4202560 760 0 0 0 308 19 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469268838824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19421] ppid=19412 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/19415/task/19421/stat : 19421 (java) S 19412 19415 14331 0 -1 4202560 709 0 0 0 315 21 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469267786280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19422] ppid=19412 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/19415/task/19422/stat : 19422 (java) S 19412 19415 14331 0 -1 4202560 588 0 0 0 293 16 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469266733736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19423] ppid=19412 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/19415/task/19423/stat : 19423 (java) S 19412 19415 14331 0 -1 4202560 655 0 0 0 310 20 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469265681192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19424] ppid=19412 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/19415/task/19424/stat : 19424 (java) S 19412 19415 14331 0 -1 4202560 675 0 0 0 290 20 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469264628648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19425] ppid=19412 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/19415/task/19425/stat : 19425 (java) S 19412 19415 14331 0 -1 4202560 722 0 0 0 304 25 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469263576104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19426] ppid=19412 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/19415/task/19426/stat : 19426 (java) S 19412 19415 14331 0 -1 4202560 2697 0 0 0 626 10 0 0 20 0 22 0 109989728 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469133621352 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19427] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19427/stat : 19427 (java) S 19412 19415 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109989728 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469132567672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19428] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19428/stat : 19428 (java) S 19412 19415 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989728 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469131515016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19429] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19429/stat : 19429 (java) S 19412 19415 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469130463760 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19430] ppid=19412 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/19415/task/19430/stat : 19430 (java) S 19412 19415 14331 0 -1 4202560 10455 0 0 0 187 2 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469129411128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19431] ppid=19412 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/19415/task/19431/stat : 19431 (java) S 19412 19415 14331 0 -1 4202560 13015 0 0 0 202 3 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469128358584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19432] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19432/stat : 19432 (java) S 19412 19415 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469127306232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19433] ppid=19412 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/19415/task/19433/stat : 19433 (java) S 19412 19415 14331 0 -1 4202560 51 0 0 0 15 14 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469126253896 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19434] ppid=19412 vsize=9824732 CPUtime=868.25 cores=0,2,4,6
/proc/19415/task/19434/stat : 19434 (java) R 19412 19415 14331 0 -1 4202560 82 0 0 0 86810 15 0 0 20 0 22 0 109989805 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469125195888 140469138116544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19435] ppid=19412 vsize=9824732 CPUtime=868.28 cores=0,2,4,6
/proc/19415/task/19435/stat : 19435 (java) R 19412 19415 14331 0 -1 4202560 2255 0 0 0 86778 50 0 0 20 0 22 0 109989805 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469124144352 140469138305471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19436] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19436/stat : 19436 (java) S 19412 19415 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989807 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469123093544 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19437] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19437/stat : 19437 (java) S 19412 19415 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989807 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469122041000 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1773.45
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.508 s]
/proc/loadavg: 3.98 3.98 3.85 5/219 19457
/proc/meminfo: memFree=24267640/32872528 swapFree=9100/9100
[pid=19415] ppid=19412 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/19415/stat : 19415 (java) S 19412 19415 14331 0 -1 4202496 37675 0 1 0 179790 227 0 0 20 0 22 0 109989726 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140735509725632 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19415/statm: 2456183 978162 2301 9 0 2446860 0
[pid=19415/tid=19416] ppid=19412 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/19415/task/19416/stat : 19416 (java) S 19412 19415 14331 0 -1 4202560 2472 0 1 0 76 5 0 0 20 0 22 0 109989726 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469309453176 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19418] ppid=19412 vsize=9824732 CPUtime=3.45 cores=0,2,4,6
/proc/19415/task/19418/stat : 19418 (java) S 19412 19415 14331 0 -1 4202560 623 0 0 0 325 20 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469270943912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19419] ppid=19412 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/19415/task/19419/stat : 19419 (java) S 19412 19415 14331 0 -1 4202560 649 0 0 0 298 19 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469269891368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19420] ppid=19412 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/19415/task/19420/stat : 19420 (java) S 19412 19415 14331 0 -1 4202560 760 0 0 0 313 19 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469268838824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19421] ppid=19412 vsize=9824732 CPUtime=3.44 cores=0,2,4,6
/proc/19415/task/19421/stat : 19421 (java) S 19412 19415 14331 0 -1 4202560 709 0 0 0 323 21 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469267786280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19422] ppid=19412 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/19415/task/19422/stat : 19422 (java) S 19412 19415 14331 0 -1 4202560 588 0 0 0 300 16 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469266733736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19423] ppid=19412 vsize=9824732 CPUtime=3.44 cores=0,2,4,6
/proc/19415/task/19423/stat : 19423 (java) S 19412 19415 14331 0 -1 4202560 655 0 0 0 324 20 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469265681192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19424] ppid=19412 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/19415/task/19424/stat : 19424 (java) S 19412 19415 14331 0 -1 4202560 675 0 0 0 301 20 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469264628648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19425] ppid=19412 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/19415/task/19425/stat : 19425 (java) S 19412 19415 14331 0 -1 4202560 722 0 0 0 315 25 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469263576104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19426] ppid=19412 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/19415/task/19426/stat : 19426 (java) S 19412 19415 14331 0 -1 4202560 2697 0 0 0 626 10 0 0 20 0 22 0 109989728 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469133621352 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19427] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19427/stat : 19427 (java) S 19412 19415 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109989728 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469132567672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19428] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19428/stat : 19428 (java) S 19412 19415 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989728 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469131515016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19429] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19429/stat : 19429 (java) S 19412 19415 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469130463760 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19430] ppid=19412 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/19415/task/19430/stat : 19430 (java) S 19412 19415 14331 0 -1 4202560 10455 0 0 0 187 2 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469129411128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19431] ppid=19412 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/19415/task/19431/stat : 19431 (java) S 19412 19415 14331 0 -1 4202560 13015 0 0 0 202 3 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469128358584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19432] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19432/stat : 19432 (java) S 19412 19415 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469127306232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19433] ppid=19412 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/19415/task/19433/stat : 19433 (java) S 19412 19415 14331 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469126253896 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19434] ppid=19412 vsize=9824732 CPUtime=881.27 cores=0,2,4,6
/proc/19415/task/19434/stat : 19434 (java) R 19412 19415 14331 0 -1 4202560 84 0 0 0 88112 15 0 0 20 0 22 0 109989805 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469125196976 140469138170400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19435] ppid=19412 vsize=9824732 CPUtime=881.3 cores=0,2,4,6
/proc/19415/task/19435/stat : 19435 (java) R 19412 19415 14331 0 -1 4202560 2255 0 0 0 88080 50 0 0 20 0 22 0 109989805 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469124143088 140469138306126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19436] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19436/stat : 19436 (java) S 19412 19415 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989807 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469123093544 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19437] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19437/stat : 19437 (java) S 19412 19415 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989807 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469122041000 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 19415 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.508 s]
/proc/loadavg: 3.98 3.98 3.85 5/219 19457
/proc/meminfo: memFree=24267640/32872528 swapFree=9100/9100
[pid=19415] ppid=19412 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/19415/stat : 19415 (java) S 19412 19415 14331 0 -1 4202496 37675 0 1 0 179790 227 0 0 20 0 22 0 109989726 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140735509725632 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19415/statm: 2456183 978162 2301 9 0 2446860 0
[pid=19415/tid=19416] ppid=19412 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/19415/task/19416/stat : 19416 (java) S 19412 19415 14331 0 -1 4202560 2472 0 1 0 76 5 0 0 20 0 22 0 109989726 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469309453176 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19418] ppid=19412 vsize=9824732 CPUtime=3.45 cores=0,2,4,6
/proc/19415/task/19418/stat : 19418 (java) S 19412 19415 14331 0 -1 4202560 623 0 0 0 325 20 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469270943912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19419] ppid=19412 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/19415/task/19419/stat : 19419 (java) S 19412 19415 14331 0 -1 4202560 649 0 0 0 298 19 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469269891368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19420] ppid=19412 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/19415/task/19420/stat : 19420 (java) S 19412 19415 14331 0 -1 4202560 760 0 0 0 313 19 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469268838824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19421] ppid=19412 vsize=9824732 CPUtime=3.44 cores=0,2,4,6
/proc/19415/task/19421/stat : 19421 (java) S 19412 19415 14331 0 -1 4202560 709 0 0 0 323 21 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469267786280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19422] ppid=19412 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/19415/task/19422/stat : 19422 (java) S 19412 19415 14331 0 -1 4202560 588 0 0 0 300 16 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469266733736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19423] ppid=19412 vsize=9824732 CPUtime=3.44 cores=0,2,4,6
/proc/19415/task/19423/stat : 19423 (java) S 19412 19415 14331 0 -1 4202560 655 0 0 0 324 20 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469265681192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19424] ppid=19412 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/19415/task/19424/stat : 19424 (java) S 19412 19415 14331 0 -1 4202560 675 0 0 0 301 20 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469264628648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19425] ppid=19412 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/19415/task/19425/stat : 19425 (java) S 19412 19415 14331 0 -1 4202560 722 0 0 0 315 25 0 0 20 0 22 0 109989727 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469263576104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19426] ppid=19412 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/19415/task/19426/stat : 19426 (java) S 19412 19415 14331 0 -1 4202560 2697 0 0 0 626 10 0 0 20 0 22 0 109989728 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469133621352 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19427] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19427/stat : 19427 (java) S 19412 19415 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109989728 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469132567672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19428] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19428/stat : 19428 (java) S 19412 19415 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989728 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469131515016 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19429] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19429/stat : 19429 (java) S 19412 19415 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469130463760 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19430] ppid=19412 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/19415/task/19430/stat : 19430 (java) S 19412 19415 14331 0 -1 4202560 10455 0 0 0 187 2 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469129411128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19431] ppid=19412 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/19415/task/19431/stat : 19431 (java) S 19412 19415 14331 0 -1 4202560 13015 0 0 0 202 3 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469128358584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19415/tid=19432] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19432/stat : 19432 (java) S 19412 19415 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469127306232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19433] ppid=19412 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/19415/task/19433/stat : 19433 (java) S 19412 19415 14331 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 109989731 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469126253896 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19434] ppid=19412 vsize=9824732 CPUtime=881.27 cores=0,2,4,6
/proc/19415/task/19434/stat : 19434 (java) R 19412 19415 14331 0 -1 4202560 84 0 0 0 88112 15 0 0 20 0 22 0 109989805 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469125196976 140469138170400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19415/tid=19435] ppid=19412 vsize=9824732 CPUtime=881.3 cores=0,2,4,6
/proc/19415/task/19435/stat : 19435 (java) R 19412 19415 14331 0 -1 4202560 2255 0 0 0 88080 50 0 0 20 0 22 0 109989805 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469124143088 140469138306126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19415/tid=19436] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19436/stat : 19436 (java) S 19412 19415 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989807 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469123093544 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19415/tid=19437] ppid=19412 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19415/task/19437/stat : 19437 (java) S 19412 19415 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989807 10060525568 978162 33554432000 1073741824 1073778376 140735509734496 140469122041000 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.587
CPU time (s): 1801.05
CPU user time (s): 1798.29
CPU system time (s): 2.76158
CPU usage (%): 201.103
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.29
system time used= 2.76158
maximum resident set size= 3912764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37707
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24031
involuntary context switches= 30228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.41218 second user time and 7.58385 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 08:23:06
IDJOB=4080520
IDBENCH=90161
IDSOLVER=2543
FILE ID=node151/4080520-1465280586
RUNJOBID= node151-1465279688-19203
PBS_JOBID= 19843295
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K129.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080520-1465280586/watcher-4080520-1465280586 -o /tmp/evaluation-result-4080520-1465280586/solver-4080520-1465280586 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465279688-19203 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080520-1465280586.opb

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

MD5SUM BENCH= 1a22ba01765c232fe0c8623cfb5d750f
RANDOM SEED=648875620

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.334
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:        31599068 kB
Buffers:           88664 kB
Cached:           244896 kB
SwapCached:         2184 kB
Active:           286360 kB
Inactive:         234860 kB
Active(anon):     188456 kB
Inactive(anon):     1680 kB
Active(file):      97904 kB
Inactive(file):   233180 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:              3896 kB
Writeback:             0 kB
AnonPages:        166644 kB
Mapped:            16512 kB
Shmem:                 0 kB
Slab:             612068 kB
SReclaimable:      55512 kB
SUnreclaim:       556556 kB
KernelStack:        1776 kB
PageTables:         4752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     700028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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 node151 at 2016-06-07 08:38:01