Trace number 3739928

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.1 901.149

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j90/
normalized-j9045_1-sat.opb
MD5SUMd4d1ca36c8af6075d3c9b6c16eca4a6b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26754
Total number of constraints93164
Number of constraints which are clauses92580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints584
Minimum length of a constraint1
Maximum length of a constraint90
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 530
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.07/0.08	c version 2.2.0.v20100531
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		1349517296
0.07/0.08	c Max memory 		1356595200
0.07/0.08	c Total memory 		1356595200
0.07/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3739928-1338758442.opb
0.10/0.11	c reading problem ... 
2.32/1.18	c ... done. Wall clock time 1.067s.
2.32/1.18	c #vars     26754
2.32/1.18	c #constraints  82731
2.32/1.18	c constraints type 
2.32/1.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9978
2.32/1.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67656
2.32/1.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 584
2.32/1.18	c constraints type 
2.32/1.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 67656
2.32/1.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9978
2.32/1.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 584
8.39/3.44	c cleaning 2498 clauses out of 5001 with flag 5001/5001
12.68/5.53	c cleaning 4250 clauses out of 8506 with flag 11004/11004
17.23/7.82	c cleaning 5623 clauses out of 11251 with flag 18000/18000
22.79/10.61	c cleaning 6803 clauses out of 13628 with flag 26000/26000
29.13/13.81	c cleaning 7908 clauses out of 15825 with flag 35001/35001
36.28/17.48	c cleaning 8948 clauses out of 17916 with flag 45000/45000
44.42/21.56	c cleaning 9973 clauses out of 19969 with flag 56001/56001
53.58/26.14	c cleaning 10968 clauses out of 21995 with flag 68000/68000
62.70/30.72	c cleaning 12012 clauses out of 24030 with flag 81003/81003
72.85/35.84	c cleaning 13000 clauses out of 26014 with flag 95000/95000
84.84/41.84	c cleaning 13984 clauses out of 28015 with flag 110001/110001
97.57/48.25	c cleaning 15010 clauses out of 30030 with flag 126000/126000
112.26/55.61	c cleaning 16003 clauses out of 32020 with flag 143000/143000
114.49/56.88	c cleaning 0 clauses out of 5000 with flag 0/5000
126.81/62.91	c cleaning 16980 clauses out of 34017 with flag 161000/161000
140.75/69.91	c cleaning 18008 clauses out of 36037 with flag 180000/180000
155.34/77.37	c cleaning 18998 clauses out of 38030 with flag 200001/200001
173.15/86.21	c cleaning 19979 clauses out of 40031 with flag 221000/221000
189.88/94.66	c cleaning 20991 clauses out of 42052 with flag 243000/243000
208.16/103.83	c cleaning 22014 clauses out of 44063 with flag 266002/266002
227.77/113.78	c cleaning 22983 clauses out of 46047 with flag 290000/290000
247.51/123.65	c cleaning 24020 clauses out of 48065 with flag 315001/315001
269.23/134.57	c cleaning 24996 clauses out of 50044 with flag 341000/341000
291.30/145.65	c cleaning 26011 clauses out of 52049 with flag 368001/368001
316.50/158.39	c cleaning 26993 clauses out of 54038 with flag 396001/396001
341.46/170.86	c cleaning 28015 clauses out of 56044 with flag 425000/425000
367.00/183.69	c cleaning 29011 clauses out of 58029 with flag 455000/455000
376.78/188.65	c cleaning 0 clauses out of 11002 with flag 0/11002
393.41/197.12	c cleaning 29971 clauses out of 60018 with flag 486000/486000
424.18/212.59	c cleaning 30980 clauses out of 62047 with flag 518000/518000
452.84/226.95	c cleaning 32026 clauses out of 64069 with flag 551002/551002
478.35/239.78	c cleaning 32980 clauses out of 66041 with flag 585000/585000
508.51/254.95	c cleaning 34023 clauses out of 68062 with flag 620001/620001
541.46/271.40	c cleaning 35011 clauses out of 70042 with flag 656004/656004
574.23/287.80	c cleaning 35990 clauses out of 72027 with flag 693000/693000
608.26/304.83	c cleaning 37010 clauses out of 74038 with flag 731001/731001
648.86/325.24	c cleaning 38005 clauses out of 76030 with flag 770003/770003
684.04/342.84	c cleaning 38981 clauses out of 78023 with flag 810001/810001
730.14/365.81	c cleaning 39934 clauses out of 80041 with flag 851000/851000
769.44/385.55	c cleaning 41035 clauses out of 82107 with flag 893000/893000
811.08/406.46	c cleaning 42013 clauses out of 84072 with flag 936000/936000
854.13/427.95	c cleaning 42994 clauses out of 86060 with flag 980001/980001
897.42/449.52	c cleaning 44026 clauses out of 88066 with flag 1025001/1025001
924.00/462.90	c cleaning 0 clauses out of 18005 with flag 0/18005
942.03/472.26	c cleaning 45006 clauses out of 90039 with flag 1071000/1071000
989.84/496.12	c cleaning 45987 clauses out of 92036 with flag 1118003/1118003
1046.39/524.42	c cleaning 46995 clauses out of 94046 with flag 1166000/1166000
1091.70/547.11	c cleaning 47992 clauses out of 96051 with flag 1215000/1215000
1140.28/571.62	c cleaning 48987 clauses out of 98059 with flag 1265000/1265000
1187.91/595.56	c cleaning 49996 clauses out of 100072 with flag 1316000/1316000
1235.09/619.16	c cleaning 51006 clauses out of 102076 with flag 1368001/1368001
1282.24/642.71	c cleaning 52011 clauses out of 104069 with flag 1421000/1421000
1334.96/669.29	c cleaning 53018 clauses out of 106059 with flag 1475001/1475001
1392.38/697.90	c cleaning 54004 clauses out of 108040 with flag 1530000/1530000
1454.33/728.66	c cleaning 54997 clauses out of 110036 with flag 1586000/1586000
1512.91/757.76	c cleaning 55996 clauses out of 112039 with flag 1643000/1643000
1586.61/794.60	c cleaning 56997 clauses out of 114045 with flag 1701002/1701002
1658.83/830.56	c cleaning 57982 clauses out of 116046 with flag 1760000/1760000
1719.93/860.95	c cleaning 59020 clauses out of 118065 with flag 1820001/1820001
1776.95/889.29	c cleaning 59969 clauses out of 120044 with flag 1881000/1881000
1800.10/901.11	c starts		: 210
1800.10/901.11	c conflicts		: 1905314
1800.10/901.11	c decisions		: 2405046
1800.10/901.11	c propagations		: 968993171
1800.10/901.11	c inspects		: 5010692571
1800.10/901.11	c learnt literals	: 4
1800.10/901.11	c learnt binary clauses	: 62
1800.10/901.11	c learnt ternary clauses	: 1056
1800.10/901.11	c learnt clauses	: 1905310
1800.10/901.11	c ignored clauses	: 0
1800.10/901.11	c root simplifications	: 0
1800.10/901.11	c removed literals (reason simplification)	: 34980784
1800.10/901.11	c reason swapping (by a shorter reason)	: 0
1800.10/901.11	c Calls to reduceDB	: 57
1800.10/901.11	c number of reductions to clauses (during analyze)	: 0
1800.10/901.11	c number of learned constraints concerned by reduction	: 0
1800.10/901.11	c number of learning phase by resolution	: 0
1800.10/901.11	c number of learning phase by cutting planes	: 0
1800.10/901.11	c speed (assignments/second)	: 1076743.060015779
1800.10/901.11	c non guided choices	1767
1800.10/901.13	c learnt constraints type 
1800.10/901.13	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 84360
1800.10/901.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 62
1800.10/901.13	c constraints type 
1800.10/901.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9978
1800.10/901.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67656
1800.10/901.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 584
1800.10/901.13	c constraints type 
1800.10/901.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 67656
1800.10/901.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9978
1800.10/901.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 584
1800.10/901.13	s UNKNOWN
1800.10/901.13	c Total wall clock time (in seconds): 901.023

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-3739928-1338758442/watcher-3739928-1338758442 -o /tmp/evaluation-result-3739928-1338758442/solver-3739928-1338758442 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3739928-1338758442.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: 4.01 3.92 3.76 4/200 24822
/proc/meminfo: memFree=28319896/32873844 swapFree=7620/7620
[pid=24822] ppid=24820 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/24822/stat : 24822 (java) S 24820 24822 19811 0 -1 4202496 1166 0 0 0 0 0 0 0 20 0 2 0 341968966 91893760 886 33554432000 1073741824 1073778376 140736420777264 140736420768400 215127982141 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24822/statm: 22434 893 677 9 0 16769 0
[pid=24822/tid=24823] ppid=24820 vsize=89800 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24823/stat : 24823 (java) R 24820 24822 19811 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 2 0 341968967 91955200 901 33554432000 1073741824 1073778376 140736420777264 140736420766328 215115401907 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0808309 s]
/proc/loadavg: 4.01 3.92 3.76 4/200 24822
/proc/meminfo: memFree=28319896/32873844 swapFree=7620/7620
[pid=24822] ppid=24820 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/24822/stat : 24822 (java) S 24820 24822 19811 0 -1 4202496 3897 0 1 0 6 1 0 0 20 0 18 0 341968966 2764726272 5616 33554432000 1073741824 1073778376 140736420777264 140736420768400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24822/statm: 674982 5616 1772 9 0 665676 0
[pid=24822/tid=24823] ppid=24820 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/24822/task/24823/stat : 24823 (java) R 24820 24822 19811 0 -1 4202560 2687 0 1 0 4 1 0 0 20 0 18 0 341968967 2764726272 5616 33554432000 1073741824 1073778376 140736420777264 139729620290480 215128007949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.100284 s]
/proc/loadavg: 4.01 3.92 3.76 4/200 24822
/proc/meminfo: memFree=28319896/32873844 swapFree=7620/7620
[pid=24822] ppid=24820 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/24822/stat : 24822 (java) S 24820 24822 19811 0 -1 4202496 4673 0 1 0 9 1 0 0 20 0 18 0 341968966 2764726272 6385 33554432000 1073741824 1073778376 140736420777264 140736420768400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24822/statm: 674982 6387 2109 9 0 665676 0
[pid=24822/tid=24823] ppid=24820 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/24822/task/24823/stat : 24823 (java) R 24820 24822 19811 0 -1 4202560 2727 0 1 0 6 1 0 0 20 0 18 0 341968967 2764726272 6387 33554432000 1073741824 1073778376 140736420777264 139729620279928 139729618157336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300254 s]
/proc/loadavg: 4.01 3.92 3.76 4/200 24822
/proc/meminfo: memFree=28319896/32873844 swapFree=7620/7620
[pid=24822] ppid=24820 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/24822/stat : 24822 (java) S 24820 24822 19811 0 -1 4202496 6423 0 1 0 46 2 0 0 20 0 18 0 341968966 2764726272 9681 33554432000 1073741824 1073778376 140736420777264 140736420768400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24822/statm: 674982 9681 2217 9 0 665676 0
[pid=24822/tid=24823] ppid=24820 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/24822/task/24823/stat : 24823 (java) R 24820 24822 19811 0 -1 4202560 2783 0 1 0 26 1 0 0 20 0 18 0 341968967 2764726272 9681 33554432000 1073741824 1073778376 140736420777264 139729620279928 139729463345922 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.700279 s]
/proc/loadavg: 4.01 3.92 3.76 4/200 24822
/proc/meminfo: memFree=28319896/32873844 swapFree=7620/7620
[pid=24822] ppid=24820 vsize=2699928 CPUtime=1.66 cores=0,2,4,6
/proc/24822/stat : 24822 (java) S 24820 24822 19811 0 -1 4202496 16552 0 1 0 161 5 0 0 20 0 18 0 341968966 2764726272 31250 33554432000 1073741824 1073778376 140736420777264 140736420768400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24822/statm: 674982 31250 2241 9 0 665676 0
[pid=24822/tid=24823] ppid=24820 vsize=2699928 CPUtime=0.67 cores=0,2,4,6
/proc/24822/task/24823/stat : 24823 (java) R 24820 24822 19811 0 -1 4202560 2824 0 1 0 65 2 0 0 20 0 18 0 341968967 2764726272 31250 33554432000 1073741824 1073778376 140736420777264 139729620283328 139729463345699 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 2699928

