Trace number 3744516

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.35 904.892

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_4_ic.opb
MD5SUMe305c1d0330d93c0634ea10582f6edce
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 106496424
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11026350169
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 106496424
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11026350169
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3744516-1338808131.opb
0.08/0.12	c reading problem ... 
1.25/0.67	c ... done. Wall clock time 0.549s.
1.25/0.67	c #vars     15725
1.25/0.67	c #constraints  33211
1.25/0.67	c constraints type 
1.25/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.25/0.67	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.25/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.25/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.25/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.25/0.67	c constraints type 
1.25/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.25/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.25/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.25/0.67	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.25/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
8.77/3.79	c cleaning 2500 clauses out of 5000 with flag 5000/5000
15.03/6.81	c cleaning 4246 clauses out of 8501 with flag 11001/11001
22.34/10.59	c cleaning 5617 clauses out of 11254 with flag 18000/18000
30.85/14.84	c cleaning 6807 clauses out of 13638 with flag 26001/26001
39.97/19.46	c cleaning 7911 clauses out of 15830 with flag 35000/35000
50.68/24.89	c cleaning 8951 clauses out of 17919 with flag 45000/45000
63.76/31.47	c cleaning 9975 clauses out of 19969 with flag 56001/56001
75.84/37.55	c cleaning 10989 clauses out of 21994 with flag 68001/68001
87.89/43.64	c cleaning 11997 clauses out of 24007 with flag 81003/81003
102.58/51.08	c cleaning 12992 clauses out of 26007 with flag 95000/95000
121.28/60.41	c cleaning 14002 clauses out of 28015 with flag 110000/110000
138.33/69.09	c cleaning 15002 clauses out of 30014 with flag 126001/126001
156.74/78.38	c cleaning 15998 clauses out of 32012 with flag 143001/143001
178.38/89.27	c cleaning 17006 clauses out of 34015 with flag 161002/161002
202.82/101.53	c cleaning 17999 clauses out of 36008 with flag 180001/180001
223.66/112.02	c cleaning 18997 clauses out of 38008 with flag 200000/200000
244.43/122.54	c cleaning 19999 clauses out of 40013 with flag 221002/221002
268.06/134.46	c cleaning 21001 clauses out of 42012 with flag 243000/243000
293.91/147.49	c cleaning 21994 clauses out of 44011 with flag 266000/266000
323.71/162.49	c cleaning 23002 clauses out of 46017 with flag 290000/290000
357.45/179.45	c cleaning 23997 clauses out of 48015 with flag 315000/315000
384.67/193.14	c cleaning 24993 clauses out of 50019 with flag 341001/341001
406.28/204.05	c cleaning 0 clauses out of 5011 with flag 0/5011
422.51/212.07	c cleaning 26006 clauses out of 52027 with flag 368002/368002
462.68/232.11	c cleaning 26988 clauses out of 54020 with flag 396001/396001
495.87/248.85	c cleaning 28002 clauses out of 56033 with flag 425002/425002
535.51/268.78	c cleaning 29008 clauses out of 58029 with flag 455000/455000
581.38/291.77	c cleaning 30005 clauses out of 60022 with flag 486001/486001
627.49/314.94	c cleaning 30999 clauses out of 62016 with flag 518000/518000
671.92/337.25	c cleaning 31989 clauses out of 64017 with flag 551000/551000
724.96/363.85	c cleaning 33005 clauses out of 66028 with flag 585000/585000
773.83/388.39	c cleaning 33498 clauses out of 67024 with flag 619001/619001
836.31/419.79	c cleaning 33757 clauses out of 67526 with flag 653001/653001
878.12/440.77	c cleaning 33873 clauses out of 67768 with flag 687000/687000
927.75/465.69	c cleaning 33944 clauses out of 67895 with flag 721000/721000
978.37/491.05	c cleaning 33968 clauses out of 67951 with flag 755000/755000
1029.68/516.81	c cleaning 33989 clauses out of 67987 with flag 789004/789004
1073.65/538.98	c cleaning 33990 clauses out of 67996 with flag 823002/823002
1119.80/562.18	c cleaning 33989 clauses out of 68004 with flag 857000/857000
1165.56/585.18	c cleaning 34007 clauses out of 68015 with flag 891000/891000
1208.71/606.98	c cleaning 33994 clauses out of 68008 with flag 925000/925000
1259.30/632.40	c cleaning 33991 clauses out of 68014 with flag 959000/959000
1312.29/658.96	c cleaning 34001 clauses out of 68024 with flag 993001/993001
1363.66/684.70	c cleaning 34003 clauses out of 68023 with flag 1027001/1027001
1412.91/709.55	c cleaning 33984 clauses out of 68019 with flag 1061000/1061000
1459.01/732.77	c cleaning 34010 clauses out of 68035 with flag 1095000/1095000
1500.15/753.43	c cleaning 34005 clauses out of 68026 with flag 1129001/1129001
1542.26/774.62	c cleaning 34003 clauses out of 68022 with flag 1163002/1163002
1581.80/794.62	c cleaning 34005 clauses out of 68017 with flag 1197000/1197000
1629.12/818.44	c cleaning 33996 clauses out of 68014 with flag 1231002/1231002
1672.64/840.38	c cleaning 34001 clauses out of 68017 with flag 1265001/1265001
1711.75/860.02	c cleaning 34001 clauses out of 68017 with flag 1299002/1299002
1753.30/881.06	c cleaning 34001 clauses out of 68014 with flag 1333000/1333000
1799.79/904.46	c cleaning 34003 clauses out of 68014 with flag 1367001/1367001
1800.35/904.84	c starts		: 204
1800.35/904.84	c conflicts		: 1367004
1800.35/904.84	c decisions		: 1924744
1800.35/904.84	c propagations		: 847770739
1800.35/904.84	c inspects		: 6010456848
1800.35/904.84	c shortcuts		: 0
1800.35/904.84	c learnt literals	: 0
1800.35/904.84	c learnt binary clauses	: 0
1800.35/904.84	c learnt ternary clauses	: 1
1800.35/904.84	c learnt constraints	: 1367004
1800.35/904.84	c ignored constraints	: 0
1800.35/904.84	c root simplifications	: 0
1800.35/904.84	c removed literals (reason simplification)	: 50403136
1800.35/904.84	c reason swapping (by a shorter reason)	: 0
1800.35/904.84	c Calls to reduceDB	: 53
1800.35/904.84	c number of reductions to clauses (during analyze)	: 0
1800.35/904.84	c number of learned constraints concerned by reduction	: 0
1800.35/904.84	c number of learning phase by resolution	: 0
1800.35/904.84	c number of learning phase by cutting planes	: 0
1800.35/904.84	c speed (assignments/second)	: 937626.8786629018
1800.35/904.84	c non guided choices	1
1800.35/904.86	c learnt constraints type 
1800.35/904.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34043
1800.35/904.86	c constraints type 
1800.35/904.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.35/904.86	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.35/904.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.35/904.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.35/904.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.35/904.86	c constraints type 
1800.35/904.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.35/904.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.35/904.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.35/904.86	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.35/904.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.35/904.86	s UNKNOWN
1800.35/904.86	c Total wall clock time (in seconds): 904.737

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

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: 3.62 3.84 3.76 4/197 30147
/proc/meminfo: memFree=20622088/32873844 swapFree=7628/7628
[pid=30147] ppid=30145 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30147/stat : 30147 (java) R 30145 30147 20391 0 -1 4202496 455 0 0 0 0 0 0 0 20 0 1 0 346937463 9515008 185 33554432000 1073741824 1073778376 140736816594160 140736816583224 251035479335 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30147/statm: 2323 185 143 9 0 71 0

