Trace number 3744015

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.88 1763.65

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_8_mh_ic.opb
MD5SUMb8fc0aeb472c4f306b96a25f55baf334
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2961738
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 133432831
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11291176587
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 133432831
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11291176587
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.1.1.v20090612
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version	1.6.0_24
0.03/0.08	c os.name	Linux
0.03/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch	amd64
0.03/0.08	c Free memory 1299577560
0.03/0.08	c Max memory 1306394624
0.03/0.08	c Total memory 1306394624
0.03/0.08	c Number of processors 8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c MiniSAT restarts strategy
0.09/0.11	c Memory based learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3744015-1338807697.opb
0.09/0.11	c reading problem ... 
1.77/1.00	c ... done. Wall clock time 0.892s.
1.77/1.00	c #vars     45775
1.77/1.00	c #constraints  104633
1.77/1.00	c constraints type 
1.87/1.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1.87/1.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 46225
1.87/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 29150
1.87/1.00	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 29126
1314.29/1285.24	c cleaning 437201 clauses out of 874501
1488.98/1456.56	c cleaning 296631 clauses out of 593299
1672.70/1637.87	c cleaning 200548 clauses out of 401170
1800.06/1763.61	c starts		: 22
1800.06/1763.61	c conflicts		: 1193838
1800.06/1763.61	c decisions		: 2954547
1800.06/1763.61	c propagations		: 597482829
1800.06/1763.61	c inspects		: 4668589231
1800.06/1763.61	c learnt literals	: 0
1800.06/1763.61	c learnt binary clauses	: 10
1800.06/1763.61	c learnt ternary clauses	: 15
1800.06/1763.61	c learnt clauses	: 1193838
1800.06/1763.61	c ignored clauses	: 0
1800.06/1763.61	c root simplifications	: 0
1800.06/1763.61	c removed literals (reason simplification)	: 74046758
1800.06/1763.61	c reason swapping (by a shorter reason)	: 0
1800.06/1763.61	c Calls to reduceDB	: 3
1800.06/1763.61	c speed (assignments/second)	: 338976.96308761
1800.06/1763.61	c non guided choices	45
1800.06/1763.64	c learnt constraints type 
1800.06/1763.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 259460
1800.06/1763.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.06/1763.64	c constraints type 
1800.06/1763.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1800.06/1763.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 46225
1800.06/1763.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 29150
1800.06/1763.64	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 29126
1800.06/1763.64	s UNKNOWN
1800.06/1763.64	c Total wall clock time (in seconds): 1763.532

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-3744015-1338807697/watcher-3744015-1338807697 -o /tmp/evaluation-result-3744015-1338807697/solver-3744015-1338807697 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744015-1338807697.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: 2.25 2.22 2.19 3/195 16509
/proc/meminfo: memFree=25471840/32873648 swapFree=7120/7120
[pid=16509] ppid=16507 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16509/stat : 16509 (java6) D 16507 16509 14611 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 346897125 9515008 183 33554432000 1073741824 1073778376 140734445622320 140734445613352 219513962165 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/16509/statm: 2323 183 140 9 0 71 0

[startup+0.0646961 s]
/proc/loadavg: 2.25 2.22 2.19 3/195 16509
/proc/meminfo: memFree=25471840/32873648 swapFree=7120/7120
[pid=16509] ppid=16507 vsize=2315716 CPUtime=0.03 cores=0,2,4,6
/proc/16509/stat : 16509 (java) S 16507 16509 14611 0 -1 4202496 3718 0 1 0 3 0 0 0 20 0 13 0 346897125 2371293184 5436 33554432000 1073741824 1073778376 140736915789120 140736915780256 219517321277 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16509/statm: 578929 5436 1715 9 0 569630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.100263 s]
/proc/loadavg: 2.25 2.22 2.19 3/195 16509
/proc/meminfo: memFree=25471840/32873648 swapFree=7120/7120
[pid=16509] ppid=16507 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/16509/stat : 16509 (java) S 16507 16509 14611 0 -1 4202496 4685 0 1 0 8 1 0 0 20 0 18 0 346897125 2712133632 6402 33554432000 1073741824 1073778376 140736915789120 140736915780256 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16509/statm: 662142 6402 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300225 s]
/proc/loadavg: 2.25 2.22 2.19 3/195 16509
/proc/meminfo: memFree=25471840/32873648 swapFree=7120/7120
[pid=16509] ppid=16507 vsize=2648568 CPUtime=0.5 cores=0,2,4,6
/proc/16509/stat : 16509 (java) S 16507 16509 14611 0 -1 4202496 6068 0 1 0 49 1 0 0 20 0 18 0 346897125 2712133632 13929 33554432000 1073741824 1073778376 140736915789120 140736915780256 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16509/statm: 662142 13942 2219 9 0 652835 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2648568

