Trace number 4106921

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.56 1794.74

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_5_15.opb
MD5SUM83214d787cadd98abf7f558767343a58
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.06199
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2504
Sum of products size (including duplicates)5008
Number of different products1252
Sum of products size2504

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.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106921-1466281729.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.25/0.27	c ... done. Wall clock time 0.167s.
0.25/0.27	c declared #vars     200
0.25/0.27	c internal #vars     1452
0.25/0.27	c #constraints  2807
0.25/0.27	c constraints type 
0.25/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1252
0.25/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.25/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.25/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1252
0.25/0.27	c 2807 constraints processed.
0.99/0.69	c cleaning 2501 clauses out of 5001 with flag 11304/5001
1.40/0.95	c cleaning 4252 clauses out of 8506 with flag 26691/11007
1.81/1.36	c cleaning 5621 clauses out of 11250 with flag 43159/18003
2.32/1.89	c cleaning 6808 clauses out of 13626 with flag 61420/26000
3.03/2.52	c cleaning 7907 clauses out of 15818 with flag 82032/35000
3.74/3.22	c cleaning 8939 clauses out of 17912 with flag 105264/45001
4.44/3.91	c cleaning 9974 clauses out of 19972 with flag 134185/56000
5.23/4.78	c cleaning 10998 clauses out of 21999 with flag 165243/68001
6.33/5.85	c cleaning 11994 clauses out of 24000 with flag 197578/81000
7.74/7.22	c cleaning 12996 clauses out of 26006 with flag 231051/95000
9.29/8.71	c cleaning 14005 clauses out of 28010 with flag 271177/110000
11.19/10.67	c cleaning 15001 clauses out of 30005 with flag 308775/126000
12.90/12.35	c cleaning 16002 clauses out of 32006 with flag 352361/143002
14.83/14.20	c cleaning 16996 clauses out of 34002 with flag 397880/161000
16.93/16.38	c cleaning 18004 clauses out of 36007 with flag 444193/180001
19.44/18.89	c cleaning 18988 clauses out of 38003 with flag 491865/200001
22.43/21.86	c cleaning 20008 clauses out of 40016 with flag 541463/221002
25.03/24.45	c cleaning 20995 clauses out of 42008 with flag 594671/243002
28.43/27.85	c cleaning 22006 clauses out of 44011 with flag 649509/266000
32.34/31.77	c cleaning 23011 clauses out of 46021 with flag 707900/290016
36.24/35.65	c cleaning 23998 clauses out of 47995 with flag 766308/315001
40.74/40.02	c cleaning 24991 clauses out of 49997 with flag 825982/341001
45.24/44.56	c cleaning 26007 clauses out of 52015 with flag 888416/368010
50.14/49.43	c cleaning 26996 clauses out of 54002 with flag 954577/396004
55.64/54.96	c cleaning 27996 clauses out of 56002 with flag 1021082/425000
60.94/60.26	c cleaning 29003 clauses out of 58009 with flag 1089839/455003
66.85/66.14	c cleaning 29982 clauses out of 60004 with flag 1161993/486001
73.91/73.08	c cleaning 31023 clauses out of 62047 with flag 1235909/518026
81.51/80.69	c cleaning 31989 clauses out of 63998 with flag 1311150/551000
89.61/88.71	c cleaning 32999 clauses out of 66009 with flag 1387010/585000
97.01/96.16	c cleaning 34001 clauses out of 68011 with flag 1465963/620001
106.00/105.14	c cleaning 34998 clauses out of 70010 with flag 1547467/656001
115.18/114.11	c cleaning 35989 clauses out of 72013 with flag 1631556/693002
125.58/124.52	c cleaning 37021 clauses out of 74041 with flag 1719434/731019
137.59/136.56	c cleaning 38013 clauses out of 76025 with flag 1807056/770024
148.88/147.85	c cleaning 38992 clauses out of 78000 with flag 1895993/810012
161.28/160.23	c cleaning 39999 clauses out of 79998 with flag 1988449/851002
173.05/171.85	c cleaning 41001 clauses out of 82001 with flag 2081701/893004
184.85/183.66	c cleaning 42006 clauses out of 84011 with flag 2176831/936015
196.75/195.58	c cleaning 42993 clauses out of 85990 with flag 2276131/980000
212.08/210.64	c cleaning 44006 clauses out of 88013 with flag 2376040/1025016
225.29/223.89	c cleaning 44992 clauses out of 89991 with flag 2477511/1071000
243.40/241.95	c cleaning 45977 clauses out of 92000 with flag 2583797/1118001
258.30/256.86	c cleaning 47009 clauses out of 94032 with flag 2694411/1166010
277.67/276.10	c cleaning 47990 clauses out of 96013 with flag 2806233/1215000
295.29/293.62	c cleaning 49005 clauses out of 98024 with flag 2917758/1265001
312.59/310.98	c cleaning 50007 clauses out of 100022 with flag 3031134/1316004
333.06/331.15	c cleaning 50997 clauses out of 102011 with flag 3148717/1368000
349.06/347.14	c cleaning 52002 clauses out of 104014 with flag 3270478/1421000
370.38/368.47	c cleaning 53006 clauses out of 106020 with flag 3392799/1475008
390.80/388.72	c cleaning 53998 clauses out of 108006 with flag 3517617/1530000
410.69/408.62	c cleaning 54997 clauses out of 110008 with flag 3646252/1586000
434.59/432.44	c cleaning 55994 clauses out of 112011 with flag 3773939/1643000
454.28/452.17	c cleaning 57001 clauses out of 114017 with flag 3906556/1701000
481.56/479.36	c cleaning 58007 clauses out of 116021 with flag 4037437/1760005
502.84/500.60	c cleaning 58995 clauses out of 118009 with flag 4173887/1820000
524.04/521.61	c cleaning 60003 clauses out of 120014 with flag 4313006/1881000
545.54/543.18	c cleaning 61002 clauses out of 122013 with flag 4458077/1943002
570.39/567.93	c cleaning 62001 clauses out of 124010 with flag 4603346/2006001
596.85/594.36	c cleaning 63007 clauses out of 126016 with flag 4749957/2070008
623.64/621.07	c cleaning 63988 clauses out of 128001 with flag 4897040/2135000
650.15/647.51	c cleaning 64998 clauses out of 130013 with flag 5047481/2201000
683.94/681.23	c cleaning 66016 clauses out of 132032 with flag 5198492/2268017
721.23/718.41	c cleaning 66992 clauses out of 133999 with flag 5351823/2336000
753.06/750.16	c cleaning 68003 clauses out of 136008 with flag 5505173/2405001
783.43/780.46	c cleaning 68987 clauses out of 138004 with flag 5661112/2475000
819.18/816.13	c cleaning 70000 clauses out of 140018 with flag 5818722/2546001
853.96/850.87	c cleaning 71011 clauses out of 142026 with flag 5978809/2618009
890.24/887.06	c cleaning 72004 clauses out of 144007 with flag 6140206/2691001
924.66/921.30	c cleaning 73001 clauses out of 146002 with flag 6305556/2765000
956.57/953.16	c cleaning 73995 clauses out of 148003 with flag 6474007/2840002
992.24/988.75	c cleaning 74993 clauses out of 150006 with flag 6643406/2916000
1035.01/1031.40	c cleaning 76000 clauses out of 152013 with flag 6816969/2993000
1076.30/1072.63	c cleaning 77004 clauses out of 154013 with flag 6991205/3071000
1122.65/1118.97	c cleaning 77996 clauses out of 156009 with flag 7174459/3150000
1169.76/1165.95	c cleaning 79009 clauses out of 158023 with flag 7355828/3230010
1215.31/1211.34	c cleaning 79993 clauses out of 160004 with flag 7539664/3311000
1264.90/1260.87	c cleaning 81001 clauses out of 162021 with flag 7722611/3393010
1307.48/1303.38	c cleaning 81999 clauses out of 164011 with flag 7909729/3476001
1351.02/1346.73	c cleaning 82988 clauses out of 166011 with flag 8099504/3560000
1390.29/1385.94	c cleaning 83997 clauses out of 168023 with flag 8294402/3645000
1437.21/1432.75	c cleaning 85011 clauses out of 170029 with flag 8493457/3731003
1490.31/1485.77	c cleaning 86001 clauses out of 172016 with flag 8691865/3818001
1547.90/1543.16	c cleaning 87008 clauses out of 174015 with flag 8889650/3906001
1614.74/1609.81	c cleaning 88003 clauses out of 176006 with flag 9086546/3995000
1679.82/1674.88	c cleaning 88995 clauses out of 178003 with flag 9282823/4085000
1740.89/1735.74	c cleaning 89991 clauses out of 180008 with flag 9486939/4176000
1797.83/1792.57	c cleaning 91004 clauses out of 182017 with flag 9693425/4268000
1800.04/1794.70	c starts		: 786
1800.04/1794.70	c conflicts		: 4276013
1800.04/1794.70	c decisions		: 6284563
1800.04/1794.70	c propagations		: 40040207
1800.04/1794.70	c inspects		: 38625800238
1800.04/1794.70	c shortcuts		: 0
1800.04/1794.70	c learnt literals	: 0
1800.04/1794.70	c learnt binary clauses	: 0
1800.04/1794.70	c learnt ternary clauses	: 203
1800.04/1794.70	c learnt constraints	: 4276013
1800.04/1794.70	c ignored constraints	: 0
1800.04/1794.70	c root simplifications	: 0
1800.04/1794.70	c removed literals (reason simplification)	: 0
1800.04/1794.70	c reason swapping (by a shorter reason)	: 0
1800.04/1794.70	c Calls to reduceDB	: 88
1800.04/1794.70	c Number of update (reduction) of LBD	: 848935
1800.04/1794.70	c Imported unit clauses	: 0
1800.04/1794.70	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.70	c number of learned constraints concerned by reduction	: 0
1800.04/1794.70	c number of learning phase by resolution	: 0
1800.04/1794.70	c number of learning phase by cutting planes	: 0
1800.04/1794.70	c speed (assignments/second)	: 22313.65851809994
1800.04/1794.70	c non guided choices	1335
1800.04/1794.70	c timeout
1800.04/1794.73	c learnt constraints type 
1800.04/1794.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99027
1800.04/1794.73	s UNKNOWN
1800.04/1794.73	c Total wall clock time (in seconds): 1794.624

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-4106921-1466281729/watcher-4106921-1466281729 -o /tmp/evaluation-result-4106921-1466281729/solver-4106921-1466281729 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466276358-12799 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106921-1466281729.opb 

