Trace number 3688355

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.07 1766.55

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
MD5SUM6a9fe13a82af2a971b95647e608ff18d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-6589
Best CPU time to get the best result obtained on this benchmark1800.91
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables3401
Total number of constraints9841
Number of constraints which are clauses9840
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569719978762429512260881840
Number of bits of the biggest sum of numbers121
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
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 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 c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688355-1337882684.opb
0.10/0.11	c reading problem ... 
0.70/0.41	c ... done. Wall clock time 0.3s.
0.70/0.41	c declared #vars     3401
0.70/0.41	c #constraints  9842
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.70/0.41	c 9842 constraints processed.
0.70/0.41	c objective function length is 41 literals
13.17/12.35	c cleaning 2500 clauses out of 5001 with flag 5001/5001
26.19/25.16	c cleaning 4243 clauses out of 8500 with flag 11000/11000
40.54/39.30	c cleaning 5627 clauses out of 11259 with flag 18002/18002
51.93/50.46	c cleaning 6803 clauses out of 13630 with flag 26000/26000
68.62/66.89	c cleaning 7902 clauses out of 15827 with flag 35000/35000
83.36/81.31	c cleaning 8961 clauses out of 17925 with flag 45000/45000
101.44/99.27	c cleaning 9975 clauses out of 19964 with flag 56000/56000
131.62/128.93	c cleaning 10991 clauses out of 21989 with flag 68000/68000
162.18/158.92	c cleaning 11989 clauses out of 23998 with flag 81000/81000
195.39/191.69	c cleaning 12995 clauses out of 26009 with flag 95000/95000
231.22/226.89	c cleaning 13994 clauses out of 28015 with flag 110001/110001
268.69/263.60	c cleaning 15005 clauses out of 30020 with flag 126000/126000
305.27/299.57	c cleaning 15992 clauses out of 32015 with flag 143000/143000
352.58/346.00	c cleaning 17002 clauses out of 34023 with flag 161000/161000
413.04/405.57	c cleaning 18002 clauses out of 36021 with flag 180000/180000
458.30/449.99	c cleaning 19003 clauses out of 38020 with flag 200001/200001
501.30/492.11	c cleaning 19998 clauses out of 40016 with flag 221000/221000
544.07/534.16	c cleaning 20997 clauses out of 42018 with flag 243000/243000
584.13/572.89	c cleaning 22004 clauses out of 44023 with flag 266002/266002
627.78/615.21	c cleaning 23000 clauses out of 46017 with flag 290000/290000
669.20/655.95	c cleaning 23996 clauses out of 48017 with flag 315000/315000
714.78/700.61	c cleaning 25004 clauses out of 50022 with flag 341001/341001
753.44/738.57	c cleaning 26001 clauses out of 52019 with flag 368002/368002
796.11/780.48	c cleaning 27002 clauses out of 54016 with flag 396000/396000
859.77/842.96	c cleaning 28000 clauses out of 56015 with flag 425001/425001
938.61/920.37	c cleaning 29000 clauses out of 58014 with flag 455000/455000
1030.78/1010.98	c cleaning 29998 clauses out of 60014 with flag 486000/486000
1120.82/1099.49	c cleaning 30993 clauses out of 62016 with flag 518000/518000
1220.52/1197.36	c cleaning 32004 clauses out of 64024 with flag 551001/551001
1306.77/1282.06	c cleaning 32998 clauses out of 66019 with flag 585000/585000
1408.85/1382.37	c cleaning 33999 clauses out of 68022 with flag 620001/620001
1496.06/1468.02	c cleaning 34998 clauses out of 70023 with flag 656001/656001
1584.41/1554.81	c cleaning 36005 clauses out of 72024 with flag 693000/693000
1689.30/1657.86	c cleaning 37004 clauses out of 74019 with flag 731000/731000
1795.67/1762.24	c cleaning 37995 clauses out of 76015 with flag 770000/770000
1800.07/1766.52	c starts		: 170
1800.07/1766.52	c conflicts		: 771541
1800.07/1766.52	c decisions		: 907443
1800.07/1766.52	c propagations		: 64733972
1800.07/1766.52	c inspects		: 840551321
1800.07/1766.52	c shortcuts		: 0
1800.07/1766.52	c learnt literals	: 0
1800.07/1766.52	c learnt binary clauses	: 3
1800.07/1766.52	c learnt ternary clauses	: 24
1800.07/1766.52	c learnt constraints	: 771541
1800.07/1766.52	c ignored constraints	: 0
1800.07/1766.52	c root simplifications	: 0
1800.07/1766.52	c removed literals (reason simplification)	: 0
1800.07/1766.52	c reason swapping (by a shorter reason)	: 0
1800.07/1766.52	c Calls to reduceDB	: 35
1800.07/1766.52	c number of reductions to clauses (during analyze)	: 0
1800.07/1766.52	c number of learned constraints concerned by reduction	: 0
1800.07/1766.52	c number of learning phase by resolution	: 0
1800.07/1766.52	c number of learning phase by cutting planes	: 0
1800.07/1766.52	c speed (assignments/second)	: 36653.69569168625
1800.07/1766.52	c non guided choices	31
1800.07/1766.53	c learnt constraints type 
1800.07/1766.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.07/1766.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 39565
1800.07/1766.53	c constraints type 
1800.07/1766.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
1800.07/1766.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
1800.07/1766.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/1766.53	c 9842 constraints processed.
1800.07/1766.53	s UNKNOWN
1800.07/1766.53	c Total wall clock time (in seconds): 1766.424

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-3688355-1337882684/watcher-3688355-1337882684 -o /tmp/evaluation-result-3688355-1337882684/solver-3688355-1337882684 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688355-1337882684.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24189
/proc/meminfo: memFree=29233260/32873844 swapFree=7124/7124
[pid=24189] ppid=24187 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24189/stat : 24189 (java) R 24187 24189 22462 0 -1 4202496 999 0 0 0 0 0 0 0 20 0 1 0 254393834 23793664 727 33554432000 1073741824 1073778376 140735605839648 140735605828712 140428744396461 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24189/statm: 5809 738 546 9 0 128 0

