Trace number 4103520

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.09 1796.25

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbeb.opb
MD5SUMebe0bf73b5f65c9fef014886519c9815
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155020
Total number of constraints2675
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2675
Minimum length of a constraint11
Maximum length of a constraint7172
Number of terms in the objective function 14882
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 12491747892670016
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
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@2b21cc40
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@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4103520-1466241835.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
3.44/2.38	c ... done. Wall clock time 2.278s.
3.44/2.38	c declared #vars     155020
3.77/2.51	c #constraints  4867
3.77/2.51	c constraints type 
3.77/2.51	c org.sat4j.specs.Constr$1 => 339
3.77/2.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4528
3.77/2.51	c 4867 constraints processed.
3.77/2.51	c objective function length is 14882 literals
13.13/11.39	c cleaning 2500 clauses out of 4999 with flag 17367/5001
23.52/21.53	c cleaning 4248 clauses out of 8499 with flag 39712/11001
35.11/33.05	c cleaning 5624 clauses out of 11251 with flag 63611/18001
49.31/47.22	c cleaning 6807 clauses out of 13626 with flag 92167/26000
64.85/62.66	c cleaning 7908 clauses out of 15822 with flag 126425/35003
84.75/82.48	c cleaning 8957 clauses out of 17913 with flag 173747/45002
100.36/98.04	c cleaning 9974 clauses out of 19957 with flag 208856/56003
119.96/117.60	c cleaning 10986 clauses out of 21981 with flag 238016/68001
132.56/130.23	c cleaning 12004 clauses out of 24007 with flag 268303/81013
143.77/141.40	c cleaning 13003 clauses out of 26005 with flag 301203/95015
155.77/153.47	c cleaning 13994 clauses out of 27988 with flag 336400/110001
167.87/165.57	c cleaning 14985 clauses out of 29993 with flag 370300/126000
186.37/184.06	c cleaning 15991 clauses out of 32015 with flag 404315/143007
203.17/200.81	c cleaning 17000 clauses out of 34026 with flag 440894/161009
221.67/219.35	c cleaning 18001 clauses out of 36031 with flag 480800/180014
243.28/240.93	c cleaning 18994 clauses out of 38020 with flag 522941/200004
265.68/263.35	c cleaning 19966 clauses out of 40022 with flag 567354/221000
288.42/285.92	c cleaning 21022 clauses out of 42075 with flag 613524/243019
312.83/310.35	c cleaning 21998 clauses out of 44064 with flag 662317/266030
337.82/335.32	c cleaning 22989 clauses out of 46040 with flag 712886/290004
363.91/361.44	c cleaning 23996 clauses out of 48056 with flag 765338/315009
392.32/389.82	c cleaning 24990 clauses out of 50052 with flag 819768/341001
424.22/421.75	c cleaning 26006 clauses out of 52065 with flag 876029/368004
454.11/451.62	c cleaning 26995 clauses out of 54083 with flag 935094/396028
486.12/483.67	c cleaning 27990 clauses out of 56060 with flag 995757/425000
518.62/516.17	c cleaning 29019 clauses out of 58078 with flag 1058471/455008
554.52/552.09	c cleaning 30000 clauses out of 60073 with flag 1123476/486022
591.73/589.26	c cleaning 30992 clauses out of 62053 with flag 1189895/518002
629.44/626.95	c cleaning 32007 clauses out of 64062 with flag 1258768/551003
665.35/662.82	c cleaning 32990 clauses out of 66052 with flag 1329460/585000
703.56/700.81	c cleaning 33980 clauses out of 68062 with flag 1401431/620000
747.35/744.66	c cleaning 35027 clauses out of 70098 with flag 1476315/656016
791.17/788.41	c cleaning 36000 clauses out of 72064 with flag 1554413/693009
832.18/829.44	c cleaning 36993 clauses out of 74056 with flag 1634846/731001
876.08/873.40	c cleaning 38001 clauses out of 76062 with flag 1717531/770000
923.98/921.27	c cleaning 38996 clauses out of 78079 with flag 1802155/810018
971.69/968.91	c cleaning 40004 clauses out of 80073 with flag 1889208/851008
1021.80/1019.09	c cleaning 41025 clauses out of 82093 with flag 1978493/893032
1074.00/1071.28	c cleaning 41986 clauses out of 84048 with flag 2070180/936012
1125.62/1122.85	c cleaning 43000 clauses out of 86050 with flag 2163732/980000
1183.23/1180.47	c cleaning 43989 clauses out of 88051 with flag 2259152/1025001
1240.74/1237.43	c cleaning 44999 clauses out of 90072 with flag 2356605/1071011
1302.46/1299.16	c cleaning 45987 clauses out of 92068 with flag 2456558/1118006
1364.66/1361.33	c cleaning 47001 clauses out of 94077 with flag 2558625/1166002
1433.88/1430.51	c cleaning 48002 clauses out of 96099 with flag 2662026/1215025
1481.09/1477.75	c cleaning 49040 clauses out of 98080 with flag 2764504/1265008
1526.59/1523.20	c cleaning 50023 clauses out of 100051 with flag 2866630/1316019
1571.10/1567.79	c cleaning 51010 clauses out of 102019 with flag 2970681/1368010
1621.62/1618.27	c cleaning 51996 clauses out of 104006 with flag 3076723/1421007
1675.43/1672.10	c cleaning 53004 clauses out of 106008 with flag 3184797/1475005
1732.19/1728.31	c cleaning 54001 clauses out of 108002 with flag 3294997/1530003
1797.59/1793.75	c cleaning 54990 clauses out of 109998 with flag 3407034/1586000
1800.09/1796.20	c starts		: 1402
1800.09/1796.20	c conflicts		: 1588835
1800.09/1796.20	c decisions		: 2086969
1800.09/1796.20	c propagations		: 70743598
1800.09/1796.20	c inspects		: 9667681445
1800.09/1796.20	c shortcuts		: 0
1800.09/1796.20	c learnt literals	: 2
1800.09/1796.20	c learnt binary clauses	: 2
1800.09/1796.20	c learnt ternary clauses	: 8
1800.09/1796.20	c learnt constraints	: 1588833
1800.09/1796.20	c ignored constraints	: 0
1800.09/1796.20	c root simplifications	: 0
1800.09/1796.20	c removed literals (reason simplification)	: 0
1800.09/1796.20	c reason swapping (by a shorter reason)	: 0
1800.09/1796.20	c Calls to reduceDB	: 52
1800.09/1796.20	c Number of update (reduction) of LBD	: 16866
1800.09/1796.20	c Imported unit clauses	: 0
1800.09/1796.20	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.20	c number of learned constraints concerned by reduction	: 0
1800.09/1796.20	c number of learning phase by resolution	: 0
1800.09/1796.20	c number of learning phase by cutting planes	: 0
1800.09/1796.20	c speed (assignments/second)	: 39441.66621135064
1800.09/1796.20	c non guided choices	17742
1800.09/1796.22	c learnt constraints type 
1800.09/1796.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.09/1796.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57842
1800.09/1796.22	s UNKNOWN
1800.09/1796.22	c Total wall clock time (in seconds): 1796.12

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-4103520-1466241835/watcher-4103520-1466241835 -o /tmp/evaluation-result-4103520-1466241835/solver-4103520-1466241835 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466241833-6933 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103520-1466241835.opb 