pid=13418
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.21 2.22 2.18 3/194 13421
/proc/meminfo: memFree=30368776/32872528 swapFree=1244176/1391344
[pid=13421] ppid=13418 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/13421/stat : 13421 (java) S 13418 13421 12782 0 -1 4202496 1252 0 0 0 0 0 0 0 20 0 2 0 30221501 91889664 894 33554432000 1073741824 1073778376 140736518990672 140736518981808 272889839677 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13421/statm: 22434 894 678 9 0 16769 0
[pid=13421/tid=13422] ppid=13418 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13422/stat : 13422 (java) R 13418 13421 12782 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 30221502 94019584 913 33554432000 1073741824 1073778376 140736518990672 140736518979736 272886480725 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 2.21 2.22 2.18 3/194 13421
/proc/meminfo: memFree=30368776/32872528 swapFree=1244176/1391344
[pid=13421] ppid=13418 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13421/stat : 13421 (java) S 13418 13421 12782 0 -1 4202496 4423 0 1 0 9 1 0 0 20 0 18 0 30221501 9787879424 6046 33554432000 1073741824 1073778376 140736518990672 140736518981808 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13421/statm: 2389619 6046 2140 9 0 2380296 0
[pid=13421/tid=13422] ppid=13418 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13421/task/13422/stat : 13422 (java) R 13418 13421 12782 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 30221502 9787879424 6046 33554432000 1073741824 1073778376 140736518990672 140107772639552 140107762699839 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.200313 s]
/proc/loadavg: 2.21 2.22 2.18 3/194 13421
/proc/meminfo: memFree=30368776/32872528 swapFree=1244176/1391344
[pid=13421] ppid=13418 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/13421/stat : 13421 (java) S 13418 13421 12782 0 -1 4202496 4724 0 1 0 24 1 0 0 20 0 18 0 30221501 9787879424 6787 33554432000 1073741824 1073778376 140736518990672 140736518981808 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13421/statm: 2389619 6787 2212 9 0 2380296 0
[pid=13421/tid=13422] ppid=13418 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13421/task/13422/stat : 13422 (java) R 13418 13421 12782 0 -1 4202560 2401 0 1 0 17 0 0 0 20 0 18 0 30221502 9787879424 6787 33554432000 1073741824 1073778376 140736518990672 140107772641288 140107621452448 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30029 s]
/proc/loadavg: 2.21 2.22 2.18 3/194 13421
/proc/meminfo: memFree=30368776/32872528 swapFree=1244176/1391344
[pid=13421] ppid=13418 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/13421/stat : 13421 (java) S 13418 13421 12782 0 -1 4202496 6266 0 1 0 45 1 0 0 20 0 19 0 30221501 9856040960 9355 33554432000 1073741824 1073778376 140736518990672 140736518981808 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13421/statm: 2406260 9355 2250 9 0 2396937 0
[pid=13421/tid=13422] ppid=13418 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13421/task/13422/stat : 13422 (java) R 13418 13421 12782 0 -1 4202560 2415 0 1 0 27 0 0 0 20 0 19 0 30221502 9856040960 9355 33554432000 1073741824 1073778376 140736518990672 140107772641920 140107621424189 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625040