[startup+0.012315 s]
/proc/loadavg: 3.62 3.84 3.76 4/197 30147
/proc/meminfo: memFree=20622088/32873844 swapFree=7628/7628
[pid=30147] ppid=30145 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/30147/stat : 30147 (java) S 30145 30147 20391 0 -1 4202496 1371 0 0 0 0 0 0 0 20 0 2 0 346937463 103964672 1054 33554432000 1073741824 1073778376 140736816594160 140736816585296 251048001597 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30147/statm: 25383 1057 808 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100213 s]
/proc/loadavg: 3.62 3.84 3.76 4/197 30147
/proc/meminfo: memFree=20622088/32873844 swapFree=7628/7628
[pid=30147] ppid=30145 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/30147/stat : 30147 (java) S 30145 30147 20391 0 -1 4202496 4589 0 1 0 7 1 0 0 20 0 18 0 346937463 11864465408 13447 33554432000 1073741824 1073778376 140736816594160 140736816585296 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30147/statm: 2896598 13449 2043 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300199 s]
/proc/loadavg: 3.62 3.84 3.76 4/197 30147
/proc/meminfo: memFree=20622088/32873844 swapFree=7628/7628
[pid=30147] ppid=30145 vsize=11586392 CPUtime=0.51 cores=1,3,5,7
/proc/30147/stat : 30147 (java) S 30145 30147 20391 0 -1 4202496 5913 0 1 0 49 2 0 0 20 0 18 0 346937463 11864465408 16864 33554432000 1073741824 1073778376 140736816594160 140736816585296 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30147/statm: 2896598 16864 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 11586392

