Trace number 3741177

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.02 920.375

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-122.opb
MD5SUM45533d52c524a74641c715d4320b890b
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 variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		9996466904
0.00/0.10	c Max memory 		10048897024
0.00/0.10	c Total memory 		10048897024
0.10/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3741177-1338751569.opb
0.10/0.12	c reading problem ... 
9.40/7.60	c ... done. Wall clock time 7.481s.
9.40/7.60	c #vars     48411
9.40/7.60	c #constraints  1123290
9.40/7.60	c constraints type 
9.77/7.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
9.77/7.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
9.77/7.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
9.77/7.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
9.77/7.60	c constraints type 
9.77/7.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
9.77/7.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
9.77/7.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
9.77/7.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
29.75/17.02	c cleaning 2453 clauses out of 5000 with flag 5000/5000
43.01/23.84	c cleaning 4263 clauses out of 8549 with flag 11002/11002
57.46/31.32	c cleaning 5605 clauses out of 11285 with flag 18001/18001
72.54/39.15	c cleaning 6819 clauses out of 13683 with flag 26004/26004
88.96/47.76	c cleaning 7873 clauses out of 15862 with flag 35002/35002
90.80/48.94	c cleaning 0 clauses out of 5000 with flag 0/5000
101.76/54.69	c cleaning 0 clauses out of 11001 with flag 0/11001
110.43/59.14	c cleaning 8944 clauses out of 17989 with flag 45002/45002
117.75/63.21	c cleaning 0 clauses out of 18000 with flag 0/18000
134.39/71.80	c cleaning 10002 clauses out of 20044 with flag 56001/56001
136.23/73.02	c cleaning 0 clauses out of 26001 with flag 0/26001
155.28/82.86	c cleaning 10967 clauses out of 22041 with flag 68000/68000
160.04/85.64	c cleaning 0 clauses out of 35000 with flag 0/35000
183.08/97.49	c cleaning 12028 clauses out of 24074 with flag 81000/81000
188.90/100.69	c cleaning 0 clauses out of 45000 with flag 0/45000
213.54/113.29	c cleaning 12999 clauses out of 26059 with flag 95013/95013
227.45/120.69	c cleaning 0 clauses out of 56002 with flag 0/56002
239.68/127.03	c cleaning 14002 clauses out of 28049 with flag 110002/110002
269.10/142.06	c cleaning 14996 clauses out of 30046 with flag 126001/126001
270.14/142.81	c cleaning 0 clauses out of 68002 with flag 0/68002
303.25/159.85	c cleaning 15955 clauses out of 32049 with flag 143000/143000
327.88/172.41	c cleaning 0 clauses out of 81002 with flag 0/81002
335.48/176.52	c cleaning 17011 clauses out of 34094 with flag 161000/161000
369.89/194.08	c cleaning 17982 clauses out of 36083 with flag 180000/180000
388.60/203.81	c cleaning 0 clauses out of 95001 with flag 0/95001
409.59/214.63	c cleaning 18985 clauses out of 38101 with flag 200000/200000
453.59/236.91	c cleaning 20032 clauses out of 40124 with flag 221008/221008
463.02/241.97	c cleaning 0 clauses out of 110000 with flag 0/110000
498.09/259.91	c cleaning 21011 clauses out of 42084 with flag 243000/243000
543.12/282.78	c cleaning 21994 clauses out of 44073 with flag 266000/266000
553.92/288.47	c cleaning 0 clauses out of 126002 with flag 0/126002
599.73/311.68	c cleaning 22992 clauses out of 46079 with flag 290000/290000
638.23/331.34	c cleaning 0 clauses out of 143000 with flag 0/143000
683.66/354.40	c cleaning 23869 clauses out of 48087 with flag 315000/315000
736.08/380.80	c cleaning 0 clauses out of 161002 with flag 0/161002
749.48/387.88	c cleaning 25036 clauses out of 50218 with flag 341000/341000
809.92/418.51	c cleaning 25999 clauses out of 52182 with flag 368000/368000
855.11/441.44	c cleaning 0 clauses out of 180000 with flag 0/180000
870.47/449.42	c cleaning 27052 clauses out of 54191 with flag 396008/396008
919.88/474.40	c cleaning 27912 clauses out of 56131 with flag 425000/425000
985.95/507.97	c cleaning 29024 clauses out of 58219 with flag 455000/455000
1001.49/516.02	c cleaning 0 clauses out of 200003 with flag 0/200003
1068.70/549.97	c cleaning 29936 clauses out of 60195 with flag 486000/486000
1140.46/586.18	c cleaning 30988 clauses out of 62259 with flag 518000/518000
1160.68/596.70	c cleaning 0 clauses out of 221000 with flag 0/221000
1208.03/620.71	c cleaning 32057 clauses out of 64271 with flag 551000/551000
1278.41/656.27	c cleaning 33036 clauses out of 66218 with flag 585004/585004
1308.93/671.83	c cleaning 0 clauses out of 243000 with flag 0/243000
1357.47/696.61	c cleaning 33947 clauses out of 68178 with flag 620000/620000
1446.62/741.58	c cleaning 35090 clauses out of 70231 with flag 656000/656000
1513.44/775.29	c cleaning 0 clauses out of 266000 with flag 0/266000
1534.58/786.14	c cleaning 35925 clauses out of 72141 with flag 693000/693000
1619.58/829.12	c cleaning 37082 clauses out of 74216 with flag 731000/731000
1721.77/880.50	c cleaning 38028 clauses out of 76138 with flag 770004/770004
1749.68/894.81	c cleaning 0 clauses out of 290002 with flag 0/290002
1800.02/920.31	c starts		: 171
1800.02/920.31	c conflicts		: 801869
1800.02/920.31	c decisions		: 14515981
1800.02/920.31	c propagations		: 1592353721
1800.02/920.31	c inspects		: 6952821764
1800.02/920.31	c shortcuts		: 0
1800.02/920.31	c learnt literals	: 0
1800.02/920.31	c learnt binary clauses	: 749
1800.02/920.31	c learnt ternary clauses	: 1300
1800.02/920.31	c learnt constraints	: 801868
1800.02/920.31	c ignored constraints	: 0
1800.02/920.31	c root simplifications	: 0
1800.02/920.31	c removed literals (reason simplification)	: 16926829
1800.02/920.31	c reason swapping (by a shorter reason)	: 0
1800.02/920.31	c Calls to reduceDB	: 35
1800.02/920.31	c number of reductions to clauses (during analyze)	: 0
1800.02/920.31	c number of learned constraints concerned by reduction	: 0
1800.02/920.31	c number of learning phase by resolution	: 0
1800.02/920.31	c number of learning phase by cutting planes	: 0
1800.02/920.31	c speed (assignments/second)	: 1744651.312689957
1800.02/920.31	c non guided choices	3043525
1800.02/920.34	c learnt constraints type 
1800.02/920.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 749
1800.02/920.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 69252
1800.02/920.34	c constraints type 
1800.02/920.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
1800.02/920.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.02/920.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
1800.02/920.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
1800.02/920.35	c constraints type 
1800.02/920.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
1800.02/920.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
1800.02/920.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
1800.02/920.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.02/920.35	s UNKNOWN
1800.02/920.35	c Total wall clock time (in seconds): 920.224

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-3741177-1338751569/watcher-3741177-1338751569 -o /tmp/evaluation-result-3741177-1338751569/solver-3741177-1338751569 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741177-1338751569.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.83 3.92 3.64 3/197 13499
/proc/meminfo: memFree=29447544/32873844 swapFree=7116/7116
[pid=13499] ppid=13497 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/13499/stat : 13499 (java) S 13497 13499 13088 0 -1 4202496 1162 0 0 0 0 0 0 0 20 0 2 0 341281951 91889664 882 33554432000 1073741824 1073778376 140736220156000 140736220147136 240568533053 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13499/statm: 22435 885 670 9 0 16770 0
[pid=13499/tid=13500] ppid=13497 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13500/stat : 13500 (java) R 13497 13499 13088 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 341281951 91889664 893 33554432000 1073741824 1073778376 140736220156000 140736220145064 240556010791 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.00983611 s]
/proc/loadavg: 3.83 3.92 3.64 3/197 13499
/proc/meminfo: memFree=29447544/32873844 swapFree=7116/7116
[pid=13499] ppid=13497 vsize=101560 CPUtime=0 cores=1,3,5,7
/proc/13499/stat : 13499 (java) S 13497 13499 13088 0 -1 4202496 1381 0 0 0 0 0 0 0 20 0 2 0 341281951 103997440 1061 33554432000 1073741824 1073778376 140736220156000 140736220147136 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13499/statm: 25390 1075 827 9 0 16774 0
[pid=13499/tid=13500] ppid=13497 vsize=101560 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13500/stat : 13500 (java) R 13497 13499 13088 0 -1 4202560 255 0 1 0 0 0 0 0 20 0 2 0 341281951 103997440 1082 33554432000 1073741824 1073778376 140736220156000 139648584185488 139648590953168 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101560

