Trace number 3689934

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.04 908.936

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null50mast_rapportOE2.0_TMAX60_K192_cod1.opb
MD5SUM8ae7872201a01b380c649cec8e185bc6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-131
Best CPU time to get the best result obtained on this benchmark1800.37
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 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 174896981
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 174896981
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689934-1337886418.opb
0.09/0.12	c reading problem ... 
12.02/8.46	c ... done. Wall clock time 8.335s.
12.02/8.46	c declared #vars     399113
12.02/8.46	c #constraints  400980
12.02/8.46	c constraints type 
12.02/8.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
12.02/8.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
12.02/8.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
12.02/8.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
12.02/8.46	c 400980 constraints processed.
12.02/8.46	c constraints type 
12.02/8.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
12.02/8.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
12.02/8.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
12.02/8.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
12.02/8.46	c 400980 constraints processed.
12.02/8.46	c objective function length is 306555 literals
157.75/80.80	c cleaning 2087 clauses out of 4999 with flag 5000/5000
321.66/163.87	c cleaning 4452 clauses out of 8912 with flag 11000/11000
497.50/252.41	c cleaning 5728 clauses out of 11460 with flag 18000/18000
705.77/357.21	c cleaning 6864 clauses out of 13735 with flag 26003/26003
938.61/474.75	c cleaning 7927 clauses out of 15868 with flag 35000/35000
1215.52/613.92	c cleaning 8971 clauses out of 17941 with flag 45000/45000
1517.05/765.49	c cleaning 9960 clauses out of 19972 with flag 56002/56002
1792.67/904.11	c cleaning 10997 clauses out of 22010 with flag 68000/68000
1800.04/908.91	c starts		: 78
1800.04/908.91	c conflicts		: 68225
1800.04/908.91	c decisions		: 409729
1800.04/908.91	c propagations		: 1888036628
1800.04/908.91	c inspects		: 1072934438
1800.04/908.91	c shortcuts		: 0
1800.04/908.91	c learnt literals	: 1
1800.04/908.91	c learnt binary clauses	: 502
1800.04/908.91	c learnt ternary clauses	: 143
1800.04/908.91	c learnt constraints	: 68224
1800.04/908.91	c ignored constraints	: 0
1800.04/908.91	c root simplifications	: 0
1800.04/908.91	c removed literals (reason simplification)	: 8331436
1800.04/908.91	c reason swapping (by a shorter reason)	: 0
1800.04/908.91	c Calls to reduceDB	: 8
1800.04/908.91	c number of reductions to clauses (during analyze)	: 0
1800.04/908.91	c number of learned constraints concerned by reduction	: 0
1800.04/908.91	c number of learning phase by resolution	: 0
1800.04/908.91	c number of learning phase by cutting planes	: 0
1800.04/908.91	c speed (assignments/second)	: 2097098.4717469225
1800.04/908.91	c non guided choices	0
1800.04/908.92	c learnt constraints type 
1800.04/908.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 502
1800.04/908.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10736
1800.04/908.92	c constraints type 
1800.04/908.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.04/908.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.04/908.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.04/908.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.04/908.92	c 400980 constraints processed.
1800.04/908.92	c constraints type 
1800.04/908.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.04/908.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.04/908.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.04/908.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.04/908.92	c 400980 constraints processed.
1800.04/908.92	s UNKNOWN
1800.04/908.92	c Total wall clock time (in seconds): 908.795

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-3689934-1337886418/watcher-3689934-1337886418 -o /tmp/evaluation-result-3689934-1337886418/solver-3689934-1337886418 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689934-1337886418.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.67 3.84 3.86 3/197 22779
/proc/meminfo: memFree=29136596/32873844 swapFree=7384/7384
[pid=22779] ppid=22777 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22779/stat : 22779 (java) D 22777 22779 18255 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254767319 9515008 183 33554432000 1073741824 1073778376 140736435756912 140736435747944 239873113781 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/22779/statm: 2323 183 140 9 0 71 0

