Trace number 3709883

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.09 1776.56

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-55-50.opb
MD5SUM277dd35641d3866b31d8fb041eb7f9fb
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.049991
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2750
Total number of constraints105
Number of constraints which are clauses55
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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
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=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3709883-1338151095.opb
0.08/0.12	c reading problem ... 
0.25/0.24	c ... done. Wall clock time 0.113s.
0.25/0.24	c declared #vars     2750
0.25/0.24	c #constraints  105
0.25/0.24	c constraints type 
0.25/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 55
0.25/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.25/0.24	c 105 constraints processed.
4.55/4.10	c cleaning 2498 clauses out of 5001 with flag 5001/5001
9.87/9.32	c cleaning 4248 clauses out of 8503 with flag 11001/11001
16.93/16.26	c cleaning 5623 clauses out of 11254 with flag 18000/18000
25.39/24.59	c cleaning 6819 clauses out of 13637 with flag 26006/26006
36.36/35.35	c cleaning 7906 clauses out of 15812 with flag 35000/35000
50.77/49.67	c cleaning 8965 clauses out of 17935 with flag 45029/45029
67.11/65.88	c cleaning 9965 clauses out of 19942 with flag 56001/56001
84.55/83.12	c cleaning 10987 clauses out of 21981 with flag 68005/68005
105.00/103.42	c cleaning 11985 clauses out of 23997 with flag 81008/81008
130.19/128.37	c cleaning 13000 clauses out of 26009 with flag 95005/95005
163.96/161.92	c cleaning 14010 clauses out of 28019 with flag 110015/110015
190.70/188.49	c cleaning 14990 clauses out of 29994 with flag 126000/126000
224.02/221.53	c cleaning 15998 clauses out of 32004 with flag 143000/143000
266.36/263.05	c cleaning 17002 clauses out of 34006 with flag 161000/161000
292.78/288.98	c cleaning 17999 clauses out of 36005 with flag 180001/180001
344.01/339.67	c cleaning 19002 clauses out of 38006 with flag 200001/200001
376.46/371.43	c cleaning 19998 clauses out of 40004 with flag 221001/221001
407.98/402.41	c cleaning 20996 clauses out of 42006 with flag 243001/243001
459.12/453.09	c cleaning 22004 clauses out of 44010 with flag 266001/266001
504.10/497.41	c cleaning 22987 clauses out of 46012 with flag 290007/290007
552.19/544.81	c cleaning 24005 clauses out of 48018 with flag 315000/315000
611.68/603.50	c cleaning 24990 clauses out of 50014 with flag 341001/341001
655.14/646.35	c cleaning 26007 clauses out of 52024 with flag 368001/368001
736.05/726.44	c cleaning 27009 clauses out of 54017 with flag 396001/396001
788.41/777.75	c cleaning 27991 clauses out of 56007 with flag 425000/425000
847.35/835.86	c cleaning 29004 clauses out of 58016 with flag 455000/455000
917.90/905.41	c cleaning 30001 clauses out of 60012 with flag 486000/486000
1007.22/993.82	c cleaning 30999 clauses out of 62012 with flag 518001/518001
1102.28/1087.73	c cleaning 32008 clauses out of 64018 with flag 551006/551006
1187.66/1172.23	c cleaning 33000 clauses out of 66005 with flag 585001/585001
1260.39/1243.50	c cleaning 33998 clauses out of 68005 with flag 620001/620001
1321.89/1304.19	c cleaning 35000 clauses out of 70007 with flag 656001/656001
1401.13/1382.48	c cleaning 36000 clauses out of 72006 with flag 693000/693000
1474.54/1454.80	c cleaning 37006 clauses out of 74017 with flag 731011/731011
1585.13/1564.37	c cleaning 37992 clauses out of 76005 with flag 770005/770005
1669.15/1647.20	c cleaning 39000 clauses out of 78009 with flag 810001/810001
1779.65/1756.70	c cleaning 40000 clauses out of 80008 with flag 851000/851000
1800.09/1776.52	c starts		: 171
1800.09/1776.52	c conflicts		: 867130
1800.09/1776.52	c decisions		: 1025014
1800.09/1776.52	c propagations		: 58080653
1800.09/1776.52	c inspects		: 2969458337
1800.09/1776.52	c shortcuts		: 0
1800.09/1776.52	c learnt literals	: 0
1800.09/1776.52	c learnt binary clauses	: 0
1800.09/1776.52	c learnt ternary clauses	: 0
1800.09/1776.52	c learnt constraints	: 867130
1800.09/1776.52	c ignored constraints	: 0
1800.09/1776.52	c root simplifications	: 171
1800.09/1776.52	c removed literals (reason simplification)	: 7536331
1800.09/1776.52	c reason swapping (by a shorter reason)	: 0
1800.09/1776.52	c Calls to reduceDB	: 37
1800.09/1776.52	c number of reductions to clauses (during analyze)	: 0
1800.09/1776.52	c number of learned constraints concerned by reduction	: 0
1800.09/1776.52	c number of learning phase by resolution	: 0
1800.09/1776.52	c number of learning phase by cutting planes	: 0
1800.09/1776.52	c speed (assignments/second)	: 32698.08097976041
1800.09/1776.52	c non guided choices	1226
1800.09/1776.54	c learnt constraints type 
1800.09/1776.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 56149
1800.09/1776.54	c constraints type 
1800.09/1776.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 55
1800.09/1776.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
1800.09/1776.54	c 105 constraints processed.
1800.09/1776.54	s UNKNOWN
1800.09/1776.54	c Total wall clock time (in seconds): 1776.418

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-3709883-1338151095/watcher-3709883-1338151095 -o /tmp/evaluation-result-3709883-1338151095/solver-3709883-1338151095 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709883-1338151095.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: 1.99 2.05 2.01 3/193 21652
/proc/meminfo: memFree=30522720/32873844 swapFree=7900/7900
[pid=21652] ppid=21650 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21652/stat : 21652 (java) R 21650 21652 18146 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 281234020 9515008 175 33554432000 1073741824 1073778376 140734017653312 140734017636040 225444709264 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21652/statm: 2323 175 133 9 0 71 0