[startup+0.700206 s]
/proc/loadavg: 3.62 3.84 3.76 4/197 30147
/proc/meminfo: memFree=20622088/32873844 swapFree=7628/7628
[pid=30147] ppid=30145 vsize=11719520 CPUtime=1.4 cores=1,3,5,7
/proc/30147/stat : 30147 (java) S 30145 30147 20391 0 -1 4202496 9936 0 1 0 135 5 0 0 20 0 20 0 346937463 12000788480 46915 33554432000 1073741824 1073778376 140736816594160 140736816585296 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30147/statm: 2929880 46915 2253 9 0 2920567 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 11719520

[startup+1.50083 s]
/proc/loadavg: 3.62 3.84 3.76 7/219 30169
/proc/meminfo: memFree=20418188/32873844 swapFree=7628/7628
[pid=30147] ppid=30145 vsize=11852648 CPUtime=4.02 cores=1,3,5,7
/proc/30147/stat : 30147 (java) S 30145 30147 20391 0 -1 4202496 15928 0 1 0 393 9 0 0 20 0 22 0 346937463 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140736816585296 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30147/statm: 2963162 77609 2264 9 0 2953849 0
[pid=30147/tid=30149] ppid=30145 vsize=11852648 CPUtime=0.65 cores=1,3,5,7
/proc/30147/task/30149/stat : 30149 (java) S 30145 30147 20391 0 -1 4202560 2939 0 1 0 62 3 0 0 20 0 22 0 346937464 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140423321810072 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30150] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30150/stat : 30150 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140423290219176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30151] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30151/stat : 30151 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140423289166632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30152] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30152/stat : 30152 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140423288114088 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30147/tid=30153] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30153/stat : 30153 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140423287061544 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30154] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30154/stat : 30154 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140423286007976 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30155] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30155/stat : 30155 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140423153551656 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30156] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30156/stat : 30156 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140423152499112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30157] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30157/stat : 30157 (java) S 30145 30147 20391 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140422680668712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30158] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30158/stat : 30158 (java) S 30145 30147 20391 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 346937467 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140422668470888 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30159] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30159/stat : 30159 (java) S 30145 30147 20391 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 346937468 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140422667417208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30160] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30160/stat : 30160 (java) S 30145 30147 20391 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346937468 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140422666364552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30161] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30161/stat : 30161 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937470 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140422665313296 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30162] ppid=30145 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/30147/task/30162/stat : 30162 (java) S 30145 30147 20391 0 -1 4202560 4755 0 0 0 81 2 0 0 20 0 22 0 346937470 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140422664259640 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30163] ppid=30145 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/30147/task/30163/stat : 30163 (java) S 30145 30147 20391 0 -1 4202560 6882 0 0 0 84 2 0 0 20 0 22 0 346937470 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140422663207096 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30147/tid=30164] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30164/stat : 30164 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937470 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140422662154744 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30147/tid=30165] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30165/stat : 30165 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937470 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140422661102408 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30166] ppid=30145 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/30147/task/30166/stat : 30166 (java) R 30145 30147 20391 0 -1 4202560 27 0 0 0 80 0 0 0 20 0 22 0 346937531 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140422659990200 140423168338126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30167] ppid=30145 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/30147/task/30167/stat : 30167 (java) R 30145 30147 20391 0 -1 4202560 119 0 0 0 79 1 0 0 20 0 22 0 346937531 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140422658937528 140423168037282 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30168] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30168/stat : 30168 (java) S 30145 30147 20391 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346937534 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140422657885736 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30169] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30169/stat : 30169 (java) S 30145 30147 20391 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 346937534 12137111552 77609 33554432000 1073741824 1073778376 140736816594160 140422656833192 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 11852648

