Trace number 4099519

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.72 1775.94

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl40_50_pb.cnf.cr.opb
MD5SUMfe9566a2c8ff9ee542e29a30eb3c6e16
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.024995
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables4000
Total number of constraints180
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint50
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 51
Number of bits of the biggest sum of numbers6
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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4099519-1466206117.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.29/0.23	c ... done. Wall clock time 0.13s.
0.29/0.23	c declared #vars     4000
0.29/0.23	c #constraints  180
0.29/0.23	c constraints type 
0.29/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.29/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.29/0.23	c 180 constraints processed.
0.97/0.69	c cleaning 2492 clauses out of 5001 with flag 33050/5001
1.69/1.29	c cleaning 4250 clauses out of 8511 with flag 72771/11003
2.53/2.02	c cleaning 5345 clauses out of 11259 with flag 136136/18001
4.74/4.22	c cleaning 6953 clauses out of 13913 with flag 278698/26000
7.17/6.64	c cleaning 7977 clauses out of 15961 with flag 418013/35001
10.51/9.95	c cleaning 8989 clauses out of 17983 with flag 562727/45000
14.40/13.81	c cleaning 9994 clauses out of 19995 with flag 731903/56001
19.06/18.39	c cleaning 10997 clauses out of 22000 with flag 899364/68000
23.47/22.77	c cleaning 11999 clauses out of 24003 with flag 1008723/81000
28.56/27.63	c cleaning 12999 clauses out of 26004 with flag 1134523/95000
33.36/32.42	c cleaning 13999 clauses out of 28005 with flag 1240671/110000
39.89/38.74	c cleaning 14999 clauses out of 30006 with flag 1365371/126000
46.58/45.37	c cleaning 16001 clauses out of 32007 with flag 1500825/143000
53.00/51.76	c cleaning 16998 clauses out of 34008 with flag 1671299/161002
61.24/59.80	c cleaning 18000 clauses out of 36008 with flag 1845176/180000
69.42/67.73	c cleaning 19002 clauses out of 38012 with flag 1990500/200004
78.55/76.59	c cleaning 19995 clauses out of 40007 with flag 2149681/221001
88.19/86.05	c cleaning 20999 clauses out of 42011 with flag 2315753/243000
98.78/96.43	c cleaning 21997 clauses out of 44013 with flag 2494889/266001
109.43/106.96	c cleaning 23002 clauses out of 46016 with flag 2680241/290001
120.59/117.91	c cleaning 24001 clauses out of 48016 with flag 2862941/315003
133.15/130.31	c cleaning 24998 clauses out of 50012 with flag 3063839/341000
146.52/143.44	c cleaning 25999 clauses out of 52017 with flag 3264799/368003
161.02/157.76	c cleaning 26991 clauses out of 54016 with flag 3480122/396001
176.41/172.94	c cleaning 27996 clauses out of 56025 with flag 3692428/425001
192.64/188.91	c cleaning 29001 clauses out of 58029 with flag 3910452/455001
208.99/205.16	c cleaning 30000 clauses out of 60027 with flag 4125404/486000
227.91/223.83	c cleaning 30997 clauses out of 62028 with flag 4376428/518001
244.53/240.24	c cleaning 32000 clauses out of 64030 with flag 4692487/551000
263.20/258.69	c cleaning 32997 clauses out of 66030 with flag 5045178/585000
282.92/278.02	c cleaning 33994 clauses out of 68033 with flag 5374844/620000
303.44/298.28	c cleaning 35001 clauses out of 70039 with flag 5723297/656000
327.26/321.71	c cleaning 36001 clauses out of 72038 with flag 6119216/693000
352.68/346.89	c cleaning 36997 clauses out of 74037 with flag 6528420/731000
376.69/370.56	c cleaning 38002 clauses out of 76040 with flag 6909578/770000
401.90/395.41	c cleaning 39003 clauses out of 78042 with flag 7264014/810004
426.37/419.53	c cleaning 40006 clauses out of 80042 with flag 7589920/851007
453.81/446.59	c cleaning 40998 clauses out of 82029 with flag 8010153/893000
480.55/472.99	c cleaning 41991 clauses out of 84031 with flag 8423138/936000
511.30/503.31	c cleaning 42995 clauses out of 86041 with flag 8857687/980001
537.08/528.87	c cleaning 43993 clauses out of 88047 with flag 9198434/1025002
561.05/552.42	c cleaning 45002 clauses out of 90053 with flag 9524413/1071001
596.59/587.61	c cleaning 46001 clauses out of 92053 with flag 10008049/1118003
633.48/624.06	c cleaning 47002 clauses out of 94049 with flag 10489863/1166000
671.56/661.73	c cleaning 47993 clauses out of 96047 with flag 11010070/1215000
711.40/701.29	c cleaning 49006 clauses out of 98059 with flag 11524571/1265005
745.55/734.81	c cleaning 49996 clauses out of 100048 with flag 12030373/1316000
784.05/772.80	c cleaning 51006 clauses out of 102053 with flag 12665580/1368001
819.57/807.85	c cleaning 52001 clauses out of 104046 with flag 13287961/1421000
855.27/842.90	c cleaning 53000 clauses out of 106045 with flag 13941440/1475000
884.70/871.84	c cleaning 54000 clauses out of 108046 with flag 14404295/1530001
911.01/897.67	c cleaning 55000 clauses out of 110046 with flag 14850396/1586001
943.68/929.80	c cleaning 56004 clauses out of 112047 with flag 15282204/1643002
979.83/965.64	c cleaning 56998 clauses out of 114041 with flag 15770017/1701000
1013.97/999.45	c cleaning 57999 clauses out of 116045 with flag 16240496/1760002
1053.70/1038.84	c cleaning 58997 clauses out of 118044 with flag 16762822/1820000
1096.09/1080.60	c cleaning 60004 clauses out of 120047 with flag 17332422/1881000
1136.65/1120.77	c cleaning 61001 clauses out of 122043 with flag 17880452/1943000
1175.72/1159.21	c cleaning 61999 clauses out of 124042 with flag 18483624/2006000
1218.35/1201.48	c cleaning 62999 clauses out of 126043 with flag 19029442/2070000
1266.01/1248.48	c cleaning 64006 clauses out of 128047 with flag 19544096/2135003
1314.17/1295.93	c cleaning 65005 clauses out of 130048 with flag 20126087/2201010
1362.06/1343.44	c cleaning 65997 clauses out of 132037 with flag 20724324/2268004
1419.60/1400.25	c cleaning 66997 clauses out of 134037 with flag 21433967/2336001
1477.24/1457.20	c cleaning 67992 clauses out of 136039 with flag 22219494/2405000
1519.71/1499.12	c cleaning 69004 clauses out of 138047 with flag 22832363/2475000
1571.50/1550.23	c cleaning 69999 clauses out of 140043 with flag 23450288/2546000
1641.26/1619.30	c cleaning 70989 clauses out of 142044 with flag 24209763/2618000
1714.00/1691.13	c cleaning 72011 clauses out of 144062 with flag 24952065/2691007
1781.07/1757.36	c cleaning 72996 clauses out of 146044 with flag 25745053/2765000
1800.09/1775.90	c starts		: 974
1800.09/1775.90	c conflicts		: 2793484
1800.09/1775.90	c decisions		: 4428242
1800.09/1775.90	c propagations		: 93813847
1800.09/1775.90	c inspects		: 21932372601
1800.09/1775.90	c shortcuts		: 0
1800.09/1775.90	c learnt literals	: 0
1800.09/1775.90	c learnt binary clauses	: 0
1800.09/1775.90	c learnt ternary clauses	: 0
1800.09/1775.90	c learnt constraints	: 2793484
1800.09/1775.90	c ignored constraints	: 0
1800.09/1775.90	c root simplifications	: 0
1800.09/1775.90	c removed literals (reason simplification)	: 0
1800.09/1775.90	c reason swapping (by a shorter reason)	: 0
1800.09/1775.90	c Calls to reduceDB	: 70
1800.09/1775.90	c Number of update (reduction) of LBD	: 1807883
1800.09/1775.90	c Imported unit clauses	: 0
1800.09/1775.90	c number of reductions to clauses (during analyze)	: 0
1800.09/1775.90	c number of learned constraints concerned by reduction	: 0
1800.09/1775.90	c number of learning phase by resolution	: 0
1800.09/1775.90	c timeout
1800.09/1775.90	c number of learning phase by cutting planes	: 0
1800.09/1775.90	c speed (assignments/second)	: 52833.13725633749
1800.09/1775.90	c non guided choices	9908
1800.09/1775.93	c learnt constraints type 
1800.09/1775.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 101532
1800.09/1775.93	s UNKNOWN
1800.09/1775.93	c Total wall clock time (in seconds): 1775.826

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-4099519-1466206117/watcher-4099519-1466206117 -o /tmp/evaluation-result-4099519-1466206117/solver-4099519-1466206117 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099519-1466206117.opb 