[startup+0.0330849 s]
/proc/loadavg: 3.67 3.84 3.86 3/197 22779
/proc/meminfo: memFree=29136596/32873844 swapFree=7384/7384
[pid=22779] ppid=22777 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/22779/stat : 22779 (java) S 22777 22779 18255 0 -1 4202496 2781 0 1 0 1 0 0 0 20 0 10 0 254767319 9233014784 3481 33554432000 1073741824 1073778376 140735883474704 140735883465840 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22779/statm: 2254154 3481 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100247 s]
/proc/loadavg: 3.67 3.84 3.86 3/197 22779
/proc/meminfo: memFree=29136596/32873844 swapFree=7384/7384
[pid=22779] ppid=22777 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/22779/stat : 22779 (java) S 22777 22779 18255 0 -1 4202496 4265 0 1 0 8 1 0 0 20 0 18 0 254767319 9787813888 5471 33554432000 1073741824 1073778376 140735883474704 140735883465840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22779/statm: 2389603 5471 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300231 s]
/proc/loadavg: 3.67 3.84 3.86 3/197 22779
/proc/meminfo: memFree=29136596/32873844 swapFree=7384/7384
[pid=22779] ppid=22777 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/22779/stat : 22779 (java) S 22777 22779 18255 0 -1 4202496 5819 0 1 0 44 2 0 0 20 0 18 0 254767319 9787813888 15527 33554432000 1073741824 1073778376 140735883474704 140735883465840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22779/statm: 2389603 15527 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700238 s]
/proc/loadavg: 3.67 3.84 3.86 3/197 22779
/proc/meminfo: memFree=29136596/32873844 swapFree=7384/7384
[pid=22779] ppid=22777 vsize=9558412 CPUtime=0.97 cores=0,2,4,6
/proc/22779/stat : 22779 (java) S 22777 22779 18255 0 -1 4202496 6015 0 1 0 90 7 0 0 20 0 18 0 254767319 9787813888 47371 33554432000 1073741824 1073778376 140735883474704 140735883465840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22779/statm: 2389603 47371 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9558412

[startup+1.50068 s]
/proc/loadavg: 3.67 3.84 3.86 6/215 22797
/proc/meminfo: memFree=28935940/32873844 swapFree=7384/7384
[pid=22779] ppid=22777 vsize=9558412 CPUtime=2.58 cores=0,2,4,6
/proc/22779/stat : 22779 (java) S 22777 22779 18255 0 -1 4202496 14722 0 1 0 240 18 0 0 20 0 18 0 254767319 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140735883465840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22779/statm: 2389603 99280 2248 9 0 2380296 0
[pid=22779/tid=22781] ppid=22777 vsize=9558412 CPUtime=1.32 cores=0,2,4,6
/proc/22779/task/22781/stat : 22781 (java) R 22777 22779 18255 0 -1 4202560 2556 0 1 0 128 4 0 0 20 0 18 0 254767320 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148688411448 140148696177751 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22782] ppid=22777 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/22779/task/22782/stat : 22782 (java) S 22777 22779 18255 0 -1 4202560 84 0 0 0 3 1 0 0 20 0 18 0 254767322 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148677474984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22783] ppid=22777 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/22779/task/22783/stat : 22783 (java) S 22777 22779 18255 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 254767322 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148676422440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22784] ppid=22777 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/22779/task/22784/stat : 22784 (java) S 22777 22779 18255 0 -1 4202560 112 0 0 0 4 0 0 0 20 0 18 0 254767322 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148530166696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22785] ppid=22777 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/22779/task/22785/stat : 22785 (java) S 22777 22779 18255 0 -1 4202560 147 0 0 0 4 1 0 0 20 0 18 0 254767322 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148529114152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22786] ppid=22777 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/22779/task/22786/stat : 22786 (java) S 22777 22779 18255 0 -1 4202560 81 0 0 0 3 1 0 0 20 0 18 0 254767322 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148528060584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22787] ppid=22777 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/22779/task/22787/stat : 22787 (java) S 22777 22779 18255 0 -1 4202560 242 0 0 0 6 2 0 0 20 0 18 0 254767322 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148527008040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22788] ppid=22777 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/22779/task/22788/stat : 22788 (java) S 22777 22779 18255 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 254767322 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148525955496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22789] ppid=22777 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/22779/task/22789/stat : 22789 (java) S 22777 22779 18255 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 18 0 254767322 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148524902952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22790] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22790/stat : 22790 (java) S 22777 22779 18255 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254767323 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148512492136 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22791] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22791/stat : 22791 (java) S 22777 22779 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254767323 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148511438456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22792] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22792/stat : 22792 (java) S 22777 22779 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254767323 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148510385800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22793] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22793/stat : 22793 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254767326 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148509334544 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22794] ppid=22777 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/22779/task/22794/stat : 22794 (java) S 22777 22779 18255 0 -1 4202560 5136 0 0 0 35 2 0 0 20 0 18 0 254767326 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148508280888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22795] ppid=22777 vsize=9558412 CPUtime=0.34 cores=0,2,4,6
/proc/22779/task/22795/stat : 22795 (java) S 22777 22779 18255 0 -1 4202560 4916 0 0 0 34 0 0 0 20 0 18 0 254767326 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148507228344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22796] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22796/stat : 22796 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254767326 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148506175992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22797] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22797/stat : 22797 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254767326 9787813888 99280 33554432000 1073741824 1073778376 140735883474704 140148505123656 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 9558412

