Trace number 3688807

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
Sat 4j PB Resolution 2.3.2 SnapshotUNSAT 27.93 26.7104

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
MD5SUM738ba96229fdd401b6476ba773d47634
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.742886
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2928
Sum of products size (including duplicates)5856
Number of different products1464
Sum of products size2928

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3688807-1337888085.opb
0.07/0.13	c reading problem ... 
0.42/0.31	c ... done. Wall clock time 0.184s.
0.42/0.31	c declared #vars     100
0.42/0.31	c internal #vars     1564
0.42/0.31	c #constraints  3081
0.42/0.31	c constraints type 
0.42/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1464
0.42/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.42/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.42/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1464
0.42/0.31	c 3081 constraints processed.
1.20/0.89	c cleaning 2504 clauses out of 5008 with flag 5009/5009
1.66/1.26	c cleaning 4248 clauses out of 8495 with flag 11000/11000
2.08/1.68	c cleaning 5624 clauses out of 11247 with flag 18000/18000
2.59/2.18	c cleaning 6812 clauses out of 13623 with flag 26000/26000
3.51/3.00	c cleaning 7902 clauses out of 15812 with flag 35001/35001
4.13/3.61	c cleaning 8959 clauses out of 17918 with flag 45009/45009
5.01/4.42	c cleaning 9975 clauses out of 19949 with flag 56000/56000
6.21/5.23	c cleaning 10984 clauses out of 21973 with flag 68000/68000
7.04/6.00	c cleaning 11995 clauses out of 23996 with flag 81007/81007
7.85/6.84	c cleaning 12994 clauses out of 25995 with flag 95001/95001
8.67/7.67	c cleaning 13984 clauses out of 28000 with flag 110000/110000
9.69/8.64	c cleaning 15004 clauses out of 30017 with flag 126002/126002
11.00/9.93	c cleaning 16002 clauses out of 32010 with flag 143000/143000
12.20/11.18	c cleaning 16998 clauses out of 34007 with flag 161000/161000
13.40/12.39	c cleaning 17986 clauses out of 36008 with flag 180000/180000
14.61/13.59	c cleaning 19008 clauses out of 38023 with flag 200001/200001
16.11/15.08	c cleaning 20006 clauses out of 40013 with flag 221000/221000
17.62/16.58	c cleaning 20989 clauses out of 42008 with flag 243002/243002
19.33/18.20	c cleaning 22006 clauses out of 44016 with flag 266000/266000
20.96/19.89	c cleaning 23004 clauses out of 46010 with flag 290001/290001
22.76/21.62	c cleaning 23994 clauses out of 48004 with flag 315000/315000
24.69/23.51	c cleaning 24990 clauses out of 50009 with flag 341000/341000
26.51/25.39	c cleaning 26009 clauses out of 52019 with flag 368007/368007
27.82/26.67	c starts		: 133
27.82/26.67	c conflicts		: 390701
27.82/26.67	c decisions		: 754686
27.82/26.67	c propagations		: 19721117
27.82/26.67	c inspects		: 267530345
27.82/26.67	c shortcuts		: 0
27.82/26.67	c learnt literals	: 31
27.82/26.67	c learnt binary clauses	: 41
27.82/26.67	c learnt ternary clauses	: 17778
27.82/26.67	c learnt constraints	: 390669
27.82/26.67	c ignored constraints	: 0
27.82/26.67	c root simplifications	: 0
27.82/26.67	c removed literals (reason simplification)	: 0
27.82/26.67	c reason swapping (by a shorter reason)	: 0
27.82/26.67	c Calls to reduceDB	: 23
27.82/26.68	c number of reductions to clauses (during analyze)	: 0
27.82/26.68	c number of learned constraints concerned by reduction	: 0
27.82/26.68	c number of learning phase by resolution	: 0
27.82/26.68	c number of learning phase by cutting planes	: 0
27.82/26.68	c speed (assignments/second)	: 748145.5614567527
27.82/26.68	c non guided choices	1481
27.82/26.69	c learnt constraints type 
27.82/26.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 41
27.82/26.69	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48651
27.82/26.69	c constraints type 
27.82/26.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1464
27.82/26.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
27.82/26.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
27.82/26.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1464
27.82/26.69	c 3081 constraints processed.
27.82/26.69	s UNSATISFIABLE
27.82/26.69	c Total wall clock time (in seconds): 26.568

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

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

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


