Trace number 3688778

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 RES // CP 2.3.2 Snapshot? (TO) 1800.71 896.568

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.2.v20120418
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		501472288
0.06/0.08	c Max memory 		7480803328
0.06/0.08	c Total memory 		504102912
0.06/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688778-1337879755.opb
0.10/0.11	c reading problem ... 
2.23/1.00	c ... done. Wall clock time 0.889s.
2.23/1.00	c declared #vars     1000
2.23/1.00	c internal #vars     16706
2.23/1.00	c #constraints  32915
2.23/1.00	c constraints type 
2.23/1.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
2.23/1.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
2.23/1.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.23/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
2.23/1.00	c 32915 constraints processed.
2.23/1.00	c constraints type 
2.23/1.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
2.23/1.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15706
2.23/1.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
2.23/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
2.23/1.00	c 32915 constraints processed.
14.63/6.16	c cleaning 2541 clauses out of 5081 with flag 5081/5081
26.92/12.25	c cleaning 4310 clauses out of 8620 with flag 11161/11161
42.23/19.93	c cleaning 5594 clauses out of 11187 with flag 18038/18038
62.67/30.11	c cleaning 6733 clauses out of 13555 with flag 26000/26000
89.72/43.79	c cleaning 7939 clauses out of 15878 with flag 35056/35056
125.00/61.48	c cleaning 8942 clauses out of 17884 with flag 45001/45001
174.28/86.13	c cleaning 9971 clauses out of 19941 with flag 56000/56000
209.14/103.62	c cleaning 11083 clauses out of 22165 with flag 68195/68195
238.78/118.69	c cleaning 11954 clauses out of 23907 with flag 81020/81020
282.96/140.97	c cleaning 13012 clauses out of 26023 with flag 95090/95090
350.87/174.74	c cleaning 13961 clauses out of 27921 with flag 110000/110000
386.32/192.46	c cleaning 14998 clauses out of 30093 with flag 126133/126133
436.67/217.55	c cleaning 16011 clauses out of 32021 with flag 143059/143059
506.34/252.17	c cleaning 16933 clauses out of 33951 with flag 161000/161000
540.95/269.46	c cleaning 18013 clauses out of 36028 with flag 180010/180010
591.00/294.53	c cleaning 18977 clauses out of 38005 with flag 200000/200000
776.77/387.08	c cleaning 20054 clauses out of 40108 with flag 221080/221080
1076.62/536.00	c cleaning 0 clauses out of 5005 with flag 0/5005
1078.73/537.46	c cleaning 21006 clauses out of 42012 with flag 243038/243038
1632.80/812.85	c cleaning 22032 clauses out of 44064 with flag 266096/266096
1800.02/896.52	c starts		: 131
1800.02/896.52	c conflicts		: 283751
1800.02/896.52	c decisions		: 491019
1800.02/896.52	c propagations		: 27665375
1800.02/896.52	c inspects		: 1433089435
1800.02/896.52	c shortcuts		: 0
1800.02/896.52	c learnt literals	: 0
1800.02/896.52	c learnt binary clauses	: 0
1800.02/896.52	c learnt ternary clauses	: 0
1800.02/896.52	c learnt constraints	: 283750
1800.02/896.52	c ignored constraints	: 0
1800.02/896.52	c root simplifications	: 0
1800.02/896.52	c removed literals (reason simplification)	: 23164790
1800.02/896.52	c reason swapping (by a shorter reason)	: 0
1800.02/896.52	c Calls to reduceDB	: 19
1800.02/896.52	c number of reductions to clauses (during analyze)	: 0
1800.02/896.52	c number of learned constraints concerned by reduction	: 0
1800.02/896.52	c number of learning phase by resolution	: 0
1800.02/896.52	c number of learning phase by cutting planes	: 0
1800.02/896.52	c speed (assignments/second)	: 30894.624758229143
1800.02/896.52	c non guided choices	16171
1800.02/896.54	c learnt constraints type 
1800.02/896.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 39715
1800.02/896.54	c constraints type 
1800.02/896.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1800.02/896.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.02/896.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.02/896.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
1800.02/896.54	c 32915 constraints processed.
1800.02/896.54	c constraints type 
1800.02/896.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.02/896.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15706
1800.02/896.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.02/896.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
1800.02/896.54	c 32915 constraints processed.
1800.02/896.54	s UNKNOWN
1800.02/896.54	c Total wall clock time (in seconds): 896.426

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-3688778-1337879755/watcher-3688778-1337879755 -o /tmp/evaluation-result-3688778-1337879755/solver-3688778-1337879755 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688778-1337879755.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: 3.86 3.71 3.68 4/197 26765
/proc/meminfo: memFree=27088492/32873844 swapFree=7900/7900
[pid=26765] ppid=26763 vsize=89800 CPUtime=0 cores=0,2,4,6
/proc/26765/stat : 26765 (java) S 26763 26765 23987 0 -1 4202496 1182 0 0 0 0 0 0 0 20 0 2 0 254100050 91955200 902 33554432000 1073741824 1073778376 140734527158672 140734527149808 225448067133 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26765/statm: 22970 906 687 9 0 16769 0
[pid=26765/tid=26766] ppid=26763 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26766/stat : 26766 (java) R 26763 26765 23987 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 254100051 94019584 913 33554432000 1073741824 1073778376 140734527158672 140734527147736 225444708181 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0724049 s]
/proc/loadavg: 3.86 3.71 3.68 4/197 26765
/proc/meminfo: memFree=27088492/32873844 swapFree=7900/7900
[pid=26765] ppid=26763 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/26765/stat : 26765 (java) S 26763 26765 23987 0 -1 4202496 3346 0 1 0 5 1 0 0 20 0 18 0 254100050 9787813888 4555 33554432000 1073741824 1073778376 140734527158672 140734527149808 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26765/statm: 2389603 4555 1772 9 0 2380296 0
[pid=26765/tid=26766] ppid=26763 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/26765/task/26766/stat : 26766 (java) R 26763 26765 23987 0 -1 4202560 2137 0 1 0 5 0 0 0 20 0 18 0 254100051 9787813888 4555 33554432000 1073741824 1073778376 140734527158672 140308708199072 140308545397587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100328 s]
/proc/loadavg: 3.86 3.71 3.68 4/197 26765
/proc/meminfo: memFree=27088492/32873844 swapFree=7900/7900
[pid=26765] ppid=26763 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/26765/stat : 26765 (java) S 26763 26765 23987 0 -1 4202496 4385 0 1 0 9 1 0 0 20 0 18 0 254100050 9787813888 6092 33554432000 1073741824 1073778376 140734527158672 140734527149808 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26765/statm: 2389603 6092 2109 9 0 2380296 0
[pid=26765/tid=26766] ppid=26763 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/26765/task/26766/stat : 26766 (java) R 26763 26765 23987 0 -1 4202560 2430 0 1 0 6 1 0 0 20 0 18 0 254100051 9787813888 6092 33554432000 1073741824 1073778376 140734527158672 140308708194640 140308715206996 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300237 s]
/proc/loadavg: 3.86 3.71 3.68 4/197 26765
/proc/meminfo: memFree=27088492/32873844 swapFree=7900/7900
[pid=26765] ppid=26763 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/26765/stat : 26765 (java) S 26763 26765 23987 0 -1 4202496 5994 0 1 0 46 2 0 0 20 0 18 0 254100050 9787813888 8612 33554432000 1073741824 1073778376 140734527158672 140734527149808 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26765/statm: 2389603 8612 2228 9 0 2380296 0
[pid=26765/tid=26766] ppid=26763 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/26765/task/26766/stat : 26766 (java) R 26763 26765 23987 0 -1 4202560 2444 0 1 0 26 1 0 0 20 0 18 0 254100051 9787813888 8612 33554432000 1073741824 1073778376 140734527158672 140308708196200 140308545347375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700262 s]
/proc/loadavg: 3.86 3.71 3.68 4/197 26765
/proc/meminfo: memFree=27088492/32873844 swapFree=7900/7900
[pid=26765] ppid=26763 vsize=9558412 CPUtime=1.6 cores=0,2,4,6
/proc/26765/stat : 26765 (java) S 26763 26765 23987 0 -1 4202496 25130 0 1 0 153 7 0 0 20 0 18 0 254100050 9787813888 38753 33554432000 1073741824 1073778376 140734527158672 140734527149808 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26765/statm: 2389603 38753 2244 9 0 2380296 0
[pid=26765/tid=26766] ppid=26763 vsize=9558412 CPUtime=0.67 cores=0,2,4,6
/proc/26765/task/26766/stat : 26766 (java) R 26763 26765 23987 0 -1 4202560 2487 0 1 0 65 2 0 0 20 0 18 0 254100051 9787813888 38753 33554432000 1073741824 1073778376 140734527158672 140308708187936 140308545807701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 3.86 3.71 3.68 6/215 26783
/proc/meminfo: memFree=26846172/32873844 swapFree=7900/7900
[pid=26765] ppid=26763 vsize=9824668 CPUtime=4.54 cores=0,2,4,6
/proc/26765/stat : 26765 (java) S 26763 26765 23987 0 -1 4202496 27825 0 1 0 442 12 0 0 20 0 22 0 254100050 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140734527149808 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26765/statm: 2456167 62974 2269 9 0 2446860 0
[pid=26765/tid=26766] ppid=26763 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/26765/task/26766/stat : 26766 (java) S 26763 26765 23987 0 -1 4202560 2520 0 1 0 86 4 0 0 20 0 22 0 254100051 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140308708197368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26768] ppid=26763 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 23987 0 -1 4202560 115 0 0 0 1 0 0 0 20 0 22 0 254100052 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140308669688232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26769] ppid=26763 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 23987 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254100052 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140308668635688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26770] ppid=26763 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 23987 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 22 0 254100052 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140308667582632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26771] ppid=26763 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 23987 0 -1 4202560 126 0 0 0 4 0 0 0 20 0 22 0 254100052 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140308666530088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 23987 0 -1 4202560 129 0 0 0 1 0 0 0 20 0 22 0 254100052 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140308665478056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 23987 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254100052 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140308664425512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 23987 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254100052 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140308545268392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26775] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26775/stat : 26775 (java) S 26763 26765 23987 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254100052 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140308544215848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26776/stat : 26776 (java) S 26763 26765 23987 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254100053 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140308532017512 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254100053 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140308530963832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26778] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26778/stat : 26778 (java) S 26763 26765 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254100053 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140308529910664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26779] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26779/stat : 26779 (java) S 26763 26765 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254100056 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140307790293264 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26780] ppid=26763 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/26765/task/26780/stat : 26780 (java) R 26763 26765 23987 0 -1 4202560 9934 0 0 0 115 2 0 0 20 0 22 0 254100056 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140307789228880 140308714346971 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26781] ppid=26763 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/26765/task/26781/stat : 26781 (java) R 26763 26765 23987 0 -1 4202560 13589 0 0 0 120 3 0 0 20 0 22 0 254100056 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140307788181392 140308714043621 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26782] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26782/stat : 26782 (java) S 26763 26765 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254100056 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140307787135736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26783] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26783/stat : 26783 (java) S 26763 26765 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254100056 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140307786083400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26784] ppid=26763 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/26765/task/26784/stat : 26784 (java) R 26763 26765 23987 0 -1 4202560 22 0 0 0 48 0 0 0 20 0 22 0 254100151 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140307785026480 140308546480706 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26785] ppid=26763 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/26765/task/26785/stat : 26785 (java) R 26763 26765 23987 0 -1 4202560 72 0 0 0 48 0 0 0 20 0 22 0 254100151 10060460032 62974 33554432000 1073741824 1073778376 140734527158672 140307783973056 140308546566583 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9824668

