Trace number 3689188

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.14 912.755

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1206_6-sat.opb
MD5SUM138289002292e7c474e0d36dbcddf060
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37752
Total number of constraints120373
Number of constraints which are clauses119753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint63
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 342
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.2.v20120418
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.09	c Free memory 		501472288
0.06/0.09	c Max memory 		7480803328
0.06/0.09	c Total memory 		504102912
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689188-1337881334.opb
0.10/0.11	c reading problem ... 
2.86/1.36	c ... done. Wall clock time 1.246s.
2.86/1.36	c declared #vars     37752
2.86/1.36	c #constraints  111646
2.86/1.36	c constraints type 
2.86/1.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15799
2.86/1.36	c ignored satisfied constraints => 8727
2.86/1.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 92086
2.86/1.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 3141
2.86/1.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
2.86/1.36	c 120373 constraints processed.
2.86/1.36	c constraints type 
2.86/1.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 92086
2.86/1.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15799
2.86/1.36	c ignored satisfied constraints => 8727
2.86/1.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
2.86/1.36	c org.sat4j.pb.constraints.pb.UnitClausePB => 3141
2.86/1.36	c 120373 constraints processed.
8.75/3.53	c cleaning 2491 clauses out of 4994 with flag 5000/5000
13.58/5.77	c cleaning 4248 clauses out of 8504 with flag 11001/11001
20.44/9.23	c cleaning 5612 clauses out of 11255 with flag 18000/18000
29.15/13.67	c cleaning 6818 clauses out of 13645 with flag 26002/26002
36.22/17.25	c cleaning 7898 clauses out of 15823 with flag 35000/35000
46.47/22.46	c cleaning 8960 clauses out of 17926 with flag 45001/45001
56.74/27.62	c cleaning 0 clauses out of 5002 with flag 0/5002
58.77/28.78	c cleaning 9964 clauses out of 19968 with flag 56003/56003
72.86/35.85	c cleaning 10992 clauses out of 22000 with flag 68000/68000
84.62/41.82	c cleaning 11988 clauses out of 24009 with flag 81001/81001
95.74/47.60	c cleaning 12993 clauses out of 26023 with flag 95003/95003
108.49/54.07	c cleaning 13995 clauses out of 28028 with flag 110001/110001
125.87/62.97	c cleaning 14985 clauses out of 30030 with flag 126000/126000
140.57/70.48	c cleaning 16016 clauses out of 32048 with flag 143003/143003
160.28/80.41	c cleaning 16992 clauses out of 34031 with flag 161002/161002
180.97/90.94	c cleaning 18006 clauses out of 36039 with flag 180002/180002
208.81/105.15	c cleaning 18982 clauses out of 38031 with flag 200000/200000
232.07/116.91	c cleaning 19985 clauses out of 40051 with flag 221002/221002
253.12/127.68	c cleaning 0 clauses out of 11000 with flag 0/11000
257.86/130.23	c cleaning 21023 clauses out of 42064 with flag 243000/243000
281.14/142.29	c cleaning 21974 clauses out of 44041 with flag 266000/266000
311.49/157.61	c cleaning 23005 clauses out of 46068 with flag 290001/290001
342.52/173.38	c cleaning 24015 clauses out of 48062 with flag 315000/315000
379.15/191.81	c cleaning 25007 clauses out of 50049 with flag 341002/341002
413.85/209.51	c cleaning 25970 clauses out of 52041 with flag 368001/368001
445.06/225.36	c cleaning 26967 clauses out of 54070 with flag 396000/396000
483.29/244.62	c cleaning 28007 clauses out of 56103 with flag 425000/425000
527.70/267.58	c cleaning 29039 clauses out of 58096 with flag 455000/455000
572.81/290.21	c cleaning 29994 clauses out of 60057 with flag 486000/486000
612.82/310.44	c cleaning 30997 clauses out of 62063 with flag 518000/518000
653.51/331.10	c cleaning 32026 clauses out of 64067 with flag 551001/551001
702.95/356.23	c cleaning 32981 clauses out of 66040 with flag 585000/585000
748.16/379.13	c cleaning 34012 clauses out of 68059 with flag 620000/620000
757.62/384.23	c cleaning 0 clauses out of 18000 with flag 0/18000
796.22/403.85	c cleaning 34988 clauses out of 70047 with flag 656000/656000
847.37/429.92	c cleaning 35959 clauses out of 72061 with flag 693002/693002
904.40/458.71	c cleaning 36959 clauses out of 74101 with flag 731001/731001
972.02/492.84	c cleaning 38040 clauses out of 76141 with flag 770000/770000
1052.39/533.28	c cleaning 39036 clauses out of 78107 with flag 810006/810006
1126.33/570.75	c cleaning 40004 clauses out of 80066 with flag 851001/851001
1204.89/610.39	c cleaning 40971 clauses out of 82061 with flag 893000/893000
1258.08/637.31	c cleaning 42024 clauses out of 84092 with flag 936002/936002
1321.52/669.40	c cleaning 42990 clauses out of 86067 with flag 980002/980002
1396.24/707.43	c cleaning 43961 clauses out of 88075 with flag 1025000/1025000
1465.13/742.29	c cleaning 44994 clauses out of 90114 with flag 1071000/1071000
1533.76/776.91	c cleaning 46030 clauses out of 92120 with flag 1118000/1118000
1621.81/821.37	c cleaning 47017 clauses out of 94095 with flag 1166005/1166005
1653.80/838.11	c cleaning 0 clauses out of 26000 with flag 0/26000
1707.51/865.47	c cleaning 47982 clauses out of 96073 with flag 1215000/1215000
1792.41/908.35	c cleaning 49004 clauses out of 98091 with flag 1265000/1265000
1800.14/912.71	c starts		: 190
1800.14/912.71	c conflicts		: 1269035
1800.14/912.71	c decisions		: 1949512
1800.14/912.71	c propagations		: 1527853821
1800.14/912.71	c inspects		: 5564062473
1800.14/912.71	c shortcuts		: 0
1800.14/912.71	c learnt literals	: 12
1800.14/912.71	c learnt binary clauses	: 175
1800.14/912.71	c learnt ternary clauses	: 4683
1800.14/912.71	c learnt constraints	: 1269023
1800.14/912.71	c ignored constraints	: 0
1800.14/912.71	c root simplifications	: 0
1800.14/912.71	c removed literals (reason simplification)	: 37992376
1800.14/912.71	c reason swapping (by a shorter reason)	: 0
1800.14/912.71	c Calls to reduceDB	: 46
1800.14/912.71	c number of reductions to clauses (during analyze)	: 0
1800.14/912.71	c number of learned constraints concerned by reduction	: 0
1800.14/912.71	c number of learning phase by resolution	: 0
1800.14/912.71	c number of learning phase by cutting planes	: 0
1800.14/912.71	c speed (assignments/second)	: 1676615.3830959548
1800.14/912.71	c non guided choices	173
1800.14/912.73	c learnt constraints type 
1800.14/912.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 175
1800.14/912.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52969
1800.14/912.73	c constraints type 
1800.14/912.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15799
1800.14/912.73	c ignored satisfied constraints => 8727
1800.14/912.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 92086
1800.14/912.73	c org.sat4j.minisat.constraints.cnf.UnitClause => 3141
1800.14/912.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
1800.14/912.73	c 120373 constraints processed.
1800.14/912.73	c constraints type 
1800.14/912.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 92086
1800.14/912.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15799
1800.14/912.73	c ignored satisfied constraints => 8727
1800.14/912.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
1800.14/912.73	c org.sat4j.pb.constraints.pb.UnitClausePB => 3141
1800.14/912.73	c 120373 constraints processed.
1800.14/912.73	s UNKNOWN
1800.14/912.73	c Total wall clock time (in seconds): 912.62

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3689188-1337881334/watcher-3689188-1337881334 -o /tmp/evaluation-result-3689188-1337881334/solver-3689188-1337881334 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689188-1337881334.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.56 2.91 3.15 3/194 4710
/proc/meminfo: memFree=27840172/32873852 swapFree=6848/6848
[pid=4710] ppid=4708 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/4710/stat : 4710 (java) R 4708 4710 718 0 -1 4202496 696 0 0 0 0 0 0 0 20 0 1 0 254258822 23793664 425 33554432000 1073741824 1073778376 140735293580128 140735293569192 229346687539 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4710/statm: 5809 439 334 9 0 128 0