[startup+0 s]
/proc/loadavg: 1.97 1.98 1.99 3/195 24563
/proc/meminfo: memFree=28220464/32873648 swapFree=6848/6848
[pid=24563] ppid=24561 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/24563/stat : 24563 (java) D 24561 24563 22635 0 -1 4202496 92 0 0 0 0 0 0 0 20 0 1 0 254935393 2560000 46 33554432000 1073741824 1073778376 140735014279904 140735014277032 213183982887 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/24563/statm: 625 46 37 9 0 29 0

[startup+0.030768 s]
/proc/loadavg: 1.97 1.98 1.99 3/195 24563
/proc/meminfo: memFree=28220464/32873648 swapFree=6848/6848
[pid=24563] ppid=24561 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/24563/stat : 24563 (java) S 24561 24563 22635 0 -1 4202496 2126 0 1 0 0 0 0 0 20 0 10 0 254935393 9231130624 2319 33554432000 1073741824 1073778376 140735422681760 140735422672896 213196505149 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24563/statm: 2253694 2321 1005 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.10029 s]
/proc/loadavg: 1.97 1.98 1.99 3/195 24563
/proc/meminfo: memFree=28220464/32873648 swapFree=6848/6848
[pid=24563] ppid=24561 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/24563/stat : 24563 (java) S 24561 24563 22635 0 -1 4202496 3666 0 1 0 6 1 0 0 20 0 18 0 254935393 9787813888 4876 33554432000 1073741824 1073778376 140735422681760 140735422672896 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24563/statm: 2389603 4876 1933 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300213 s]
/proc/loadavg: 1.97 1.98 1.99 3/195 24563
/proc/meminfo: memFree=28220464/32873648 swapFree=6848/6848
[pid=24563] ppid=24561 vsize=9558412 CPUtime=0.42 cores=0,2,4,6
/proc/24563/stat : 24563 (java) S 24561 24563 22635 0 -1 4202496 6009 0 1 0 40 2 0 0 20 0 18 0 254935393 9787813888 8255 33554432000 1073741824 1073778376 140735422681760 140735422672896 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24563/statm: 2389603 8255 2228 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558412

[startup+0.700168 s]
/proc/loadavg: 1.97 1.98 1.99 3/195 24563
/proc/meminfo: memFree=28220464/32873648 swapFree=6848/6848
[pid=24563] ppid=24561 vsize=9624976 CPUtime=1.05 cores=0,2,4,6
/proc/24563/stat : 24563 (java) S 24561 24563 22635 0 -1 4202496 7040 0 1 0 103 2 0 0 20 0 19 0 254935393 9855975424 9038 33554432000 1073741824 1073778376 140735422681760 140735422672896 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24563/statm: 2406244 9038 2246 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9624976

