Trace number 3689926

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.65 906.743

General information on the benchmark

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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3689926-1337886244.opb
0.08/0.11	c reading problem ... 
12.33/8.41	c ... done. Wall clock time 8.292s.
12.33/8.41	c declared #vars     399113
12.33/8.41	c #constraints  400980
12.33/8.41	c constraints type 
12.33/8.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
12.33/8.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
12.33/8.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
12.33/8.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
12.33/8.41	c 400980 constraints processed.
12.33/8.41	c constraints type 
12.33/8.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
12.33/8.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
12.33/8.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
12.33/8.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
12.33/8.41	c 400980 constraints processed.
12.33/8.41	c objective function length is 306555 literals
172.79/88.21	c cleaning 2493 clauses out of 5000 with flag 5004/5004
346.17/175.86	c cleaning 4252 clauses out of 8504 with flag 11001/11001
539.33/273.04	c cleaning 5607 clauses out of 11253 with flag 18002/18002
733.32/370.64	c cleaning 6650 clauses out of 13644 with flag 26000/26000
983.80/496.77	c cleaning 7991 clauses out of 15994 with flag 35000/35000
1257.14/634.07	c cleaning 8897 clauses out of 18003 with flag 45000/45000
1565.35/788.74	c cleaning 10028 clauses out of 20106 with flag 56000/56000
1800.15/906.71	c starts		: 77
1800.15/906.71	c conflicts		: 65212
1800.15/906.71	c decisions		: 1881386
1800.15/906.71	c propagations		: 2554587395
1800.15/906.71	c inspects		: 980573472
1800.15/906.71	c shortcuts		: 0
1800.15/906.71	c learnt literals	: 4
1800.15/906.71	c learnt binary clauses	: 373
1800.15/906.71	c learnt ternary clauses	: 258
1800.15/906.71	c learnt constraints	: 65207
1800.15/906.71	c ignored constraints	: 0
1800.15/906.71	c root simplifications	: 0
1800.15/906.71	c removed literals (reason simplification)	: 5196985
1800.15/906.71	c reason swapping (by a shorter reason)	: 0
1800.15/906.71	c Calls to reduceDB	: 7
1800.15/906.71	c number of reductions to clauses (during analyze)	: 0
1800.15/906.71	c number of learned constraints concerned by reduction	: 0
1800.15/906.71	c number of learning phase by resolution	: 0
1800.15/906.71	c number of learning phase by cutting planes	: 0
1800.15/906.71	c speed (assignments/second)	: 2844273.8414809983
1800.15/906.71	c non guided choices	0
1800.15/906.72	c learnt constraints type 
1800.15/906.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 373
1800.15/906.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18917
1800.15/906.72	c constraints type 
1800.15/906.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.15/906.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.15/906.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.15/906.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.15/906.72	c 400980 constraints processed.
1800.15/906.72	c constraints type 
1800.15/906.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.15/906.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.15/906.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.15/906.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.15/906.72	c 400980 constraints processed.
1800.15/906.72	s UNKNOWN
1800.15/906.72	c Total wall clock time (in seconds): 906.609

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

running on 4 cores: 1,3,5,7

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.85 3.93 3.90 4/197 2523
/proc/meminfo: memFree=26321584/32873648 swapFree=7104/7104
[pid=2523] ppid=2521 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/2523/stat : 2523 (java) D 2521 2523 30487 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 254749946 2560000 47 33554432000 1073741824 1073778376 140735152258704 140735152255832 214528257319 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/2523/statm: 625 47 37 9 0 29 0

[startup+0.0643201 s]
/proc/loadavg: 3.85 3.93 3.90 4/197 2523
/proc/meminfo: memFree=26321584/32873648 swapFree=7104/7104
[pid=2523] ppid=2521 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2521 2523 30487 0 -1 4202496 3187 0 1 0 3 0 0 0 20 0 18 0 254749946 9787813888 4395 33554432000 1073741824 1073778376 140736325564048 140736325555184 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2523/statm: 2389603 4395 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558412