[startup+0.0639 s]
/proc/loadavg: 1.99 2.05 2.01 3/193 21652
/proc/meminfo: memFree=30522720/32873844 swapFree=7900/7900
[pid=21652] ppid=21650 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/21652/stat : 21652 (java) S 21650 21652 18146 0 -1 4202496 3145 0 1 0 3 1 0 0 20 0 13 0 281234020 9446973440 3842 33554432000 1073741824 1073778376 140736071463920 140736071455056 225448067133 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21652/statm: 2306390 3842 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100226 s]
/proc/loadavg: 1.99 2.05 2.01 3/193 21652
/proc/meminfo: memFree=30522720/32873844 swapFree=7900/7900
[pid=21652] ppid=21650 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/21652/stat : 21652 (java) S 21650 21652 18146 0 -1 4202496 4260 0 1 0 7 1 0 0 20 0 18 0 281234020 9787842560 4955 33554432000 1073741824 1073778376 140736071463920 140736071455056 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21652/statm: 2389610 4957 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300194 s]
/proc/loadavg: 1.99 2.05 2.01 3/193 21652
/proc/meminfo: memFree=30522720/32873844 swapFree=7900/7900
[pid=21652] ppid=21650 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/21652/stat : 21652 (java) S 21650 21652 18146 0 -1 4202496 6616 0 1 0 48 2 0 0 20 0 19 0 281234020 9856004096 8549 33554432000 1073741824 1073778376 140736071463920 140736071455056 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21652/statm: 2406251 8549 2241 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625004

