Trace number 3743746

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.2 902.33

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_0null10mast_rapportOE1.0_TMAX300_K192_cod1.opb
MD5SUMeb990cef1e91caace8f4ff76229f500a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-59392
Best CPU time to get the best result obtained on this benchmark1800.34
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 340553
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 36179984
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 36179984
Number of bits of the biggest sum of numbers26
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.2.0.v20100531
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		1349517296
0.01/0.08	c Max memory 		1356595200
0.01/0.08	c Total memory 		1356595200
0.01/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3743746-1338796206.opb
0.09/0.11	c reading problem ... 
11.78/7.53	c ... done. Wall clock time 7.42s.
11.78/7.53	c #vars     399113
11.78/7.53	c #constraints  400980
11.78/7.53	c constraints type 
11.78/7.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
11.78/7.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
11.78/7.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
11.78/7.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.78/7.53	c constraints type 
11.78/7.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
11.78/7.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
11.78/7.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
11.78/7.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
491.05/246.54	c cleaning 2492 clauses out of 4995 with flag 5001/5001
1002.60/502.69	c cleaning 4242 clauses out of 8502 with flag 11000/11000
1697.69/850.67	c cleaning 5624 clauses out of 11261 with flag 18001/18001
1800.20/902.31	c starts		: 45
1800.20/902.31	c conflicts		: 19514
1800.20/902.31	c decisions		: 279747
1800.20/902.31	c propagations		: 277697018
1800.20/902.31	c inspects		: 104408335
1800.20/902.31	c learnt literals	: 6
1800.20/902.31	c learnt binary clauses	: 171
1800.20/902.31	c learnt ternary clauses	: 143
1800.20/902.31	c learnt clauses	: 19507
1800.20/902.31	c ignored clauses	: 0
1800.20/902.31	c root simplifications	: 0
1800.20/902.31	c removed literals (reason simplification)	: 1752543
1800.20/902.31	c reason swapping (by a shorter reason)	: 0
1800.20/902.31	c Calls to reduceDB	: 3
1800.20/902.31	c number of reductions to clauses (during analyze)	: 0
1800.20/902.31	c number of learned constraints concerned by reduction	: 0
1800.20/902.31	c number of learning phase by resolution	: 0
1800.20/902.31	c number of learning phase by cutting planes	: 0
1800.20/902.31	c speed (assignments/second)	: 310353.3260242496
1800.20/902.31	c non guided choices	5441
1800.20/902.32	c learnt constraints type 
1800.20/902.32	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 6978
1800.20/902.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 171
1800.20/902.32	c constraints type 
1800.20/902.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.20/902.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.20/902.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.20/902.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.20/902.32	c constraints type 
1800.20/902.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.20/902.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.20/902.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.20/902.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.20/902.32	s UNKNOWN
1800.20/902.32	c Total wall clock time (in seconds): 902.204

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-3743746-1338796206/watcher-3743746-1338796206 -o /tmp/evaluation-result-3743746-1338796206/solver-3743746-1338796206 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743746-1338796206.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.77 3.11 3.48 3/197 17557
/proc/meminfo: memFree=24505452/32873648 swapFree=6852/6852
[pid=17557] ppid=17555 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/17557/stat : 17557 (java) R 17555 17557 15509 0 -1 4202496 299 0 0 0 0 0 0 0 20 0 1 0 345747973 2560000 46 33554432000 1073741824 1073778376 140736184157440 140736247722776 213857168679 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17557/statm: 625 46 37 9 0 29 0

[startup+0.0320169 s]
/proc/loadavg: 2.77 3.11 3.48 3/197 17557
/proc/meminfo: memFree=24505452/32873648 swapFree=6852/6852
[pid=17557] ppid=17555 vsize=2158136 CPUtime=0.01 cores=0,2,4,6
/proc/17557/stat : 17557 (java) S 17555 17557 15509 0 -1 4202496 3489 0 1 0 1 0 0 0 20 0 10 0 345747973 2209931264 4187 33554432000 1073741824 1073778376 140736184157440 140736184148576 213869690941 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17557/statm: 539534 4187 1539 9 0 530235 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2158136