[startup+0.0726221 s]
/proc/loadavg: 2.56 2.91 3.15 3/194 4710
/proc/meminfo: memFree=27840172/32873852 swapFree=6848/6848
[pid=4710] ppid=4708 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/4710/stat : 4710 (java) S 4708 4710 718 0 -1 4202496 3302 0 1 0 5 1 0 0 20 0 18 0 254258822 9787813888 4511 33554432000 1073741824 1073778376 140735293580128 140735293571264 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4710/statm: 2389603 4511 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100265 s]
/proc/loadavg: 2.56 2.91 3.15 3/194 4710
/proc/meminfo: memFree=27840172/32873852 swapFree=6848/6848
[pid=4710] ppid=4708 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/4710/stat : 4710 (java) S 4708 4710 718 0 -1 4202496 4312 0 1 0 9 1 0 0 20 0 18 0 254258822 9787813888 5511 33554432000 1073741824 1073778376 140735293580128 140735293571264 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4710/statm: 2389603 5512 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300159 s]
/proc/loadavg: 2.56 2.91 3.15 3/194 4710
/proc/meminfo: memFree=27840172/32873852 swapFree=6848/6848
[pid=4710] ppid=4708 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/4710/stat : 4710 (java) S 4708 4710 718 0 -1 4202496 5932 0 1 0 46 2 0 0 20 0 18 0 254258822 9787813888 9196 33554432000 1073741824 1073778376 140735293580128 140735293571264 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4710/statm: 2389603 9198 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700167 s]
/proc/loadavg: 2.56 2.91 3.15 3/194 4710
/proc/meminfo: memFree=27840172/32873852 swapFree=6848/6848
[pid=4710] ppid=4708 vsize=9558412 CPUtime=1.64 cores=0,2,4,6
/proc/4710/stat : 4710 (java) S 4708 4710 718 0 -1 4202496 19277 0 1 0 157 7 0 0 20 0 18 0 254258822 9787813888 30514 33554432000 1073741824 1073778376 140735293580128 140735293571264 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4710/statm: 2389603 30514 2240 9 0 2380296 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558412