[startup+3.10086 s]
/proc/loadavg: 3.62 3.84 3.76 5/219 30169
/proc/meminfo: memFree=20216992/32873844 swapFree=7628/7628
[pid=30147] ppid=30145 vsize=11852648 CPUtime=7.4 cores=1,3,5,7
/proc/30147/stat : 30147 (java) S 30145 30147 20391 0 -1 4202496 16625 0 1 0 727 13 0 0 20 0 22 0 346937463 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140736816585296 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30147/statm: 2963162 147860 2266 9 0 2953849 0
[pid=30147/tid=30149] ppid=30145 vsize=11852648 CPUtime=0.65 cores=1,3,5,7
/proc/30147/task/30149/stat : 30149 (java) S 30145 30147 20391 0 -1 4202560 2939 0 1 0 62 3 0 0 20 0 22 0 346937464 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140423321810072 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30150] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30150/stat : 30150 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140423290219176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30151] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30151/stat : 30151 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140423289166632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30152] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30152/stat : 30152 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140423288114088 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30147/tid=30153] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30153/stat : 30153 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140423287061544 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30154] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30154/stat : 30154 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140423286007976 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30155] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30155/stat : 30155 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140423153551656 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30156] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30156/stat : 30156 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140423152499112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30157] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30157/stat : 30157 (java) S 30145 30147 20391 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140422680668712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30158] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30158/stat : 30158 (java) S 30145 30147 20391 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 346937467 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140422668470888 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30159] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30159/stat : 30159 (java) S 30145 30147 20391 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 346937468 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140422667417208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30160] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30160/stat : 30160 (java) S 30145 30147 20391 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346937468 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140422666364552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30161] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30161/stat : 30161 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937470 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140422665313296 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30162] ppid=30145 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/30147/task/30162/stat : 30162 (java) S 30145 30147 20391 0 -1 4202560 5226 0 0 0 89 2 0 0 20 0 22 0 346937470 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140422664259640 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30163] ppid=30145 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/30147/task/30163/stat : 30163 (java) S 30145 30147 20391 0 -1 4202560 6969 0 0 0 95 2 0 0 20 0 22 0 346937470 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140422663207096 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30147/tid=30164] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30164/stat : 30164 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937470 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140422662154744 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30147/tid=30165] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30165/stat : 30165 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937470 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140422661102408 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30166] ppid=30145 vsize=11852648 CPUtime=2.39 cores=1,3,5,7
/proc/30147/task/30166/stat : 30166 (java) R 30145 30147 20391 0 -1 4202560 29 0 0 0 239 0 0 0 20 0 22 0 346937531 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140422659988192 140423168015260 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30167] ppid=30145 vsize=11852648 CPUtime=2.4 cores=1,3,5,7
/proc/30147/task/30167/stat : 30167 (java) R 30145 30147 20391 0 -1 4202560 256 0 0 0 234 6 0 0 20 0 22 0 346937531 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140422658936984 140423168037543 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30168] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30168/stat : 30168 (java) S 30145 30147 20391 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346937534 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140422657885736 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30169] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30169/stat : 30169 (java) S 30145 30147 20391 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 346937534 12137111552 147860 33554432000 1073741824 1073778376 140736816594160 140422656833192 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 11852648