[startup+0.100268 s]
/proc/loadavg: 2.77 3.11 3.48 3/197 17557
/proc/meminfo: memFree=24505452/32873648 swapFree=6852/6852
[pid=17557] ppid=17555 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/17557/stat : 17557 (java) S 17555 17557 15509 0 -1 4202496 4690 0 1 0 8 1 0 0 20 0 18 0 345747973 2764726272 6395 33554432000 1073741824 1073778376 140736184157440 140736184148576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17557/statm: 674982 6395 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300236 s]
/proc/loadavg: 2.77 3.11 3.48 3/197 17557
/proc/meminfo: memFree=24505452/32873648 swapFree=6852/6852
[pid=17557] ppid=17555 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/17557/stat : 17557 (java) S 17555 17557 15509 0 -1 4202496 6111 0 1 0 45 2 0 0 20 0 18 0 345747973 2764726272 16941 33554432000 1073741824 1073778376 140736184157440 140736184148576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17557/statm: 674982 16941 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700256 s]
/proc/loadavg: 2.77 3.11 3.48 3/197 17557
/proc/meminfo: memFree=24505452/32873648 swapFree=6852/6852
[pid=17557] ppid=17555 vsize=2699928 CPUtime=0.87 cores=0,2,4,6
/proc/17557/stat : 17557 (java) S 17555 17557 15509 0 -1 4202496 6187 0 1 0 83 4 0 0 20 0 18 0 345747973 2764726272 55853 33554432000 1073741824 1073778376 140736184157440 140736184148576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17557/statm: 674982 55853 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 2699928

[startup+1.50428 s]
/proc/loadavg: 2.77 3.11 3.48 3/215 17575
/proc/meminfo: memFree=24201124/32873648 swapFree=6852/6852
[pid=17557] ppid=17555 vsize=2699928 CPUtime=2.33 cores=0,2,4,6
/proc/17557/stat : 17557 (java) S 17555 17557 15509 0 -1 4202496 11309 0 1 0 215 18 0 0 20 0 18 0 345747973 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 140736184148576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17557/statm: 674982 119210 2248 9 0 665676 0
[pid=17557/tid=17559] ppid=17555 vsize=2699928 CPUtime=1.38 cores=0,2,4,6
/proc/17557/task/17559/stat : 17559 (java) S 17555 17557 15509 0 -1 4202560 2956 0 1 0 131 7 0 0 20 0 18 0 345747974 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713976409128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17560] ppid=17555 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/17557/task/17560/stat : 17560 (java) R 17555 17557 15509 0 -1 4202560 28 0 0 0 1 1 0 0 20 0 18 0 345747975 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713960692312 139713978881737 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17561] ppid=17555 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/17557/task/17561/stat : 17561 (java) R 17555 17557 15509 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 345747975 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713959639768 139713980586159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17562] ppid=17555 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/17557/task/17562/stat : 17562 (java) R 17555 17557 15509 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 18 0 345747975 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713958586712 139713980167308 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17557/tid=17563] ppid=17555 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/17557/task/17563/stat : 17563 (java) R 17555 17557 15509 0 -1 4202560 54 0 0 0 5 2 0 0 20 0 18 0 345747975 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713957534168 139713983306058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17564] ppid=17555 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/17557/task/17564/stat : 17564 (java) R 17555 17557 15509 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 18 0 345747975 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713956482136 139713983306760 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/17557/task/17565/stat : 17565 (java) R 17555 17557 15509 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 345747975 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713955429416 139713980586159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/17557/task/17566/stat : 17566 (java) R 17555 17557 15509 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 345747975 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713954376360 139713979688863 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/17557/task/17567/stat : 17567 (java) R 17555 17557 15509 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 345747975 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713953323816 213869704252 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345747977 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713823356168 213869704252 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345747977 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713822303608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17570] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17570/stat : 17570 (java) S 17555 17557 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345747977 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713821250440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17571] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17571/stat : 17571 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345747980 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713820199184 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17572] ppid=17555 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/17557/task/17572/stat : 17572 (java) S 17555 17557 15509 0 -1 4202560 2756 0 0 0 29 0 0 0 20 0 18 0 345747980 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713819147064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17573] ppid=17555 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/17557/task/17573/stat : 17573 (java) S 17555 17557 15509 0 -1 4202560 4212 0 0 0 27 0 0 0 20 0 18 0 345747980 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713818094520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17574] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17574/stat : 17574 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345747980 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713817041656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17575] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17575/stat : 17575 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345747980 2764726272 119210 33554432000 1073741824 1073778376 140736184157440 139713815989320 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 2699928