[startup+0.100197 s]
/proc/loadavg: 3.85 3.93 3.90 4/197 2523
/proc/meminfo: memFree=26321584/32873648 swapFree=7104/7104
[pid=2523] ppid=2521 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2521 2523 30487 0 -1 4202496 4314 0 1 0 8 0 0 0 20 0 18 0 254749946 9787813888 5506 33554432000 1073741824 1073778376 140736325564048 140736325555184 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2523/statm: 2389603 5506 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300183 s]
/proc/loadavg: 3.85 3.93 3.90 4/197 2523
/proc/meminfo: memFree=26321584/32873648 swapFree=7104/7104
[pid=2523] ppid=2521 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2521 2523 30487 0 -1 4202496 5682 0 1 0 45 1 0 0 20 0 18 0 254749946 9787813888 16564 33554432000 1073741824 1073778376 140736325564048 140736325555184 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2523/statm: 2389603 16564 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700187 s]
/proc/loadavg: 3.85 3.93 3.90 4/197 2523
/proc/meminfo: memFree=26321584/32873648 swapFree=7104/7104
[pid=2523] ppid=2521 vsize=9558412 CPUtime=0.96 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2521 2523 30487 0 -1 4202496 5870 0 1 0 90 6 0 0 20 0 18 0 254749946 9787813888 47385 33554432000 1073741824 1073778376 140736325564048 140736325555184 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2523/statm: 2389603 47385 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9558412

[startup+1.50064 s]
/proc/loadavg: 3.85 3.93 3.90 13/215 2541
/proc/meminfo: memFree=26086160/32873648 swapFree=7104/7104
[pid=2523] ppid=2521 vsize=9558412 CPUtime=2.55 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2521 2523 30487 0 -1 4202496 15034 0 1 0 239 16 0 0 20 0 18 0 254749946 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140736325555184 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2523/statm: 2389603 102534 2248 9 0 2380296 0
[pid=2523/tid=2525] ppid=2521 vsize=9558412 CPUtime=1.32 cores=1,3,5,7
/proc/2523/task/2525/stat : 2525 (java) S 2521 2523 30487 0 -1 4202560 2552 0 1 0 128 4 0 0 20 0 18 0 254749947 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140377415031352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2523/tid=2526] ppid=2521 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/2523/task/2526/stat : 2526 (java) R 2521 2523 30487 0 -1 4202560 101 0 0 0 4 2 0 0 20 0 18 0 254749948 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140377387485864 140377417504441 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2527] ppid=2521 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/2523/task/2527/stat : 2527 (java) R 2521 2523 30487 0 -1 4202560 250 0 0 0 5 2 0 0 20 0 18 0 254749948 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140377386433320 140377417504457 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2528] ppid=2521 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/2523/task/2528/stat : 2528 (java) S 2521 2523 30487 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 254749948 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140377385380776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2529] ppid=2521 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/2523/task/2529/stat : 2529 (java) S 2521 2523 30487 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 254749948 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140377384328232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2530] ppid=2521 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/2523/task/2530/stat : 2530 (java) R 2521 2523 30487 0 -1 4202560 140 0 0 0 5 1 0 0 20 0 18 0 254749948 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140377383274840 140377419208953 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2531] ppid=2521 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/2523/task/2531/stat : 2531 (java) R 2521 2523 30487 0 -1 4202560 100 0 0 0 2 1 0 0 20 0 18 0 254749948 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140377253783848 214540792892 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2532] ppid=2521 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/2523/task/2532/stat : 2532 (java) R 2521 2523 30487 0 -1 4202560 111 0 0 0 3 0 0 0 20 0 18 0 254749948 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140377252731480 140377417504457 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2523/tid=2533] ppid=2521 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/2523/task/2533/stat : 2533 (java) R 2521 2523 30487 0 -1 4202560 111 0 0 0 6 2 0 0 20 0 18 0 254749948 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140377251678760 140377419195079 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2534] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2534/stat : 2534 (java) S 2521 2523 30487 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254749949 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140376768730632 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2535] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2535/stat : 2535 (java) S 2521 2523 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254749950 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140376767678072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2536] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2536/stat : 2536 (java) S 2521 2523 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254749950 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140376766625416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2537] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2537/stat : 2537 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254749952 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140376765574160 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2538] ppid=2521 vsize=9558412 CPUtime=0.32 cores=1,3,5,7
/proc/2523/task/2538/stat : 2538 (java) S 2521 2523 30487 0 -1 4202560 4590 0 0 0 32 0 0 0 20 0 18 0 254749952 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140376764520504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2539] ppid=2521 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/2523/task/2539/stat : 2539 (java) S 2521 2523 30487 0 -1 4202560 5676 0 0 0 39 0 0 0 20 0 18 0 254749952 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140376763467960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2540] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2540/stat : 2540 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254749952 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140376762415608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2541] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2541/stat : 2541 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254749952 9787813888 102534 33554432000 1073741824 1073778376 140736325564048 140376761363272 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9558412