[startup+0.700167 s]
/proc/loadavg: 1.99 2.05 2.01 3/193 21652
/proc/meminfo: memFree=30522720/32873844 swapFree=7900/7900
[pid=21652] ppid=21650 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/21652/stat : 21652 (java) S 21650 21652 18146 0 -1 4202496 6783 0 1 0 105 2 0 0 20 0 19 0 281234020 9856004096 10646 33554432000 1073741824 1073778376 140736071463920 140736071455056 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21652/statm: 2406251 10646 2244 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625004

[startup+1.50071 s]
/proc/loadavg: 1.99 2.05 2.01 3/213 21672
/proc/meminfo: memFree=30484560/32873844 swapFree=7900/7900
[pid=21652] ppid=21650 vsize=9625004 CPUtime=1.88 cores=1,3,5,7
/proc/21652/stat : 21652 (java) S 21650 21652 18146 0 -1 4202496 6792 0 1 0 186 2 0 0 20 0 19 0 281234020 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 140736071455056 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21652/statm: 2406251 12698 2244 9 0 2396937 0
[pid=21652/tid=21654] ppid=21650 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/21652/task/21654/stat : 21654 (java) R 21650 21652 18146 0 -1 4202560 2576 0 1 0 144 2 0 0 20 0 19 0 281234021 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139711053035984 139710993236635 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21655] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21655/stat : 21655 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710896486952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21656] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21656/stat : 21656 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710895434152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21657] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21657/stat : 21657 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710894381352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21658] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21658/stat : 21658 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710893328552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21659] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21659/stat : 21659 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710892276776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21652/tid=21660] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21660/stat : 21660 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710891223976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21652/tid=21661] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21661/stat : 21661 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710890171176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21662] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21662/stat : 21662 (java) S 21650 21652 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710889118376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21663] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21663/stat : 21663 (java) S 21650 21652 18146 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281234023 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710876920296 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21664] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21664/stat : 21664 (java) S 21650 21652 18146 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281234024 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710875866360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21665] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21665/stat : 21665 (java) S 21650 21652 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281234024 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710874813448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21666] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21666/stat : 21666 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710873761936 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21667] ppid=21650 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/21652/task/21667/stat : 21667 (java) S 21650 21652 18146 0 -1 4202560 1071 0 0 0 20 0 0 0 20 0 19 0 281234026 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710872710072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21668] ppid=21650 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/21652/task/21668/stat : 21668 (java) S 21650 21652 18146 0 -1 4202560 1944 0 0 0 20 0 0 0 20 0 19 0 281234026 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710871657272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21669] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21669/stat : 21669 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710870604664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21670] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21670/stat : 21670 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710869552072 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21672] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21672/stat : 21672 (java) S 21650 21652 18146 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281234045 9856004096 12698 33554432000 1073741824 1073778376 140736071463920 139710868497576 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625004

[startup+3.10078 s]
/proc/loadavg: 1.99 2.05 2.01 3/213 21672
/proc/meminfo: memFree=30472520/32873844 swapFree=7900/7900
[pid=21652] ppid=21650 vsize=9625004 CPUtime=3.54 cores=1,3,5,7
/proc/21652/stat : 21652 (java) S 21650 21652 18146 0 -1 4202496 7366 0 1 0 351 3 0 0 20 0 19 0 281234020 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 140736071455056 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21652/statm: 2406251 17832 2251 9 0 2396937 0
[pid=21652/tid=21654] ppid=21650 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/21652/task/21654/stat : 21654 (java) R 21650 21652 18146 0 -1 4202560 2587 0 1 0 303 3 0 0 20 0 19 0 281234021 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139711053038312 139710993236225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21655] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21655/stat : 21655 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710896486952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21656] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21656/stat : 21656 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710895434152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21657] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21657/stat : 21657 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710894381352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21658] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21658/stat : 21658 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710893328552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21659] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21659/stat : 21659 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710892276776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21652/tid=21660] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21660/stat : 21660 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710891223976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21652/tid=21661] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21661/stat : 21661 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710890171176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21662] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21662/stat : 21662 (java) S 21650 21652 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710889118376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21663] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21663/stat : 21663 (java) S 21650 21652 18146 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281234023 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710876920296 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21664] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21664/stat : 21664 (java) S 21650 21652 18146 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281234024 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710875866360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21665] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21665/stat : 21665 (java) S 21650 21652 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281234024 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710874813448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21666] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21666/stat : 21666 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710873761936 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21667] ppid=21650 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/21652/task/21667/stat : 21667 (java) S 21650 21652 18146 0 -1 4202560 1072 0 0 0 21 0 0 0 20 0 19 0 281234026 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710872710072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21668] ppid=21650 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/21652/task/21668/stat : 21668 (java) S 21650 21652 18146 0 -1 4202560 2506 0 0 0 23 0 0 0 20 0 19 0 281234026 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710871657272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21669] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21669/stat : 21669 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710870604664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21670] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21670/stat : 21670 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710869552072 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21672] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21672/stat : 21672 (java) S 21650 21652 18146 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281234045 9856004096 17832 33554432000 1073741824 1073778376 140736071463920 139710868497576 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625004