[startup+1.50062 s]
/proc/loadavg: 4.01 3.92 3.76 5/218 24840
/proc/meminfo: memFree=28077988/32873844 swapFree=7620/7620
[pid=24822] ppid=24820 vsize=2966184 CPUtime=3.68 cores=0,2,4,6
/proc/24822/stat : 24822 (java) S 24820 24822 19811 0 -1 4202496 20128 0 1 0 359 9 0 0 20 0 22 0 341968966 3037372416 86293 33554432000 1073741824 1073778376 140736420777264 140736420768400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24822/statm: 741546 86293 2254 9 0 732240 0
[pid=24822/tid=24823] ppid=24820 vsize=2966184 CPUtime=1.16 cores=0,2,4,6
/proc/24822/task/24823/stat : 24823 (java) S 24820 24822 19811 0 -1 4202560 2912 0 1 0 110 6 0 0 20 0 22 0 341968967 3037372416 86293 33554432000 1073741824 1073778376 140736420777264 139729620292760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24825] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24825/stat : 24825 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968967 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729604573480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24826] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24826/stat : 24826 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968967 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729603520680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24827] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24827/stat : 24827 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968967 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729602468392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24828] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24828/stat : 24828 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968967 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729601415592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24829] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24829/stat : 24829 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968967 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729600363304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24830] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24830/stat : 24830 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968967 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729599310504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24831] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24831/stat : 24831 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968967 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729598258216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24832] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24832/stat : 24832 (java) S 24820 24822 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341968967 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729597205416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24833] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24833/stat : 24833 (java) S 24820 24822 19811 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341968969 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729584793832 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24834] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24834/stat : 24834 (java) S 24820 24822 19811 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341968969 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729583739896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24835] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24835/stat : 24835 (java) S 24820 24822 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341968969 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729582687496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24836] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24836/stat : 24836 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968972 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729581635984 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24837] ppid=24820 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/24822/task/24837/stat : 24837 (java) R 24820 24822 19811 0 -1 4202560 10126 0 0 0 98 1 0 0 20 0 22 0 341968972 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729462880952 215124665463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24838] ppid=24820 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/24822/task/24838/stat : 24838 (java) R 24820 24822 19811 0 -1 4202560 5772 0 0 0 85 0 0 0 20 0 22 0 341968972 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729461828152 139729626675008 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24839] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24839/stat : 24839 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968972 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729460776056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24840] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24840/stat : 24840 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968972 3037372416 86159 33554432000 1073741824 1073778376 140736420777264 139729459723464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 2966184