[startup+0.700236 s]
/proc/loadavg: 2.25 2.22 2.19 3/195 16509
/proc/meminfo: memFree=25471840/32873648 swapFree=7120/7120
[pid=16509] ppid=16507 vsize=2648568 CPUtime=1.31 cores=0,2,4,6
/proc/16509/stat : 16509 (java) S 16507 16509 14611 0 -1 4202496 13488 0 1 0 127 4 0 0 20 0 18 0 346897125 2712133632 45232 33554432000 1073741824 1073778376 140736915789120 140736915780256 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16509/statm: 662142 45232 2242 9 0 652835 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 2648568

[startup+1.50067 s]
/proc/loadavg: 2.25 2.22 2.19 3/213 16527
/proc/meminfo: memFree=25227608/32873648 swapFree=7120/7120
[pid=16509] ppid=16507 vsize=2715132 CPUtime=2.91 cores=0,2,4,6
/proc/16509/stat : 16509 (java) S 16507 16509 14611 0 -1 4202496 17796 0 1 0 283 8 0 0 20 0 19 0 346897125 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140736915780256 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16509/statm: 678783 90074 2259 9 0 669476 0
[pid=16509/tid=16511] ppid=16507 vsize=2715132 CPUtime=1.46 cores=0,2,4,6
/proc/16509/task/16511/stat : 16511 (java) R 16507 16509 14611 0 -1 4202560 2904 0 1 0 140 6 0 0 20 0 19 0 346897126 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360749412584 140360622671088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16512] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16512/stat : 16512 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897128 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360616348072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16513] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16513/stat : 16513 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897128 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360615295528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16514] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16514/stat : 16514 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897128 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360614242472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16509/tid=16515] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16515/stat : 16515 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897128 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360613189928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16516] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16516/stat : 16516 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897128 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360612137896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16517] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16517/stat : 16517 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897128 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360611085352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16518] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16518/stat : 16518 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897128 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360610032296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16519] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16519/stat : 16519 (java) S 16507 16509 14611 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346897128 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360608979752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16520] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16520/stat : 16520 (java) S 16507 16509 14611 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360126785896 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16521] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16521/stat : 16521 (java) S 16507 16509 14611 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360125732216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16522] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16522/stat : 16522 (java) S 16507 16509 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360124679048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16523] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16523/stat : 16523 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360123627792 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16524] ppid=16507 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/16509/task/16524/stat : 16524 (java) S 16507 16509 14611 0 -1 4202560 7922 0 0 0 76 1 0 0 20 0 19 0 346897132 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360122575672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16525] ppid=16507 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/16509/task/16525/stat : 16525 (java) S 16507 16509 14611 0 -1 4202560 5774 0 0 0 63 1 0 0 20 0 19 0 346897132 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360121523128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16526] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16526/stat : 16526 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360120470264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16527] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16527/stat : 16527 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 90074 33554432000 1073741824 1073778376 140736915789120 140360119417928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 2715132

