Trace number 4085443

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.72 1799.13

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_1.opb
MD5SUM487945ea0e229650aa78cf341d4ff673
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint59
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1488
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4465
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085443-1465243438.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.14	c ... done. Wall clock time 0.036s.
0.11/0.14	c declared #vars     61
0.11/0.14	c #constraints  15
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.11/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.11/0.14	c 15 constraints processed.
0.11/0.14	c objective function length is 1 literals
0.70/0.54	c cleaning 2501 clauses out of 5001 with flag 10489/5001
1.21/0.98	c cleaning 4250 clauses out of 8499 with flag 22949/11000
1.91/1.60	c cleaning 5623 clauses out of 11249 with flag 37493/18000
2.72/2.41	c cleaning 6814 clauses out of 13628 with flag 54311/26002
3.70/3.39	c cleaning 7904 clauses out of 15814 with flag 73032/35002
4.80/4.47	c cleaning 8955 clauses out of 17911 with flag 94225/45003
6.09/5.75	c cleaning 9977 clauses out of 19954 with flag 117357/56001
7.49/7.19	c cleaning 10990 clauses out of 21979 with flag 142473/68003
9.20/8.85	c cleaning 11983 clauses out of 23986 with flag 169702/81000
10.99/10.67	c cleaning 13001 clauses out of 26007 with flag 199037/95004
13.09/12.78	c cleaning 14002 clauses out of 28004 with flag 230418/110002
15.39/15.02	c cleaning 14997 clauses out of 30000 with flag 263850/126000
17.89/17.59	c cleaning 16001 clauses out of 32003 with flag 299126/143000
20.89/20.55	c cleaning 16999 clauses out of 34007 with flag 336275/161005
24.29/23.97	c cleaning 18003 clauses out of 36006 with flag 375744/180003
28.00/27.65	c cleaning 18995 clauses out of 38001 with flag 417974/200001
32.09/31.78	c cleaning 20000 clauses out of 40006 with flag 461971/221001
36.89/36.50	c cleaning 21004 clauses out of 42010 with flag 509064/243005
41.69/41.32	c cleaning 22000 clauses out of 44002 with flag 557793/266001
46.99/46.65	c cleaning 22996 clauses out of 46001 with flag 608040/290000
52.70/52.40	c cleaning 24005 clauses out of 48009 with flag 660954/315004
59.20/58.82	c cleaning 24995 clauses out of 50001 with flag 715943/341001
65.89/65.50	c cleaning 26000 clauses out of 52010 with flag 772895/368005
73.29/72.95	c cleaning 26994 clauses out of 54006 with flag 831680/396001
80.80/80.49	c cleaning 28004 clauses out of 56011 with flag 893062/425000
88.79/88.43	c cleaning 29002 clauses out of 58007 with flag 956966/455000
97.70/97.35	c cleaning 30004 clauses out of 60007 with flag 1021261/486002
107.20/106.86	c cleaning 31004 clauses out of 62007 with flag 1086519/518006
116.92/116.59	c cleaning 31994 clauses out of 63997 with flag 1153891/551000
126.83/126.46	c cleaning 33000 clauses out of 66003 with flag 1223436/585000
137.32/136.94	c cleaning 33995 clauses out of 68005 with flag 1295511/620002
148.82/148.50	c cleaning 35005 clauses out of 70011 with flag 1369590/656003
160.93/160.60	c cleaning 36002 clauses out of 72005 with flag 1446506/693002
173.13/172.79	c cleaning 37002 clauses out of 74007 with flag 1525727/731006
186.82/186.46	c cleaning 37991 clauses out of 76000 with flag 1606662/770001
201.84/201.47	c cleaning 39001 clauses out of 78009 with flag 1690419/810001
216.04/215.65	c cleaning 39999 clauses out of 80007 with flag 1776778/851000
231.44/231.08	c cleaning 40995 clauses out of 82008 with flag 1865104/893000
247.03/246.62	c cleaning 42001 clauses out of 84013 with flag 1954790/936000
263.74/263.38	c cleaning 43009 clauses out of 86017 with flag 2047024/980005
282.43/282.06	c cleaning 44002 clauses out of 88004 with flag 2140780/1025001
303.63/303.26	c cleaning 44998 clauses out of 90002 with flag 2236064/1071001
324.44/324.01	c cleaning 45996 clauses out of 92005 with flag 2334072/1118002
344.20/343.71	c cleaning 46998 clauses out of 94007 with flag 2435422/1166000
366.41/365.93	c cleaning 48006 clauses out of 96011 with flag 2538962/1215002
389.00/388.56	c cleaning 48999 clauses out of 98006 with flag 2643694/1265003
411.30/410.88	c cleaning 49997 clauses out of 100004 with flag 2750082/1316000
433.81/433.33	c cleaning 51007 clauses out of 102013 with flag 2858319/1368006
456.51/456.05	c cleaning 51996 clauses out of 104000 with flag 2968338/1421000
482.61/482.11	c cleaning 52995 clauses out of 106004 with flag 3079994/1475000
510.41/509.91	c cleaning 54003 clauses out of 108016 with flag 3194768/1530007
538.82/538.38	c cleaning 55001 clauses out of 110006 with flag 3312277/1586000
566.43/565.96	c cleaning 56001 clauses out of 112005 with flag 3432456/1643000
594.73/594.29	c cleaning 56998 clauses out of 114004 with flag 3554237/1701000
623.87/623.32	c cleaning 57998 clauses out of 116006 with flag 3678559/1760000
656.78/656.25	c cleaning 59006 clauses out of 118013 with flag 3804634/1820005
692.39/691.90	c cleaning 60001 clauses out of 120003 with flag 3933776/1881001
728.19/727.68	c cleaning 61002 clauses out of 122003 with flag 4066411/1943002
768.39/767.89	c cleaning 61996 clauses out of 124001 with flag 4200863/2006002
808.99/808.42	c cleaning 63000 clauses out of 126003 with flag 4334721/2070000
848.48/847.98	c cleaning 64001 clauses out of 128005 with flag 4469614/2135002
889.99/889.41	c cleaning 65002 clauses out of 130003 with flag 4607910/2201001
935.50/934.92	c cleaning 65994 clauses out of 132000 with flag 4750757/2268000
980.36/979.77	c cleaning 67000 clauses out of 134009 with flag 4894589/2336003
1030.59/1030.00	c cleaning 67996 clauses out of 136006 with flag 5038611/2405000
1080.11/1079.41	c cleaning 69006 clauses out of 138016 with flag 5183448/2475006
1131.90/1131.27	c cleaning 70007 clauses out of 140018 with flag 5332139/2546014
1183.22/1182.59	c cleaning 70996 clauses out of 141998 with flag 5485015/2618001
1235.82/1235.15	c cleaning 71998 clauses out of 144004 with flag 5640395/2691003
1285.14/1284.42	c cleaning 72993 clauses out of 146003 with flag 5797391/2765000
1342.43/1341.76	c cleaning 74005 clauses out of 148012 with flag 5957736/2840002
1404.86/1404.09	c cleaning 74998 clauses out of 150007 with flag 6118321/2916002
1466.45/1465.67	c cleaning 76000 clauses out of 152008 with flag 6281458/2993001
1534.36/1533.53	c cleaning 77005 clauses out of 154009 with flag 6445991/3071002
1597.37/1596.52	c cleaning 78003 clauses out of 156006 with flag 6614233/3150004
1658.80/1657.99	c cleaning 78993 clauses out of 158000 with flag 6784546/3230001
1726.50/1725.67	c cleaning 80002 clauses out of 160006 with flag 6956010/3311000
1795.92/1795.08	c cleaning 80990 clauses out of 162004 with flag 7129431/3393000
1800.02/1799.10	c starts		: 398
1800.02/1799.10	c conflicts		: 3402579
1800.02/1799.10	c decisions		: 3546520
1800.02/1799.10	c propagations		: 34594133
1800.02/1799.10	c inspects		: 34958065136
1800.02/1799.10	c shortcuts		: 0
1800.02/1799.10	c learnt literals	: 0
1800.02/1799.10	c learnt binary clauses	: 0
1800.02/1799.10	c learnt ternary clauses	: 0
1800.02/1799.10	c learnt constraints	: 3402579
1800.02/1799.10	c ignored constraints	: 0
1800.02/1799.10	c root simplifications	: 0
1800.02/1799.10	c removed literals (reason simplification)	: 0
1800.02/1799.10	c reason swapping (by a shorter reason)	: 0
1800.02/1799.10	c Calls to reduceDB	: 78
1800.02/1799.10	c Number of update (reduction) of LBD	: 288069
1800.02/1799.10	c Imported unit clauses	: 0
1800.02/1799.10	c number of reductions to clauses (during analyze)	: 0
1800.02/1799.10	c number of learned constraints concerned by reduction	: 0
1800.02/1799.10	c number of learning phase by resolution	: 0
1800.02/1799.10	c number of learning phase by cutting planes	: 0
1800.02/1799.10	c speed (assignments/second)	: 19230.043085933397
1800.02/1799.10	c non guided choices	29
1800.02/1799.10	c timeout
1800.02/1799.13	c learnt constraints type 
1800.02/1799.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90594
1800.02/1799.15	s UNKNOWN
1800.02/1799.15	c Total wall clock time (in seconds): 1799.027

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