[startup+3.10073 s]
/proc/loadavg: 4.01 3.92 3.76 5/222 24844
/proc/meminfo: memFree=27904932/32873844 swapFree=7620/7620
[pid=24822] ppid=24820 vsize=2966184 CPUtime=7.72 cores=0,2,4,6
/proc/24822/stat : 24822 (java) S 24820 24822 19811 0 -1 4202496 22988 0 1 0 754 18 0 0 20 0 22 0 341968966 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 140736420768400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24822/statm: 741546 113848 2270 9 0 732240 0
[pid=24822/tid=24823] ppid=24820 vsize=2966184 CPUtime=1.16 cores=0,2,4,6
/proc/24822/task/24823/stat : 24823 (java) S 24820 24822 19811 0 -1 4202560 2912 0 1 0 110 6 0 0 20 0 22 0 341968967 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729620292760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24825] ppid=24820 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24822/task/24825/stat : 24825 (java) S 24820 24822 19811 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 341968967 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729604573480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24826] ppid=24820 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/24822/task/24826/stat : 24826 (java) S 24820 24822 19811 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 22 0 341968967 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729603520680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24827] ppid=24820 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/24822/task/24827/stat : 24827 (java) S 24820 24822 19811 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 341968967 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729602468392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24828] ppid=24820 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/24822/task/24828/stat : 24828 (java) S 24820 24822 19811 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 341968967 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729601415592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24829] ppid=24820 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/24822/task/24829/stat : 24829 (java) S 24820 24822 19811 0 -1 4202560 18 0 0 0 4 1 0 0 20 0 22 0 341968967 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729600363304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24830] ppid=24820 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/24822/task/24830/stat : 24830 (java) S 24820 24822 19811 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 341968967 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729599310504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24831] ppid=24820 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/24822/task/24831/stat : 24831 (java) S 24820 24822 19811 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 341968967 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729598258216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24832] ppid=24820 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24822/task/24832/stat : 24832 (java) S 24820 24822 19811 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 341968967 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729597205416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24833] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24833/stat : 24833 (java) S 24820 24822 19811 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341968969 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729584793832 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24834] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24834/stat : 24834 (java) S 24820 24822 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341968969 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729583739896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24835] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24835/stat : 24835 (java) S 24820 24822 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341968969 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729582687496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24836] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24836/stat : 24836 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968972 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729581635984 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24837] ppid=24820 vsize=2966184 CPUtime=1.31 cores=0,2,4,6
/proc/24822/task/24837/stat : 24837 (java) S 24820 24822 19811 0 -1 4202560 12794 0 0 0 128 3 0 0 20 0 22 0 341968972 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729462880952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24838] ppid=24820 vsize=2966184 CPUtime=1.2 cores=0,2,4,6
/proc/24822/task/24838/stat : 24838 (java) S 24820 24822 19811 0 -1 4202560 5776 0 0 0 120 0 0 0 20 0 22 0 341968972 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729461828152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24839] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24839/stat : 24839 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968972 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729460776056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24840] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24840/stat : 24840 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968972 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729459723464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24841] ppid=24820 vsize=2966184 CPUtime=1.77 cores=0,2,4,6
/proc/24822/task/24841/stat : 24841 (java) R 24820 24822 19811 0 -1 4202560 35 0 0 0 177 0 0 0 20 0 22 0 341969084 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729458665520 139729463848975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24842] ppid=24820 vsize=2966184 CPUtime=1.76 cores=0,2,4,6
/proc/24822/task/24842/stat : 24842 (java) R 24820 24822 19811 0 -1 4202560 107 0 0 0 175 1 0 0 20 0 22 0 341969084 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729457614712 139729464045484 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24843] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24843/stat : 24843 (java) S 24820 24822 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341969089 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729456563368 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24844] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24844/stat : 24844 (java) S 24820 24822 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341969089 3037372416 113848 33554432000 1073741824 1073778376 140736420777264 139729455510568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 2966184