[startup+0.100205 s]
/proc/loadavg: 3.83 3.92 3.64 3/197 13499
/proc/meminfo: memFree=29447544/32873844 swapFree=7116/7116
[pid=13499] ppid=13497 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/13499/stat : 13499 (java) S 13497 13499 13088 0 -1 4202496 5253 0 1 0 9 1 0 0 20 0 18 0 341281951 11864465408 13608 33554432000 1073741824 1073778376 140736220156000 140736220147136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13499/statm: 2896598 13608 2106 9 0 2887285 0
[pid=13499/tid=13500] ppid=13497 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/13499/task/13500/stat : 13500 (java) R 13497 13499 13088 0 -1 4202560 3326 0 1 0 6 1 0 0 20 0 18 0 341281951 11864465408 13608 33554432000 1073741824 1073778376 140736220156000 139648584182704 240568558765 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.30023 s]
/proc/loadavg: 3.83 3.92 3.64 3/197 13499
/proc/meminfo: memFree=29447544/32873844 swapFree=7116/7116
[pid=13499] ppid=13497 vsize=11586392 CPUtime=0.48 cores=1,3,5,7
/proc/13499/stat : 13499 (java) S 13497 13499 13088 0 -1 4202496 6485 0 1 0 45 3 0 0 20 0 18 0 341281951 11864465408 17560 33554432000 1073741824 1073778376 140736220156000 140736220147136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13499/statm: 2896598 17560 2222 9 0 2887285 0
[pid=13499/tid=13500] ppid=13497 vsize=11586392 CPUtime=0.27 cores=1,3,5,7
/proc/13499/task/13500/stat : 13500 (java) R 13497 13499 13088 0 -1 4202560 3405 0 1 0 25 2 0 0 20 0 18 0 341281951 11864465408 17560 33554432000 1073741824 1073778376 140736220156000 139648584183688 139648456083312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 11586392

