Trace number 4084969

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.71 1796.72

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null10mast_rapportOE2.0_TMAX15_K192_cod1.opb
MD5SUMff8a546b7ea64c76b8dbf498ac8de727
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 621460138
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 621460138
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084969-1465314554.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
8.60/6.02	c ... done. Wall clock time 5.916s.
8.60/6.02	c declared #vars     399113
8.60/6.02	c #constraints  400980
8.60/6.02	c constraints type 
8.60/6.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
8.60/6.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
8.60/6.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
8.60/6.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.60/6.02	c 400980 constraints processed.
8.60/6.02	c objective function length is 306555 literals
97.82/94.78	c cleaning 2499 clauses out of 4998 with flag 18793/5002
235.49/232.35	c cleaning 4246 clauses out of 8496 with flag 73312/11000
367.60/364.45	c cleaning 5626 clauses out of 11251 with flag 109556/18001
494.84/491.60	c cleaning 6812 clauses out of 13624 with flag 145042/26000
650.83/647.64	c cleaning 7903 clauses out of 15812 with flag 192616/35000
868.36/865.10	c cleaning 8913 clauses out of 17909 with flag 262894/45000
1137.26/1134.05	c cleaning 9997 clauses out of 19996 with flag 346346/56000
1488.81/1485.52	c cleaning 10987 clauses out of 22002 with flag 419708/68003
1786.95/1783.61	c cleaning 11663 clauses out of 24012 with flag 538108/81000
1800.05/1796.70	c starts		: 639
1800.05/1796.70	c conflicts		: 81468
1800.05/1796.70	c decisions		: 3656678
1800.05/1796.70	c propagations		: 2991114211
1800.05/1796.70	c inspects		: 1714285618
1800.05/1796.70	c shortcuts		: 0
1800.05/1796.70	c learnt literals	: 5
1800.05/1796.70	c learnt binary clauses	: 365
1800.05/1796.70	c learnt ternary clauses	: 226
1800.05/1796.70	c learnt constraints	: 81462
1800.05/1796.70	c ignored constraints	: 0
1800.05/1796.70	c root simplifications	: 0
1800.05/1796.70	c removed literals (reason simplification)	: 0
1800.05/1796.70	c reason swapping (by a shorter reason)	: 0
1800.05/1796.70	c Calls to reduceDB	: 9
1800.05/1796.70	c Number of update (reduction) of LBD	: 22598
1800.05/1796.70	c Imported unit clauses	: 0
1800.05/1796.70	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.70	c number of learned constraints concerned by reduction	: 0
1800.05/1796.70	c number of learning phase by resolution	: 0
1800.05/1796.70	c number of learning phase by cutting planes	: 0
1800.05/1796.70	c speed (assignments/second)	: 1670495.5787451377
1800.05/1796.70	c non guided choices	0
1800.05/1796.71	c learnt constraints type 
1800.05/1796.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 365
1800.05/1796.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12451
1800.05/1796.71	s UNKNOWN
1800.05/1796.71	c Total wall clock time (in seconds): 1796.604

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4084969-1465314554/watcher-4084969-1465314554 -o /tmp/evaluation-result-4084969-1465314554/solver-4084969-1465314554 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23537 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084969-1465314554.opb 