pid=7104
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.40 1.26 1.40 3/193 7107
/proc/meminfo: memFree=30054700/32872528 swapFree=1497824/1644992
[pid=7107] ppid=7104 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7107/stat : 7107 (java) R 7104 7107 6916 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 26230380 9515008 185 33554432000 1073741824 1073778376 140733848280720 140733848263448 259112201655 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7107/statm: 2323 185 142 9 0 71 0

[startup+0.100141 s]
/proc/loadavg: 1.40 1.26 1.40 3/193 7107
/proc/meminfo: memFree=30054700/32872528 swapFree=1497824/1644992
[pid=7107] ppid=7104 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/7107/stat : 7107 (java) S 7104 7107 6916 0 -1 4202496 4484 0 1 0 9 1 0 0 20 0 18 0 26230380 9787879424 5611 33554432000 1073741824 1073778376 140736982962704 140736982953840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7107/statm: 2389619 5611 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200259 s]
/proc/loadavg: 1.40 1.26 1.40 3/193 7107
/proc/meminfo: memFree=30054700/32872528 swapFree=1497824/1644992
[pid=7107] ppid=7104 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/7107/stat : 7107 (java) S 7104 7107 6916 0 -1 4202496 5135 0 1 0 30 1 0 0 20 0 18 0 26230380 9787879424 7516 33554432000 1073741824 1073778376 140736982962704 140736982953840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7107/statm: 2389619 7526 2227 9 0 2380296 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.3003 s]
/proc/loadavg: 1.40 1.26 1.40 3/193 7107
/proc/meminfo: memFree=30054700/32872528 swapFree=1497824/1644992
[pid=7107] ppid=7104 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/7107/stat : 7107 (java) S 7104 7107 6916 0 -1 4202496 6591 0 1 0 52 1 0 0 20 0 18 0 26230380 9787879424 10716 33554432000 1073741824 1073778376 140736982962704 140736982953840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7107/statm: 2389619 10716 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700174 s]
/proc/loadavg: 1.40 1.26 1.40 3/193 7107
/proc/meminfo: memFree=30054700/32872528 swapFree=1497824/1644992
[pid=7107] ppid=7104 vsize=9558476 CPUtime=1.39 cores=1,3,5,7
/proc/7107/stat : 7107 (java) S 7104 7107 6916 0 -1 4202496 11826 0 1 0 132 7 0 0 20 0 18 0 26230380 9787879424 48212 33554432000 1073741824 1073778376 140736982962704 140736982953840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7107/statm: 2389619 48212 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 1.40 1.26 1.40 3/212 7126
/proc/meminfo: memFree=29749324/32872528 swapFree=1497824/1644992
[pid=7107] ppid=7104 vsize=9558476 CPUtime=2.37 cores=1,3,5,7
/proc/7107/stat : 7107 (java) S 7104 7107 6916 0 -1 4202496 12278 0 1 0 223 14 0 0 20 0 18 0 26230380 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140736982953840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7107/statm: 2389619 70581 2269 9 0 2380296 0
[pid=7107/tid=7109] ppid=7104 vsize=9558476 CPUtime=1.36 cores=1,3,5,7
/proc/7107/task/7109/stat : 7109 (java) R 7104 7107 6916 0 -1 4202560 2543 0 1 0 133 3 0 0 20 0 18 0 26230381 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635414752696 259115771149 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7110] ppid=7104 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/7107/task/7110/stat : 7110 (java) S 7104 7107 6916 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 26230381 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635353483944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7111] ppid=7104 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/7107/task/7111/stat : 7111 (java) S 7104 7107 6916 0 -1 4202560 105 0 0 0 2 0 0 0 20 0 18 0 26230381 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635352431400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7112] ppid=7104 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/7107/task/7112/stat : 7112 (java) S 7104 7107 6916 0 -1 4202560 105 0 0 0 4 2 0 0 20 0 18 0 26230381 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635351378856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7113] ppid=7104 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/7107/task/7113/stat : 7113 (java) S 7104 7107 6916 0 -1 4202560 35 0 0 0 2 2 0 0 20 0 18 0 26230381 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635350326312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7114] ppid=7104 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/7107/task/7114/stat : 7114 (java) S 7104 7107 6916 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 18 0 26230381 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635253979304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7107/tid=7115] ppid=7104 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/7107/task/7115/stat : 7115 (java) S 7104 7107 6916 0 -1 4202560 115 0 0 0 2 1 0 0 20 0 18 0 26230381 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635252926760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7107/tid=7116] ppid=7104 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/7107/task/7116/stat : 7116 (java) S 7104 7107 6916 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 18 0 26230381 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635251874216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7117] ppid=7104 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/7107/task/7117/stat : 7117 (java) S 7104 7107 6916 0 -1 4202560 108 0 0 0 3 0 0 0 20 0 18 0 26230381 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635250821672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7118] ppid=7104 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7118/stat : 7118 (java) S 7104 7107 6916 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 26230382 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635238623848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7119] ppid=7104 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7119/stat : 7119 (java) S 7104 7107 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26230383 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635237570168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7120] ppid=7104 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7120/stat : 7120 (java) S 7104 7107 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 26230383 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635236517512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7121] ppid=7104 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7121/stat : 7121 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26230385 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635235466256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7122] ppid=7104 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/7107/task/7122/stat : 7122 (java) S 7104 7107 6916 0 -1 4202560 3320 0 0 0 29 0 0 0 20 0 18 0 26230385 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635234412600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7123] ppid=7104 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/7107/task/7123/stat : 7123 (java) S 7104 7107 6916 0 -1 4202560 4554 0 0 0 28 0 0 0 20 0 18 0 26230385 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635233360056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7124] ppid=7104 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7124/stat : 7124 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26230385 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635232307704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7125] ppid=7104 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7125/stat : 7125 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26230385 9787879424 70581 33554432000 1073741824 1073778376 140736982962704 140635231255368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 1.40 1.26 1.40 4/212 7126
/proc/meminfo: memFree=29575680/32872528 swapFree=1497824/1644992
[pid=7107] ppid=7104 vsize=9625040 CPUtime=4.64 cores=1,3,5,7
/proc/7107/stat : 7107 (java) S 7104 7107 6916 0 -1 4202496 12863 0 1 0 440 24 0 0 20 0 19 0 26230380 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140736982953840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7107/statm: 2406260 104210 2280 9 0 2396937 0
[pid=7107/tid=7109] ppid=7104 vsize=9625040 CPUtime=2.87 cores=1,3,5,7
/proc/7107/task/7109/stat : 7109 (java) R 7104 7107 6916 0 -1 4202560 2588 0 1 0 283 4 0 0 20 0 19 0 26230381 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635414753768 140635355203309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7110] ppid=7104 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7107/task/7110/stat : 7110 (java) S 7104 7107 6916 0 -1 4202560 45 0 0 0 5 3 0 0 20 0 19 0 26230381 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635353483944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7111] ppid=7104 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7107/task/7111/stat : 7111 (java) S 7104 7107 6916 0 -1 4202560 122 0 0 0 4 2 0 0 20 0 19 0 26230381 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635352431400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7112] ppid=7104 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7107/task/7112/stat : 7112 (java) S 7104 7107 6916 0 -1 4202560 133 0 0 0 8 3 0 0 20 0 19 0 26230381 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635351378856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7107/tid=7113] ppid=7104 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7107/task/7113/stat : 7113 (java) S 7104 7107 6916 0 -1 4202560 53 0 0 0 6 2 0 0 20 0 19 0 26230381 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635350326312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7114] ppid=7104 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7107/task/7114/stat : 7114 (java) S 7104 7107 6916 0 -1 4202560 50 0 0 0 7 2 0 0 20 0 19 0 26230381 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635253979304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7107/tid=7115] ppid=7104 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7107/task/7115/stat : 7115 (java) S 7104 7107 6916 0 -1 4202560 147 0 0 0 4 2 0 0 20 0 19 0 26230381 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635252926760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7107/tid=7116] ppid=7104 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7107/task/7116/stat : 7116 (java) S 7104 7107 6916 0 -1 4202560 102 0 0 0 4 2 0 0 20 0 19 0 26230381 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635251874216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7117] ppid=7104 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7107/task/7117/stat : 7117 (java) S 7104 7107 6916 0 -1 4202560 128 0 0 0 5 2 0 0 20 0 19 0 26230381 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635250821672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7118] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7118/stat : 7118 (java) S 7104 7107 6916 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 26230382 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635238623848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7107/tid=7119] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7119/stat : 7119 (java) S 7104 7107 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26230383 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635237570168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7120] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7120/stat : 7120 (java) S 7104 7107 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26230383 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635236517512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7121] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7121/stat : 7121 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26230385 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635235466256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7122] ppid=7104 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7107/task/7122/stat : 7122 (java) S 7104 7107 6916 0 -1 4202560 3354 0 0 0 50 0 0 0 20 0 19 0 26230385 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635234412600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7123] ppid=7104 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/7107/task/7123/stat : 7123 (java) S 7104 7107 6916 0 -1 4202560 4680 0 0 0 48 1 0 0 20 0 19 0 26230385 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635233360056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7124] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7124/stat : 7124 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26230385 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635232307704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7125] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7125/stat : 7125 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26230385 9856040960 104210 33554432000 1073741824 1073778376 140736982962704 140635231255368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 9625040