[startup+3.10083 s]
/proc/loadavg: 3.86 3.71 3.68 5/219 26787
/proc/meminfo: memFree=26849056/32873844 swapFree=7900/7900
[pid=26765] ppid=26763 vsize=9824668 CPUtime=8.42 cores=0,2,4,6
/proc/26765/stat : 26765 (java) S 26763 26765 23987 0 -1 4202496 27871 0 1 0 829 13 0 0 20 0 22 0 254100050 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140734527149808 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26765/statm: 2456167 63019 2273 9 0 2446860 0
[pid=26765/tid=26766] ppid=26763 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/26765/task/26766/stat : 26766 (java) S 26763 26765 23987 0 -1 4202560 2520 0 1 0 86 4 0 0 20 0 22 0 254100051 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140308708197368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26768] ppid=26763 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 23987 0 -1 4202560 115 0 0 0 1 0 0 0 20 0 22 0 254100052 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140308669688232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26769] ppid=26763 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 23987 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254100052 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140308668635688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26770] ppid=26763 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 23987 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 22 0 254100052 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140308667582632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26771] ppid=26763 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 23987 0 -1 4202560 126 0 0 0 4 0 0 0 20 0 22 0 254100052 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140308666530088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 23987 0 -1 4202560 129 0 0 0 1 0 0 0 20 0 22 0 254100052 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140308665478056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 23987 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254100052 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140308664425512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 23987 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254100052 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140308545268392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26775] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26775/stat : 26775 (java) S 26763 26765 23987 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254100052 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140308544215848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26776/stat : 26776 (java) S 26763 26765 23987 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254100053 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140308532017512 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254100053 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140308530963832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26778] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26778/stat : 26778 (java) S 26763 26765 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254100053 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140308529910664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26779] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26779/stat : 26779 (java) S 26763 26765 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254100056 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140307790293264 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26780] ppid=26763 vsize=9824668 CPUtime=1.54 cores=0,2,4,6
/proc/26765/task/26780/stat : 26780 (java) S 26763 26765 23987 0 -1 4202560 9957 0 0 0 152 2 0 0 20 0 22 0 254100056 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140307789241144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26781] ppid=26763 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/26765/task/26781/stat : 26781 (java) S 26763 26765 23987 0 -1 4202560 13611 0 0 0 152 3 0 0 20 0 22 0 254100056 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140307788188600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26782] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26782/stat : 26782 (java) S 26763 26765 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254100056 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140307787135736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26783] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26783/stat : 26783 (java) S 26763 26765 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254100056 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140307786083400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26784] ppid=26763 vsize=9824668 CPUtime=2.08 cores=0,2,4,6
/proc/26765/task/26784/stat : 26784 (java) R 26763 26765 23987 0 -1 4202560 23 0 0 0 208 0 0 0 20 0 22 0 254100151 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140307785025680 140308546614691 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26785] ppid=26763 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/26765/task/26785/stat : 26785 (java) R 26763 26765 23987 0 -1 4202560 72 0 0 0 206 0 0 0 20 0 22 0 254100151 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140307783975296 140308546566553 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26786] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26786/stat : 26786 (java) S 26763 26765 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254100155 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140307782923048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26787] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26787/stat : 26787 (java) S 26763 26765 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254100155 10060460032 63019 33554432000 1073741824 1073778376 140734527158672 140307781870504 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 3.87 3.71 3.69 5/219 26787
/proc/meminfo: memFree=26792904/32873844 swapFree=7900/7900
[pid=26765] ppid=26763 vsize=9824668 CPUtime=14.98 cores=0,2,4,6
/proc/26765/stat : 26765 (java) S 26763 26765 23987 0 -1 4202496 28355 0 1 0 1474 24 0 0 20 0 22 0 254100050 10060460032 112426 33554432000 1073741824 1073778376 140734527158672 140734527149808 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26765/statm: 2456167 112426 2287 9 0 2446860 0
[pid=26765/tid=26766] ppid=26763 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/26765/task/26766/stat : 26766 (java) S 26763 26765 23987 0 -1 4202560 2520 0 1 0 86 4 0 0 20 0 22 0 254100051 10060460032 112426 33554432000 1073741824 1073778376 140734527158672 140308708197368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26768] ppid=26763 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 23987 0 -1 4202560 139 0 0 0 3 0 0 0 20 0 22 0 254100052 10060460032 112426 33554432000 1073741824 1073778376 140734527158672 140308669688232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26769] ppid=26763 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 23987 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 254100052 10060460032 112426 33554432000 1073741824 1073778376 140734527158672 140308668635688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26770] ppid=26763 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 23987 0 -1 4202560 57 0 0 0 3 2 0 0 20 0 22 0 254100052 10060460032 112426 33554432000 1073741824 1073778376 140734527158672 140308667582632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26771] ppid=26763 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 23987 0 -1 4202560 166 0 0 0 8 3 0 0 20 0 22 0 254100052 10060460032 112426 33554432000 1073741824 1073778376 140734527158672 140308666530088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 23987 0 -1 4202560 171 0 0 0 3 2 0 0 20 0 22 0 254100052 10060460032 112426 33554432000 1073741824 1073778376 140734527158672 140308665478056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 23987 0 -1 4202560 52 0 0 0 5 3 0 0 20 0 22 0 254100052 10060460032 112938 33554432000 1073741824 1073778376 140734527158672 140308664425512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 23987 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 254100052 10060460032 112938 33554432000 1073741824 1073778376 140734527158672 140308545268392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26765/tid=26775] ppid=26763 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/26765/task/26775/stat : 26775 (java) S 26763 26765 23987 0 -1 4202560 55 0 0 0 5 3 0 0 20 0 22 0 254100052 10060460032 112938 33554432000 1073741824 1073778376 140734527158672 140308544215848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/26765/task/26776/stat : 26776 (java) R 26763 26765 23987 0 -1 4202560 226 0 0 0 10 0 0 0 20 0 22 0 254100053 10060460032 112938 33554432000 1073741824 1073778376 140734527158672 140308532016368 225444380956 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254100053 10060460032 112938 33554432000 1073741824 1073778376 140734527158672 140308530963832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=26765/tid=26785] ppid=26763 vsize=9824668 CPUtime=805.08 cores=0,2,4,6
/proc/26765/task/26785/stat : 26785 (java) R 26763 26765 23987 0 -1 4202560 2014 0 0 0 80457 51 0 0 20 0 22 0 254100151 10060460032 905084 33554432000 1073741824 1073778376 140734527158672 140307783975632 140308546990659 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26786] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26786/stat : 26786 (java) S 26763 26765 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254100155 10060460032 905084 33554432000 1073741824 1073778376 140734527158672 140307782923048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26787] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26787/stat : 26787 (java) S 26763 26765 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254100155 10060460032 905084 33554432000 1073741824 1073778376 140734527158672 140307781870504 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1650.78
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.99 3.94 3.82 5/220 27052
/proc/meminfo: memFree=23088400/32873844 swapFree=7900/7900
[pid=26765] ppid=26763 vsize=9824668 CPUtime=1771.32 cores=0,2,4,6
/proc/26765/stat : 26765 (java) S 26763 26765 23987 0 -1 4202496 39350 0 1 0 176936 196 0 0 20 0 22 0 254100050 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140734527149808 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26765/statm: 2456167 905885 2288 9 0 2446860 0
[pid=26765/tid=26766] ppid=26763 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/26765/task/26766/stat : 26766 (java) S 26763 26765 23987 0 -1 4202560 2533 0 1 0 89 5 0 0 20 0 22 0 254100051 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140308708197368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26768] ppid=26763 vsize=9824668 CPUtime=3.22 cores=0,2,4,6
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 23987 0 -1 4202560 1005 0 0 0 306 16 0 0 20 0 22 0 254100052 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140308669688232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26769] ppid=26763 vsize=9824668 CPUtime=3.68 cores=0,2,4,6
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 23987 0 -1 4202560 619 0 0 0 352 16 0 0 20 0 22 0 254100052 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140308668635688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26770] ppid=26763 vsize=9824668 CPUtime=3.45 cores=0,2,4,6
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 23987 0 -1 4202560 1020 0 0 0 329 16 0 0 20 0 22 0 254100052 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140308667582632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26771] ppid=26763 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 23987 0 -1 4202560 1409 0 0 0 296 15 0 0 20 0 22 0 254100052 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140308666530088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=9824668 CPUtime=3.4 cores=0,2,4,6
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 23987 0 -1 4202560 827 0 0 0 326 14 0 0 20 0 22 0 254100052 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140308665478056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=9824668 CPUtime=3.46 cores=0,2,4,6
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 23987 0 -1 4202560 764 0 0 0 330 16 0 0 20 0 22 0 254100052 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140308664425512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=9824668 CPUtime=3.5 cores=0,2,4,6
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 23987 0 -1 4202560 736 0 0 0 333 17 0 0 20 0 22 0 254100052 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140308545268392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26765/tid=26775] ppid=26763 vsize=9824668 CPUtime=3.48 cores=0,2,4,6
/proc/26765/task/26775/stat : 26775 (java) S 26763 26765 23987 0 -1 4202560 507 0 0 0 332 16 0 0 20 0 22 0 254100052 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140308544215848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=9824668 CPUtime=9.18 cores=0,2,4,6
/proc/26765/task/26776/stat : 26776 (java) S 26763 26765 23987 0 -1 4202560 2925 0 0 0 905 13 0 0 20 0 22 0 254100053 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140308532017512 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254100053 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140308530963832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26778] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26778/stat : 26778 (java) S 26763 26765 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254100053 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140308529910664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26779] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26779/stat : 26779 (java) S 26763 26765 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254100056 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140307790293264 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26780] ppid=26763 vsize=9824668 CPUtime=2.02 cores=0,2,4,6
/proc/26765/task/26780/stat : 26780 (java) S 26763 26765 23987 0 -1 4202560 9972 0 0 0 200 2 0 0 20 0 22 0 254100056 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140307789241144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26781] ppid=26763 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/26765/task/26781/stat : 26781 (java) S 26763 26765 23987 0 -1 4202560 13704 0 0 0 223 3 0 0 20 0 22 0 254100056 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140307788188600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26782] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26782/stat : 26782 (java) S 26763 26765 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254100056 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140307787135736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26783] ppid=26763 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/26765/task/26783/stat : 26783 (java) S 26763 26765 23987 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 254100056 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140307786083400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26784] ppid=26763 vsize=9824668 CPUtime=864.82 cores=0,2,4,6
/proc/26765/task/26784/stat : 26784 (java) R 26763 26765 23987 0 -1 4202560 71 0 0 0 86467 15 0 0 20 0 22 0 254100151 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140307785026976 140308546480723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26785] ppid=26763 vsize=9824668 CPUtime=864.75 cores=0,2,4,6
/proc/26765/task/26785/stat : 26785 (java) R 26763 26765 23987 0 -1 4202560 2019 0 0 0 86423 52 0 0 20 0 22 0 254100151 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140307783975832 140308546990733 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26786] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26786/stat : 26786 (java) S 26763 26765 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254100155 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140307782923048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26787] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26787/stat : 26787 (java) S 26763 26765 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254100155 10060460032 905885 33554432000 1073741824 1073778376 140734527158672 140307781870504 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1771.32
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.507 s]
/proc/loadavg: 3.99 3.94 3.82 5/220 27052
/proc/meminfo: memFree=23053088/32873844 swapFree=7900/7900
[pid=26765] ppid=26763 vsize=9824668 CPUtime=1800.02 cores=0,2,4,6
/proc/26765/stat : 26765 (java) S 26763 26765 23987 0 -1 4202496 39419 0 1 0 179804 198 0 0 20 0 22 0 254100050 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140734527149808 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26765/statm: 2456167 908491 2288 9 0 2446860 0
[pid=26765/tid=26766] ppid=26763 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/26765/task/26766/stat : 26766 (java) S 26763 26765 23987 0 -1 4202560 2533 0 1 0 89 5 0 0 20 0 22 0 254100051 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308708197368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26768] ppid=26763 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 23987 0 -1 4202560 1006 0 0 0 317 16 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308669688232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26769] ppid=26763 vsize=9824668 CPUtime=3.72 cores=0,2,4,6
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 23987 0 -1 4202560 623 0 0 0 356 16 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308668635688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26770] ppid=26763 vsize=9824668 CPUtime=3.53 cores=0,2,4,6
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 23987 0 -1 4202560 1025 0 0 0 336 17 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308667582632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26771] ppid=26763 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 23987 0 -1 4202560 1417 0 0 0 305 15 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308666530088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=9824668 CPUtime=3.48 cores=0,2,4,6
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 23987 0 -1 4202560 855 0 0 0 334 14 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308665478056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=9824668 CPUtime=3.5 cores=0,2,4,6
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 23987 0 -1 4202560 765 0 0 0 334 16 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308664425512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=9824668 CPUtime=3.56 cores=0,2,4,6
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 23987 0 -1 4202560 739 0 0 0 339 17 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308545268392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26775] ppid=26763 vsize=9824668 CPUtime=3.56 cores=0,2,4,6
/proc/26765/task/26775/stat : 26775 (java) S 26763 26765 23987 0 -1 4202560 523 0 0 0 340 16 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308544215848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=9824668 CPUtime=9.19 cores=0,2,4,6
/proc/26765/task/26776/stat : 26776 (java) S 26763 26765 23987 0 -1 4202560 2925 0 0 0 906 13 0 0 20 0 22 0 254100053 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308532017512 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254100053 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308530963832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26778] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26778/stat : 26778 (java) S 26763 26765 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254100053 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308529910664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26779] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26779/stat : 26779 (java) S 26763 26765 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254100056 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307790293264 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26780] ppid=26763 vsize=9824668 CPUtime=2.02 cores=0,2,4,6
/proc/26765/task/26780/stat : 26780 (java) S 26763 26765 23987 0 -1 4202560 9972 0 0 0 200 2 0 0 20 0 22 0 254100056 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307789241144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26781] ppid=26763 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/26765/task/26781/stat : 26781 (java) S 26763 26765 23987 0 -1 4202560 13704 0 0 0 223 3 0 0 20 0 22 0 254100056 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307788188600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26782] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26782/stat : 26782 (java) S 26763 26765 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254100056 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307787135736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26783] ppid=26763 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/26765/task/26783/stat : 26783 (java) S 26763 26765 23987 0 -1 4202560 51 0 0 0 16 16 0 0 20 0 22 0 254100056 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307786083400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26784] ppid=26763 vsize=9824668 CPUtime=878.88 cores=0,2,4,6
/proc/26765/task/26784/stat : 26784 (java) R 26763 26765 23987 0 -1 4202560 72 0 0 0 87873 15 0 0 20 0 22 0 254100151 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307785026976 140308546075160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26785] ppid=26763 vsize=9824668 CPUtime=878.81 cores=0,2,4,6
/proc/26765/task/26785/stat : 26785 (java) R 26763 26765 23987 0 -1 4202560 2021 0 0 0 87829 52 0 0 20 0 22 0 254100151 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307783975536 140308546995151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26786] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26786/stat : 26786 (java) S 26763 26765 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254100155 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307782923048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26787] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26787/stat : 26787 (java) S 26763 26765 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254100155 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307781870504 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824668

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

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