[startup+6.30086 s]
/proc/loadavg: 3.65 3.84 3.76 5/219 30169
/proc/meminfo: memFree=19744464/32873844 swapFree=7628/7628
[pid=30147] ppid=30145 vsize=11852648 CPUtime=14 cores=1,3,5,7
/proc/30147/stat : 30147 (java) S 30145 30147 20391 0 -1 4202496 17412 0 1 0 1379 21 0 0 20 0 22 0 346937463 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140736816585296 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30147/statm: 2963162 221127 2291 9 0 2953849 0
[pid=30147/tid=30149] ppid=30145 vsize=11852648 CPUtime=0.65 cores=1,3,5,7
/proc/30147/task/30149/stat : 30149 (java) S 30145 30147 20391 0 -1 4202560 2939 0 1 0 62 3 0 0 20 0 22 0 346937464 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140423321810072 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30150] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30150/stat : 30150 (java) S 30145 30147 20391 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140423290219176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30151] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30151/stat : 30151 (java) S 30145 30147 20391 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140423289166632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30152] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30152/stat : 30152 (java) S 30145 30147 20391 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140423288114088 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30147/tid=30153] ppid=30145 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30147/task/30153/stat : 30153 (java) S 30145 30147 20391 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 346937466 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140423287061544 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30154] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30154/stat : 30154 (java) S 30145 30147 20391 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140423286007976 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30147/tid=30155] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30155/stat : 30155 (java) S 30145 30147 20391 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140423153551656 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30156] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30156/stat : 30156 (java) S 30145 30147 20391 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140423152499112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30157] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30157/stat : 30157 (java) S 30145 30147 20391 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 346937466 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140422680668712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30158] ppid=30145 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/30147/task/30158/stat : 30158 (java) S 30145 30147 20391 0 -1 4202560 43 0 0 0 8 0 0 0 20 0 22 0 346937467 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140422668470888 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30159] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30159/stat : 30159 (java) S 30145 30147 20391 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346937468 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140422667417208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30160] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30160/stat : 30160 (java) S 30145 30147 20391 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346937468 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140422666364552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30161] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30161/stat : 30161 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937470 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140422665313296 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30162] ppid=30145 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/30147/task/30162/stat : 30162 (java) S 30145 30147 20391 0 -1 4202560 5767 0 0 0 102 2 0 0 20 0 22 0 346937470 12137111552 221127 33554432000 1073741824 1073778376 140736816594160 140422664259640 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/loadavg: 4.00 3.97 3.87 11/219 30241
/proc/meminfo: memFree=16905884/32873844 swapFree=7628/7628
[pid=30147] ppid=30145 vsize=11852648 CPUtime=1800.05 cores=1,3,5,7
/proc/30147/stat : 30147 (java) S 30145 30147 20391 0 -1 4202496 26161 0 1 0 179887 118 0 0 20 0 22 0 346937463 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140736816585296 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30147/statm: 2963162 932026 2292 9 0 2953849 0
[pid=30147/tid=30149] ppid=30145 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/30147/task/30149/stat : 30149 (java) S 30145 30147 20391 0 -1 4202560 2961 0 1 0 65 5 0 0 20 0 22 0 346937464 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423321810072 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30150] ppid=30145 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/30147/task/30150/stat : 30150 (java) S 30145 30147 20391 0 -1 4202560 183 0 0 0 87 4 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423290219176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30151] ppid=30145 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/30147/task/30151/stat : 30151 (java) S 30145 30147 20391 0 -1 4202560 184 0 0 0 79 4 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423289166632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30152] ppid=30145 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/30147/task/30152/stat : 30152 (java) S 30145 30147 20391 0 -1 4202560 109 0 0 0 72 2 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423288114088 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30153] ppid=30145 vsize=11852648 CPUtime=0.76 cores=1,3,5,7
/proc/30147/task/30153/stat : 30153 (java) S 30145 30147 20391 0 -1 4202560 119 0 0 0 74 2 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423287061544 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30154] ppid=30145 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/30147/task/30154/stat : 30154 (java) S 30145 30147 20391 0 -1 4202560 150 0 0 0 77 3 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423286007976 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30155] ppid=30145 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/30147/task/30155/stat : 30155 (java) S 30145 30147 20391 0 -1 4202560 157 0 0 0 78 4 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423153551656 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30156] ppid=30145 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/30147/task/30156/stat : 30156 (java) S 30145 30147 20391 0 -1 4202560 135 0 0 0 82 3 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423152499112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30157] ppid=30145 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/30147/task/30157/stat : 30157 (java) S 30145 30147 20391 0 -1 4202560 133 0 0 0 91 2 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422680668712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30158] ppid=30145 vsize=11852648 CPUtime=14.01 cores=1,3,5,7
/proc/30147/task/30158/stat : 30158 (java) R 30145 30147 20391 0 -1 4202560 180 0 0 0 1395 6 0 0 20 0 22 0 346937467 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422668469864 140423325946199 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30159] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30159/stat : 30159 (java) S 30145 30147 20391 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346937468 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422667417208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30160] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30160/stat : 30160 (java) S 30145 30147 20391 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346937468 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422666364552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30161] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30161/stat : 30161 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422665313296 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30162] ppid=30145 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/30147/task/30162/stat : 30162 (java) S 30145 30147 20391 0 -1 4202560 6657 0 0 0 113 2 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422664259640 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30147/tid=30163] ppid=30145 vsize=11852648 CPUtime=1.75 cores=1,3,5,7
/proc/30147/task/30163/stat : 30163 (java) S 30145 30147 20391 0 -1 4202560 12265 0 0 0 172 3 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422663207096 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30164] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30164/stat : 30164 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422662154744 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30147/tid=30165] ppid=30145 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/30147/task/30165/stat : 30165 (java) S 30145 30147 20391 0 -1 4202560 53 0 0 0 20 24 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422661102408 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30166] ppid=30145 vsize=11852648 CPUtime=885.59 cores=1,3,5,7
/proc/30147/task/30166/stat : 30166 (java) S 30145 30147 20391 0 -1 4202560 82 0 0 0 88545 14 0 0 20 0 22 0 346937531 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422659990216 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30167] ppid=30145 vsize=11852648 CPUtime=885.38 cores=1,3,5,7
/proc/30147/task/30167/stat : 30167 (java) S 30145 30147 20391 0 -1 4202560 1601 0 0 0 88474 64 0 0 20 0 22 0 346937531 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422658935880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30168] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30168/stat : 30168 (java) S 30145 30147 20391 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346937534 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422657885736 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30169] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30169/stat : 30169 (java) S 30145 30147 20391 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 346937534 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422656833192 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 11852648

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

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