[startup+6.30091 s]
/proc/loadavg: 1.44 1.28 1.40 3/213 7127
/proc/meminfo: memFree=29478700/32872528 swapFree=1497824/1644992
[pid=7107] ppid=7104 vsize=9625040 CPUtime=8.12 cores=1,3,5,7
/proc/7107/stat : 7107 (java) S 7104 7107 6916 0 -1 4202496 13224 0 1 0 781 31 0 0 20 0 19 0 26230380 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140736982953840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7107/statm: 2406260 118109 2281 9 0 2396937 0
[pid=7107/tid=7109] ppid=7104 vsize=9625040 CPUtime=5.98 cores=1,3,5,7
/proc/7107/task/7109/stat : 7109 (java) R 7104 7107 6916 0 -1 4202560 2591 0 1 0 594 4 0 0 20 0 19 0 26230381 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635414751632 140635355203211 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7110] ppid=7104 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7107/task/7110/stat : 7110 (java) S 7104 7107 6916 0 -1 4202560 82 0 0 0 10 4 0 0 20 0 19 0 26230381 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635353483944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7111] ppid=7104 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/7107/task/7111/stat : 7111 (java) S 7104 7107 6916 0 -1 4202560 144 0 0 0 7 3 0 0 20 0 19 0 26230381 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635352431400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7112] ppid=7104 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7107/task/7112/stat : 7112 (java) S 7104 7107 6916 0 -1 4202560 150 0 0 0 10 3 0 0 20 0 19 0 26230381 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635351378856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7113] ppid=7104 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7107/task/7113/stat : 7113 (java) S 7104 7107 6916 0 -1 4202560 95 0 0 0 9 3 0 0 20 0 19 0 26230381 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635350326312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7114] ppid=7104 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7107/task/7114/stat : 7114 (java) S 7104 7107 6916 0 -1 4202560 73 0 0 0 9 3 0 0 20 0 19 0 26230381 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635253979304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7107/tid=7115] ppid=7104 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7107/task/7115/stat : 7115 (java) S 7104 7107 6916 0 -1 4202560 162 0 0 0 6 3 0 0 20 0 19 0 26230381 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635252926760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7116] ppid=7104 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/7107/task/7116/stat : 7116 (java) S 7104 7107 6916 0 -1 4202560 114 0 0 0 7 3 0 0 20 0 19 0 26230381 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635251874216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7117] ppid=7104 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/7107/task/7117/stat : 7117 (java) S 7104 7107 6916 0 -1 4202560 151 0 0 0 7 3 0 0 20 0 19 0 26230381 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635250821672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7118] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7118/stat : 7118 (java) S 7104 7107 6916 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 26230382 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635238623848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7119] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7119/stat : 7119 (java) S 7104 7107 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26230383 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635237570168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7120] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7120/stat : 7120 (java) S 7104 7107 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26230383 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635236517512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7121] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7121/stat : 7121 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26230385 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635235466256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7122] ppid=7104 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/7107/task/7122/stat : 7122 (java) S 7104 7107 6916 0 -1 4202560 3521 0 0 0 56 0 0 0 20 0 19 0 26230385 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635234412600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7123] ppid=7104 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/7107/task/7123/stat : 7123 (java) S 7104 7107 6916 0 -1 4202560 4680 0 0 0 49 2 0 0 20 0 19 0 26230385 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635233360056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7124] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7124/stat : 7124 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26230385 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635232307704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7125] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7125/stat : 7125 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26230385 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635231255368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7127] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7127/stat : 7127 (java) S 7104 7107 6916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26230638 9856040960 118109 33554432000 1073741824 1073778376 140736982962704 140635230201128 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 1.49 1.29 1.40 5/212 7127
/proc/meminfo: memFree=29409768/32872528 swapFree=1497824/1644992
[pid=7107] ppid=7104 vsize=9625040 CPUtime=14.58 cores=1,3,5,7

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