[startup+6.30079 s]
/proc/loadavg: 1.99 2.05 2.01 3/213 21672
/proc/meminfo: memFree=30399164/32873844 swapFree=7900/7900
[pid=21652] ppid=21650 vsize=9625004 CPUtime=6.84 cores=1,3,5,7
/proc/21652/stat : 21652 (java) S 21650 21652 18146 0 -1 4202496 7497 0 1 0 675 9 0 0 20 0 19 0 281234020 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 140736071455056 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21652/statm: 2406251 33142 2276 9 0 2396937 0
[pid=21652/tid=21654] ppid=21650 vsize=9625004 CPUtime=6.19 cores=1,3,5,7
/proc/21652/task/21654/stat : 21654 (java) R 21650 21652 18146 0 -1 4202560 2598 0 1 0 616 3 0 0 20 0 19 0 281234021 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139711053037960 139710993236234 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21655] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21655/stat : 21655 (java) S 21650 21652 18146 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710896486952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21656] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21656/stat : 21656 (java) S 21650 21652 18146 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710895434152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21657] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21657/stat : 21657 (java) S 21650 21652 18146 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710894381352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21658] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21658/stat : 21658 (java) S 21650 21652 18146 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710893328552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21652/tid=21659] ppid=21650 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21652/task/21659/stat : 21659 (java) S 21650 21652 18146 0 -1 4202560 21 0 0 0 0 1 0 0 20 0 19 0 281234022 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710892276776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21660] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21660/stat : 21660 (java) S 21650 21652 18146 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710891223976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21661] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21661/stat : 21661 (java) S 21650 21652 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710890171176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21662] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21662/stat : 21662 (java) S 21650 21652 18146 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281234022 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710889118376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21663] ppid=21650 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21652/task/21663/stat : 21663 (java) S 21650 21652 18146 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 19 0 281234023 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710876920296 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21664] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21664/stat : 21664 (java) S 21650 21652 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281234024 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710875866360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21665] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21665/stat : 21665 (java) S 21650 21652 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281234024 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710874813448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21666] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21666/stat : 21666 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710873761936 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21667] ppid=21650 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/21652/task/21667/stat : 21667 (java) S 21650 21652 18146 0 -1 4202560 1073 0 0 0 23 0 0 0 20 0 19 0 281234026 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710872710072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21668] ppid=21650 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/21652/task/21668/stat : 21668 (java) S 21650 21652 18146 0 -1 4202560 2513 0 0 0 25 0 0 0 20 0 19 0 281234026 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710871657272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21669] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21669/stat : 21669 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710870604664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21670] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21670/stat : 21670 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710869552072 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21672] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21672/stat : 21672 (java) S 21650 21652 18146 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281234045 9856004096 33142 33554432000 1073741824 1073778376 140736071463920 139710868497576 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=21652/tid=21667] ppid=21650 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/21652/task/21667/stat : 21667 (java) S 21650 21652 18146 0 -1 4202560 2100 0 0 0 36 0 0 0 20 0 19 0 281234026 9856004096 246342 33554432000 1073741824 1073778376 140736071463920 139710872710072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21668] ppid=21650 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21652/task/21668/stat : 21668 (java) S 21650 21652 18146 0 -1 4202560 2516 0 0 0 26 0 0 0 20 0 19 0 281234026 9856004096 246342 33554432000 1073741824 1073778376 140736071463920 139710871657272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21669] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21669/stat : 21669 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 246342 33554432000 1073741824 1073778376 140736071463920 139710870604664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21670] ppid=21650 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/21652/task/21670/stat : 21670 (java) S 21650 21652 18146 0 -1 4202560 95 0 0 0 41 51 0 0 20 0 19 0 281234026 9856004096 246342 33554432000 1073741824 1073778376 140736071463920 139710869552072 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21672] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21672/stat : 21672 (java) S 21650 21652 18146 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281234045 9856004096 246342 33554432000 1073741824 1073778376 140736071463920 139710868497576 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1684.53
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/213 21768
/proc/meminfo: memFree=29172320/32873844 swapFree=7900/7900
[pid=21652] ppid=21650 vsize=9625004 CPUtime=1745.02 cores=1,3,5,7
/proc/21652/stat : 21652 (java) S 21650 21652 18146 0 -1 4202496 18076 0 1 0 174252 250 0 0 20 0 19 0 281234020 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 140736071455056 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21652/statm: 2406251 246548 2276 9 0 2396937 0
[pid=21652/tid=21654] ppid=21650 vsize=9625004 CPUtime=1710.55 cores=1,3,5,7
/proc/21652/task/21654/stat : 21654 (java) R 21650 21652 18146 0 -1 4202560 2911 0 1 0 171022 33 0 0 20 0 19 0 281234021 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139711053036928 139710993235904 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21652/tid=21655] ppid=21650 vsize=9625004 CPUtime=3.57 cores=1,3,5,7
/proc/21652/task/21655/stat : 21655 (java) S 21650 21652 18146 0 -1 4202560 1190 0 0 0 340 17 0 0 20 0 19 0 281234022 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710896486952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21656] ppid=21650 vsize=9625004 CPUtime=3.51 cores=1,3,5,7
/proc/21652/task/21656/stat : 21656 (java) S 21650 21652 18146 0 -1 4202560 929 0 0 0 333 18 0 0 20 0 19 0 281234022 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710895434152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21652/tid=21657] ppid=21650 vsize=9625004 CPUtime=3.73 cores=1,3,5,7
/proc/21652/task/21657/stat : 21657 (java) S 21650 21652 18146 0 -1 4202560 1004 0 0 0 355 18 0 0 20 0 19 0 281234022 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710894381352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21658] ppid=21650 vsize=9625004 CPUtime=3.59 cores=1,3,5,7
/proc/21652/task/21658/stat : 21658 (java) S 21650 21652 18146 0 -1 4202560 779 0 0 0 337 22 0 0 20 0 19 0 281234022 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710893328552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21659] ppid=21650 vsize=9625004 CPUtime=3.56 cores=1,3,5,7
/proc/21652/task/21659/stat : 21659 (java) S 21650 21652 18146 0 -1 4202560 1392 0 0 0 335 21 0 0 20 0 19 0 281234022 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710892276776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21660] ppid=21650 vsize=9625004 CPUtime=3.85 cores=1,3,5,7
/proc/21652/task/21660/stat : 21660 (java) S 21650 21652 18146 0 -1 4202560 744 0 0 0 363 22 0 0 20 0 19 0 281234022 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710891223976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21661] ppid=21650 vsize=9625004 CPUtime=3.51 cores=1,3,5,7
/proc/21652/task/21661/stat : 21661 (java) S 21650 21652 18146 0 -1 4202560 1247 0 0 0 331 20 0 0 20 0 19 0 281234022 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710890171176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21662] ppid=21650 vsize=9625004 CPUtime=3.59 cores=1,3,5,7
/proc/21652/task/21662/stat : 21662 (java) S 21650 21652 18146 0 -1 4202560 895 0 0 0 342 17 0 0 20 0 19 0 281234022 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710889118376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21663] ppid=21650 vsize=9625004 CPUtime=3.62 cores=1,3,5,7
/proc/21652/task/21663/stat : 21663 (java) S 21650 21652 18146 0 -1 4202560 1084 0 0 0 356 6 0 0 20 0 19 0 281234023 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710876920296 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21664] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21664/stat : 21664 (java) S 21650 21652 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281234024 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710875866360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21665] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21665/stat : 21665 (java) S 21650 21652 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281234024 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710874813448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21666] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21666/stat : 21666 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710873761936 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21667] ppid=21650 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/21652/task/21667/stat : 21667 (java) S 21650 21652 18146 0 -1 4202560 2100 0 0 0 36 0 0 0 20 0 19 0 281234026 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710872710072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21668] ppid=21650 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21652/task/21668/stat : 21668 (java) S 21650 21652 18146 0 -1 4202560 2516 0 0 0 26 0 0 0 20 0 19 0 281234026 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710871657272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21669] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21669/stat : 21669 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710870604664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21670] ppid=21650 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/21652/task/21670/stat : 21670 (java) S 21650 21652 18146 0 -1 4202560 99 0 0 0 43 53 0 0 20 0 19 0 281234026 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710869552072 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21672] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21672/stat : 21672 (java) S 21650 21652 18146 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281234045 9856004096 246548 33554432000 1073741824 1073778376 140736071463920 139710868497576 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1745.02
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.51 s]
/proc/loadavg: 2.22 2.07 2.02 3/213 21768
/proc/meminfo: memFree=29173372/32873844 swapFree=7900/7900
[pid=21652] ppid=21650 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/21652/stat : 21652 (java) S 21650 21652 18146 0 -1 4202496 18472 0 1 0 179757 252 0 0 20 0 19 0 281234020 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 140736071455056 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21652/statm: 2406251 247423 2276 9 0 2396937 0
[pid=21652/tid=21654] ppid=21650 vsize=9625004 CPUtime=1764.25 cores=1,3,5,7
/proc/21652/task/21654/stat : 21654 (java) R 21650 21652 18146 0 -1 4202560 2923 0 1 0 176391 34 0 0 20 0 19 0 281234021 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139711053036928 139710993236262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21655] ppid=21650 vsize=9625004 CPUtime=3.72 cores=1,3,5,7
/proc/21652/task/21655/stat : 21655 (java) S 21650 21652 18146 0 -1 4202560 1271 0 0 0 355 17 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710896486952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21656] ppid=21650 vsize=9625004 CPUtime=3.64 cores=1,3,5,7
/proc/21652/task/21656/stat : 21656 (java) S 21650 21652 18146 0 -1 4202560 1010 0 0 0 346 18 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710895434152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21652/tid=21657] ppid=21650 vsize=9625004 CPUtime=3.88 cores=1,3,5,7
/proc/21652/task/21657/stat : 21657 (java) S 21650 21652 18146 0 -1 4202560 1004 0 0 0 370 18 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710894381352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21658] ppid=21650 vsize=9625004 CPUtime=3.72 cores=1,3,5,7
/proc/21652/task/21658/stat : 21658 (java) S 21650 21652 18146 0 -1 4202560 860 0 0 0 350 22 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710893328552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21652/tid=21659] ppid=21650 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/21652/task/21659/stat : 21659 (java) S 21650 21652 18146 0 -1 4202560 1392 0 0 0 354 21 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710892276776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21660] ppid=21650 vsize=9625004 CPUtime=3.97 cores=1,3,5,7
/proc/21652/task/21660/stat : 21660 (java) S 21650 21652 18146 0 -1 4202560 744 0 0 0 375 22 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710891223976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21661] ppid=21650 vsize=9625004 CPUtime=3.65 cores=1,3,5,7
/proc/21652/task/21661/stat : 21661 (java) S 21650 21652 18146 0 -1 4202560 1263 0 0 0 345 20 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710890171176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21662] ppid=21650 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/21652/task/21662/stat : 21662 (java) S 21650 21652 18146 0 -1 4202560 997 0 0 0 358 17 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710889118376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21663] ppid=21650 vsize=9625004 CPUtime=3.8 cores=1,3,5,7
/proc/21652/task/21663/stat : 21663 (java) S 21650 21652 18146 0 -1 4202560 1103 0 0 0 373 7 0 0 20 0 19 0 281234023 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710876920296 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21664] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21664/stat : 21664 (java) S 21650 21652 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281234024 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710875866360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21665] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21665/stat : 21665 (java) S 21650 21652 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281234024 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710874813448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21666] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21666/stat : 21666 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710873761936 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21667] ppid=21650 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/21652/task/21667/stat : 21667 (java) S 21650 21652 18146 0 -1 4202560 2100 0 0 0 36 0 0 0 20 0 19 0 281234026 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710872710072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21668] ppid=21650 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21652/task/21668/stat : 21668 (java) S 21650 21652 18146 0 -1 4202560 2516 0 0 0 26 0 0 0 20 0 19 0 281234026 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710871657272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21669] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21669/stat : 21669 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710870604664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21670] ppid=21650 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/21652/task/21670/stat : 21670 (java) S 21650 21652 18146 0 -1 4202560 103 0 0 0 45 54 0 0 20 0 19 0 281234026 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710869552072 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21672] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21672/stat : 21672 (java) S 21650 21652 18146 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281234045 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710868497576 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1776.51 s]
/proc/loadavg: 2.22 2.07 2.02 3/213 21768
/proc/meminfo: memFree=29173372/32873844 swapFree=7900/7900
[pid=21652] ppid=21650 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/21652/stat : 21652 (java) S 21650 21652 18146 0 -1 4202496 18472 0 1 0 179757 252 0 0 20 0 19 0 281234020 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 140736071455056 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21652/statm: 2406251 247423 2276 9 0 2396937 0
[pid=21652/tid=21654] ppid=21650 vsize=9625004 CPUtime=1764.25 cores=1,3,5,7
/proc/21652/task/21654/stat : 21654 (java) R 21650 21652 18146 0 -1 4202560 2923 0 1 0 176391 34 0 0 20 0 19 0 281234021 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139711053036928 139710993236262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21655] ppid=21650 vsize=9625004 CPUtime=3.72 cores=1,3,5,7
/proc/21652/task/21655/stat : 21655 (java) S 21650 21652 18146 0 -1 4202560 1271 0 0 0 355 17 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710896486952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21656] ppid=21650 vsize=9625004 CPUtime=3.64 cores=1,3,5,7
/proc/21652/task/21656/stat : 21656 (java) S 21650 21652 18146 0 -1 4202560 1010 0 0 0 346 18 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710895434152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21652/tid=21657] ppid=21650 vsize=9625004 CPUtime=3.88 cores=1,3,5,7
/proc/21652/task/21657/stat : 21657 (java) S 21650 21652 18146 0 -1 4202560 1004 0 0 0 370 18 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710894381352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21658] ppid=21650 vsize=9625004 CPUtime=3.72 cores=1,3,5,7
/proc/21652/task/21658/stat : 21658 (java) S 21650 21652 18146 0 -1 4202560 860 0 0 0 350 22 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710893328552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21652/tid=21659] ppid=21650 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/21652/task/21659/stat : 21659 (java) S 21650 21652 18146 0 -1 4202560 1392 0 0 0 354 21 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710892276776 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21660] ppid=21650 vsize=9625004 CPUtime=3.97 cores=1,3,5,7
/proc/21652/task/21660/stat : 21660 (java) S 21650 21652 18146 0 -1 4202560 744 0 0 0 375 22 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710891223976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21652/tid=21661] ppid=21650 vsize=9625004 CPUtime=3.65 cores=1,3,5,7
/proc/21652/task/21661/stat : 21661 (java) S 21650 21652 18146 0 -1 4202560 1263 0 0 0 345 20 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710890171176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21662] ppid=21650 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/21652/task/21662/stat : 21662 (java) S 21650 21652 18146 0 -1 4202560 997 0 0 0 358 17 0 0 20 0 19 0 281234022 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710889118376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21663] ppid=21650 vsize=9625004 CPUtime=3.8 cores=1,3,5,7
/proc/21652/task/21663/stat : 21663 (java) S 21650 21652 18146 0 -1 4202560 1103 0 0 0 373 7 0 0 20 0 19 0 281234023 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710876920296 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21664] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21664/stat : 21664 (java) S 21650 21652 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281234024 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710875866360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21665] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21665/stat : 21665 (java) S 21650 21652 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281234024 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710874813448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21666] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21666/stat : 21666 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710873761936 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21667] ppid=21650 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/21652/task/21667/stat : 21667 (java) S 21650 21652 18146 0 -1 4202560 2100 0 0 0 36 0 0 0 20 0 19 0 281234026 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710872710072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21668] ppid=21650 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21652/task/21668/stat : 21668 (java) S 21650 21652 18146 0 -1 4202560 2516 0 0 0 26 0 0 0 20 0 19 0 281234026 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710871657272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21669] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21669/stat : 21669 (java) S 21650 21652 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281234026 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710870604664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21652/tid=21670] ppid=21650 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/21652/task/21670/stat : 21670 (java) S 21650 21652 18146 0 -1 4202560 103 0 0 0 45 54 0 0 20 0 19 0 281234026 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710869552072 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21652/tid=21672] ppid=21650 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21652/task/21672/stat : 21672 (java) S 21650 21652 18146 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281234045 9856004096 247423 33554432000 1073741824 1073778376 140736071463920 139710868497576 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1776.56
CPU time (s): 1800.09
CPU user time (s): 1797.57
CPU system time (s): 2.52
CPU usage (%): 101.324
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.43
system time used= 2.6516
maximum resident set size= 1003584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18513
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46520
involuntary context switches= 45805

