Trace number 3744621

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) 1801.08 1766.61

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_8_ic.opb
MD5SUMc59785e6f20fb8a9ed43144b528a9d33
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 variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
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 8863945089
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 8863945089
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.1.1.v20090612
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version	1.6.0_24
0.02/0.09	c os.name	Linux
0.02/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch	amd64
0.02/0.09	c Free memory 1299577560
0.02/0.09	c Max memory 1306394624
0.02/0.09	c Total memory 1306394624
0.02/0.09	c Number of processors 8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c MiniSAT restarts strategy
0.07/0.12	c Memory based learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3744621-1338812870.opb
0.07/0.12	c reading problem ... 
0.95/0.57	c ... done. Wall clock time 0.45s.
0.95/0.57	c #vars     15725
0.95/0.57	c #constraints  33208
0.95/0.57	c constraints type 
0.95/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.95/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
0.95/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
0.95/0.57	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 14726
1290.57/1268.48	c cleaning 455743 clauses out of 911500
1800.01/1766.52	c starts		: 22
1800.01/1766.52	c conflicts		: 1238957
1800.01/1766.52	c decisions		: 1420457
1800.01/1766.52	c propagations		: 741243532
1800.01/1766.52	c inspects		: 7832856220
1800.01/1766.52	c learnt literals	: 0
1800.01/1766.52	c learnt binary clauses	: 0
1800.01/1766.52	c learnt ternary clauses	: 0
1800.01/1766.52	c learnt clauses	: 1238957
1800.01/1766.52	c ignored clauses	: 0
1800.01/1766.52	c root simplifications	: 0
1800.01/1766.52	c removed literals (reason simplification)	: 60280592
1800.01/1766.52	c reason swapping (by a shorter reason)	: 0
1800.01/1766.52	c Calls to reduceDB	: 1
1800.01/1766.52	c speed (assignments/second)	: 419743.64589137596
1800.01/1766.52	c non guided choices	0
1800.01/1766.59	c learnt constraints type 
1800.01/1766.59	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 783231
1800.01/1766.59	c constraints type 
1800.01/1766.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.01/1766.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.01/1766.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.01/1766.59	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 14726
1800.01/1766.59	s UNKNOWN
1800.01/1766.59	c Total wall clock time (in seconds): 1766.472

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-3744621-1338812870/watcher-3744621-1338812870 -o /tmp/evaluation-result-3744621-1338812870/solver-3744621-1338812870 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744621-1338812870.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.00 2.00 2.00 3/194 22066
/proc/meminfo: memFree=25628364/32873844 swapFree=7628/7628
[pid=22066] ppid=22064 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/22066/stat : 22066 (java6) R 22064 22066 21183 0 -1 4202496 180 0 0 0 0 0 0 0 20 0 1 0 347411869 9379840 117 33554432000 1073741824 1073778376 140735543384288 140735543381416 223651312272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22066/statm: 2290 122 94 9 0 38 0