[startup+0.700307 s]
/proc/loadavg: 3.83 3.92 3.64 3/197 13499
/proc/meminfo: memFree=29447544/32873844 swapFree=7116/7116
[pid=13499] ppid=13497 vsize=11586392 CPUtime=1.24 cores=1,3,5,7
/proc/13499/stat : 13499 (java) S 13497 13499 13088 0 -1 4202496 9980 0 1 0 117 7 0 0 20 0 18 0 341281951 11864465408 63762 33554432000 1073741824 1073778376 140736220156000 140736220147136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13499/statm: 2896598 63762 2238 9 0 2887285 0
[pid=13499/tid=13500] ppid=13497 vsize=11586392 CPUtime=0.67 cores=1,3,5,7
/proc/13499/task/13500/stat : 13500 (java) R 13497 13499 13088 0 -1 4202560 3492 0 1 0 61 6 0 0 20 0 18 0 341281951 11864465408 63762 33554432000 1073741824 1073778376 140736220156000 139648584183688 139648456482891 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 11586392

[startup+1.5008 s]
/proc/loadavg: 3.83 3.92 3.64 5/215 13517
/proc/meminfo: memFree=28717076/32873844 swapFree=7116/7116
[pid=13499] ppid=13497 vsize=11586392 CPUtime=2.16 cores=1,3,5,7
/proc/13499/stat : 13499 (java) S 13497 13499 13088 0 -1 4202496 10268 0 1 0 198 18 0 0 20 0 18 0 341281951 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 140736220147136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13499/statm: 2896598 195377 2238 9 0 2887285 0
[pid=13499/tid=13500] ppid=13497 vsize=11586392 CPUtime=1.47 cores=1,3,5,7
/proc/13499/task/13500/stat : 13500 (java) R 13497 13499 13088 0 -1 4202560 3749 0 1 0 131 16 0 0 20 0 18 0 341281951 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648584175600 240568558861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13502] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13502/stat : 13502 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648421489320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13503] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648420436776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648419384232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648418331688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648417278120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13507] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648416225576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648415173032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13509] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648414120488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341281955 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648401709672 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13511] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13511/stat : 13511 (java) S 13497 13499 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341281955 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648400655992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13512] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13512/stat : 13512 (java) S 13497 13499 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341281955 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648399603336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13513] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13513/stat : 13513 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281957 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648398552080 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13514] ppid=13497 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/13499/task/13514/stat : 13514 (java) S 13497 13499 13088 0 -1 4202560 2868 0 0 0 32 0 0 0 20 0 18 0 341281957 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648397498424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13515] ppid=13497 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/13499/task/13515/stat : 13515 (java) S 13497 13499 13088 0 -1 4202560 2467 0 0 0 32 0 0 0 20 0 18 0 341281957 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648396445880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13516] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13516/stat : 13516 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281958 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648395393528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13517] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13517/stat : 13517 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281958 11864465408 195377 33554432000 1073741824 1073778376 140736220156000 139648394341192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 11586392