[startup+0.0106869 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24189
/proc/meminfo: memFree=29233260/32873844 swapFree=7124/7124
[pid=24189] ppid=24187 vsize=101560 CPUtime=0 cores=1,3,5,7
/proc/24189/stat : 24189 (java) S 24187 24189 22462 0 -1 4202496 1420 0 1 0 0 0 0 0 20 0 2 0 254393834 103997440 1102 33554432000 1073741824 1073778376 140735605839648 140735605830784 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24189/statm: 25390 1102 852 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101560

[startup+0.100321 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24189
/proc/meminfo: memFree=29233260/32873844 swapFree=7124/7124
[pid=24189] ppid=24187 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/24189/stat : 24189 (java) S 24187 24189 22462 0 -1 4202496 4358 0 1 0 9 1 0 0 20 0 18 0 254393834 9787813888 5561 33554432000 1073741824 1073778376 140735605839648 140735605830784 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24189/statm: 2389603 5562 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300183 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24189
/proc/meminfo: memFree=29233260/32873844 swapFree=7124/7124
[pid=24189] ppid=24187 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/24189/stat : 24189 (java) S 24187 24189 22462 0 -1 4202496 5637 0 1 0 48 2 0 0 20 0 18 0 254393834 9787813888 8339 33554432000 1073741824 1073778376 140735605839648 140735605830784 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24189/statm: 2389603 8339 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700239 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24189
/proc/meminfo: memFree=29233260/32873844 swapFree=7124/7124
[pid=24189] ppid=24187 vsize=9624976 CPUtime=1.19 cores=1,3,5,7
/proc/24189/stat : 24189 (java) S 24187 24189 22462 0 -1 4202496 7796 0 1 0 116 3 0 0 20 0 19 0 254393834 9855975424 16259 33554432000 1073741824 1073778376 140735605839648 140735605830784 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24189/statm: 2406244 16259 2246 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9624976

[startup+1.50076 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 24208
/proc/meminfo: memFree=29153060/32873844 swapFree=7124/7124
[pid=24189] ppid=24187 vsize=9624976 CPUtime=2.02 cores=1,3,5,7
/proc/24189/stat : 24189 (java) S 24187 24189 22462 0 -1 4202496 7836 0 1 0 197 5 0 0 20 0 19 0 254393834 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140735605830784 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24189/statm: 2406244 34694 2248 9 0 2396937 0
[pid=24189/tid=24191] ppid=24187 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/24189/task/24191/stat : 24191 (java) R 24187 24189 22462 0 -1 4202560 2509 0 1 0 144 3 0 0 20 0 19 0 254393835 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428736447000 140428603643481 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24192] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24192/stat : 24192 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428725508520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24193] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24193/stat : 24193 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428724455976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24194] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24194/stat : 24194 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428723402920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24195] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24195/stat : 24195 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428722350376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24196] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24196/stat : 24196 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428575456168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24197] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24197/stat : 24197 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428574403624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24198] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24198/stat : 24198 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428573350568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24199] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24199/stat : 24199 (java) S 24187 24189 22462 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428572298024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24200] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24200/stat : 24200 (java) S 24187 24189 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428560099688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24201] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24201/stat : 24201 (java) S 24187 24189 22462 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428559046008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24202] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24202/stat : 24202 (java) S 24187 24189 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428557992840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24203] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24203/stat : 24203 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428556941584 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24204] ppid=24187 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/24189/task/24204/stat : 24204 (java) S 24187 24189 22462 0 -1 4202560 1401 0 0 0 28 0 0 0 20 0 19 0 254393840 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428555889464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24205] ppid=24187 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/24189/task/24205/stat : 24205 (java) S 24187 24189 22462 0 -1 4202560 2732 0 0 0 21 2 0 0 20 0 19 0 254393840 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428554836920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24206] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24206/stat : 24206 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428553784056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24207] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24207/stat : 24207 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428552731720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24208] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24208/stat : 24208 (java) S 24187 24189 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254393877 9855975424 34694 33554432000 1073741824 1073778376 140735605839648 140428551676968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9624976