[startup+3.10081 s]
/proc/loadavg: 2.71 3.09 3.47 3/215 17575
/proc/meminfo: memFree=23979072/32873648 swapFree=6852/6852
[pid=17557] ppid=17555 vsize=2699928 CPUtime=5.48 cores=0,2,4,6
/proc/17557/stat : 17557 (java) S 17555 17557 15509 0 -1 4202496 13445 0 1 0 513 35 0 0 20 0 18 0 345747973 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 140736184148576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17557/statm: 674982 161516 2248 9 0 665676 0
[pid=17557/tid=17559] ppid=17555 vsize=2699928 CPUtime=2.42 cores=0,2,4,6
/proc/17557/task/17559/stat : 17559 (java) R 17555 17557 15509 0 -1 4202560 2968 0 1 0 235 7 0 0 20 0 18 0 345747974 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713976401888 139713827046632 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17560] ppid=17555 vsize=2699928 CPUtime=0.37 cores=0,2,4,6
/proc/17557/task/17560/stat : 17560 (java) S 17555 17557 15509 0 -1 4202560 228 0 0 0 33 4 0 0 20 0 18 0 345747975 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713960692136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17557/tid=17561] ppid=17555 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/17557/task/17561/stat : 17561 (java) S 17555 17557 15509 0 -1 4202560 313 0 0 0 22 4 0 0 20 0 18 0 345747975 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713959639592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17562] ppid=17555 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/17557/task/17562/stat : 17562 (java) S 17555 17557 15509 0 -1 4202560 325 0 0 0 23 3 0 0 20 0 18 0 345747975 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713958586536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17563] ppid=17555 vsize=2699928 CPUtime=0.36 cores=0,2,4,6
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 15509 0 -1 4202560 414 0 0 0 31 5 0 0 20 0 18 0 345747975 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713957533992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17564] ppid=17555 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 15509 0 -1 4202560 320 0 0 0 28 3 0 0 20 0 18 0 345747975 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713956481960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 15509 0 -1 4202560 312 0 0 0 25 4 0 0 20 0 18 0 345747975 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713955429416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=2699928 CPUtime=0.2 cores=0,2,4,6
/proc/17557/task/17566/stat : 17566 (java) S 17555 17557 15509 0 -1 4202560 93 0 0 0 17 3 0 0 20 0 18 0 345747975 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713954376360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/17557/task/17567/stat : 17567 (java) S 17555 17557 15509 0 -1 4202560 320 0 0 0 29 3 0 0 20 0 18 0 345747975 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713953323816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345747977 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713823357288 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345747977 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713822303608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17570] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17570/stat : 17570 (java) S 17555 17557 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345747977 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713821250440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17571] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17571/stat : 17571 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345747980 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713820199184 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17572] ppid=17555 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/17557/task/17572/stat : 17572 (java) S 17555 17557 15509 0 -1 4202560 2756 0 0 0 29 0 0 0 20 0 18 0 345747980 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713819147064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17573] ppid=17555 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/17557/task/17573/stat : 17573 (java) S 17555 17557 15509 0 -1 4202560 4212 0 0 0 27 0 0 0 20 0 18 0 345747980 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713818094520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17574] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17574/stat : 17574 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345747980 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713817041656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17575] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17575/stat : 17575 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345747980 2764726272 161516 33554432000 1073741824 1073778376 140736184157440 139713815989320 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 2699928