[startup+3.1007 s]
/proc/loadavg: 2.25 2.22 2.19 3/214 16528
/proc/meminfo: memFree=25117692/32873648 swapFree=7120/7120
[pid=16509] ppid=16507 vsize=2715132 CPUtime=4.77 cores=0,2,4,6
/proc/16509/stat : 16509 (java) S 16507 16509 14611 0 -1 4202496 18327 0 1 0 463 14 0 0 20 0 19 0 346897125 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140736915780256 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16509/statm: 678783 110076 2272 9 0 669476 0
[pid=16509/tid=16511] ppid=16507 vsize=2715132 CPUtime=2.98 cores=0,2,4,6
/proc/16509/task/16511/stat : 16511 (java) R 16507 16509 14611 0 -1 4202560 2915 0 1 0 291 7 0 0 20 0 19 0 346897126 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360749412872 140360622746121 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16512] ppid=16507 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/16509/task/16512/stat : 16512 (java) S 16507 16509 14611 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 346897128 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360616348072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16513] ppid=16507 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/16509/task/16513/stat : 16513 (java) S 16507 16509 14611 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 346897128 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360615295528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16514] ppid=16507 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/16509/task/16514/stat : 16514 (java) S 16507 16509 14611 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 346897128 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360614242472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16509/tid=16515] ppid=16507 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/16509/task/16515/stat : 16515 (java) S 16507 16509 14611 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 346897128 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360613189928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16516] ppid=16507 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/16509/task/16516/stat : 16516 (java) S 16507 16509 14611 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 19 0 346897128 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360612137896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16517] ppid=16507 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/16509/task/16517/stat : 16517 (java) S 16507 16509 14611 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 346897128 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360611085352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16518] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16518/stat : 16518 (java) S 16507 16509 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346897128 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360610032296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16519] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16519/stat : 16519 (java) S 16507 16509 14611 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 346897128 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360608979752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16520] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16520/stat : 16520 (java) S 16507 16509 14611 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360126785896 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16521] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16521/stat : 16521 (java) S 16507 16509 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360125732216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16522] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16522/stat : 16522 (java) S 16507 16509 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360124679048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16523] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16523/stat : 16523 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360123627792 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16524] ppid=16507 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/16509/task/16524/stat : 16524 (java) S 16507 16509 14611 0 -1 4202560 7922 0 0 0 76 1 0 0 20 0 19 0 346897132 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360122575672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16525] ppid=16507 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/16509/task/16525/stat : 16525 (java) S 16507 16509 14611 0 -1 4202560 6156 0 0 0 68 2 0 0 20 0 19 0 346897132 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360121523128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16526] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16526/stat : 16526 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360120470264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16527] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16527/stat : 16527 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360119417928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16528] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16528/stat : 16528 (java) S 16507 16509 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346897241 2780295168 110076 33554432000 1073741824 1073778376 140736915789120 140360118363176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 2715132

[startup+6.30072 s]
/proc/loadavg: 2.23 2.22 2.18 3/214 16528
/proc/meminfo: memFree=25081076/32873648 swapFree=7120/7120
[pid=16509] ppid=16507 vsize=2715132 CPUtime=8.26 cores=0,2,4,6
/proc/16509/stat : 16509 (java) S 16507 16509 14611 0 -1 4202496 18364 0 1 0 812 14 0 0 20 0 19 0 346897125 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140736915780256 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16509/statm: 678783 110267 2272 9 0 669476 0
[pid=16509/tid=16511] ppid=16507 vsize=2715132 CPUtime=6.09 cores=0,2,4,6
/proc/16509/task/16511/stat : 16511 (java) R 16507 16509 14611 0 -1 4202560 2920 0 1 0 602 7 0 0 20 0 19 0 346897126 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360749411552 140360622732328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16512] ppid=16507 vsize=2715132 CPUtime=0.06 cores=0,2,4,6
/proc/16509/task/16512/stat : 16512 (java) S 16507 16509 14611 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 346897128 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360616348072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16513] ppid=16507 vsize=2715132 CPUtime=0.08 cores=0,2,4,6
/proc/16509/task/16513/stat : 16513 (java) S 16507 16509 14611 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 346897128 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360615295528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16514] ppid=16507 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/16509/task/16514/stat : 16514 (java) S 16507 16509 14611 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 346897128 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360614242472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16515] ppid=16507 vsize=2715132 CPUtime=0.06 cores=0,2,4,6
/proc/16509/task/16515/stat : 16515 (java) S 16507 16509 14611 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 346897128 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360613189928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16509/tid=16516] ppid=16507 vsize=2715132 CPUtime=0.11 cores=0,2,4,6
/proc/16509/task/16516/stat : 16516 (java) S 16507 16509 14611 0 -1 4202560 31 0 0 0 9 2 0 0 20 0 19 0 346897128 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360612137896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16517] ppid=16507 vsize=2715132 CPUtime=0.09 cores=0,2,4,6
/proc/16509/task/16517/stat : 16517 (java) S 16507 16509 14611 0 -1 4202560 27 0 0 0 9 0 0 0 20 0 19 0 346897128 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360611085352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16518] ppid=16507 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/16509/task/16518/stat : 16518 (java) S 16507 16509 14611 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 346897128 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360610032296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16509/tid=16519] ppid=16507 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/16509/task/16519/stat : 16519 (java) S 16507 16509 14611 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 346897128 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360608979752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16520] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16520/stat : 16520 (java) S 16507 16509 14611 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360126785896 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16521] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16521/stat : 16521 (java) S 16507 16509 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360125732216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16522] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16522/stat : 16522 (java) S 16507 16509 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360124679048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16523] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16523/stat : 16523 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360123627792 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16524] ppid=16507 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/16509/task/16524/stat : 16524 (java) S 16507 16509 14611 0 -1 4202560 7922 0 0 0 76 1 0 0 20 0 19 0 346897132 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360122575672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16525] ppid=16507 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/16509/task/16525/stat : 16525 (java) S 16507 16509 14611 0 -1 4202560 6160 0 0 0 72 2 0 0 20 0 19 0 346897132 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360121523128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16526] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16526/stat : 16526 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360120470264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16527] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16527/stat : 16527 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360119417928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16528] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16528/stat : 16528 (java) S 16507 16509 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346897241 2780295168 110267 33554432000 1073741824 1073778376 140736915789120 140360118363176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]
/proc/loadavg: 2.21 2.21 2.18 3/214 16528
/proc/meminfo: memFree=25006908/32873648 swapFree=7120/7120

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