[startup+1.5006 s]
/proc/loadavg: 1.97 1.98 1.99 3/214 24582
/proc/meminfo: memFree=28179868/32873648 swapFree=6848/6848
[pid=24563] ppid=24561 vsize=9624976 CPUtime=1.98 cores=0,2,4,6
/proc/24563/stat : 24563 (java) S 24561 24563 22635 0 -1 4202496 7683 0 1 0 195 3 0 0 20 0 19 0 254935393 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140735422672896 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24563/statm: 2406244 12685 2281 9 0 2396937 0
[pid=24563/tid=24565] ppid=24561 vsize=9624976 CPUtime=1.42 cores=0,2,4,6
/proc/24563/task/24565/stat : 24565 (java) R 24561 24563 22635 0 -1 4202560 2460 0 1 0 141 1 0 0 20 0 19 0 254935394 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140690277048728 140690126874309 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24566] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24566/stat : 24566 (java) S 24561 24563 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140690249501352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24567] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24567/stat : 24567 (java) S 24561 24563 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140690248448808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24568] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24568/stat : 24568 (java) S 24561 24563 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140690247396264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24563/tid=24569] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24569/stat : 24569 (java) S 24561 24563 22635 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140690246343720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24570] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24570/stat : 24570 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140690245290152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24571] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24571/stat : 24571 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140690115307816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24572] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24572/stat : 24572 (java) S 24561 24563 22635 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140690114255272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24573] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24573/stat : 24573 (java) S 24561 24563 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140690113202728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24574] ppid=24561 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/24563/task/24574/stat : 24574 (java) S 24561 24563 22635 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 254935397 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140689630255720 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24575] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24575/stat : 24575 (java) S 24561 24563 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254935397 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140689629202040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24576] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24576/stat : 24576 (java) S 24561 24563 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254935397 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140689628149384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24577] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24577/stat : 24577 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140689627098128 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24578] ppid=24561 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/24563/task/24578/stat : 24578 (java) S 24561 24563 22635 0 -1 4202560 2132 0 0 0 24 0 0 0 20 0 19 0 254935400 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140689626044472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24579] ppid=24561 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/24563/task/24579/stat : 24579 (java) S 24561 24563 22635 0 -1 4202560 1842 0 0 0 24 0 0 0 20 0 19 0 254935400 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140689624991928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24580] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24580/stat : 24580 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140689623939576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24581] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24581/stat : 24581 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140689622887240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24582] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24582/stat : 24582 (java) S 24561 24563 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254935425 9855975424 12685 33554432000 1073741824 1073778376 140735422681760 140689621833000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9624976

