Trace number 4080958

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 Res+CP PB16? (TO) 1800.05 897.003

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_5_ic.opb
MD5SUMd92c3493b3e048f1d4b1212b9868f41b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 125000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11266082609
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 125000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11266082609
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4080958-1465371230.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.21/0.64	c ... done. Wall clock time 0.534s.
1.21/0.64	c declared #vars     15725
1.41/0.71	c #constraints  33139
1.41/0.71	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.41/0.71	c constraints type 
1.41/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.41/0.71	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.41/0.71	c org.sat4j.specs.Constr$1 => 3
1.41/0.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.41/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.41/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.41/0.71	c 33139 constraints processed.
1.41/0.71	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.41/0.71	c constraints type 
1.41/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.41/0.71	c org.sat4j.specs.Constr$1 => 3
1.41/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.41/0.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.41/0.71	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.41/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.41/0.71	c 33139 constraints processed.
1.41/0.71	c objective function length is 1825 literals
9.74/4.15	c cleaning 2499 clauses out of 5002 with flag 17973/5002
17.16/7.60	c cleaning 4253 clauses out of 8505 with flag 43947/11004
25.88/11.91	c cleaning 5625 clauses out of 11251 with flag 79325/18003
36.35/17.15	c cleaning 6807 clauses out of 13628 with flag 125545/26005
48.28/23.03	c cleaning 7901 clauses out of 15817 with flag 184481/35001
60.57/29.15	c cleaning 8959 clauses out of 17919 with flag 242584/45004
74.27/35.91	c cleaning 9973 clauses out of 19958 with flag 301758/56002
89.36/43.45	c cleaning 10991 clauses out of 21984 with flag 370822/68001
106.24/51.88	c cleaning 11990 clauses out of 23992 with flag 449909/81000
124.27/60.83	c cleaning 12998 clauses out of 26004 with flag 547540/95002
144.80/71.09	c cleaning 14003 clauses out of 28005 with flag 635595/110001
168.45/82.85	c cleaning 14997 clauses out of 30003 with flag 757641/126002
198.38/97.78	c cleaning 15991 clauses out of 32004 with flag 895769/143000
244.87/120.87	c cleaning 17004 clauses out of 34016 with flag 1020175/161003
259.13/127.94	c cleaning 0 clauses out of 5010 with flag 0/5010
272.90/134.65	c cleaning 17998 clauses out of 36009 with flag 1161820/180000
304.76/150.45	c cleaning 18998 clauses out of 38011 with flag 1323711/200000
335.15/165.50	c cleaning 20003 clauses out of 40014 with flag 1486563/221001
369.41/182.92	c cleaning 20997 clauses out of 42010 with flag 1652259/243000
410.00/203.11	c cleaning 21997 clauses out of 44015 with flag 1835653/266002
451.99/224.06	c cleaning 22999 clauses out of 46017 with flag 2036864/290001
494.17/245.05	c cleaning 24004 clauses out of 48019 with flag 2248628/315002
536.35/266.08	c cleaning 24993 clauses out of 50013 with flag 2468480/341000
587.61/291.56	c cleaning 26005 clauses out of 52020 with flag 2694279/368000
636.17/315.77	c cleaning 26998 clauses out of 54016 with flag 2909726/396001
689.14/342.58	c cleaning 27998 clauses out of 56017 with flag 3153550/425000
741.98/368.87	c cleaning 28999 clauses out of 58019 with flag 3402953/455000
800.80/398.14	c cleaning 30002 clauses out of 60021 with flag 3633234/486001
859.31/427.26	c cleaning 31003 clauses out of 62019 with flag 3867058/518001
917.33/456.10	c cleaning 31999 clauses out of 64016 with flag 4153713/551001
984.21/489.44	c cleaning 32999 clauses out of 66017 with flag 4420497/585001
1051.67/523.00	c cleaning 34000 clauses out of 68017 with flag 4686313/620000
1121.46/558.24	c cleaning 35006 clauses out of 70017 with flag 4970361/656000
1195.17/594.95	c cleaning 36005 clauses out of 72013 with flag 5283904/693002
1291.03/642.68	c cleaning 36998 clauses out of 74006 with flag 5541802/731000
1367.29/680.65	c cleaning 37998 clauses out of 76009 with flag 5804341/770001
1441.00/718.05	c cleaning 39002 clauses out of 78010 with flag 6092386/810000
1516.95/755.82	c cleaning 39998 clauses out of 80009 with flag 6315203/851001
1526.33/760.53	c cleaning 0 clauses out of 11003 with flag 0/11003
1607.24/800.84	c cleaning 41001 clauses out of 82012 with flag 6522398/893002
1705.41/849.72	c cleaning 41993 clauses out of 84009 with flag 6730828/936000
1800.05/896.94	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/896.94	c starts		: 1290
1800.05/896.94	c conflicts		: 979744
1800.05/896.94	c decisions		: 1283648
1800.05/896.94	c propagations		: 600240955
1800.05/896.94	c inspects		: 7693346214
1800.05/896.94	c shortcuts		: 0
1800.05/896.94	c learnt literals	: 0
1800.05/896.94	c learnt binary clauses	: 0
1800.05/896.94	c learnt ternary clauses	: 1
1800.05/896.94	c learnt constraints	: 979744
1800.05/896.94	c ignored constraints	: 0
1800.05/896.94	c root simplifications	: 0
1800.05/896.94	c removed literals (reason simplification)	: 26754081
1800.05/896.94	c reason swapping (by a shorter reason)	: 0
1800.05/896.94	c Calls to reduceDB	: 39
1800.05/896.94	c Number of update (reduction) of LBD	: 271321
1800.05/896.94	c Imported unit clauses	: 0
1800.05/896.94	c number of reductions to clauses (during analyze)	: 0
1800.05/896.94	c number of learned constraints concerned by reduction	: 0
1800.05/896.94	c number of learning phase by resolution	: 0
1800.05/896.94	c number of learning phase by cutting planes	: 0
1800.05/896.94	c speed (assignments/second)	: 669733.8820715033
1800.05/896.94	c non guided choices	0
1800.05/896.97	c learnt constraints type 
1800.05/896.97	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85760
1800.05/896.97	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/896.97	c starts		: 36
1800.05/896.97	c conflicts		: 11854
1800.05/896.97	c decisions		: 39660
1800.05/896.97	c propagations		: 9367388
1800.05/896.97	c inspects		: 994581003
1800.05/896.97	c shortcuts		: 0
1800.05/896.97	c learnt literals	: 0
1800.05/896.97	c learnt binary clauses	: 0
1800.05/896.97	c learnt ternary clauses	: 0
1800.05/896.97	c learnt constraints	: 11854
1800.05/896.97	c ignored constraints	: 0
1800.05/896.97	c root simplifications	: 0
1800.05/896.97	c removed literals (reason simplification)	: 0
1800.05/896.97	c reason swapping (by a shorter reason)	: 0
1800.05/896.97	c Calls to reduceDB	: 2
1800.05/896.97	c Number of update (reduction) of LBD	: 0
1800.05/896.97	c Imported unit clauses	: 0
1800.05/896.97	c number of reductions to clauses (during analyze)	: 0
1800.05/896.97	c number of learned constraints concerned by reduction	: 0
1800.05/896.97	c number of learning phase by resolution	: 0
1800.05/896.97	c number of learning phase by cutting planes	: 0
1800.05/896.97	c speed (assignments/second)	: 10451.62960343025
1800.05/896.97	c non guided choices	0
1800.05/896.98	c learnt constraints type 
1800.05/896.98	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 13
1800.05/896.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 36
1800.05/896.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11805
1800.05/896.98	s UNKNOWN
1800.05/896.98	c Total wall clock time (in seconds): 896.867

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-4080958-1465371230/watcher-4080958-1465371230 -o /tmp/evaluation-result-4080958-1465371230/solver-4080958-1465371230 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465369430-27013 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080958-1465371230.opb 

