Trace number 3744135

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.8 1774.05

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_6_mh.opb
MD5SUM94b1451a4cda8c04cd1bd81816dea3d0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5637187
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 155720872
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 17732231209
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 155720872
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 17732231209
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
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.1.1.v20090612
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 1299577560
0.06/0.08	c Max memory 1306394624
0.06/0.08	c Total memory 1306394624
0.06/0.08	c Number of processors 8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
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 Expensive reason simplification
0.10/0.11	c MiniSAT restarts strategy
0.10/0.11	c Memory based learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3744135-1338809298.opb
0.10/0.11	c reading problem ... 
1.35/0.79	c ... done. Wall clock time 0.687s.
1.35/0.79	c #vars     31350
1.35/0.79	c #constraints  74608
1.35/0.79	c constraints type 
1.35/0.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1.35/0.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 45025
1.35/0.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14750
1.35/0.80	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 14726
631.94/622.64	c cleaning 286441 clauses out of 573000
790.55/778.75	c cleaning 244938 clauses out of 490059
935.95/922.33	c cleaning 211982 clauses out of 424121
1124.59/1107.43	c cleaning 210217 clauses out of 420639
1315.81/1296.05	c cleaning 196640 clauses out of 393424
1464.20/1442.44	c cleaning 166285 clauses out of 332783
1633.25/1609.22	c cleaning 182931 clauses out of 365997
1762.39/1736.87	c cleaning 167465 clauses out of 335066
1800.01/1774.01	c starts		: 23
1800.01/1774.01	c conflicts		: 1879895
1800.01/1774.01	c decisions		: 4531936
1800.01/1774.01	c propagations		: 406882113
1800.01/1774.01	c inspects		: 4286999354
1800.01/1774.01	c learnt literals	: 0
1800.01/1774.01	c learnt binary clauses	: 44
1800.01/1774.01	c learnt ternary clauses	: 25
1800.01/1774.01	c learnt clauses	: 1879895
1800.01/1774.01	c ignored clauses	: 0
1800.01/1774.01	c root simplifications	: 0
1800.01/1774.01	c removed literals (reason simplification)	: 95521862
1800.01/1774.01	c reason swapping (by a shorter reason)	: 0
1800.01/1774.01	c Calls to reduceDB	: 8
1800.01/1774.01	c speed (assignments/second)	: 229460.4212804666
1800.01/1774.01	c non guided choices	0
1800.01/1774.04	c learnt constraints type 
1800.01/1774.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 212987
1800.01/1774.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 44
1800.01/1774.04	c constraints type 
1800.01/1774.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1800.01/1774.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 45025
1800.01/1774.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14750
1800.01/1774.04	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 14726
1800.01/1774.04	s UNKNOWN
1800.01/1774.04	c Total wall clock time (in seconds): 1773.934

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-3744135-1338809298/watcher-3744135-1338809298 -o /tmp/evaluation-result-3744135-1338809298/solver-3744135-1338809298 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744135-1338809298.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 2/188 21773
/proc/meminfo: memFree=26421964/32873844 swapFree=7628/7628
[pid=21773] ppid=21771 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/21773/stat : 21773 (java) R 21771 21773 21183 0 -1 4202496 946 0 0 0 0 0 0 0 20 0 1 0 347054671 23793664 673 33554432000 1073741824 1073778376 140737165183360 140737165172424 223642434099 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21773/statm: 5809 687 505 9 0 128 0

[startup+0.0710859 s]
/proc/loadavg: 1.92 1.98 1.99 2/188 21773
/proc/meminfo: memFree=26421964/32873844 swapFree=7628/7628
[pid=21773] ppid=21771 vsize=2648548 CPUtime=0.06 cores=0,2,4,6
/proc/21773/stat : 21773 (java) S 21771 21773 21183 0 -1 4202496 3814 0 1 0 5 1 0 0 20 0 18 0 347054671 2712113152 5533 33554432000 1073741824 1073778376 140737165183360 140737165174496 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21773/statm: 662137 5533 1755 9 0 652835 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2648548

