Trace number 3688314

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.08 899.929

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=500-sizeP=251-sizeQ=500-280035866-max.opb
MD5SUM0d68396ddd3adb481a49ce1422ebcaec
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 variables126251
Total number of constraints376501
Number of constraints which are clauses376500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint125500
Number of terms in the objective function 251
Biggest coefficient in the objective function 1809251394333065553493296640760748560207343510400633813116524750123642650624
Number of bits for the biggest coefficient in the objective function 251
Sum of the numbers in the objective function 3618502788666131106986593281521497120414687020801267626233049500247285301247
Number of bits of the sum of numbers in the objective function 251
Biggest number in a constraint 2961193260766427870080908753323559866441509279473679754522422863056280045864824078237301652581494289303756200212728639995902214134435299666298460531313288000496778442422580538845568248046109094286466596972878396512780851085312
Number of bits of the biggest number in a constraint 750
Biggest sum of numbers in a constraint 11844773043065711480323635013294239465766037117894719018089691452225120183456110041724762364928147817377348326880268577133927465386787427201119947336445574431204393880301774478140662910839812661887447658656553291795701871486491
Number of bits of the biggest sum of numbers751
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688314-1337876770.opb
0.10/0.11	c reading problem ... 
6.16/4.41	c ... done. Wall clock time 4.298s.
6.16/4.41	c declared #vars     126251
6.16/4.41	c #constraints  376502
6.16/4.41	c constraints type 
6.16/4.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125500
6.16/4.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 251000
6.16/4.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
6.16/4.41	c 376502 constraints processed.
6.16/4.41	c constraints type 
6.16/4.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 251000
6.16/4.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125500
6.16/4.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
6.16/4.41	c 376502 constraints processed.
6.16/4.41	c objective function length is 251 literals
1800.08/899.91	c starts		: 3
1800.08/899.91	c conflicts		: 340
1800.08/899.91	c decisions		: 4455
1800.08/899.91	c propagations		: 1087673
1800.08/899.91	c inspects		: 4000204
1800.08/899.91	c shortcuts		: 0
1800.08/899.91	c learnt literals	: 0
1800.08/899.91	c learnt binary clauses	: 0
1800.08/899.91	c learnt ternary clauses	: 1
1800.08/899.91	c learnt constraints	: 340
1800.08/899.91	c ignored constraints	: 0
1800.08/899.91	c root simplifications	: 0
1800.08/899.91	c removed literals (reason simplification)	: 6211813
1800.08/899.91	c reason swapping (by a shorter reason)	: 0
1800.08/899.91	c Calls to reduceDB	: 0
1800.08/899.91	c number of reductions to clauses (during analyze)	: 0
1800.08/899.91	c number of learned constraints concerned by reduction	: 0
1800.08/899.91	c number of learning phase by resolution	: 0
1800.08/899.91	c number of learning phase by cutting planes	: 0
1800.08/899.91	c speed (assignments/second)	: 1214.7016385533557
1800.08/899.91	c non guided choices	437
1800.08/899.91	c learnt constraints type 
1800.08/899.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 340
1800.08/899.91	c constraints type 
1800.08/899.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125500
1800.08/899.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 251000
1800.08/899.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/899.91	c 376502 constraints processed.
1800.08/899.91	c constraints type 
1800.08/899.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 251000
1800.08/899.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125500
1800.08/899.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/899.91	c 376502 constraints processed.
1800.08/899.91	s UNKNOWN
1800.08/899.91	c Total wall clock time (in seconds): 899.797

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-3688314-1337876770/watcher-3688314-1337876770 -o /tmp/evaluation-result-3688314-1337876770/solver-3688314-1337876770 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688314-1337876770.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.77 3.81 3.79 4/197 22497
/proc/meminfo: memFree=27227140/32873844 swapFree=6868/6868
[pid=22497] ppid=22495 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/22497/stat : 22497 (java) S 22495 22497 20082 0 -1 4202496 1166 0 0 0 0 0 0 0 20 0 2 0 253744092 91893760 886 33554432000 1073741824 1073778376 140736995188416 140736995179552 209100767293 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22497/statm: 22434 893 677 9 0 16769 0
[pid=22497/tid=22498] ppid=22495 vsize=89800 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22498/stat : 22498 (java) R 22495 22497 20082 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 2 0 253744093 91955200 900 33554432000 1073741824 1073778376 140736995188416 140736995177480 209088187561 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0116589 s]
/proc/loadavg: 3.77 3.81 3.79 4/197 22497
/proc/meminfo: memFree=27227140/32873844 swapFree=6868/6868
[pid=22497] ppid=22495 vsize=152584 CPUtime=0 cores=0,2,4,6
/proc/22497/stat : 22497 (java) S 22495 22497 20082 0 -1 4202496 1504 0 1 0 0 0 0 0 20 0 2 0 253744092 156246016 1695 33554432000 1073741824 1073778376 140736995188416 140736995179552 209100767293 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22497/statm: 2117849 1707 929 9 0 2108958 0
[pid=22497/tid=22498] ppid=22495 vsize=8471396 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22498/stat : 22498 (java) R 22495 22497 20082 0 -1 4202560 376 0 1 0 0 0 0 0 20 0 2 0 253744093 8674709504 1714 33554432000 1073741824 1073778376 140736995188416 140476055132464 209097077419 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152584