pid=12496
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: 1.05 0.43 0.24 2/194 12499
/proc/meminfo: memFree=30453784/32872528 swapFree=1402776/1580604
[pid=12499] ppid=12496 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 10680 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 22657449 95129600 927 33554432000 1073741824 1073778376 140733567890496 140733567881632 248793563197 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12499/statm: 23528 929 703 9 0 16769 0
[pid=12499/tid=12500] ppid=12496 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12500/stat : 12500 (java) R 12496 12499 10680 0 -1 4202560 94 0 0 0 0 0 0 0 20 0 2 0 22657449 98635776 949 33554432000 1073741824 1073778376 140733567890496 140011751284264 248780995137 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 1.05 0.43 0.24 2/194 12499
/proc/meminfo: memFree=30453784/32872528 swapFree=1402776/1580604
[pid=12499] ppid=12496 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 10680 0 -1 4202496 4452 0 1 0 9 1 0 0 20 0 18 0 22657449 9787879424 6082 33554432000 1073741824 1073778376 140733567890496 140733567881632 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12499/statm: 2389619 6083 2151 9 0 2380296 0
[pid=12499/tid=12500] ppid=12496 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12499/task/12500/stat : 12500 (java) R 12496 12499 10680 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 22657449 9787879424 6085 33554432000 1073741824 1073778376 140733567890496 140011751287712 248793589005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200319 s]
/proc/loadavg: 1.05 0.43 0.24 2/194 12499
/proc/meminfo: memFree=30453784/32872528 swapFree=1402776/1580604
[pid=12499] ppid=12496 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 10680 0 -1 4202496 4953 0 1 0 28 1 0 0 20 0 18 0 22657449 9787879424 7488 33554432000 1073741824 1073778376 140733567890496 140733567881632 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12499/statm: 2389619 7488 2217 9 0 2380296 0
[pid=12499/tid=12500] ppid=12496 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/12499/task/12500/stat : 12500 (java) R 12496 12499 10680 0 -1 4202560 2397 0 1 0 16 1 0 0 20 0 18 0 22657449 9787879424 7488 33554432000 1073741824 1073778376 140733567890496 140011751287712 140011588625537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300291 s]
/proc/loadavg: 1.05 0.43 0.24 2/194 12499
/proc/meminfo: memFree=30453784/32872528 swapFree=1402776/1580604
[pid=12499] ppid=12496 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 10680 0 -1 4202496 6706 0 1 0 51 1 0 0 20 0 19 0 22657449 9856040960 9542 33554432000 1073741824 1073778376 140733567890496 140733567881632 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12499/statm: 2406260 9542 2245 9 0 2396937 0
[pid=12499/tid=12500] ppid=12496 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12499/task/12500/stat : 12500 (java) R 12496 12499 10680 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 19 0 22657449 9856040960 9542 33554432000 1073741824 1073778376 140733567890496 140011751289472 140011758439888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700256 s]
/proc/loadavg: 1.05 0.43 0.24 2/194 12499
/proc/meminfo: memFree=30453784/32872528 swapFree=1402776/1580604
[pid=12499] ppid=12496 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 10680 0 -1 4202496 7358 0 1 0 109 2 0 0 20 0 19 0 22657449 9856040960 11145 33554432000 1073741824 1073778376 140733567890496 140733567881632 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12499/statm: 2406260 11145 2254 9 0 2396937 0
[pid=12499/tid=12500] ppid=12496 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/12499/task/12500/stat : 12500 (java) R 12496 12499 10680 0 -1 4202560 2410 0 1 0 66 1 0 0 20 0 19 0 22657449 9856040960 11145 33554432000 1073741824 1073778376 140733567890496 140011751289472 140011589056960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 1.20 0.47 0.25 3/213 12518
/proc/meminfo: memFree=30398328/32872528 swapFree=1402776/1580604
[pid=12499] ppid=12496 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 10680 0 -1 4202496 9005 0 1 0 200 2 0 0 20 0 19 0 22657449 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140733567881632 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12499/statm: 2406260 14227 2258 9 0 2396937 0
[pid=12499/tid=12500] ppid=12496 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/12499/task/12500/stat : 12500 (java) R 12496 12499 10680 0 -1 4202560 2416 0 1 0 146 2 0 0 20 0 19 0 22657449 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140011751288048 140011589137631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12502] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12502/stat : 12502 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140011712780968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12503] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12503/stat : 12503 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140011711728424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12504] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12504/stat : 12504 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140011710675880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12505] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12505/stat : 12505 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140011709623336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12506] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12506/stat : 12506 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140011708569768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12507] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12507/stat : 12507 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140011707517224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12508] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12508/stat : 12508 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140011588544936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12509] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12509/stat : 12509 (java) S 12496 12499 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140011587492392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12510] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12510/stat : 12510 (java) S 12496 12499 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22657451 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140011575294568 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12511] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12511/stat : 12511 (java) S 12496 12499 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22657452 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140011574240888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12512] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12512/stat : 12512 (java) S 12496 12499 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657452 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140011573188232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12513] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12513/stat : 12513 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140010833570832 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12514] ppid=12496 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/12499/task/12514/stat : 12514 (java) S 12496 12499 10680 0 -1 4202560 2466 0 0 0 25 0 0 0 20 0 19 0 22657454 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140010832517176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12515] ppid=12496 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/12499/task/12515/stat : 12515 (java) S 12496 12499 10680 0 -1 4202560 2846 0 0 0 26 0 0 0 20 0 19 0 22657454 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140010831464632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12516] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12516/stat : 12516 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140010830412280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12517] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12517/stat : 12517 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140010829359944 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12518] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12518/stat : 12518 (java) S 12496 12499 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22657473 9856040960 14227 33554432000 1073741824 1073778376 140733567890496 140010828305704 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 1.20 0.47 0.25 4/213 12518
/proc/meminfo: memFree=30373008/32872528 swapFree=1402776/1580604
[pid=12499] ppid=12496 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 10680 0 -1 4202496 9019 0 1 0 361 3 0 0 20 0 19 0 22657449 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140733567881632 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12499/statm: 2406260 20883 2258 9 0 2396937 0
[pid=12499/tid=12500] ppid=12496 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/12499/task/12500/stat : 12500 (java) R 12496 12499 10680 0 -1 4202560 2429 0 1 0 305 2 0 0 20 0 19 0 22657449 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140011751287200 140011589093411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12502] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12502/stat : 12502 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140011712780968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12503] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12503/stat : 12503 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140011711728424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12504] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12504/stat : 12504 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140011710675880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12505] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12505/stat : 12505 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140011709623336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12506] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12506/stat : 12506 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140011708569768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12507] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12507/stat : 12507 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140011707517224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12508] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12508/stat : 12508 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140011588544936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12509] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12509/stat : 12509 (java) S 12496 12499 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140011587492392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12510] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12510/stat : 12510 (java) S 12496 12499 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22657451 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140011575294568 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12511] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12511/stat : 12511 (java) S 12496 12499 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22657452 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140011574240888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12512] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12512/stat : 12512 (java) S 12496 12499 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657452 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140011573188232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12513] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12513/stat : 12513 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140010833570832 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12514] ppid=12496 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/12499/task/12514/stat : 12514 (java) S 12496 12499 10680 0 -1 4202560 2467 0 0 0 26 0 0 0 20 0 19 0 22657454 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140010832517176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12515] ppid=12496 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/12499/task/12515/stat : 12515 (java) S 12496 12499 10680 0 -1 4202560 2846 0 0 0 26 0 0 0 20 0 19 0 22657454 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140010831464632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12516] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12516/stat : 12516 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140010830412280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12517] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12517/stat : 12517 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140010829359944 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12518] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12518/stat : 12518 (java) S 12496 12499 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22657473 9856040960 20883 33554432000 1073741824 1073778376 140733567890496 140010828305704 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 1.20 0.47 0.25 3/213 12518
/proc/meminfo: memFree=30282596/32872528 swapFree=1402776/1580604
[pid=12499] ppid=12496 vsize=9625040 CPUtime=6.86 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 10680 0 -1 4202496 9051 0 1 0 682 4 0 0 20 0 19 0 22657449 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140733567881632 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12499/statm: 2406260 35733 2259 9 0 2396937 0
[pid=12499/tid=12500] ppid=12496 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/12499/task/12500/stat : 12500 (java) R 12496 12499 10680 0 -1 4202560 2459 0 1 0 624 3 0 0 20 0 19 0 22657449 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140011751289112 140011589052192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12502] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12502/stat : 12502 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140011712780968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12503] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12503/stat : 12503 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140011711728424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12504] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12504/stat : 12504 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140011710675880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12505] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12505/stat : 12505 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140011709623336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12506] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12506/stat : 12506 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140011708569768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12507] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12507/stat : 12507 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140011707517224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12508] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12508/stat : 12508 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140011588544936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12509] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12509/stat : 12509 (java) S 12496 12499 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22657450 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140011587492392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12510] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12510/stat : 12510 (java) S 12496 12499 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22657451 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140011575294568 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12511] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12511/stat : 12511 (java) S 12496 12499 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22657452 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140011574240888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12512] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12512/stat : 12512 (java) S 12496 12499 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657452 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140011573188232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12513] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12513/stat : 12513 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140010833570832 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12514] ppid=12496 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/12499/task/12514/stat : 12514 (java) S 12496 12499 10680 0 -1 4202560 2468 0 0 0 28 0 0 0 20 0 19 0 22657454 9856040960 35733 33554432000 1073741824 1073778376 140733567890496 140010832517176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12515] ppid=12496 vsize=9625040 CPUtime=0.27 cores=1,3,5,7

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