[startup+3.10068 s]
/proc/loadavg: 3.62 3.82 3.85 4/215 22797
/proc/meminfo: memFree=28461632/32873844 swapFree=7384/7384
[pid=22779] ppid=22777 vsize=9558412 CPUtime=4.69 cores=0,2,4,6
/proc/22779/stat : 22779 (java) S 22777 22779 18255 0 -1 4202496 18022 0 1 0 417 52 0 0 20 0 18 0 254767319 9787813888 506662 33554432000 1073741824 1073778376 140735883474704 140735883465840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22779/statm: 2389603 506662 2248 9 0 2380296 0
[pid=22779/tid=22781] ppid=22777 vsize=9558412 CPUtime=2.73 cores=0,2,4,6
/proc/22779/task/22781/stat : 22781 (java) R 22777 22779 18255 0 -1 4202560 3936 0 1 0 244 29 0 0 20 0 18 0 254767320 9787813888 506662 33554432000 1073741824 1073778376 140735883474704 140148688404416 140148696177754 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22782] ppid=22777 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/22779/task/22782/stat : 22782 (java) S 22777 22779 18255 0 -1 4202560 187 0 0 0 8 2 0 0 20 0 18 0 254767322 9787813888 506662 33554432000 1073741824 1073778376 140735883474704 140148677474984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22783] ppid=22777 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/22779/task/22783/stat : 22783 (java) S 22777 22779 18255 0 -1 4202560 126 0 0 0 9 2 0 0 20 0 18 0 254767322 9787813888 506662 33554432000 1073741824 1073778376 140735883474704 140148676422440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22784] ppid=22777 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/22779/task/22784/stat : 22784 (java) S 22777 22779 18255 0 -1 4202560 323 0 0 0 8 2 0 0 20 0 18 0 254767322 9787813888 506662 33554432000 1073741824 1073778376 140735883474704 140148530166696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22785] ppid=22777 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/22779/task/22785/stat : 22785 (java) S 22777 22779 18255 0 -1 4202560 390 0 0 0 14 2 0 0 20 0 18 0 254767322 9787813888 506662 33554432000 1073741824 1073778376 140735883474704 140148529114152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22786] ppid=22777 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/22779/task/22786/stat : 22786 (java) S 22777 22779 18255 0 -1 4202560 251 0 0 0 11 3 0 0 20 0 18 0 254767322 9787813888 506662 33554432000 1073741824 1073778376 140735883474704 140148528060584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22787] ppid=22777 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/22779/task/22787/stat : 22787 (java) S 22777 22779 18255 0 -1 4202560 431 0 0 0 18 4 0 0 20 0 18 0 254767322 9787813888 506662 33554432000 1073741824 1073778376 140735883474704 140148527008040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22788] ppid=22777 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/22779/task/22788/stat : 22788 (java) S 22777 22779 18255 0 -1 4202560 92 0 0 0 8 3 0 0 20 0 18 0 254767322 9787813888 506662 33554432000 1073741824 1073778376 140735883474704 140148525955496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22789] ppid=22777 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/22779/task/22789/stat : 22789 (java) S 22777 22779 18255 0 -1 4202560 85 0 0 0 11 4 0 0 20 0 18 0 254767322 9787813888 506662 33554432000 1073741824 1073778376 140735883474704 140148524902952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22790] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22790/stat : 22790 (java) S 22777 22779 18255 0 -1 4202560 975 0 0 0 0 0 0 0 20 0 18 0 254767323 9787813888 506662 33554432000 1073741824 1073778376 140735883474704 140148512492136 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22791] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22791/stat : 22791 (java) S 22777 22779 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254767323 9787813888 507174 33554432000 1073741824 1073778376 140735883474704 140148511438456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22792] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22792/stat : 22792 (java) S 22777 22779 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254767323 9787813888 507174 33554432000 1073741824 1073778376 140735883474704 140148510385800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22793] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22793/stat : 22793 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254767326 9787813888 507174 33554432000 1073741824 1073778376 140735883474704 140148509334544 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22794] ppid=22777 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/22779/task/22794/stat : 22794 (java) S 22777 22779 18255 0 -1 4202560 5136 0 0 0 35 2 0 0 20 0 18 0 254767326 9787813888 507174 33554432000 1073741824 1073778376 140735883474704 140148508280888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22795] ppid=22777 vsize=9558412 CPUtime=0.34 cores=0,2,4,6
/proc/22779/task/22795/stat : 22795 (java) S 22777 22779 18255 0 -1 4202560 4916 0 0 0 34 0 0 0 20 0 18 0 254767326 9787813888 507174 33554432000 1073741824 1073778376 140735883474704 140148507228344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22796] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22796/stat : 22796 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254767326 9787813888 507174 33554432000 1073741824 1073778376 140735883474704 140148506175992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22797] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22797/stat : 22797 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254767326 9787813888 507174 33554432000 1073741824 1073778376 140735883474704 140148505123656 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 9558412