[startup+6.30083 s]
/proc/loadavg: 4.01 3.92 3.76 5/222 24844
/proc/meminfo: memFree=27828312/32873844 swapFree=7620/7620
[pid=24822] ppid=24820 vsize=2966184 CPUtime=14.19 cores=0,2,4,6
/proc/24822/stat : 24822 (java) S 24820 24822 19811 0 -1 4202496 23090 0 1 0 1398 21 0 0 20 0 22 0 341968966 3037372416 125938 33554432000 1073741824 1073778376 140736420777264 140736420768400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24822/statm: 741546 125938 2283 9 0 732240 0
[pid=24822/tid=24823] ppid=24820 vsize=2966184 CPUtime=1.16 cores=0,2,4,6
/proc/24822/task/24823/stat : 24823 (java) S 24820 24822 19811 0 -1 4202560 2913 0 1 0 110 6 0 0 20 0 22 0 341968967 3037372416 125938 33554432000 1073741824 1073778376 140736420777264 139729620292760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24825] ppid=24820 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/24822/task/24825/stat : 24825 (java) S 24820 24822 19811 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 341968967 3037372416 125938 33554432000 1073741824 1073778376 140736420777264 139729604573480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24826] ppid=24820 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/24822/task/24826/stat : 24826 (java) S 24820 24822 19811 0 -1 4202560 18 0 0 0 11 0 0 0 20 0 22 0 341968967 3037372416 125938 33554432000 1073741824 1073778376 140736420777264 139729603520680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24827] ppid=24820 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/24822/task/24827/stat : 24827 (java) S 24820 24822 19811 0 -1 4202560 28 0 0 0 8 0 0 0 20 0 22 0 341968967 3037372416 125938 33554432000 1073741824 1073778376 140736420777264 139729602468392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24828] ppid=24820 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/24822/task/24828/stat : 24828 (java) S 24820 24822 19811 0 -1 4202560 34 0 0 0 7 2 0 0 20 0 22 0 341968967 3037372416 125938 33554432000 1073741824 1073778376 140736420777264 139729601415592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24829] ppid=24820 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/24822/task/24829/stat : 24829 (java) S 24820 24822 19811 0 -1 4202560 24 0 0 0 9 2 0 0 20 0 22 0 341968967 3037372416 125938 33554432000 1073741824 1073778376 140736420777264 139729600363304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24830] ppid=24820 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/24822/task/24830/stat : 24830 (java) S 24820 24822 19811 0 -1 4202560 27 0 0 0 9 1 0 0 20 0 22 0 341968967 3037372416 125938 33554432000 1073741824 1073778376 140736420777264 139729599310504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24831] ppid=24820 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/24822/task/24831/stat : 24831 (java) S 24820 24822 19811 0 -1 4202560 26 0 0 0 10 0 0 0 20 0 22 0 341968967 3037372416 125938 33554432000 1073741824 1073778376 140736420777264 139729598258216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24832] ppid=24820 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/24822/task/24832/stat : 24832 (java) S 24820 24822 19811 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 22 0 341968967 3037372416 125938 33554432000 1073741824 1073778376 140736420777264 139729597205416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24833] ppid=24820 vsize=2966184 CPUtime=0.2 cores=0,2,4,6
/proc/24822/task/24833/stat : 24833 (java) S 24820 24822 19811 0 -1 4202560 49 0 0 0 18 2 0 0 20 0 22 0 341968969 3037372416 125938 33554432000 1073741824 1073778376 140736420777264 139729584793832 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24834] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24834/stat : 24834 (java) S 24820 24822 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341968969 3037372416 125938 33554432000 1073741824 1073778376 140736420777264 139729583739896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24835] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24835/stat : 24835 (java) S 24820 24822 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341968969 3037372416 125938 33554432000 1073741824 1073778376 140736420777264 139729582687496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24836] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24836/stat : 24836 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968972 3037372416 125938 33554432000 1073741824 1073778376 140736420777264 139729581635984 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/24822/statm: 741546 238045 2284 9 0 732240 0
[pid=24822/tid=24823] ppid=24820 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/24822/task/24823/stat : 24823 (java) S 24820 24822 19811 0 -1 4202560 2938 0 1 0 112 6 0 0 20 0 22 0 341968967 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729620292760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24825] ppid=24820 vsize=2966184 CPUtime=5.71 cores=0,2,4,6
/proc/24822/task/24825/stat : 24825 (java) S 24820 24822 19811 0 -1 4202560 346 0 0 0 562 9 0 0 20 0 22 0 341968967 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729604573480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24826] ppid=24820 vsize=2966184 CPUtime=5.5 cores=0,2,4,6
/proc/24822/task/24826/stat : 24826 (java) S 24820 24822 19811 0 -1 4202560 334 0 0 0 544 6 0 0 20 0 22 0 341968967 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729603520680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24827] ppid=24820 vsize=2966184 CPUtime=5.8 cores=0,2,4,6
/proc/24822/task/24827/stat : 24827 (java) S 24820 24822 19811 0 -1 4202560 343 0 0 0 572 8 0 0 20 0 22 0 341968967 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729602468392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24828] ppid=24820 vsize=2966184 CPUtime=6.05 cores=0,2,4,6
/proc/24822/task/24828/stat : 24828 (java) S 24820 24822 19811 0 -1 4202560 357 0 0 0 596 9 0 0 20 0 22 0 341968967 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729601415592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24829] ppid=24820 vsize=2966184 CPUtime=5.52 cores=0,2,4,6
/proc/24822/task/24829/stat : 24829 (java) S 24820 24822 19811 0 -1 4202560 345 0 0 0 544 8 0 0 20 0 22 0 341968967 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729600363304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24830] ppid=24820 vsize=2966184 CPUtime=5.98 cores=0,2,4,6
/proc/24822/task/24830/stat : 24830 (java) S 24820 24822 19811 0 -1 4202560 340 0 0 0 591 7 0 0 20 0 22 0 341968967 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729599310504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24831] ppid=24820 vsize=2966184 CPUtime=5.83 cores=0,2,4,6
/proc/24822/task/24831/stat : 24831 (java) S 24820 24822 19811 0 -1 4202560 347 0 0 0 576 7 0 0 20 0 22 0 341968967 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729598258216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24832] ppid=24820 vsize=2966184 CPUtime=5.77 cores=0,2,4,6
/proc/24822/task/24832/stat : 24832 (java) S 24820 24822 19811 0 -1 4202560 345 0 0 0 570 7 0 0 20 0 22 0 341968967 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729597205416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24833] ppid=24820 vsize=2966184 CPUtime=23.57 cores=0,2,4,6
/proc/24822/task/24833/stat : 24833 (java) S 24820 24822 19811 0 -1 4202560 57466 0 0 0 2301 56 0 0 20 0 22 0 341968969 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729584793832 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24834] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24834/stat : 24834 (java) S 24820 24822 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341968969 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729583739896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24835] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24835/stat : 24835 (java) S 24820 24822 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341968969 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729582687496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24836] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24836/stat : 24836 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968972 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729581635984 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24837] ppid=24820 vsize=2966184 CPUtime=1.68 cores=0,2,4,6
/proc/24822/task/24837/stat : 24837 (java) S 24820 24822 19811 0 -1 4202560 13939 0 0 0 165 3 0 0 20 0 22 0 341968972 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729462880952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24838] ppid=24820 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/24822/task/24838/stat : 24838 (java) S 24820 24822 19811 0 -1 4202560 5790 0 0 0 137 0 0 0 20 0 22 0 341968972 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729461828152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24839] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24839/stat : 24839 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968972 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729460776056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24840] ppid=24820 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/24822/task/24840/stat : 24840 (java) S 24820 24822 19811 0 -1 4202560 49 0 0 0 15 19 0 0 20 0 22 0 341968972 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729459723464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24841] ppid=24820 vsize=2966184 CPUtime=842.06 cores=0,2,4,6
/proc/24822/task/24841/stat : 24841 (java) R 24820 24822 19811 0 -1 4202560 366 0 0 0 84191 15 0 0 20 0 22 0 341969084 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729458666832 139729464135316 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24842] ppid=24820 vsize=2966184 CPUtime=842.04 cores=0,2,4,6
/proc/24822/task/24842/stat : 24842 (java) R 24820 24822 19811 0 -1 4202560 487 0 0 0 84187 17 0 0 20 0 22 0 341969084 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729457613136 139729464017449 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24843] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24843/stat : 24843 (java) S 24820 24822 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341969089 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729456563368 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24844] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24844/stat : 24844 (java) S 24820 24822 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341969089 3037372416 238045 33554432000 1073741824 1073778376 140736420777264 139729455510568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1762.92
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.101 s]
/proc/loadavg: 3.93 3.97 3.86 5/221 25191
/proc/meminfo: memFree=27306488/32873844 swapFree=7620/7620
[pid=24822] ppid=24820 vsize=2966184 CPUtime=1800.1 cores=0,2,4,6
/proc/24822/stat : 24822 (java) S 24820 24822 19811 0 -1 4202496 85940 0 1 0 179858 152 0 0 20 0 22 0 341968966 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 140736420768400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24822/statm: 741546 239582 2284 9 0 732240 0
[pid=24822/tid=24823] ppid=24820 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/24822/task/24823/stat : 24823 (java) S 24820 24822 19811 0 -1 4202560 2938 0 1 0 112 6 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729620292760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24825] ppid=24820 vsize=2966184 CPUtime=5.86 cores=0,2,4,6
/proc/24822/task/24825/stat : 24825 (java) S 24820 24822 19811 0 -1 4202560 347 0 0 0 577 9 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729604573480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24826] ppid=24820 vsize=2966184 CPUtime=5.66 cores=0,2,4,6
/proc/24822/task/24826/stat : 24826 (java) S 24820 24822 19811 0 -1 4202560 336 0 0 0 560 6 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729603520680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24827] ppid=24820 vsize=2966184 CPUtime=6.01 cores=0,2,4,6
/proc/24822/task/24827/stat : 24827 (java) S 24820 24822 19811 0 -1 4202560 345 0 0 0 593 8 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729602468392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24828] ppid=24820 vsize=2966184 CPUtime=6.21 cores=0,2,4,6
/proc/24822/task/24828/stat : 24828 (java) S 24820 24822 19811 0 -1 4202560 357 0 0 0 612 9 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729601415592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24829] ppid=24820 vsize=2966184 CPUtime=5.67 cores=0,2,4,6
/proc/24822/task/24829/stat : 24829 (java) S 24820 24822 19811 0 -1 4202560 346 0 0 0 559 8 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729600363304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24830] ppid=24820 vsize=2966184 CPUtime=6.11 cores=0,2,4,6
/proc/24822/task/24830/stat : 24830 (java) S 24820 24822 19811 0 -1 4202560 340 0 0 0 604 7 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729599310504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24831] ppid=24820 vsize=2966184 CPUtime=5.96 cores=0,2,4,6
/proc/24822/task/24831/stat : 24831 (java) S 24820 24822 19811 0 -1 4202560 347 0 0 0 589 7 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729598258216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24832] ppid=24820 vsize=2966184 CPUtime=5.97 cores=0,2,4,6
/proc/24822/task/24832/stat : 24832 (java) S 24820 24822 19811 0 -1 4202560 346 0 0 0 590 7 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729597205416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24833] ppid=24820 vsize=2966184 CPUtime=24.59 cores=0,2,4,6
/proc/24822/task/24833/stat : 24833 (java) S 24820 24822 19811 0 -1 4202560 58404 0 0 0 2402 57 0 0 20 0 22 0 341968969 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729584793832 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24834] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24834/stat : 24834 (java) S 24820 24822 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341968969 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729583739896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24835] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24835/stat : 24835 (java) S 24820 24822 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341968969 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729582687496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24836] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24836/stat : 24836 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968972 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729581635984 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24837] ppid=24820 vsize=2966184 CPUtime=1.68 cores=0,2,4,6
/proc/24822/task/24837/stat : 24837 (java) S 24820 24822 19811 0 -1 4202560 13939 0 0 0 165 3 0 0 20 0 22 0 341968972 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729462880952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24838] ppid=24820 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/24822/task/24838/stat : 24838 (java) S 24820 24822 19811 0 -1 4202560 5790 0 0 0 137 0 0 0 20 0 22 0 341968972 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729461828152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24839] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24839/stat : 24839 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968972 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729460776056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24840] ppid=24820 vsize=2966184 CPUtime=0.35 cores=0,2,4,6
/proc/24822/task/24840/stat : 24840 (java) S 24820 24822 19811 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 341968972 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729459723464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24841] ppid=24820 vsize=2966184 CPUtime=859.46 cores=0,2,4,6
/proc/24822/task/24841/stat : 24841 (java) R 24820 24822 19811 0 -1 4202560 372 0 0 0 85930 16 0 0 20 0 22 0 341969084 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729458666032 139729464135320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24842] ppid=24820 vsize=2966184 CPUtime=859.44 cores=0,2,4,6
/proc/24822/task/24842/stat : 24842 (java) R 24820 24822 19811 0 -1 4202560 493 0 0 0 85926 18 0 0 20 0 22 0 341969084 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729457613536 139729463888034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24843] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24843/stat : 24843 (java) S 24820 24822 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341969089 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729456563368 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24844] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24844/stat : 24844 (java) S 24820 24822 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341969089 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729455510568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 2966184

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

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