[startup+0.10025 s]
/proc/loadavg: 1.92 1.98 1.99 2/188 21773
/proc/meminfo: memFree=26421964/32873844 swapFree=7628/7628
[pid=21773] ppid=21771 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/21773/stat : 21773 (java) S 21771 21773 21183 0 -1 4202496 4667 0 1 0 9 1 0 0 20 0 18 0 347054671 2712133632 6385 33554432000 1073741824 1073778376 140737165183360 140737165174496 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21773/statm: 662142 6385 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300223 s]
/proc/loadavg: 1.92 1.98 1.99 2/188 21773
/proc/meminfo: memFree=26421964/32873844 swapFree=7628/7628
[pid=21773] ppid=21771 vsize=2648568 CPUtime=0.52 cores=0,2,4,6
/proc/21773/stat : 21773 (java) S 21771 21773 21183 0 -1 4202496 6185 0 1 0 50 2 0 0 20 0 18 0 347054671 2712133632 13456 33554432000 1073741824 1073778376 140737165183360 140737165174496 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21773/statm: 662142 13456 2220 9 0 652835 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2648568

[startup+0.70017 s]
/proc/loadavg: 1.92 1.98 1.99 2/188 21773
/proc/meminfo: memFree=26421964/32873844 swapFree=7628/7628
[pid=21773] ppid=21771 vsize=2648568 CPUtime=1.35 cores=0,2,4,6
/proc/21773/stat : 21773 (java) S 21771 21773 21183 0 -1 4202496 13573 0 1 0 130 5 0 0 20 0 18 0 347054671 2712133632 45699 33554432000 1073741824 1073778376 140737165183360 140737165174496 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21773/statm: 662142 45699 2242 9 0 652835 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 2648568

[startup+1.50071 s]
/proc/loadavg: 1.92 1.98 1.99 6/213 21798
/proc/meminfo: memFree=25992212/32873844 swapFree=7628/7628
[pid=21773] ppid=21771 vsize=2715132 CPUtime=2.99 cores=0,2,4,6
/proc/21773/stat : 21773 (java) S 21771 21773 21183 0 -1 4202496 19031 0 1 0 291 8 0 0 20 0 19 0 347054671 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140737165174496 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21773/statm: 678783 78444 2260 9 0 669476 0
[pid=21773/tid=21775] ppid=21771 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/21773/task/21775/stat : 21775 (java) R 21771 21773 21183 0 -1 4202560 2889 0 1 0 141 6 0 0 20 0 19 0 347054672 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318763385080 140318612335339 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054673 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318747834792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21782] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054673 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318746782248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21783] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054673 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318745729192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21773/tid=21784] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054673 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318744676648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21785/stat : 21785 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054673 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318743624616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21786] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21786/stat : 21786 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054673 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318742572072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21787] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21787/stat : 21787 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054673 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318741519016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21788] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21788/stat : 21788 (java) S 21771 21773 21183 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347054673 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318740466472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21789] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21789/stat : 21789 (java) S 21771 21773 21183 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 347054674 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318610545000 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21790] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21790/stat : 21790 (java) S 21771 21773 21183 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 347054675 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318609491320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21791] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21791/stat : 21791 (java) S 21771 21773 21183 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347054675 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318608438152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21792] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21792/stat : 21792 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318607386896 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21793] ppid=21771 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/21773/task/21793/stat : 21793 (java) S 21771 21773 21183 0 -1 4202560 6762 0 0 0 72 2 0 0 20 0 19 0 347054677 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318606334776 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21794] ppid=21771 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/21773/task/21794/stat : 21794 (java) S 21771 21773 21183 0 -1 4202560 8184 0 0 0 74 0 0 0 20 0 19 0 347054677 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318605282232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21795] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21795/stat : 21795 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318604229368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21796] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21796/stat : 21796 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318603177032 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21798] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21798/stat : 21798 (java) S 21771 21773 21183 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347054768 2780295168 78444 33554432000 1073741824 1073778376 140737165183360 140318602122280 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 2715132