[startup+1.50063 s]
/proc/loadavg: 2.51 2.90 3.14 3/212 4728
/proc/meminfo: memFree=27649032/32873852 swapFree=6848/6848
[pid=4710] ppid=4708 vsize=9824668 CPUtime=3.58 cores=0,2,4,6
/proc/4710/stat : 4710 (java) S 4708 4710 718 0 -1 4202496 24333 0 1 0 347 11 0 0 20 0 22 0 254258822 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140735293571264 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4710/statm: 2456167 56934 2263 9 0 2446860 0
[pid=4710/tid=4712] ppid=4708 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/4710/task/4712/stat : 4712 (java) S 4708 4710 718 0 -1 4202560 2527 0 1 0 125 3 0 0 20 0 22 0 254258823 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140003418076152 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4713] ppid=4708 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/4710/task/4713/stat : 4713 (java) S 4708 4710 718 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254258824 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140003390527784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4714] ppid=4708 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/4710/task/4714/stat : 4714 (java) S 4708 4710 718 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254258824 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140003389474984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4715] ppid=4708 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/4710/task/4715/stat : 4715 (java) S 4708 4710 718 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254258824 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140003388422696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4716] ppid=4708 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/4710/task/4716/stat : 4716 (java) S 4708 4710 718 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 22 0 254258824 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140003387369896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4717] ppid=4708 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/4710/task/4717/stat : 4717 (java) S 4708 4710 718 0 -1 4202560 90 0 0 0 1 0 0 0 20 0 22 0 254258824 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140003386317608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4718] ppid=4708 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/4710/task/4718/stat : 4718 (java) S 4708 4710 718 0 -1 4202560 100 0 0 0 1 0 0 0 20 0 22 0 254258824 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140003256085160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4719] ppid=4708 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/4710/task/4719/stat : 4719 (java) S 4708 4710 718 0 -1 4202560 93 0 0 0 2 0 0 0 20 0 22 0 254258824 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140003255032872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4720] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4720/stat : 4720 (java) S 4708 4710 718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254258824 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140003253980072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4721] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4721/stat : 4721 (java) S 4708 4710 718 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254258825 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140002771032296 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4722] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4722/stat : 4722 (java) S 4708 4710 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254258825 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140002769978360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4723] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4723/stat : 4723 (java) S 4708 4710 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254258825 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140002768925960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4724] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4724/stat : 4724 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140002767874448 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4725] ppid=4708 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/4710/task/4725/stat : 4725 (java) R 4708 4710 718 0 -1 4202560 11864 0 0 0 87 3 0 0 20 0 22 0 254258828 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140002766821912 140003424874960 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4726] ppid=4708 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/4710/task/4726/stat : 4726 (java) R 4708 4710 718 0 -1 4202560 8159 0 0 0 87 3 0 0 20 0 22 0 254258828 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140002765756048 140003424894552 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4727] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4727/stat : 4727 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140002764717176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4728] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4728/stat : 4728 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 56934 33554432000 1073741824 1073778376 140735293580128 140002763664584 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 2.51 2.90 3.14 4/216 4732
/proc/meminfo: memFree=27610028/32873852 swapFree=6848/6848
[pid=4710] ppid=4708 vsize=9824668 CPUtime=7.84 cores=0,2,4,6
/proc/4710/stat : 4710 (java) S 4708 4710 718 0 -1 4202496 27673 0 1 0 765 19 0 0 20 0 22 0 254258822 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140735293571264 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4710/statm: 2456167 93982 2273 9 0 2446860 0
[pid=4710/tid=4712] ppid=4708 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/4710/task/4712/stat : 4712 (java) S 4708 4710 718 0 -1 4202560 2527 0 1 0 125 3 0 0 20 0 22 0 254258823 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140003418076152 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4713] ppid=4708 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/4710/task/4713/stat : 4713 (java) S 4708 4710 718 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 254258824 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140003390527784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4714] ppid=4708 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/4710/task/4714/stat : 4714 (java) S 4708 4710 718 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 254258824 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140003389474984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4715] ppid=4708 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/4710/task/4715/stat : 4715 (java) S 4708 4710 718 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 254258824 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140003388422696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4716] ppid=4708 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/4710/task/4716/stat : 4716 (java) S 4708 4710 718 0 -1 4202560 103 0 0 0 3 0 0 0 20 0 22 0 254258824 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140003387369896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4717] ppid=4708 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/4710/task/4717/stat : 4717 (java) S 4708 4710 718 0 -1 4202560 110 0 0 0 4 2 0 0 20 0 22 0 254258824 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140003386317608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4718] ppid=4708 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/4710/task/4718/stat : 4718 (java) S 4708 4710 718 0 -1 4202560 112 0 0 0 3 0 0 0 20 0 22 0 254258824 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140003256085160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4719] ppid=4708 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/4710/task/4719/stat : 4719 (java) S 4708 4710 718 0 -1 4202560 101 0 0 0 3 0 0 0 20 0 22 0 254258824 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140003255032872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4720] ppid=4708 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/4710/task/4720/stat : 4720 (java) S 4708 4710 718 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 254258824 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140003253980072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4721] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4721/stat : 4721 (java) S 4708 4710 718 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254258825 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140002771032296 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4722] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4722/stat : 4722 (java) S 4708 4710 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254258825 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140002769978360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4723] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4723/stat : 4723 (java) S 4708 4710 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254258825 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140002768925960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4724] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4724/stat : 4724 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140002767874448 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4725] ppid=4708 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/4710/task/4725/stat : 4725 (java) S 4708 4710 718 0 -1 4202560 14907 0 0 0 136 4 0 0 20 0 22 0 254258828 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140002766822072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4726] ppid=4708 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/4710/task/4726/stat : 4726 (java) S 4708 4710 718 0 -1 4202560 8166 0 0 0 135 3 0 0 20 0 22 0 254258828 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140002765769272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4727] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4727/stat : 4727 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140002764717176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4728] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4728/stat : 4728 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140002763664584 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4729] ppid=4708 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/4710/task/4729/stat : 4729 (java) R 4708 4710 718 0 -1 4202560 26 0 0 0 165 0 0 0 20 0 22 0 254258959 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140002762609208 140003268147239 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4730] ppid=4708 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/4710/task/4730/stat : 4730 (java) R 4708 4710 718 0 -1 4202560 129 0 0 0 166 1 0 0 20 0 22 0 254258959 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140002761555768 140003267643799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4731] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4731/stat : 4731 (java) S 4708 4710 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258966 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140002760504488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4732] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4732/stat : 4732 (java) S 4708 4710 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258967 10060460032 93982 33554432000 1073741824 1073778376 140735293580128 140002759451688 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 9824668