pid=23759
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.04 2.06 1.95 3/194 23762
/proc/meminfo: memFree=28600616/32872528 swapFree=10608/190480
[pid=23762] ppid=23759 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23762/stat : 23762 (java) S 23759 23762 27127 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 113390861 98570240 977 33554432000 1073741824 1073778376 140734355022576 140734355013712 249653395517 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23762/statm: 24065 977 743 9 0 16771 0
[pid=23762/tid=23763] ppid=23759 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23763/stat : 23763 (java) R 23759 23762 27127 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 113390861 98570240 977 33554432000 1073741824 1073778376 140734355022576 140348952682024 249650038144 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.04 2.06 1.95 3/194 23762
/proc/meminfo: memFree=28600616/32872528 swapFree=10608/190480
[pid=23762] ppid=23759 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23762/stat : 23762 (java) S 23759 23762 27127 0 -1 4202496 4422 0 1 0 9 1 0 0 20 0 18 0 113390861 9787879424 6053 33554432000 1073741824 1073778376 140734355022576 140734355013712 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23762/statm: 2389619 6053 2140 9 0 2380296 0
[pid=23762/tid=23763] ppid=23759 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23762/task/23763/stat : 23763 (java) R 23759 23762 27127 0 -1 4202560 2374 0 1 0 6 1 0 0 20 0 18 0 113390861 9787879424 6053 33554432000 1073741824 1073778376 140734355022576 140348952673072 140348959837680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200316 s]
/proc/loadavg: 2.04 2.06 1.95 3/194 23762
/proc/meminfo: memFree=28600616/32872528 swapFree=10608/190480
[pid=23762] ppid=23759 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/23762/stat : 23762 (java) S 23759 23762 27127 0 -1 4202496 4990 0 1 0 28 2 0 0 20 0 18 0 113390861 9787879424 9020 33554432000 1073741824 1073778376 140734355022576 140734355013712 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23762/statm: 2389619 9020 2220 9 0 2380296 0
[pid=23762/tid=23763] ppid=23759 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23762/task/23763/stat : 23763 (java) R 23759 23762 27127 0 -1 4202560 2396 0 1 0 16 1 0 0 20 0 18 0 113390861 9787879424 9020 33554432000 1073741824 1073778376 140734355022576 140348952673072 140348810616672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300333 s]
/proc/loadavg: 2.04 2.06 1.95 3/194 23762
/proc/meminfo: memFree=28600616/32872528 swapFree=10608/190480
[pid=23762] ppid=23759 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/23762/stat : 23762 (java) S 23759 23762 27127 0 -1 4202496 5697 0 1 0 46 2 0 0 20 0 18 0 113390861 9787879424 15009 33554432000 1073741824 1073778376 140734355022576 140734355013712 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23762/statm: 2389619 15009 2231 9 0 2380296 0
[pid=23762/tid=23763] ppid=23759 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/23762/task/23763/stat : 23763 (java) R 23759 23762 27127 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 113390861 9787879424 15009 33554432000 1073741824 1073778376 140734355022576 140348952673072 140348811034955 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700269 s]
/proc/loadavg: 2.04 2.06 1.95 3/194 23762
/proc/meminfo: memFree=28600616/32872528 swapFree=10608/190480
[pid=23762] ppid=23759 vsize=9558476 CPUtime=0.97 cores=0,2,4,6
/proc/23762/stat : 23762 (java) S 23759 23762 27127 0 -1 4202496 5890 0 1 0 91 6 0 0 20 0 18 0 113390861 9787879424 45319 33554432000 1073741824 1073778376 140734355022576 140734355013712 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23762/statm: 2389619 45319 2247 9 0 2380296 0
[pid=23762/tid=23763] ppid=23759 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/23762/task/23763/stat : 23763 (java) R 23759 23762 27127 0 -1 4202560 2457 0 1 0 61 3 0 0 20 0 18 0 113390861 9787879424 45319 33554432000 1073741824 1073778376 140734355022576 140348952685640 140348811002033 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 2.04 2.06 1.95 3/212 23780
/proc/meminfo: memFree=28387696/32872528 swapFree=10608/190480
[pid=23762] ppid=23759 vsize=9558476 CPUtime=2.33 cores=0,2,4,6
/proc/23762/stat : 23762 (java) S 23759 23762 27127 0 -1 4202496 7900 0 1 0 216 17 0 0 20 0 18 0 113390861 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140734355013712 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23762/statm: 2389619 95029 2263 9 0 2380296 0
[pid=23762/tid=23763] ppid=23759 vsize=9558476 CPUtime=1.34 cores=0,2,4,6
/proc/23762/task/23763/stat : 23763 (java) S 23759 23762 27127 0 -1 4202560 2513 0 1 0 128 6 0 0 20 0 18 0 113390861 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348952685096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23765] ppid=23759 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/23762/task/23765/stat : 23765 (java) R 23759 23762 27127 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 18 0 113390862 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348930788312 140348955158209 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23766] ppid=23759 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/23762/task/23766/stat : 23766 (java) R 23759 23762 27127 0 -1 4202560 47 0 0 0 4 2 0 0 20 0 18 0 113390862 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348929735464 249649990791 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23767] ppid=23759 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/23762/task/23767/stat : 23767 (java) R 23759 23762 27127 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 18 0 113390862 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348726701224 140348960732320 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23768] ppid=23759 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/23762/task/23768/stat : 23768 (java) R 23759 23762 27127 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 18 0 113390862 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348725648472 140348959582987 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23769] ppid=23759 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/23762/task/23769/stat : 23769 (java) R 23759 23762 27127 0 -1 4202560 123 0 0 0 3 0 0 0 20 0 18 0 113390862 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348724595112 249649990791 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23770] ppid=23759 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/23762/task/23770/stat : 23770 (java) R 23759 23762 27127 0 -1 4202560 97 0 0 0 4 0 0 0 20 0 18 0 113390862 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348723542312 249649990791 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23771] ppid=23759 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23762/task/23771/stat : 23771 (java) R 23759 23762 27127 0 -1 4202560 151 0 0 0 6 2 0 0 20 0 18 0 113390862 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348722489896 249649990791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23772] ppid=23759 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23762/task/23772/stat : 23772 (java) R 23759 23762 27127 0 -1 4202560 118 0 0 0 5 2 0 0 20 0 18 0 113390862 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348721437096 249649990791 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23773] ppid=23759 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23773/stat : 23773 (java) S 23759 23762 27127 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 113390863 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348709238408 249653408828 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23774] ppid=23759 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23774/stat : 23774 (java) S 23759 23762 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113390863 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348708185592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23775] ppid=23759 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23775/stat : 23775 (java) S 23759 23762 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 113390864 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348707133192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23776] ppid=23759 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23776/stat : 23776 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113390866 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348706081680 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23777] ppid=23759 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/23762/task/23777/stat : 23777 (java) S 23759 23762 27127 0 -1 4202560 1351 0 0 0 19 0 0 0 20 0 18 0 113390866 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348705028280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23778] ppid=23759 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/23762/task/23778/stat : 23778 (java) S 23759 23762 27127 0 -1 4202560 1947 0 0 0 25 0 0 0 20 0 18 0 113390866 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348703975480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23779] ppid=23759 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23779/stat : 23779 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113390866 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348702923384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23780] ppid=23759 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23780/stat : 23780 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113390866 9787879424 95029 33554432000 1073741824 1073778376 140734355022576 140348701870792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 2.04 2.06 1.95 10/212 23780
/proc/meminfo: memFree=27451712/32872528 swapFree=10608/190480
[pid=23762] ppid=23759 vsize=9558476 CPUtime=4.51 cores=0,2,4,6
/proc/23762/stat : 23762 (java) S 23759 23762 27127 0 -1 4202496 11022 0 1 0 400 51 0 0 20 0 18 0 113390861 9787879424 483288 33554432000 1073741824 1073778376 140734355022576 140734355013712 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23762/statm: 2389619 483288 2263 9 0 2380296 0
[pid=23762/tid=23763] ppid=23759 vsize=9558476 CPUtime=2.72 cores=0,2,4,6
/proc/23762/task/23763/stat : 23763 (java) R 23759 23762 27127 0 -1 4202560 3851 0 1 0 245 27 0 0 20 0 18 0 113390861 9787879424 483288 33554432000 1073741824 1073778376 140734355022576 140348952678352 140348960451674 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23765] ppid=23759 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/23762/task/23765/stat : 23765 (java) S 23759 23762 27127 0 -1 4202560 72 0 0 0 13 3 0 0 20 0 18 0 113390862 9787879424 483288 33554432000 1073741824 1073778376 140734355022576 140348930788136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23766] ppid=23759 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/23762/task/23766/stat : 23766 (java) S 23759 23762 27127 0 -1 4202560 78 0 0 0 11 3 0 0 20 0 18 0 113390862 9787879424 483288 33554432000 1073741824 1073778376 140734355022576 140348929735336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23767] ppid=23759 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23762/task/23767/stat : 23767 (java) S 23759 23762 27127 0 -1 4202560 44 0 0 0 9 1 0 0 20 0 18 0 113390862 9787879424 483288 33554432000 1073741824 1073778376 140734355022576 140348726701096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23768] ppid=23759 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23762/task/23768/stat : 23768 (java) S 23759 23762 27127 0 -1 4202560 594 0 0 0 13 4 0 0 20 0 18 0 113390862 9787879424 483288 33554432000 1073741824 1073778376 140734355022576 140348725648296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23769] ppid=23759 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23762/task/23769/stat : 23769 (java) S 23759 23762 27127 0 -1 4202560 147 0 0 0 8 2 0 0 20 0 18 0 113390862 9787879424 483800 33554432000 1073741824 1073778376 140734355022576 140348724594984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23770] ppid=23759 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/23762/task/23770/stat : 23770 (java) S 23759 23762 27127 0 -1 4202560 127 0 0 0 12 3 0 0 20 0 18 0 113390862 9787879424 483800 33554432000 1073741824 1073778376 140734355022576 140348723542184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23771] ppid=23759 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/23762/task/23771/stat : 23771 (java) S 23759 23762 27127 0 -1 4202560 419 0 0 0 12 4 0 0 20 0 18 0 113390862 9787879424 483800 33554432000 1073741824 1073778376 140734355022576 140348722489896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23772] ppid=23759 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/23762/task/23772/stat : 23772 (java) S 23759 23762 27127 0 -1 4202560 176 0 0 0 16 5 0 0 20 0 18 0 113390862 9787879424 483800 33554432000 1073741824 1073778376 140734355022576 140348721437096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23773] ppid=23759 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23773/stat : 23773 (java) S 23759 23762 27127 0 -1 4202560 965 0 0 0 0 0 0 0 20 0 18 0 113390863 9787879424 483800 33554432000 1073741824 1073778376 140734355022576 140348709239528 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23774] ppid=23759 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23774/stat : 23774 (java) S 23759 23762 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113390863 9787879424 483800 33554432000 1073741824 1073778376 140734355022576 140348708185592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23775] ppid=23759 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23775/stat : 23775 (java) S 23759 23762 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 113390864 9787879424 483800 33554432000 1073741824 1073778376 140734355022576 140348707133192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23776] ppid=23759 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23776/stat : 23776 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113390866 9787879424 483800 33554432000 1073741824 1073778376 140734355022576 140348706081680 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23777] ppid=23759 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/23762/task/23777/stat : 23777 (java) S 23759 23762 27127 0 -1 4202560 1351 0 0 0 19 0 0 0 20 0 18 0 113390866 9787879424 483800 33554432000 1073741824 1073778376 140734355022576 140348705028280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23778] ppid=23759 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/23762/task/23778/stat : 23778 (java) S 23759 23762 27127 0 -1 4202560 1947 0 0 0 25 0 0 0 20 0 18 0 113390866 9787879424 483800 33554432000 1073741824 1073778376 140734355022576 140348703975480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23779] ppid=23759 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23779/stat : 23779 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113390866 9787879424 483800 33554432000 1073741824 1073778376 140734355022576 140348702923384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23780] ppid=23759 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23780/stat : 23780 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113390866 9787879424 483800 33554432000 1073741824 1073778376 140734355022576 140348701870792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 9558476