[startup+3.10075 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 21798
/proc/meminfo: memFree=25678000/32873844 swapFree=7628/7628
[pid=21773] ppid=21771 vsize=2715132 CPUtime=4.77 cores=0,2,4,6
/proc/21773/stat : 21773 (java) S 21771 21773 21183 0 -1 4202496 19203 0 1 0 462 15 0 0 20 0 19 0 347054671 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140737165174496 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21773/statm: 678783 105097 2273 9 0 669476 0
[pid=21773/tid=21775] ppid=21771 vsize=2715132 CPUtime=3 cores=0,2,4,6
/proc/21773/task/21775/stat : 21775 (java) R 21771 21773 21183 0 -1 4202560 2924 0 1 0 293 7 0 0 20 0 19 0 347054672 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318763384112 140318612348708 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 21183 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 347054673 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318747834792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21782] ppid=21771 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 21183 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 347054673 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318746782248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21783] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 21183 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 347054673 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318745729192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21773/tid=21784] ppid=21771 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 21183 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 19 0 347054673 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318744676648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/21773/task/21785/stat : 21785 (java) S 21771 21773 21183 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 347054673 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318743624616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21786] ppid=21771 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/21773/task/21786/stat : 21786 (java) S 21771 21773 21183 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 19 0 347054673 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318742572072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21787] ppid=21771 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/21773/task/21787/stat : 21787 (java) S 21771 21773 21183 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 347054673 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318741519016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21788] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21788/stat : 21788 (java) S 21771 21773 21183 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347054673 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318740466472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21789] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21789/stat : 21789 (java) S 21771 21773 21183 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347054674 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318610545000 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21790] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21790/stat : 21790 (java) S 21771 21773 21183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347054675 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318609491320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21791] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21791/stat : 21791 (java) S 21771 21773 21183 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347054675 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318608438152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21792] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21792/stat : 21792 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318607386896 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21793] ppid=21771 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/21773/task/21793/stat : 21793 (java) S 21771 21773 21183 0 -1 4202560 6784 0 0 0 72 2 0 0 20 0 19 0 347054677 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318606334776 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21794] ppid=21771 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/21773/task/21794/stat : 21794 (java) S 21771 21773 21183 0 -1 4202560 8184 0 0 0 74 0 0 0 20 0 19 0 347054677 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318605282232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21795] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21795/stat : 21795 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318604229368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21796] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21796/stat : 21796 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318603177032 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21798] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21798/stat : 21798 (java) S 21771 21773 21183 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347054768 2780295168 105097 33554432000 1073741824 1073778376 140737165183360 140318602122280 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 2715132

[startup+6.30073 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 21798
/proc/meminfo: memFree=25644424/32873844 swapFree=7628/7628
[pid=21773] ppid=21771 vsize=2715132 CPUtime=8.2 cores=0,2,4,6
/proc/21773/stat : 21773 (java) S 21771 21773 21183 0 -1 4202496 19299 0 1 0 805 15 0 0 20 0 19 0 347054671 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140737165174496 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21773/statm: 678783 105028 2273 9 0 669476 0
[pid=21773/tid=21775] ppid=21771 vsize=2715132 CPUtime=6.12 cores=0,2,4,6
/proc/21773/task/21775/stat : 21775 (java) R 21771 21773 21183 0 -1 4202560 2928 0 1 0 605 7 0 0 20 0 19 0 347054672 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318763384112 140318612117933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=2715132 CPUtime=0.07 cores=0,2,4,6
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 21183 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 19 0 347054673 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318747834792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21782] ppid=21771 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 21183 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 347054673 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318746782248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21783] ppid=21771 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 21183 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 347054673 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318745729192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21773/tid=21784] ppid=21771 vsize=2715132 CPUtime=0.08 cores=0,2,4,6
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 21183 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 19 0 347054673 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318744676648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=2715132 CPUtime=0.06 cores=0,2,4,6
/proc/21773/task/21785/stat : 21785 (java) S 21771 21773 21183 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 347054673 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318743624616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21786] ppid=21771 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/21773/task/21786/stat : 21786 (java) S 21771 21773 21183 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 19 0 347054673 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318742572072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21773/tid=21787] ppid=21771 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/21773/task/21787/stat : 21787 (java) S 21771 21773 21183 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 347054673 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318741519016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21788] ppid=21771 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/21773/task/21788/stat : 21788 (java) S 21771 21773 21183 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 347054673 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318740466472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21789] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21789/stat : 21789 (java) S 21771 21773 21183 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347054674 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318610545000 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21790] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21790/stat : 21790 (java) S 21771 21773 21183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347054675 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318609491320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21791] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21791/stat : 21791 (java) S 21771 21773 21183 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347054675 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318608438152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21792] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21792/stat : 21792 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318607386896 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21793] ppid=21771 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/21773/task/21793/stat : 21793 (java) S 21771 21773 21183 0 -1 4202560 6853 0 0 0 75 2 0 0 20 0 19 0 347054677 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318606334776 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21794] ppid=21771 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/21773/task/21794/stat : 21794 (java) S 21771 21773 21183 0 -1 4202560 8184 0 0 0 74 0 0 0 20 0 19 0 347054677 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318605282232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21795] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21795/stat : 21795 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318604229368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21796] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21796/stat : 21796 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318603177032 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21798] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21798/stat : 21798 (java) S 21771 21773 21183 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347054768 2780295168 105028 33554432000 1073741824 1073778376 140737165183360 140318602122280 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.2
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