[startup+6.30075 s]
/proc/loadavg: 2.71 3.09 3.47 3/215 17575
/proc/meminfo: memFree=23779816/32873648 swapFree=6852/6852
[pid=17557] ppid=17555 vsize=2699928 CPUtime=10.11 cores=0,2,4,6
/proc/17557/stat : 17557 (java) S 17555 17557 15509 0 -1 4202496 13918 0 1 0 965 46 0 0 20 0 18 0 345747973 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 140736184148576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17557/statm: 674982 186637 2248 9 0 665676 0
[pid=17557/tid=17559] ppid=17555 vsize=2699928 CPUtime=5.09 cores=0,2,4,6
/proc/17557/task/17559/stat : 17559 (java) R 17555 17557 15509 0 -1 4202560 2982 0 1 0 502 7 0 0 20 0 18 0 345747974 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713976409496 213869716749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17560] ppid=17555 vsize=2699928 CPUtime=0.58 cores=0,2,4,6
/proc/17557/task/17560/stat : 17560 (java) S 17555 17557 15509 0 -1 4202560 339 0 0 0 53 5 0 0 20 0 18 0 345747975 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713960692136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17561] ppid=17555 vsize=2699928 CPUtime=0.57 cores=0,2,4,6
/proc/17557/task/17561/stat : 17561 (java) S 17555 17557 15509 0 -1 4202560 332 0 0 0 52 5 0 0 20 0 18 0 345747975 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713959639592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17557/tid=17562] ppid=17555 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/17557/task/17562/stat : 17562 (java) S 17555 17557 15509 0 -1 4202560 339 0 0 0 43 3 0 0 20 0 18 0 345747975 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713958586536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17563] ppid=17555 vsize=2699928 CPUtime=0.62 cores=0,2,4,6
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 15509 0 -1 4202560 435 0 0 0 56 6 0 0 20 0 18 0 345747975 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713957533992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17564] ppid=17555 vsize=2699928 CPUtime=0.53 cores=0,2,4,6
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 15509 0 -1 4202560 345 0 0 0 49 4 0 0 20 0 18 0 345747975 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713956481960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=2699928 CPUtime=0.52 cores=0,2,4,6
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 15509 0 -1 4202560 334 0 0 0 47 5 0 0 20 0 18 0 345747975 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713955429416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/17557/task/17566/stat : 17566 (java) S 17555 17557 15509 0 -1 4202560 322 0 0 0 42 4 0 0 20 0 18 0 345747975 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713954376360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=2699928 CPUtime=0.53 cores=0,2,4,6
/proc/17557/task/17567/stat : 17567 (java) S 17555 17557 15509 0 -1 4202560 338 0 0 0 49 4 0 0 20 0 18 0 345747975 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713953323816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345747977 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713823357288 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345747977 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713822303608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17570] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17570/stat : 17570 (java) S 17555 17557 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345747977 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713821250440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17571] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17571/stat : 17571 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345747980 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713820199184 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17572] ppid=17555 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/17557/task/17572/stat : 17572 (java) S 17555 17557 15509 0 -1 4202560 2756 0 0 0 29 0 0 0 20 0 18 0 345747980 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713819147064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17573] ppid=17555 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/17557/task/17573/stat : 17573 (java) S 17555 17557 15509 0 -1 4202560 4212 0 0 0 27 0 0 0 20 0 18 0 345747980 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713818094520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17574] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17574/stat : 17574 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345747980 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713817041656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17575] ppid=17555 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17575/stat : 17575 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345747980 2764726272 186637 33554432000 1073741824 1073778376 140736184157440 139713815989320 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.11
Current children cumulated vsize (KiB) 2699928

[startup+12.7009 s]
/proc/loadavg: 2.68 3.07 3.46 4/219 17579
/proc/meminfo: memFree=23634924/32873648 swapFree=6852/6852
[pid=17557] ppid=17555 vsize=2966184 CPUtime=23.48 cores=0,2,4,6
/proc/17557/stat : 17557 (java) S 17555 17557 15509 0 -1 4202496 17173 0 1 0 2292 56 0 0 20 0 22 0 345747973 3037372416 219191 33554432000 1073741824 1073778376 140736184157440 140736184148576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17557/statm: 741546 219191 2273 9 0 732240 0
[pid=17557/tid=17559] ppid=17555 vsize=2966184 CPUtime=6.2 cores=0,2,4,6

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