[startup+0.700212 s]
/proc/loadavg: 2.21 2.22 2.18 3/194 13421
/proc/meminfo: memFree=30368776/32872528 swapFree=1244176/1391344
[pid=13421] ppid=13418 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/13421/stat : 13421 (java) S 13418 13421 12782 0 -1 4202496 8274 0 1 0 115 2 0 0 20 0 19 0 30221501 9856040960 10639 33554432000 1073741824 1073778376 140736518990672 140736518981808 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13421/statm: 2406260 10639 2267 9 0 2396937 0
[pid=13421/tid=13422] ppid=13418 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13421/task/13422/stat : 13422 (java) R 13418 13421 12782 0 -1 4202560 2417 0 1 0 66 1 0 0 20 0 19 0 30221502 9856040960 10639 33554432000 1073741824 1073778376 140736518990672 140107772639240 140107621984880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.28 2.24 2.19 3/213 13440
/proc/meminfo: memFree=30317800/32872528 swapFree=1244176/1391344
[pid=13421] ppid=13418 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/13421/stat : 13421 (java) S 13418 13421 12782 0 -1 4202496 8312 0 1 0 200 2 0 0 20 0 19 0 30221501 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140736518981808 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13421/statm: 2406260 13714 2269 9 0 2396937 0
[pid=13421/tid=13422] ppid=13418 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/13421/task/13422/stat : 13422 (java) R 13418 13421 12782 0 -1 4202560 2424 0 1 0 146 1 0 0 20 0 19 0 30221502 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107772639704 140107621885355 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13424] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13424/stat : 13424 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107745094056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13425] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13425/stat : 13425 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107744041512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13426] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13426/stat : 13426 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107742988456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13427] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13427/stat : 13427 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107741935912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13428] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13428/stat : 13428 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107740883880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13429] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13429/stat : 13429 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107739831336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13430] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13430/stat : 13430 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107610368680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13431] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13431/stat : 13431 (java) S 13418 13421 12782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107609316136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13432] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13432/stat : 13432 (java) S 13418 13421 12782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30221503 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107126368616 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13433] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13433/stat : 13433 (java) S 13418 13421 12782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30221504 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107125314936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13434] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13434/stat : 13434 (java) S 13418 13421 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30221504 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107124261768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13435] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13435/stat : 13435 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107123210512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13436] ppid=13418 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13421/task/13436/stat : 13436 (java) S 13418 13421 12782 0 -1 4202560 2922 0 0 0 27 0 0 0 20 0 19 0 30221506 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107122158392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13437] ppid=13418 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/13421/task/13437/stat : 13437 (java) S 13418 13421 12782 0 -1 4202560 1688 0 0 0 24 0 0 0 20 0 19 0 30221506 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107121105848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13438] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13438/stat : 13438 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107120052984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13439] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13439/stat : 13439 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107119000648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13440] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13440/stat : 13440 (java) S 13418 13421 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30221529 9856040960 13714 33554432000 1073741824 1073778376 140736518990672 140107117945896 272889853865 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.10085 s]
/proc/loadavg: 2.28 2.24 2.19 3/213 13440
/proc/meminfo: memFree=30301348/32872528 swapFree=1244176/1391344
[pid=13421] ppid=13418 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/13421/stat : 13421 (java) S 13418 13421 12782 0 -1 4202496 8388 0 1 0 362 2 0 0 20 0 19 0 30221501 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140736518981808 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13421/statm: 2406260 18322 2269 9 0 2396937 0
[pid=13421/tid=13422] ppid=13418 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/13421/task/13422/stat : 13422 (java) R 13418 13421 12782 0 -1 4202560 2434 0 1 0 306 1 0 0 20 0 19 0 30221502 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107772641608 140107621842772 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13424] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13424/stat : 13424 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107745094056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13425] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13425/stat : 13425 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107744041512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13426] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13426/stat : 13426 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107742988456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13427] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13427/stat : 13427 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107741935912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13428] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13428/stat : 13428 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107740883880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13429] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13429/stat : 13429 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107739831336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13430] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13430/stat : 13430 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107610368680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13431] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13431/stat : 13431 (java) S 13418 13421 12782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107609316136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13432] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13432/stat : 13432 (java) S 13418 13421 12782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30221503 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107126368616 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13433] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13433/stat : 13433 (java) S 13418 13421 12782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30221504 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107125314936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13434] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13434/stat : 13434 (java) S 13418 13421 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30221504 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107124261768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13435] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13435/stat : 13435 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107123210512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13436] ppid=13418 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/13421/task/13436/stat : 13436 (java) S 13418 13421 12782 0 -1 4202560 2922 0 0 0 28 0 0 0 20 0 19 0 30221506 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107122158392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13437] ppid=13418 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13421/task/13437/stat : 13437 (java) S 13418 13421 12782 0 -1 4202560 1754 0 0 0 26 0 0 0 20 0 19 0 30221506 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107121105848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13438] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13438/stat : 13438 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107120052984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13439] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13439/stat : 13439 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107119000648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13440] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13440/stat : 13440 (java) S 13418 13421 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30221529 9856040960 18322 33554432000 1073741824 1073778376 140736518990672 140107117945896 272889853865 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: 2.25 2.23 2.18 3/213 13440
/proc/meminfo: memFree=30241736/32872528 swapFree=1244176/1391344
[pid=13421] ppid=13418 vsize=9625040 CPUtime=6.83 cores=1,3,5,7
/proc/13421/stat : 13421 (java) S 13418 13421 12782 0 -1 4202496 8406 0 1 0 681 2 0 0 20 0 19 0 30221501 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140736518981808 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13421/statm: 2406260 26507 2270 9 0 2396937 0
[pid=13421/tid=13422] ppid=13418 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/13421/task/13422/stat : 13422 (java) R 13418 13421 12782 0 -1 4202560 2451 0 1 0 625 2 0 0 20 0 19 0 30221502 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140107772632784 140107621935537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13424] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13424/stat : 13424 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140107745094056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13425] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13425/stat : 13425 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140107744041512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13426] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13426/stat : 13426 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140107742988456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13427] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13427/stat : 13427 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140107741935912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13428] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13428/stat : 13428 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140107740883880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13429] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13429/stat : 13429 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140107739831336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13430] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13430/stat : 13430 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140107610368680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13431] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13431/stat : 13431 (java) S 13418 13421 12782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30221502 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140107609316136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13432] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13432/stat : 13432 (java) S 13418 13421 12782 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30221503 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140107126368616 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13433] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13433/stat : 13433 (java) S 13418 13421 12782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30221504 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140107125314936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13434] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13434/stat : 13434 (java) S 13418 13421 12782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30221504 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140107124261768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13435] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13435/stat : 13435 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140107123210512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13436] ppid=13418 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/13421/task/13436/stat : 13436 (java) S 13418 13421 12782 0 -1 4202560 2922 0 0 0 28 0 0 0 20 0 19 0 30221506 9856040960 26507 33554432000 1073741824 1073778376 140736518990672 140107122158392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13437] ppid=13418 vsize=9625040 CPUtime=0.26 cores=1,3,5,7

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