[startup+0.100309 s]
/proc/loadavg: 3.77 3.81 3.79 4/197 22497
/proc/meminfo: memFree=27227140/32873844 swapFree=6868/6868
[pid=22497] ppid=22495 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/22497/stat : 22497 (java) S 22495 22497 20082 0 -1 4202496 4336 0 1 0 9 1 0 0 20 0 18 0 253744092 9787813888 6045 33554432000 1073741824 1073778376 140736995188416 140736995179552 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22497/statm: 2389603 6048 2109 9 0 2380296 0
[pid=22497/tid=22498] ppid=22495 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/22497/task/22498/stat : 22498 (java) R 22495 22497 20082 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 253744093 9787813888 6049 33554432000 1073741824 1073778376 140736995188416 140476055130872 140476052995888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300316 s]
/proc/loadavg: 3.77 3.81 3.79 4/197 22497
/proc/meminfo: memFree=27227140/32873844 swapFree=6868/6868
[pid=22497] ppid=22495 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/22497/stat : 22497 (java) S 22495 22497 20082 0 -1 4202496 6072 0 1 0 50 1 0 0 20 0 18 0 253744092 9787813888 10365 33554432000 1073741824 1073778376 140736995188416 140736995179552 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22497/statm: 2389603 10365 2218 9 0 2380296 0
[pid=22497/tid=22498] ppid=22495 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/22497/task/22498/stat : 22498 (java) R 22495 22497 20082 0 -1 4202560 2455 0 1 0 27 0 0 0 20 0 18 0 253744093 9787813888 10365 33554432000 1073741824 1073778376 140736995188416 140476055130872 140475915259880 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558412

[startup+0.70033 s]
/proc/loadavg: 3.77 3.81 3.79 4/197 22497
/proc/meminfo: memFree=27227140/32873844 swapFree=6868/6868
[pid=22497] ppid=22495 vsize=9558412 CPUtime=1.54 cores=0,2,4,6
/proc/22497/stat : 22497 (java) S 22495 22497 20082 0 -1 4202496 13253 0 1 0 147 7 0 0 20 0 18 0 253744092 9787813888 48507 33554432000 1073741824 1073778376 140736995188416 140736995179552 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22497/statm: 2389603 48507 2246 9 0 2380296 0
[pid=22497/tid=22498] ppid=22495 vsize=9558412 CPUtime=0.65 cores=0,2,4,6
/proc/22497/task/22498/stat : 22498 (java) R 22495 22497 20082 0 -1 4202560 2515 0 1 0 61 4 0 0 20 0 18 0 253744093 9787813888 48507 33554432000 1073741824 1073778376 140736995188416 140476055129192 140475915244385 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9558412