/proc/17557/statm: 741546 237648 2285 9 0 732240 0
[pid=17557/tid=17559] ppid=17555 vsize=2966184 CPUtime=6.22 cores=0,2,4,6
/proc/17557/task/17559/stat : 17559 (java) S 17555 17557 15509 0 -1 4202560 3000 0 1 0 614 8 0 0 20 0 22 0 345747974 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713976411288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17560] ppid=17555 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/17557/task/17560/stat : 17560 (java) S 17555 17557 15509 0 -1 4202560 353 0 0 0 67 6 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713960692136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17561] ppid=17555 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/17557/task/17561/stat : 17561 (java) S 17555 17557 15509 0 -1 4202560 352 0 0 0 77 7 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713959639592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17562] ppid=17555 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/17557/task/17562/stat : 17562 (java) S 17555 17557 15509 0 -1 4202560 356 0 0 0 60 4 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713958586536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17557/tid=17563] ppid=17555 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 15509 0 -1 4202560 462 0 0 0 77 8 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713957533992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17564] ppid=17555 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 15509 0 -1 4202560 664 0 0 0 66 6 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713956481960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 15509 0 -1 4202560 351 0 0 0 61 6 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713955429416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/17557/task/17566/stat : 17566 (java) S 17555 17557 15509 0 -1 4202560 588 0 0 0 66 5 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713954376360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/17557/task/17567/stat : 17567 (java) S 17555 17557 15509 0 -1 4202560 357 0 0 0 66 5 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713953323816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=2966184 CPUtime=2.77 cores=0,2,4,6
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 15509 0 -1 4202560 59 0 0 0 275 2 0 0 20 0 22 0 345747977 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713823357288 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345747977 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713822303608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17570] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17570/stat : 17570 (java) S 17555 17557 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 345747977 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713821250440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17571] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17571/stat : 17571 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713820199184 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17572] ppid=17555 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/17557/task/17572/stat : 17572 (java) S 17555 17557 15509 0 -1 4202560 5168 0 0 0 93 2 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713819147064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17573] ppid=17555 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/17557/task/17573/stat : 17573 (java) S 17555 17557 15509 0 -1 4202560 4271 0 0 0 100 0 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713818094520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17574] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17574/stat : 17574 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713817041656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17575] ppid=17555 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/17557/task/17575/stat : 17575 (java) S 17555 17557 15509 0 -1 4202560 51 0 0 0 14 15 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713815989320 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17576] ppid=17555 vsize=2966184 CPUtime=869.23 cores=0,2,4,6
/proc/17557/task/17576/stat : 17576 (java) R 17555 17557 15509 0 -1 4202560 30 0 0 0 86908 15 0 0 20 0 22 0 345748727 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713814933840 139713827138584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17577] ppid=17555 vsize=2966184 CPUtime=869.42 cores=0,2,4,6
/proc/17557/task/17577/stat : 17577 (java) R 17555 17557 15509 0 -1 4202560 66 0 0 0 86929 13 0 0 20 0 22 0 345748727 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713813879360 139713827431199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17578] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17578/stat : 17578 (java) S 17555 17557 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345748777 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713812828968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17579] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17579/stat : 17579 (java) S 17555 17557 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345748778 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713811776424 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1760.18
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.301 s]
/proc/loadavg: 3.04 3.01 3.16 4/218 17608
/proc/meminfo: memFree=23557400/32873648 swapFree=6852/6852
[pid=17557] ppid=17555 vsize=2966184 CPUtime=1800.2 cores=0,2,4,6
/proc/17557/stat : 17557 (java) S 17555 17557 15509 0 -1 4202496 17319 0 1 0 179939 81 0 0 20 0 22 0 345747973 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 140736184148576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17557/statm: 741546 237648 2285 9 0 732240 0
[pid=17557/tid=17559] ppid=17555 vsize=2966184 CPUtime=6.22 cores=0,2,4,6
/proc/17557/task/17559/stat : 17559 (java) S 17555 17557 15509 0 -1 4202560 3000 0 1 0 614 8 0 0 20 0 22 0 345747974 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713976411288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17560] ppid=17555 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/17557/task/17560/stat : 17560 (java) S 17555 17557 15509 0 -1 4202560 353 0 0 0 67 6 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713960692136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17561] ppid=17555 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/17557/task/17561/stat : 17561 (java) S 17555 17557 15509 0 -1 4202560 352 0 0 0 77 7 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713959639592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17562] ppid=17555 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/17557/task/17562/stat : 17562 (java) S 17555 17557 15509 0 -1 4202560 356 0 0 0 60 4 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713958586536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17557/tid=17563] ppid=17555 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 15509 0 -1 4202560 462 0 0 0 77 8 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713957533992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17564] ppid=17555 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 15509 0 -1 4202560 664 0 0 0 66 6 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713956481960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 15509 0 -1 4202560 351 0 0 0 61 6 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713955429416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/17557/task/17566/stat : 17566 (java) S 17555 17557 15509 0 -1 4202560 588 0 0 0 66 5 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713954376360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/17557/task/17567/stat : 17567 (java) S 17555 17557 15509 0 -1 4202560 357 0 0 0 66 5 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713953323816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=2966184 CPUtime=2.78 cores=0,2,4,6
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 15509 0 -1 4202560 59 0 0 0 275 3 0 0 20 0 22 0 345747977 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713823357288 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345747977 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713822303608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17570] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17570/stat : 17570 (java) S 17555 17557 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 345747977 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713821250440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17571] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17571/stat : 17571 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713820199184 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17572] ppid=17555 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/17557/task/17572/stat : 17572 (java) S 17555 17557 15509 0 -1 4202560 5168 0 0 0 93 2 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713819147064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17573] ppid=17555 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/17557/task/17573/stat : 17573 (java) S 17555 17557 15509 0 -1 4202560 4271 0 0 0 100 0 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713818094520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17574] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17574/stat : 17574 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713817041656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17575] ppid=17555 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/17557/task/17575/stat : 17575 (java) S 17555 17557 15509 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713815989320 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17576] ppid=17555 vsize=2966184 CPUtime=889.19 cores=0,2,4,6
/proc/17557/task/17576/stat : 17576 (java) R 17555 17557 15509 0 -1 4202560 30 0 0 0 88904 15 0 0 20 0 22 0 345748727 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713814933840 139713827480298 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17577] ppid=17555 vsize=2966184 CPUtime=889.38 cores=0,2,4,6
/proc/17557/task/17577/stat : 17577 (java) R 17555 17557 15509 0 -1 4202560 66 0 0 0 88925 13 0 0 20 0 22 0 345748727 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713813879360 139713827438644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17578] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17578/stat : 17578 (java) S 17555 17557 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345748777 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713812828968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17579] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17579/stat : 17579 (java) S 17555 17557 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345748778 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713811776424 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 2966184

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

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