[pid=21773/tid=21786] ppid=21771 vsize=2715132 CPUtime=3.94 cores=0,2,4,6
/proc/21773/task/21786/stat : 21786 (java) S 21771 21773 21183 0 -1 4202560 368 0 0 0 383 11 0 0 20 0 19 0 347054673 2780295168 320310 33554432000 1073741824 1073778376 140737165183360 140318742572072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21773/tid=21787] ppid=21771 vsize=2715132 CPUtime=3.98 cores=0,2,4,6
/proc/21773/task/21787/stat : 21787 (java) S 21771 21773 21183 0 -1 4202560 352 0 0 0 387 11 0 0 20 0 19 0 347054673 2780295168 320310 33554432000 1073741824 1073778376 140737165183360 140318741519016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21773/tid=21788] ppid=21771 vsize=2715132 CPUtime=4.25 cores=0,2,4,6
/proc/21773/task/21788/stat : 21788 (java) S 21771 21773 21183 0 -1 4202560 395 0 0 0 414 11 0 0 20 0 19 0 347054673 2780295168 320310 33554432000 1073741824 1073778376 140737165183360 140318740466472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21789] ppid=21771 vsize=2715132 CPUtime=2.56 cores=0,2,4,6
/proc/21773/task/21789/stat : 21789 (java) S 21771 21773 21183 0 -1 4202560 123 0 0 0 252 4 0 0 20 0 19 0 347054674 2780295168 320310 33554432000 1073741824 1073778376 140737165183360 140318610545000 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21790] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21790/stat : 21790 (java) S 21771 21773 21183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347054675 2780295168 320310 33554432000 1073741824 1073778376 140737165183360 140318609491320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21791] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21791/stat : 21791 (java) S 21771 21773 21183 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347054675 2780295168 320310 33554432000 1073741824 1073778376 140737165183360 140318608438152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21792] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21792/stat : 21792 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 320310 33554432000 1073741824 1073778376 140737165183360 140318607386896 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21793] ppid=21771 vsize=2715132 CPUtime=0.89 cores=0,2,4,6
/proc/21773/task/21793/stat : 21793 (java) S 21771 21773 21183 0 -1 4202560 6865 0 0 0 87 2 0 0 20 0 19 0 347054677 2780295168 320310 33554432000 1073741824 1073778376 140737165183360 140318606334776 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21773/tid=21794] ppid=21771 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/21773/task/21794/stat : 21794 (java) S 21771 21773 21183 0 -1 4202560 8184 0 0 0 87 0 0 0 20 0 19 0 347054677 2780295168 320310 33554432000 1073741824 1073778376 140737165183360 140318605282232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21795] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21795/stat : 21795 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 320310 33554432000 1073741824 1073778376 140737165183360 140318604229368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21796] ppid=21771 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/21773/task/21796/stat : 21796 (java) S 21771 21773 21183 0 -1 4202560 95 0 0 0 38 25 0 0 20 0 19 0 347054677 2780295168 320310 33554432000 1073741824 1073778376 140737165183360 140318603177032 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21798] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21798/stat : 21798 (java) S 21771 21773 21183 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347054768 2780295168 320310 33554432000 1073741824 1073778376 140737165183360 140318602122280 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1686.94
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 21869
/proc/meminfo: memFree=24366276/32873844 swapFree=7628/7628
[pid=21773] ppid=21771 vsize=2715132 CPUtime=1747.79 cores=0,2,4,6
/proc/21773/stat : 21773 (java) S 21771 21773 21183 0 -1 4202496 23259 0 1 0 174651 128 0 0 20 0 19 0 347054671 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140737165174496 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21773/statm: 678783 321420 2286 9 0 669476 0
[pid=21773/tid=21775] ppid=21771 vsize=2715132 CPUtime=1709.17 cores=0,2,4,6
/proc/21773/task/21775/stat : 21775 (java) R 21771 21773 21183 0 -1 4202560 3707 0 1 0 170877 40 0 0 20 0 19 0 347054672 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318763384096 140318612614268 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=2715132 CPUtime=4.27 cores=0,2,4,6
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 21183 0 -1 4202560 376 0 0 0 417 10 0 0 20 0 19 0 347054673 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318747834792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21782] ppid=21771 vsize=2715132 CPUtime=4.29 cores=0,2,4,6
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 21183 0 -1 4202560 399 0 0 0 419 10 0 0 20 0 19 0 347054673 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318746782248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21783] ppid=21771 vsize=2715132 CPUtime=4.18 cores=0,2,4,6
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 21183 0 -1 4202560 360 0 0 0 409 9 0 0 20 0 19 0 347054673 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318745729192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21784] ppid=21771 vsize=2715132 CPUtime=4.38 cores=0,2,4,6
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 21183 0 -1 4202560 415 0 0 0 427 11 0 0 20 0 19 0 347054673 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318744676648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=2715132 CPUtime=4.26 cores=0,2,4,6
/proc/21773/task/21785/stat : 21785 (java) S 21771 21773 21183 0 -1 4202560 406 0 0 0 415 11 0 0 20 0 19 0 347054673 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318743624616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21786] ppid=21771 vsize=2715132 CPUtime=4.09 cores=0,2,4,6
/proc/21773/task/21786/stat : 21786 (java) S 21771 21773 21183 0 -1 4202560 368 0 0 0 398 11 0 0 20 0 19 0 347054673 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318742572072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21773/tid=21787] ppid=21771 vsize=2715132 CPUtime=4.17 cores=0,2,4,6
/proc/21773/task/21787/stat : 21787 (java) S 21771 21773 21183 0 -1 4202560 360 0 0 0 406 11 0 0 20 0 19 0 347054673 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318741519016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21788] ppid=21771 vsize=2715132 CPUtime=4.43 cores=0,2,4,6
/proc/21773/task/21788/stat : 21788 (java) S 21771 21773 21183 0 -1 4202560 411 0 0 0 432 11 0 0 20 0 19 0 347054673 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318740466472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21789] ppid=21771 vsize=2715132 CPUtime=2.56 cores=0,2,4,6
/proc/21773/task/21789/stat : 21789 (java) S 21771 21773 21183 0 -1 4202560 127 0 0 0 252 4 0 0 20 0 19 0 347054674 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318610545000 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21790] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21790/stat : 21790 (java) S 21771 21773 21183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347054675 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318609491320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21791] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21791/stat : 21791 (java) S 21771 21773 21183 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347054675 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318608438152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21792] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21792/stat : 21792 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318607386896 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21793] ppid=21771 vsize=2715132 CPUtime=0.89 cores=0,2,4,6
/proc/21773/task/21793/stat : 21793 (java) S 21771 21773 21183 0 -1 4202560 6865 0 0 0 87 2 0 0 20 0 19 0 347054677 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318606334776 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21773/tid=21794] ppid=21771 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/21773/task/21794/stat : 21794 (java) S 21771 21773 21183 0 -1 4202560 8184 0 0 0 87 0 0 0 20 0 19 0 347054677 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318605282232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21795] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21795/stat : 21795 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318604229368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21796] ppid=21771 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/21773/task/21796/stat : 21796 (java) S 21771 21773 21183 0 -1 4202560 99 0 0 0 39 26 0 0 20 0 19 0 347054677 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318603177032 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21798] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21798/stat : 21798 (java) S 21771 21773 21183 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347054768 2780295168 321420 33554432000 1073741824 1073778376 140737165183360 140318602122280 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1747.79
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 21870
/proc/meminfo: memFree=24332884/32873844 swapFree=7628/7628
[pid=21773] ppid=21771 vsize=2715132 CPUtime=1800.01 cores=0,2,4,6
/proc/21773/stat : 21773 (java) S 21771 21773 21183 0 -1 4202496 23318 0 1 0 179871 130 0 0 20 0 19 0 347054671 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140737165174496 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21773/statm: 678783 321506 2286 9 0 669476 0
[pid=21773/tid=21775] ppid=21771 vsize=2715132 CPUtime=1760.29 cores=0,2,4,6
/proc/21773/task/21775/stat : 21775 (java) R 21771 21773 21183 0 -1 4202560 3729 0 1 0 175988 41 0 0 20 0 19 0 347054672 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318763384016 140318612604146 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=2715132 CPUtime=4.36 cores=0,2,4,6
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 21183 0 -1 4202560 381 0 0 0 426 10 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318747834792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21782] ppid=21771 vsize=2715132 CPUtime=4.4 cores=0,2,4,6
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 21183 0 -1 4202560 400 0 0 0 430 10 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318746782248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21773/tid=21783] ppid=21771 vsize=2715132 CPUtime=4.27 cores=0,2,4,6
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 21183 0 -1 4202560 365 0 0 0 418 9 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318745729192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21784] ppid=21771 vsize=2715132 CPUtime=4.46 cores=0,2,4,6
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 21183 0 -1 4202560 415 0 0 0 435 11 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318744676648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=2715132 CPUtime=4.37 cores=0,2,4,6
/proc/21773/task/21785/stat : 21785 (java) S 21771 21773 21183 0 -1 4202560 413 0 0 0 426 11 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318743624616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21786] ppid=21771 vsize=2715132 CPUtime=4.18 cores=0,2,4,6
/proc/21773/task/21786/stat : 21786 (java) S 21771 21773 21183 0 -1 4202560 368 0 0 0 407 11 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318742572072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21787] ppid=21771 vsize=2715132 CPUtime=4.25 cores=0,2,4,6
/proc/21773/task/21787/stat : 21787 (java) S 21771 21773 21183 0 -1 4202560 370 0 0 0 414 11 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318741519016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21788] ppid=21771 vsize=2715132 CPUtime=4.52 cores=0,2,4,6
/proc/21773/task/21788/stat : 21788 (java) S 21771 21773 21183 0 -1 4202560 416 0 0 0 441 11 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318740466472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21789] ppid=21771 vsize=2715132 CPUtime=2.92 cores=0,2,4,6
/proc/21773/task/21789/stat : 21789 (java) S 21771 21773 21183 0 -1 4202560 129 0 0 0 288 4 0 0 20 0 19 0 347054674 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318610545000 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21790] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21790/stat : 21790 (java) S 21771 21773 21183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347054675 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318609491320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21791] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21791/stat : 21791 (java) S 21771 21773 21183 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347054675 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318608438152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21792] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21792/stat : 21792 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318607386896 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21793] ppid=21771 vsize=2715132 CPUtime=0.89 cores=0,2,4,6
/proc/21773/task/21793/stat : 21793 (java) S 21771 21773 21183 0 -1 4202560 6865 0 0 0 87 2 0 0 20 0 19 0 347054677 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318606334776 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21773/tid=21794] ppid=21771 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/21773/task/21794/stat : 21794 (java) S 21771 21773 21183 0 -1 4202560 8184 0 0 0 87 0 0 0 20 0 19 0 347054677 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318605282232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21795] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21795/stat : 21795 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318604229368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21796] ppid=21771 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/21773/task/21796/stat : 21796 (java) S 21771 21773 21183 0 -1 4202560 101 0 0 0 40 27 0 0 20 0 19 0 347054677 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318603177032 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21798] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21798/stat : 21798 (java) S 21771 21773 21183 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347054768 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318602122280 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1774 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 21870
/proc/meminfo: memFree=24332884/32873844 swapFree=7628/7628
[pid=21773] ppid=21771 vsize=2715132 CPUtime=1800.01 cores=0,2,4,6
/proc/21773/stat : 21773 (java) S 21771 21773 21183 0 -1 4202496 23318 0 1 0 179871 130 0 0 20 0 19 0 347054671 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140737165174496 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21773/statm: 678783 321506 2286 9 0 669476 0
[pid=21773/tid=21775] ppid=21771 vsize=2715132 CPUtime=1760.29 cores=0,2,4,6
/proc/21773/task/21775/stat : 21775 (java) R 21771 21773 21183 0 -1 4202560 3729 0 1 0 175988 41 0 0 20 0 19 0 347054672 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318763384016 140318612604146 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=2715132 CPUtime=4.36 cores=0,2,4,6
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 21183 0 -1 4202560 381 0 0 0 426 10 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318747834792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21782] ppid=21771 vsize=2715132 CPUtime=4.4 cores=0,2,4,6
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 21183 0 -1 4202560 400 0 0 0 430 10 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318746782248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21773/tid=21783] ppid=21771 vsize=2715132 CPUtime=4.27 cores=0,2,4,6
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 21183 0 -1 4202560 365 0 0 0 418 9 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318745729192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21784] ppid=21771 vsize=2715132 CPUtime=4.46 cores=0,2,4,6
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 21183 0 -1 4202560 415 0 0 0 435 11 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318744676648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=2715132 CPUtime=4.37 cores=0,2,4,6
/proc/21773/task/21785/stat : 21785 (java) S 21771 21773 21183 0 -1 4202560 413 0 0 0 426 11 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318743624616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21786] ppid=21771 vsize=2715132 CPUtime=4.18 cores=0,2,4,6
/proc/21773/task/21786/stat : 21786 (java) S 21771 21773 21183 0 -1 4202560 368 0 0 0 407 11 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318742572072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21787] ppid=21771 vsize=2715132 CPUtime=4.25 cores=0,2,4,6
/proc/21773/task/21787/stat : 21787 (java) S 21771 21773 21183 0 -1 4202560 370 0 0 0 414 11 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318741519016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21788] ppid=21771 vsize=2715132 CPUtime=4.52 cores=0,2,4,6
/proc/21773/task/21788/stat : 21788 (java) S 21771 21773 21183 0 -1 4202560 416 0 0 0 441 11 0 0 20 0 19 0 347054673 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318740466472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21789] ppid=21771 vsize=2715132 CPUtime=2.92 cores=0,2,4,6
/proc/21773/task/21789/stat : 21789 (java) S 21771 21773 21183 0 -1 4202560 129 0 0 0 288 4 0 0 20 0 19 0 347054674 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318610545000 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21790] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21790/stat : 21790 (java) S 21771 21773 21183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347054675 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318609491320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21791] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21791/stat : 21791 (java) S 21771 21773 21183 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347054675 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318608438152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21792] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21792/stat : 21792 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318607386896 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21793] ppid=21771 vsize=2715132 CPUtime=0.89 cores=0,2,4,6
/proc/21773/task/21793/stat : 21793 (java) S 21771 21773 21183 0 -1 4202560 6865 0 0 0 87 2 0 0 20 0 19 0 347054677 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318606334776 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21773/tid=21794] ppid=21771 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/21773/task/21794/stat : 21794 (java) S 21771 21773 21183 0 -1 4202560 8184 0 0 0 87 0 0 0 20 0 19 0 347054677 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318605282232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21773/tid=21795] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21795/stat : 21795 (java) S 21771 21773 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347054677 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318604229368 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21773/tid=21796] ppid=21771 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/21773/task/21796/stat : 21796 (java) S 21771 21773 21183 0 -1 4202560 101 0 0 0 40 27 0 0 20 0 19 0 347054677 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318603177032 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21773/tid=21798] ppid=21771 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/21773/task/21798/stat : 21798 (java) S 21771 21773 21183 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347054768 2780295168 321506 33554432000 1073741824 1073778376 140737165183360 140318602122280 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1774.05
CPU time (s): 1800.8
CPU user time (s): 1799.08
CPU system time (s): 1.72274
CPU usage (%): 101.508
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.72274
maximum resident set size= 1286212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23366
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62301
involuntary context switches= 84976