pid=27406
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: 4.28 4.22 3.83 7/195 27409
/proc/meminfo: memFree=29522772/32872528 swapFree=17536/1464688
[pid=27409] ppid=27406 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/27409/stat : 27409 (java) R 27406 27409 22851 0 -1 4202496 943 0 0 0 0 0 0 0 20 0 1 0 119056041 23793664 593 33554432000 1073741824 1073778376 140734005039152 140734005028216 227503290931 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27409/statm: 5809 606 452 9 0 128 0

[startup+0.100115 s]
/proc/loadavg: 4.28 4.22 3.83 7/195 27409
/proc/meminfo: memFree=29522772/32872528 swapFree=17536/1464688
[pid=27409] ppid=27406 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27409/stat : 27409 (java) S 27406 27409 22851 0 -1 4202496 4472 0 1 0 10 1 0 0 20 0 18 0 119056041 9787879424 6104 33554432000 1073741824 1073778376 140734005039152 140734005030288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27409/statm: 2389619 6104 2156 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200247 s]
/proc/loadavg: 4.28 4.22 3.83 7/195 27409
/proc/meminfo: memFree=29522772/32872528 swapFree=17536/1464688
[pid=27409] ppid=27406 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/27409/stat : 27409 (java) S 27406 27409 22851 0 -1 4202496 5134 0 1 0 29 1 0 0 20 0 18 0 119056041 9787879424 8111 33554432000 1073741824 1073778376 140734005039152 140734005030288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27409/statm: 2389619 8111 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300247 s]
/proc/loadavg: 4.28 4.22 3.83 7/195 27409
/proc/meminfo: memFree=29522772/32872528 swapFree=17536/1464688
[pid=27409] ppid=27406 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/27409/stat : 27409 (java) S 27406 27409 22851 0 -1 4202496 5904 0 1 0 52 1 0 0 20 0 18 0 119056041 9787879424 9919 33554432000 1073741824 1073778376 140734005039152 140734005030288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27409/statm: 2389619 9919 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700336 s]
/proc/loadavg: 4.28 4.22 3.83 7/195 27409
/proc/meminfo: memFree=29522772/32872528 swapFree=17536/1464688
[pid=27409] ppid=27406 vsize=9691604 CPUtime=1.41 cores=1,3,5,7
/proc/27409/stat : 27409 (java) S 27406 27409 22851 0 -1 4202496 9208 0 1 0 136 5 0 0 20 0 20 0 119056041 9924202496 45011 33554432000 1073741824 1073778376 140734005039152 140734005030288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27409/statm: 2422901 45011 2270 9 0 2413578 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9691604