[startup+3.10074 s]
/proc/loadavg: 3.83 3.92 3.64 4/215 13517
/proc/meminfo: memFree=27699904/32873844 swapFree=7116/7116
[pid=13499] ppid=13497 vsize=11586392 CPUtime=3.81 cores=1,3,5,7
/proc/13499/stat : 13499 (java) S 13497 13499 13088 0 -1 4202496 10796 0 1 0 346 35 0 0 20 0 18 0 341281951 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 140736220147136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13499/statm: 2896598 465713 2238 9 0 2887285 0
[pid=13499/tid=13500] ppid=13497 vsize=11586392 CPUtime=3.07 cores=1,3,5,7
/proc/13499/task/13500/stat : 13500 (java) R 13497 13499 13088 0 -1 4202560 4277 0 1 0 274 33 0 0 20 0 18 0 341281951 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648584175584 240568558861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13502] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13502/stat : 13502 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648421489320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13503] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648420436776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648419384232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648418331688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648417278120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13507] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648416225576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648415173032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13509] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341281953 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648414120488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341281955 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648401709672 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13511] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13511/stat : 13511 (java) S 13497 13499 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341281955 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648400655992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13512] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13512/stat : 13512 (java) S 13497 13499 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341281955 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648399603336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13513] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13513/stat : 13513 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281957 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648398552080 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13514] ppid=13497 vsize=11586392 CPUtime=0.34 cores=1,3,5,7
/proc/13499/task/13514/stat : 13514 (java) S 13497 13499 13088 0 -1 4202560 2868 0 0 0 34 0 0 0 20 0 18 0 341281957 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648397498424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13515] ppid=13497 vsize=11586392 CPUtime=0.36 cores=1,3,5,7
/proc/13499/task/13515/stat : 13515 (java) S 13497 13499 13088 0 -1 4202560 2467 0 0 0 36 0 0 0 20 0 18 0 341281957 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648396445880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13516] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13516/stat : 13516 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281958 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648395393528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13517] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13517/stat : 13517 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281958 11864465408 465713 33554432000 1073741824 1073778376 140736220156000 139648394341192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 11586392