[startup+896.507 s]
/proc/loadavg: 3.99 3.94 3.82 5/220 27052
/proc/meminfo: memFree=23053088/32873844 swapFree=7900/7900
[pid=26765] ppid=26763 vsize=9824668 CPUtime=1800.02 cores=0,2,4,6
/proc/26765/stat : 26765 (java) S 26763 26765 23987 0 -1 4202496 39419 0 1 0 179804 198 0 0 20 0 22 0 254100050 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140734527149808 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26765/statm: 2456167 908491 2288 9 0 2446860 0
[pid=26765/tid=26766] ppid=26763 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/26765/task/26766/stat : 26766 (java) S 26763 26765 23987 0 -1 4202560 2533 0 1 0 89 5 0 0 20 0 22 0 254100051 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308708197368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26768] ppid=26763 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 23987 0 -1 4202560 1006 0 0 0 317 16 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308669688232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26769] ppid=26763 vsize=9824668 CPUtime=3.72 cores=0,2,4,6
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 23987 0 -1 4202560 623 0 0 0 356 16 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308668635688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26770] ppid=26763 vsize=9824668 CPUtime=3.53 cores=0,2,4,6
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 23987 0 -1 4202560 1025 0 0 0 336 17 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308667582632 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26771] ppid=26763 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 23987 0 -1 4202560 1417 0 0 0 305 15 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308666530088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=9824668 CPUtime=3.48 cores=0,2,4,6
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 23987 0 -1 4202560 855 0 0 0 334 14 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308665478056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=9824668 CPUtime=3.5 cores=0,2,4,6
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 23987 0 -1 4202560 765 0 0 0 334 16 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308664425512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=9824668 CPUtime=3.56 cores=0,2,4,6
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 23987 0 -1 4202560 739 0 0 0 339 17 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308545268392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26775] ppid=26763 vsize=9824668 CPUtime=3.56 cores=0,2,4,6
/proc/26765/task/26775/stat : 26775 (java) S 26763 26765 23987 0 -1 4202560 523 0 0 0 340 16 0 0 20 0 22 0 254100052 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308544215848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=9824668 CPUtime=9.19 cores=0,2,4,6
/proc/26765/task/26776/stat : 26776 (java) S 26763 26765 23987 0 -1 4202560 2925 0 0 0 906 13 0 0 20 0 22 0 254100053 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308532017512 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254100053 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308530963832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26778] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26778/stat : 26778 (java) S 26763 26765 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254100053 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140308529910664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26779] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26779/stat : 26779 (java) S 26763 26765 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254100056 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307790293264 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26780] ppid=26763 vsize=9824668 CPUtime=2.02 cores=0,2,4,6
/proc/26765/task/26780/stat : 26780 (java) S 26763 26765 23987 0 -1 4202560 9972 0 0 0 200 2 0 0 20 0 22 0 254100056 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307789241144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26781] ppid=26763 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/26765/task/26781/stat : 26781 (java) S 26763 26765 23987 0 -1 4202560 13704 0 0 0 223 3 0 0 20 0 22 0 254100056 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307788188600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26782] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26782/stat : 26782 (java) S 26763 26765 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254100056 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307787135736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26783] ppid=26763 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/26765/task/26783/stat : 26783 (java) S 26763 26765 23987 0 -1 4202560 51 0 0 0 16 16 0 0 20 0 22 0 254100056 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307786083400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26784] ppid=26763 vsize=9824668 CPUtime=878.88 cores=0,2,4,6
/proc/26765/task/26784/stat : 26784 (java) R 26763 26765 23987 0 -1 4202560 72 0 0 0 87873 15 0 0 20 0 22 0 254100151 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307785026976 140308546075160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26765/tid=26785] ppid=26763 vsize=9824668 CPUtime=878.81 cores=0,2,4,6
/proc/26765/task/26785/stat : 26785 (java) R 26763 26765 23987 0 -1 4202560 2021 0 0 0 87829 52 0 0 20 0 22 0 254100151 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307783975536 140308546995151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26765/tid=26786] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26786/stat : 26786 (java) S 26763 26765 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254100155 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307782923048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26765/tid=26787] ppid=26763 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26765/task/26787/stat : 26787 (java) S 26763 26765 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254100155 10060460032 908491 33554432000 1073741824 1073778376 140734527158672 140307781870504 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 896.568
CPU time (s): 1800.71
CPU user time (s): 1798.2
CPU system time (s): 2.51262
CPU usage (%): 200.845
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.2
system time used= 2.51262
maximum resident set size= 3634080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39450
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27602
involuntary context switches= 43125

runsolver used 3.33049 second user time and 8.22475 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 19:15:55
IDJOB=3688778
IDBENCH=48295
IDSOLVER=2268
FILE ID=node137/3688778-1337879755
RUNJOBID= node137-1337871881-24003
PBS_JOBID= 14620067
Free space on /tmp= 71516 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688778-1337879755/watcher-3688778-1337879755 -o /tmp/evaluation-result-3688778-1337879755/solver-3688778-1337879755 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688778-1337879755.opb

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=2031815144

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27088384 kB
Buffers:          217596 kB
Cached:          2168072 kB
SwapCached:        22060 kB
Active:          3316500 kB
Inactive:        1680512 kB
Active(anon):    2590780 kB
Inactive(anon):    22680 kB
Active(file):     725720 kB
Inactive(file):  1657832 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:               672 kB
Writeback:             0 kB
AnonPages:       2712824 kB
Mapped:            17940 kB
Shmem:                 0 kB
Slab:             639532 kB
SReclaimable:      80816 kB
SUnreclaim:       558716 kB
KernelStack:        1808 kB
PageTables:         9248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2810768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2625536 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= 71512 MiB
End job on node137 at 2012-05-24 19:30:54