Trace number 3710138

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.06 1794.54

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-seba.opb
MD5SUM1b2371606d4072012aff3f48017bfad5
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20367073880
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20409176029
Optimality of the best value was proved NO
Number of variables23376
Total number of constraints1029
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1029
Minimum length of a constraint10
Maximum length of a constraint496
Number of terms in the objective function 7565
Biggest coefficient in the objective function 258342282854400
Number of bits for the biggest coefficient in the objective function 48
Sum of the numbers in the objective function 4664562894591719
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 258342282854400
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 4664562894591719
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710138-1338149546.opb
0.10/0.11	c reading problem ... 
1.14/0.67	c ... done. Wall clock time 0.558s.
1.14/0.67	c declared #vars     23376
1.14/0.67	c #constraints  1484
1.14/0.67	c constraints type 
1.14/0.67	c ignored satisfied constraints => 52
1.14/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1484
1.14/0.67	c 1536 constraints processed.
9.68/8.47	c cleaning 2486 clauses out of 4986 with flag 5001/5001
19.90/18.41	c cleaning 4245 clauses out of 8490 with flag 11001/11001
30.54/29.08	c cleaning 5622 clauses out of 11244 with flag 18000/18000
36.66/35.18	c cleaning 6801 clauses out of 13622 with flag 26000/26000
47.31/45.80	c cleaning 7905 clauses out of 15822 with flag 35001/35001
56.46/54.89	c cleaning 8949 clauses out of 17917 with flag 45001/45001
69.43/67.72	c cleaning 9984 clauses out of 19968 with flag 56001/56001
82.73/81.09	c cleaning 10988 clauses out of 21984 with flag 68001/68001
103.34/101.69	c cleaning 11946 clauses out of 23936 with flag 81000/81000
115.16/113.43	c cleaning 12995 clauses out of 25991 with flag 95001/95001
143.88/142.16	c cleaning 13989 clauses out of 27996 with flag 110001/110001
169.70/167.96	c cleaning 14998 clauses out of 30007 with flag 126001/126001
212.01/210.26	c cleaning 16000 clauses out of 32009 with flag 143001/143001
222.31/220.58	c cleaning 16990 clauses out of 34008 with flag 161000/161000
232.73/230.92	c cleaning 18005 clauses out of 36018 with flag 180000/180000
245.84/244.00	c cleaning 18987 clauses out of 38013 with flag 200000/200000
260.46/258.60	c cleaning 20002 clauses out of 40021 with flag 221001/221001
279.56/277.72	c cleaning 21009 clauses out of 42018 with flag 243000/243000
311.37/309.59	c cleaning 21998 clauses out of 44009 with flag 266000/266000
344.90/343.04	c cleaning 22989 clauses out of 46011 with flag 290000/290000
355.21/353.37	c cleaning 23997 clauses out of 48024 with flag 315002/315002
410.83/408.94	c cleaning 25007 clauses out of 50025 with flag 341000/341000
429.56/427.63	c cleaning 26007 clauses out of 52018 with flag 368000/368000
442.56/440.61	c cleaning 26994 clauses out of 54012 with flag 396001/396001
467.56/465.64	c cleaning 27991 clauses out of 56017 with flag 425000/425000
475.77/473.83	c cleaning 28978 clauses out of 58026 with flag 455000/455000
499.38/497.41	c cleaning 30012 clauses out of 60048 with flag 486000/486000
502.39/500.48	c cleaning 31001 clauses out of 62036 with flag 518000/518000
531.81/529.81	c cleaning 32001 clauses out of 64032 with flag 551000/551000
539.54/537.56	c cleaning 32992 clauses out of 66031 with flag 585000/585000
567.87/565.88	c cleaning 33943 clauses out of 67899 with flag 620000/620000
623.71/621.60	c cleaning 31406 clauses out of 62824 with flag 656003/656003
642.64/640.54	c cleaning 34203 clauses out of 68416 with flag 693001/693001
729.59/727.46	c cleaning 36103 clauses out of 72213 with flag 731001/731001
735.40/733.21	c cleaning 37521 clauses out of 75109 with flag 770000/770000
782.36/780.16	c cleaning 38784 clauses out of 77588 with flag 810000/810000
906.26/903.98	c cleaning 39892 clauses out of 79804 with flag 851000/851000
1016.84/1014.40	c cleaning 40949 clauses out of 81912 with flag 893000/893000
1059.12/1056.60	c cleaning 40938 clauses out of 81885 with flag 936003/936003
1104.09/1101.56	c cleaning 42464 clauses out of 84944 with flag 980000/980000
1172.91/1170.30	c cleaning 43728 clauses out of 87480 with flag 1025000/1025000
1373.28/1370.36	c cleaning 44868 clauses out of 89754 with flag 1071002/1071002
1497.31/1494.05	c cleaning 45930 clauses out of 91884 with flag 1118000/1118000
1556.27/1552.74	c cleaning 46968 clauses out of 93958 with flag 1166004/1166004
1646.81/1642.89	c cleaning 47984 clauses out of 95986 with flag 1215000/1215000
1752.45/1747.52	c cleaning 48992 clauses out of 98004 with flag 1265002/1265002
1800.06/1794.51	c starts		: 190
1800.06/1794.51	c conflicts		: 1288415
1800.06/1794.51	c decisions		: 2973361
1800.06/1794.51	c propagations		: 35358326
1800.06/1794.51	c inspects		: 1981893118
1800.06/1794.51	c shortcuts		: 0
1800.06/1794.51	c learnt literals	: 17
1800.06/1794.51	c learnt binary clauses	: 40
1800.06/1794.51	c learnt ternary clauses	: 70
1800.06/1794.51	c learnt constraints	: 1288398
1800.06/1794.51	c ignored constraints	: 0
1800.06/1794.51	c root simplifications	: 207
1800.06/1794.51	c removed literals (reason simplification)	: 4799123
1800.06/1794.51	c reason swapping (by a shorter reason)	: 0
1800.06/1794.51	c Calls to reduceDB	: 46
1800.06/1794.51	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.51	c number of learned constraints concerned by reduction	: 0
1800.06/1794.51	c number of learning phase by resolution	: 0
1800.06/1794.51	c number of learning phase by cutting planes	: 0
1800.06/1794.51	c speed (assignments/second)	: 19711.5527094354
1800.06/1794.51	c non guided choices	1288619
1800.06/1794.54	c learnt constraints type 
1800.06/1794.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1800.06/1794.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 72417
1800.06/1794.54	c constraints type 
1800.06/1794.54	c ignored satisfied constraints => 52
1800.06/1794.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1484
1800.06/1794.54	c 1536 constraints processed.
1800.06/1794.54	s UNKNOWN
1800.06/1794.54	c Total wall clock time (in seconds): 1794.423

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-3710138-1338149546/watcher-3710138-1338149546 -o /tmp/evaluation-result-3710138-1338149546/solver-3710138-1338149546 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710138-1338149546.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.01 2.01 2/192 24641
/proc/meminfo: memFree=27791892/32873624 swapFree=7104/7104
[pid=24641] ppid=24639 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/24641/stat : 24641 (java) R 24639 24641 21372 0 -1 4202496 937 0 0 0 0 0 0 0 20 0 1 0 281080066 23793664 665 33554432000 1073741824 1073778376 140734925678688 140734925667752 227503290945 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24641/statm: 5809 676 498 9 0 128 0