[startup+6.30072 s]
/proc/loadavg: 3.62 3.82 3.85 4/215 22797
/proc/meminfo: memFree=26197180/32873844 swapFree=7384/7384
[pid=22779] ppid=22777 vsize=9558412 CPUtime=9.49 cores=0,2,4,6
/proc/22779/stat : 22779 (java) S 22777 22779 18255 0 -1 4202496 20481 0 1 0 867 82 0 0 20 0 18 0 254767319 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140735883465840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22779/statm: 2389603 735329 2248 9 0 2380296 0
[pid=22779/tid=22781] ppid=22777 vsize=9558412 CPUtime=5.37 cores=0,2,4,6
/proc/22779/task/22781/stat : 22781 (java) R 22777 22779 18255 0 -1 4202560 4273 0 1 0 497 40 0 0 20 0 18 0 254767320 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148688404384 239876498701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22782] ppid=22777 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/22779/task/22782/stat : 22782 (java) S 22777 22779 18255 0 -1 4202560 568 0 0 0 35 5 0 0 20 0 18 0 254767322 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148677474984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22783] ppid=22777 vsize=9558412 CPUtime=0.32 cores=0,2,4,6
/proc/22779/task/22783/stat : 22783 (java) S 22777 22779 18255 0 -1 4202560 486 0 0 0 28 4 0 0 20 0 18 0 254767322 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148676422440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22784] ppid=22777 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/22779/task/22784/stat : 22784 (java) S 22777 22779 18255 0 -1 4202560 493 0 0 0 33 4 0 0 20 0 18 0 254767322 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148530166696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22785] ppid=22777 vsize=9558412 CPUtime=0.41 cores=0,2,4,6
/proc/22779/task/22785/stat : 22785 (java) S 22777 22779 18255 0 -1 4202560 596 0 0 0 36 5 0 0 20 0 18 0 254767322 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148529114152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22786] ppid=22777 vsize=9558412 CPUtime=0.42 cores=0,2,4,6
/proc/22779/task/22786/stat : 22786 (java) S 22777 22779 18255 0 -1 4202560 660 0 0 0 37 5 0 0 20 0 18 0 254767322 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148528060584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22787] ppid=22777 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/22779/task/22787/stat : 22787 (java) S 22777 22779 18255 0 -1 4202560 606 0 0 0 45 8 0 0 20 0 18 0 254767322 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148527008040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22788] ppid=22777 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/22779/task/22788/stat : 22788 (java) S 22777 22779 18255 0 -1 4202560 160 0 0 0 32 5 0 0 20 0 18 0 254767322 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148525955496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22789] ppid=22777 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/22779/task/22789/stat : 22789 (java) S 22777 22779 18255 0 -1 4202560 150 0 0 0 38 5 0 0 20 0 18 0 254767322 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148524902952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22790] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22790/stat : 22790 (java) S 22777 22779 18255 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 254767323 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148512492136 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22791] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22791/stat : 22791 (java) S 22777 22779 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254767323 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148511438456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22792] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22792/stat : 22792 (java) S 22777 22779 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254767323 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148510385800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22793] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22793/stat : 22793 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254767326 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148509334544 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22794] ppid=22777 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/22779/task/22794/stat : 22794 (java) S 22777 22779 18255 0 -1 4202560 5136 0 0 0 35 2 0 0 20 0 18 0 254767326 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148508280888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22795] ppid=22777 vsize=9558412 CPUtime=0.34 cores=0,2,4,6
/proc/22779/task/22795/stat : 22795 (java) S 22777 22779 18255 0 -1 4202560 4916 0 0 0 34 0 0 0 20 0 18 0 254767326 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148507228344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22796] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22796/stat : 22796 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254767326 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148506175992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22797] ppid=22777 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22797/stat : 22797 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254767326 9787813888 735329 33554432000 1073741824 1073778376 140735883474704 140148505123656 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 3.60 3.81 3.85 5/219 22801
/proc/meminfo: memFree=26184092/32873844 swapFree=7384/7384
[pid=22779] ppid=22777 vsize=9824668 CPUtime=21.53 cores=0,2,4,6
/proc/22779/stat : 22779 (java) S 22777 22779 18255 0 -1 4202496 25269 0 1 0 2068 85 0 0 20 0 22 0 254767319 10060460032 737692 33554432000 1073741824 1073778376 140735883474704 140735883465840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22779/statm: 2456167 737692 2270 9 0 2446860 0
[pid=22779/tid=22781] ppid=22777 vsize=9824668 CPUtime=7.52 cores=0,2,4,6

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