[pid=16509/tid=16517] ppid=16507 vsize=2715132 CPUtime=5.93 cores=0,2,4,6
/proc/16509/task/16517/stat : 16517 (java) S 16507 16509 14611 0 -1 4202560 404 0 0 0 581 12 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360611085352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16518] ppid=16507 vsize=2715132 CPUtime=5.76 cores=0,2,4,6
/proc/16509/task/16518/stat : 16518 (java) S 16507 16509 14611 0 -1 4202560 404 0 0 0 566 10 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360610032296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16509/tid=16519] ppid=16507 vsize=2715132 CPUtime=5.86 cores=0,2,4,6
/proc/16509/task/16519/stat : 16519 (java) S 16507 16509 14611 0 -1 4202560 418 0 0 0 575 11 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360608979752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16520] ppid=16507 vsize=2715132 CPUtime=1.45 cores=0,2,4,6
/proc/16509/task/16520/stat : 16520 (java) S 16507 16509 14611 0 -1 4202560 823 0 0 0 140 5 0 0 20 0 19 0 346897129 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360126785896 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16521] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16521/stat : 16521 (java) S 16507 16509 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360125732216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16522] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16522/stat : 16522 (java) S 16507 16509 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360124679048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16523] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16523/stat : 16523 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360123627792 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16524] ppid=16507 vsize=2715132 CPUtime=1.38 cores=0,2,4,6
/proc/16509/task/16524/stat : 16524 (java) S 16507 16509 14611 0 -1 4202560 13996 0 0 0 136 2 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360122575672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16525] ppid=16507 vsize=2715132 CPUtime=0.85 cores=0,2,4,6
/proc/16509/task/16525/stat : 16525 (java) S 16507 16509 14611 0 -1 4202560 6173 0 0 0 83 2 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360121523128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16526] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16526/stat : 16526 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360120470264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16527] ppid=16507 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/16509/task/16527/stat : 16527 (java) S 16507 16509 14611 0 -1 4202560 97 0 0 0 34 30 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360119417928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16528] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16528/stat : 16528 (java) S 16507 16509 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346897241 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360118363176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1697.47
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/214 16601
/proc/meminfo: memFree=24332964/32873648 swapFree=7120/7120
[pid=16509] ppid=16507 vsize=2715132 CPUtime=1758.14 cores=0,2,4,6
/proc/16509/stat : 16509 (java) S 16507 16509 14611 0 -1 4202496 29450 0 1 0 175681 133 0 0 20 0 19 0 346897125 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140736915780256 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16509/statm: 678783 330186 2285 9 0 669476 0
[pid=16509/tid=16511] ppid=16507 vsize=2715132 CPUtime=1706.48 cores=0,2,4,6
/proc/16509/task/16511/stat : 16511 (java) R 16507 16509 14611 0 -1 4202560 3912 0 1 0 170611 37 0 0 20 0 19 0 346897126 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360749411760 140360622736849 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16512] ppid=16507 vsize=2715132 CPUtime=6.06 cores=0,2,4,6
/proc/16509/task/16512/stat : 16512 (java) S 16507 16509 14611 0 -1 4202560 403 0 0 0 594 12 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360616348072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16513] ppid=16507 vsize=2715132 CPUtime=5.96 cores=0,2,4,6
/proc/16509/task/16513/stat : 16513 (java) S 16507 16509 14611 0 -1 4202560 379 0 0 0 587 9 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360615295528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16514] ppid=16507 vsize=2715132 CPUtime=5.88 cores=0,2,4,6
/proc/16509/task/16514/stat : 16514 (java) S 16507 16509 14611 0 -1 4202560 402 0 0 0 576 12 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360614242472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16515] ppid=16507 vsize=2715132 CPUtime=5.86 cores=0,2,4,6
/proc/16509/task/16515/stat : 16515 (java) S 16507 16509 14611 0 -1 4202560 418 0 0 0 574 12 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360613189928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16509/tid=16516] ppid=16507 vsize=2715132 CPUtime=6.11 cores=0,2,4,6
/proc/16509/task/16516/stat : 16516 (java) S 16507 16509 14611 0 -1 4202560 434 0 0 0 599 12 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360612137896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16509/tid=16517] ppid=16507 vsize=2715132 CPUtime=6.02 cores=0,2,4,6
/proc/16509/task/16517/stat : 16517 (java) S 16507 16509 14611 0 -1 4202560 404 0 0 0 589 13 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360611085352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16518] ppid=16507 vsize=2715132 CPUtime=5.88 cores=0,2,4,6
/proc/16509/task/16518/stat : 16518 (java) S 16507 16509 14611 0 -1 4202560 404 0 0 0 578 10 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360610032296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16519] ppid=16507 vsize=2715132 CPUtime=5.98 cores=0,2,4,6
/proc/16509/task/16519/stat : 16519 (java) S 16507 16509 14611 0 -1 4202560 418 0 0 0 587 11 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360608979752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16520] ppid=16507 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/16509/task/16520/stat : 16520 (java) S 16507 16509 14611 0 -1 4202560 825 0 0 0 141 6 0 0 20 0 19 0 346897129 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360126785896 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16521] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16521/stat : 16521 (java) S 16507 16509 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360125732216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16522] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16522/stat : 16522 (java) S 16507 16509 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360124679048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16523] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16523/stat : 16523 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360123627792 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16524] ppid=16507 vsize=2715132 CPUtime=1.38 cores=0,2,4,6
/proc/16509/task/16524/stat : 16524 (java) S 16507 16509 14611 0 -1 4202560 13996 0 0 0 136 2 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360122575672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16525] ppid=16507 vsize=2715132 CPUtime=0.85 cores=0,2,4,6
/proc/16509/task/16525/stat : 16525 (java) S 16507 16509 14611 0 -1 4202560 6173 0 0 0 83 2 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360121523128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16526] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16526/stat : 16526 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360120470264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16527] ppid=16507 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/16509/task/16527/stat : 16527 (java) S 16507 16509 14611 0 -1 4202560 99 0 0 0 36 32 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360119417928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16528] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16528/stat : 16528 (java) S 16507 16509 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346897241 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360118363176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1758.14
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1763.6 s]
/proc/loadavg: 2.00 2.03 2.06 3/213 16660
/proc/meminfo: memFree=25198072/32873648 swapFree=7120/7120
[pid=16509] ppid=16507 vsize=2715132 CPUtime=1800.06 cores=0,2,4,6
/proc/16509/stat : 16509 (java) S 16507 16509 14611 0 -1 4202496 29470 0 1 0 179871 135 0 0 20 0 19 0 346897125 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140736915780256 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16509/statm: 678783 330186 2285 9 0 669476 0
[pid=16509/tid=16511] ppid=16507 vsize=2715132 CPUtime=1747.51 cores=0,2,4,6
/proc/16509/task/16511/stat : 16511 (java) R 16507 16509 14611 0 -1 4202560 3928 0 1 0 174713 38 0 0 20 0 19 0 346897126 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360749411648 140360622736664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16512] ppid=16507 vsize=2715132 CPUtime=6.18 cores=0,2,4,6
/proc/16509/task/16512/stat : 16512 (java) S 16507 16509 14611 0 -1 4202560 403 0 0 0 606 12 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360616348072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16513] ppid=16507 vsize=2715132 CPUtime=6.08 cores=0,2,4,6
/proc/16509/task/16513/stat : 16513 (java) S 16507 16509 14611 0 -1 4202560 379 0 0 0 599 9 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360615295528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16514] ppid=16507 vsize=2715132 CPUtime=5.99 cores=0,2,4,6
/proc/16509/task/16514/stat : 16514 (java) S 16507 16509 14611 0 -1 4202560 402 0 0 0 587 12 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360614242472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16515] ppid=16507 vsize=2715132 CPUtime=5.96 cores=0,2,4,6
/proc/16509/task/16515/stat : 16515 (java) S 16507 16509 14611 0 -1 4202560 418 0 0 0 584 12 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360613189928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16516] ppid=16507 vsize=2715132 CPUtime=6.24 cores=0,2,4,6
/proc/16509/task/16516/stat : 16516 (java) S 16507 16509 14611 0 -1 4202560 434 0 0 0 611 13 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360612137896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16509/tid=16517] ppid=16507 vsize=2715132 CPUtime=6.12 cores=0,2,4,6
/proc/16509/task/16517/stat : 16517 (java) S 16507 16509 14611 0 -1 4202560 404 0 0 0 599 13 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360611085352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16509/tid=16518] ppid=16507 vsize=2715132 CPUtime=5.98 cores=0,2,4,6
/proc/16509/task/16518/stat : 16518 (java) S 16507 16509 14611 0 -1 4202560 404 0 0 0 588 10 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360610032296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16519] ppid=16507 vsize=2715132 CPUtime=6.07 cores=0,2,4,6
/proc/16509/task/16519/stat : 16519 (java) S 16507 16509 14611 0 -1 4202560 418 0 0 0 596 11 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360608979752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16520] ppid=16507 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/16509/task/16520/stat : 16520 (java) S 16507 16509 14611 0 -1 4202560 827 0 0 0 141 6 0 0 20 0 19 0 346897129 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360126785896 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16521] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16521/stat : 16521 (java) S 16507 16509 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360125732216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16522] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16522/stat : 16522 (java) S 16507 16509 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360124679048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16523] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16523/stat : 16523 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360123627792 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16524] ppid=16507 vsize=2715132 CPUtime=1.38 cores=0,2,4,6
/proc/16509/task/16524/stat : 16524 (java) S 16507 16509 14611 0 -1 4202560 13996 0 0 0 136 2 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360122575672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16525] ppid=16507 vsize=2715132 CPUtime=0.85 cores=0,2,4,6
/proc/16509/task/16525/stat : 16525 (java) S 16507 16509 14611 0 -1 4202560 6173 0 0 0 83 2 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360121523128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16526] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16526/stat : 16526 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360120470264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16527] ppid=16507 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/16509/task/16527/stat : 16527 (java) S 16507 16509 14611 0 -1 4202560 101 0 0 0 36 33 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360119417928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16528] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16528/stat : 16528 (java) S 16507 16509 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346897241 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360118363176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+1763.6 s]
/proc/loadavg: 2.00 2.03 2.06 3/213 16660
/proc/meminfo: memFree=25198072/32873648 swapFree=7120/7120
[pid=16509] ppid=16507 vsize=2715132 CPUtime=1800.06 cores=0,2,4,6
/proc/16509/stat : 16509 (java) S 16507 16509 14611 0 -1 4202496 29470 0 1 0 179871 135 0 0 20 0 19 0 346897125 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140736915780256 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16509/statm: 678783 330186 2285 9 0 669476 0
[pid=16509/tid=16511] ppid=16507 vsize=2715132 CPUtime=1747.51 cores=0,2,4,6
/proc/16509/task/16511/stat : 16511 (java) R 16507 16509 14611 0 -1 4202560 3928 0 1 0 174713 38 0 0 20 0 19 0 346897126 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360749411648 140360622736664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16512] ppid=16507 vsize=2715132 CPUtime=6.18 cores=0,2,4,6
/proc/16509/task/16512/stat : 16512 (java) S 16507 16509 14611 0 -1 4202560 403 0 0 0 606 12 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360616348072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16513] ppid=16507 vsize=2715132 CPUtime=6.08 cores=0,2,4,6
/proc/16509/task/16513/stat : 16513 (java) S 16507 16509 14611 0 -1 4202560 379 0 0 0 599 9 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360615295528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16514] ppid=16507 vsize=2715132 CPUtime=5.99 cores=0,2,4,6
/proc/16509/task/16514/stat : 16514 (java) S 16507 16509 14611 0 -1 4202560 402 0 0 0 587 12 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360614242472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16515] ppid=16507 vsize=2715132 CPUtime=5.96 cores=0,2,4,6
/proc/16509/task/16515/stat : 16515 (java) S 16507 16509 14611 0 -1 4202560 418 0 0 0 584 12 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360613189928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16516] ppid=16507 vsize=2715132 CPUtime=6.24 cores=0,2,4,6
/proc/16509/task/16516/stat : 16516 (java) S 16507 16509 14611 0 -1 4202560 434 0 0 0 611 13 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360612137896 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16509/tid=16517] ppid=16507 vsize=2715132 CPUtime=6.12 cores=0,2,4,6
/proc/16509/task/16517/stat : 16517 (java) S 16507 16509 14611 0 -1 4202560 404 0 0 0 599 13 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360611085352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16509/tid=16518] ppid=16507 vsize=2715132 CPUtime=5.98 cores=0,2,4,6
/proc/16509/task/16518/stat : 16518 (java) S 16507 16509 14611 0 -1 4202560 404 0 0 0 588 10 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360610032296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16519] ppid=16507 vsize=2715132 CPUtime=6.07 cores=0,2,4,6
/proc/16509/task/16519/stat : 16519 (java) S 16507 16509 14611 0 -1 4202560 418 0 0 0 596 11 0 0 20 0 19 0 346897128 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360608979752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16520] ppid=16507 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/16509/task/16520/stat : 16520 (java) S 16507 16509 14611 0 -1 4202560 827 0 0 0 141 6 0 0 20 0 19 0 346897129 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360126785896 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16521] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16521/stat : 16521 (java) S 16507 16509 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360125732216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16522] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16522/stat : 16522 (java) S 16507 16509 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346897129 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360124679048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16523] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16523/stat : 16523 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360123627792 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16524] ppid=16507 vsize=2715132 CPUtime=1.38 cores=0,2,4,6
/proc/16509/task/16524/stat : 16524 (java) S 16507 16509 14611 0 -1 4202560 13996 0 0 0 136 2 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360122575672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16509/tid=16525] ppid=16507 vsize=2715132 CPUtime=0.85 cores=0,2,4,6
/proc/16509/task/16525/stat : 16525 (java) S 16507 16509 14611 0 -1 4202560 6173 0 0 0 83 2 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360121523128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16526] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16526/stat : 16526 (java) S 16507 16509 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360120470264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16509/tid=16527] ppid=16507 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/16509/task/16527/stat : 16527 (java) S 16507 16509 14611 0 -1 4202560 101 0 0 0 36 33 0 0 20 0 19 0 346897132 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360119417928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16509/tid=16528] ppid=16507 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/16509/task/16528/stat : 16528 (java) S 16507 16509 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346897241 2780295168 330186 33554432000 1073741824 1073778376 140736915789120 140360118363176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1763.65
CPU time (s): 1800.88
CPU user time (s): 1799
CPU system time (s): 1.88071
CPU usage (%): 102.111
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.88071
maximum resident set size= 1320952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29524
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68549
involuntary context switches= 108206

runsolver used 6.43302 second user time and 14.1398 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-04 13:01:38
IDJOB=3744015
IDBENCH=92669
IDSOLVER=2322
FILE ID=node114/3744015-1338807697
RUNJOBID= node114-1338784438-14627
PBS_JOBID= 14636849
Free space on /tmp= 70040 MiB

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

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

MD5SUM BENCH= b8fc0aeb472c4f306b96a25f55baf334
RANDOM SEED=1320462472

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25472220 kB
Buffers:         1073636 kB
Cached:          3879776 kB
SwapCached:         2244 kB
Active:          4470136 kB
Inactive:        1924884 kB
Active(anon):    1428488 kB
Inactive(anon):     8360 kB
Active(file):    3041648 kB
Inactive(file):  1916524 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:              4312 kB
Writeback:             0 kB
AnonPages:       1439308 kB
Mapped:            19100 kB
Shmem:               100 kB
Slab:             865932 kB
SReclaimable:     309724 kB
SUnreclaim:       556208 kB
KernelStack:        1608 kB
PageTables:         6988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1525420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1337344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70136 MiB
End job on node114 at 2012-06-04 13:31:03