[startup+3.10079 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 24208
/proc/meminfo: memFree=29081008/32873844 swapFree=7124/7124
[pid=24189] ppid=24187 vsize=9624976 CPUtime=3.66 cores=1,3,5,7
/proc/24189/stat : 24189 (java) S 24187 24189 22462 0 -1 4202496 7893 0 1 0 359 7 0 0 20 0 19 0 254393834 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140735605830784 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24189/statm: 2406244 42909 2262 9 0 2396937 0
[pid=24189/tid=24191] ppid=24187 vsize=9624976 CPUtime=3.05 cores=1,3,5,7
/proc/24189/task/24191/stat : 24191 (java) R 24187 24189 22462 0 -1 4202560 2523 0 1 0 302 3 0 0 20 0 19 0 254393835 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428736445720 140428603619080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24192] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24192/stat : 24192 (java) S 24187 24189 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428725508520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24193] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24193/stat : 24193 (java) S 24187 24189 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428724455976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24194] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24194/stat : 24194 (java) S 24187 24189 22462 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428723402920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24195] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24195/stat : 24195 (java) S 24187 24189 22462 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428722350376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24196] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24196/stat : 24196 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428575456168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24197] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24197/stat : 24197 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428574403624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24198] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24198/stat : 24198 (java) S 24187 24189 22462 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428573350568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24199] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24199/stat : 24199 (java) S 24187 24189 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428572298024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24200] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24200/stat : 24200 (java) S 24187 24189 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428560099688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24201] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24201/stat : 24201 (java) S 24187 24189 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428559046008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24202] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24202/stat : 24202 (java) S 24187 24189 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428557992840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24203] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24203/stat : 24203 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428556941584 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24204] ppid=24187 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/24189/task/24204/stat : 24204 (java) S 24187 24189 22462 0 -1 4202560 1401 0 0 0 29 0 0 0 20 0 19 0 254393840 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428555889464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24205] ppid=24187 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/24189/task/24205/stat : 24205 (java) S 24187 24189 22462 0 -1 4202560 2732 0 0 0 21 2 0 0 20 0 19 0 254393840 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428554836920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24206] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24206/stat : 24206 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428553784056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24207] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24207/stat : 24207 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428552731720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24208] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24208/stat : 24208 (java) S 24187 24189 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254393877 9855975424 42909 33554432000 1073741824 1073778376 140735605839648 140428551676968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9624976