[startup+6.30072 s]
/proc/loadavg: 2.55 2.90 3.14 4/216 4732
/proc/meminfo: memFree=27188020/32873852 swapFree=6848/6848
[pid=4710] ppid=4708 vsize=9824668 CPUtime=14.64 cores=0,2,4,6
/proc/4710/stat : 4710 (java) S 4708 4710 718 0 -1 4202496 32048 0 1 0 1437 27 0 0 20 0 22 0 254258822 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140735293571264 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4710/statm: 2456167 170265 2285 9 0 2446860 0
[pid=4710/tid=4712] ppid=4708 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/4710/task/4712/stat : 4712 (java) S 4708 4710 718 0 -1 4202560 2528 0 1 0 125 3 0 0 20 0 22 0 254258823 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140003418076152 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4713] ppid=4708 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/4710/task/4713/stat : 4713 (java) S 4708 4710 718 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 254258824 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140003390527784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4714] ppid=4708 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/4710/task/4714/stat : 4714 (java) S 4708 4710 718 0 -1 4202560 53 0 0 0 9 2 0 0 20 0 22 0 254258824 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140003389474984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4715] ppid=4708 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/4710/task/4715/stat : 4715 (java) S 4708 4710 718 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 22 0 254258824 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140003388422696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4716] ppid=4708 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/4710/task/4716/stat : 4716 (java) S 4708 4710 718 0 -1 4202560 138 0 0 0 5 1 0 0 20 0 22 0 254258824 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140003387369896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4717] ppid=4708 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/4710/task/4717/stat : 4717 (java) S 4708 4710 718 0 -1 4202560 143 0 0 0 8 2 0 0 20 0 22 0 254258824 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140003386317608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4718] ppid=4708 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/4710/task/4718/stat : 4718 (java) S 4708 4710 718 0 -1 4202560 135 0 0 0 4 2 0 0 20 0 22 0 254258824 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140003256085160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4719] ppid=4708 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/4710/task/4719/stat : 4719 (java) S 4708 4710 718 0 -1 4202560 129 0 0 0 5 1 0 0 20 0 22 0 254258824 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140003255032872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4720] ppid=4708 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/4710/task/4720/stat : 4720 (java) S 4708 4710 718 0 -1 4202560 39 0 0 0 5 0 0 0 20 0 22 0 254258824 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140003253980072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4721] ppid=4708 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/4710/task/4721/stat : 4721 (java) S 4708 4710 718 0 -1 4202560 504 0 0 0 26 0 0 0 20 0 22 0 254258825 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140002771032296 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4722] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4722/stat : 4722 (java) S 4708 4710 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254258825 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140002769978360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4723] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4723/stat : 4723 (java) S 4708 4710 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254258825 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140002768925960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4724] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4724/stat : 4724 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140002767874448 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4725] ppid=4708 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/4710/task/4725/stat : 4725 (java) S 4708 4710 718 0 -1 4202560 18487 0 0 0 184 4 0 0 20 0 22 0 254258828 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140002766822072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4726] ppid=4708 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/4710/task/4726/stat : 4726 (java) S 4708 4710 718 0 -1 4202560 8166 0 0 0 143 3 0 0 20 0 22 0 254258828 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140002765769272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4727] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4727/stat : 4727 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140002764717176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4728] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4728/stat : 4728 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140002763664584 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4729] ppid=4708 vsize=9824668 CPUtime=4.45 cores=0,2,4,6
/proc/4710/task/4729/stat : 4729 (java) R 4708 4710 718 0 -1 4202560 27 0 0 0 445 0 0 0 20 0 22 0 254258959 10060460032 170265 33554432000 1073741824 1073778376 140735293580128 140002762608864 140003268254527 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0

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