[startup+0.0454811 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 22066
/proc/meminfo: memFree=25628364/32873844 swapFree=7628/7628
[pid=22066] ppid=22064 vsize=2315716 CPUtime=0.02 cores=0,2,4,6
/proc/22066/stat : 22066 (java) S 22064 22066 21183 0 -1 4202496 3631 0 1 0 1 1 0 0 20 0 13 0 347411869 2371293184 4841 33554432000 1073741824 1073778376 140733661102240 140733661093376 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22066/statm: 578929 4841 1662 9 0 569630 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2315716

[startup+0.100278 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 22066
/proc/meminfo: memFree=25628364/32873844 swapFree=7628/7628
[pid=22066] ppid=22064 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/22066/stat : 22066 (java) S 22064 22066 21183 0 -1 4202496 4125 0 1 0 6 1 0 0 20 0 18 0 347411869 2712133632 5845 33554432000 1073741824 1073778376 140733661102240 140733661093376 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22066/statm: 662142 5868 1979 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.300226 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 22066
/proc/meminfo: memFree=25628364/32873844 swapFree=7628/7628
[pid=22066] ppid=22064 vsize=2648568 CPUtime=0.5 cores=0,2,4,6
/proc/22066/stat : 22066 (java) S 22064 22066 21183 0 -1 4202496 6056 0 1 0 48 2 0 0 20 0 18 0 347411869 2712133632 9648 33554432000 1073741824 1073778376 140733661102240 140733661093376 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22066/statm: 662142 9648 2219 9 0 652835 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2648568

[startup+0.700224 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 22066
/proc/meminfo: memFree=25628364/32873844 swapFree=7628/7628
[pid=22066] ppid=22064 vsize=2715132 CPUtime=1.38 cores=0,2,4,6
/proc/22066/stat : 22066 (java) S 22064 22066 21183 0 -1 4202496 9260 0 1 0 134 4 0 0 20 0 19 0 347411869 2780295168 30820 33554432000 1073741824 1073778376 140733661102240 140733661093376 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22066/statm: 678783 30820 2259 9 0 669476 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 2715132

[startup+1.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22085
/proc/meminfo: memFree=25451716/32873844 swapFree=7628/7628
[pid=22066] ppid=22064 vsize=2715132 CPUtime=2.45 cores=0,2,4,6
/proc/22066/stat : 22066 (java) S 22064 22066 21183 0 -1 4202496 11924 0 1 0 238 7 0 0 20 0 19 0 347411869 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140733661093376 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22066/statm: 678783 75569 2259 9 0 669476 0
[pid=22066/tid=22068] ppid=22064 vsize=2715132 CPUtime=1.46 cores=0,2,4,6
/proc/22066/task/22068/stat : 22068 (java) R 22064 22066 21183 0 -1 4202560 2889 0 1 0 140 6 0 0 20 0 19 0 347411870 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450435240472 140450280018741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22069] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22069/stat : 22069 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411871 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450419690280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22070] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22070/stat : 22070 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411871 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450418637480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22071] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22071/stat : 22071 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411871 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450417585192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22066/tid=22072] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22072/stat : 22072 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411871 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450416532392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22073] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411871 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450415479080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411871 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450414426280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411871 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450413373992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (java) S 22064 22066 21183 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347411871 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450412321192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22077] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22077/stat : 22077 (java) S 22064 22066 21183 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 347411872 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450399910632 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22078] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22078/stat : 22078 (java) S 22064 22066 21183 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 347411873 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450398856696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22079] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22079/stat : 22079 (java) S 22064 22066 21183 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347411873 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450397804296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22080] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22080/stat : 22080 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450279189392 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22081] ppid=22064 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/22066/task/22081/stat : 22081 (java) S 22064 22066 21183 0 -1 4202560 4180 0 0 0 45 0 0 0 20 0 19 0 347411876 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450278135992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22082] ppid=22064 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/22066/task/22082/stat : 22082 (java) S 22064 22066 21183 0 -1 4202560 3657 0 0 0 50 0 0 0 20 0 19 0 347411876 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450277083192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22083] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22083/stat : 22083 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450276031096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22084] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22084/stat : 22084 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450274978504 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22085] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22085/stat : 22085 (java) S 22064 22066 21183 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347411933 2780295168 75569 33554432000 1073741824 1073778376 140733661102240 140450273924520 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 2715132