[startup+0.044848 s]
/proc/loadavg: 1.92 2.01 2.01 2/192 24641
/proc/meminfo: memFree=27791892/32873624 swapFree=7104/7104
[pid=24641] ppid=24639 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/24641/stat : 24641 (java) S 24639 24641 21372 0 -1 4202496 3112 0 1 0 2 1 0 0 20 0 13 0 281080066 9446973440 3299 33554432000 1073741824 1073778376 140734925678688 140734925669824 227515859005 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24641/statm: 2306390 3299 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100265 s]
/proc/loadavg: 1.92 2.01 2.01 2/192 24641
/proc/meminfo: memFree=27791892/32873624 swapFree=7104/7104
[pid=24641] ppid=24639 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/24641/stat : 24641 (java) S 24639 24641 21372 0 -1 4202496 4341 0 1 0 9 1 0 0 20 0 18 0 281080066 9787842560 5549 33554432000 1073741824 1073778376 140734925678688 140734925669824 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24641/statm: 2389610 5549 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300229 s]
/proc/loadavg: 1.92 2.01 2.01 2/192 24641
/proc/meminfo: memFree=27791892/32873624 swapFree=7104/7104
[pid=24641] ppid=24639 vsize=9558440 CPUtime=0.54 cores=0,2,4,6
/proc/24641/stat : 24641 (java) S 24639 24641 21372 0 -1 4202496 7639 0 1 0 51 3 0 0 20 0 18 0 281080066 9787842560 10642 33554432000 1073741824 1073778376 140734925678688 140734925669824 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24641/statm: 2389610 10642 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700232 s]
/proc/loadavg: 1.92 2.01 2.01 2/192 24641
/proc/meminfo: memFree=27791892/32873624 swapFree=7104/7104
[pid=24641] ppid=24639 vsize=9558440 CPUtime=1.37 cores=0,2,4,6
/proc/24641/stat : 24641 (java) S 24639 24641 21372 0 -1 4202496 11666 0 1 0 129 8 0 0 20 0 18 0 281080066 9787842560 47926 33554432000 1073741824 1073778376 140734925678688 140734925669824 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24641/statm: 2389610 47926 2271 9 0 2380296 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9558440