[pid=13421/tid=13433] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13433/stat : 13433 (java) S 13418 13421 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30221504 9856040960 112919 33554432000 1073741824 1073778376 140736518990672 140107125314936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13434] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13434/stat : 13434 (java) S 13418 13421 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30221504 9856040960 112919 33554432000 1073741824 1073778376 140736518990672 140107124261768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13435] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13435/stat : 13435 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 112919 33554432000 1073741824 1073778376 140736518990672 140107123210512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13436] ppid=13418 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/13421/task/13436/stat : 13436 (java) S 13418 13421 12782 0 -1 4202560 3880 0 0 0 34 1 0 0 20 0 19 0 30221506 9856040960 112919 33554432000 1073741824 1073778376 140736518990672 140107122158392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13437] ppid=13418 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13421/task/13437/stat : 13437 (java) S 13418 13421 12782 0 -1 4202560 1756 0 0 0 26 0 0 0 20 0 19 0 30221506 9856040960 112919 33554432000 1073741824 1073778376 140736518990672 140107121105848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13438] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13438/stat : 13438 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 112919 33554432000 1073741824 1073778376 140736518990672 140107120052984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13439] ppid=13418 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13421/task/13439/stat : 13439 (java) S 13418 13421 12782 0 -1 4202560 100 0 0 0 28 36 0 0 20 0 19 0 30221506 9856040960 112919 33554432000 1073741824 1073778376 140736518990672 140107119000648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13440] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13440/stat : 13440 (java) S 13418 13421 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30221529 9856040960 112919 33554432000 1073741824 1073778376 140736518990672 140107117945896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.49
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.28 2.26 2.21 3/213 13550
/proc/meminfo: memFree=29997636/32872528 swapFree=1244176/1391344
[pid=13421] ppid=13418 vsize=9625040 CPUtime=1787.63 cores=1,3,5,7
/proc/13421/stat : 13421 (java) S 13418 13421 12782 0 -1 4202496 13569 0 1 0 178661 102 0 0 20 0 19 0 30221501 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140736518981808 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13421/statm: 2406260 111925 2293 9 0 2396937 0
[pid=13421/tid=13422] ppid=13418 vsize=9625040 CPUtime=1779.73 cores=1,3,5,7
/proc/13421/task/13422/stat : 13422 (java) R 13418 13421 12782 0 -1 4202560 2530 0 1 0 177939 34 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107772640600 140107621884032 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13424] ppid=13418 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/13421/task/13424/stat : 13424 (java) S 13418 13421 12782 0 -1 4202560 370 0 0 0 66 6 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107745094056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13425] ppid=13418 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13421/task/13425/stat : 13425 (java) S 13418 13421 12782 0 -1 4202560 374 0 0 0 63 5 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107744041512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13426] ppid=13418 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/13421/task/13426/stat : 13426 (java) S 13418 13421 12782 0 -1 4202560 663 0 0 0 70 9 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107742988456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13427] ppid=13418 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/13421/task/13427/stat : 13427 (java) S 13418 13421 12782 0 -1 4202560 481 0 0 0 71 9 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107741935912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13428] ppid=13418 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/13421/task/13428/stat : 13428 (java) S 13418 13421 12782 0 -1 4202560 305 0 0 0 67 6 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107740883880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13429] ppid=13418 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13421/task/13429/stat : 13429 (java) S 13418 13421 12782 0 -1 4202560 323 0 0 0 64 7 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107739831336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13430] ppid=13418 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/13421/task/13430/stat : 13430 (java) S 13418 13421 12782 0 -1 4202560 514 0 0 0 77 9 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107610368680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13431] ppid=13418 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13421/task/13431/stat : 13431 (java) S 13418 13421 12782 0 -1 4202560 671 0 0 0 61 7 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107609316136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13432] ppid=13418 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/13421/task/13432/stat : 13432 (java) S 13418 13421 12782 0 -1 4202560 333 0 0 0 81 3 0 0 20 0 19 0 30221503 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107126368616 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13433] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13433/stat : 13433 (java) S 13418 13421 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30221504 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107125314936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13434] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13434/stat : 13434 (java) S 13418 13421 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30221504 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107124261768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13435] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13435/stat : 13435 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107123210512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13436] ppid=13418 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/13421/task/13436/stat : 13436 (java) S 13418 13421 12782 0 -1 4202560 3880 0 0 0 34 1 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107122158392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13437] ppid=13418 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13421/task/13437/stat : 13437 (java) S 13418 13421 12782 0 -1 4202560 1756 0 0 0 26 0 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107121105848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13438] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13438/stat : 13438 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107120052984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13439] ppid=13418 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/13421/task/13439/stat : 13439 (java) S 13418 13421 12782 0 -1 4202560 104 0 0 0 30 36 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107119000648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13440] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13440/stat : 13440 (java) S 13418 13421 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30221529 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107117945896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.63
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.23 2.25 2.21 4/213 13550
/proc/meminfo: memFree=29917012/32872528 swapFree=1244176/1391344
[pid=13421] ppid=13418 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/13421/stat : 13421 (java) S 13418 13421 12782 0 -1 4202496 13569 0 1 0 179901 103 0 0 20 0 19 0 30221501 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140736518981808 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13421/statm: 2406260 111925 2293 9 0 2396937 0
[pid=13421/tid=13422] ppid=13418 vsize=9625040 CPUtime=1792.13 cores=1,3,5,7
/proc/13421/task/13422/stat : 13422 (java) R 13418 13421 12782 0 -1 4202560 2530 0 1 0 179179 34 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107772632768 140107622092636 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13424] ppid=13418 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/13421/task/13424/stat : 13424 (java) S 13418 13421 12782 0 -1 4202560 370 0 0 0 66 6 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107745094056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13425] ppid=13418 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13421/task/13425/stat : 13425 (java) S 13418 13421 12782 0 -1 4202560 374 0 0 0 63 5 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107744041512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13426] ppid=13418 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/13421/task/13426/stat : 13426 (java) S 13418 13421 12782 0 -1 4202560 663 0 0 0 70 9 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107742988456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13427] ppid=13418 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/13421/task/13427/stat : 13427 (java) S 13418 13421 12782 0 -1 4202560 481 0 0 0 71 9 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107741935912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13428] ppid=13418 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/13421/task/13428/stat : 13428 (java) S 13418 13421 12782 0 -1 4202560 305 0 0 0 67 6 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107740883880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13429] ppid=13418 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13421/task/13429/stat : 13429 (java) S 13418 13421 12782 0 -1 4202560 323 0 0 0 64 7 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107739831336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13430] ppid=13418 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/13421/task/13430/stat : 13430 (java) S 13418 13421 12782 0 -1 4202560 514 0 0 0 77 9 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107610368680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13431] ppid=13418 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13421/task/13431/stat : 13431 (java) S 13418 13421 12782 0 -1 4202560 671 0 0 0 61 7 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107609316136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13432] ppid=13418 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/13421/task/13432/stat : 13432 (java) S 13418 13421 12782 0 -1 4202560 333 0 0 0 81 3 0 0 20 0 19 0 30221503 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107126368616 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13433] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13433/stat : 13433 (java) S 13418 13421 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30221504 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107125314936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13434] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13434/stat : 13434 (java) S 13418 13421 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30221504 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107124261768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13435] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13435/stat : 13435 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107123210512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13436] ppid=13418 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/13421/task/13436/stat : 13436 (java) S 13418 13421 12782 0 -1 4202560 3880 0 0 0 34 1 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107122158392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13437] ppid=13418 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13421/task/13437/stat : 13437 (java) S 13418 13421 12782 0 -1 4202560 1756 0 0 0 26 0 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107121105848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13438] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13438/stat : 13438 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107120052984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13439] ppid=13418 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13421/task/13439/stat : 13439 (java) S 13418 13421 12782 0 -1 4202560 104 0 0 0 30 37 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107119000648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13440] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13440/stat : 13440 (java) S 13418 13421 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30221529 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107117945896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 13421 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.7 s]
/proc/loadavg: 2.23 2.25 2.21 4/213 13550
/proc/meminfo: memFree=29917012/32872528 swapFree=1244176/1391344
[pid=13421] ppid=13418 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/13421/stat : 13421 (java) S 13418 13421 12782 0 -1 4202496 13569 0 1 0 179901 103 0 0 20 0 19 0 30221501 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140736518981808 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13421/statm: 2406260 111925 2293 9 0 2396937 0
[pid=13421/tid=13422] ppid=13418 vsize=9625040 CPUtime=1792.13 cores=1,3,5,7
/proc/13421/task/13422/stat : 13422 (java) R 13418 13421 12782 0 -1 4202560 2530 0 1 0 179179 34 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107772632768 140107622092636 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13424] ppid=13418 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/13421/task/13424/stat : 13424 (java) S 13418 13421 12782 0 -1 4202560 370 0 0 0 66 6 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107745094056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13425] ppid=13418 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13421/task/13425/stat : 13425 (java) S 13418 13421 12782 0 -1 4202560 374 0 0 0 63 5 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107744041512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13421/tid=13426] ppid=13418 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/13421/task/13426/stat : 13426 (java) S 13418 13421 12782 0 -1 4202560 663 0 0 0 70 9 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107742988456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13427] ppid=13418 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/13421/task/13427/stat : 13427 (java) S 13418 13421 12782 0 -1 4202560 481 0 0 0 71 9 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107741935912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13428] ppid=13418 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/13421/task/13428/stat : 13428 (java) S 13418 13421 12782 0 -1 4202560 305 0 0 0 67 6 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107740883880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13429] ppid=13418 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13421/task/13429/stat : 13429 (java) S 13418 13421 12782 0 -1 4202560 323 0 0 0 64 7 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107739831336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13430] ppid=13418 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/13421/task/13430/stat : 13430 (java) S 13418 13421 12782 0 -1 4202560 514 0 0 0 77 9 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107610368680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13431] ppid=13418 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13421/task/13431/stat : 13431 (java) S 13418 13421 12782 0 -1 4202560 671 0 0 0 61 7 0 0 20 0 19 0 30221502 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107609316136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13432] ppid=13418 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/13421/task/13432/stat : 13432 (java) S 13418 13421 12782 0 -1 4202560 333 0 0 0 81 3 0 0 20 0 19 0 30221503 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107126368616 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13433] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13433/stat : 13433 (java) S 13418 13421 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30221504 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107125314936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13434] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13434/stat : 13434 (java) S 13418 13421 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30221504 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107124261768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13435] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13435/stat : 13435 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107123210512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13436] ppid=13418 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/13421/task/13436/stat : 13436 (java) S 13418 13421 12782 0 -1 4202560 3880 0 0 0 34 1 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107122158392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13421/tid=13437] ppid=13418 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13421/task/13437/stat : 13437 (java) S 13418 13421 12782 0 -1 4202560 1756 0 0 0 26 0 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107121105848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13438] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13438/stat : 13438 (java) S 13418 13421 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107120052984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13421/tid=13439] ppid=13418 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13421/task/13439/stat : 13439 (java) S 13418 13421 12782 0 -1 4202560 104 0 0 0 30 37 0 0 20 0 19 0 30221506 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107119000648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13421/tid=13440] ppid=13418 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13421/task/13440/stat : 13440 (java) S 13418 13421 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30221529 9856040960 111925 33554432000 1073741824 1073778376 140736518990672 140107117945896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1794.74
CPU time (s): 1800.56
CPU user time (s): 1799.08
CPU system time (s): 1.48177
CPU usage (%): 100.324
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.48177
maximum resident set size= 739488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13602
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39301
involuntary context switches= 15295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.97363 second user time and 15.1417 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 22:28:49
IDJOB=4106921
IDBENCH=48324
IDSOLVER=2546
FILE ID=node119/4106921-1466281729
RUNJOBID= node119-1466276358-12799
PBS_JOBID= 19918260
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_5_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106921-1466281729/watcher-4106921-1466281729 -o /tmp/evaluation-result-4106921-1466281729/solver-4106921-1466281729 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466276358-12799 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106921-1466281729.opb

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

MD5SUM BENCH= 83214d787cadd98abf7f558767343a58
RANDOM SEED=998942050

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        30369652 kB
Buffers:           81616 kB
Cached:           119724 kB
SwapCached:         1572 kB
Active:           223844 kB
Inactive:         140440 kB
Active(anon):     161636 kB
Inactive(anon):     3796 kB
Active(file):      62208 kB
Inactive(file):   136644 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100120 kB
Dirty:              1836 kB
Writeback:             0 kB
AnonPages:       1566184 kB
Mapped:            16976 kB
Shmem:                 0 kB
Slab:             604112 kB
SReclaimable:      47628 kB
SUnreclaim:       556484 kB
KernelStack:        1592 kB
PageTables:         7572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2079868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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= 71728 MiB
End job on node119 at 2016-06-18 22:58:44