[startup+1.50085 s]
/proc/loadavg: 4.28 4.22 3.83 8/217 27431
/proc/meminfo: memFree=29283796/32872528 swapFree=17536/1464688
[pid=27409] ppid=27406 vsize=9824732 CPUtime=3.93 cores=1,3,5,7
/proc/27409/stat : 27409 (java) S 27406 27409 22851 0 -1 4202496 16277 0 1 0 386 7 0 0 20 0 22 0 119056041 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140734005030288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27409/statm: 2456183 47555 2285 9 0 2446860 0
[pid=27409/tid=27411] ppid=27406 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/27409/task/27411/stat : 27411 (java) S 27406 27409 22851 0 -1 4202560 2474 0 1 0 60 2 0 0 20 0 22 0 119056042 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140158017475448 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27412] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27412/stat : 27412 (java) S 27406 27409 22851 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119056042 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140158006537128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27413] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27413/stat : 27413 (java) S 27406 27409 22851 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 119056042 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140158005484584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27414] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27414/stat : 27414 (java) S 27406 27409 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056042 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140158004431528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27415] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27415/stat : 27415 (java) S 27406 27409 22851 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 119056042 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157858298664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27416] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27416/stat : 27416 (java) S 27406 27409 22851 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 119056042 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157857245608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27417] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27417/stat : 27417 (java) S 27406 27409 22851 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 119056042 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157856193064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27418] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27418/stat : 27418 (java) S 27406 27409 22851 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 119056042 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157855140008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27419] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27419/stat : 27419 (java) S 27406 27409 22851 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 119056042 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157854087464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27420] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27420/stat : 27420 (java) S 27406 27409 22851 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157841677160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27421] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27421/stat : 27421 (java) S 27406 27409 22851 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157840623480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27422] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27422/stat : 27422 (java) S 27406 27409 22851 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157839570312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27423] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27423/stat : 27423 (java) S 27406 27409 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119056046 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157838519056 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27424] ppid=27406 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/27409/task/27424/stat : 27424 (java) R 27406 27409 22851 0 -1 4202560 5207 0 0 0 80 2 0 0 20 0 22 0 119056046 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157837459632 140158020059636 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27425] ppid=27406 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/27409/task/27425/stat : 27425 (java) S 27406 27409 22851 0 -1 4202560 7154 0 0 0 86 2 0 0 20 0 22 0 119056046 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157836413368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27426] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27426/stat : 27426 (java) S 27406 27409 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119056046 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157835360504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27427] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27427/stat : 27427 (java) S 27406 27409 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119056046 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157834308168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27428] ppid=27406 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/27409/task/27428/stat : 27428 (java) R 27406 27409 22851 0 -1 4202560 18 0 0 0 74 0 0 0 20 0 22 0 119056106 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157833204656 140157886796126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27429] ppid=27406 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/27409/task/27429/stat : 27429 (java) R 27406 27409 22851 0 -1 4202560 32 0 0 0 69 0 0 0 20 0 22 0 119056106 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157832151544 140157886637753 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27430] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27430/stat : 27430 (java) S 27406 27409 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056112 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157831099688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27431] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27431/stat : 27431 (java) S 27406 27409 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056113 10060525568 47555 33554432000 1073741824 1073778376 140734005039152 140157830047144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.28 4.22 3.83 6/217 27431
/proc/meminfo: memFree=29082144/32872528 swapFree=17536/1464688
[pid=27409] ppid=27406 vsize=9824732 CPUtime=7.68 cores=1,3,5,7
/proc/27409/stat : 27409 (java) S 27406 27409 22851 0 -1 4202496 17229 0 1 0 755 13 0 0 20 0 22 0 119056041 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140734005030288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27409/statm: 2456183 88009 2287 9 0 2446860 0
[pid=27409/tid=27411] ppid=27406 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/27409/task/27411/stat : 27411 (java) S 27406 27409 22851 0 -1 4202560 2474 0 1 0 60 2 0 0 20 0 22 0 119056042 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140158017475448 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27412] ppid=27406 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27409/task/27412/stat : 27412 (java) S 27406 27409 22851 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 119056042 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140158006537128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27413] ppid=27406 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/27409/task/27413/stat : 27413 (java) S 27406 27409 22851 0 -1 4202560 43 0 0 0 4 0 0 0 20 0 22 0 119056042 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140158005484584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27414] ppid=27406 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27409/task/27414/stat : 27414 (java) S 27406 27409 22851 0 -1 4202560 92 0 0 0 3 0 0 0 20 0 22 0 119056042 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140158004431528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27415] ppid=27406 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27409/task/27415/stat : 27415 (java) S 27406 27409 22851 0 -1 4202560 101 0 0 0 3 0 0 0 20 0 22 0 119056042 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157858298664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27416] ppid=27406 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27409/task/27416/stat : 27416 (java) S 27406 27409 22851 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 119056042 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157857245608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27417] ppid=27406 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27409/task/27417/stat : 27417 (java) S 27406 27409 22851 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 119056042 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157856193064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27418] ppid=27406 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27409/task/27418/stat : 27418 (java) S 27406 27409 22851 0 -1 4202560 99 0 0 0 3 0 0 0 20 0 22 0 119056042 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157855140008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27419] ppid=27406 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/27409/task/27419/stat : 27419 (java) S 27406 27409 22851 0 -1 4202560 97 0 0 0 6 2 0 0 20 0 22 0 119056042 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157854087464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27420] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27420/stat : 27420 (java) S 27406 27409 22851 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157841677160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27421] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27421/stat : 27421 (java) S 27406 27409 22851 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157840623480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27422] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27422/stat : 27422 (java) S 27406 27409 22851 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157839570312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27423] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27423/stat : 27423 (java) S 27406 27409 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119056046 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157838519056 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27424] ppid=27406 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/27409/task/27424/stat : 27424 (java) S 27406 27409 22851 0 -1 4202560 5224 0 0 0 109 2 0 0 20 0 22 0 119056046 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157837465912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27425] ppid=27406 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/27409/task/27425/stat : 27425 (java) S 27406 27409 22851 0 -1 4202560 7470 0 0 0 102 2 0 0 20 0 22 0 119056046 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157836413368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27426] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27426/stat : 27426 (java) S 27406 27409 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119056046 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157835360504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27427] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27427/stat : 27427 (java) S 27406 27409 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119056046 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157834308168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27428] ppid=27406 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/27409/task/27428/stat : 27428 (java) R 27406 27409 22851 0 -1 4202560 19 0 0 0 224 0 0 0 20 0 22 0 119056106 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157833203808 140157886664753 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27429] ppid=27406 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/27409/task/27429/stat : 27429 (java) R 27406 27409 22851 0 -1 4202560 86 0 0 0 217 1 0 0 20 0 22 0 119056106 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157832151664 140157886842964 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27430] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27430/stat : 27430 (java) S 27406 27409 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056112 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157831099688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27431] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27431/stat : 27431 (java) S 27406 27409 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056113 10060525568 88009 33554432000 1073741824 1073778376 140734005039152 140157830047144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.26 4.22 3.83 5/217 27431
/proc/meminfo: memFree=28456308/32872528 swapFree=17536/1464688
[pid=27409] ppid=27406 vsize=9824732 CPUtime=14.5 cores=1,3,5,7
/proc/27409/stat : 27409 (java) S 27406 27409 22851 0 -1 4202496 20535 0 1 0 1423 27 0 0 20 0 22 0 119056041 10060525568 164738 33554432000 1073741824 1073778376 140734005039152 140734005030288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27409/statm: 2456183 164738 2291 9 0 2446860 0
[pid=27409/tid=27411] ppid=27406 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/27409/task/27411/stat : 27411 (java) S 27406 27409 22851 0 -1 4202560 2474 0 1 0 60 2 0 0 20 0 22 0 119056042 10060525568 164738 33554432000 1073741824 1073778376 140734005039152 140158017475448 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27412] ppid=27406 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/27409/task/27412/stat : 27412 (java) S 27406 27409 22851 0 -1 4202560 59 0 0 0 7 2 0 0 20 0 22 0 119056042 10060525568 164738 33554432000 1073741824 1073778376 140734005039152 140158006537128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27413] ppid=27406 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/27409/task/27413/stat : 27413 (java) S 27406 27409 22851 0 -1 4202560 67 0 0 0 6 2 0 0 20 0 22 0 119056042 10060525568 164738 33554432000 1073741824 1073778376 140734005039152 140158005484584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27414] ppid=27406 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/27409/task/27414/stat : 27414 (java) S 27406 27409 22851 0 -1 4202560 120 0 0 0 6 2 0 0 20 0 22 0 119056042 10060525568 164738 33554432000 1073741824 1073778376 140734005039152 140158004431528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27415] ppid=27406 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/27409/task/27415/stat : 27415 (java) S 27406 27409 22851 0 -1 4202560 123 0 0 0 6 2 0 0 20 0 22 0 119056042 10060525568 164738 33554432000 1073741824 1073778376 140734005039152 140157858298664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27416] ppid=27406 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/27409/task/27416/stat : 27416 (java) S 27406 27409 22851 0 -1 4202560 42 0 0 0 6 3 0 0 20 0 22 0 119056042 10060525568 164738 33554432000 1073741824 1073778376 140734005039152 140157857245608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27417] ppid=27406 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/27409/task/27417/stat : 27417 (java) S 27406 27409 22851 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 22 0 119056042 10060525568 164738 33554432000 1073741824 1073778376 140734005039152 140157856193064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27418] ppid=27406 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/27409/task/27418/stat : 27418 (java) S 27406 27409 22851 0 -1 4202560 137 0 0 0 6 1 0 0 20 0 22 0 119056042 10060525568 164738 33554432000 1073741824 1073778376 140734005039152 140157855140008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27419] ppid=27406 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/27409/task/27419/stat : 27419 (java) S 27406 27409 22851 0 -1 4202560 154 0 0 0 13 4 0 0 20 0 22 0 119056042 10060525568 164738 33554432000 1073741824 1073778376 140734005039152 140157854087464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27420] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27420/stat : 27420 (java) S 27406 27409 22851 0 -1 4202560 462 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 164738 33554432000 1073741824 1073778376 140734005039152 140157841677160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27421] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27421/stat : 27421 (java) S 27406 27409 22851 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 164738 33554432000 1073741824 1073778376 140734005039152 140157840623480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27422] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27422/stat : 27422 (java) S 27406 27409 22851 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 164738 33554432000 1073741824 1073778376 140734005039152 140157839570312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27423] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27423/stat : 27423 (java) S 27406 27409 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119056046 10060525568 164738 33554432000 1073741824 1073778376 140734005039152 140157838519056 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27424] ppid=27406 vsize=9824732 CPUtime=1.34 cores=1,3,5,7

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