[startup+901.101 s]
/proc/loadavg: 3.93 3.97 3.86 5/221 25191
/proc/meminfo: memFree=27306488/32873844 swapFree=7620/7620
[pid=24822] ppid=24820 vsize=2966184 CPUtime=1800.1 cores=0,2,4,6
/proc/24822/stat : 24822 (java) S 24820 24822 19811 0 -1 4202496 85940 0 1 0 179858 152 0 0 20 0 22 0 341968966 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 140736420768400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24822/statm: 741546 239582 2284 9 0 732240 0
[pid=24822/tid=24823] ppid=24820 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/24822/task/24823/stat : 24823 (java) S 24820 24822 19811 0 -1 4202560 2938 0 1 0 112 6 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729620292760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24825] ppid=24820 vsize=2966184 CPUtime=5.86 cores=0,2,4,6
/proc/24822/task/24825/stat : 24825 (java) S 24820 24822 19811 0 -1 4202560 347 0 0 0 577 9 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729604573480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24826] ppid=24820 vsize=2966184 CPUtime=5.66 cores=0,2,4,6
/proc/24822/task/24826/stat : 24826 (java) S 24820 24822 19811 0 -1 4202560 336 0 0 0 560 6 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729603520680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24827] ppid=24820 vsize=2966184 CPUtime=6.01 cores=0,2,4,6
/proc/24822/task/24827/stat : 24827 (java) S 24820 24822 19811 0 -1 4202560 345 0 0 0 593 8 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729602468392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24828] ppid=24820 vsize=2966184 CPUtime=6.21 cores=0,2,4,6
/proc/24822/task/24828/stat : 24828 (java) S 24820 24822 19811 0 -1 4202560 357 0 0 0 612 9 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729601415592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24829] ppid=24820 vsize=2966184 CPUtime=5.67 cores=0,2,4,6
/proc/24822/task/24829/stat : 24829 (java) S 24820 24822 19811 0 -1 4202560 346 0 0 0 559 8 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729600363304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24830] ppid=24820 vsize=2966184 CPUtime=6.11 cores=0,2,4,6
/proc/24822/task/24830/stat : 24830 (java) S 24820 24822 19811 0 -1 4202560 340 0 0 0 604 7 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729599310504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24831] ppid=24820 vsize=2966184 CPUtime=5.96 cores=0,2,4,6
/proc/24822/task/24831/stat : 24831 (java) S 24820 24822 19811 0 -1 4202560 347 0 0 0 589 7 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729598258216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24832] ppid=24820 vsize=2966184 CPUtime=5.97 cores=0,2,4,6
/proc/24822/task/24832/stat : 24832 (java) S 24820 24822 19811 0 -1 4202560 346 0 0 0 590 7 0 0 20 0 22 0 341968967 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729597205416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24833] ppid=24820 vsize=2966184 CPUtime=24.59 cores=0,2,4,6
/proc/24822/task/24833/stat : 24833 (java) S 24820 24822 19811 0 -1 4202560 58404 0 0 0 2402 57 0 0 20 0 22 0 341968969 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729584793832 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24834] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24834/stat : 24834 (java) S 24820 24822 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341968969 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729583739896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24835] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24835/stat : 24835 (java) S 24820 24822 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341968969 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729582687496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24836] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24836/stat : 24836 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968972 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729581635984 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24837] ppid=24820 vsize=2966184 CPUtime=1.68 cores=0,2,4,6
/proc/24822/task/24837/stat : 24837 (java) S 24820 24822 19811 0 -1 4202560 13939 0 0 0 165 3 0 0 20 0 22 0 341968972 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729462880952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24838] ppid=24820 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/24822/task/24838/stat : 24838 (java) S 24820 24822 19811 0 -1 4202560 5790 0 0 0 137 0 0 0 20 0 22 0 341968972 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729461828152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24839] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24839/stat : 24839 (java) S 24820 24822 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341968972 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729460776056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24822/tid=24840] ppid=24820 vsize=2966184 CPUtime=0.35 cores=0,2,4,6
/proc/24822/task/24840/stat : 24840 (java) S 24820 24822 19811 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 341968972 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729459723464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24841] ppid=24820 vsize=2966184 CPUtime=859.46 cores=0,2,4,6
/proc/24822/task/24841/stat : 24841 (java) R 24820 24822 19811 0 -1 4202560 372 0 0 0 85930 16 0 0 20 0 22 0 341969084 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729458666032 139729464135320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24822/tid=24842] ppid=24820 vsize=2966184 CPUtime=859.44 cores=0,2,4,6
/proc/24822/task/24842/stat : 24842 (java) R 24820 24822 19811 0 -1 4202560 493 0 0 0 85926 18 0 0 20 0 22 0 341969084 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729457613536 139729463888034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24822/tid=24843] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24843/stat : 24843 (java) S 24820 24822 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341969089 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729456563368 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24822/tid=24844] ppid=24820 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24822/task/24844/stat : 24844 (java) S 24820 24822 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341969089 3037372416 239582 33554432000 1073741824 1073778376 140736420777264 139729455510568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24822 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=958276
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=972700
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.149
CPU time (s): 1800.1
CPU user time (s): 1798.58
CPU system time (s): 1.52
CPU usage (%): 199.756
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.96
system time used= 1.9727
maximum resident set size= 962076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85972
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42136
involuntary context switches= 89266