/proc/22779/statm: 2456167 840961 2282 9 0 2446860 0
[pid=22779/tid=22781] ppid=22777 vsize=9824668 CPUtime=7.57 cores=0,2,4,6
/proc/22779/task/22781/stat : 22781 (java) S 22777 22779 18255 0 -1 4202560 4290 0 1 0 715 42 0 0 20 0 22 0 254767320 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148688413688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22782] ppid=22777 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/22779/task/22782/stat : 22782 (java) S 22777 22779 18255 0 -1 4202560 7907 0 0 0 56 9 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148677474984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22783] ppid=22777 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/22779/task/22783/stat : 22783 (java) S 22777 22779 18255 0 -1 4202560 6069 0 0 0 47 8 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148676422440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22784] ppid=22777 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/22779/task/22784/stat : 22784 (java) S 22777 22779 18255 0 -1 4202560 5777 0 0 0 50 6 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148530166696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22785] ppid=22777 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/22779/task/22785/stat : 22785 (java) S 22777 22779 18255 0 -1 4202560 6250 0 0 0 57 9 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148529114152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22786] ppid=22777 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/22779/task/22786/stat : 22786 (java) S 22777 22779 18255 0 -1 4202560 8402 0 0 0 55 8 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148528060584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22787] ppid=22777 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/22779/task/22787/stat : 22787 (java) S 22777 22779 18255 0 -1 4202560 6713 0 0 0 70 12 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148527008040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22788] ppid=22777 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/22779/task/22788/stat : 22788 (java) S 22777 22779 18255 0 -1 4202560 5596 0 0 0 54 10 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148525955496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22789] ppid=22777 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/22779/task/22789/stat : 22789 (java) S 22777 22779 18255 0 -1 4202560 9720 0 0 0 68 12 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148524902952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22790] ppid=22777 vsize=9824668 CPUtime=12.56 cores=0,2,4,6
/proc/22779/task/22790/stat : 22790 (java) S 22777 22779 18255 0 -1 4202560 9308 0 0 0 1252 4 0 0 20 0 22 0 254767323 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148512492136 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22791] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22791/stat : 22791 (java) S 22777 22779 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254767323 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148511438456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22792] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22792/stat : 22792 (java) S 22777 22779 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254767323 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148510385800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22793] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22793/stat : 22793 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148509334544 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22794] ppid=22777 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/22779/task/22794/stat : 22794 (java) S 22777 22779 18255 0 -1 4202560 9804 0 0 0 125 2 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148508280888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22795] ppid=22777 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/22779/task/22795/stat : 22795 (java) S 22777 22779 18255 0 -1 4202560 4936 0 0 0 105 0 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148507228344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22796] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22796/stat : 22796 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148506175992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22797] ppid=22777 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/22779/task/22797/stat : 22797 (java) S 22777 22779 18255 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148505123656 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22798] ppid=22777 vsize=9824668 CPUtime=858.15 cores=0,2,4,6
/proc/22779/task/22798/stat : 22798 (java) R 22777 22779 18255 0 -1 4202560 44 0 0 0 85801 14 0 0 20 0 22 0 254768166 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148504068904 140148558924104 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22799] ppid=22777 vsize=9824668 CPUtime=858.34 cores=0,2,4,6
/proc/22779/task/22799/stat : 22799 (java) R 22777 22779 18255 0 -1 4202560 70 0 0 0 85820 14 0 0 20 0 22 0 254768166 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148503014128 140148558395729 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22800] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22800/stat : 22800 (java) S 22777 22779 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254768180 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148501964328 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22801] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22801/stat : 22801 (java) S 22777 22779 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254768181 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148500911784 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1749.07
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.901 s]
/proc/loadavg: 3.98 3.93 3.88 5/219 22878
/proc/meminfo: memFree=22134492/32873844 swapFree=7384/7384
[pid=22779] ppid=22777 vsize=9824668 CPUtime=1800.04 cores=0,2,4,6
/proc/22779/stat : 22779 (java) S 22777 22779 18255 0 -1 4202496 86130 0 1 0 179861 143 0 0 20 0 22 0 254767319 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140735883465840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22779/statm: 2456167 840961 2282 9 0 2446860 0
[pid=22779/tid=22781] ppid=22777 vsize=9824668 CPUtime=7.57 cores=0,2,4,6
/proc/22779/task/22781/stat : 22781 (java) S 22777 22779 18255 0 -1 4202560 4291 0 1 0 715 42 0 0 20 0 22 0 254767320 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148688413688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22782] ppid=22777 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/22779/task/22782/stat : 22782 (java) S 22777 22779 18255 0 -1 4202560 7907 0 0 0 56 9 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148677474984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22783] ppid=22777 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/22779/task/22783/stat : 22783 (java) S 22777 22779 18255 0 -1 4202560 6069 0 0 0 47 8 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148676422440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22784] ppid=22777 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/22779/task/22784/stat : 22784 (java) S 22777 22779 18255 0 -1 4202560 5777 0 0 0 50 6 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148530166696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22785] ppid=22777 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/22779/task/22785/stat : 22785 (java) S 22777 22779 18255 0 -1 4202560 6250 0 0 0 57 9 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148529114152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22786] ppid=22777 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/22779/task/22786/stat : 22786 (java) S 22777 22779 18255 0 -1 4202560 8402 0 0 0 55 8 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148528060584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22787] ppid=22777 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/22779/task/22787/stat : 22787 (java) S 22777 22779 18255 0 -1 4202560 6713 0 0 0 70 12 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148527008040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22788] ppid=22777 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/22779/task/22788/stat : 22788 (java) S 22777 22779 18255 0 -1 4202560 5596 0 0 0 54 10 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148525955496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22789] ppid=22777 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/22779/task/22789/stat : 22789 (java) S 22777 22779 18255 0 -1 4202560 9720 0 0 0 68 12 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148524902952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22790] ppid=22777 vsize=9824668 CPUtime=14.79 cores=0,2,4,6
/proc/22779/task/22790/stat : 22790 (java) S 22777 22779 18255 0 -1 4202560 9310 0 0 0 1475 4 0 0 20 0 22 0 254767323 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148512492136 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22791] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22791/stat : 22791 (java) S 22777 22779 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254767323 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148511438456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22792] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22792/stat : 22792 (java) S 22777 22779 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254767323 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148510385800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22793] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22793/stat : 22793 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148509334544 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22794] ppid=22777 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/22779/task/22794/stat : 22794 (java) S 22777 22779 18255 0 -1 4202560 9804 0 0 0 125 2 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148508280888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22795] ppid=22777 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/22779/task/22795/stat : 22795 (java) S 22777 22779 18255 0 -1 4202560 4936 0 0 0 105 0 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148507228344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22796] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22796/stat : 22796 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148506175992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22797] ppid=22777 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/22779/task/22797/stat : 22797 (java) S 22777 22779 18255 0 -1 4202560 53 0 0 0 16 18 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148505123656 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22798] ppid=22777 vsize=9824668 CPUtime=882.46 cores=0,2,4,6
/proc/22779/task/22798/stat : 22798 (java) R 22777 22779 18255 0 -1 4202560 44 0 0 0 88232 14 0 0 20 0 22 0 254768166 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148504068688 140148558833159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22799] ppid=22777 vsize=9824668 CPUtime=882.64 cores=0,2,4,6
/proc/22779/task/22799/stat : 22799 (java) R 22777 22779 18255 0 -1 4202560 70 0 0 0 88250 14 0 0 20 0 22 0 254768166 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148503014128 140148558395299 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22800] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22800/stat : 22800 (java) S 22777 22779 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254768180 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148501964328 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22801] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22801/stat : 22801 (java) S 22777 22779 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254768181 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148500911784 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824668

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

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