runsolver used 6.68998 second user time and 16.2425 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 22:38:15
IDJOB=3709883
IDBENCH=2573
IDSOLVER=2289
FILE ID=node137/3709883-1338151095
RUNJOBID= node137-1338140231-20454
PBS_JOBID= 14624475
Free space on /tmp= 71492 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-55-50.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709883-1338151095/watcher-3709883-1338151095 -o /tmp/evaluation-result-3709883-1338151095/solver-3709883-1338151095 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709883-1338151095.opb

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

MD5SUM BENCH= 277dd35641d3866b31d8fb041eb7f9fb
RANDOM SEED=672858642

node137.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.600
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.20
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.600
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.600
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.92
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.600
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.600
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		: 2666.600
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.90
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.600
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.600
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:        30521976 kB
Buffers:          329232 kB
Cached:           579072 kB
SwapCached:        20904 kB
Active:          1375276 kB
Inactive:         126280 kB
Active(anon):     571912 kB
Inactive(anon):    23688 kB
Active(file):     803364 kB
Inactive(file):   102592 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67082664 kB
Dirty:               620 kB
Writeback:             0 kB
AnonPages:        581756 kB
Mapped:            17912 kB
Shmem:                 0 kB
Slab:             704600 kB
SReclaimable:     145948 kB
SUnreclaim:       558652 kB
KernelStack:        1584 kB
PageTables:         7548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     784372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    536576 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= 71492 MiB
End job on node137 at 2012-05-27 23:07:53