[startup+3.1006 s]
/proc/loadavg: 1.97 1.98 1.99 3/214 24582
/proc/meminfo: memFree=28175152/32873648 swapFree=6848/6848
[pid=24563] ppid=24561 vsize=9624976 CPUtime=3.62 cores=0,2,4,6
/proc/24563/stat : 24563 (java) S 24561 24563 22635 0 -1 4202496 7691 0 1 0 359 3 0 0 20 0 19 0 254935393 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140735422672896 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24563/statm: 2406244 13201 2281 9 0 2396937 0
[pid=24563/tid=24565] ppid=24561 vsize=9624976 CPUtime=2.97 cores=0,2,4,6
/proc/24563/task/24565/stat : 24565 (java) R 24561 24563 22635 0 -1 4202560 2461 0 1 0 296 1 0 0 20 0 19 0 254935394 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140690277048728 140690126879852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24566] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24566/stat : 24566 (java) S 24561 24563 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140690249501352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24567] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24567/stat : 24567 (java) S 24561 24563 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140690248448808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24568] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24568/stat : 24568 (java) S 24561 24563 22635 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140690247396264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24563/tid=24569] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24569/stat : 24569 (java) S 24561 24563 22635 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140690246343720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24570] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24570/stat : 24570 (java) S 24561 24563 22635 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140690245290152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24571] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24571/stat : 24571 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140690115307816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24572] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24572/stat : 24572 (java) S 24561 24563 22635 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140690114255272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24573] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24573/stat : 24573 (java) S 24561 24563 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140690113202728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24574] ppid=24561 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/24563/task/24574/stat : 24574 (java) S 24561 24563 22635 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 254935397 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140689630255720 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24563/tid=24575] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24575/stat : 24575 (java) S 24561 24563 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254935397 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140689629202040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24576] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24576/stat : 24576 (java) S 24561 24563 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254935397 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140689628149384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24577] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24577/stat : 24577 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140689627098128 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24578] ppid=24561 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/24563/task/24578/stat : 24578 (java) S 24561 24563 22635 0 -1 4202560 2133 0 0 0 25 0 0 0 20 0 19 0 254935400 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140689626044472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24579] ppid=24561 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/24563/task/24579/stat : 24579 (java) S 24561 24563 22635 0 -1 4202560 1843 0 0 0 27 0 0 0 20 0 19 0 254935400 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140689624991928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24580] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24580/stat : 24580 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140689623939576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24581] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24581/stat : 24581 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140689622887240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24582] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24582/stat : 24582 (java) S 24561 24563 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254935425 9855975424 13201 33554432000 1073741824 1073778376 140735422681760 140689621833000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 1.97 1.98 1.99 3/214 24582
/proc/meminfo: memFree=28168272/32873648 swapFree=6848/6848
[pid=24563] ppid=24561 vsize=9624976 CPUtime=7.35 cores=0,2,4,6
/proc/24563/stat : 24563 (java) S 24561 24563 22635 0 -1 4202496 15175 0 1 0 730 5 0 0 20 0 19 0 254935393 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140735422672896 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24563/statm: 2406244 14408 2282 9 0 2396937 0
[pid=24563/tid=24565] ppid=24561 vsize=9624976 CPUtime=6.08 cores=0,2,4,6
/proc/24563/task/24565/stat : 24565 (java) R 24561 24563 22635 0 -1 4202560 2467 0 1 0 607 1 0 0 20 0 19 0 254935394 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140690277048728 140690126847596 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24566] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24566/stat : 24566 (java) S 24561 24563 22635 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140690249501352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24567] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24567/stat : 24567 (java) S 24561 24563 22635 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140690248448808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24568] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24568/stat : 24568 (java) S 24561 24563 22635 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140690247396264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24569] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24569/stat : 24569 (java) S 24561 24563 22635 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140690246343720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24570] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24570/stat : 24570 (java) S 24561 24563 22635 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140690245290152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24571] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24571/stat : 24571 (java) S 24561 24563 22635 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140690115307816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24572] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24572/stat : 24572 (java) S 24561 24563 22635 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140690114255272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24563/tid=24573] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24573/stat : 24573 (java) S 24561 24563 22635 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140690113202728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24574] ppid=24561 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/24563/task/24574/stat : 24574 (java) S 24561 24563 22635 0 -1 4202560 57 0 0 0 11 0 0 0 20 0 19 0 254935397 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140689630255720 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24575] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24575/stat : 24575 (java) S 24561 24563 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254935397 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140689629202040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24576] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24576/stat : 24576 (java) S 24561 24563 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254935397 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140689628149384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24577] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24577/stat : 24577 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140689627098128 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24578] ppid=24561 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/24563/task/24578/stat : 24578 (java) S 24561 24563 22635 0 -1 4202560 2816 0 0 0 29 0 0 0 20 0 19 0 254935400 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140689626044472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24579] ppid=24561 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/24563/task/24579/stat : 24579 (java) S 24561 24563 22635 0 -1 4202560 8603 0 0 0 71 2 0 0 20 0 19 0 254935400 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140689624991928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24580] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24580/stat : 24580 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140689623939576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24581] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24581/stat : 24581 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140689622887240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24582] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24582/stat : 24582 (java) S 24561 24563 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254935425 9855975424 14408 33554432000 1073741824 1073778376 140735422681760 140689621833000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/24563/task/24573/stat : 24573 (java) S 24561 24563 22635 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254935396 9855975424 15454 33554432000 1073741824 1073778376 140735422681760 140690113202728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24574] ppid=24561 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/24563/task/24574/stat : 24574 (java) S 24561 24563 22635 0 -1 4202560 58 0 0 0 20 0 0 0 20 0 19 0 254935397 9855975424 15454 33554432000 1073741824 1073778376 140735422681760 140689630255720 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24575] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24575/stat : 24575 (java) S 24561 24563 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254935397 9855975424 15454 33554432000 1073741824 1073778376 140735422681760 140689629202040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24576] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24576/stat : 24576 (java) S 24561 24563 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254935397 9855975424 15454 33554432000 1073741824 1073778376 140735422681760 140689628149384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24577] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24577/stat : 24577 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 15454 33554432000 1073741824 1073778376 140735422681760 140689627098128 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24578] ppid=24561 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/24563/task/24578/stat : 24578 (java) S 24561 24563 22635 0 -1 4202560 2816 0 0 0 31 0 0 0 20 0 19 0 254935400 9855975424 15454 33554432000 1073741824 1073778376 140735422681760 140689626044472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24579] ppid=24561 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/24563/task/24579/stat : 24579 (java) S 24561 24563 22635 0 -1 4202560 8603 0 0 0 72 2 0 0 20 0 19 0 254935400 9855975424 15454 33554432000 1073741824 1073778376 140735422681760 140689624991928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24580] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24580/stat : 24580 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 15454 33554432000 1073741824 1073778376 140735422681760 140689623939576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24581] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24581/stat : 24581 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 15454 33554432000 1073741824 1073778376 140735422681760 140689622887240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24582] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24582/stat : 24582 (java) S 24561 24563 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254935425 9855975424 15454 33554432000 1073741824 1073778376 140735422681760 140689621833000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.81
Current children cumulated vsize (KiB) 9624976