[startup+1.50073 s]
/proc/loadavg: 1.92 2.01 2.01 4/211 24660
/proc/meminfo: memFree=27604560/32873624 swapFree=7104/7104
[pid=24641] ppid=24639 vsize=9625004 CPUtime=2.53 cores=0,2,4,6
/proc/24641/stat : 24641 (java) S 24639 24641 21372 0 -1 4202496 13819 0 1 0 244 9 0 0 20 0 19 0 281080066 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140734925669824 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24641/statm: 2406251 49042 2276 9 0 2396937 0
[pid=24641/tid=24643] ppid=24639 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/24641/task/24643/stat : 24643 (java) R 24639 24641 21372 0 -1 4202560 2637 0 1 0 140 4 0 0 20 0 19 0 281080067 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140363023803000 140362896364504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24644] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24644/stat : 24644 (java) S 24639 24641 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281080067 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362867334056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24645] ppid=24639 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24641/task/24645/stat : 24645 (java) S 24639 24641 21372 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 281080067 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362866281512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24646] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24646/stat : 24646 (java) S 24639 24641 21372 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281080067 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362865228456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24641/tid=24647] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24647/stat : 24647 (java) S 24639 24641 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281080067 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362864175912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24648] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24648/stat : 24648 (java) S 24639 24641 21372 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281080067 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362863122856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24649] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24649/stat : 24649 (java) S 24639 24641 21372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281080067 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362862070312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24641/tid=24650] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24650/stat : 24650 (java) S 24639 24641 21372 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281080067 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362861017256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24651] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24651/stat : 24651 (java) S 24639 24641 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281080067 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362859964712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24652] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24652/stat : 24652 (java) S 24639 24641 21372 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 281080068 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362847767400 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24653] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24653/stat : 24653 (java) S 24639 24641 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281080069 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362846713720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24654] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24654/stat : 24654 (java) S 24639 24641 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281080069 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362845660552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24655] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24655/stat : 24655 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362844609296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24656] ppid=24639 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/24641/task/24656/stat : 24656 (java) S 24639 24641 21372 0 -1 4202560 4679 0 0 0 39 0 0 0 20 0 19 0 281080071 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362843556152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24657] ppid=24639 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/24641/task/24657/stat : 24657 (java) S 24639 24641 21372 0 -1 4202560 5170 0 0 0 52 2 0 0 20 0 19 0 281080071 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362842503608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24658] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24658/stat : 24658 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362841450744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24659] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24659/stat : 24659 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362840398408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24660] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24660/stat : 24660 (java) S 24639 24641 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281080139 9856004096 49042 33554432000 1073741824 1073778376 140734925678688 140362839344680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 1.93 2.01 2.01 3/211 24660
/proc/meminfo: memFree=27608648/32873624 swapFree=7104/7104
[pid=24641] ppid=24639 vsize=9625004 CPUtime=4.23 cores=0,2,4,6
/proc/24641/stat : 24641 (java) S 24639 24641 21372 0 -1 4202496 13834 0 1 0 414 9 0 0 20 0 19 0 281080066 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140734925669824 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24641/statm: 2406251 49055 2278 9 0 2396937 0
[pid=24641/tid=24643] ppid=24639 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/24641/task/24643/stat : 24643 (java) R 24639 24641 21372 0 -1 4202560 2639 0 1 0 299 4 0 0 20 0 19 0 281080067 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140363023800784 140362896364504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24644] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24644/stat : 24644 (java) S 24639 24641 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281080067 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362867334056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24645] ppid=24639 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24641/task/24645/stat : 24645 (java) S 24639 24641 21372 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 281080067 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362866281512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24646] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24646/stat : 24646 (java) S 24639 24641 21372 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281080067 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362865228456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24641/tid=24647] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24647/stat : 24647 (java) S 24639 24641 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281080067 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362864175912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24648] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24648/stat : 24648 (java) S 24639 24641 21372 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281080067 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362863122856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24649] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24649/stat : 24649 (java) S 24639 24641 21372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281080067 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362862070312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24641/tid=24650] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24650/stat : 24650 (java) S 24639 24641 21372 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281080067 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362861017256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24651] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24651/stat : 24651 (java) S 24639 24641 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281080067 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362859964712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24652] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24652/stat : 24652 (java) S 24639 24641 21372 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281080068 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362847767400 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24653] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24653/stat : 24653 (java) S 24639 24641 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281080069 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362846713720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24654] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24654/stat : 24654 (java) S 24639 24641 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281080069 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362845660552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24655] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24655/stat : 24655 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362844609296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24656] ppid=24639 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/24641/task/24656/stat : 24656 (java) S 24639 24641 21372 0 -1 4202560 4686 0 0 0 43 0 0 0 20 0 19 0 281080071 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362843556152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24657] ppid=24639 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/24641/task/24657/stat : 24657 (java) S 24639 24641 21372 0 -1 4202560 5175 0 0 0 59 2 0 0 20 0 19 0 281080071 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362842503608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24658] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24658/stat : 24658 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362841450744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24659] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24659/stat : 24659 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362840398408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24660] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24660/stat : 24660 (java) S 24639 24641 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281080139 9856004096 49055 33554432000 1073741824 1073778376 140734925678688 140362839344680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625004