/proc/4710/statm: 2456167 799245 2285 9 0 2446860 0
[pid=4710/tid=4712] ppid=4708 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/4710/task/4712/stat : 4712 (java) S 4708 4710 718 0 -1 4202560 2546 0 1 0 127 5 0 0 20 0 22 0 254258823 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140003418076152 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4713] ppid=4708 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/4710/task/4713/stat : 4713 (java) S 4708 4710 718 0 -1 4202560 888 0 0 0 249 14 0 0 20 0 22 0 254258824 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140003390527784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4714] ppid=4708 vsize=9824668 CPUtime=2.72 cores=0,2,4,6
/proc/4710/task/4714/stat : 4714 (java) S 4708 4710 718 0 -1 4202560 1189 0 0 0 256 16 0 0 20 0 22 0 254258824 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140003389474984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4715] ppid=4708 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/4710/task/4715/stat : 4715 (java) S 4708 4710 718 0 -1 4202560 716 0 0 0 232 14 0 0 20 0 22 0 254258824 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140003388422696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4716] ppid=4708 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/4710/task/4716/stat : 4716 (java) S 4708 4710 718 0 -1 4202560 1077 0 0 0 240 17 0 0 20 0 22 0 254258824 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140003387369896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4717] ppid=4708 vsize=9824668 CPUtime=2.74 cores=0,2,4,6
/proc/4710/task/4717/stat : 4717 (java) S 4708 4710 718 0 -1 4202560 913 0 0 0 258 16 0 0 20 0 22 0 254258824 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140003386317608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4718] ppid=4708 vsize=9824668 CPUtime=2.54 cores=0,2,4,6
/proc/4710/task/4718/stat : 4718 (java) S 4708 4710 718 0 -1 4202560 926 0 0 0 239 15 0 0 20 0 22 0 254258824 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140003256085160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4719] ppid=4708 vsize=9824668 CPUtime=2.62 cores=0,2,4,6
/proc/4710/task/4719/stat : 4719 (java) S 4708 4710 718 0 -1 4202560 870 0 0 0 248 14 0 0 20 0 22 0 254258824 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140003255032872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4720] ppid=4708 vsize=9824668 CPUtime=2.36 cores=0,2,4,6
/proc/4710/task/4720/stat : 4720 (java) S 4708 4710 718 0 -1 4202560 570 0 0 0 225 11 0 0 20 0 22 0 254258824 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140003253980072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4721] ppid=4708 vsize=9824668 CPUtime=36.22 cores=0,2,4,6
/proc/4710/task/4721/stat : 4721 (java) S 4708 4710 718 0 -1 4202560 2203 0 0 0 3604 18 0 0 20 0 22 0 254258825 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140002771032296 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4722] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4722/stat : 4722 (java) S 4708 4710 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254258825 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140002769978360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4723] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4723/stat : 4723 (java) S 4708 4710 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254258825 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140002768925960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4724] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4724/stat : 4724 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140002767874448 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4725] ppid=4708 vsize=9824668 CPUtime=2.04 cores=0,2,4,6
/proc/4710/task/4725/stat : 4725 (java) S 4708 4710 718 0 -1 4202560 18492 0 0 0 199 5 0 0 20 0 22 0 254258828 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140002766822072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4726] ppid=4708 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/4710/task/4726/stat : 4726 (java) S 4708 4710 718 0 -1 4202560 8179 0 0 0 177 3 0 0 20 0 22 0 254258828 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140002765769272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4727] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4727/stat : 4727 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140002764717176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4728] ppid=4708 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/4710/task/4728/stat : 4728 (java) S 4708 4710 718 0 -1 4202560 51 0 0 0 18 14 0 0 20 0 22 0 254258828 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140002763664584 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4729] ppid=4708 vsize=9824668 CPUtime=836.76 cores=0,2,4,6
/proc/4710/task/4729/stat : 4729 (java) R 4708 4710 718 0 -1 4202560 56 0 0 0 83662 14 0 0 20 0 22 0 254258959 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140002762607920 140003267807705 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4730] ppid=4708 vsize=9824668 CPUtime=836.78 cores=0,2,4,6
/proc/4710/task/4730/stat : 4730 (java) R 4708 4710 718 0 -1 4202560 3059 0 0 0 83627 51 0 0 20 0 22 0 254258959 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140002761556208 140003267780401 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4731] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4731/stat : 4731 (java) S 4708 4710 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258966 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140002760504488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4732] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4732/stat : 4732 (java) S 4708 4710 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258967 10060460032 799245 33554432000 1073741824 1073778376 140735293580128 140002759451688 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1740.24
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.701 s]
/proc/loadavg: 4.04 3.78 3.41 5/217 4863
/proc/meminfo: memFree=23841420/32873852 swapFree=6848/6848
[pid=4710] ppid=4708 vsize=9824668 CPUtime=1800.14 cores=0,2,4,6
/proc/4710/stat : 4710 (java) S 4708 4710 718 0 -1 4202496 43021 0 1 0 179801 213 0 0 20 0 22 0 254258822 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140735293571264 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4710/statm: 2456167 812049 2286 9 0 2446860 0
[pid=4710/tid=4712] ppid=4708 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/4710/task/4712/stat : 4712 (java) S 4708 4710 718 0 -1 4202560 2546 0 1 0 127 5 0 0 20 0 22 0 254258823 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003418076152 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4713] ppid=4708 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/4710/task/4713/stat : 4713 (java) S 4708 4710 718 0 -1 4202560 895 0 0 0 255 15 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003390527784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4714] ppid=4708 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/4710/task/4714/stat : 4714 (java) S 4708 4710 718 0 -1 4202560 1207 0 0 0 264 17 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003389474984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4715] ppid=4708 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/4710/task/4715/stat : 4715 (java) S 4708 4710 718 0 -1 4202560 724 0 0 0 236 14 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003388422696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4716] ppid=4708 vsize=9824668 CPUtime=2.68 cores=0,2,4,6
/proc/4710/task/4716/stat : 4716 (java) S 4708 4710 718 0 -1 4202560 1091 0 0 0 250 18 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003387369896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4717] ppid=4708 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/4710/task/4717/stat : 4717 (java) S 4708 4710 718 0 -1 4202560 924 0 0 0 262 17 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003386317608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4718] ppid=4708 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/4710/task/4718/stat : 4718 (java) S 4708 4710 718 0 -1 4202560 945 0 0 0 248 17 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003256085160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4719] ppid=4708 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/4710/task/4719/stat : 4719 (java) S 4708 4710 718 0 -1 4202560 872 0 0 0 251 14 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003255032872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4720] ppid=4708 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/4710/task/4720/stat : 4720 (java) S 4708 4710 718 0 -1 4202560 573 0 0 0 227 12 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003253980072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4721] ppid=4708 vsize=9824668 CPUtime=37.4 cores=0,2,4,6
/proc/4710/task/4721/stat : 4721 (java) S 4708 4710 718 0 -1 4202560 2213 0 0 0 3722 18 0 0 20 0 22 0 254258825 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002771032296 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4722] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4722/stat : 4722 (java) S 4708 4710 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254258825 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002769978360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4723] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4723/stat : 4723 (java) S 4708 4710 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254258825 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002768925960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4724] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4724/stat : 4724 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002767874448 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4725] ppid=4708 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/4710/task/4725/stat : 4725 (java) S 4708 4710 718 0 -1 4202560 18495 0 0 0 201 5 0 0 20 0 22 0 254258828 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002766822072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4726] ppid=4708 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/4710/task/4726/stat : 4726 (java) S 4708 4710 718 0 -1 4202560 8179 0 0 0 177 3 0 0 20 0 22 0 254258828 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002765769272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4727] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4727/stat : 4727 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002764717176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4728] ppid=4708 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/4710/task/4728/stat : 4728 (java) S 4708 4710 718 0 -1 4202560 53 0 0 0 18 15 0 0 20 0 22 0 254258828 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002763664584 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4729] ppid=4708 vsize=9824668 CPUtime=865.75 cores=0,2,4,6
/proc/4710/task/4729/stat : 4729 (java) R 4708 4710 718 0 -1 4202560 56 0 0 0 86560 15 0 0 20 0 22 0 254258959 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002762608864 140003268146619 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4730] ppid=4708 vsize=9824668 CPUtime=865.78 cores=0,2,4,6
/proc/4710/task/4730/stat : 4730 (java) R 4708 4710 718 0 -1 4202560 3061 0 0 0 86526 52 0 0 20 0 22 0 254258959 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002761554392 140003267803670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4731] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4731/stat : 4731 (java) S 4708 4710 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258966 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002760504488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4732] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4732/stat : 4732 (java) S 4708 4710 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258967 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002759451688 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824668

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