[startup+25.5007 s]
/proc/loadavg: 1.98 1.98 1.99 3/214 24582
/proc/meminfo: memFree=28159516/32873648 swapFree=6848/6848
[pid=24563] ppid=24561 vsize=9624976 CPUtime=26.72 cores=0,2,4,6
/proc/24563/stat : 24563 (java) S 24561 24563 22635 0 -1 4202496 15284 0 1 0 2666 6 0 0 20 0 19 0 254935393 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140735422672896 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24563/statm: 2406244 17049 2282 9 0 2396937 0
[pid=24563/tid=24565] ppid=24561 vsize=9624976 CPUtime=24.92 cores=0,2,4,6
/proc/24563/task/24565/stat : 24565 (java) R 24561 24563 22635 0 -1 4202560 2482 0 1 0 2491 1 0 0 20 0 19 0 254935394 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690277048728 140690126773099 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24566] ppid=24561 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/24563/task/24566/stat : 24566 (java) S 24561 24563 22635 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690249501352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24567] ppid=24561 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/24563/task/24567/stat : 24567 (java) S 24561 24563 22635 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690248448808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24563/tid=24568] ppid=24561 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/24563/task/24568/stat : 24568 (java) S 24561 24563 22635 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690247396264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24569] ppid=24561 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/24563/task/24569/stat : 24569 (java) S 24561 24563 22635 0 -1 4202560 40 0 0 0 3 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690246343720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24570] ppid=24561 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/24563/task/24570/stat : 24570 (java) S 24561 24563 22635 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690245290152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24571] ppid=24561 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/24563/task/24571/stat : 24571 (java) S 24561 24563 22635 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690115307816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24572] ppid=24561 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/24563/task/24572/stat : 24572 (java) S 24561 24563 22635 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690114255272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24573] ppid=24561 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/24563/task/24573/stat : 24573 (java) S 24561 24563 22635 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690113202728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24574] ppid=24561 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/24563/task/24574/stat : 24574 (java) S 24561 24563 22635 0 -1 4202560 59 0 0 0 35 0 0 0 20 0 19 0 254935397 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689630255720 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24575] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24575/stat : 24575 (java) S 24561 24563 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254935397 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689629202040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24576] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24576/stat : 24576 (java) S 24561 24563 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254935397 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689628149384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24577] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24577/stat : 24577 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689627098128 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24578] ppid=24561 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/24563/task/24578/stat : 24578 (java) S 24561 24563 22635 0 -1 4202560 2816 0 0 0 31 0 0 0 20 0 19 0 254935400 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689626044472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24579] ppid=24561 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/24563/task/24579/stat : 24579 (java) S 24561 24563 22635 0 -1 4202560 8603 0 0 0 72 2 0 0 20 0 19 0 254935400 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689624991928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24580] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24580/stat : 24580 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689623939576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24581] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24581/stat : 24581 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689622887240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24582] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24582/stat : 24582 (java) S 24561 24563 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254935425 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689621833000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 26.72
Current children cumulated vsize (KiB) 9624976

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