/proc/27409/task/27414/stat : 27414 (java) S 27406 27409 22851 0 -1 4202560 542 0 0 0 211 16 0 0 20 0 22 0 119056042 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140158004431528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27415] ppid=27406 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/27409/task/27415/stat : 27415 (java) S 27406 27409 22851 0 -1 4202560 582 0 0 0 215 15 0 0 20 0 22 0 119056042 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157858298664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27416] ppid=27406 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/27409/task/27416/stat : 27416 (java) S 27406 27409 22851 0 -1 4202560 472 0 0 0 197 14 0 0 20 0 22 0 119056042 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157857245608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27417] ppid=27406 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/27409/task/27417/stat : 27417 (java) S 27406 27409 22851 0 -1 4202560 443 0 0 0 216 14 0 0 20 0 22 0 119056042 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157856193064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27418] ppid=27406 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/27409/task/27418/stat : 27418 (java) S 27406 27409 22851 0 -1 4202560 550 0 0 0 200 12 0 0 20 0 22 0 119056042 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157855140008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27419] ppid=27406 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/27409/task/27419/stat : 27419 (java) S 27406 27409 22851 0 -1 4202560 594 0 0 0 221 16 0 0 20 0 22 0 119056042 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157854087464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27420] ppid=27406 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/27409/task/27420/stat : 27420 (java) S 27406 27409 22851 0 -1 4202560 2536 0 0 0 384 11 0 0 20 0 22 0 119056044 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157841677160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27421] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27421/stat : 27421 (java) S 27406 27409 22851 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157840623480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27422] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27422/stat : 27422 (java) S 27406 27409 22851 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157839570312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27423] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27423/stat : 27423 (java) S 27406 27409 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119056046 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157838519056 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27424] ppid=27406 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/27409/task/27424/stat : 27424 (java) S 27406 27409 22851 0 -1 4202560 7924 0 0 0 142 3 0 0 20 0 22 0 119056046 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157837465912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27425] ppid=27406 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/27409/task/27425/stat : 27425 (java) S 27406 27409 22851 0 -1 4202560 11804 0 0 0 154 2 0 0 20 0 22 0 119056046 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157836413368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27426] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27426/stat : 27426 (java) S 27406 27409 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119056046 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157835360504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27427] ppid=27406 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/27409/task/27427/stat : 27427 (java) S 27406 27409 22851 0 -1 4202560 51 0 0 0 11 19 0 0 20 0 22 0 119056046 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157834308168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27428] ppid=27406 vsize=9824732 CPUtime=870.14 cores=1,3,5,7
/proc/27409/task/27428/stat : 27428 (java) R 27406 27409 22851 0 -1 4202560 113 0 0 0 86998 16 0 0 20 0 22 0 119056106 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157833202864 140157886665561 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27429] ppid=27406 vsize=9824732 CPUtime=870.25 cores=1,3,5,7
/proc/27409/task/27429/stat : 27429 (java) R 27406 27409 22851 0 -1 4202560 3453 0 0 0 86967 58 0 0 20 0 22 0 119056106 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157832151008 140157886893370 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27430] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27430/stat : 27430 (java) S 27406 27409 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056112 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157831099688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27431] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27431/stat : 27431 (java) S 27406 27409 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056113 10060525568 815842 33554432000 1073741824 1073778376 140734005039152 140157830047144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1770.83
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.901 s]
/proc/loadavg: 4.31 4.26 4.07 3/189 27484
/proc/meminfo: memFree=26430964/32872528 swapFree=17536/1464688
[pid=27409] ppid=27406 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/27409/stat : 27409 (java) S 27406 27409 22851 0 -1 4202496 34045 0 1 0 179811 194 0 0 20 0 22 0 119056041 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140734005030288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27409/statm: 2456183 819715 2300 9 0 2446860 0
[pid=27409/tid=27411] ppid=27406 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/27409/task/27411/stat : 27411 (java) S 27406 27409 22851 0 -1 4202560 2479 0 1 0 62 4 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140158017475448 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27412] ppid=27406 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/27409/task/27412/stat : 27412 (java) S 27406 27409 22851 0 -1 4202560 631 0 0 0 224 16 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140158006537128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27413] ppid=27406 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/27409/task/27413/stat : 27413 (java) S 27406 27409 22851 0 -1 4202560 573 0 0 0 218 15 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140158005484584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27414] ppid=27406 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/27409/task/27414/stat : 27414 (java) S 27406 27409 22851 0 -1 4202560 544 0 0 0 213 16 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140158004431528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27415] ppid=27406 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/27409/task/27415/stat : 27415 (java) S 27406 27409 22851 0 -1 4202560 587 0 0 0 217 15 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157858298664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27416] ppid=27406 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/27409/task/27416/stat : 27416 (java) S 27406 27409 22851 0 -1 4202560 479 0 0 0 199 14 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157857245608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27417] ppid=27406 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/27409/task/27417/stat : 27417 (java) S 27406 27409 22851 0 -1 4202560 454 0 0 0 217 14 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157856193064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27418] ppid=27406 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/27409/task/27418/stat : 27418 (java) S 27406 27409 22851 0 -1 4202560 554 0 0 0 202 12 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157855140008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27419] ppid=27406 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/27409/task/27419/stat : 27419 (java) S 27406 27409 22851 0 -1 4202560 598 0 0 0 222 16 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157854087464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27420] ppid=27406 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/27409/task/27420/stat : 27420 (java) S 27406 27409 22851 0 -1 4202560 2536 0 0 0 384 11 0 0 20 0 22 0 119056044 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157841677160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27421] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27421/stat : 27421 (java) S 27406 27409 22851 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157840623480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27422] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27422/stat : 27422 (java) S 27406 27409 22851 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157839570312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27423] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27423/stat : 27423 (java) S 27406 27409 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119056046 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157838519056 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27424] ppid=27406 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/27409/task/27424/stat : 27424 (java) S 27406 27409 22851 0 -1 4202560 7924 0 0 0 142 3 0 0 20 0 22 0 119056046 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157837465912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27425] ppid=27406 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/27409/task/27425/stat : 27425 (java) S 27406 27409 22851 0 -1 4202560 11804 0 0 0 154 2 0 0 20 0 22 0 119056046 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157836413368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27426] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27426/stat : 27426 (java) S 27406 27409 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119056046 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157835360504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27427] ppid=27406 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/27409/task/27427/stat : 27427 (java) S 27406 27409 22851 0 -1 4202560 51 0 0 0 11 19 0 0 20 0 22 0 119056046 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157834308168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27428] ppid=27406 vsize=9824732 CPUtime=884.64 cores=1,3,5,7
/proc/27409/task/27428/stat : 27428 (java) R 27406 27409 22851 0 -1 4202560 113 0 0 0 88448 16 0 0 20 0 22 0 119056106 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157833202720 140157886751299 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27429] ppid=27406 vsize=9824732 CPUtime=884.75 cores=1,3,5,7
/proc/27409/task/27429/stat : 27429 (java) R 27406 27409 22851 0 -1 4202560 3454 0 0 0 88417 58 0 0 20 0 22 0 119056106 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157832151088 140157886748311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27430] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27430/stat : 27430 (java) S 27406 27409 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056112 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157831099688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27431] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27431/stat : 27431 (java) S 27406 27409 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056113 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157830047144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 27409 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.901 s]
/proc/loadavg: 4.31 4.26 4.07 3/189 27484
/proc/meminfo: memFree=26430964/32872528 swapFree=17536/1464688
[pid=27409] ppid=27406 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/27409/stat : 27409 (java) S 27406 27409 22851 0 -1 4202496 34045 0 1 0 179811 194 0 0 20 0 22 0 119056041 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140734005030288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27409/statm: 2456183 819715 2300 9 0 2446860 0
[pid=27409/tid=27411] ppid=27406 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/27409/task/27411/stat : 27411 (java) S 27406 27409 22851 0 -1 4202560 2479 0 1 0 62 4 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140158017475448 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27412] ppid=27406 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/27409/task/27412/stat : 27412 (java) S 27406 27409 22851 0 -1 4202560 631 0 0 0 224 16 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140158006537128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27413] ppid=27406 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/27409/task/27413/stat : 27413 (java) S 27406 27409 22851 0 -1 4202560 573 0 0 0 218 15 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140158005484584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27414] ppid=27406 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/27409/task/27414/stat : 27414 (java) S 27406 27409 22851 0 -1 4202560 544 0 0 0 213 16 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140158004431528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27415] ppid=27406 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/27409/task/27415/stat : 27415 (java) S 27406 27409 22851 0 -1 4202560 587 0 0 0 217 15 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157858298664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27416] ppid=27406 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/27409/task/27416/stat : 27416 (java) S 27406 27409 22851 0 -1 4202560 479 0 0 0 199 14 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157857245608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27417] ppid=27406 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/27409/task/27417/stat : 27417 (java) S 27406 27409 22851 0 -1 4202560 454 0 0 0 217 14 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157856193064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27418] ppid=27406 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/27409/task/27418/stat : 27418 (java) S 27406 27409 22851 0 -1 4202560 554 0 0 0 202 12 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157855140008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27419] ppid=27406 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/27409/task/27419/stat : 27419 (java) S 27406 27409 22851 0 -1 4202560 598 0 0 0 222 16 0 0 20 0 22 0 119056042 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157854087464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27420] ppid=27406 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/27409/task/27420/stat : 27420 (java) S 27406 27409 22851 0 -1 4202560 2536 0 0 0 384 11 0 0 20 0 22 0 119056044 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157841677160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27421] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27421/stat : 27421 (java) S 27406 27409 22851 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157840623480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27422] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27422/stat : 27422 (java) S 27406 27409 22851 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119056044 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157839570312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27423] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27423/stat : 27423 (java) S 27406 27409 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119056046 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157838519056 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27424] ppid=27406 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/27409/task/27424/stat : 27424 (java) S 27406 27409 22851 0 -1 4202560 7924 0 0 0 142 3 0 0 20 0 22 0 119056046 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157837465912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27425] ppid=27406 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/27409/task/27425/stat : 27425 (java) S 27406 27409 22851 0 -1 4202560 11804 0 0 0 154 2 0 0 20 0 22 0 119056046 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157836413368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27426] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27426/stat : 27426 (java) S 27406 27409 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119056046 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157835360504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27409/tid=27427] ppid=27406 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/27409/task/27427/stat : 27427 (java) S 27406 27409 22851 0 -1 4202560 51 0 0 0 11 19 0 0 20 0 22 0 119056046 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157834308168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27428] ppid=27406 vsize=9824732 CPUtime=884.64 cores=1,3,5,7
/proc/27409/task/27428/stat : 27428 (java) R 27406 27409 22851 0 -1 4202560 113 0 0 0 88448 16 0 0 20 0 22 0 119056106 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157833202720 140157886751299 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27409/tid=27429] ppid=27406 vsize=9824732 CPUtime=884.75 cores=1,3,5,7
/proc/27409/task/27429/stat : 27429 (java) R 27406 27409 22851 0 -1 4202560 3454 0 0 0 88417 58 0 0 20 0 22 0 119056106 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157832151088 140157886748311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27409/tid=27430] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27430/stat : 27430 (java) S 27406 27409 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056112 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157831099688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27409/tid=27431] ppid=27406 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27409/task/27431/stat : 27431 (java) S 27406 27409 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056113 10060525568 819715 33554432000 1073741824 1073778376 140734005039152 140157830047144 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 897.003
CPU time (s): 1800.05
CPU user time (s): 1798.11
CPU system time (s): 1.94
CPU usage (%): 200.674
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.7
system time used= 2.49162
maximum resident set size= 3316892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34113
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25807
involuntary context switches= 39495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.12422 second user time and 7.60184 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-08 09:33:50
IDJOB=4080958
IDBENCH=92764
IDSOLVER=2543
FILE ID=node121/4080958-1465371230
RUNJOBID= node121-1465369430-27013
PBS_JOBID= 19853394
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_5_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080958-1465371230/watcher-4080958-1465371230 -o /tmp/evaluation-result-4080958-1465371230/solver-4080958-1465371230 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465369430-27013 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080958-1465371230.opb

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

MD5SUM BENCH= d92c3493b3e048f1d4b1212b9868f41b
RANDOM SEED=559324658

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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		: 2667.050
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:        29523524 kB
Buffers:          176800 kB
Cached:           778732 kB
SwapCached:         1672 kB
Active:           631188 kB
Inactive:         511988 kB
Active(anon):     187556 kB
Inactive(anon):     2572 kB
Active(file):     443632 kB
Inactive(file):   509416 kB
Unevictable:     1464688 kB
Mlocked:           17536 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:              4188 kB
Writeback:             0 kB
AnonPages:       1604480 kB
Mapped:            15012 kB
Shmem:                 0 kB
Slab:             608496 kB
SReclaimable:      52524 kB
SUnreclaim:       555972 kB
KernelStack:        1760 kB
PageTables:         7136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2273724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1558528 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= 71732 MiB
End job on node121 at 2016-06-08 09:48:47