[startup+1.50075 s]
/proc/loadavg: 3.77 3.81 3.79 4/215 22515
/proc/meminfo: memFree=27008140/32873844 swapFree=6868/6868
[pid=22497] ppid=22495 vsize=9558412 CPUtime=2.66 cores=0,2,4,6
/proc/22497/stat : 22497 (java) S 22495 22497 20082 0 -1 4202496 13979 0 1 0 248 18 0 0 20 0 18 0 253744092 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140736995179552 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22497/statm: 2389603 96143 2246 9 0 2380296 0
[pid=22497/tid=22498] ppid=22495 vsize=9558412 CPUtime=1.33 cores=0,2,4,6
/proc/22497/task/22498/stat : 22498 (java) R 22495 22497 20082 0 -1 4202560 2570 0 1 0 128 5 0 0 20 0 18 0 253744093 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140476055129192 140475915192309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22497/tid=22500] ppid=22495 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/22497/task/22500/stat : 22500 (java) S 22495 22497 20082 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 253744094 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475898166184 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22501] ppid=22495 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/22497/task/22501/stat : 22501 (java) S 22495 22497 20082 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 18 0 253744094 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475897113640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22502] ppid=22495 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/22497/task/22502/stat : 22502 (java) S 22495 22497 20082 0 -1 4202560 98 0 0 0 3 1 0 0 20 0 18 0 253744094 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475896060584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22503] ppid=22495 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/22497/task/22503/stat : 22503 (java) S 22495 22497 20082 0 -1 4202560 127 0 0 0 4 2 0 0 20 0 18 0 253744094 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475895008040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22504] ppid=22495 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/22497/task/22504/stat : 22504 (java) S 22495 22497 20082 0 -1 4202560 127 0 0 0 4 2 0 0 20 0 18 0 253744094 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475893954984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22505] ppid=22495 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/22497/task/22505/stat : 22505 (java) S 22495 22497 20082 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 18 0 253744094 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475892902440 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22506] ppid=22495 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/22497/task/22506/stat : 22506 (java) S 22495 22497 20082 0 -1 4202560 131 0 0 0 7 2 0 0 20 0 18 0 253744094 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475891849384 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22507] ppid=22495 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/22497/task/22507/stat : 22507 (java) S 22495 22497 20082 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 18 0 253744094 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475890796840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22508] ppid=22495 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22508/stat : 22508 (java) S 22495 22497 20082 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 253744095 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475878599528 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22509] ppid=22495 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22509/stat : 22509 (java) S 22495 22497 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253744095 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475877545848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22510] ppid=22495 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22510/stat : 22510 (java) S 22495 22497 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253744095 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475876492680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22511] ppid=22495 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22511/stat : 22511 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253744098 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475875441424 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22512] ppid=22495 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/22497/task/22512/stat : 22512 (java) S 22495 22497 20082 0 -1 4202560 5354 0 0 0 39 1 0 0 20 0 18 0 253744098 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475874388280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22513] ppid=22495 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/22497/task/22513/stat : 22513 (java) S 22495 22497 20082 0 -1 4202560 4082 0 0 0 36 1 0 0 20 0 18 0 253744098 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475873335736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22514] ppid=22495 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22514/stat : 22514 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253744098 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475872282872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22515] ppid=22495 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22515/stat : 22515 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253744098 9787813888 96143 33554432000 1073741824 1073778376 140736995188416 140475871230536 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 9558412