[startup+3.10071 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22085
/proc/meminfo: memFree=25245304/32873844 swapFree=7628/7628
[pid=22066] ppid=22064 vsize=2715132 CPUtime=4.17 cores=0,2,4,6
/proc/22066/stat : 22066 (java) S 22064 22066 21183 0 -1 4202496 12038 0 1 0 407 10 0 0 20 0 19 0 347411869 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140733661093376 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22066/statm: 678783 100174 2272 9 0 669476 0
[pid=22066/tid=22068] ppid=22064 vsize=2715132 CPUtime=3.01 cores=0,2,4,6
/proc/22066/task/22068/stat : 22068 (java) R 22064 22066 21183 0 -1 4202560 2927 0 1 0 294 7 0 0 20 0 19 0 347411870 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450435239184 140450279981375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22069] ppid=22064 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/22066/task/22069/stat : 22069 (java) S 22064 22066 21183 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 347411871 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450419690280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22070] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22070/stat : 22070 (java) S 22064 22066 21183 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347411871 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450418637480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22071] ppid=22064 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/22066/task/22071/stat : 22071 (java) S 22064 22066 21183 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 347411871 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450417585192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22072] ppid=22064 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/22066/task/22072/stat : 22072 (java) S 22064 22066 21183 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 347411871 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450416532392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22066/tid=22073] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (java) S 22064 22066 21183 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 347411871 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450415479080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (java) S 22064 22066 21183 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 347411871 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450414426280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (java) S 22064 22066 21183 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347411871 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450413373992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (java) S 22064 22066 21183 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347411871 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450412321192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22077] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22077/stat : 22077 (java) S 22064 22066 21183 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347411872 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450399910632 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22078] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22078/stat : 22078 (java) S 22064 22066 21183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347411873 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450398856696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22079] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22079/stat : 22079 (java) S 22064 22066 21183 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347411873 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450397804296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22080] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22080/stat : 22080 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450279189392 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22081] ppid=22064 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/22066/task/22081/stat : 22081 (java) S 22064 22066 21183 0 -1 4202560 4185 0 0 0 45 0 0 0 20 0 19 0 347411876 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450278135992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22082] ppid=22064 vsize=2715132 CPUtime=0.51 cores=0,2,4,6
/proc/22066/task/22082/stat : 22082 (java) S 22064 22066 21183 0 -1 4202560 3657 0 0 0 51 0 0 0 20 0 19 0 347411876 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450277083192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22083] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22083/stat : 22083 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450276031096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22084] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22084/stat : 22084 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450274978504 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22085] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22085/stat : 22085 (java) S 22064 22066 21183 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347411933 2780295168 100174 33554432000 1073741824 1073778376 140733661102240 140450273924520 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 2715132

[startup+6.30072 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22085
/proc/meminfo: memFree=25225628/32873844 swapFree=7628/7628
[pid=22066] ppid=22064 vsize=2715132 CPUtime=7.5 cores=0,2,4,6
/proc/22066/stat : 22066 (java) S 22064 22066 21183 0 -1 4202496 12060 0 1 0 739 11 0 0 20 0 19 0 347411869 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140733661093376 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22066/statm: 678783 100222 2272 9 0 669476 0
[pid=22066/tid=22068] ppid=22064 vsize=2715132 CPUtime=6.16 cores=0,2,4,6
/proc/22066/task/22068/stat : 22068 (java) R 22064 22066 21183 0 -1 4202560 2931 0 1 0 609 7 0 0 20 0 19 0 347411870 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450435239232 140450279838102 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22069] ppid=22064 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/22066/task/22069/stat : 22069 (java) S 22064 22066 21183 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 347411871 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450419690280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22070] ppid=22064 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/22066/task/22070/stat : 22070 (java) S 22064 22066 21183 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 347411871 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450418637480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22071] ppid=22064 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/22066/task/22071/stat : 22071 (java) S 22064 22066 21183 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 347411871 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450417585192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22072] ppid=22064 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/22066/task/22072/stat : 22072 (java) S 22064 22066 21183 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 347411871 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450416532392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22066/tid=22073] ppid=22064 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (java) S 22064 22066 21183 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 347411871 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450415479080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (java) S 22064 22066 21183 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 347411871 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450414426280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (java) S 22064 22066 21183 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 347411871 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450413373992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (java) S 22064 22066 21183 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 347411871 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450412321192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22077] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22077/stat : 22077 (java) S 22064 22066 21183 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347411872 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450399910632 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22078] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22078/stat : 22078 (java) S 22064 22066 21183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347411873 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450398856696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22079] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22079/stat : 22079 (java) S 22064 22066 21183 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347411873 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450397804296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22080] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22080/stat : 22080 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450279189392 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22081] ppid=22064 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/22066/task/22081/stat : 22081 (java) S 22064 22066 21183 0 -1 4202560 4185 0 0 0 45 0 0 0 20 0 19 0 347411876 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450278135992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22082] ppid=22064 vsize=2715132 CPUtime=0.51 cores=0,2,4,6
/proc/22066/task/22082/stat : 22082 (java) S 22064 22066 21183 0 -1 4202560 3657 0 0 0 51 0 0 0 20 0 19 0 347411876 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450277083192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22083] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22083/stat : 22083 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450276031096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22084] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22084/stat : 22084 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450274978504 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22085] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22085/stat : 22085 (java) S 22064 22066 21183 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347411933 2780295168 100222 33554432000 1073741824 1073778376 140733661102240 140450273924520 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