[startup+904.613 s]
/proc/loadavg: 4.00 3.97 3.87 11/219 30241
/proc/meminfo: memFree=16905884/32873844 swapFree=7628/7628
[pid=30147] ppid=30145 vsize=11852648 CPUtime=1800.16 cores=1,3,5,7
/proc/30147/stat : 30147 (java) S 30145 30147 20391 0 -1 4202496 26162 0 1 0 179898 118 0 0 20 0 22 0 346937463 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140736816585296 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30147/statm: 2963162 932026 2292 9 0 2953849 0
[pid=30147/tid=30149] ppid=30145 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/30147/task/30149/stat : 30149 (java) S 30145 30147 20391 0 -1 4202560 2961 0 1 0 65 5 0 0 20 0 22 0 346937464 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423321810072 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30150] ppid=30145 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/30147/task/30150/stat : 30150 (java) S 30145 30147 20391 0 -1 4202560 183 0 0 0 87 4 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423290219176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30151] ppid=30145 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/30147/task/30151/stat : 30151 (java) S 30145 30147 20391 0 -1 4202560 184 0 0 0 79 4 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423289166632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30152] ppid=30145 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/30147/task/30152/stat : 30152 (java) S 30145 30147 20391 0 -1 4202560 109 0 0 0 72 2 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423288114088 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30153] ppid=30145 vsize=11852648 CPUtime=0.76 cores=1,3,5,7
/proc/30147/task/30153/stat : 30153 (java) S 30145 30147 20391 0 -1 4202560 119 0 0 0 74 2 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423287061544 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30154] ppid=30145 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/30147/task/30154/stat : 30154 (java) S 30145 30147 20391 0 -1 4202560 150 0 0 0 77 3 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423286007976 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30155] ppid=30145 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/30147/task/30155/stat : 30155 (java) S 30145 30147 20391 0 -1 4202560 157 0 0 0 78 4 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423153551656 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30156] ppid=30145 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/30147/task/30156/stat : 30156 (java) S 30145 30147 20391 0 -1 4202560 135 0 0 0 82 3 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423152499112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30157] ppid=30145 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/30147/task/30157/stat : 30157 (java) S 30145 30147 20391 0 -1 4202560 133 0 0 0 91 2 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422680668712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30158] ppid=30145 vsize=11852648 CPUtime=14.11 cores=1,3,5,7
/proc/30147/task/30158/stat : 30158 (java) R 30145 30147 20391 0 -1 4202560 180 0 0 0 1405 6 0 0 20 0 22 0 346937467 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422668469744 140423324004472 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30159] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30159/stat : 30159 (java) S 30145 30147 20391 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346937468 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422667417208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30160] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30160/stat : 30160 (java) S 30145 30147 20391 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346937468 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422666364552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30161] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30161/stat : 30161 (java) S 30145 30147 20391 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422665312840 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30162] ppid=30145 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/30147/task/30162/stat : 30162 (java) S 30145 30147 20391 0 -1 4202560 6657 0 0 0 113 2 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422664259640 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30147/tid=30163] ppid=30145 vsize=11852648 CPUtime=1.75 cores=1,3,5,7
/proc/30147/task/30163/stat : 30163 (java) S 30145 30147 20391 0 -1 4202560 12265 0 0 0 172 3 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422663207096 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30164] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30164/stat : 30164 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422662154744 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30147/tid=30165] ppid=30145 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/30147/task/30165/stat : 30165 (java) S 30145 30147 20391 0 -1 4202560 53 0 0 0 20 24 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422661102408 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30166] ppid=30145 vsize=11852648 CPUtime=885.59 cores=1,3,5,7
/proc/30147/task/30166/stat : 30166 (java) S 30145 30147 20391 0 -1 4202560 82 0 0 0 88545 14 0 0 20 0 22 0 346937531 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422659990216 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30167] ppid=30145 vsize=11852648 CPUtime=885.38 cores=1,3,5,7
/proc/30147/task/30167/stat : 30167 (java) S 30145 30147 20391 0 -1 4202560 1601 0 0 0 88474 64 0 0 20 0 22 0 346937531 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422658935880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30168] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30168/stat : 30168 (java) S 30145 30147 20391 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346937534 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422657885736 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30169] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30169/stat : 30169 (java) S 30145 30147 20391 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 346937534 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422656833192 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 11852648