[startup+3.10079 s]
/proc/loadavg: 4.27 3.91 3.82 4/215 22515
/proc/meminfo: memFree=26784972/32873844 swapFree=6868/6868
[pid=22497] ppid=22495 vsize=9558412 CPUtime=4.48 cores=0,2,4,6
/proc/22497/stat : 22497 (java) S 22495 22497 20082 0 -1 4202496 14185 0 1 0 424 24 0 0 20 0 18 0 253744092 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140736995179552 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22497/statm: 2389603 108549 2248 9 0 2380296 0
[pid=22497/tid=22498] ppid=22495 vsize=9558412 CPUtime=2.85 cores=0,2,4,6
/proc/22497/task/22498/stat : 22498 (java) R 22495 22497 20082 0 -1 4202560 2571 0 1 0 279 6 0 0 20 0 18 0 253744093 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140476055121856 140475915191014 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22500] ppid=22495 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/22497/task/22500/stat : 22500 (java) S 22495 22497 20082 0 -1 4202560 59 0 0 0 8 2 0 0 20 0 18 0 253744094 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475898166184 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22497/tid=22501] ppid=22495 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/22497/task/22501/stat : 22501 (java) S 22495 22497 20082 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 18 0 253744094 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475897113640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22502] ppid=22495 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/22497/task/22502/stat : 22502 (java) S 22495 22497 20082 0 -1 4202560 107 0 0 0 4 2 0 0 20 0 18 0 253744094 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475896060584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22503] ppid=22495 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/22497/task/22503/stat : 22503 (java) S 22495 22497 20082 0 -1 4202560 143 0 0 0 6 2 0 0 20 0 18 0 253744094 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475895008040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22497/tid=22504] ppid=22495 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/22497/task/22504/stat : 22504 (java) S 22495 22497 20082 0 -1 4202560 215 0 0 0 6 2 0 0 20 0 18 0 253744094 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475893954984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22505] ppid=22495 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/22497/task/22505/stat : 22505 (java) S 22495 22497 20082 0 -1 4202560 32 0 0 0 5 1 0 0 20 0 18 0 253744094 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475892902440 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22506] ppid=22495 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/22497/task/22506/stat : 22506 (java) S 22495 22497 20082 0 -1 4202560 163 0 0 0 13 4 0 0 20 0 18 0 253744094 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475891849384 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22507] ppid=22495 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/22497/task/22507/stat : 22507 (java) S 22495 22497 20082 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 18 0 253744094 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475890796840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22497/tid=22508] ppid=22495 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22508/stat : 22508 (java) S 22495 22497 20082 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 253744095 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475878599528 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22509] ppid=22495 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22509/stat : 22509 (java) S 22495 22497 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253744095 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475877545848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22510] ppid=22495 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22510/stat : 22510 (java) S 22495 22497 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253744095 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475876492680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22511] ppid=22495 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22511/stat : 22511 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253744098 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475875441424 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22512] ppid=22495 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/22497/task/22512/stat : 22512 (java) S 22495 22497 20082 0 -1 4202560 5356 0 0 0 39 1 0 0 20 0 18 0 253744098 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475874388280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22513] ppid=22495 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/22497/task/22513/stat : 22513 (java) S 22495 22497 20082 0 -1 4202560 4082 0 0 0 36 1 0 0 20 0 18 0 253744098 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475873335736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22514] ppid=22495 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22514/stat : 22514 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253744098 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475872282872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22515] ppid=22495 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22515/stat : 22515 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253744098 9787813888 108549 33554432000 1073741824 1073778376 140736995188416 140475871230536 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9558412