[startup+6.30077 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 24208
/proc/meminfo: memFree=29053572/32873844 swapFree=7124/7124
[pid=24189] ppid=24187 vsize=9624976 CPUtime=6.98 cores=1,3,5,7
/proc/24189/stat : 24189 (java) S 24187 24189 22462 0 -1 4202496 8001 0 1 0 688 10 0 0 20 0 19 0 254393834 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140735605830784 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24189/statm: 2406244 47535 2262 9 0 2396937 0
[pid=24189/tid=24191] ppid=24187 vsize=9624976 CPUtime=6.2 cores=1,3,5,7
/proc/24189/task/24191/stat : 24191 (java) R 24187 24189 22462 0 -1 4202560 2528 0 1 0 617 3 0 0 20 0 19 0 254393835 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428736445736 140428603691560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24192] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24192/stat : 24192 (java) S 24187 24189 22462 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428725508520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24193] ppid=24187 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/24189/task/24193/stat : 24193 (java) S 24187 24189 22462 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 254393836 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428724455976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24194] ppid=24187 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24189/task/24194/stat : 24194 (java) S 24187 24189 22462 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 254393836 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428723402920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24195] ppid=24187 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/24189/task/24195/stat : 24195 (java) S 24187 24189 22462 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 19 0 254393836 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428722350376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24196] ppid=24187 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24189/task/24196/stat : 24196 (java) S 24187 24189 22462 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 254393836 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428575456168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24197] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24197/stat : 24197 (java) S 24187 24189 22462 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428574403624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24198] ppid=24187 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24189/task/24198/stat : 24198 (java) S 24187 24189 22462 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254393836 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428573350568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24199] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24199/stat : 24199 (java) S 24187 24189 22462 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254393836 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428572298024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24200] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24200/stat : 24200 (java) S 24187 24189 22462 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428560099688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24201] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24201/stat : 24201 (java) S 24187 24189 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428559046008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24202] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24202/stat : 24202 (java) S 24187 24189 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428557992840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24203] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24203/stat : 24203 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428556941584 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24204] ppid=24187 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/24189/task/24204/stat : 24204 (java) S 24187 24189 22462 0 -1 4202560 1401 0 0 0 29 0 0 0 20 0 19 0 254393840 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428555889464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24205] ppid=24187 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/24189/task/24205/stat : 24205 (java) S 24187 24189 22462 0 -1 4202560 2732 0 0 0 21 2 0 0 20 0 19 0 254393840 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428554836920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24206] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24206/stat : 24206 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428553784056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24207] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24207/stat : 24207 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428552731720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24208] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24208/stat : 24208 (java) S 24187 24189 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254393877 9855975424 47535 33554432000 1073741824 1073778376 140735605839648 140428551676968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=24189/tid=24204] ppid=24187 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/24189/task/24204/stat : 24204 (java) S 24187 24189 22462 0 -1 4202560 2208 0 0 0 39 0 0 0 20 0 19 0 254393840 9855975424 132523 33554432000 1073741824 1073778376 140735605839648 140428555889464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24205] ppid=24187 vsize=9624976 CPUtime=1.33 cores=1,3,5,7
/proc/24189/task/24205/stat : 24205 (java) S 24187 24189 22462 0 -1 4202560 16030 0 0 0 129 4 0 0 20 0 19 0 254393840 9855975424 132523 33554432000 1073741824 1073778376 140735605839648 140428554836920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24206] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24206/stat : 24206 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 132523 33554432000 1073741824 1073778376 140735605839648 140428553784056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24207] ppid=24187 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/24189/task/24207/stat : 24207 (java) S 24187 24189 22462 0 -1 4202560 95 0 0 0 47 32 0 0 20 0 19 0 254393840 9855975424 132523 33554432000 1073741824 1073778376 140735605839648 140428552731720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24208] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24208/stat : 24208 (java) S 24187 24189 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254393877 9855975424 132523 33554432000 1073741824 1073778376 140735605839648 140428551676968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1693.89
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/214 24223
/proc/meminfo: memFree=28046228/32873844 swapFree=7124/7124
[pid=24189] ppid=24187 vsize=9624976 CPUtime=1754.97 cores=1,3,5,7
/proc/24189/stat : 24189 (java) S 24187 24189 22462 0 -1 4202496 64532 0 1 0 175115 382 0 0 20 0 19 0 254393834 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140735605830784 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24189/statm: 2406244 159686 2282 9 0 2396937 0
[pid=24189/tid=24191] ppid=24187 vsize=9624976 CPUtime=1700.72 cores=1,3,5,7
/proc/24189/task/24191/stat : 24191 (java) R 24187 24189 22462 0 -1 4202560 32995 0 1 0 169986 86 0 0 20 0 19 0 254393835 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428736445632 140428603618838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24192] ppid=24187 vsize=9624976 CPUtime=5.91 cores=1,3,5,7
/proc/24189/task/24192/stat : 24192 (java) S 24187 24189 22462 0 -1 4202560 912 0 0 0 557 34 0 0 20 0 19 0 254393836 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428725508520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24193] ppid=24187 vsize=9624976 CPUtime=5.57 cores=1,3,5,7
/proc/24189/task/24193/stat : 24193 (java) S 24187 24189 22462 0 -1 4202560 1111 0 0 0 529 28 0 0 20 0 19 0 254393836 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428724455976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24194] ppid=24187 vsize=9624976 CPUtime=5.84 cores=1,3,5,7
/proc/24189/task/24194/stat : 24194 (java) S 24187 24189 22462 0 -1 4202560 1347 0 0 0 555 29 0 0 20 0 19 0 254393836 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428723402920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24195] ppid=24187 vsize=9624976 CPUtime=5.6 cores=1,3,5,7
/proc/24189/task/24195/stat : 24195 (java) S 24187 24189 22462 0 -1 4202560 1203 0 0 0 530 30 0 0 20 0 19 0 254393836 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428722350376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24196] ppid=24187 vsize=9624976 CPUtime=5.75 cores=1,3,5,7
/proc/24189/task/24196/stat : 24196 (java) S 24187 24189 22462 0 -1 4202560 669 0 0 0 548 27 0 0 20 0 19 0 254393836 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428575456168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24197] ppid=24187 vsize=9624976 CPUtime=5.71 cores=1,3,5,7
/proc/24189/task/24197/stat : 24197 (java) S 24187 24189 22462 0 -1 4202560 1385 0 0 0 540 31 0 0 20 0 19 0 254393836 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428574403624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24198] ppid=24187 vsize=9624976 CPUtime=5.67 cores=1,3,5,7
/proc/24189/task/24198/stat : 24198 (java) S 24187 24189 22462 0 -1 4202560 1460 0 0 0 538 29 0 0 20 0 19 0 254393836 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428573350568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24199] ppid=24187 vsize=9624976 CPUtime=5.77 cores=1,3,5,7
/proc/24189/task/24199/stat : 24199 (java) S 24187 24189 22462 0 -1 4202560 947 0 0 0 546 31 0 0 20 0 19 0 254393836 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428572298024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24200] ppid=24187 vsize=9624976 CPUtime=1.98 cores=1,3,5,7
/proc/24189/task/24200/stat : 24200 (java) S 24187 24189 22462 0 -1 4202560 2985 0 0 0 149 49 0 0 20 0 19 0 254393837 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428560099688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24201] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24201/stat : 24201 (java) S 24187 24189 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428559046008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24202] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24202/stat : 24202 (java) S 24187 24189 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428557992840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24203] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24203/stat : 24203 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428556941584 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24204] ppid=24187 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/24189/task/24204/stat : 24204 (java) S 24187 24189 22462 0 -1 4202560 2208 0 0 0 39 0 0 0 20 0 19 0 254393840 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428555889464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24205] ppid=24187 vsize=9624976 CPUtime=1.33 cores=1,3,5,7
/proc/24189/task/24205/stat : 24205 (java) S 24187 24189 22462 0 -1 4202560 16030 0 0 0 129 4 0 0 20 0 19 0 254393840 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428554836920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24206] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24206/stat : 24206 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428553784056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24207] ppid=24187 vsize=9624976 CPUtime=0.82 cores=1,3,5,7
/proc/24189/task/24207/stat : 24207 (java) S 24187 24189 22462 0 -1 4202560 99 0 0 0 48 34 0 0 20 0 19 0 254393840 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428552731720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24208] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24208/stat : 24208 (java) S 24187 24189 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254393877 9855975424 159686 33554432000 1073741824 1073778376 140735605839648 140428551676968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1754.97
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.5 s]
/proc/loadavg: 1.99 2.01 2.00 3/215 24283
/proc/meminfo: memFree=28440736/32873844 swapFree=7124/7124
[pid=24189] ppid=24187 vsize=9624976 CPUtime=1800.07 cores=1,3,5,7
/proc/24189/stat : 24189 (java) S 24187 24189 22462 0 -1 4202496 65919 0 1 0 179614 393 0 0 20 0 19 0 254393834 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140735605830784 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24189/statm: 2406244 161399 2282 9 0 2396937 0
[pid=24189/tid=24191] ppid=24187 vsize=9624976 CPUtime=1744.35 cores=1,3,5,7
/proc/24189/task/24191/stat : 24191 (java) R 24187 24189 22462 0 -1 4202560 33305 0 1 0 174347 88 0 0 20 0 19 0 254393835 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428736445728 140428603569568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24192] ppid=24187 vsize=9624976 CPUtime=6.09 cores=1,3,5,7
/proc/24189/task/24192/stat : 24192 (java) S 24187 24189 22462 0 -1 4202560 1045 0 0 0 574 35 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428725508520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24193] ppid=24187 vsize=9624976 CPUtime=5.73 cores=1,3,5,7
/proc/24189/task/24193/stat : 24193 (java) S 24187 24189 22462 0 -1 4202560 1291 0 0 0 543 30 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428724455976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24194] ppid=24187 vsize=9624976 CPUtime=6 cores=1,3,5,7
/proc/24189/task/24194/stat : 24194 (java) S 24187 24189 22462 0 -1 4202560 1428 0 0 0 569 31 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428723402920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24195] ppid=24187 vsize=9624976 CPUtime=5.76 cores=1,3,5,7
/proc/24189/task/24195/stat : 24195 (java) S 24187 24189 22462 0 -1 4202560 1289 0 0 0 545 31 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428722350376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24196] ppid=24187 vsize=9624976 CPUtime=5.9 cores=1,3,5,7
/proc/24189/task/24196/stat : 24196 (java) S 24187 24189 22462 0 -1 4202560 847 0 0 0 562 28 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428575456168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24197] ppid=24187 vsize=9624976 CPUtime=5.85 cores=1,3,5,7
/proc/24189/task/24197/stat : 24197 (java) S 24187 24189 22462 0 -1 4202560 1582 0 0 0 553 32 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428574403624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24198] ppid=24187 vsize=9624976 CPUtime=5.82 cores=1,3,5,7
/proc/24189/task/24198/stat : 24198 (java) S 24187 24189 22462 0 -1 4202560 1569 0 0 0 553 29 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428573350568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24199] ppid=24187 vsize=9624976 CPUtime=5.94 cores=1,3,5,7
/proc/24189/task/24199/stat : 24199 (java) S 24187 24189 22462 0 -1 4202560 1016 0 0 0 563 31 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428572298024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24200] ppid=24187 vsize=9624976 CPUtime=2.05 cores=1,3,5,7
/proc/24189/task/24200/stat : 24200 (java) S 24187 24189 22462 0 -1 4202560 3027 0 0 0 155 50 0 0 20 0 19 0 254393837 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428560099688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24201] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24201/stat : 24201 (java) S 24187 24189 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428559046008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24202] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24202/stat : 24202 (java) S 24187 24189 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428557992840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24203] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24203/stat : 24203 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428556941584 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24204] ppid=24187 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/24189/task/24204/stat : 24204 (java) S 24187 24189 22462 0 -1 4202560 2208 0 0 0 39 0 0 0 20 0 19 0 254393840 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428555889464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24205] ppid=24187 vsize=9624976 CPUtime=1.33 cores=1,3,5,7
/proc/24189/task/24205/stat : 24205 (java) S 24187 24189 22462 0 -1 4202560 16030 0 0 0 129 4 0 0 20 0 19 0 254393840 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428554836920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24206] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24206/stat : 24206 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428553784056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24207] ppid=24187 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/24189/task/24207/stat : 24207 (java) S 24187 24189 22462 0 -1 4202560 101 0 0 0 48 36 0 0 20 0 19 0 254393840 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428552731720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24208] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24208/stat : 24208 (java) S 24187 24189 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254393877 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428551676968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1766.5 s]
/proc/loadavg: 1.99 2.01 2.00 3/215 24283
/proc/meminfo: memFree=28440736/32873844 swapFree=7124/7124
[pid=24189] ppid=24187 vsize=9624976 CPUtime=1800.07 cores=1,3,5,7
/proc/24189/stat : 24189 (java) S 24187 24189 22462 0 -1 4202496 65919 0 1 0 179614 393 0 0 20 0 19 0 254393834 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140735605830784 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24189/statm: 2406244 161399 2282 9 0 2396937 0
[pid=24189/tid=24191] ppid=24187 vsize=9624976 CPUtime=1744.35 cores=1,3,5,7
/proc/24189/task/24191/stat : 24191 (java) R 24187 24189 22462 0 -1 4202560 33305 0 1 0 174347 88 0 0 20 0 19 0 254393835 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428736445728 140428603569568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24192] ppid=24187 vsize=9624976 CPUtime=6.09 cores=1,3,5,7
/proc/24189/task/24192/stat : 24192 (java) S 24187 24189 22462 0 -1 4202560 1045 0 0 0 574 35 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428725508520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24193] ppid=24187 vsize=9624976 CPUtime=5.73 cores=1,3,5,7
/proc/24189/task/24193/stat : 24193 (java) S 24187 24189 22462 0 -1 4202560 1291 0 0 0 543 30 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428724455976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24194] ppid=24187 vsize=9624976 CPUtime=6 cores=1,3,5,7
/proc/24189/task/24194/stat : 24194 (java) S 24187 24189 22462 0 -1 4202560 1428 0 0 0 569 31 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428723402920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24195] ppid=24187 vsize=9624976 CPUtime=5.76 cores=1,3,5,7
/proc/24189/task/24195/stat : 24195 (java) S 24187 24189 22462 0 -1 4202560 1289 0 0 0 545 31 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428722350376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24196] ppid=24187 vsize=9624976 CPUtime=5.9 cores=1,3,5,7
/proc/24189/task/24196/stat : 24196 (java) S 24187 24189 22462 0 -1 4202560 847 0 0 0 562 28 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428575456168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24197] ppid=24187 vsize=9624976 CPUtime=5.85 cores=1,3,5,7
/proc/24189/task/24197/stat : 24197 (java) S 24187 24189 22462 0 -1 4202560 1582 0 0 0 553 32 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428574403624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24198] ppid=24187 vsize=9624976 CPUtime=5.82 cores=1,3,5,7
/proc/24189/task/24198/stat : 24198 (java) S 24187 24189 22462 0 -1 4202560 1569 0 0 0 553 29 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428573350568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24199] ppid=24187 vsize=9624976 CPUtime=5.94 cores=1,3,5,7
/proc/24189/task/24199/stat : 24199 (java) S 24187 24189 22462 0 -1 4202560 1016 0 0 0 563 31 0 0 20 0 19 0 254393836 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428572298024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24189/tid=24200] ppid=24187 vsize=9624976 CPUtime=2.05 cores=1,3,5,7
/proc/24189/task/24200/stat : 24200 (java) S 24187 24189 22462 0 -1 4202560 3027 0 0 0 155 50 0 0 20 0 19 0 254393837 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428560099688 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24201] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24201/stat : 24201 (java) S 24187 24189 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428559046008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24202] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24202/stat : 24202 (java) S 24187 24189 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254393837 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428557992840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24203] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24203/stat : 24203 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428556941584 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24204] ppid=24187 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/24189/task/24204/stat : 24204 (java) S 24187 24189 22462 0 -1 4202560 2208 0 0 0 39 0 0 0 20 0 19 0 254393840 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428555889464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24189/tid=24205] ppid=24187 vsize=9624976 CPUtime=1.33 cores=1,3,5,7
/proc/24189/task/24205/stat : 24205 (java) S 24187 24189 22462 0 -1 4202560 16030 0 0 0 129 4 0 0 20 0 19 0 254393840 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428554836920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24206] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24206/stat : 24206 (java) S 24187 24189 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254393840 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428553784056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24189/tid=24207] ppid=24187 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/24189/task/24207/stat : 24207 (java) S 24187 24189 22462 0 -1 4202560 101 0 0 0 48 36 0 0 20 0 19 0 254393840 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428552731720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24189/tid=24208] ppid=24187 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24189/task/24208/stat : 24208 (java) S 24187 24189 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254393877 9855975424 161399 33554432000 1073741824 1073778376 140735605839648 140428551676968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24189 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=958580
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=391332
# CPU time returned by wait4() is 1796.35
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1766.55
CPU time (s): 1800.07
CPU user time (s): 1796.14
CPU system time (s): 3.93
CPU usage (%): 101.897
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.96
system time used= 4.39133
maximum resident set size= 830096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65951
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 92944
involuntary context switches= 137143