[startup+3.10064 s]
/proc/loadavg: 3.85 3.93 3.90 4/215 2541
/proc/meminfo: memFree=25446880/32873648 swapFree=7104/7104
[pid=2523] ppid=2521 vsize=9558412 CPUtime=4.93 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2521 2523 30487 0 -1 4202496 18534 0 1 0 439 54 0 0 20 0 18 0 254749946 9787813888 558101 33554432000 1073741824 1073778376 140736325564048 140736325555184 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2523/statm: 2389603 558101 2248 9 0 2380296 0
[pid=2523/tid=2525] ppid=2521 vsize=9558412 CPUtime=2.64 cores=1,3,5,7
/proc/2523/task/2525/stat : 2525 (java) S 2521 2523 30487 0 -1 4202560 4016 0 1 0 237 27 0 0 20 0 18 0 254749947 9787813888 558101 33554432000 1073741824 1073778376 140736325564048 140377415031288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2526] ppid=2521 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/2523/task/2526/stat : 2526 (java) D 2521 2523 30487 0 -1 4202560 284 0 0 0 15 4 0 0 20 0 18 0 254749948 9787813888 558101 33554432000 1073741824 1073778376 140736325564048 140377387485744 140377417504457 0 4 0 16800975 18446744071581355444 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2527] ppid=2521 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/2523/task/2527/stat : 2527 (java) R 2521 2523 30487 0 -1 4202560 468 0 0 0 17 3 0 0 20 0 18 0 254749948 9787813888 558101 33554432000 1073741824 1073778376 140736325564048 140377386433080 214537462759 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2528] ppid=2521 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/2523/task/2528/stat : 2528 (java) R 2521 2523 30487 0 -1 4202560 254 0 0 0 11 2 0 0 20 0 18 0 254749948 9787813888 558102 33554432000 1073741824 1073778376 140736325564048 140377385380952 140377418790565 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2523/tid=2529] ppid=2521 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/2523/task/2529/stat : 2529 (java) R 2521 2523 30487 0 -1 4202560 176 0 0 0 14 3 0 0 20 0 18 0 254749948 9787813888 558102 33554432000 1073741824 1073778376 140736325564048 140377384328408 140377417504457 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2530] ppid=2521 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/2523/task/2530/stat : 2530 (java) R 2521 2523 30487 0 -1 4202560 170 0 0 0 13 3 0 0 20 0 18 0 254749948 9787813888 558102 33554432000 1073741824 1073778376 140736325564048 140377383274840 140377417504457 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2531] ppid=2521 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/2523/task/2531/stat : 2531 (java) R 2521 2523 30487 0 -1 4202560 136 0 0 0 13 3 0 0 20 0 18 0 254749948 9787813888 558102 33554432000 1073741824 1073778376 140736325564048 140377253784024 140377418789328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2532] ppid=2521 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/2523/task/2532/stat : 2532 (java) R 2521 2523 30487 0 -1 4202560 435 0 0 0 17 3 0 0 20 0 18 0 254749948 9787813888 558102 33554432000 1073741824 1073778376 140736325564048 140377252731480 140377417504441 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2533] ppid=2521 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/2523/task/2533/stat : 2533 (java) R 2521 2523 30487 0 -1 4202560 181 0 0 0 17 4 0 0 20 0 18 0 254749948 9787813888 558102 33554432000 1073741824 1073778376 140736325564048 140377251678936 140377421941947 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2534] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2534/stat : 2534 (java) S 2521 2523 30487 0 -1 4202560 975 0 0 0 0 0 0 0 20 0 18 0 254749949 9787813888 558102 33554432000 1073741824 1073778376 140736325564048 140376768730632 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2535] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2535/stat : 2535 (java) S 2521 2523 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254749950 9787813888 558102 33554432000 1073741824 1073778376 140736325564048 140376767678072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2536] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2536/stat : 2536 (java) S 2521 2523 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254749950 9787813888 558102 33554432000 1073741824 1073778376 140736325564048 140376766625416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2537] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2537/stat : 2537 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254749952 9787813888 558102 33554432000 1073741824 1073778376 140736325564048 140376765574160 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2538] ppid=2521 vsize=9558412 CPUtime=0.32 cores=1,3,5,7
/proc/2523/task/2538/stat : 2538 (java) S 2521 2523 30487 0 -1 4202560 4590 0 0 0 32 0 0 0 20 0 18 0 254749952 9787813888 558102 33554432000 1073741824 1073778376 140736325564048 140376764520504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2539] ppid=2521 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/2523/task/2539/stat : 2539 (java) S 2521 2523 30487 0 -1 4202560 5676 0 0 0 39 0 0 0 20 0 18 0 254749952 9787813888 558102 33554432000 1073741824 1073778376 140736325564048 140376763467960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2540] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2540/stat : 2540 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254749952 9787813888 558102 33554432000 1073741824 1073778376 140736325564048 140376762415608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2541] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2541/stat : 2541 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254749952 9787813888 558102 33554432000 1073741824 1073778376 140736325564048 140376761363272 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 9558412