[startup+6.30082 s]
/proc/loadavg: 4.27 3.91 3.82 5/219 22519
/proc/meminfo: memFree=26481652/32873844 swapFree=6868/6868
[pid=22497] ppid=22495 vsize=9824668 CPUtime=10.79 cores=0,2,4,6
/proc/22497/stat : 22497 (java) S 22495 22497 20082 0 -1 4202496 17273 0 1 0 1040 39 0 0 20 0 22 0 253744092 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140736995179552 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22497/statm: 2456167 184167 2268 9 0 2446860 0
[pid=22497/tid=22498] ppid=22495 vsize=9824668 CPUtime=4.16 cores=0,2,4,6
/proc/22497/task/22498/stat : 22498 (java) S 22495 22497 20082 0 -1 4202560 2851 0 1 0 408 8 0 0 20 0 22 0 253744093 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140476055131128 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22497/tid=22500] ppid=22495 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/22497/task/22500/stat : 22500 (java) S 22495 22497 20082 0 -1 4202560 102 0 0 0 12 3 0 0 20 0 22 0 253744094 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475898166184 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22497/tid=22501] ppid=22495 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/22497/task/22501/stat : 22501 (java) S 22495 22497 20082 0 -1 4202560 227 0 0 0 10 3 0 0 20 0 22 0 253744094 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475897113640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22502] ppid=22495 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/22497/task/22502/stat : 22502 (java) S 22495 22497 20082 0 -1 4202560 132 0 0 0 10 4 0 0 20 0 22 0 253744094 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475896060584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22503] ppid=22495 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/22497/task/22503/stat : 22503 (java) S 22495 22497 20082 0 -1 4202560 317 0 0 0 10 3 0 0 20 0 22 0 253744094 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475895008040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22497/tid=22504] ppid=22495 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/22497/task/22504/stat : 22504 (java) S 22495 22497 20082 0 -1 4202560 236 0 0 0 12 4 0 0 20 0 22 0 253744094 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475893954984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22505] ppid=22495 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/22497/task/22505/stat : 22505 (java) S 22495 22497 20082 0 -1 4202560 73 0 0 0 16 4 0 0 20 0 22 0 253744094 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475892902440 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22506] ppid=22495 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/22497/task/22506/stat : 22506 (java) S 22495 22497 20082 0 -1 4202560 190 0 0 0 18 6 0 0 20 0 22 0 253744094 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475891849384 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22507] ppid=22495 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/22497/task/22507/stat : 22507 (java) S 22495 22497 20082 0 -1 4202560 61 0 0 0 10 3 0 0 20 0 22 0 253744094 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475890796840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22497/tid=22508] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22508/stat : 22508 (java) S 22495 22497 20082 0 -1 4202560 524 0 0 0 0 0 0 0 20 0 22 0 253744095 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475878599528 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22509] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22509/stat : 22509 (java) S 22495 22497 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253744095 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475877545848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22510] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22510/stat : 22510 (java) S 22495 22497 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253744095 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475876492680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22511] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22511/stat : 22511 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253744098 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475875441424 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22512] ppid=22495 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/22497/task/22512/stat : 22512 (java) S 22495 22497 20082 0 -1 4202560 5373 0 0 0 80 2 0 0 20 0 22 0 253744098 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475874388280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22513] ppid=22495 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/22497/task/22513/stat : 22513 (java) S 22495 22497 20082 0 -1 4202560 5885 0 0 0 90 2 0 0 20 0 22 0 253744098 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475873335736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22514] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22514/stat : 22514 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253744098 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475872282872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22515] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22515/stat : 22515 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253744098 10060460032 184167 33554432000 1073741824 1073778376 140736995188416 140475871230536 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/22497/statm: 2456167 633092 2270 9 0 2446860 0
[pid=22497/tid=22498] ppid=22495 vsize=9824668 CPUtime=4.21 cores=0,2,4,6
/proc/22497/task/22498/stat : 22498 (java) S 22495 22497 20082 0 -1 4202560 2859 0 1 0 412 9 0 0 20 0 22 0 253744093 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140476055131128 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22500] ppid=22495 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/22497/task/22500/stat : 22500 (java) S 22495 22497 20082 0 -1 4202560 221 0 0 0 36 8 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475898166184 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22501] ppid=22495 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/22497/task/22501/stat : 22501 (java) S 22495 22497 20082 0 -1 4202560 343 0 0 0 42 10 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475897113640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22502] ppid=22495 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/22497/task/22502/stat : 22502 (java) S 22495 22497 20082 0 -1 4202560 256 0 0 0 42 8 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475896060584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22503] ppid=22495 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/22497/task/22503/stat : 22503 (java) S 22495 22497 20082 0 -1 4202560 401 0 0 0 36 7 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475895008040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22504] ppid=22495 vsize=9824668 CPUtime=0.54 cores=0,2,4,6
/proc/22497/task/22504/stat : 22504 (java) S 22495 22497 20082 0 -1 4202560 345 0 0 0 44 10 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475893954984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22505] ppid=22495 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/22497/task/22505/stat : 22505 (java) S 22495 22497 20082 0 -1 4202560 195 0 0 0 35 8 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475892902440 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22506] ppid=22495 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/22497/task/22506/stat : 22506 (java) S 22495 22497 20082 0 -1 4202560 327 0 0 0 39 10 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475891849384 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22507] ppid=22495 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/22497/task/22507/stat : 22507 (java) S 22495 22497 20082 0 -1 4202560 215 0 0 0 39 10 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475890796840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22508] ppid=22495 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22497/task/22508/stat : 22508 (java) S 22495 22497 20082 0 -1 4202560 1273 0 0 0 1 1 0 0 20 0 22 0 253744095 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475878599528 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22509] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22509/stat : 22509 (java) S 22495 22497 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253744095 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475877545848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22510] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22510/stat : 22510 (java) S 22495 22497 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253744095 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475876492680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22511] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22511/stat : 22511 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475875441424 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22512] ppid=22495 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/22497/task/22512/stat : 22512 (java) S 22495 22497 20082 0 -1 4202560 5393 0 0 0 117 2 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475874388280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22513] ppid=22495 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/22497/task/22513/stat : 22513 (java) S 22495 22497 20082 0 -1 4202560 5888 0 0 0 128 2 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475873335736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22514] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22514/stat : 22514 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475872282872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22515] ppid=22495 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/22497/task/22515/stat : 22515 (java) S 22495 22497 20082 0 -1 4202560 51 0 0 0 18 25 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475871230536 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 1 0 0
[pid=22497/tid=22516] ppid=22495 vsize=9824668 CPUtime=874.63 cores=0,2,4,6
/proc/22497/task/22516/stat : 22516 (java) R 22495 22497 20082 0 -1 4202560 585 0 0 0 87433 30 0 0 20 0 22 0 253744534 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475870174928 140475915841941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22517] ppid=22495 vsize=9824668 CPUtime=874.82 cores=0,2,4,6
/proc/22497/task/22517/stat : 22517 (java) R 22495 22497 20082 0 -1 4202560 638 0 0 0 87467 15 0 0 20 0 22 0 253744534 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475869121328 140475915511837 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22497/tid=22518] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22518/stat : 22518 (java) S 22495 22497 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253744541 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475868071208 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22497/tid=22519] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22519/stat : 22519 (java) S 22495 22497 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253744542 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475867018664 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.86
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.901 s]
/proc/loadavg: 4.20 3.99 3.90 5/219 22623
/proc/meminfo: memFree=27129768/32873844 swapFree=6868/6868
[pid=22497] ppid=22495 vsize=9824668 CPUtime=1800.08 cores=0,2,4,6
/proc/22497/stat : 22497 (java) S 22495 22497 20082 0 -1 4202496 20183 0 1 0 179880 128 0 0 20 0 22 0 253744092 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140736995179552 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22497/statm: 2456167 633092 2270 9 0 2446860 0
[pid=22497/tid=22498] ppid=22495 vsize=9824668 CPUtime=4.21 cores=0,2,4,6
/proc/22497/task/22498/stat : 22498 (java) S 22495 22497 20082 0 -1 4202560 2859 0 1 0 412 9 0 0 20 0 22 0 253744093 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140476055131128 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22500] ppid=22495 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/22497/task/22500/stat : 22500 (java) S 22495 22497 20082 0 -1 4202560 221 0 0 0 36 8 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475898166184 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22501] ppid=22495 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/22497/task/22501/stat : 22501 (java) S 22495 22497 20082 0 -1 4202560 343 0 0 0 42 10 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475897113640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22502] ppid=22495 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/22497/task/22502/stat : 22502 (java) S 22495 22497 20082 0 -1 4202560 256 0 0 0 42 8 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475896060584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22503] ppid=22495 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/22497/task/22503/stat : 22503 (java) S 22495 22497 20082 0 -1 4202560 401 0 0 0 36 7 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475895008040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22504] ppid=22495 vsize=9824668 CPUtime=0.54 cores=0,2,4,6
/proc/22497/task/22504/stat : 22504 (java) S 22495 22497 20082 0 -1 4202560 345 0 0 0 44 10 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475893954984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22505] ppid=22495 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/22497/task/22505/stat : 22505 (java) S 22495 22497 20082 0 -1 4202560 195 0 0 0 35 8 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475892902440 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22506] ppid=22495 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/22497/task/22506/stat : 22506 (java) S 22495 22497 20082 0 -1 4202560 327 0 0 0 39 10 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475891849384 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22507] ppid=22495 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/22497/task/22507/stat : 22507 (java) S 22495 22497 20082 0 -1 4202560 215 0 0 0 39 10 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475890796840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22508] ppid=22495 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22497/task/22508/stat : 22508 (java) S 22495 22497 20082 0 -1 4202560 1273 0 0 0 1 1 0 0 20 0 22 0 253744095 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475878599528 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22509] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22509/stat : 22509 (java) S 22495 22497 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253744095 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475877545848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22510] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22510/stat : 22510 (java) S 22495 22497 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253744095 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475876492680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22511] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22511/stat : 22511 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475875441424 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22512] ppid=22495 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/22497/task/22512/stat : 22512 (java) S 22495 22497 20082 0 -1 4202560 5393 0 0 0 117 2 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475874388280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22513] ppid=22495 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/22497/task/22513/stat : 22513 (java) S 22495 22497 20082 0 -1 4202560 5888 0 0 0 128 2 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475873335736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22514] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22514/stat : 22514 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475872282872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22515] ppid=22495 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/22497/task/22515/stat : 22515 (java) S 22495 22497 20082 0 -1 4202560 51 0 0 0 18 26 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475871230536 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 1 0 0
[pid=22497/tid=22516] ppid=22495 vsize=9824668 CPUtime=892.19 cores=0,2,4,6
/proc/22497/task/22516/stat : 22516 (java) R 22495 22497 20082 0 -1 4202560 585 0 0 0 89189 30 0 0 20 0 22 0 253744534 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475870174928 140475915841918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22517] ppid=22495 vsize=9824668 CPUtime=892.38 cores=0,2,4,6
/proc/22497/task/22517/stat : 22517 (java) R 22495 22497 20082 0 -1 4202560 638 0 0 0 89223 15 0 0 20 0 22 0 253744534 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475869121328 140475915880726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22497/tid=22518] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22518/stat : 22518 (java) S 22495 22497 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253744541 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475868071208 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22497/tid=22519] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22519/stat : 22519 (java) S 22495 22497 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253744542 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475867018664 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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+899.901 s]
/proc/loadavg: 4.20 3.99 3.90 5/219 22623
/proc/meminfo: memFree=27129768/32873844 swapFree=6868/6868
[pid=22497] ppid=22495 vsize=9824668 CPUtime=1800.08 cores=0,2,4,6
/proc/22497/stat : 22497 (java) S 22495 22497 20082 0 -1 4202496 20183 0 1 0 179880 128 0 0 20 0 22 0 253744092 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140736995179552 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22497/statm: 2456167 633092 2270 9 0 2446860 0
[pid=22497/tid=22498] ppid=22495 vsize=9824668 CPUtime=4.21 cores=0,2,4,6
/proc/22497/task/22498/stat : 22498 (java) S 22495 22497 20082 0 -1 4202560 2859 0 1 0 412 9 0 0 20 0 22 0 253744093 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140476055131128 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22500] ppid=22495 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/22497/task/22500/stat : 22500 (java) S 22495 22497 20082 0 -1 4202560 221 0 0 0 36 8 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475898166184 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22501] ppid=22495 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/22497/task/22501/stat : 22501 (java) S 22495 22497 20082 0 -1 4202560 343 0 0 0 42 10 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475897113640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22502] ppid=22495 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/22497/task/22502/stat : 22502 (java) S 22495 22497 20082 0 -1 4202560 256 0 0 0 42 8 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475896060584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22503] ppid=22495 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/22497/task/22503/stat : 22503 (java) S 22495 22497 20082 0 -1 4202560 401 0 0 0 36 7 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475895008040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22504] ppid=22495 vsize=9824668 CPUtime=0.54 cores=0,2,4,6
/proc/22497/task/22504/stat : 22504 (java) S 22495 22497 20082 0 -1 4202560 345 0 0 0 44 10 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475893954984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22505] ppid=22495 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/22497/task/22505/stat : 22505 (java) S 22495 22497 20082 0 -1 4202560 195 0 0 0 35 8 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475892902440 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22506] ppid=22495 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/22497/task/22506/stat : 22506 (java) S 22495 22497 20082 0 -1 4202560 327 0 0 0 39 10 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475891849384 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22507] ppid=22495 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/22497/task/22507/stat : 22507 (java) S 22495 22497 20082 0 -1 4202560 215 0 0 0 39 10 0 0 20 0 22 0 253744094 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475890796840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22508] ppid=22495 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22497/task/22508/stat : 22508 (java) S 22495 22497 20082 0 -1 4202560 1273 0 0 0 1 1 0 0 20 0 22 0 253744095 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475878599528 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22509] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22509/stat : 22509 (java) S 22495 22497 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253744095 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475877545848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22510] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22510/stat : 22510 (java) S 22495 22497 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253744095 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475876492680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22511] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22511/stat : 22511 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475875441424 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22497/tid=22512] ppid=22495 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/22497/task/22512/stat : 22512 (java) S 22495 22497 20082 0 -1 4202560 5393 0 0 0 117 2 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475874388280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22513] ppid=22495 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/22497/task/22513/stat : 22513 (java) S 22495 22497 20082 0 -1 4202560 5888 0 0 0 128 2 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475873335736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22514] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22514/stat : 22514 (java) S 22495 22497 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475872282872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22497/tid=22515] ppid=22495 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/22497/task/22515/stat : 22515 (java) S 22495 22497 20082 0 -1 4202560 51 0 0 0 18 26 0 0 20 0 22 0 253744098 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475871230536 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 1 0 0
[pid=22497/tid=22516] ppid=22495 vsize=9824668 CPUtime=892.19 cores=0,2,4,6
/proc/22497/task/22516/stat : 22516 (java) R 22495 22497 20082 0 -1 4202560 585 0 0 0 89189 30 0 0 20 0 22 0 253744534 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475870174928 140475915841918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22497/tid=22517] ppid=22495 vsize=9824668 CPUtime=892.38 cores=0,2,4,6
/proc/22497/task/22517/stat : 22517 (java) R 22495 22497 20082 0 -1 4202560 638 0 0 0 89223 15 0 0 20 0 22 0 253744534 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475869121328 140475915880726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22497/tid=22518] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22518/stat : 22518 (java) S 22495 22497 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253744541 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475868071208 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22497/tid=22519] ppid=22495 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22497/task/22519/stat : 22519 (java) S 22495 22497 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253744542 10060460032 633092 33554432000 1073741824 1073778376 140736995188416 140475867018664 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22497 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=170244
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=719738
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.929
CPU time (s): 1800.08
CPU user time (s): 1798.8
CPU system time (s): 1.28
CPU usage (%): 200.025
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 1.71974
maximum resident set size= 2532492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20215
page faults= 1
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21447
involuntary context switches= 8069