[startup+6.30074 s]
/proc/loadavg: 3.76 3.90 3.64 4/215 13517
/proc/meminfo: memFree=26062044/32873844 swapFree=7116/7116
[pid=13499] ppid=13497 vsize=11586392 CPUtime=7.56 cores=1,3,5,7
/proc/13499/stat : 13499 (java) S 13497 13499 13088 0 -1 4202496 11445 0 1 0 692 64 0 0 20 0 18 0 341281951 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 140736220147136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13499/statm: 2896598 688320 2254 9 0 2887285 0
[pid=13499/tid=13500] ppid=13497 vsize=11586392 CPUtime=6.08 cores=1,3,5,7
/proc/13499/task/13500/stat : 13500 (java) R 13497 13499 13088 0 -1 4202560 4653 0 1 0 562 46 0 0 20 0 18 0 341281951 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648584175584 240568558861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13502] ppid=13497 vsize=11586392 CPUtime=0.05 cores=1,3,5,7
/proc/13499/task/13502/stat : 13502 (java) S 13497 13499 13088 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 341281953 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648421489320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13503] ppid=13497 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13088 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 18 0 341281953 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648420436776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13088 0 -1 4202560 28 0 0 0 5 2 0 0 20 0 18 0 341281953 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648419384232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=11586392 CPUtime=0.17 cores=1,3,5,7
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13088 0 -1 4202560 70 0 0 0 12 5 0 0 20 0 18 0 341281953 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648418331688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13088 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 18 0 341281953 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648417278120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13507] ppid=13497 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13088 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 18 0 341281953 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648416225576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=11586392 CPUtime=0.04 cores=1,3,5,7
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13088 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 18 0 341281953 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648415173032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13509] ppid=13497 vsize=11586392 CPUtime=0.04 cores=1,3,5,7
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13088 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 18 0 341281953 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648414120488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341281955 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648401709672 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13511] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13511/stat : 13511 (java) S 13497 13499 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341281955 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648400655992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13512] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13512/stat : 13512 (java) S 13497 13499 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341281955 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648399603336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13513] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13513/stat : 13513 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281957 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648398552080 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13514] ppid=13497 vsize=11586392 CPUtime=0.34 cores=1,3,5,7
/proc/13499/task/13514/stat : 13514 (java) S 13497 13499 13088 0 -1 4202560 2868 0 0 0 34 0 0 0 20 0 18 0 341281957 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648397498424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13515] ppid=13497 vsize=11586392 CPUtime=0.38 cores=1,3,5,7
/proc/13499/task/13515/stat : 13515 (java) S 13497 13499 13088 0 -1 4202560 2473 0 0 0 38 0 0 0 20 0 18 0 341281957 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648396445880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13516] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13516/stat : 13516 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341281958 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648395393528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13517] ppid=13497 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13517/stat : 13517 (java) S 13497 13499 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341281958 11864465408 688320 33554432000 1073741824 1073778376 140736220156000 139648394341192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/13499/statm: 2963162 1009215 2289 9 0 2953849 0
[pid=13499/tid=13500] ppid=13497 vsize=11852648 CPUtime=7.12 cores=1,3,5,7
/proc/13499/task/13500/stat : 13500 (java) S 13497 13499 13088 0 -1 4202560 4704 0 1 0 664 48 0 0 20 0 22 0 341281951 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648584184984 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13502] ppid=13497 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/13499/task/13502/stat : 13502 (java) S 13497 13499 13088 0 -1 4202560 209 0 0 0 83 10 0 0 20 0 22 0 341281953 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648421489320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13503] ppid=13497 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13088 0 -1 4202560 152 0 0 0 73 8 0 0 20 0 22 0 341281953 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648420436776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13088 0 -1 4202560 278 0 0 0 92 14 0 0 20 0 22 0 341281953 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648419384232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13088 0 -1 4202560 263 0 0 0 101 13 0 0 20 0 22 0 341281953 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648418331688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13088 0 -1 4202560 197 0 0 0 76 11 0 0 20 0 22 0 341281953 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648417278120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13507] ppid=13497 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13088 0 -1 4202560 265 0 0 0 95 13 0 0 20 0 22 0 341281953 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648416225576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13088 0 -1 4202560 142 0 0 0 74 7 0 0 20 0 22 0 341281953 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648415173032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13509] ppid=13497 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13088 0 -1 4202560 215 0 0 0 97 10 0 0 20 0 22 0 341281953 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648414120488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=11852648 CPUtime=38.56 cores=1,3,5,7
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13088 0 -1 4202560 354 0 0 0 3842 14 0 0 20 0 22 0 341281955 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648401709672 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13511] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13511/stat : 13511 (java) S 13497 13499 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341281955 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648400655992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13512] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13512/stat : 13512 (java) S 13497 13499 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341281955 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648399603336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13513] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13513/stat : 13513 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341281957 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648398552080 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13514] ppid=13497 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/13499/task/13514/stat : 13514 (java) S 13497 13499 13088 0 -1 4202560 10837 0 0 0 142 3 0 0 20 0 22 0 341281957 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648397498424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13515] ppid=13497 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/13499/task/13515/stat : 13515 (java) S 13497 13499 13088 0 -1 4202560 7481 0 0 0 114 2 0 0 20 0 22 0 341281957 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648396445880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13516] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13516/stat : 13516 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341281958 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648395393528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13517] ppid=13497 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/13499/task/13517/stat : 13517 (java) S 13497 13499 13088 0 -1 4202560 52 0 0 0 19 23 0 0 20 0 22 0 341281958 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648394341192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13518] ppid=13497 vsize=11852648 CPUtime=832 cores=1,3,5,7
/proc/13499/task/13518/stat : 13518 (java) R 13497 13499 13088 0 -1 4202560 53 0 0 0 83187 13 0 0 20 0 22 0 341282711 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648393286224 139648456945392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13519] ppid=13497 vsize=11852648 CPUtime=831.95 cores=1,3,5,7
/proc/13499/task/13519/stat : 13519 (java) R 13497 13499 13088 0 -1 4202560 157 0 0 0 83180 15 0 0 20 0 22 0 341282712 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648392231920 139648456885302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13520] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13520/stat : 13520 (java) S 13497 13499 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341282714 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648391181864 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13521] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13521/stat : 13521 (java) S 13497 13499 13088 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341282714 12137111552 1009215 33554432000 1073741824 1073778376 140736220156000 139648390129320 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.68
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.301 s]
/proc/loadavg: 3.88 3.94 3.81 5/219 13662
/proc/meminfo: memFree=24970208/32873844 swapFree=7116/7116
[pid=13499] ppid=13497 vsize=11852648 CPUtime=1800.02 cores=1,3,5,7
/proc/13499/stat : 13499 (java) S 13497 13499 13088 0 -1 4202496 26558 0 1 0 179818 184 0 0 20 0 22 0 341281951 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 140736220147136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13499/statm: 2963162 1011263 2289 9 0 2953849 0
[pid=13499/tid=13500] ppid=13497 vsize=11852648 CPUtime=7.12 cores=1,3,5,7
/proc/13499/task/13500/stat : 13500 (java) S 13497 13499 13088 0 -1 4202560 4705 0 1 0 664 48 0 0 20 0 22 0 341281951 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648584184984 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13502] ppid=13497 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/13499/task/13502/stat : 13502 (java) S 13497 13499 13088 0 -1 4202560 209 0 0 0 83 10 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648421489320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13503] ppid=13497 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13088 0 -1 4202560 152 0 0 0 73 8 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648420436776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13088 0 -1 4202560 278 0 0 0 93 14 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648419384232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13088 0 -1 4202560 263 0 0 0 102 13 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648418331688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13088 0 -1 4202560 197 0 0 0 77 11 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648417278120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13507] ppid=13497 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13088 0 -1 4202560 265 0 0 0 96 13 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648416225576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13088 0 -1 4202560 142 0 0 0 75 7 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648415173032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13509] ppid=13497 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13088 0 -1 4202560 215 0 0 0 97 10 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648414120488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=11852648 CPUtime=39.28 cores=1,3,5,7
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13088 0 -1 4202560 358 0 0 0 3914 14 0 0 20 0 22 0 341281955 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648401709672 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13511] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13511/stat : 13511 (java) S 13497 13499 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341281955 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648400655992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13512] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13512/stat : 13512 (java) S 13497 13499 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341281955 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648399603336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13513] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13513/stat : 13513 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341281957 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648398552080 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13514] ppid=13497 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/13499/task/13514/stat : 13514 (java) S 13497 13499 13088 0 -1 4202560 10837 0 0 0 142 3 0 0 20 0 22 0 341281957 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648397498424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13515] ppid=13497 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/13499/task/13515/stat : 13515 (java) S 13497 13499 13088 0 -1 4202560 7481 0 0 0 114 2 0 0 20 0 22 0 341281957 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648396445880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13516] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13516/stat : 13516 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341281958 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648395393528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13517] ppid=13497 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/13499/task/13517/stat : 13517 (java) S 13497 13499 13088 0 -1 4202560 54 0 0 0 20 25 0 0 20 0 22 0 341281958 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648394341192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13518] ppid=13497 vsize=11852648 CPUtime=869.17 cores=1,3,5,7
/proc/13499/task/13518/stat : 13518 (java) R 13497 13499 13088 0 -1 4202560 53 0 0 0 86903 14 0 0 20 0 22 0 341282711 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648393284368 139648456759396 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13519] ppid=13497 vsize=11852648 CPUtime=869.12 cores=1,3,5,7
/proc/13499/task/13519/stat : 13519 (java) R 13497 13499 13088 0 -1 4202560 157 0 0 0 86896 16 0 0 20 0 22 0 341282712 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648392233680 139648456764284 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13520] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13520/stat : 13520 (java) S 13497 13499 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341282714 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648391181864 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13521] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13521/stat : 13521 (java) S 13497 13499 13088 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341282714 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648390129320 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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+920.301 s]
/proc/loadavg: 3.88 3.94 3.81 5/219 13662
/proc/meminfo: memFree=24970208/32873844 swapFree=7116/7116
[pid=13499] ppid=13497 vsize=11852648 CPUtime=1800.02 cores=1,3,5,7
/proc/13499/stat : 13499 (java) S 13497 13499 13088 0 -1 4202496 26558 0 1 0 179818 184 0 0 20 0 22 0 341281951 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 140736220147136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13499/statm: 2963162 1011263 2289 9 0 2953849 0
[pid=13499/tid=13500] ppid=13497 vsize=11852648 CPUtime=7.12 cores=1,3,5,7
/proc/13499/task/13500/stat : 13500 (java) S 13497 13499 13088 0 -1 4202560 4705 0 1 0 664 48 0 0 20 0 22 0 341281951 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648584184984 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13502] ppid=13497 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/13499/task/13502/stat : 13502 (java) S 13497 13499 13088 0 -1 4202560 209 0 0 0 83 10 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648421489320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13503] ppid=13497 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/13499/task/13503/stat : 13503 (java) S 13497 13499 13088 0 -1 4202560 152 0 0 0 73 8 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648420436776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13504] ppid=13497 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/13499/task/13504/stat : 13504 (java) S 13497 13499 13088 0 -1 4202560 278 0 0 0 93 14 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648419384232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13505] ppid=13497 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/13499/task/13505/stat : 13505 (java) S 13497 13499 13088 0 -1 4202560 263 0 0 0 102 13 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648418331688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13506] ppid=13497 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/13499/task/13506/stat : 13506 (java) S 13497 13499 13088 0 -1 4202560 197 0 0 0 77 11 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648417278120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13507] ppid=13497 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/13499/task/13507/stat : 13507 (java) S 13497 13499 13088 0 -1 4202560 265 0 0 0 96 13 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648416225576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13508] ppid=13497 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/13499/task/13508/stat : 13508 (java) S 13497 13499 13088 0 -1 4202560 142 0 0 0 75 7 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648415173032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13509] ppid=13497 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/13499/task/13509/stat : 13509 (java) S 13497 13499 13088 0 -1 4202560 215 0 0 0 97 10 0 0 20 0 22 0 341281953 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648414120488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13510] ppid=13497 vsize=11852648 CPUtime=39.28 cores=1,3,5,7
/proc/13499/task/13510/stat : 13510 (java) S 13497 13499 13088 0 -1 4202560 358 0 0 0 3914 14 0 0 20 0 22 0 341281955 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648401709672 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13511] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13511/stat : 13511 (java) S 13497 13499 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341281955 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648400655992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13512] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13512/stat : 13512 (java) S 13497 13499 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341281955 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648399603336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13513] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13513/stat : 13513 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341281957 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648398552080 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13514] ppid=13497 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/13499/task/13514/stat : 13514 (java) S 13497 13499 13088 0 -1 4202560 10837 0 0 0 142 3 0 0 20 0 22 0 341281957 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648397498424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13515] ppid=13497 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/13499/task/13515/stat : 13515 (java) S 13497 13499 13088 0 -1 4202560 7481 0 0 0 114 2 0 0 20 0 22 0 341281957 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648396445880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13516] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13516/stat : 13516 (java) S 13497 13499 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341281958 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648395393528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13517] ppid=13497 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/13499/task/13517/stat : 13517 (java) S 13497 13499 13088 0 -1 4202560 54 0 0 0 20 25 0 0 20 0 22 0 341281958 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648394341192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13499/tid=13518] ppid=13497 vsize=11852648 CPUtime=869.17 cores=1,3,5,7
/proc/13499/task/13518/stat : 13518 (java) R 13497 13499 13088 0 -1 4202560 53 0 0 0 86903 14 0 0 20 0 22 0 341282711 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648393284368 139648456759396 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13499/tid=13519] ppid=13497 vsize=11852648 CPUtime=869.12 cores=1,3,5,7
/proc/13499/task/13519/stat : 13519 (java) R 13497 13499 13088 0 -1 4202560 157 0 0 0 86896 16 0 0 20 0 22 0 341282712 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648392233680 139648456764284 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13499/tid=13520] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13520/stat : 13520 (java) S 13497 13499 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341282714 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648391181864 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13499/tid=13521] ppid=13497 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13499/task/13521/stat : 13521 (java) S 13497 13499 13088 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341282714 12137111552 1011263 33554432000 1073741824 1073778376 140736220156000 139648390129320 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 920.375
CPU time (s): 1800.02
CPU user time (s): 1798.18
CPU system time (s): 1.84
CPU usage (%): 195.575
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.78
system time used= 2.26365
maximum resident set size= 4045216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26603
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= 24176
involuntary context switches= 24842