[startup+6.30071 s]
/proc/loadavg: 3.79 3.91 3.90 4/215 2541
/proc/meminfo: memFree=23382316/32873648 swapFree=7104/7104
[pid=2523] ppid=2521 vsize=9558412 CPUtime=10.06 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2521 2523 30487 0 -1 4202496 20718 0 1 0 927 79 0 0 20 0 18 0 254749946 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140736325555184 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2523/statm: 2389603 735580 2248 9 0 2380296 0
[pid=2523/tid=2525] ppid=2521 vsize=9558412 CPUtime=5.19 cores=1,3,5,7
/proc/2523/task/2525/stat : 2525 (java) R 2521 2523 30487 0 -1 4202560 4264 0 1 0 483 36 0 0 20 0 18 0 254749947 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140377415024544 140377265172109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2526] ppid=2521 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/2523/task/2526/stat : 2526 (java) S 2521 2523 30487 0 -1 4202560 411 0 0 0 51 5 0 0 20 0 18 0 254749948 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140377387485864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2527] ppid=2521 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/2523/task/2527/stat : 2527 (java) S 2521 2523 30487 0 -1 4202560 618 0 0 0 45 5 0 0 20 0 18 0 254749948 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140377386433320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2528] ppid=2521 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/2523/task/2528/stat : 2528 (java) S 2521 2523 30487 0 -1 4202560 303 0 0 0 40 5 0 0 20 0 18 0 254749948 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140377385380776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2523/tid=2529] ppid=2521 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/2523/task/2529/stat : 2529 (java) S 2521 2523 30487 0 -1 4202560 535 0 0 0 48 6 0 0 20 0 18 0 254749948 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140377384328232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2523/tid=2530] ppid=2521 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/2523/task/2530/stat : 2530 (java) S 2521 2523 30487 0 -1 4202560 221 0 0 0 38 5 0 0 20 0 18 0 254749948 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140377383274664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2523/tid=2531] ppid=2521 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/2523/task/2531/stat : 2531 (java) S 2521 2523 30487 0 -1 4202560 493 0 0 0 39 5 0 0 20 0 18 0 254749948 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140377253783848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2532] ppid=2521 vsize=9558412 CPUtime=0.6 cores=1,3,5,7
/proc/2523/task/2532/stat : 2532 (java) S 2521 2523 30487 0 -1 4202560 493 0 0 0 55 5 0 0 20 0 18 0 254749948 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140377252731304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2533] ppid=2521 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/2523/task/2533/stat : 2533 (java) S 2521 2523 30487 0 -1 4202560 676 0 0 0 42 6 0 0 20 0 18 0 254749948 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140377251678760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2534] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2534/stat : 2534 (java) S 2521 2523 30487 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 254749949 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140376768731752 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2535] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2535/stat : 2535 (java) S 2521 2523 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254749950 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140376767678072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2536] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2536/stat : 2536 (java) S 2521 2523 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254749950 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140376766625416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2537] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2537/stat : 2537 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254749952 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140376765574160 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2538] ppid=2521 vsize=9558412 CPUtime=0.32 cores=1,3,5,7
/proc/2523/task/2538/stat : 2538 (java) S 2521 2523 30487 0 -1 4202560 4590 0 0 0 32 0 0 0 20 0 18 0 254749952 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140376764520504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2539] ppid=2521 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/2523/task/2539/stat : 2539 (java) S 2521 2523 30487 0 -1 4202560 5676 0 0 0 39 0 0 0 20 0 18 0 254749952 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140376763467960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2540] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2540/stat : 2540 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254749952 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140376762415608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2541] ppid=2521 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2541/stat : 2541 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254749952 9787813888 735580 33554432000 1073741824 1073778376 140736325564048 140376761363272 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.06
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 3.80 3.92 3.90 5/219 2545
/proc/meminfo: memFree=23379596/32873648 swapFree=7104/7104
[pid=2523] ppid=2521 vsize=9824668 CPUtime=21.75 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2521 2523 30487 0 -1 4202496 20888 0 1 0 2095 80 0 0 20 0 22 0 254749946 10060460032 736233 33554432000 1073741824 1073778376 140736325564048 140736325555184 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2523/statm: 2456167 736233 2269 9 0 2446860 0
[pid=2523/tid=2525] ppid=2521 vsize=9824668 CPUtime=7.3 cores=1,3,5,7

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