runsolver used 4.20136 second user time and 7.29389 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-03 23:20:42
IDJOB=3739928
IDBENCH=75548
IDSOLVER=2324
FILE ID=node135/3739928-1338758442
RUNJOBID= node135-1338747255-19827
PBS_JOBID= 14636778
Free space on /tmp= 70976 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j90/normalized-j9045_1-sat.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739928-1338758442/watcher-3739928-1338758442 -o /tmp/evaluation-result-3739928-1338758442/solver-3739928-1338758442 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3739928-1338758442.opb

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

MD5SUM BENCH= d4d1ca36c8af6075d3c9b6c16eca4a6b
RANDOM SEED=1606002740

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28319788 kB
Buffers:          382064 kB
Cached:          2534988 kB
SwapCached:         1672 kB
Active:          1966884 kB
Inactive:        1730848 kB
Active(anon):     771356 kB
Inactive(anon):    12036 kB
Active(file):    1195528 kB
Inactive(file):  1718812 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:              3704 kB
Writeback:             0 kB
AnonPages:        772324 kB
Mapped:            18720 kB
Shmem:               132 kB
Slab:             710428 kB
SReclaimable:     151232 kB
SUnreclaim:       559196 kB
KernelStack:        1816 kB
PageTables:         5664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1575072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 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= 70968 MiB
End job on node135 at 2012-06-03 23:35:45