[pid=12499/tid=12511] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12511/stat : 12511 (java) S 12496 12499 10680 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22657452 9856040960 180048 33554432000 1073741824 1073778376 140733567890496 140011574240888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12512] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12512/stat : 12512 (java) S 12496 12499 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22657452 9856040960 180048 33554432000 1073741824 1073778376 140733567890496 140011573188232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12513] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12513/stat : 12513 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 180048 33554432000 1073741824 1073778376 140733567890496 140010833570832 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12514] ppid=12496 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12499/task/12514/stat : 12514 (java) S 12496 12499 10680 0 -1 4202560 2470 0 0 0 29 0 0 0 20 0 19 0 22657454 9856040960 180048 33554432000 1073741824 1073778376 140733567890496 140010832517176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12515] ppid=12496 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12499/task/12515/stat : 12515 (java) S 12496 12499 10680 0 -1 4202560 2846 0 0 0 27 0 0 0 20 0 19 0 22657454 9856040960 180048 33554432000 1073741824 1073778376 140733567890496 140010831464632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12516] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12516/stat : 12516 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 180048 33554432000 1073741824 1073778376 140733567890496 140010830412280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12517] ppid=12496 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/12499/task/12517/stat : 12517 (java) S 12496 12499 10680 0 -1 4202560 98 0 0 0 32 36 0 0 20 0 19 0 22657454 9856040960 180048 33554432000 1073741824 1073778376 140733567890496 140010829359944 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12518] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12518/stat : 12518 (java) S 12496 12499 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22657473 9856040960 180048 33554432000 1073741824 1073778376 140733567890496 140010828305704 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1685.05
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.20 2.21 1.90 3/213 12562
/proc/meminfo: memFree=29231112/32872528 swapFree=1402776/1580604
[pid=12499] ppid=12496 vsize=9625040 CPUtime=1745.76 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 10680 0 -1 4202496 37389 0 1 0 174183 393 0 0 20 0 19 0 22657449 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140733567881632 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12499/statm: 2406260 186187 2281 9 0 2396937 0
[pid=12499/tid=12500] ppid=12496 vsize=9625040 CPUtime=1706.56 cores=1,3,5,7
/proc/12499/task/12500/stat : 12500 (java) R 12496 12499 10680 0 -1 4202560 2835 0 1 0 170624 32 0 0 20 0 19 0 22657449 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140011751288032 140011589148980 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12502] ppid=12496 vsize=9625040 CPUtime=4.04 cores=1,3,5,7
/proc/12499/task/12502/stat : 12502 (java) S 12496 12499 10680 0 -1 4202560 3760 0 0 0 363 41 0 0 20 0 19 0 22657450 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140011712780968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12503] ppid=12496 vsize=9625040 CPUtime=4 cores=1,3,5,7
/proc/12499/task/12503/stat : 12503 (java) S 12496 12499 10680 0 -1 4202560 2348 0 0 0 360 40 0 0 20 0 19 0 22657450 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140011711728424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12504] ppid=12496 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/12499/task/12504/stat : 12504 (java) S 12496 12499 10680 0 -1 4202560 2668 0 0 0 339 41 0 0 20 0 19 0 22657450 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140011710675880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12505] ppid=12496 vsize=9625040 CPUtime=4.07 cores=1,3,5,7
/proc/12499/task/12505/stat : 12505 (java) S 12496 12499 10680 0 -1 4202560 2949 0 0 0 362 45 0 0 20 0 19 0 22657450 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140011709623336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12506] ppid=12496 vsize=9625040 CPUtime=3.99 cores=1,3,5,7
/proc/12499/task/12506/stat : 12506 (java) S 12496 12499 10680 0 -1 4202560 2945 0 0 0 354 45 0 0 20 0 19 0 22657450 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140011708569768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12507] ppid=12496 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/12499/task/12507/stat : 12507 (java) S 12496 12499 10680 0 -1 4202560 3366 0 0 0 345 44 0 0 20 0 19 0 22657450 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140011707517224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12508] ppid=12496 vsize=9625040 CPUtime=4.18 cores=1,3,5,7
/proc/12499/task/12508/stat : 12508 (java) S 12496 12499 10680 0 -1 4202560 3859 0 0 0 375 43 0 0 20 0 19 0 22657450 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140011588544936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12509] ppid=12496 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/12499/task/12509/stat : 12509 (java) S 12496 12499 10680 0 -1 4202560 2687 0 0 0 344 45 0 0 20 0 19 0 22657450 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140011587492392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12510] ppid=12496 vsize=9625040 CPUtime=6.38 cores=1,3,5,7
/proc/12499/task/12510/stat : 12510 (java) S 12496 12499 10680 0 -1 4202560 3290 0 0 0 629 9 0 0 20 0 19 0 22657451 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140011575294568 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12511] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12511/stat : 12511 (java) S 12496 12499 10680 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22657452 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140011574240888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12512] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12512/stat : 12512 (java) S 12496 12499 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22657452 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140011573188232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12513] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12513/stat : 12513 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140010833570832 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12514] ppid=12496 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12499/task/12514/stat : 12514 (java) S 12496 12499 10680 0 -1 4202560 2470 0 0 0 29 0 0 0 20 0 19 0 22657454 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140010832517176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12515] ppid=12496 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12499/task/12515/stat : 12515 (java) S 12496 12499 10680 0 -1 4202560 2846 0 0 0 27 0 0 0 20 0 19 0 22657454 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140010831464632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12516] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12516/stat : 12516 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140010830412280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12517] ppid=12496 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/12499/task/12517/stat : 12517 (java) S 12496 12499 10680 0 -1 4202560 102 0 0 0 33 38 0 0 20 0 19 0 22657454 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140010829359944 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12518] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12518/stat : 12518 (java) S 12496 12499 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22657473 9856040960 186187 33554432000 1073741824 1073778376 140733567890496 140010828305704 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1745.76
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.9 s]
/proc/loadavg: 2.20 2.20 1.91 3/213 12563
/proc/meminfo: memFree=29188540/32872528 swapFree=1402776/1580604
[pid=12499] ppid=12496 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 10680 0 -1 4202496 39440 0 1 0 179604 405 0 0 20 0 19 0 22657449 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140733567881632 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12499/statm: 2406260 205460 2281 9 0 2396937 0
[pid=12499/tid=12500] ppid=12496 vsize=9625040 CPUtime=1759.67 cores=1,3,5,7
/proc/12499/task/12500/stat : 12500 (java) R 12496 12499 10680 0 -1 4202560 2847 0 1 0 175934 33 0 0 20 0 19 0 22657449 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011751288032 140011589056972 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12502] ppid=12496 vsize=9625040 CPUtime=4.16 cores=1,3,5,7
/proc/12499/task/12502/stat : 12502 (java) S 12496 12499 10680 0 -1 4202560 4049 0 0 0 373 43 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011712780968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12503] ppid=12496 vsize=9625040 CPUtime=4.16 cores=1,3,5,7
/proc/12499/task/12503/stat : 12503 (java) S 12496 12499 10680 0 -1 4202560 2865 0 0 0 374 42 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011711728424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12504] ppid=12496 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/12499/task/12504/stat : 12504 (java) S 12496 12499 10680 0 -1 4202560 2680 0 0 0 349 42 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011710675880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12505] ppid=12496 vsize=9625040 CPUtime=4.22 cores=1,3,5,7
/proc/12499/task/12505/stat : 12505 (java) S 12496 12499 10680 0 -1 4202560 3221 0 0 0 375 47 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011709623336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12506] ppid=12496 vsize=9625040 CPUtime=4.11 cores=1,3,5,7
/proc/12499/task/12506/stat : 12506 (java) S 12496 12499 10680 0 -1 4202560 2966 0 0 0 365 46 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011708569768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12507] ppid=12496 vsize=9625040 CPUtime=4.01 cores=1,3,5,7
/proc/12499/task/12507/stat : 12507 (java) S 12496 12499 10680 0 -1 4202560 3574 0 0 0 356 45 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011707517224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12508] ppid=12496 vsize=9625040 CPUtime=4.28 cores=1,3,5,7
/proc/12499/task/12508/stat : 12508 (java) S 12496 12499 10680 0 -1 4202560 4132 0 0 0 384 44 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011588544936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12509] ppid=12496 vsize=9625040 CPUtime=4.02 cores=1,3,5,7
/proc/12499/task/12509/stat : 12509 (java) S 12496 12499 10680 0 -1 4202560 2982 0 0 0 356 46 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011587492392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12510] ppid=12496 vsize=9625040 CPUtime=6.58 cores=1,3,5,7
/proc/12499/task/12510/stat : 12510 (java) S 12496 12499 10680 0 -1 4202560 3440 0 0 0 648 10 0 0 20 0 19 0 22657451 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011575294568 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12511] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12511/stat : 12511 (java) S 12496 12499 10680 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22657452 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011574240888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12512] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12512/stat : 12512 (java) S 12496 12499 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22657452 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011573188232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12513] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12513/stat : 12513 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140010833570832 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12514] ppid=12496 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12499/task/12514/stat : 12514 (java) S 12496 12499 10680 0 -1 4202560 2470 0 0 0 29 0 0 0 20 0 19 0 22657454 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140010832517176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12515] ppid=12496 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12499/task/12515/stat : 12515 (java) S 12496 12499 10680 0 -1 4202560 2846 0 0 0 27 0 0 0 20 0 19 0 22657454 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140010831464632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12516] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12516/stat : 12516 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140010830412280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12517] ppid=12496 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/12499/task/12517/stat : 12517 (java) S 12496 12499 10680 0 -1 4202560 104 0 0 0 34 39 0 0 20 0 19 0 22657454 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140010829359944 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12518] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12518/stat : 12518 (java) S 12496 12499 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22657473 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140010828305704 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 12499 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1775.9 s]
/proc/loadavg: 2.20 2.20 1.91 3/213 12563
/proc/meminfo: memFree=29188540/32872528 swapFree=1402776/1580604
[pid=12499] ppid=12496 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/12499/stat : 12499 (java) S 12496 12499 10680 0 -1 4202496 39440 0 1 0 179604 405 0 0 20 0 19 0 22657449 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140733567881632 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12499/statm: 2406260 205460 2281 9 0 2396937 0
[pid=12499/tid=12500] ppid=12496 vsize=9625040 CPUtime=1759.67 cores=1,3,5,7
/proc/12499/task/12500/stat : 12500 (java) R 12496 12499 10680 0 -1 4202560 2847 0 1 0 175934 33 0 0 20 0 19 0 22657449 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011751288032 140011589056972 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12502] ppid=12496 vsize=9625040 CPUtime=4.16 cores=1,3,5,7
/proc/12499/task/12502/stat : 12502 (java) S 12496 12499 10680 0 -1 4202560 4049 0 0 0 373 43 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011712780968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12503] ppid=12496 vsize=9625040 CPUtime=4.16 cores=1,3,5,7
/proc/12499/task/12503/stat : 12503 (java) S 12496 12499 10680 0 -1 4202560 2865 0 0 0 374 42 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011711728424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12504] ppid=12496 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/12499/task/12504/stat : 12504 (java) S 12496 12499 10680 0 -1 4202560 2680 0 0 0 349 42 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011710675880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12505] ppid=12496 vsize=9625040 CPUtime=4.22 cores=1,3,5,7
/proc/12499/task/12505/stat : 12505 (java) S 12496 12499 10680 0 -1 4202560 3221 0 0 0 375 47 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011709623336 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12506] ppid=12496 vsize=9625040 CPUtime=4.11 cores=1,3,5,7
/proc/12499/task/12506/stat : 12506 (java) S 12496 12499 10680 0 -1 4202560 2966 0 0 0 365 46 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011708569768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12507] ppid=12496 vsize=9625040 CPUtime=4.01 cores=1,3,5,7
/proc/12499/task/12507/stat : 12507 (java) S 12496 12499 10680 0 -1 4202560 3574 0 0 0 356 45 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011707517224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12508] ppid=12496 vsize=9625040 CPUtime=4.28 cores=1,3,5,7
/proc/12499/task/12508/stat : 12508 (java) S 12496 12499 10680 0 -1 4202560 4132 0 0 0 384 44 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011588544936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12509] ppid=12496 vsize=9625040 CPUtime=4.02 cores=1,3,5,7
/proc/12499/task/12509/stat : 12509 (java) S 12496 12499 10680 0 -1 4202560 2982 0 0 0 356 46 0 0 20 0 19 0 22657450 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011587492392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12510] ppid=12496 vsize=9625040 CPUtime=6.58 cores=1,3,5,7
/proc/12499/task/12510/stat : 12510 (java) S 12496 12499 10680 0 -1 4202560 3440 0 0 0 648 10 0 0 20 0 19 0 22657451 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011575294568 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12499/tid=12511] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12511/stat : 12511 (java) S 12496 12499 10680 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22657452 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011574240888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12512] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12512/stat : 12512 (java) S 12496 12499 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22657452 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140011573188232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12513] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12513/stat : 12513 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140010833570832 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12514] ppid=12496 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12499/task/12514/stat : 12514 (java) S 12496 12499 10680 0 -1 4202560 2470 0 0 0 29 0 0 0 20 0 19 0 22657454 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140010832517176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12499/tid=12515] ppid=12496 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12499/task/12515/stat : 12515 (java) S 12496 12499 10680 0 -1 4202560 2846 0 0 0 27 0 0 0 20 0 19 0 22657454 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140010831464632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12516] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12516/stat : 12516 (java) S 12496 12499 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657454 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140010830412280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12499/tid=12517] ppid=12496 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/12499/task/12517/stat : 12517 (java) S 12496 12499 10680 0 -1 4202560 104 0 0 0 34 39 0 0 20 0 19 0 22657454 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140010829359944 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12499/tid=12518] ppid=12496 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12518/stat : 12518 (java) S 12496 12499 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22657473 9856040960 205460 33554432000 1073741824 1073778376 140733567890496 140010828305704 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1775.94
CPU time (s): 1800.72
CPU user time (s): 1796.21
CPU system time (s): 4.51131
CPU usage (%): 101.395
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.21
system time used= 4.51131
maximum resident set size= 894960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39482
page faults= 1
swaps= 0
block input operations= 176
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49604
involuntary context switches= 58210

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7122 second user time and 12.835 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 01:28:37
IDJOB=4099519
IDBENCH=1433
IDSOLVER=2546
FILE ID=node139/4099519-1466206117
RUNJOBID= node139-1466206053-10697
PBS_JOBID= 19918138
Free space on /tmp= 71596 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_50_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099519-1466206117/watcher-4099519-1466206117 -o /tmp/evaluation-result-4099519-1466206117/solver-4099519-1466206117 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099519-1466206117.opb

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

MD5SUM BENCH= fe9566a2c8ff9ee542e29a30eb3c6e16
RANDOM SEED=1278075362

node139.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.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
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.500
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.500
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.500
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.500
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.500
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.500
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.500
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:        30454876 kB
Buffers:           38500 kB
Cached:            65540 kB
SwapCached:         1904 kB
Active:            66392 kB
Inactive:          61308 kB
Active(anon):      24856 kB
Inactive(anon):     1416 kB
Active(file):      41536 kB
Inactive(file):    59892 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099420 kB
Dirty:              1804 kB
Writeback:             0 kB
AnonPages:       1595832 kB
Mapped:            15160 kB
Shmem:                 0 kB
Slab:             572844 kB
SReclaimable:      15832 kB
SUnreclaim:       557012 kB
KernelStack:        1376 kB
PageTables:         7308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2268032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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= 71592 MiB
End job on node139 at 2016-06-18 01:58:13