runsolver used 10.1625 second user time and 11.3213 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-24 20:04:44
IDJOB=3688355
IDBENCH=3034
IDSOLVER=2269
FILE ID=node134/3688355-1337882684
RUNJOBID= node134-1337871881-22479
PBS_JOBID= 14620070
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688355-1337882684/watcher-3688355-1337882684 -o /tmp/evaluation-result-3688355-1337882684/solver-3688355-1337882684 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688355-1337882684.opb

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

MD5SUM BENCH= 6a9fe13a82af2a971b95647e608ff18d
RANDOM SEED=75921691

node134.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.278
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.55
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.278
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.56
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.278
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		: 2667.278
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.59
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.278
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.55
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.278
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		: 2667.278
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	: 5332.57
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.278
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29233152 kB
Buffers:          219020 kB
Cached:          2449056 kB
SwapCached:            0 kB
Active:           679648 kB
Inactive:        2192640 kB
Active(anon):     200072 kB
Inactive(anon):     5996 kB
Active(file):     479576 kB
Inactive(file):  2186644 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3472 kB
Writeback:             0 kB
AnonPages:        212628 kB
Mapped:            22340 kB
Shmem:               212 kB
Slab:             628156 kB
SReclaimable:      70156 kB
SUnreclaim:       558000 kB
KernelStack:        1616 kB
PageTables:         4108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     756152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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= 71708 MiB
End job on node134 at 2012-05-24 20:34:13