[startup+6.30064 s]
/proc/loadavg: 1.93 2.01 2.01 3/211 24660
/proc/meminfo: memFree=27587296/32873624 swapFree=7104/7104
[pid=24641] ppid=24639 vsize=9625004 CPUtime=7.58 cores=0,2,4,6
/proc/24641/stat : 24641 (java) S 24639 24641 21372 0 -1 4202496 14252 0 1 0 745 13 0 0 20 0 19 0 281080066 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140734925669824 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24641/statm: 2406251 54470 2278 9 0 2396937 0
[pid=24641/tid=24643] ppid=24639 vsize=9625004 CPUtime=6.18 cores=0,2,4,6
/proc/24641/task/24643/stat : 24643 (java) R 24639 24641 21372 0 -1 4202560 2643 0 1 0 614 4 0 0 20 0 19 0 281080067 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140363023801680 140362896364446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24644] ppid=24639 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24641/task/24644/stat : 24644 (java) S 24639 24641 21372 0 -1 4202560 109 0 0 0 0 1 0 0 20 0 19 0 281080067 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362867334056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24645] ppid=24639 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/24641/task/24645/stat : 24645 (java) S 24639 24641 21372 0 -1 4202560 28 0 0 0 1 2 0 0 20 0 19 0 281080067 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362866281512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24646] ppid=24639 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24641/task/24646/stat : 24646 (java) S 24639 24641 21372 0 -1 4202560 101 0 0 0 2 0 0 0 20 0 19 0 281080067 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362865228456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24641/tid=24647] ppid=24639 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/24641/task/24647/stat : 24647 (java) S 24639 24641 21372 0 -1 4202560 93 0 0 0 3 0 0 0 20 0 19 0 281080067 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362864175912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24648] ppid=24639 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24641/task/24648/stat : 24648 (java) S 24639 24641 21372 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281080067 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362863122856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24649] ppid=24639 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24641/task/24649/stat : 24649 (java) S 24639 24641 21372 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281080067 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362862070312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24641/tid=24650] ppid=24639 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24641/task/24650/stat : 24650 (java) S 24639 24641 21372 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 19 0 281080067 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362861017256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24651] ppid=24639 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24641/task/24651/stat : 24651 (java) S 24639 24641 21372 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281080067 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362859964712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24652] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24652/stat : 24652 (java) S 24639 24641 21372 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281080068 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362847767400 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24653] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24653/stat : 24653 (java) S 24639 24641 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281080069 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362846713720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24654] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24654/stat : 24654 (java) S 24639 24641 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281080069 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362845660552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24655] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24655/stat : 24655 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362844609296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24656] ppid=24639 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/24641/task/24656/stat : 24656 (java) S 24639 24641 21372 0 -1 4202560 4692 0 0 0 47 1 0 0 20 0 19 0 281080071 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362843556152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24657] ppid=24639 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/24641/task/24657/stat : 24657 (java) S 24639 24641 21372 0 -1 4202560 5175 0 0 0 60 2 0 0 20 0 19 0 281080071 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362842503608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24658] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24658/stat : 24658 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362841450744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24659] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24659/stat : 24659 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362840398408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24660] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24660/stat : 24660 (java) S 24639 24641 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281080139 9856004096 54470 33554432000 1073741824 1073778376 140734925678688 140362839344680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=24641/tid=24656] ppid=24639 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/24641/task/24656/stat : 24656 (java) S 24639 24641 21372 0 -1 4202560 6643 0 0 0 70 2 0 0 20 0 19 0 281080071 9856004096 181166 33554432000 1073741824 1073778376 140734925678688 140362843556152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24657] ppid=24639 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/24641/task/24657/stat : 24657 (java) S 24639 24641 21372 0 -1 4202560 5206 0 0 0 68 2 0 0 20 0 19 0 281080071 9856004096 181166 33554432000 1073741824 1073778376 140734925678688 140362842503608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24658] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24658/stat : 24658 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 181166 33554432000 1073741824 1073778376 140734925678688 140362841450744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24659] ppid=24639 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/24641/task/24659/stat : 24659 (java) S 24639 24641 21372 0 -1 4202560 99 0 0 0 19 11 0 0 20 0 19 0 281080071 9856004096 181166 33554432000 1073741824 1073778376 140734925678688 140362840398408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24660] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24660/stat : 24660 (java) S 24639 24641 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281080139 9856004096 181166 33554432000 1073741824 1073778376 140734925678688 140362839344680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.98
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/211 24847
/proc/meminfo: memFree=26177256/32873624 swapFree=7104/7104
[pid=24641] ppid=24639 vsize=9625004 CPUtime=1787.81 cores=0,2,4,6
/proc/24641/stat : 24641 (java) S 24639 24641 21372 0 -1 4202496 30685 0 1 0 178718 63 0 0 20 0 19 0 281080066 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140734925669824 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24641/statm: 2406251 179019 2290 9 0 2396937 0
[pid=24641/tid=24643] ppid=24639 vsize=9625004 CPUtime=1770.93 cores=0,2,4,6
/proc/24641/task/24643/stat : 24643 (java) R 24639 24641 21372 0 -1 4202560 3516 0 1 0 177048 45 0 0 20 0 19 0 281080067 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140363023801664 140362896364504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24644] ppid=24639 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/24641/task/24644/stat : 24644 (java) S 24639 24641 21372 0 -1 4202560 146 0 0 0 71 3 0 0 20 0 19 0 281080067 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362867334056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24645] ppid=24639 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/24641/task/24645/stat : 24645 (java) S 24639 24641 21372 0 -1 4202560 73 0 0 0 75 4 0 0 20 0 19 0 281080067 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362866281512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24641/tid=24646] ppid=24639 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/24641/task/24646/stat : 24646 (java) S 24639 24641 21372 0 -1 4202560 153 0 0 0 75 3 0 0 20 0 19 0 281080067 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362865228456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24641/tid=24647] ppid=24639 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/24641/task/24647/stat : 24647 (java) S 24639 24641 21372 0 -1 4202560 127 0 0 0 71 3 0 0 20 0 19 0 281080067 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362864175912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24648] ppid=24639 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/24641/task/24648/stat : 24648 (java) S 24639 24641 21372 0 -1 4202560 86 0 0 0 73 2 0 0 20 0 19 0 281080067 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362863122856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24641/tid=24649] ppid=24639 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/24641/task/24649/stat : 24649 (java) S 24639 24641 21372 0 -1 4202560 55 0 0 0 68 2 0 0 20 0 19 0 281080067 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362862070312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24650] ppid=24639 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/24641/task/24650/stat : 24650 (java) S 24639 24641 21372 0 -1 4202560 168 0 0 0 71 2 0 0 20 0 19 0 281080067 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362861017256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24651] ppid=24639 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/24641/task/24651/stat : 24651 (java) S 24639 24641 21372 0 -1 4202560 49 0 0 0 76 2 0 0 20 0 19 0 281080067 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362859964712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24652] ppid=24639 vsize=9625004 CPUtime=4.6 cores=0,2,4,6
/proc/24641/task/24652/stat : 24652 (java) S 24639 24641 21372 0 -1 4202560 13175 0 0 0 451 9 0 0 20 0 19 0 281080068 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362847767400 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24653] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24653/stat : 24653 (java) S 24639 24641 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281080069 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362846713720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24654] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24654/stat : 24654 (java) S 24639 24641 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281080069 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362845660552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24655] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24655/stat : 24655 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362844609296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24656] ppid=24639 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/24641/task/24656/stat : 24656 (java) S 24639 24641 21372 0 -1 4202560 6643 0 0 0 70 2 0 0 20 0 19 0 281080071 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362843556152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24657] ppid=24639 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/24641/task/24657/stat : 24657 (java) S 24639 24641 21372 0 -1 4202560 5206 0 0 0 68 2 0 0 20 0 19 0 281080071 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362842503608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24658] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24658/stat : 24658 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362841450744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24659] ppid=24639 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/24641/task/24659/stat : 24659 (java) S 24639 24641 21372 0 -1 4202560 103 0 0 0 19 12 0 0 20 0 19 0 281080071 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362840398408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24660] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24660/stat : 24660 (java) S 24639 24641 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281080139 9856004096 179019 33554432000 1073741824 1073778376 140734925678688 140362839344680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.81
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 2.09 2.04 2.01 3/211 24847
/proc/meminfo: memFree=26178992/32873624 swapFree=7104/7104
[pid=24641] ppid=24639 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/24641/stat : 24641 (java) S 24639 24641 21372 0 -1 4202496 30693 0 1 0 179943 63 0 0 20 0 19 0 281080066 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140734925669824 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24641/statm: 2406251 178650 2290 9 0 2396937 0
[pid=24641/tid=24643] ppid=24639 vsize=9625004 CPUtime=1783.06 cores=0,2,4,6
/proc/24641/task/24643/stat : 24643 (java) R 24639 24641 21372 0 -1 4202560 3524 0 1 0 178260 46 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140363023801664 140362896364386 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24644] ppid=24639 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/24641/task/24644/stat : 24644 (java) S 24639 24641 21372 0 -1 4202560 146 0 0 0 73 3 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362867334056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24645] ppid=24639 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/24641/task/24645/stat : 24645 (java) S 24639 24641 21372 0 -1 4202560 73 0 0 0 77 4 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362866281512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24646] ppid=24639 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/24641/task/24646/stat : 24646 (java) S 24639 24641 21372 0 -1 4202560 153 0 0 0 76 3 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362865228456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24647] ppid=24639 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/24641/task/24647/stat : 24647 (java) S 24639 24641 21372 0 -1 4202560 127 0 0 0 72 3 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362864175912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24648] ppid=24639 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/24641/task/24648/stat : 24648 (java) S 24639 24641 21372 0 -1 4202560 86 0 0 0 74 2 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362863122856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24641/tid=24649] ppid=24639 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/24641/task/24649/stat : 24649 (java) S 24639 24641 21372 0 -1 4202560 55 0 0 0 69 2 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362862070312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24650] ppid=24639 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/24641/task/24650/stat : 24650 (java) S 24639 24641 21372 0 -1 4202560 168 0 0 0 72 2 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362861017256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24651] ppid=24639 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/24641/task/24651/stat : 24651 (java) S 24639 24641 21372 0 -1 4202560 49 0 0 0 77 2 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362859964712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24641/tid=24652] ppid=24639 vsize=9625004 CPUtime=4.6 cores=0,2,4,6
/proc/24641/task/24652/stat : 24652 (java) S 24639 24641 21372 0 -1 4202560 13175 0 0 0 451 9 0 0 20 0 19 0 281080068 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362847767400 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24653] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24653/stat : 24653 (java) S 24639 24641 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281080069 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362846713720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24654] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24654/stat : 24654 (java) S 24639 24641 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281080069 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362845660552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24655] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24655/stat : 24655 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362844609296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24656] ppid=24639 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/24641/task/24656/stat : 24656 (java) S 24639 24641 21372 0 -1 4202560 6643 0 0 0 70 2 0 0 20 0 19 0 281080071 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362843556152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24657] ppid=24639 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/24641/task/24657/stat : 24657 (java) S 24639 24641 21372 0 -1 4202560 5206 0 0 0 68 2 0 0 20 0 19 0 281080071 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362842503608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24658] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24658/stat : 24658 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362841450744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24659] ppid=24639 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/24641/task/24659/stat : 24659 (java) S 24639 24641 21372 0 -1 4202560 103 0 0 0 19 12 0 0 20 0 19 0 281080071 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362840398408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24660] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24660/stat : 24660 (java) S 24639 24641 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281080139 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362839344680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+1794.5 s]
/proc/loadavg: 2.09 2.04 2.01 3/211 24847
/proc/meminfo: memFree=26178992/32873624 swapFree=7104/7104
[pid=24641] ppid=24639 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/24641/stat : 24641 (java) S 24639 24641 21372 0 -1 4202496 30693 0 1 0 179943 63 0 0 20 0 19 0 281080066 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140734925669824 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24641/statm: 2406251 178650 2290 9 0 2396937 0
[pid=24641/tid=24643] ppid=24639 vsize=9625004 CPUtime=1783.06 cores=0,2,4,6
/proc/24641/task/24643/stat : 24643 (java) R 24639 24641 21372 0 -1 4202560 3524 0 1 0 178260 46 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140363023801664 140362896364386 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24644] ppid=24639 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/24641/task/24644/stat : 24644 (java) S 24639 24641 21372 0 -1 4202560 146 0 0 0 73 3 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362867334056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24645] ppid=24639 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/24641/task/24645/stat : 24645 (java) S 24639 24641 21372 0 -1 4202560 73 0 0 0 77 4 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362866281512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24646] ppid=24639 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/24641/task/24646/stat : 24646 (java) S 24639 24641 21372 0 -1 4202560 153 0 0 0 76 3 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362865228456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24647] ppid=24639 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/24641/task/24647/stat : 24647 (java) S 24639 24641 21372 0 -1 4202560 127 0 0 0 72 3 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362864175912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24648] ppid=24639 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/24641/task/24648/stat : 24648 (java) S 24639 24641 21372 0 -1 4202560 86 0 0 0 74 2 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362863122856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24641/tid=24649] ppid=24639 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/24641/task/24649/stat : 24649 (java) S 24639 24641 21372 0 -1 4202560 55 0 0 0 69 2 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362862070312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24650] ppid=24639 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/24641/task/24650/stat : 24650 (java) S 24639 24641 21372 0 -1 4202560 168 0 0 0 72 2 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362861017256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24651] ppid=24639 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/24641/task/24651/stat : 24651 (java) S 24639 24641 21372 0 -1 4202560 49 0 0 0 77 2 0 0 20 0 19 0 281080067 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362859964712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24641/tid=24652] ppid=24639 vsize=9625004 CPUtime=4.6 cores=0,2,4,6
/proc/24641/task/24652/stat : 24652 (java) S 24639 24641 21372 0 -1 4202560 13175 0 0 0 451 9 0 0 20 0 19 0 281080068 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362847767400 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24653] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24653/stat : 24653 (java) S 24639 24641 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281080069 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362846713720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24654] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24654/stat : 24654 (java) S 24639 24641 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281080069 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362845660552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24655] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24655/stat : 24655 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362844609296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24641/tid=24656] ppid=24639 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/24641/task/24656/stat : 24656 (java) S 24639 24641 21372 0 -1 4202560 6643 0 0 0 70 2 0 0 20 0 19 0 281080071 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362843556152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24657] ppid=24639 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/24641/task/24657/stat : 24657 (java) S 24639 24641 21372 0 -1 4202560 5206 0 0 0 68 2 0 0 20 0 19 0 281080071 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362842503608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24658] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24658/stat : 24658 (java) S 24639 24641 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281080071 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362841450744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24641/tid=24659] ppid=24639 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/24641/task/24659/stat : 24659 (java) S 24639 24641 21372 0 -1 4202560 103 0 0 0 19 12 0 0 20 0 19 0 281080071 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362840398408 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24641/tid=24660] ppid=24639 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24641/task/24660/stat : 24660 (java) S 24639 24641 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281080139 9856004096 178650 33554432000 1073741824 1073778376 140734925678688 140362839344680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1794.54
CPU time (s): 1800.06
CPU user time (s): 1799.43
CPU system time (s): 0.63
CPU usage (%): 100.307
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.79
system time used= 1.06284
maximum resident set size= 1128080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30726
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47200
involuntary context switches= 31990