[startup+904.801 s]
/proc/loadavg: 4.00 3.97 3.87 11/219 30241
/proc/meminfo: memFree=16905884/32873844 swapFree=7628/7628
[pid=30147] ppid=30145 vsize=11852648 CPUtime=1800.35 cores=1,3,5,7
/proc/30147/stat : 30147 (java) S 30145 30147 20391 0 -1 4202496 26162 0 1 0 179917 118 0 0 20 0 22 0 346937463 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140736816585296 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30147/statm: 2963162 932026 2292 9 0 2953849 0
[pid=30147/tid=30149] ppid=30145 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/30147/task/30149/stat : 30149 (java) S 30145 30147 20391 0 -1 4202560 2961 0 1 0 65 5 0 0 20 0 22 0 346937464 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423321810072 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30150] ppid=30145 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/30147/task/30150/stat : 30150 (java) S 30145 30147 20391 0 -1 4202560 183 0 0 0 87 4 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423290219176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30151] ppid=30145 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/30147/task/30151/stat : 30151 (java) S 30145 30147 20391 0 -1 4202560 184 0 0 0 79 4 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423289166632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30152] ppid=30145 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/30147/task/30152/stat : 30152 (java) S 30145 30147 20391 0 -1 4202560 109 0 0 0 72 2 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423288114088 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30153] ppid=30145 vsize=11852648 CPUtime=0.76 cores=1,3,5,7
/proc/30147/task/30153/stat : 30153 (java) S 30145 30147 20391 0 -1 4202560 119 0 0 0 74 2 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423287061544 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30154] ppid=30145 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/30147/task/30154/stat : 30154 (java) S 30145 30147 20391 0 -1 4202560 150 0 0 0 77 3 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423286007976 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30155] ppid=30145 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/30147/task/30155/stat : 30155 (java) S 30145 30147 20391 0 -1 4202560 157 0 0 0 78 4 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423153551656 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30156] ppid=30145 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/30147/task/30156/stat : 30156 (java) S 30145 30147 20391 0 -1 4202560 135 0 0 0 82 3 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140423152499112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30157] ppid=30145 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/30147/task/30157/stat : 30157 (java) S 30145 30147 20391 0 -1 4202560 133 0 0 0 91 2 0 0 20 0 22 0 346937466 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422680668712 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30158] ppid=30145 vsize=11852648 CPUtime=14.3 cores=1,3,5,7
/proc/30147/task/30158/stat : 30158 (java) R 30145 30147 20391 0 -1 4202560 180 0 0 0 1424 6 0 0 20 0 22 0 346937467 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422668469744 140423325970921 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30159] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30159/stat : 30159 (java) S 30145 30147 20391 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 346937468 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422667417208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30160] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30160/stat : 30160 (java) S 30145 30147 20391 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 346937468 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422666364552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30161] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30161/stat : 30161 (java) S 30145 30147 20391 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422665312840 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30162] ppid=30145 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/30147/task/30162/stat : 30162 (java) S 30145 30147 20391 0 -1 4202560 6657 0 0 0 113 2 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422664259640 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30147/tid=30163] ppid=30145 vsize=11852648 CPUtime=1.75 cores=1,3,5,7
/proc/30147/task/30163/stat : 30163 (java) S 30145 30147 20391 0 -1 4202560 12265 0 0 0 172 3 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422663207096 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30147/tid=30164] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30164/stat : 30164 (java) S 30145 30147 20391 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422662154744 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30147/tid=30165] ppid=30145 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/30147/task/30165/stat : 30165 (java) S 30145 30147 20391 0 -1 4202560 53 0 0 0 20 24 0 0 20 0 22 0 346937470 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422661102408 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30166] ppid=30145 vsize=11852648 CPUtime=885.59 cores=1,3,5,7
/proc/30147/task/30166/stat : 30166 (java) S 30145 30147 20391 0 -1 4202560 82 0 0 0 88545 14 0 0 20 0 22 0 346937531 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422659990216 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30167] ppid=30145 vsize=11852648 CPUtime=885.38 cores=1,3,5,7
/proc/30147/task/30167/stat : 30167 (java) S 30145 30147 20391 0 -1 4202560 1601 0 0 0 88474 64 0 0 20 0 22 0 346937531 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422658935880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30147/tid=30168] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30168/stat : 30168 (java) S 30145 30147 20391 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 346937534 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422657885736 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30147/tid=30169] ppid=30145 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30147/task/30169/stat : 30169 (java) S 30145 30147 20391 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 346937534 12137111552 932026 33554432000 1073741824 1073778376 140736816594160 140422656833192 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30147 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=780151
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=592757
# CPU time returned by wait4() is 1796.37
# while last known CPU time is 1800.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 904.892
CPU time (s): 1800.35
CPU user time (s): 1799.17
CPU system time (s): 1.18
CPU usage (%): 198.958
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 1.59276
maximum resident set size= 3728224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26194
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23295
involuntary context switches= 26680