runsolver used 3.62245 second user time and 8.93464 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 21:26:10
IDJOB=3741177
IDBENCH=89800
IDSOLVER=2328
FILE ID=node146/3741177-1338751569
RUNJOBID= node146-1338749727-13105
PBS_JOBID= 14636806
Free space on /tmp= 70848 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-122.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741177-1338751569/watcher-3741177-1338751569 -o /tmp/evaluation-result-3741177-1338751569/solver-3741177-1338751569 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741177-1338751569.opb

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

MD5SUM BENCH= 45533d52c524a74641c715d4320b890b
RANDOM SEED=2110759363

node146.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
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:       32873844 kB
MemFree:        29453820 kB
Buffers:          311480 kB
Cached:           519572 kB
SwapCached:         1792 kB
Active:          2232536 kB
Inactive:         343220 kB
Active(anon):    1745364 kB
Inactive(anon):     1664 kB
Active(file):     487172 kB
Inactive(file):   341556 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:             62492 kB
Writeback:             0 kB
AnonPages:       1654500 kB
Mapped:            17084 kB
Shmem:                 0 kB
Slab:             681692 kB
SReclaimable:     119432 kB
SUnreclaim:       562260 kB
KernelStack:        1648 kB
PageTables:         7488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10456296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1622016 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= 70856 MiB
End job on node146 at 2012-06-03 21:41:33