runsolver used 6.38003 second user time and 13.343 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-27 22:12:26
IDJOB=3710138
IDBENCH=2432
IDSOLVER=2289
FILE ID=node121/3710138-1338149546
RUNJOBID= node121-1338138816-23672
PBS_JOBID= 14624482
Free space on /tmp= 71708 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-seba.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-3710138-1338149546/watcher-3710138-1338149546 -o /tmp/evaluation-result-3710138-1338149546/solver-3710138-1338149546 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710138-1338149546.opb

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

MD5SUM BENCH= 1b2371606d4072012aff3f48017bfad5
RANDOM SEED=2009308588

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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.08
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.042
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		: 2667.042
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		: 2667.042
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.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        27792536 kB
Buffers:          513512 kB
Cached:          2780424 kB
SwapCached:            0 kB
Active:          1699472 kB
Inactive:        2524328 kB
Active(anon):     930584 kB
Inactive(anon):        0 kB
Active(file):     768888 kB
Inactive(file):  2524328 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2048 kB
Writeback:             0 kB
AnonPages:        935024 kB
Mapped:            22480 kB
Shmem:               200 kB
Slab:             718348 kB
SReclaimable:     162260 kB
SUnreclaim:       556088 kB
KernelStack:        1608 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1156068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    874496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71676 MiB
End job on node121 at 2012-05-27 22:42:23