[startup+908.901 s]
/proc/loadavg: 3.98 3.93 3.88 5/219 22878
/proc/meminfo: memFree=22134492/32873844 swapFree=7384/7384
[pid=22779] ppid=22777 vsize=9824668 CPUtime=1800.04 cores=0,2,4,6
/proc/22779/stat : 22779 (java) S 22777 22779 18255 0 -1 4202496 86130 0 1 0 179861 143 0 0 20 0 22 0 254767319 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140735883465840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22779/statm: 2456167 840961 2282 9 0 2446860 0
[pid=22779/tid=22781] ppid=22777 vsize=9824668 CPUtime=7.57 cores=0,2,4,6
/proc/22779/task/22781/stat : 22781 (java) S 22777 22779 18255 0 -1 4202560 4291 0 1 0 715 42 0 0 20 0 22 0 254767320 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148688413688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22782] ppid=22777 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/22779/task/22782/stat : 22782 (java) S 22777 22779 18255 0 -1 4202560 7907 0 0 0 56 9 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148677474984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22783] ppid=22777 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/22779/task/22783/stat : 22783 (java) S 22777 22779 18255 0 -1 4202560 6069 0 0 0 47 8 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148676422440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22784] ppid=22777 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/22779/task/22784/stat : 22784 (java) S 22777 22779 18255 0 -1 4202560 5777 0 0 0 50 6 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148530166696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22785] ppid=22777 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/22779/task/22785/stat : 22785 (java) S 22777 22779 18255 0 -1 4202560 6250 0 0 0 57 9 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148529114152 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22786] ppid=22777 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/22779/task/22786/stat : 22786 (java) S 22777 22779 18255 0 -1 4202560 8402 0 0 0 55 8 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148528060584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22787] ppid=22777 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/22779/task/22787/stat : 22787 (java) S 22777 22779 18255 0 -1 4202560 6713 0 0 0 70 12 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148527008040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22788] ppid=22777 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/22779/task/22788/stat : 22788 (java) S 22777 22779 18255 0 -1 4202560 5596 0 0 0 54 10 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148525955496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22789] ppid=22777 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/22779/task/22789/stat : 22789 (java) S 22777 22779 18255 0 -1 4202560 9720 0 0 0 68 12 0 0 20 0 22 0 254767322 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148524902952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22779/tid=22790] ppid=22777 vsize=9824668 CPUtime=14.79 cores=0,2,4,6
/proc/22779/task/22790/stat : 22790 (java) S 22777 22779 18255 0 -1 4202560 9310 0 0 0 1475 4 0 0 20 0 22 0 254767323 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148512492136 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22791] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22791/stat : 22791 (java) S 22777 22779 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254767323 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148511438456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22792] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22792/stat : 22792 (java) S 22777 22779 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254767323 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148510385800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22793] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22793/stat : 22793 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148509334544 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22779/tid=22794] ppid=22777 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/22779/task/22794/stat : 22794 (java) S 22777 22779 18255 0 -1 4202560 9804 0 0 0 125 2 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148508280888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22795] ppid=22777 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/22779/task/22795/stat : 22795 (java) S 22777 22779 18255 0 -1 4202560 4936 0 0 0 105 0 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148507228344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22796] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22796/stat : 22796 (java) S 22777 22779 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148506175992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22797] ppid=22777 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/22779/task/22797/stat : 22797 (java) S 22777 22779 18255 0 -1 4202560 53 0 0 0 16 18 0 0 20 0 22 0 254767326 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148505123656 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22798] ppid=22777 vsize=9824668 CPUtime=882.46 cores=0,2,4,6
/proc/22779/task/22798/stat : 22798 (java) R 22777 22779 18255 0 -1 4202560 44 0 0 0 88232 14 0 0 20 0 22 0 254768166 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148504068688 140148558833159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22799] ppid=22777 vsize=9824668 CPUtime=882.64 cores=0,2,4,6
/proc/22779/task/22799/stat : 22799 (java) R 22777 22779 18255 0 -1 4202560 70 0 0 0 88250 14 0 0 20 0 22 0 254768166 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148503014128 140148558395299 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22779/tid=22800] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22800/stat : 22800 (java) S 22777 22779 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254768180 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148501964328 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22779/tid=22801] ppid=22777 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22779/task/22801/stat : 22801 (java) S 22777 22779 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254768181 10060460032 840961 33554432000 1073741824 1073778376 140735883474704 140148500911784 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22779 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=919282
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=840720
# CPU time returned by wait4() is 1795.76
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 908.936
CPU time (s): 1800.04
CPU user time (s): 1798.61
CPU system time (s): 1.43
CPU usage (%): 198.038
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.92
system time used= 1.84072
maximum resident set size= 3395676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86162
page faults= 1
swaps= 0
block input operations= 0
block output operations= 696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27455
involuntary context switches= 16965