[startup+26.3007 s]
/proc/loadavg: 1.98 1.98 1.99 3/214 24582
/proc/meminfo: memFree=28157468/32873648 swapFree=6848/6848
[pid=24563] ppid=24561 vsize=9624976 CPUtime=27.52 cores=0,2,4,6
/proc/24563/stat : 24563 (java) S 24561 24563 22635 0 -1 4202496 15284 0 1 0 2746 6 0 0 20 0 19 0 254935393 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140735422672896 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24563/statm: 2406244 17049 2282 9 0 2396937 0
[pid=24563/tid=24565] ppid=24561 vsize=9624976 CPUtime=25.72 cores=0,2,4,6
/proc/24563/task/24565/stat : 24565 (java) R 24561 24563 22635 0 -1 4202560 2482 0 1 0 2571 1 0 0 20 0 19 0 254935394 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690277048608 140690126847974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24566] ppid=24561 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/24563/task/24566/stat : 24566 (java) S 24561 24563 22635 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690249501352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24567] ppid=24561 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/24563/task/24567/stat : 24567 (java) S 24561 24563 22635 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690248448808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24563/tid=24568] ppid=24561 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/24563/task/24568/stat : 24568 (java) S 24561 24563 22635 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690247396264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24569] ppid=24561 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/24563/task/24569/stat : 24569 (java) S 24561 24563 22635 0 -1 4202560 40 0 0 0 3 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690246343720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24570] ppid=24561 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/24563/task/24570/stat : 24570 (java) S 24561 24563 22635 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690245290152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24571] ppid=24561 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/24563/task/24571/stat : 24571 (java) S 24561 24563 22635 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690115307816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24572] ppid=24561 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/24563/task/24572/stat : 24572 (java) S 24561 24563 22635 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690114255272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24573] ppid=24561 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/24563/task/24573/stat : 24573 (java) S 24561 24563 22635 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254935396 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140690113202728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24574] ppid=24561 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/24563/task/24574/stat : 24574 (java) S 24561 24563 22635 0 -1 4202560 59 0 0 0 35 0 0 0 20 0 19 0 254935397 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689630255720 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24575] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24575/stat : 24575 (java) S 24561 24563 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254935397 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689629202040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24576] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24576/stat : 24576 (java) S 24561 24563 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254935397 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689628149384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24577] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24577/stat : 24577 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689627098128 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24578] ppid=24561 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/24563/task/24578/stat : 24578 (java) S 24561 24563 22635 0 -1 4202560 2816 0 0 0 31 0 0 0 20 0 19 0 254935400 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689626044472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24579] ppid=24561 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/24563/task/24579/stat : 24579 (java) S 24561 24563 22635 0 -1 4202560 8603 0 0 0 72 2 0 0 20 0 19 0 254935400 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689624991928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24580] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24580/stat : 24580 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689623939576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24581] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24581/stat : 24581 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254935400 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689622887240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24582] ppid=24561 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24582/stat : 24582 (java) S 24561 24563 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254935425 9855975424 17049 33554432000 1073741824 1073778376 140735422681760 140689621833000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 27.52
Current children cumulated vsize (KiB) 9624976