[pid=2523/tid=2543] ppid=2521 vsize=9824668 CPUtime=802.67 cores=1,3,5,7
/proc/2523/task/2543/stat : 2543 (java) R 2521 2523 30487 0 -1 4202560 78 0 0 0 80255 12 0 0 20 0 22 0 254750787 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376759253728 140377265759175 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2544] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2544/stat : 2544 (java) S 2521 2523 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254750802 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376758203944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2545] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2545/stat : 2545 (java) S 2521 2523 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254750802 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376757151400 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1631.33
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.01 3.98 3.92 5/219 2613
/proc/meminfo: memFree=22838260/32873648 swapFree=7104/7104
[pid=2523] ppid=2521 vsize=9824668 CPUtime=1751.33 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2521 2523 30487 0 -1 4202496 67309 0 1 0 174997 136 0 0 20 0 22 0 254749946 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140736325555184 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2523/statm: 2456167 821047 2282 9 0 2446860 0
[pid=2523/tid=2525] ppid=2521 vsize=9824668 CPUtime=7.34 cores=1,3,5,7
/proc/2523/task/2525/stat : 2525 (java) S 2521 2523 30487 0 -1 4202560 4281 0 1 0 696 38 0 0 20 0 22 0 254749947 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377415033848 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2526] ppid=2521 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/2523/task/2526/stat : 2526 (java) S 2521 2523 30487 0 -1 4202560 5405 0 0 0 73 10 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377387485864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2527] ppid=2521 vsize=9824668 CPUtime=0.76 cores=1,3,5,7
/proc/2523/task/2527/stat : 2527 (java) S 2521 2523 30487 0 -1 4202560 6419 0 0 0 67 9 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377386433320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2528] ppid=2521 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/2523/task/2528/stat : 2528 (java) S 2521 2523 30487 0 -1 4202560 5165 0 0 0 58 8 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377385380776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2529] ppid=2521 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/2523/task/2529/stat : 2529 (java) S 2521 2523 30487 0 -1 4202560 6625 0 0 0 64 9 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377384328232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2530] ppid=2521 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/2523/task/2530/stat : 2530 (java) S 2521 2523 30487 0 -1 4202560 5422 0 0 0 65 10 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377383274664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2531] ppid=2521 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/2523/task/2531/stat : 2531 (java) S 2521 2523 30487 0 -1 4202560 4823 0 0 0 58 10 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377253783848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2532] ppid=2521 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/2523/task/2532/stat : 2532 (java) S 2521 2523 30487 0 -1 4202560 1602 0 0 0 77 9 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377252731304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2523/tid=2533] ppid=2521 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/2523/task/2533/stat : 2533 (java) S 2521 2523 30487 0 -1 4202560 6280 0 0 0 65 9 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377251678760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2534] ppid=2521 vsize=9824668 CPUtime=10.61 cores=1,3,5,7
/proc/2523/task/2534/stat : 2534 (java) S 2521 2523 30487 0 -1 4202560 9601 0 0 0 1056 5 0 0 20 0 22 0 254749949 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376768731752 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2535] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2535/stat : 2535 (java) S 2521 2523 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254749950 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376767678072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2536] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2536/stat : 2536 (java) S 2521 2523 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254749950 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376766625416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2537] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2537/stat : 2537 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376765574160 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2538] ppid=2521 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/2523/task/2538/stat : 2538 (java) S 2521 2523 30487 0 -1 4202560 4615 0 0 0 120 0 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376764520504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2539] ppid=2521 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/2523/task/2539/stat : 2539 (java) S 2521 2523 30487 0 -1 4202560 5717 0 0 0 80 0 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376763467960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2523/tid=2540] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2540/stat : 2540 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376762415608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2541] ppid=2521 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/2523/task/2541/stat : 2541 (java) S 2521 2523 30487 0 -1 4202560 51 0 0 0 15 23 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376761363272 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2542] ppid=2521 vsize=9824668 CPUtime=862.46 cores=1,3,5,7
/proc/2523/task/2542/stat : 2542 (java) R 2521 2523 30487 0 -1 4202560 37 0 0 0 86230 16 0 0 20 0 22 0 254750787 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376760308320 140377265813801 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2543] ppid=2521 vsize=9824668 CPUtime=862.67 cores=1,3,5,7
/proc/2523/task/2543/stat : 2543 (java) R 2521 2523 30487 0 -1 4202560 78 0 0 0 86254 13 0 0 20 0 22 0 254750787 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376759253728 140377265759028 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2544] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2544/stat : 2544 (java) S 2521 2523 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254750802 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376758203944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2545] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2545/stat : 2545 (java) S 2521 2523 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254750802 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376757151400 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1751.33
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.701 s]
/proc/loadavg: 4.00 3.98 3.92 5/219 2613
/proc/meminfo: memFree=22838012/32873648 swapFree=7104/7104
[pid=2523] ppid=2521 vsize=9824668 CPUtime=1800.15 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2521 2523 30487 0 -1 4202496 67311 0 1 0 179878 137 0 0 20 0 22 0 254749946 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140736325555184 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2523/statm: 2456167 821047 2282 9 0 2446860 0
[pid=2523/tid=2525] ppid=2521 vsize=9824668 CPUtime=7.34 cores=1,3,5,7
/proc/2523/task/2525/stat : 2525 (java) S 2521 2523 30487 0 -1 4202560 4281 0 1 0 696 38 0 0 20 0 22 0 254749947 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377415033848 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2526] ppid=2521 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/2523/task/2526/stat : 2526 (java) S 2521 2523 30487 0 -1 4202560 5405 0 0 0 73 10 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377387485864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2527] ppid=2521 vsize=9824668 CPUtime=0.76 cores=1,3,5,7
/proc/2523/task/2527/stat : 2527 (java) S 2521 2523 30487 0 -1 4202560 6419 0 0 0 67 9 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377386433320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2528] ppid=2521 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/2523/task/2528/stat : 2528 (java) S 2521 2523 30487 0 -1 4202560 5165 0 0 0 58 8 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377385380776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2529] ppid=2521 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/2523/task/2529/stat : 2529 (java) S 2521 2523 30487 0 -1 4202560 6625 0 0 0 64 9 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377384328232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2530] ppid=2521 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/2523/task/2530/stat : 2530 (java) S 2521 2523 30487 0 -1 4202560 5422 0 0 0 65 10 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377383274664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2531] ppid=2521 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/2523/task/2531/stat : 2531 (java) S 2521 2523 30487 0 -1 4202560 4823 0 0 0 58 10 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377253783848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2532] ppid=2521 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/2523/task/2532/stat : 2532 (java) S 2521 2523 30487 0 -1 4202560 1602 0 0 0 77 9 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377252731304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2523/tid=2533] ppid=2521 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/2523/task/2533/stat : 2533 (java) S 2521 2523 30487 0 -1 4202560 6280 0 0 0 65 9 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377251678760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2534] ppid=2521 vsize=9824668 CPUtime=10.61 cores=1,3,5,7
/proc/2523/task/2534/stat : 2534 (java) S 2521 2523 30487 0 -1 4202560 9601 0 0 0 1056 5 0 0 20 0 22 0 254749949 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376768731752 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2535] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2535/stat : 2535 (java) S 2521 2523 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254749950 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376767678072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2536] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2536/stat : 2536 (java) S 2521 2523 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254749950 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376766625416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2537] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2537/stat : 2537 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376765574160 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2538] ppid=2521 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/2523/task/2538/stat : 2538 (java) S 2521 2523 30487 0 -1 4202560 4615 0 0 0 120 0 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376764520504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2539] ppid=2521 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/2523/task/2539/stat : 2539 (java) S 2521 2523 30487 0 -1 4202560 5717 0 0 0 80 0 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376763467960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2523/tid=2540] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2540/stat : 2540 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376762415608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2541] ppid=2521 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/2523/task/2541/stat : 2541 (java) S 2521 2523 30487 0 -1 4202560 53 0 0 0 16 23 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376761363272 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2542] ppid=2521 vsize=9824668 CPUtime=886.86 cores=1,3,5,7
/proc/2523/task/2542/stat : 2542 (java) R 2521 2523 30487 0 -1 4202560 37 0 0 0 88670 16 0 0 20 0 22 0 254750787 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376760308320 140377265714542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2543] ppid=2521 vsize=9824668 CPUtime=887.08 cores=1,3,5,7
/proc/2523/task/2543/stat : 2543 (java) R 2521 2523 30487 0 -1 4202560 78 0 0 0 88695 13 0 0 20 0 22 0 254750787 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376759253728 140377265759028 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2544] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2544/stat : 2544 (java) S 2521 2523 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254750802 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376758203944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2545] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2545/stat : 2545 (java) S 2521 2523 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254750802 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376757151400 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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+906.701 s]
/proc/loadavg: 4.00 3.98 3.92 5/219 2613
/proc/meminfo: memFree=22838012/32873648 swapFree=7104/7104
[pid=2523] ppid=2521 vsize=9824668 CPUtime=1800.15 cores=1,3,5,7
/proc/2523/stat : 2523 (java) S 2521 2523 30487 0 -1 4202496 67311 0 1 0 179878 137 0 0 20 0 22 0 254749946 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140736325555184 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2523/statm: 2456167 821047 2282 9 0 2446860 0
[pid=2523/tid=2525] ppid=2521 vsize=9824668 CPUtime=7.34 cores=1,3,5,7
/proc/2523/task/2525/stat : 2525 (java) S 2521 2523 30487 0 -1 4202560 4281 0 1 0 696 38 0 0 20 0 22 0 254749947 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377415033848 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2526] ppid=2521 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/2523/task/2526/stat : 2526 (java) S 2521 2523 30487 0 -1 4202560 5405 0 0 0 73 10 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377387485864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2527] ppid=2521 vsize=9824668 CPUtime=0.76 cores=1,3,5,7
/proc/2523/task/2527/stat : 2527 (java) S 2521 2523 30487 0 -1 4202560 6419 0 0 0 67 9 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377386433320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2528] ppid=2521 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/2523/task/2528/stat : 2528 (java) S 2521 2523 30487 0 -1 4202560 5165 0 0 0 58 8 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377385380776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2529] ppid=2521 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/2523/task/2529/stat : 2529 (java) S 2521 2523 30487 0 -1 4202560 6625 0 0 0 64 9 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377384328232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2530] ppid=2521 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/2523/task/2530/stat : 2530 (java) S 2521 2523 30487 0 -1 4202560 5422 0 0 0 65 10 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377383274664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2531] ppid=2521 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/2523/task/2531/stat : 2531 (java) S 2521 2523 30487 0 -1 4202560 4823 0 0 0 58 10 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377253783848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2532] ppid=2521 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/2523/task/2532/stat : 2532 (java) S 2521 2523 30487 0 -1 4202560 1602 0 0 0 77 9 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377252731304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2523/tid=2533] ppid=2521 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/2523/task/2533/stat : 2533 (java) S 2521 2523 30487 0 -1 4202560 6280 0 0 0 65 9 0 0 20 0 22 0 254749948 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140377251678760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2534] ppid=2521 vsize=9824668 CPUtime=10.61 cores=1,3,5,7
/proc/2523/task/2534/stat : 2534 (java) S 2521 2523 30487 0 -1 4202560 9601 0 0 0 1056 5 0 0 20 0 22 0 254749949 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376768731752 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2535] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2535/stat : 2535 (java) S 2521 2523 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254749950 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376767678072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2536] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2536/stat : 2536 (java) S 2521 2523 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254749950 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376766625416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2537] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2537/stat : 2537 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376765574160 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2538] ppid=2521 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/2523/task/2538/stat : 2538 (java) S 2521 2523 30487 0 -1 4202560 4615 0 0 0 120 0 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376764520504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2539] ppid=2521 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/2523/task/2539/stat : 2539 (java) S 2521 2523 30487 0 -1 4202560 5717 0 0 0 80 0 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376763467960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2523/tid=2540] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2540/stat : 2540 (java) S 2521 2523 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376762415608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2541] ppid=2521 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/2523/task/2541/stat : 2541 (java) S 2521 2523 30487 0 -1 4202560 53 0 0 0 16 23 0 0 20 0 22 0 254749952 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376761363272 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2523/tid=2542] ppid=2521 vsize=9824668 CPUtime=886.86 cores=1,3,5,7
/proc/2523/task/2542/stat : 2542 (java) R 2521 2523 30487 0 -1 4202560 37 0 0 0 88670 16 0 0 20 0 22 0 254750787 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376760308320 140377265714542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2523/tid=2543] ppid=2521 vsize=9824668 CPUtime=887.08 cores=1,3,5,7
/proc/2523/task/2543/stat : 2543 (java) R 2521 2523 30487 0 -1 4202560 78 0 0 0 88695 13 0 0 20 0 22 0 254750787 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376759253728 140377265759028 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2544] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2544/stat : 2544 (java) S 2521 2523 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254750802 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376758203944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2523/tid=2545] ppid=2521 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2523/task/2545/stat : 2545 (java) S 2521 2523 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254750802 10060460032 821047 33554432000 1073741824 1073778376 140736325564048 140376757151400 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 906.743
CPU time (s): 1800.65
CPU user time (s): 1798.8
CPU system time (s): 1.85072
CPU usage (%): 198.584
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.85072
maximum resident set size= 3317220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67346
page faults= 1
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33455
involuntary context switches= 17074

runsolver used 3.17352 second user time and 8.87265 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 21:04:05
IDJOB=3689926
IDBENCH=92076
IDSOLVER=2268
FILE ID=node127/3689926-1337886244
RUNJOBID= node127-1337871880-30504
PBS_JOBID= 14620077
Free space on /tmp= 71616 MiB

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

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

MD5SUM BENCH= ff8a546b7ea64c76b8dbf498ac8de727
RANDOM SEED=722051240

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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.91
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.348
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.348
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.348
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:        26321336 kB
Buffers:          245012 kB
Cached:          2466976 kB
SwapCached:            0 kB
Active:          3516360 kB
Inactive:        2252472 kB
Active(anon):    3059300 kB
Inactive(anon):        0 kB
Active(file):     457060 kB
Inactive(file):  2252472 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31564 kB
Writeback:             0 kB
AnonPages:       3064224 kB
Mapped:            22568 kB
Shmem:               200 kB
Slab:             639660 kB
SReclaimable:      83560 kB
SUnreclaim:       556100 kB
KernelStack:        1616 kB
PageTables:        10080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3278512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2990080 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= 71612 MiB
End job on node127 at 2012-05-24 21:19:14