[pid=7107/tid=7127] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7127/stat : 7127 (java) S 7104 7107 6916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26230638 9856040960 804660 33554432000 1073741824 1073778376 140736982962704 140635230201128 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1665.72
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.23 2.26 2.11 3/213 7170
/proc/meminfo: memFree=26238704/32872528 swapFree=1497824/1644992
[pid=7107] ppid=7104 vsize=9625040 CPUtime=1726.19 cores=1,3,5,7
/proc/7107/stat : 7107 (java) S 7104 7107 6916 0 -1 4202496 109260 0 1 0 172431 188 0 0 20 0 19 0 26230380 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140736982953840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7107/statm: 2406260 888336 2293 9 0 2396937 0
[pid=7107/tid=7109] ppid=7104 vsize=9625040 CPUtime=1714.75 cores=1,3,5,7
/proc/7107/task/7109/stat : 7109 (java) R 7104 7107 6916 0 -1 4202560 4242 0 1 0 171409 66 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635414752400 140635355222582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7110] ppid=7104 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/7107/task/7110/stat : 7110 (java) S 7104 7107 6916 0 -1 4202560 9234 0 0 0 28 15 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635353483944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7111] ppid=7104 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7107/task/7111/stat : 7111 (java) S 7104 7107 6916 0 -1 4202560 8152 0 0 0 24 14 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635352431400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7107/tid=7112] ppid=7104 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7107/task/7112/stat : 7112 (java) S 7104 7107 6916 0 -1 4202560 9746 0 0 0 29 16 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635351378856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7113] ppid=7104 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7107/task/7113/stat : 7113 (java) S 7104 7107 6916 0 -1 4202560 10192 0 0 0 27 14 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635350326312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7114] ppid=7104 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/7107/task/7114/stat : 7114 (java) S 7104 7107 6916 0 -1 4202560 8965 0 0 0 29 15 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635253979304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7115] ppid=7104 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7107/task/7115/stat : 7115 (java) S 7104 7107 6916 0 -1 4202560 12928 0 0 0 27 12 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635252926760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7116] ppid=7104 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7107/task/7116/stat : 7116 (java) S 7104 7107 6916 0 -1 4202560 10550 0 0 0 29 19 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635251874216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7107/tid=7117] ppid=7104 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7107/task/7117/stat : 7117 (java) S 7104 7107 6916 0 -1 4202560 11088 0 0 0 25 14 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635250821672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7118] ppid=7104 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/7107/task/7118/stat : 7118 (java) S 7104 7107 6916 0 -1 4202560 14583 0 0 0 203 4 0 0 20 0 19 0 26230382 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635238623848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7119] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7119/stat : 7119 (java) S 7104 7107 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26230383 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635237570168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7120] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7120/stat : 7120 (java) S 7104 7107 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26230383 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635236517512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7121] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7121/stat : 7121 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635235466256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7122] ppid=7104 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/7107/task/7122/stat : 7122 (java) S 7104 7107 6916 0 -1 4202560 3526 0 0 0 61 0 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635234412600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7123] ppid=7104 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7107/task/7123/stat : 7123 (java) S 7104 7107 6916 0 -1 4202560 4692 0 0 0 56 2 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635233360056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7124] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7124/stat : 7124 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635232307704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7125] ppid=7104 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7107/task/7125/stat : 7125 (java) S 7104 7107 6916 0 -1 4202560 99 0 0 0 24 26 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635231255368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7127] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7127/stat : 7127 (java) S 7104 7107 6916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26230638 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635230201128 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.19
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.26 2.12 3/212 7171
/proc/meminfo: memFree=26246492/32872528 swapFree=1497824/1644992
[pid=7107] ppid=7104 vsize=9625040 CPUtime=1786.19 cores=1,3,5,7
/proc/7107/stat : 7107 (java) S 7104 7107 6916 0 -1 4202496 109264 0 1 0 178429 190 0 0 20 0 19 0 26230380 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140736982953840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7107/statm: 2406260 888336 2293 9 0 2396937 0
[pid=7107/tid=7109] ppid=7104 vsize=9625040 CPUtime=1774.58 cores=1,3,5,7
/proc/7107/task/7109/stat : 7109 (java) R 7104 7107 6916 0 -1 4202560 4242 0 1 0 177392 66 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635414744784 140635355254437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7110] ppid=7104 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/7107/task/7110/stat : 7110 (java) S 7104 7107 6916 0 -1 4202560 9234 0 0 0 28 15 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635353483944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7111] ppid=7104 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7107/task/7111/stat : 7111 (java) S 7104 7107 6916 0 -1 4202560 8152 0 0 0 24 14 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635352431400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7107/tid=7112] ppid=7104 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7107/task/7112/stat : 7112 (java) S 7104 7107 6916 0 -1 4202560 9746 0 0 0 29 16 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635351378856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7113] ppid=7104 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7107/task/7113/stat : 7113 (java) S 7104 7107 6916 0 -1 4202560 10192 0 0 0 27 14 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635350326312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7114] ppid=7104 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/7107/task/7114/stat : 7114 (java) S 7104 7107 6916 0 -1 4202560 8965 0 0 0 29 15 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635253979304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7115] ppid=7104 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7107/task/7115/stat : 7115 (java) S 7104 7107 6916 0 -1 4202560 12928 0 0 0 27 12 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635252926760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7116] ppid=7104 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7107/task/7116/stat : 7116 (java) S 7104 7107 6916 0 -1 4202560 10550 0 0 0 29 19 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635251874216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7107/tid=7117] ppid=7104 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7107/task/7117/stat : 7117 (java) S 7104 7107 6916 0 -1 4202560 11088 0 0 0 25 14 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635250821672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7118] ppid=7104 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/7107/task/7118/stat : 7118 (java) S 7104 7107 6916 0 -1 4202560 14583 0 0 0 203 4 0 0 20 0 19 0 26230382 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635238623848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7119] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7119/stat : 7119 (java) S 7104 7107 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26230383 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635237570168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7120] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7120/stat : 7120 (java) S 7104 7107 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26230383 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635236517512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7121] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7121/stat : 7121 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635235466256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7122] ppid=7104 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/7107/task/7122/stat : 7122 (java) S 7104 7107 6916 0 -1 4202560 3526 0 0 0 61 0 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635234412600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7123] ppid=7104 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7107/task/7123/stat : 7123 (java) S 7104 7107 6916 0 -1 4202560 4692 0 0 0 56 2 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635233360056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7124] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7124/stat : 7124 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635232307704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7125] ppid=7104 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/7107/task/7125/stat : 7125 (java) S 7104 7107 6916 0 -1 4202560 103 0 0 0 25 27 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635231255368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7127] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7127/stat : 7127 (java) S 7104 7107 6916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26230638 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635230201128 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.19
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.25 2.26 2.12 3/213 7238
/proc/meminfo: memFree=26458496/32872528 swapFree=1497824/1644992
[pid=7107] ppid=7104 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/7107/stat : 7107 (java) S 7104 7107 6916 0 -1 4202496 109264 0 1 0 179818 191 0 0 20 0 19 0 26230380 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140736982953840 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7107/statm: 2406260 888336 2293 9 0 2396937 0
[pid=7107/tid=7109] ppid=7104 vsize=9625040 CPUtime=1788.43 cores=1,3,5,7
/proc/7107/task/7109/stat : 7109 (java) R 7104 7107 6916 0 -1 4202560 4242 0 1 0 178775 68 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635414744784 140635355345048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7110] ppid=7104 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/7107/task/7110/stat : 7110 (java) S 7104 7107 6916 0 -1 4202560 9234 0 0 0 28 15 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635353483944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7111] ppid=7104 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7107/task/7111/stat : 7111 (java) S 7104 7107 6916 0 -1 4202560 8152 0 0 0 24 14 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635352431400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7107/tid=7112] ppid=7104 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7107/task/7112/stat : 7112 (java) S 7104 7107 6916 0 -1 4202560 9746 0 0 0 29 16 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635351378856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7113] ppid=7104 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7107/task/7113/stat : 7113 (java) S 7104 7107 6916 0 -1 4202560 10192 0 0 0 27 14 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635350326312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7114] ppid=7104 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/7107/task/7114/stat : 7114 (java) S 7104 7107 6916 0 -1 4202560 8965 0 0 0 29 15 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635253979304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7115] ppid=7104 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7107/task/7115/stat : 7115 (java) S 7104 7107 6916 0 -1 4202560 12928 0 0 0 27 12 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635252926760 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7116] ppid=7104 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7107/task/7116/stat : 7116 (java) S 7104 7107 6916 0 -1 4202560 10550 0 0 0 29 19 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635251874216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7107/tid=7117] ppid=7104 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7107/task/7117/stat : 7117 (java) S 7104 7107 6916 0 -1 4202560 11088 0 0 0 25 14 0 0 20 0 19 0 26230381 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635250821672 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7118] ppid=7104 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/7107/task/7118/stat : 7118 (java) S 7104 7107 6916 0 -1 4202560 14583 0 0 0 203 4 0 0 20 0 19 0 26230382 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635238623848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7119] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7119/stat : 7119 (java) S 7104 7107 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26230383 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635237570168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7120] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7120/stat : 7120 (java) S 7104 7107 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26230383 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635236517512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7121] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7121/stat : 7121 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635235466256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7107/tid=7122] ppid=7104 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/7107/task/7122/stat : 7122 (java) S 7104 7107 6916 0 -1 4202560 3526 0 0 0 61 0 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635234412600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7123] ppid=7104 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7107/task/7123/stat : 7123 (java) S 7104 7107 6916 0 -1 4202560 4692 0 0 0 56 2 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635233360056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7124] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7124/stat : 7124 (java) S 7104 7107 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635232307704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7107/tid=7125] ppid=7104 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/7107/task/7125/stat : 7125 (java) S 7104 7107 6916 0 -1 4202560 103 0 0 0 25 27 0 0 20 0 19 0 26230385 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635231255368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7107/tid=7127] ppid=7104 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7107/task/7127/stat : 7127 (java) S 7104 7107 6916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26230638 9856040960 888336 33554432000 1073741824 1073778376 140736982962704 140635230201128 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 7107 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7107 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=589332
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=351642
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.25
CPU time (s): 1800.09
CPU user time (s): 1798.18
CPU system time (s): 1.91
CPU usage (%): 100.214
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.59
system time used= 2.35164
maximum resident set size= 3622820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109305
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42568
involuntary context switches= 5956

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.52386 second user time and 8.20675 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-18 11:23:56
IDJOB=4103520
IDBENCH=2383
IDSOLVER=2546
FILE ID=node124/4103520-1466241835
RUNJOBID= node124-1466241833-6933
PBS_JOBID= 19918215
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-greenbeb.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103520-1466241835/watcher-4103520-1466241835 -o /tmp/evaluation-result-4103520-1466241835/solver-4103520-1466241835 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466241833-6933 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103520-1466241835.opb

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

MD5SUM BENCH= ebe0bf73b5f65c9fef014886519c9815
RANDOM SEED=287578195

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30059440 kB
Buffers:          124444 kB
Cached:           173704 kB
SwapCached:         3080 kB
Active:           184860 kB
Inactive:         198112 kB
Active(anon):      84416 kB
Inactive(anon):     2880 kB
Active(file):     100444 kB
Inactive(file):   195232 kB
Unevictable:     1644992 kB
Mlocked:         1497824 kB
SwapTotal:      67108856 kB
SwapFree:       67099796 kB
Dirty:             19200 kB
Writeback:             0 kB
AnonPages:       1722400 kB
Mapped:            16812 kB
Shmem:                 0 kB
Slab:             626148 kB
SReclaimable:      69236 kB
SUnreclaim:       556912 kB
KernelStack:        1576 kB
PageTables:         7656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2331028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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= 71712 MiB
End job on node124 at 2016-06-18 11:53:52