Solver just ended. Dumping a history of the last processes samples

[startup+912.701 s]
/proc/loadavg: 4.04 3.78 3.41 5/217 4863
/proc/meminfo: memFree=23841420/32873852 swapFree=6848/6848
[pid=4710] ppid=4708 vsize=9824668 CPUtime=1800.14 cores=0,2,4,6
/proc/4710/stat : 4710 (java) S 4708 4710 718 0 -1 4202496 43021 0 1 0 179801 213 0 0 20 0 22 0 254258822 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140735293571264 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4710/statm: 2456167 812049 2286 9 0 2446860 0
[pid=4710/tid=4712] ppid=4708 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/4710/task/4712/stat : 4712 (java) S 4708 4710 718 0 -1 4202560 2546 0 1 0 127 5 0 0 20 0 22 0 254258823 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003418076152 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4713] ppid=4708 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/4710/task/4713/stat : 4713 (java) S 4708 4710 718 0 -1 4202560 895 0 0 0 255 15 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003390527784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4714] ppid=4708 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/4710/task/4714/stat : 4714 (java) S 4708 4710 718 0 -1 4202560 1207 0 0 0 264 17 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003389474984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4715] ppid=4708 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/4710/task/4715/stat : 4715 (java) S 4708 4710 718 0 -1 4202560 724 0 0 0 236 14 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003388422696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4716] ppid=4708 vsize=9824668 CPUtime=2.68 cores=0,2,4,6
/proc/4710/task/4716/stat : 4716 (java) S 4708 4710 718 0 -1 4202560 1091 0 0 0 250 18 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003387369896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4717] ppid=4708 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/4710/task/4717/stat : 4717 (java) S 4708 4710 718 0 -1 4202560 924 0 0 0 262 17 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003386317608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4718] ppid=4708 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/4710/task/4718/stat : 4718 (java) S 4708 4710 718 0 -1 4202560 945 0 0 0 248 17 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003256085160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4719] ppid=4708 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/4710/task/4719/stat : 4719 (java) S 4708 4710 718 0 -1 4202560 872 0 0 0 251 14 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003255032872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4720] ppid=4708 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/4710/task/4720/stat : 4720 (java) S 4708 4710 718 0 -1 4202560 573 0 0 0 227 12 0 0 20 0 22 0 254258824 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140003253980072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4721] ppid=4708 vsize=9824668 CPUtime=37.4 cores=0,2,4,6
/proc/4710/task/4721/stat : 4721 (java) S 4708 4710 718 0 -1 4202560 2213 0 0 0 3722 18 0 0 20 0 22 0 254258825 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002771032296 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4722] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4722/stat : 4722 (java) S 4708 4710 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254258825 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002769978360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4723] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4723/stat : 4723 (java) S 4708 4710 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254258825 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002768925960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4724] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4724/stat : 4724 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002767874448 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4725] ppid=4708 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/4710/task/4725/stat : 4725 (java) S 4708 4710 718 0 -1 4202560 18495 0 0 0 201 5 0 0 20 0 22 0 254258828 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002766822072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4726] ppid=4708 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/4710/task/4726/stat : 4726 (java) S 4708 4710 718 0 -1 4202560 8179 0 0 0 177 3 0 0 20 0 22 0 254258828 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002765769272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4710/tid=4727] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4727/stat : 4727 (java) S 4708 4710 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254258828 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002764717176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4710/tid=4728] ppid=4708 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/4710/task/4728/stat : 4728 (java) S 4708 4710 718 0 -1 4202560 53 0 0 0 18 15 0 0 20 0 22 0 254258828 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002763664584 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4729] ppid=4708 vsize=9824668 CPUtime=865.75 cores=0,2,4,6
/proc/4710/task/4729/stat : 4729 (java) R 4708 4710 718 0 -1 4202560 56 0 0 0 86560 15 0 0 20 0 22 0 254258959 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002762608864 140003268146619 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4730] ppid=4708 vsize=9824668 CPUtime=865.78 cores=0,2,4,6
/proc/4710/task/4730/stat : 4730 (java) R 4708 4710 718 0 -1 4202560 3061 0 0 0 86526 52 0 0 20 0 22 0 254258959 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002761554392 140003267803670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4710/tid=4731] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4731/stat : 4731 (java) S 4708 4710 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258966 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002760504488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4710/tid=4732] ppid=4708 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/4710/task/4732/stat : 4732 (java) S 4708 4710 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254258967 10060460032 812049 33554432000 1073741824 1073778376 140735293580128 140002759451688 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 912.755
CPU time (s): 1800.14
CPU user time (s): 1798.01
CPU system time (s): 2.13
CPU usage (%): 197.22
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.48
system time used= 2.55261
maximum resident set size= 3248312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43051
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26468
involuntary context switches= 42980