pid=19807
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.18 3/194 19810
/proc/meminfo: memFree=31667956/32872528 swapFree=11320/319964
[pid=19810] ppid=19807 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19810/stat : 19810 (java) S 19807 19810 12316 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 106277121 98570240 977 33554432000 1073741824 1073778376 140734944640016 140734944631152 262966116413 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19810/statm: 24065 977 743 9 0 16771 0
[pid=19810/tid=19811] ppid=19807 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19811/stat : 19811 (java) R 19807 19810 12316 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 106277122 98570240 977 33554432000 1073741824 1073778376 140734944640016 139924314062376 262962759040 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 2.00 2.00 2.18 3/194 19810
/proc/meminfo: memFree=31667956/32872528 swapFree=11320/319964
[pid=19810] ppid=19807 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/19810/stat : 19810 (java) S 19807 19810 12316 0 -1 4202496 4479 0 1 0 10 1 0 0 20 0 18 0 106277121 9787879424 6115 33554432000 1073741824 1073778376 140734944640016 140734944631152 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19810/statm: 2389619 6115 2157 9 0 2380296 0
[pid=19810/tid=19811] ppid=19807 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/19810/task/19811/stat : 19811 (java) R 19807 19810 12316 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 106277122 9787879424 6115 33554432000 1073741824 1073778376 140734944640016 139924314065824 139924304130054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200396 s]
/proc/loadavg: 2.00 2.00 2.18 3/194 19810
/proc/meminfo: memFree=31667956/32872528 swapFree=11320/319964
[pid=19810] ppid=19807 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/19810/stat : 19810 (java) S 19807 19810 12316 0 -1 4202496 6024 0 1 0 31 1 0 0 20 0 19 0 106277121 9856040960 6969 33554432000 1073741824 1073778376 140734944640016 140734944631152 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19810/statm: 2406260 6969 2229 9 0 2396937 0
[pid=19810/tid=19811] ppid=19807 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/19810/task/19811/stat : 19811 (java) R 19807 19810 12316 0 -1 4202560 2407 0 1 0 16 1 0 0 20 0 19 0 106277122 9856040960 6969 33554432000 1073741824 1073778376 140734944640016 139924314067000 139924146097741 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300373 s]
/proc/loadavg: 2.00 2.00 2.18 3/194 19810
/proc/meminfo: memFree=31667956/32872528 swapFree=11320/319964
[pid=19810] ppid=19807 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/19810/stat : 19810 (java) S 19807 19810 12316 0 -1 4202496 6144 0 1 0 49 1 0 0 20 0 19 0 106277121 9856040960 7550 33554432000 1073741824 1073778376 140734944640016 140734944631152 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19810/statm: 2406260 7550 2237 9 0 2396937 0
[pid=19810/tid=19811] ppid=19807 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19810/task/19811/stat : 19811 (java) R 19807 19810 12316 0 -1 4202560 2408 0 1 0 26 1 0 0 20 0 19 0 106277122 9856040960 7550 33554432000 1073741824 1073778376 140734944640016 139924314067000 139924146125652 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700189 s]
/proc/loadavg: 2.00 2.00 2.18 3/194 19810
/proc/meminfo: memFree=31667956/32872528 swapFree=11320/319964
[pid=19810] ppid=19807 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/19810/stat : 19810 (java) S 19807 19810 12316 0 -1 4202496 6835 0 1 0 95 1 0 0 20 0 19 0 106277121 9856040960 7851 33554432000 1073741824 1073778376 140734944640016 140734944631152 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19810/statm: 2406260 7851 2245 9 0 2396937 0
[pid=19810/tid=19811] ppid=19807 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/19810/task/19811/stat : 19811 (java) R 19807 19810 12316 0 -1 4202560 2408 0 1 0 66 1 0 0 20 0 19 0 106277122 9856040960 7863 33554432000 1073741824 1073778376 140734944640016 139924314067528 139924146133502 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.00 2.00 2.18 3/213 19829
/proc/meminfo: memFree=31636408/32872528 swapFree=11320/319964
[pid=19810] ppid=19807 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/19810/stat : 19810 (java) S 19807 19810 12316 0 -1 4202496 7849 0 1 0 179 2 0 0 20 0 19 0 106277121 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 140734944631152 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19810/statm: 2406260 9857 2248 9 0 2396937 0
[pid=19810/tid=19811] ppid=19807 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/19810/task/19811/stat : 19811 (java) R 19807 19810 12316 0 -1 4202560 2412 0 1 0 145 2 0 0 20 0 19 0 106277122 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924314067448 139924146146716 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19813] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19813/stat : 19813 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924275559208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19814] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19814/stat : 19814 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924274506408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19815] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19815/stat : 19815 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924273454120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19810/tid=19816] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19816/stat : 19816 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924272401320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19817] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19817/stat : 19817 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924271348008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19818] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19818/stat : 19818 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924270295208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19819] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19819/stat : 19819 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924269242920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19820] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19820/stat : 19820 (java) S 19807 19810 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924268190120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19821] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19821/stat : 19821 (java) S 19807 19810 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924138326760 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19822] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19822/stat : 19822 (java) S 19807 19810 12316 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924137272824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19823] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19823/stat : 19823 (java) S 19807 19810 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924136220424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19824] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19824/stat : 19824 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924135168912 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19825] ppid=19807 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/19810/task/19825/stat : 19825 (java) S 19807 19810 12316 0 -1 4202560 1522 0 0 0 11 0 0 0 20 0 19 0 106277126 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924134115512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19826] ppid=19807 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19810/task/19826/stat : 19826 (java) S 19807 19810 12316 0 -1 4202560 2646 0 0 0 20 0 0 0 20 0 19 0 106277126 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924133062712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19827] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19827/stat : 19827 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924132010616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19828] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19828/stat : 19828 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139924130958024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19829] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19829/stat : 19829 (java) S 19807 19810 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106277136 9856040960 9857 33554432000 1073741824 1073778376 140734944640016 139923122283944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.00 2.00 2.18 3/213 19829
/proc/meminfo: memFree=31629768/32872528 swapFree=11320/319964
[pid=19810] ppid=19807 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/19810/stat : 19810 (java) S 19807 19810 12316 0 -1 4202496 9052 0 1 0 348 2 0 0 20 0 19 0 106277121 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 140734944631152 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19810/statm: 2406260 10951 2255 9 0 2396937 0
[pid=19810/tid=19811] ppid=19807 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/19810/task/19811/stat : 19811 (java) R 19807 19810 12316 0 -1 4202560 2420 0 1 0 305 2 0 0 20 0 19 0 106277122 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924314067528 139924146145998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19813] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19813/stat : 19813 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924275559208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19814] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19814/stat : 19814 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924274506408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19815] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19815/stat : 19815 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924273454120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19810/tid=19816] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19816/stat : 19816 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924272401320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19817] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19817/stat : 19817 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924271348008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19818] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19818/stat : 19818 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924270295208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19819] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19819/stat : 19819 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924269242920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19820] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19820/stat : 19820 (java) S 19807 19810 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924268190120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19821] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19821/stat : 19821 (java) S 19807 19810 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924138326760 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19822] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19822/stat : 19822 (java) S 19807 19810 12316 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924137272824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19823] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19823/stat : 19823 (java) S 19807 19810 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924136220424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19824] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19824/stat : 19824 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924135168912 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19825] ppid=19807 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/19810/task/19825/stat : 19825 (java) S 19807 19810 12316 0 -1 4202560 2717 0 0 0 19 0 0 0 20 0 19 0 106277126 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924134115512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19826] ppid=19807 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19810/task/19826/stat : 19826 (java) S 19807 19810 12316 0 -1 4202560 2646 0 0 0 20 0 0 0 20 0 19 0 106277126 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924133062712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19827] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19827/stat : 19827 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924132010616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19828] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19828/stat : 19828 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139924130958024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19829] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19829/stat : 19829 (java) S 19807 19810 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106277136 9856040960 10951 33554432000 1073741824 1073778376 140734944640016 139923122283944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.00 2.00 2.18 3/213 19829
/proc/meminfo: memFree=31616296/32872528 swapFree=11320/319964
[pid=19810] ppid=19807 vsize=9625040 CPUtime=6.69 cores=1,3,5,7
/proc/19810/stat : 19810 (java) S 19807 19810 12316 0 -1 4202496 9059 0 1 0 667 2 0 0 20 0 19 0 106277121 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 140734944631152 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19810/statm: 2406260 11672 2257 9 0 2396937 0
[pid=19810/tid=19811] ppid=19807 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/19810/task/19811/stat : 19811 (java) R 19807 19810 12316 0 -1 4202560 2424 0 1 0 624 2 0 0 20 0 19 0 106277122 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 139924314058448 139924146155406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19813] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19813/stat : 19813 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 139924275559208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19814] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19814/stat : 19814 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 139924274506408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19815] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19815/stat : 19815 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 139924273454120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19810/tid=19816] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19816/stat : 19816 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 139924272401320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19817] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19817/stat : 19817 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 139924271348008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19818] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19818/stat : 19818 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 139924270295208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19819] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19819/stat : 19819 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 139924269242920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19820] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19820/stat : 19820 (java) S 19807 19810 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106277123 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 139924268190120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19821] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19821/stat : 19821 (java) S 19807 19810 12316 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 139924138326760 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19822] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19822/stat : 19822 (java) S 19807 19810 12316 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 139924137272824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19823] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19823/stat : 19823 (java) S 19807 19810 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 139924136220424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19824] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19824/stat : 19824 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 139924135168912 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19825] ppid=19807 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/19810/task/19825/stat : 19825 (java) S 19807 19810 12316 0 -1 4202560 2717 0 0 0 19 0 0 0 20 0 19 0 106277126 9856040960 11672 33554432000 1073741824 1073778376 140734944640016 139924134115512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19826] ppid=19807 vsize=9625040 CPUtime=0.2 cores=1,3,5,7

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