runsolver used 3.42148 second user time and 8.86465 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-04 13:08:51
IDJOB=3744516
IDBENCH=92767
IDSOLVER=2328
FILE ID=node143/3744516-1338808131
RUNJOBID= node143-1338805400-29519
PBS_JOBID= 14636856
Free space on /tmp= 68468 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_4_ic.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744516-1338808131/watcher-3744516-1338808131 -o /tmp/evaluation-result-3744516-1338808131/solver-3744516-1338808131 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3744516-1338808131.opb

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

MD5SUM BENCH= e305c1d0330d93c0634ea10582f6edce
RANDOM SEED=1832158579

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        20622360 kB
Buffers:         3531660 kB
Cached:          4015796 kB
SwapCached:          188 kB
Active:          9007784 kB
Inactive:        2217484 kB
Active(anon):    3658680 kB
Inactive(anon):    10988 kB
Active(file):    5349104 kB
Inactive(file):  2206496 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108444 kB
Dirty:              1680 kB
Writeback:             0 kB
AnonPages:       3629244 kB
Mapped:            18756 kB
Shmem:               160 kB
Slab:             875984 kB
SReclaimable:     317024 kB
SUnreclaim:       558960 kB
KernelStack:        1784 kB
PageTables:        11284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10459116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3571712 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= 68464 MiB
End job on node143 at 2012-06-04 13:23:58