[startup+902.301 s]
/proc/loadavg: 3.04 3.01 3.16 4/218 17608
/proc/meminfo: memFree=23557400/32873648 swapFree=6852/6852
[pid=17557] ppid=17555 vsize=2966184 CPUtime=1800.2 cores=0,2,4,6
/proc/17557/stat : 17557 (java) S 17555 17557 15509 0 -1 4202496 17319 0 1 0 179939 81 0 0 20 0 22 0 345747973 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 140736184148576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17557/statm: 741546 237648 2285 9 0 732240 0
[pid=17557/tid=17559] ppid=17555 vsize=2966184 CPUtime=6.22 cores=0,2,4,6
/proc/17557/task/17559/stat : 17559 (java) S 17555 17557 15509 0 -1 4202560 3000 0 1 0 614 8 0 0 20 0 22 0 345747974 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713976411288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17560] ppid=17555 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/17557/task/17560/stat : 17560 (java) S 17555 17557 15509 0 -1 4202560 353 0 0 0 67 6 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713960692136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17561] ppid=17555 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/17557/task/17561/stat : 17561 (java) S 17555 17557 15509 0 -1 4202560 352 0 0 0 77 7 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713959639592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17562] ppid=17555 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/17557/task/17562/stat : 17562 (java) S 17555 17557 15509 0 -1 4202560 356 0 0 0 60 4 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713958586536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17557/tid=17563] ppid=17555 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 15509 0 -1 4202560 462 0 0 0 77 8 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713957533992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17564] ppid=17555 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 15509 0 -1 4202560 664 0 0 0 66 6 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713956481960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 15509 0 -1 4202560 351 0 0 0 61 6 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713955429416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/17557/task/17566/stat : 17566 (java) S 17555 17557 15509 0 -1 4202560 588 0 0 0 66 5 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713954376360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/17557/task/17567/stat : 17567 (java) S 17555 17557 15509 0 -1 4202560 357 0 0 0 66 5 0 0 20 0 22 0 345747975 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713953323816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=2966184 CPUtime=2.78 cores=0,2,4,6
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 15509 0 -1 4202560 59 0 0 0 275 3 0 0 20 0 22 0 345747977 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713823357288 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345747977 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713822303608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17570] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17570/stat : 17570 (java) S 17555 17557 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 345747977 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713821250440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17571] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17571/stat : 17571 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713820199184 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17572] ppid=17555 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/17557/task/17572/stat : 17572 (java) S 17555 17557 15509 0 -1 4202560 5168 0 0 0 93 2 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713819147064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17573] ppid=17555 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/17557/task/17573/stat : 17573 (java) S 17555 17557 15509 0 -1 4202560 4271 0 0 0 100 0 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713818094520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17574] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17574/stat : 17574 (java) S 17555 17557 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713817041656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17575] ppid=17555 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/17557/task/17575/stat : 17575 (java) S 17555 17557 15509 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 345747980 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713815989320 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17557/tid=17576] ppid=17555 vsize=2966184 CPUtime=889.19 cores=0,2,4,6
/proc/17557/task/17576/stat : 17576 (java) R 17555 17557 15509 0 -1 4202560 30 0 0 0 88904 15 0 0 20 0 22 0 345748727 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713814933840 139713827480298 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17557/tid=17577] ppid=17555 vsize=2966184 CPUtime=889.38 cores=0,2,4,6
/proc/17557/task/17577/stat : 17577 (java) R 17555 17557 15509 0 -1 4202560 66 0 0 0 88925 13 0 0 20 0 22 0 345748727 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713813879360 139713827438644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17578] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17578/stat : 17578 (java) S 17555 17557 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345748777 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713812828968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17557/tid=17579] ppid=17555 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/17557/task/17579/stat : 17579 (java) S 17555 17557 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345748778 3037372416 237648 33554432000 1073741824 1073778376 140736184157440 139713811776424 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 902.33
CPU time (s): 1800.2
CPU user time (s): 1799.39
CPU system time (s): 0.81
CPU usage (%): 199.506
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.84
system time used= 1.18182
maximum resident set size= 952760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17351
page faults= 1
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21343
involuntary context switches= 17591