[pid=19810/tid=19822] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19822/stat : 19822 (java) S 19807 19810 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924137272824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19823] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19823/stat : 19823 (java) S 19807 19810 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924136220424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19824] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19824/stat : 19824 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924135168912 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19825] ppid=19807 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19810/task/19825/stat : 19825 (java) S 19807 19810 12316 0 -1 4202560 2854 0 0 0 22 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924134115512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19826] ppid=19807 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19810/task/19826/stat : 19826 (java) S 19807 19810 12316 0 -1 4202560 2646 0 0 0 20 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924133062712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19827] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19827/stat : 19827 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924132010616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19828] ppid=19807 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/19810/task/19828/stat : 19828 (java) S 19807 19810 12316 0 -1 4202560 100 0 0 0 31 43 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924130958024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19829] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19829/stat : 19829 (java) S 19807 19810 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106277136 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139923122283944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.2
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/213 19873
/proc/meminfo: memFree=31273472/32872528 swapFree=11320/319964
[pid=19810] ppid=19807 vsize=9625040 CPUtime=1783.21 cores=1,3,5,7
/proc/19810/stat : 19810 (java) S 19807 19810 12316 0 -1 4202496 9973 0 1 0 178279 42 0 0 20 0 19 0 106277121 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 140734944631152 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19810/statm: 2406260 57163 2271 9 0 2396937 0
[pid=19810/tid=19811] ppid=19807 vsize=9625040 CPUtime=1782.14 cores=1,3,5,7
/proc/19810/task/19811/stat : 19811 (java) R 19807 19810 12316 0 -1 4202560 2486 0 1 0 178181 33 0 0 20 0 19 0 106277122 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924314058432 139924146145825 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19813] ppid=19807 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19810/task/19813/stat : 19813 (java) S 19807 19810 12316 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924275559208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19814] ppid=19807 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19810/task/19814/stat : 19814 (java) S 19807 19810 12316 0 -1 4202560 118 0 0 0 3 1 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924274506408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19815] ppid=19807 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19810/task/19815/stat : 19815 (java) S 19807 19810 12316 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924273454120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19816] ppid=19807 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19810/task/19816/stat : 19816 (java) S 19807 19810 12316 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924272401320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19817] ppid=19807 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19810/task/19817/stat : 19817 (java) S 19807 19810 12316 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924271348008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19810/tid=19818] ppid=19807 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19810/task/19818/stat : 19818 (java) S 19807 19810 12316 0 -1 4202560 123 0 0 0 2 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924270295208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19819] ppid=19807 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19810/task/19819/stat : 19819 (java) S 19807 19810 12316 0 -1 4202560 154 0 0 0 3 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924269242920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19820] ppid=19807 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19810/task/19820/stat : 19820 (java) S 19807 19810 12316 0 -1 4202560 140 0 0 0 3 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924268190120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19821] ppid=19807 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19810/task/19821/stat : 19821 (java) S 19807 19810 12316 0 -1 4202560 33 0 0 0 1 1 0 0 20 0 19 0 106277124 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924138326760 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19822] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19822/stat : 19822 (java) S 19807 19810 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924137272824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19823] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19823/stat : 19823 (java) S 19807 19810 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924136220424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19824] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19824/stat : 19824 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924135168912 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19825] ppid=19807 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19810/task/19825/stat : 19825 (java) S 19807 19810 12316 0 -1 4202560 2854 0 0 0 22 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924134115512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19826] ppid=19807 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19810/task/19826/stat : 19826 (java) S 19807 19810 12316 0 -1 4202560 2646 0 0 0 20 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924133062712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19827] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19827/stat : 19827 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924132010616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19828] ppid=19807 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/19810/task/19828/stat : 19828 (java) S 19807 19810 12316 0 -1 4202560 104 0 0 0 31 46 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924130958024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19829] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19829/stat : 19829 (java) S 19807 19810 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106277136 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139923122283944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.21
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.1 s]
/proc/loadavg: 2.07 2.03 2.04 3/213 19939
/proc/meminfo: memFree=31437048/32872528 swapFree=11320/319964
[pid=19810] ppid=19807 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/19810/stat : 19810 (java) S 19807 19810 12316 0 -1 4202496 9973 0 1 0 179959 43 0 0 20 0 19 0 106277121 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 140734944631152 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19810/statm: 2406260 57163 2271 9 0 2396937 0
[pid=19810/tid=19811] ppid=19807 vsize=9625040 CPUtime=1798.94 cores=1,3,5,7
/proc/19810/task/19811/stat : 19811 (java) R 19807 19810 12316 0 -1 4202560 2486 0 1 0 179861 33 0 0 20 0 19 0 106277122 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924314058432 139924146133591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19813] ppid=19807 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19810/task/19813/stat : 19813 (java) S 19807 19810 12316 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924275559208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19814] ppid=19807 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19810/task/19814/stat : 19814 (java) S 19807 19810 12316 0 -1 4202560 118 0 0 0 3 1 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924274506408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19815] ppid=19807 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19810/task/19815/stat : 19815 (java) S 19807 19810 12316 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924273454120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19816] ppid=19807 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19810/task/19816/stat : 19816 (java) S 19807 19810 12316 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924272401320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19817] ppid=19807 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19810/task/19817/stat : 19817 (java) S 19807 19810 12316 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924271348008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19810/tid=19818] ppid=19807 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19810/task/19818/stat : 19818 (java) S 19807 19810 12316 0 -1 4202560 123 0 0 0 2 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924270295208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19819] ppid=19807 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19810/task/19819/stat : 19819 (java) S 19807 19810 12316 0 -1 4202560 154 0 0 0 3 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924269242920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19820] ppid=19807 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19810/task/19820/stat : 19820 (java) S 19807 19810 12316 0 -1 4202560 140 0 0 0 3 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924268190120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19821] ppid=19807 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19810/task/19821/stat : 19821 (java) S 19807 19810 12316 0 -1 4202560 33 0 0 0 1 1 0 0 20 0 19 0 106277124 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924138326760 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19822] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19822/stat : 19822 (java) S 19807 19810 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924137272824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19823] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19823/stat : 19823 (java) S 19807 19810 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924136220424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19824] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19824/stat : 19824 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924135168912 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19825] ppid=19807 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19810/task/19825/stat : 19825 (java) S 19807 19810 12316 0 -1 4202560 2854 0 0 0 22 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924134115512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19826] ppid=19807 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19810/task/19826/stat : 19826 (java) S 19807 19810 12316 0 -1 4202560 2646 0 0 0 20 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924133062712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19827] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19827/stat : 19827 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924132010616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19828] ppid=19807 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/19810/task/19828/stat : 19828 (java) S 19807 19810 12316 0 -1 4202560 104 0 0 0 31 47 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924130958024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19829] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19829/stat : 19829 (java) S 19807 19810 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106277136 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139923122283944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 19810 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1799.1 s]
/proc/loadavg: 2.07 2.03 2.04 3/213 19939
/proc/meminfo: memFree=31437048/32872528 swapFree=11320/319964
[pid=19810] ppid=19807 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/19810/stat : 19810 (java) S 19807 19810 12316 0 -1 4202496 9973 0 1 0 179959 43 0 0 20 0 19 0 106277121 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 140734944631152 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19810/statm: 2406260 57163 2271 9 0 2396937 0
[pid=19810/tid=19811] ppid=19807 vsize=9625040 CPUtime=1798.94 cores=1,3,5,7
/proc/19810/task/19811/stat : 19811 (java) R 19807 19810 12316 0 -1 4202560 2486 0 1 0 179861 33 0 0 20 0 19 0 106277122 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924314058432 139924146133591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19813] ppid=19807 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19810/task/19813/stat : 19813 (java) S 19807 19810 12316 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924275559208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19814] ppid=19807 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19810/task/19814/stat : 19814 (java) S 19807 19810 12316 0 -1 4202560 118 0 0 0 3 1 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924274506408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19815] ppid=19807 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19810/task/19815/stat : 19815 (java) S 19807 19810 12316 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924273454120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19816] ppid=19807 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19810/task/19816/stat : 19816 (java) S 19807 19810 12316 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924272401320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19817] ppid=19807 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/19810/task/19817/stat : 19817 (java) S 19807 19810 12316 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924271348008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19810/tid=19818] ppid=19807 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19810/task/19818/stat : 19818 (java) S 19807 19810 12316 0 -1 4202560 123 0 0 0 2 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924270295208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19819] ppid=19807 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19810/task/19819/stat : 19819 (java) S 19807 19810 12316 0 -1 4202560 154 0 0 0 3 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924269242920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19820] ppid=19807 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/19810/task/19820/stat : 19820 (java) S 19807 19810 12316 0 -1 4202560 140 0 0 0 3 0 0 0 20 0 19 0 106277123 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924268190120 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19821] ppid=19807 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19810/task/19821/stat : 19821 (java) S 19807 19810 12316 0 -1 4202560 33 0 0 0 1 1 0 0 20 0 19 0 106277124 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924138326760 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19822] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19822/stat : 19822 (java) S 19807 19810 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924137272824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19823] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19823/stat : 19823 (java) S 19807 19810 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106277124 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924136220424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19824] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19824/stat : 19824 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924135168912 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19825] ppid=19807 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19810/task/19825/stat : 19825 (java) S 19807 19810 12316 0 -1 4202560 2854 0 0 0 22 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924134115512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19810/tid=19826] ppid=19807 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19810/task/19826/stat : 19826 (java) S 19807 19810 12316 0 -1 4202560 2646 0 0 0 20 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924133062712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19827] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19827/stat : 19827 (java) S 19807 19810 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924132010616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19810/tid=19828] ppid=19807 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/19810/task/19828/stat : 19828 (java) S 19807 19810 12316 0 -1 4202560 104 0 0 0 31 47 0 0 20 0 19 0 106277126 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139924130958024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19810/tid=19829] ppid=19807 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19810/task/19829/stat : 19829 (java) S 19807 19810 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106277136 9856040960 57163 33554432000 1073741824 1073778376 140734944640016 139923122283944 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1799.13
CPU time (s): 1800.72
CPU user time (s): 1799.76
CPU system time (s): 0.959854
CPU usage (%): 100.088
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.959854
maximum resident set size= 228800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10017
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38087
involuntary context switches= 3595

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6994 second user time and 13.8249 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-06 22:03:58
IDJOB=4085443
IDBENCH=2900
IDSOLVER=2546
FILE ID=node128/4085443-1465243438
RUNJOBID= node128-1465241631-17482
PBS_JOBID= 19843236
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085443-1465243438/watcher-4085443-1465243438 -o /tmp/evaluation-result-4085443-1465243438/solver-4085443-1465243438 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465241631-17482 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085443-1465243438.opb

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

MD5SUM BENCH= 487945ea0e229650aa78cf341d4ff673
RANDOM SEED=756979010

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:        31668112 kB
Buffers:           39024 kB
Cached:            98836 kB
SwapCached:         1656 kB
Active:            96836 kB
Inactive:          75528 kB
Active(anon):      36464 kB
Inactive(anon):      528 kB
Active(file):      60372 kB
Inactive(file):    75000 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098468 kB
Dirty:              1800 kB
Writeback:             0 kB
AnonPages:        361728 kB
Mapped:            15216 kB
Shmem:                 0 kB
Slab:             569628 kB
SReclaimable:      12656 kB
SUnreclaim:       556972 kB
KernelStack:        1592 kB
PageTables:         5128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1008964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 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= 71748 MiB
End job on node128 at 2016-06-06 22:33:58