[pid=22066/tid=22074] ppid=22064 vsize=2715132 CPUtime=5.15 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (java) S 22064 22066 21183 0 -1 4202560 309 0 0 0 506 9 0 0 20 0 19 0 347411871 2780295168 318308 33554432000 1073741824 1073778376 140733661102240 140450414426280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=2715132 CPUtime=5.11 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (java) S 22064 22066 21183 0 -1 4202560 277 0 0 0 504 7 0 0 20 0 19 0 347411871 2780295168 318308 33554432000 1073741824 1073778376 140733661102240 140450413373992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=2715132 CPUtime=5.2 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (java) S 22064 22066 21183 0 -1 4202560 267 0 0 0 512 8 0 0 20 0 19 0 347411871 2780295168 318308 33554432000 1073741824 1073778376 140733661102240 140450412321192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22066/tid=22077] ppid=22064 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/22066/task/22077/stat : 22077 (java) S 22064 22066 21183 0 -1 4202560 124 0 0 0 59 3 0 0 20 0 19 0 347411872 2780295168 318308 33554432000 1073741824 1073778376 140733661102240 140450399910632 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22078] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22078/stat : 22078 (java) S 22064 22066 21183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347411873 2780295168 318308 33554432000 1073741824 1073778376 140733661102240 140450398856696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22079] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22079/stat : 22079 (java) S 22064 22066 21183 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347411873 2780295168 318308 33554432000 1073741824 1073778376 140733661102240 140450397804296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22080] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22080/stat : 22080 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 318308 33554432000 1073741824 1073778376 140733661102240 140450279189392 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22081] ppid=22064 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/22066/task/22081/stat : 22081 (java) S 22064 22066 21183 0 -1 4202560 4189 0 0 0 50 0 0 0 20 0 19 0 347411876 2780295168 318308 33554432000 1073741824 1073778376 140733661102240 140450278135992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22082] ppid=22064 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/22066/task/22082/stat : 22082 (java) S 22064 22066 21183 0 -1 4202560 3662 0 0 0 65 0 0 0 20 0 19 0 347411876 2780295168 318308 33554432000 1073741824 1073778376 140733661102240 140450277083192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22083] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22083/stat : 22083 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 318308 33554432000 1073741824 1073778376 140733661102240 140450276031096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22084] ppid=22064 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/22066/task/22084/stat : 22084 (java) S 22064 22066 21183 0 -1 4202560 94 0 0 0 37 30 0 0 20 0 19 0 347411876 2780295168 318308 33554432000 1073741824 1073778376 140733661102240 140450274978504 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22085] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22085/stat : 22085 (java) S 22064 22066 21183 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347411933 2780295168 318308 33554432000 1073741824 1073778376 140733661102240 140450273924520 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1692.79
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 1.39 1.63 1.86 2/189 22127
/proc/meminfo: memFree=25168296/32873844 swapFree=7628/7628
[pid=22066] ppid=22064 vsize=2715132 CPUtime=1754.64 cores=0,2,4,6
/proc/22066/stat : 22066 (java) S 22064 22066 21183 0 -1 4202496 15330 0 1 0 175354 110 0 0 20 0 19 0 347411869 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140733661093376 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22066/statm: 678783 318387 2285 9 0 669476 0
[pid=22066/tid=22068] ppid=22064 vsize=2715132 CPUtime=1708.82 cores=0,2,4,6
/proc/22066/task/22068/stat : 22068 (java) R 22064 22066 21183 0 -1 4202560 3685 0 1 0 170844 38 0 0 20 0 19 0 347411870 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450435239216 140450279960585 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22069] ppid=22064 vsize=2715132 CPUtime=5.48 cores=0,2,4,6
/proc/22066/task/22069/stat : 22069 (java) S 22064 22066 21183 0 -1 4202560 303 0 0 0 539 9 0 0 20 0 19 0 347411871 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450419690280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22066/tid=22070] ppid=22064 vsize=2715132 CPUtime=5.38 cores=0,2,4,6
/proc/22066/task/22070/stat : 22070 (java) S 22064 22066 21183 0 -1 4202560 299 0 0 0 528 10 0 0 20 0 19 0 347411871 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450418637480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22071] ppid=22064 vsize=2715132 CPUtime=5.36 cores=0,2,4,6
/proc/22066/task/22071/stat : 22071 (java) S 22064 22066 21183 0 -1 4202560 265 0 0 0 528 8 0 0 20 0 19 0 347411871 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450417585192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22072] ppid=22064 vsize=2715132 CPUtime=5.68 cores=0,2,4,6
/proc/22066/task/22072/stat : 22072 (java) S 22064 22066 21183 0 -1 4202560 322 0 0 0 559 9 0 0 20 0 19 0 347411871 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450416532392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22073] ppid=22064 vsize=2715132 CPUtime=5.52 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (java) S 22064 22066 21183 0 -1 4202560 306 0 0 0 543 9 0 0 20 0 19 0 347411871 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450415479080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=2715132 CPUtime=5.51 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (java) S 22064 22066 21183 0 -1 4202560 319 0 0 0 542 9 0 0 20 0 19 0 347411871 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450414426280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=2715132 CPUtime=5.45 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (java) S 22064 22066 21183 0 -1 4202560 287 0 0 0 537 8 0 0 20 0 19 0 347411871 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450413373992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=2715132 CPUtime=5.51 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (java) S 22064 22066 21183 0 -1 4202560 283 0 0 0 543 8 0 0 20 0 19 0 347411871 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450412321192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22066/tid=22077] ppid=22064 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/22066/task/22077/stat : 22077 (java) S 22064 22066 21183 0 -1 4202560 129 0 0 0 59 3 0 0 20 0 19 0 347411872 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450399910632 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22078] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22078/stat : 22078 (java) S 22064 22066 21183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347411873 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450398856696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22079] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22079/stat : 22079 (java) S 22064 22066 21183 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347411873 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450397804296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22080] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22080/stat : 22080 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450279189392 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22081] ppid=22064 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/22066/task/22081/stat : 22081 (java) S 22064 22066 21183 0 -1 4202560 4189 0 0 0 50 0 0 0 20 0 19 0 347411876 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450278135992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22082] ppid=22064 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/22066/task/22082/stat : 22082 (java) S 22064 22066 21183 0 -1 4202560 3662 0 0 0 65 0 0 0 20 0 19 0 347411876 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450277083192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22083] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22083/stat : 22083 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450276031096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22084] ppid=22064 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/22066/task/22084/stat : 22084 (java) S 22064 22066 21183 0 -1 4202560 97 0 0 0 38 31 0 0 20 0 19 0 347411876 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450274978504 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22085] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22085/stat : 22085 (java) S 22064 22066 21183 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347411933 2780295168 318387 33554432000 1073741824 1073778376 140733661102240 140450273924520 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1754.64
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.5 s]
/proc/loadavg: 1.18 1.54 1.81 2/189 22127
/proc/meminfo: memFree=25168048/32873844 swapFree=7628/7628
[pid=22066] ppid=22064 vsize=2715132 CPUtime=1800.01 cores=0,2,4,6
/proc/22066/stat : 22066 (java) S 22064 22066 21183 0 -1 4202496 15388 0 1 0 179890 111 0 0 20 0 19 0 347411869 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140733661093376 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22066/statm: 678783 318421 2285 9 0 669476 0
[pid=22066/tid=22068] ppid=22064 vsize=2715132 CPUtime=1752.58 cores=0,2,4,6
/proc/22066/task/22068/stat : 22068 (java) R 22064 22066 21183 0 -1 4202560 3705 0 1 0 175219 39 0 0 20 0 19 0 347411870 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450435239328 140450279919538 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22069] ppid=22064 vsize=2715132 CPUtime=5.64 cores=0,2,4,6
/proc/22066/task/22069/stat : 22069 (java) S 22064 22066 21183 0 -1 4202560 305 0 0 0 555 9 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450419690280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22070] ppid=22064 vsize=2715132 CPUtime=5.57 cores=0,2,4,6
/proc/22066/task/22070/stat : 22070 (java) S 22064 22066 21183 0 -1 4202560 301 0 0 0 547 10 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450418637480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22071] ppid=22064 vsize=2715132 CPUtime=5.62 cores=0,2,4,6
/proc/22066/task/22071/stat : 22071 (java) S 22064 22066 21183 0 -1 4202560 271 0 0 0 554 8 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450417585192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22072] ppid=22064 vsize=2715132 CPUtime=5.86 cores=0,2,4,6
/proc/22066/task/22072/stat : 22072 (java) S 22064 22066 21183 0 -1 4202560 327 0 0 0 577 9 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450416532392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22073] ppid=22064 vsize=2715132 CPUtime=5.76 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (java) S 22064 22066 21183 0 -1 4202560 309 0 0 0 567 9 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450415479080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=2715132 CPUtime=5.71 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (java) S 22064 22066 21183 0 -1 4202560 326 0 0 0 562 9 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450414426280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=2715132 CPUtime=5.68 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (java) S 22064 22066 21183 0 -1 4202560 294 0 0 0 560 8 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450413373992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=2715132 CPUtime=5.68 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (java) S 22064 22066 21183 0 -1 4202560 285 0 0 0 560 8 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450412321192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22077] ppid=22064 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/22066/task/22077/stat : 22077 (java) S 22064 22066 21183 0 -1 4202560 131 0 0 0 59 4 0 0 20 0 19 0 347411872 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450399910632 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22078] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22078/stat : 22078 (java) S 22064 22066 21183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347411873 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450398856696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22079] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22079/stat : 22079 (java) S 22064 22066 21183 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347411873 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450397804296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22080] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22080/stat : 22080 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450279189392 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22081] ppid=22064 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/22066/task/22081/stat : 22081 (java) S 22064 22066 21183 0 -1 4202560 4189 0 0 0 50 0 0 0 20 0 19 0 347411876 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450278135992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22082] ppid=22064 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/22066/task/22082/stat : 22082 (java) S 22064 22066 21183 0 -1 4202560 3662 0 0 0 65 0 0 0 20 0 19 0 347411876 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450277083192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22083] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22083/stat : 22083 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450276031096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22084] ppid=22064 vsize=2715132 CPUtime=0.71 cores=0,2,4,6
/proc/22066/task/22084/stat : 22084 (java) S 22064 22066 21183 0 -1 4202560 99 0 0 0 40 31 0 0 20 0 19 0 347411876 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450274978504 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22085] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22085/stat : 22085 (java) S 22064 22066 21183 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347411933 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450273924520 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1766.5 s]
/proc/loadavg: 1.18 1.54 1.81 2/189 22127
/proc/meminfo: memFree=25168048/32873844 swapFree=7628/7628
[pid=22066] ppid=22064 vsize=2715132 CPUtime=1800.01 cores=0,2,4,6
/proc/22066/stat : 22066 (java) S 22064 22066 21183 0 -1 4202496 15388 0 1 0 179890 111 0 0 20 0 19 0 347411869 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140733661093376 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22066/statm: 678783 318421 2285 9 0 669476 0
[pid=22066/tid=22068] ppid=22064 vsize=2715132 CPUtime=1752.58 cores=0,2,4,6
/proc/22066/task/22068/stat : 22068 (java) R 22064 22066 21183 0 -1 4202560 3705 0 1 0 175219 39 0 0 20 0 19 0 347411870 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450435239328 140450279919538 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22069] ppid=22064 vsize=2715132 CPUtime=5.64 cores=0,2,4,6
/proc/22066/task/22069/stat : 22069 (java) S 22064 22066 21183 0 -1 4202560 305 0 0 0 555 9 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450419690280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22070] ppid=22064 vsize=2715132 CPUtime=5.57 cores=0,2,4,6
/proc/22066/task/22070/stat : 22070 (java) S 22064 22066 21183 0 -1 4202560 301 0 0 0 547 10 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450418637480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22071] ppid=22064 vsize=2715132 CPUtime=5.62 cores=0,2,4,6
/proc/22066/task/22071/stat : 22071 (java) S 22064 22066 21183 0 -1 4202560 271 0 0 0 554 8 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450417585192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22072] ppid=22064 vsize=2715132 CPUtime=5.86 cores=0,2,4,6
/proc/22066/task/22072/stat : 22072 (java) S 22064 22066 21183 0 -1 4202560 327 0 0 0 577 9 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450416532392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22073] ppid=22064 vsize=2715132 CPUtime=5.76 cores=0,2,4,6
/proc/22066/task/22073/stat : 22073 (java) S 22064 22066 21183 0 -1 4202560 309 0 0 0 567 9 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450415479080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22074] ppid=22064 vsize=2715132 CPUtime=5.71 cores=0,2,4,6
/proc/22066/task/22074/stat : 22074 (java) S 22064 22066 21183 0 -1 4202560 326 0 0 0 562 9 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450414426280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22066/tid=22075] ppid=22064 vsize=2715132 CPUtime=5.68 cores=0,2,4,6
/proc/22066/task/22075/stat : 22075 (java) S 22064 22066 21183 0 -1 4202560 294 0 0 0 560 8 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450413373992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22076] ppid=22064 vsize=2715132 CPUtime=5.68 cores=0,2,4,6
/proc/22066/task/22076/stat : 22076 (java) S 22064 22066 21183 0 -1 4202560 285 0 0 0 560 8 0 0 20 0 19 0 347411871 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450412321192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22077] ppid=22064 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/22066/task/22077/stat : 22077 (java) S 22064 22066 21183 0 -1 4202560 131 0 0 0 59 4 0 0 20 0 19 0 347411872 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450399910632 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22078] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22078/stat : 22078 (java) S 22064 22066 21183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347411873 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450398856696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22079] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22079/stat : 22079 (java) S 22064 22066 21183 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347411873 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450397804296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22080] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22080/stat : 22080 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450279189392 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22081] ppid=22064 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/22066/task/22081/stat : 22081 (java) S 22064 22066 21183 0 -1 4202560 4189 0 0 0 50 0 0 0 20 0 19 0 347411876 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450278135992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22066/tid=22082] ppid=22064 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/22066/task/22082/stat : 22082 (java) S 22064 22066 21183 0 -1 4202560 3662 0 0 0 65 0 0 0 20 0 19 0 347411876 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450277083192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22083] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22083/stat : 22083 (java) S 22064 22066 21183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347411876 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450276031096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22066/tid=22084] ppid=22064 vsize=2715132 CPUtime=0.71 cores=0,2,4,6
/proc/22066/task/22084/stat : 22084 (java) S 22064 22066 21183 0 -1 4202560 99 0 0 0 40 31 0 0 20 0 19 0 347411876 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450274978504 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22066/tid=22085] ppid=22064 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/22066/task/22085/stat : 22085 (java) S 22064 22066 21183 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347411933 2780295168 318421 33554432000 1073741824 1073778376 140733661102240 140450273924520 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1766.61
CPU time (s): 1801.08
CPU user time (s): 1799.5
CPU system time (s): 1.58276
CPU usage (%): 101.951
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 1.58276
maximum resident set size= 1273836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15429
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61522
involuntary context switches= 102210

runsolver used 5.51116 second user time and 15.1527 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-04 14:27:50
IDJOB=3744621
IDBENCH=92785
IDSOLVER=2322
FILE ID=node144/3744621-1338812870
RUNJOBID= node144-1338809298-21733
PBS_JOBID= 14636864
Free space on /tmp= 70824 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_8_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-3744621-1338812870/watcher-3744621-1338812870 -o /tmp/evaluation-result-3744621-1338812870/solver-3744621-1338812870 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744621-1338812870.opb

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

MD5SUM BENCH= c59785e6f20fb8a9ed43144b528a9d33
RANDOM SEED=174412272

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25628504 kB
Buffers:         1726488 kB
Cached:          3817204 kB
SwapCached:          464 kB
Active:          4381612 kB
Inactive:        1977132 kB
Active(anon):     795452 kB
Inactive(anon):    11188 kB
Active(file):    3586160 kB
Inactive(file):  1965944 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:              1288 kB
Writeback:             0 kB
AnonPages:        812708 kB
Mapped:            22432 kB
Shmem:               172 kB
Slab:             743440 kB
SReclaimable:     185376 kB
SUnreclaim:       558064 kB
KernelStack:        1600 kB
PageTables:         5764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    759808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-04 14:57:19