runsolver used 5.9401 second user time and 14.6638 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-04 13:28:18
IDJOB=3744135
IDBENCH=92694
IDSOLVER=2322
FILE ID=node144/3744135-1338809298
RUNJOBID= node144-1338809298-21733
PBS_JOBID= 14636864
Free space on /tmp= 70832 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_6_mh.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744135-1338809298/watcher-3744135-1338809298 -o /tmp/evaluation-result-3744135-1338809298/solver-3744135-1338809298 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744135-1338809298.opb

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

MD5SUM BENCH= 94b1451a4cda8c04cd1bd81816dea3d0
RANDOM SEED=1147091368

node144.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.196
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	: 5332.39
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.196
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.196
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		: 2666.196
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.196
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.90
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.196
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.92
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.196
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.196
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:        26422896 kB
Buffers:         1726232 kB
Cached:          3805988 kB
SwapCached:          464 kB
Active:          3589732 kB
Inactive:        1977624 kB
Active(anon):      15260 kB
Inactive(anon):    11188 kB
Active(file):    3574472 kB
Inactive(file):  1966436 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:              4104 kB
Writeback:             0 kB
AnonPages:         25064 kB
Mapped:            19688 kB
Shmem:               172 kB
Slab:             743792 kB
SReclaimable:     185336 kB
SUnreclaim:       558456 kB
KernelStack:        1416 kB
PageTables:         4128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1509616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70832 MiB
End job on node144 at 2012-06-04 13:57:54