[startup+26.7006 s]
/proc/loadavg: 1.98 1.98 1.99 3/214 24582
/proc/meminfo: memFree=28157468/32873648 swapFree=6848/6848
[pid=24563] ppid=24561 vsize=9691540 CPUtime=27.93 cores=0,2,4,6
/proc/24563/stat : 24563 (java) S 24561 24563 22635 0 -1 4202496 15341 0 1 0 2786 7 0 0 20 0 18 0 254935393 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140735422672896 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24563/statm: 2422885 17101 2283 9 0 2413578 0
[pid=24563/tid=24565] ppid=24561 vsize=9691540 CPUtime=26.1 cores=0,2,4,6
/proc/24563/task/24565/stat : 24565 (java) S 24561 24563 22635 0 -1 4202560 2484 0 1 0 2609 1 0 0 20 0 18 0 254935394 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140690277049336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24566] ppid=24561 vsize=9691540 CPUtime=0.02 cores=0,2,4,6
/proc/24563/task/24566/stat : 24566 (java) S 24561 24563 22635 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 254935396 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140690249501352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24567] ppid=24561 vsize=9691540 CPUtime=0.02 cores=0,2,4,6
/proc/24563/task/24567/stat : 24567 (java) S 24561 24563 22635 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 254935396 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140690248448808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24563/tid=24568] ppid=24561 vsize=9691540 CPUtime=0.02 cores=0,2,4,6
/proc/24563/task/24568/stat : 24568 (java) S 24561 24563 22635 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 254935396 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140690247396264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24569] ppid=24561 vsize=9691540 CPUtime=0.03 cores=0,2,4,6
/proc/24563/task/24569/stat : 24569 (java) S 24561 24563 22635 0 -1 4202560 40 0 0 0 3 0 0 0 20 0 18 0 254935396 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140690246343720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24570] ppid=24561 vsize=9691540 CPUtime=0.02 cores=0,2,4,6
/proc/24563/task/24570/stat : 24570 (java) S 24561 24563 22635 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 254935396 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140690245290152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24571] ppid=24561 vsize=9691540 CPUtime=0.01 cores=0,2,4,6
/proc/24563/task/24571/stat : 24571 (java) S 24561 24563 22635 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 254935396 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140690115307816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24572] ppid=24561 vsize=9691540 CPUtime=0.01 cores=0,2,4,6
/proc/24563/task/24572/stat : 24572 (java) S 24561 24563 22635 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 254935396 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140690114255272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24573] ppid=24561 vsize=9691540 CPUtime=0.01 cores=0,2,4,6
/proc/24563/task/24573/stat : 24573 (java) S 24561 24563 22635 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 254935396 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140690113202728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24574] ppid=24561 vsize=9691540 CPUtime=0.35 cores=0,2,4,6
/proc/24563/task/24574/stat : 24574 (java) S 24561 24563 22635 0 -1 4202560 59 0 0 0 35 0 0 0 20 0 18 0 254935397 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140689630255272 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24575] ppid=24561 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24575/stat : 24575 (java) S 24561 24563 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254935397 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140689629202040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24576] ppid=24561 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24576/stat : 24576 (java) S 24561 24563 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254935397 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140689628149384 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24577] ppid=24561 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24577/stat : 24577 (java) S 24561 24563 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254935400 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140689627096904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24578] ppid=24561 vsize=9691540 CPUtime=0.32 cores=0,2,4,6
/proc/24563/task/24578/stat : 24578 (java) S 24561 24563 22635 0 -1 4202560 2856 0 0 0 32 0 0 0 20 0 18 0 254935400 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140689626030712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24563/tid=24579] ppid=24561 vsize=9691540 CPUtime=0.74 cores=0,2,4,6
/proc/24563/task/24579/stat : 24579 (java) S 24561 24563 22635 0 -1 4202560 8603 0 0 0 72 2 0 0 20 0 18 0 254935400 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140689624991928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24563/tid=24580] ppid=24561 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24580/stat : 24580 (java) S 24561 24563 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254935400 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140689623939576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24563/tid=24582] ppid=24561 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/24563/task/24582/stat : 24582 (java) S 24561 24563 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 254935425 9924136960 17101 33554432000 1073741824 1073778376 140735422681760 140689621833000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 27.93
Current children cumulated vsize (KiB) 9691540

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24563 and gives
#  childrusage.ru_utime.tv_sec=27
#  childrusage.ru_utime.tv_usec=747781
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=161975
# CPU time returned by wait4() is 27.9098
# while last known CPU time is 27.93
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 26.7104
CPU time (s): 27.93
CPU user time (s): 27.86
CPU system time (s): 0.07
CPU usage (%): 104.566
Max. virtual memory (cumulated for all children) (KiB): 9691540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.7478
system time used= 0.161975
maximum resident set size= 70096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15341
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1455
involuntary context switches= 775

runsolver used 0.082987 second user time and 0.212967 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-24 21:34:46
IDJOB=3688807
IDBENCH=48342
IDSOLVER=2269
FILE ID=node113/3688807-1337888085
RUNJOBID= node113-1337871880-22652
PBS_JOBID= 14620091
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688807-1337888085/watcher-3688807-1337888085 -o /tmp/evaluation-result-3688807-1337888085/solver-3688807-1337888085 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688807-1337888085.opb

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

MD5SUM BENCH= 738ba96229fdd401b6476ba773d47634
RANDOM SEED=1163828426

node113.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.026
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.05
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.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
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.026
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	: 5438.54
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.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28220728 kB
Buffers:          222300 kB
Cached:          3380268 kB
SwapCached:            0 kB
Active:           837888 kB
Inactive:        3024728 kB
Active(anon):     262624 kB
Inactive(anon):        0 kB
Active(file):     575264 kB
Inactive(file):  3024728 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               484 kB
Writeback:             4 kB
AnonPages:        284736 kB
Mapped:            22604 kB
Shmem:               200 kB
Slab:             633688 kB
SReclaimable:      77880 kB
SUnreclaim:       555808 kB
KernelStack:        1608 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     825712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node113 at 2012-05-24 21:35:12