runsolver used 3.2805 second user time and 8.74467 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 18:26:11
IDJOB=3688314
IDBENCH=2965
IDSOLVER=2268
FILE ID=node105/3688314-1337876770
RUNJOBID= node105-1337871882-20098
PBS_JOBID= 14620099
Free space on /tmp= 71596 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=500-sizeP=251-sizeQ=500-280035866-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688314-1337876770/watcher-3688314-1337876770 -o /tmp/evaluation-result-3688314-1337876770/solver-3688314-1337876770 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688314-1337876770.opb

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

MD5SUM BENCH= 0d68396ddd3adb481a49ce1422ebcaec
RANDOM SEED=1101134836

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27227784 kB
Buffers:          177452 kB
Cached:          1873364 kB
SwapCached:         6340 kB
Active:          3379480 kB
Inactive:        1473176 kB
Active(anon):    2789744 kB
Inactive(anon):    14612 kB
Active(file):     589736 kB
Inactive(file):  1458564 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:             25844 kB
Writeback:             0 kB
AnonPages:       2831340 kB
Mapped:            22496 kB
Shmem:                 8 kB
Slab:             624608 kB
SReclaimable:      66176 kB
SUnreclaim:       558432 kB
KernelStack:        1616 kB
PageTables:         9844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3273756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2764800 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= 71596 MiB
End job on node105 at 2012-05-24 18:41:13