runsolver used 3.12052 second user time and 8.21575 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-24 19:42:14
IDJOB=3689188
IDBENCH=73805
IDSOLVER=2268
FILE ID=node129/3689188-1337881334
RUNJOBID= node129-1337871881-735
PBS_JOBID= 14620075
Free space on /tmp= 71636 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1206_6-sat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689188-1337881334/watcher-3689188-1337881334 -o /tmp/evaluation-result-3689188-1337881334/solver-3689188-1337881334 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689188-1337881334.opb

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

MD5SUM BENCH= 138289002292e7c474e0d36dbcddf060
RANDOM SEED=743895823

node129.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.957
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27840180 kB
Buffers:          221972 kB
Cached:          2173584 kB
SwapCached:            0 kB
Active:          2416468 kB
Inactive:        1848164 kB
Active(anon):    1871608 kB
Inactive(anon):        0 kB
Active(file):     544860 kB
Inactive(file):  1848164 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              4280 kB
Writeback:             0 kB
AnonPages:       1875436 kB
Mapped:            22640 kB
Shmem:               204 kB
Slab:             627896 kB
SReclaimable:      69604 kB
SUnreclaim:       558292 kB
KernelStack:        1592 kB
PageTables:         8168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    2093028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1814528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71628 MiB
End job on node129 at 2012-05-24 19:57:28