[startup+6.30079 s]
/proc/loadavg: 2.04 2.06 1.95 3/212 23780
/proc/meminfo: memFree=26377960/32872528 swapFree=10608/190480
[pid=23762] ppid=23759 vsize=9625040 CPUtime=9.12 cores=0,2,4,6
/proc/23762/stat : 23762 (java) S 23759 23762 27127 0 -1 4202496 14259 0 1 0 838 74 0 0 20 0 19 0 113390861 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140734355013712 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23762/statm: 2406260 591057 2275 9 0 2396937 0
[pid=23762/tid=23763] ppid=23759 vsize=9625040 CPUtime=5.52 cores=0,2,4,6
/proc/23762/task/23763/stat : 23763 (java) R 23759 23762 27127 0 -1 4202560 3985 0 1 0 520 32 0 0 20 0 19 0 113390861 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348952686680 140348810615154 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23765] ppid=23759 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/23762/task/23765/stat : 23765 (java) S 23759 23762 27127 0 -1 4202560 130 0 0 0 28 5 0 0 20 0 19 0 113390862 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348930788136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23766] ppid=23759 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/23762/task/23766/stat : 23766 (java) S 23759 23762 27127 0 -1 4202560 732 0 0 0 23 4 0 0 20 0 19 0 113390862 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348929735336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23767] ppid=23759 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/23762/task/23767/stat : 23767 (java) S 23759 23762 27127 0 -1 4202560 99 0 0 0 24 3 0 0 20 0 19 0 113390862 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348726701096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23768] ppid=23759 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/23762/task/23768/stat : 23768 (java) S 23759 23762 27127 0 -1 4202560 663 0 0 0 38 8 0 0 20 0 19 0 113390862 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348725648296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23769] ppid=23759 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/23762/task/23769/stat : 23769 (java) S 23759 23762 27127 0 -1 4202560 728 0 0 0 22 4 0 0 20 0 19 0 113390862 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348724594984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23770] ppid=23759 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23762/task/23770/stat : 23770 (java) S 23759 23762 27127 0 -1 4202560 503 0 0 0 31 5 0 0 20 0 19 0 113390862 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348723542184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23771] ppid=23759 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/23762/task/23771/stat : 23771 (java) S 23759 23762 27127 0 -1 4202560 779 0 0 0 33 7 0 0 20 0 19 0 113390862 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348722489896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23772] ppid=23759 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/23762/task/23772/stat : 23772 (java) S 23759 23762 27127 0 -1 4202560 231 0 0 0 32 6 0 0 20 0 19 0 113390862 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348721437096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23773] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23773/stat : 23773 (java) S 23759 23762 27127 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 19 0 113390863 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348709239528 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23774] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23774/stat : 23774 (java) S 23759 23762 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113390863 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348708185592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23775] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23775/stat : 23775 (java) S 23759 23762 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113390864 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348707133192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23776] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23776/stat : 23776 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113390866 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348706081680 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23777] ppid=23759 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/23762/task/23777/stat : 23777 (java) R 23759 23762 27127 0 -1 4202560 1402 0 0 0 34 0 0 0 20 0 19 0 113390866 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348705028280 140348954834000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23778] ppid=23759 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/23762/task/23778/stat : 23778 (java) R 23759 23762 27127 0 -1 4202560 2486 0 0 0 38 0 0 0 20 0 19 0 113390866 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348703975480 140348955553873 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23779] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23779/stat : 23779 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113390866 9856040960 591057 33554432000 1073741824 1073778376 140734355022576 140348702923384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23780] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=23762/tid=23774] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23774/stat : 23774 (java) S 23759 23762 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113390863 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348708185592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23775] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23775/stat : 23775 (java) S 23759 23762 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113390864 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348707133192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23776] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23776/stat : 23776 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348706081680 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23777] ppid=23759 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/23762/task/23777/stat : 23777 (java) S 23759 23762 27127 0 -1 4202560 1839 0 0 0 48 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348705028280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23778] ppid=23759 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/23762/task/23778/stat : 23778 (java) S 23759 23762 27127 0 -1 4202560 2870 0 0 0 65 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348703975480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23779] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23779/stat : 23779 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348702923384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23780] ppid=23759 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/23762/task/23780/stat : 23780 (java) S 23759 23762 27127 0 -1 4202560 99 0 0 0 32 32 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348701870792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23781] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23781/stat : 23781 (java) S 23759 23762 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113391476 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348700816808 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.64
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.10 2.03 3/212 23913
/proc/meminfo: memFree=28143268/32872528 swapFree=10608/190480
[pid=23762] ppid=23759 vsize=9625040 CPUtime=1785.64 cores=0,2,4,6
/proc/23762/stat : 23762 (java) S 23759 23762 27127 0 -1 4202496 15198 0 1 0 178462 102 0 0 20 0 19 0 113390861 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140734355013712 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23762/statm: 2406260 591025 2285 9 0 2396937 0
[pid=23762/tid=23763] ppid=23759 vsize=9625040 CPUtime=1781.47 cores=0,2,4,6
/proc/23762/task/23763/stat : 23763 (java) R 23759 23762 27127 0 -1 4202560 3995 0 1 0 178085 62 0 0 20 0 19 0 113390861 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348952678080 140348811374989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23765] ppid=23759 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/23762/task/23765/stat : 23765 (java) S 23759 23762 27127 0 -1 4202560 130 0 0 0 28 5 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348930788136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23766] ppid=23759 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/23762/task/23766/stat : 23766 (java) S 23759 23762 27127 0 -1 4202560 732 0 0 0 23 4 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348929735336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23767] ppid=23759 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/23762/task/23767/stat : 23767 (java) S 23759 23762 27127 0 -1 4202560 99 0 0 0 24 3 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348726701096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23768] ppid=23759 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/23762/task/23768/stat : 23768 (java) S 23759 23762 27127 0 -1 4202560 663 0 0 0 38 8 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348725648296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23769] ppid=23759 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/23762/task/23769/stat : 23769 (java) S 23759 23762 27127 0 -1 4202560 728 0 0 0 22 4 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348724594984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23770] ppid=23759 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23762/task/23770/stat : 23770 (java) S 23759 23762 27127 0 -1 4202560 503 0 0 0 31 5 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348723542184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23771] ppid=23759 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/23762/task/23771/stat : 23771 (java) S 23759 23762 27127 0 -1 4202560 779 0 0 0 33 7 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348722489896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23772] ppid=23759 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/23762/task/23772/stat : 23772 (java) S 23759 23762 27127 0 -1 4202560 231 0 0 0 32 6 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348721437096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23773] ppid=23759 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23762/task/23773/stat : 23773 (java) S 23759 23762 27127 0 -1 4202560 1269 0 0 0 0 3 0 0 20 0 19 0 113390863 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348709239528 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23774] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23774/stat : 23774 (java) S 23759 23762 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113390863 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348708185592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23775] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23775/stat : 23775 (java) S 23759 23762 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113390864 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348707133192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23776] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23776/stat : 23776 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348706081680 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23777] ppid=23759 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/23762/task/23777/stat : 23777 (java) S 23759 23762 27127 0 -1 4202560 1839 0 0 0 48 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348705028280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23778] ppid=23759 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/23762/task/23778/stat : 23778 (java) S 23759 23762 27127 0 -1 4202560 2870 0 0 0 65 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348703975480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23779] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23779/stat : 23779 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348702923384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23780] ppid=23759 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/23762/task/23780/stat : 23780 (java) S 23759 23762 27127 0 -1 4202560 103 0 0 0 33 34 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348701870792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23781] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23781/stat : 23781 (java) S 23759 23762 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113391476 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348700816808 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.08 2.09 2.03 3/213 23914
/proc/meminfo: memFree=26373048/32872528 swapFree=10608/190480
[pid=23762] ppid=23759 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/23762/stat : 23762 (java) S 23759 23762 27127 0 -1 4202496 15198 0 1 0 179902 103 0 0 20 0 19 0 113390861 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140734355013712 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23762/statm: 2406260 591025 2285 9 0 2396937 0
[pid=23762/tid=23763] ppid=23759 vsize=9625040 CPUtime=1795.87 cores=0,2,4,6
/proc/23762/task/23763/stat : 23763 (java) R 23759 23762 27127 0 -1 4202560 3995 0 1 0 179525 62 0 0 20 0 19 0 113390861 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348952678080 140348811401620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23765] ppid=23759 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/23762/task/23765/stat : 23765 (java) S 23759 23762 27127 0 -1 4202560 130 0 0 0 28 5 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348930788136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23766] ppid=23759 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/23762/task/23766/stat : 23766 (java) S 23759 23762 27127 0 -1 4202560 732 0 0 0 23 4 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348929735336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23767] ppid=23759 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/23762/task/23767/stat : 23767 (java) S 23759 23762 27127 0 -1 4202560 99 0 0 0 24 3 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348726701096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23768] ppid=23759 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/23762/task/23768/stat : 23768 (java) S 23759 23762 27127 0 -1 4202560 663 0 0 0 38 8 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348725648296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23769] ppid=23759 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/23762/task/23769/stat : 23769 (java) S 23759 23762 27127 0 -1 4202560 728 0 0 0 22 4 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348724594984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23770] ppid=23759 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23762/task/23770/stat : 23770 (java) S 23759 23762 27127 0 -1 4202560 503 0 0 0 31 5 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348723542184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23771] ppid=23759 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/23762/task/23771/stat : 23771 (java) S 23759 23762 27127 0 -1 4202560 779 0 0 0 33 7 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348722489896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23772] ppid=23759 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/23762/task/23772/stat : 23772 (java) S 23759 23762 27127 0 -1 4202560 231 0 0 0 32 6 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348721437096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23773] ppid=23759 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23762/task/23773/stat : 23773 (java) S 23759 23762 27127 0 -1 4202560 1269 0 0 0 0 3 0 0 20 0 19 0 113390863 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348709239528 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23774] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23774/stat : 23774 (java) S 23759 23762 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113390863 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348708185592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23775] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23775/stat : 23775 (java) S 23759 23762 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113390864 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348707133192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23776] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23776/stat : 23776 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348706081680 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23777] ppid=23759 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/23762/task/23777/stat : 23777 (java) S 23759 23762 27127 0 -1 4202560 1839 0 0 0 48 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348705028280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23778] ppid=23759 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/23762/task/23778/stat : 23778 (java) S 23759 23762 27127 0 -1 4202560 2870 0 0 0 65 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348703975480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23779] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23779/stat : 23779 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348702923384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23780] ppid=23759 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/23762/task/23780/stat : 23780 (java) S 23759 23762 27127 0 -1 4202560 103 0 0 0 33 34 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348701870792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23781] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23781/stat : 23781 (java) S 23759 23762 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113391476 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348700816808 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23762 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.7 s]
/proc/loadavg: 2.08 2.09 2.03 3/213 23914
/proc/meminfo: memFree=26373048/32872528 swapFree=10608/190480
[pid=23762] ppid=23759 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/23762/stat : 23762 (java) S 23759 23762 27127 0 -1 4202496 15198 0 1 0 179902 103 0 0 20 0 19 0 113390861 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140734355013712 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23762/statm: 2406260 591025 2285 9 0 2396937 0
[pid=23762/tid=23763] ppid=23759 vsize=9625040 CPUtime=1795.87 cores=0,2,4,6
/proc/23762/task/23763/stat : 23763 (java) R 23759 23762 27127 0 -1 4202560 3995 0 1 0 179525 62 0 0 20 0 19 0 113390861 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348952678080 140348811401620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23765] ppid=23759 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/23762/task/23765/stat : 23765 (java) S 23759 23762 27127 0 -1 4202560 130 0 0 0 28 5 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348930788136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23766] ppid=23759 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/23762/task/23766/stat : 23766 (java) S 23759 23762 27127 0 -1 4202560 732 0 0 0 23 4 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348929735336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23767] ppid=23759 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/23762/task/23767/stat : 23767 (java) S 23759 23762 27127 0 -1 4202560 99 0 0 0 24 3 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348726701096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23768] ppid=23759 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/23762/task/23768/stat : 23768 (java) S 23759 23762 27127 0 -1 4202560 663 0 0 0 38 8 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348725648296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23769] ppid=23759 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/23762/task/23769/stat : 23769 (java) S 23759 23762 27127 0 -1 4202560 728 0 0 0 22 4 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348724594984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23770] ppid=23759 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23762/task/23770/stat : 23770 (java) S 23759 23762 27127 0 -1 4202560 503 0 0 0 31 5 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348723542184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23762/tid=23771] ppid=23759 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/23762/task/23771/stat : 23771 (java) S 23759 23762 27127 0 -1 4202560 779 0 0 0 33 7 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348722489896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23772] ppid=23759 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/23762/task/23772/stat : 23772 (java) S 23759 23762 27127 0 -1 4202560 231 0 0 0 32 6 0 0 20 0 19 0 113390862 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348721437096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23773] ppid=23759 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23762/task/23773/stat : 23773 (java) S 23759 23762 27127 0 -1 4202560 1269 0 0 0 0 3 0 0 20 0 19 0 113390863 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348709239528 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23762/tid=23774] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23774/stat : 23774 (java) S 23759 23762 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113390863 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348708185592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23775] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23775/stat : 23775 (java) S 23759 23762 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113390864 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348707133192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23776] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23776/stat : 23776 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348706081680 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23777] ppid=23759 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/23762/task/23777/stat : 23777 (java) S 23759 23762 27127 0 -1 4202560 1839 0 0 0 48 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348705028280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23778] ppid=23759 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/23762/task/23778/stat : 23778 (java) S 23759 23762 27127 0 -1 4202560 2870 0 0 0 65 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348703975480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23779] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23779/stat : 23779 (java) S 23759 23762 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348702923384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23762/tid=23780] ppid=23759 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/23762/task/23780/stat : 23780 (java) S 23759 23762 27127 0 -1 4202560 103 0 0 0 33 34 0 0 20 0 19 0 113390866 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348701870792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23762/tid=23781] ppid=23759 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23762/task/23781/stat : 23781 (java) S 23759 23762 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113391476 9856040960 591025 33554432000 1073741824 1073778376 140734355022576 140348700816808 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1796.72
CPU time (s): 1800.71
CPU user time (s): 1799.16
CPU system time (s): 1.55176
CPU usage (%): 100.222
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 1.55176
maximum resident set size= 2364744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15232
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39448
involuntary context switches= 9534

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1835 second user time and 13.8539 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 17:49:15
IDJOB=4084969
IDBENCH=92076
IDSOLVER=2546
FILE ID=node102/4084969-1465314554
RUNJOBID= node102-1465312757-23537
PBS_JOBID= 19850416
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null10mast_rapportOE2.0_TMAX15_K192_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084969-1465314554/watcher-4084969-1465314554 -o /tmp/evaluation-result-4084969-1465314554/solver-4084969-1465314554 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23537 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084969-1465314554.opb

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

MD5SUM BENCH= ff8a546b7ea64c76b8dbf498ac8de727
RANDOM SEED=1919129928

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28601408 kB
Buffers:          183456 kB
Cached:           762056 kB
SwapCached:         2712 kB
Active:          2636780 kB
Inactive:         658464 kB
Active(anon):    2349792 kB
Inactive(anon):     2284 kB
Active(file):     286988 kB
Inactive(file):   656180 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:             64768 kB
Writeback:            32 kB
AnonPages:       2553636 kB
Mapped:            16404 kB
Shmem:                 0 kB
Slab:             634872 kB
SReclaimable:      77888 kB
SUnreclaim:       556984 kB
KernelStack:        1640 kB
PageTables:         9300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3453132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2502656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node102 at 2016-06-07 18:19:12