runsolver used 3.24051 second user time and 8.5447 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-04 09:50:07
IDJOB=3743746
IDBENCH=92274
IDSOLVER=2324
FILE ID=node112/3743746-1338796206
RUNJOBID= node112-1338783624-15525
PBS_JOBID= 14636841
Free space on /tmp= 71168 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_luby_0null10mast_rapportOE1.0_TMAX300_K192_cod1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743746-1338796206/watcher-3743746-1338796206 -o /tmp/evaluation-result-3743746-1338796206/solver-3743746-1338796206 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743746-1338796206.opb

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

MD5SUM BENCH= eb990cef1e91caace8f4ff76229f500a
RANDOM SEED=158659748

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24505716 kB
Buffers:          558796 kB
Cached:          6057204 kB
SwapCached:            0 kB
Active:          2703824 kB
Inactive:        4777564 kB
Active(anon):     854472 kB
Inactive(anon):    10920 kB
Active(file):    1849352 kB
Inactive(file):  4766644 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31648 kB
Writeback:             0 kB
AnonPages:        884020 kB
Mapped:            22504 kB
Shmem:               200 kB
Slab:             733264 kB
SReclaimable:     176364 kB
SUnreclaim:       556900 kB
KernelStack:        1600 kB
PageTables:         5836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    831488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71168 MiB
End job on node112 at 2012-06-04 10:05:11