runsolver used 3.40148 second user time and 8.23375 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 21:06:59
IDJOB=3689934
IDBENCH=92139
IDSOLVER=2268
FILE ID=node136/3689934-1337886418
RUNJOBID= node136-1337871880-18271
PBS_JOBID= 14620068
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null50mast_rapportOE2.0_TMAX60_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689934-1337886418/watcher-3689934-1337886418 -o /tmp/evaluation-result-3689934-1337886418/solver-3689934-1337886418 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689934-1337886418.opb

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

MD5SUM BENCH= 8ae7872201a01b380c649cec8e185bc6
RANDOM SEED=639782131

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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		: 2667.247
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:        29136976 kB
Buffers:          289332 kB
Cached:          1951980 kB
SwapCached:        24460 kB
Active:          1335576 kB
Inactive:        1634696 kB
Active(anon):     703588 kB
Inactive(anon):    25096 kB
Active(file):     631988 kB
Inactive(file):  1609600 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             31704 kB
Writeback:             0 kB
AnonPages:        712316 kB
Mapped:            17932 kB
Shmem:                 0 kB
Slab:             628168 kB
SReclaimable:      69432 kB
SUnreclaim:       558736 kB
KernelStack:        1616 kB
PageTables:         5832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1092332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    661504 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= 71588 MiB
End job on node136 at 2012-05-24 21:22:10