Trace number 3710164

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.59 1785.94

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
MD5SUM9c4320f542823743906889d8232ca8c8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables39901
Total number of constraints118441
Number of constraints which are clauses118440
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint39480
Number of terms in the objective function 141
Biggest coefficient in the objective function 1393796574908163946345982392040522594123776
Number of bits for the biggest coefficient in the objective function 141
Sum of the numbers in the objective function 2787593149816327892691964784081045188247551
Number of bits of the sum of numbers in the objective function 141
Biggest number in a constraint 1353842624082429130653522550851115089568572790710847937094960732721983060451965636249987502980536903367866802227247837807116288
Number of bits of the biggest number in a constraint 420
Biggest sum of numbers in a constraint 5415370496329716522614090203404460358274291131933137772446847436667115240992208031579922255034219518448630133725391512086530056
Number of bits of the biggest sum of numbers421
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710164-1338156719.opb
0.09/0.12	c reading problem ... 
1.64/1.19	c ... done. Wall clock time 1.07s.
1.64/1.19	c declared #vars     39901
1.64/1.19	c #constraints  118442
1.64/1.19	c constraints type 
1.64/1.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39480
1.64/1.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78960
1.64/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.64/1.19	c 118442 constraints processed.
567.88/565.46	c cleaning 2492 clauses out of 5000 with flag 5000/5000
1391.74/1382.04	c cleaning 4251 clauses out of 8508 with flag 11000/11000
1800.01/1785.92	c starts		: 43
1800.01/1785.92	c conflicts		: 16056
1800.01/1785.92	c decisions		: 62549
1800.01/1785.92	c propagations		: 6505032
1800.01/1785.92	c inspects		: 36309682
1800.01/1785.92	c shortcuts		: 0
1800.01/1785.92	c learnt literals	: 0
1800.01/1785.92	c learnt binary clauses	: 0
1800.01/1785.92	c learnt ternary clauses	: 1
1800.01/1785.92	c learnt constraints	: 16056
1800.01/1785.92	c ignored constraints	: 0
1800.01/1785.92	c root simplifications	: 43
1800.01/1785.92	c removed literals (reason simplification)	: 176279231
1800.01/1785.92	c reason swapping (by a shorter reason)	: 0
1800.01/1785.92	c Calls to reduceDB	: 2
1800.01/1785.92	c number of reductions to clauses (during analyze)	: 0
1800.01/1785.92	c number of learned constraints concerned by reduction	: 0
1800.01/1785.92	c number of learning phase by resolution	: 0
1800.01/1785.92	c number of learning phase by cutting planes	: 0
1800.01/1785.92	c speed (assignments/second)	: 3644.8923011064053
1800.01/1785.92	c non guided choices	28974
1800.01/1785.92	c learnt constraints type 
1800.01/1785.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9313
1800.01/1785.92	c constraints type 
1800.01/1785.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39480
1800.01/1785.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78960
1800.01/1785.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/1785.92	c 118442 constraints processed.
1800.01/1785.92	s UNKNOWN
1800.01/1785.92	c Total wall clock time (in seconds): 1785.806

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-3710164-1338156719/watcher-3710164-1338156719 -o /tmp/evaluation-result-3710164-1338156719/solver-3710164-1338156719 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710164-1338156719.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: 2.03 2.00 1.97 3/194 25858
/proc/meminfo: memFree=29342240/32873648 swapFree=7116/7116
[pid=25858] ppid=25856 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25858/stat : 25858 (java) R 25856 25858 21157 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 281799326 9515008 182 33554432000 1073741824 1073778376 140734007196512 140734007187544 219513962165 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25858/statm: 2323 182 140 9 0 71 0

[startup+0.074909 s]
/proc/loadavg: 2.03 2.00 1.97 3/194 25858
/proc/meminfo: memFree=29342240/32873648 swapFree=7116/7116
[pid=25858] ppid=25856 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/25858/stat : 25858 (java) S 25856 25858 21157 0 -1 4202496 3336 0 1 0 4 1 0 0 20 0 18 0 281799326 9787842560 4545 33554432000 1073741824 1073778376 140734362504192 140734362495328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25858/statm: 2389610 4548 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100307 s]
/proc/loadavg: 2.03 2.00 1.97 3/194 25858
/proc/meminfo: memFree=29342240/32873648 swapFree=7116/7116
[pid=25858] ppid=25856 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/25858/stat : 25858 (java) S 25856 25858 21157 0 -1 4202496 4287 0 1 0 8 1 0 0 20 0 18 0 281799326 9787842560 6006 33554432000 1073741824 1073778376 140734362504192 140734362495328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25858/statm: 2389610 6006 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300275 s]
/proc/loadavg: 2.03 2.00 1.97 3/194 25858
/proc/meminfo: memFree=29342240/32873648 swapFree=7116/7116
[pid=25858] ppid=25856 vsize=9558440 CPUtime=0.48 cores=1,3,5,7
/proc/25858/stat : 25858 (java) S 25856 25858 21157 0 -1 4202496 5730 0 1 0 47 1 0 0 20 0 18 0 281799326 9787842560 8868 33554432000 1073741824 1073778376 140734362504192 140734362495328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25858/statm: 2389610 8868 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558440

[startup+0.700302 s]
/proc/loadavg: 2.03 2.00 1.97 3/194 25858
/proc/meminfo: memFree=29342240/32873648 swapFree=7116/7116
[pid=25858] ppid=25856 vsize=9558440 CPUtime=1.1 cores=1,3,5,7
/proc/25858/stat : 25858 (java) S 25856 25858 21157 0 -1 4202496 7951 0 1 0 106 4 0 0 20 0 18 0 281799326 9787842560 41413 33554432000 1073741824 1073778376 140734362504192 140734362495328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25858/statm: 2389610 41413 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9558440

[startup+1.50074 s]
/proc/loadavg: 2.11 2.02 1.98 3/212 25876
/proc/meminfo: memFree=29184684/32873648 swapFree=7116/7116
[pid=25858] ppid=25856 vsize=9625004 CPUtime=2.4 cores=1,3,5,7
/proc/25858/stat : 25858 (java) S 25856 25858 21157 0 -1 4202496 8900 0 1 0 233 7 0 0 20 0 19 0 281799326 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 140734362495328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25858/statm: 2406251 47432 2272 9 0 2396937 0
[pid=25858/tid=25860] ppid=25856 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/25858/task/25860/stat : 25860 (java) R 25856 25858 21157 0 -1 4202560 2581 0 1 0 139 4 0 0 20 0 19 0 281799327 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 139787273966024 139787109424712 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25861] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25861/stat : 25861 (java) S 25856 25858 21157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281799329 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 139787235457832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25862] ppid=25856 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25858/task/25862/stat : 25862 (java) S 25856 25858 21157 0 -1 4202560 73 0 0 0 1 0 0 0 20 0 19 0 281799329 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 139787234405032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25863] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25863/stat : 25863 (java) S 25856 25858 21157 0 -1 4202560 58 0 0 0 0 0 0 0 20 0 19 0 281799329 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 139787233352744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25864] ppid=25856 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25858/task/25864/stat : 25864 (java) S 25856 25858 21157 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281799329 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 139787232299944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25865] ppid=25856 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25858/task/25865/stat : 25865 (java) S 25856 25858 21157 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 281799329 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 139787231246632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25866] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25866/stat : 25866 (java) S 25856 25858 21157 0 -1 4202560 62 0 0 0 0 0 0 0 20 0 19 0 281799329 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 139787230193832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25867] ppid=25856 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25858/task/25867/stat : 25867 (java) S 25856 25858 21157 0 -1 4202560 77 0 0 0 1 0 0 0 20 0 19 0 281799329 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 139787229141544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25868] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25868/stat : 25868 (java) S 25856 25858 21157 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281799329 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 139787228088744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25869] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25869/stat : 25869 (java) S 25856 25858 21157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 139787098036968 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25870] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25870/stat : 25870 (java) S 25856 25858 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 139787096983032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25871] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25871/stat : 25871 (java) S 25856 25858 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 47394 33554432000 1073741824 1073778376 140734362504192 139787095930632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25872] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25872/stat : 25872 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 47410 33554432000 1073741824 1073778376 140734362504192 139787094879120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25873] ppid=25856 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25858/task/25873/stat : 25873 (java) S 25856 25858 21157 0 -1 4202560 1863 0 0 0 39 0 0 0 20 0 19 0 281799332 9856004096 47416 33554432000 1073741824 1073778376 140734362504192 139787093825720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25874] ppid=25856 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25858/task/25874/stat : 25874 (java) R 25856 25858 21157 0 -1 4202560 2924 0 0 0 39 0 0 0 20 0 19 0 281799332 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 139786220202040 139787278082512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25875] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25875/stat : 25875 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 139786219149944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25876] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25876/stat : 25876 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 47432 33554432000 1073741824 1073778376 140734362504192 139786218097352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9625004

[startup+3.10078 s]
/proc/loadavg: 2.11 2.02 1.98 3/213 25877
/proc/meminfo: memFree=28990864/32873648 swapFree=7116/7116
[pid=25858] ppid=25856 vsize=9625004 CPUtime=4.43 cores=1,3,5,7
/proc/25858/stat : 25858 (java) S 25856 25858 21157 0 -1 4202496 10602 0 1 0 424 19 0 0 20 0 19 0 281799326 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 140734362495328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25858/statm: 2406251 149620 2274 9 0 2396937 0
[pid=25858/tid=25860] ppid=25856 vsize=9625004 CPUtime=2.92 cores=1,3,5,7
/proc/25858/task/25860/stat : 25860 (java) R 25856 25858 21157 0 -1 4202560 3022 0 1 0 283 9 0 0 20 0 19 0 281799327 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139787273964840 139787109943192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25861] ppid=25856 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/25858/task/25861/stat : 25861 (java) S 25856 25858 21157 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 19 0 281799329 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139787235457832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25862] ppid=25856 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/25858/task/25862/stat : 25862 (java) S 25856 25858 21157 0 -1 4202560 94 0 0 0 4 0 0 0 20 0 19 0 281799329 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139787234405032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25863] ppid=25856 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/25858/task/25863/stat : 25863 (java) S 25856 25858 21157 0 -1 4202560 86 0 0 0 4 2 0 0 20 0 19 0 281799329 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139787233352744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25864] ppid=25856 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/25858/task/25864/stat : 25864 (java) S 25856 25858 21157 0 -1 4202560 42 0 0 0 5 1 0 0 20 0 19 0 281799329 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139787232299944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25865] ppid=25856 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/25858/task/25865/stat : 25865 (java) S 25856 25858 21157 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 19 0 281799329 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139787231246632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25866] ppid=25856 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/25858/task/25866/stat : 25866 (java) S 25856 25858 21157 0 -1 4202560 120 0 0 0 6 2 0 0 20 0 19 0 281799329 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139787230193832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25867] ppid=25856 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/25858/task/25867/stat : 25867 (java) S 25856 25858 21157 0 -1 4202560 97 0 0 0 5 0 0 0 20 0 19 0 281799329 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139787229141544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25868] ppid=25856 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/25858/task/25868/stat : 25868 (java) S 25856 25858 21157 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 19 0 281799329 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139787228088744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25869] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25869/stat : 25869 (java) S 25856 25858 21157 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139787098036968 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25870] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25870/stat : 25870 (java) S 25856 25858 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139787096983032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25871] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25871/stat : 25871 (java) S 25856 25858 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139787095930632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25872] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25872/stat : 25872 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139787094879120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25873] ppid=25856 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25858/task/25873/stat : 25873 (java) S 25856 25858 21157 0 -1 4202560 2462 0 0 0 45 0 0 0 20 0 19 0 281799332 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139787093825720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25874] ppid=25856 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/25858/task/25874/stat : 25874 (java) S 25856 25858 21157 0 -1 4202560 2931 0 0 0 51 0 0 0 20 0 19 0 281799332 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139786220202040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25875] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25875/stat : 25875 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139786219149944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25876] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25876/stat : 25876 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139786218097352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25877] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25877/stat : 25877 (java) S 25856 25858 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281799449 9856004096 149620 33554432000 1073741824 1073778376 140734362504192 139786217043368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9625004

[startup+6.30064 s]
/proc/loadavg: 2.10 2.02 1.98 3/213 25877
/proc/meminfo: memFree=28723660/32873648 swapFree=7116/7116
[pid=25858] ppid=25856 vsize=9625004 CPUtime=7.84 cores=1,3,5,7
/proc/25858/stat : 25858 (java) S 25856 25858 21157 0 -1 4202496 11106 0 1 0 761 23 0 0 20 0 19 0 281799326 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 140734362495328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25858/statm: 2406251 156312 2275 9 0 2396937 0
[pid=25858/tid=25860] ppid=25856 vsize=9625004 CPUtime=6.08 cores=1,3,5,7
/proc/25858/task/25860/stat : 25860 (java) R 25856 25858 21157 0 -1 4202560 3024 0 1 0 599 9 0 0 20 0 19 0 281799327 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139787273965624 139787110198620 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25861] ppid=25856 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/25858/task/25861/stat : 25861 (java) S 25856 25858 21157 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 19 0 281799329 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139787235457832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25862] ppid=25856 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/25858/task/25862/stat : 25862 (java) S 25856 25858 21157 0 -1 4202560 101 0 0 0 4 1 0 0 20 0 19 0 281799329 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139787234405032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25863] ppid=25856 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/25858/task/25863/stat : 25863 (java) S 25856 25858 21157 0 -1 4202560 95 0 0 0 4 3 0 0 20 0 19 0 281799329 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139787233352744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25864] ppid=25856 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/25858/task/25864/stat : 25864 (java) S 25856 25858 21157 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 19 0 281799329 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139787232299944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25865] ppid=25856 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/25858/task/25865/stat : 25865 (java) S 25856 25858 21157 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 19 0 281799329 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139787231246632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25866] ppid=25856 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/25858/task/25866/stat : 25866 (java) S 25856 25858 21157 0 -1 4202560 131 0 0 0 7 3 0 0 20 0 19 0 281799329 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139787230193832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25867] ppid=25856 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/25858/task/25867/stat : 25867 (java) S 25856 25858 21157 0 -1 4202560 101 0 0 0 5 1 0 0 20 0 19 0 281799329 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139787229141544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25868] ppid=25856 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/25858/task/25868/stat : 25868 (java) S 25856 25858 21157 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 19 0 281799329 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139787228088744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25869] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25869/stat : 25869 (java) S 25856 25858 21157 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139787098036968 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25870] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25870/stat : 25870 (java) S 25856 25858 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139787096983032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25871] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25871/stat : 25871 (java) S 25856 25858 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139787095930632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25872] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25872/stat : 25872 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139787094879120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25873] ppid=25856 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/25858/task/25873/stat : 25873 (java) S 25856 25858 21157 0 -1 4202560 2502 0 0 0 50 0 0 0 20 0 19 0 281799332 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139787093825720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25874] ppid=25856 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/25858/task/25874/stat : 25874 (java) S 25856 25858 21157 0 -1 4202560 3327 0 0 0 57 0 0 0 20 0 19 0 281799332 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139786220202040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25875] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25875/stat : 25875 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139786219149944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25876] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25876/stat : 25876 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139786218097352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25877] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25877/stat : 25877 (java) S 25856 25858 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281799449 9856004096 156312 33554432000 1073741824 1073778376 140734362504192 139786217043368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 2.09 2.02 1.98 3/213 25877
/proc/meminfo: memFree=28598832/32873648 swapFree=7116/7116

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

[pid=25858/tid=25866] ppid=25856 vsize=9625004 CPUtime=2.26 cores=1,3,5,7
/proc/25858/task/25866/stat : 25866 (java) S 25856 25858 21157 0 -1 4202560 177 0 0 0 219 7 0 0 20 0 19 0 281799329 9856004096 585335 33554432000 1073741824 1073778376 140734362504192 139787230193832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25867] ppid=25856 vsize=9625004 CPUtime=2.3 cores=1,3,5,7
/proc/25858/task/25867/stat : 25867 (java) S 25856 25858 21157 0 -1 4202560 161 0 0 0 224 6 0 0 20 0 19 0 281799329 9856004096 585335 33554432000 1073741824 1073778376 140734362504192 139787229141544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25868] ppid=25856 vsize=9625004 CPUtime=2.27 cores=1,3,5,7
/proc/25858/task/25868/stat : 25868 (java) S 25856 25858 21157 0 -1 4202560 111 0 0 0 219 8 0 0 20 0 19 0 281799329 9856004096 585335 33554432000 1073741824 1073778376 140734362504192 139787228088744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25869] ppid=25856 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25858/task/25869/stat : 25869 (java) S 25856 25858 21157 0 -1 4202560 4276 0 0 0 27 13 0 0 20 0 19 0 281799330 9856004096 585335 33554432000 1073741824 1073778376 140734362504192 139787098036968 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25870] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25870/stat : 25870 (java) S 25856 25858 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 585335 33554432000 1073741824 1073778376 140734362504192 139787096983032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25871] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25871/stat : 25871 (java) S 25856 25858 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 585335 33554432000 1073741824 1073778376 140734362504192 139787095930632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25872] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25872/stat : 25872 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 585335 33554432000 1073741824 1073778376 140734362504192 139787094879120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25873] ppid=25856 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/25858/task/25873/stat : 25873 (java) S 25856 25858 21157 0 -1 4202560 2512 0 0 0 51 0 0 0 20 0 19 0 281799332 9856004096 585335 33554432000 1073741824 1073778376 140734362504192 139787093825720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25874] ppid=25856 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/25858/task/25874/stat : 25874 (java) S 25856 25858 21157 0 -1 4202560 3331 0 0 0 60 0 0 0 20 0 19 0 281799332 9856004096 585335 33554432000 1073741824 1073778376 140734362504192 139786220202040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25875] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25875/stat : 25875 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 585335 33554432000 1073741824 1073778376 140734362504192 139786219149944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25876] ppid=25856 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/25858/task/25876/stat : 25876 (java) S 25856 25858 21157 0 -1 4202560 97 0 0 0 14 21 0 0 20 0 19 0 281799332 9856004096 585335 33554432000 1073741824 1073778376 140734362504192 139786218097352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25877] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25877/stat : 25877 (java) S 25856 25858 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281799449 9856004096 585335 33554432000 1073741824 1073778376 140734362504192 139786217043368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1735.62
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/213 25951
/proc/meminfo: memFree=24728968/32873648 swapFree=7116/7116
[pid=25858] ppid=25856 vsize=9625004 CPUtime=1796.33 cores=1,3,5,7
/proc/25858/stat : 25858 (java) S 25856 25858 21157 0 -1 4202496 18001 0 1 0 179498 135 0 0 20 0 19 0 281799326 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 140734362495328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25858/statm: 2406251 575336 2290 9 0 2396937 0
[pid=25858/tid=25860] ppid=25856 vsize=9625004 CPUtime=1775.15 cores=1,3,5,7
/proc/25858/task/25860/stat : 25860 (java) R 25856 25858 21157 0 -1 4202560 5523 0 1 0 177445 70 0 0 20 0 19 0 281799327 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139787273964784 139787110200349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25861] ppid=25856 vsize=9625004 CPUtime=2.56 cores=1,3,5,7
/proc/25858/task/25861/stat : 25861 (java) S 25856 25858 21157 0 -1 4202560 121 0 0 0 248 8 0 0 20 0 19 0 281799329 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139787235457832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25862] ppid=25856 vsize=9625004 CPUtime=2.42 cores=1,3,5,7
/proc/25858/task/25862/stat : 25862 (java) S 25856 25858 21157 0 -1 4202560 155 0 0 0 235 7 0 0 20 0 19 0 281799329 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139787234405032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25863] ppid=25856 vsize=9625004 CPUtime=2.38 cores=1,3,5,7
/proc/25858/task/25863/stat : 25863 (java) S 25856 25858 21157 0 -1 4202560 147 0 0 0 230 8 0 0 20 0 19 0 281799329 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139787233352744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25864] ppid=25856 vsize=9625004 CPUtime=2.42 cores=1,3,5,7
/proc/25858/task/25864/stat : 25864 (java) S 25856 25858 21157 0 -1 4202560 92 0 0 0 236 6 0 0 20 0 19 0 281799329 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139787232299944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25865] ppid=25856 vsize=9625004 CPUtime=2.51 cores=1,3,5,7
/proc/25858/task/25865/stat : 25865 (java) S 25856 25858 21157 0 -1 4202560 104 0 0 0 244 7 0 0 20 0 19 0 281799329 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139787231246632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25866] ppid=25856 vsize=9625004 CPUtime=2.4 cores=1,3,5,7
/proc/25858/task/25866/stat : 25866 (java) S 25856 25858 21157 0 -1 4202560 177 0 0 0 233 7 0 0 20 0 19 0 281799329 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139787230193832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25867] ppid=25856 vsize=9625004 CPUtime=2.44 cores=1,3,5,7
/proc/25858/task/25867/stat : 25867 (java) S 25856 25858 21157 0 -1 4202560 161 0 0 0 238 6 0 0 20 0 19 0 281799329 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139787229141544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25868] ppid=25856 vsize=9625004 CPUtime=2.42 cores=1,3,5,7
/proc/25858/task/25868/stat : 25868 (java) S 25856 25858 21157 0 -1 4202560 112 0 0 0 234 8 0 0 20 0 19 0 281799329 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139787228088744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25869] ppid=25856 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25858/task/25869/stat : 25869 (java) S 25856 25858 21157 0 -1 4202560 4280 0 0 0 27 15 0 0 20 0 19 0 281799330 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139787098036968 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25870] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25870/stat : 25870 (java) S 25856 25858 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139787096983032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25871] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25871/stat : 25871 (java) S 25856 25858 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139787095930632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25872] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25872/stat : 25872 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139787094879120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25873] ppid=25856 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/25858/task/25873/stat : 25873 (java) S 25856 25858 21157 0 -1 4202560 2512 0 0 0 51 0 0 0 20 0 19 0 281799332 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139787093825720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25874] ppid=25856 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/25858/task/25874/stat : 25874 (java) S 25856 25858 21157 0 -1 4202560 3331 0 0 0 60 0 0 0 20 0 19 0 281799332 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139786220202040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25875] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25875/stat : 25875 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139786219149944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25876] ppid=25856 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25858/task/25876/stat : 25876 (java) S 25856 25858 21157 0 -1 4202560 101 0 0 0 15 22 0 0 20 0 19 0 281799332 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139786218097352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25877] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25877/stat : 25877 (java) S 25856 25858 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281799449 9856004096 575336 33554432000 1073741824 1073778376 140734362504192 139786217043368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1796.33
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.9 s]
/proc/loadavg: 1.99 1.97 1.98 3/213 25951
/proc/meminfo: memFree=24730828/32873648 swapFree=7116/7116
[pid=25858] ppid=25856 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/25858/stat : 25858 (java) S 25856 25858 21157 0 -1 4202496 18005 0 1 0 179866 135 0 0 20 0 19 0 281799326 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 140734362495328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25858/statm: 2406251 574967 2290 9 0 2396937 0
[pid=25858/tid=25860] ppid=25856 vsize=9625004 CPUtime=1778.72 cores=1,3,5,7
/proc/25858/task/25860/stat : 25860 (java) R 25856 25858 21157 0 -1 4202560 5527 0 1 0 177801 71 0 0 20 0 19 0 281799327 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787273964848 139787110200494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25861] ppid=25856 vsize=9625004 CPUtime=2.57 cores=1,3,5,7
/proc/25858/task/25861/stat : 25861 (java) S 25856 25858 21157 0 -1 4202560 121 0 0 0 249 8 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787235457832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25862] ppid=25856 vsize=9625004 CPUtime=2.43 cores=1,3,5,7
/proc/25858/task/25862/stat : 25862 (java) S 25856 25858 21157 0 -1 4202560 155 0 0 0 236 7 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787234405032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25863] ppid=25856 vsize=9625004 CPUtime=2.4 cores=1,3,5,7
/proc/25858/task/25863/stat : 25863 (java) S 25856 25858 21157 0 -1 4202560 147 0 0 0 232 8 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787233352744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25864] ppid=25856 vsize=9625004 CPUtime=2.44 cores=1,3,5,7
/proc/25858/task/25864/stat : 25864 (java) S 25856 25858 21157 0 -1 4202560 92 0 0 0 238 6 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787232299944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25865] ppid=25856 vsize=9625004 CPUtime=2.53 cores=1,3,5,7
/proc/25858/task/25865/stat : 25865 (java) S 25856 25858 21157 0 -1 4202560 104 0 0 0 246 7 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787231246632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25866] ppid=25856 vsize=9625004 CPUtime=2.41 cores=1,3,5,7
/proc/25858/task/25866/stat : 25866 (java) S 25856 25858 21157 0 -1 4202560 177 0 0 0 234 7 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787230193832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25867] ppid=25856 vsize=9625004 CPUtime=2.46 cores=1,3,5,7
/proc/25858/task/25867/stat : 25867 (java) S 25856 25858 21157 0 -1 4202560 161 0 0 0 240 6 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787229141544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25868] ppid=25856 vsize=9625004 CPUtime=2.44 cores=1,3,5,7
/proc/25858/task/25868/stat : 25868 (java) S 25856 25858 21157 0 -1 4202560 112 0 0 0 236 8 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787228088744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25869] ppid=25856 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25858/task/25869/stat : 25869 (java) S 25856 25858 21157 0 -1 4202560 4280 0 0 0 27 15 0 0 20 0 19 0 281799330 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787098036968 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25870] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25870/stat : 25870 (java) S 25856 25858 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787096983032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25871] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25871/stat : 25871 (java) S 25856 25858 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787095930632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25872] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25872/stat : 25872 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787094879120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25873] ppid=25856 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/25858/task/25873/stat : 25873 (java) S 25856 25858 21157 0 -1 4202560 2512 0 0 0 51 0 0 0 20 0 19 0 281799332 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787093825720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25874] ppid=25856 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/25858/task/25874/stat : 25874 (java) S 25856 25858 21157 0 -1 4202560 3331 0 0 0 60 0 0 0 20 0 19 0 281799332 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139786220202040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25875] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25875/stat : 25875 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139786219149944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25876] ppid=25856 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25858/task/25876/stat : 25876 (java) S 25856 25858 21157 0 -1 4202560 101 0 0 0 15 22 0 0 20 0 19 0 281799332 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139786218097352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25877] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25877/stat : 25877 (java) S 25856 25858 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281799449 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139786217043368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1785.9 s]
/proc/loadavg: 1.99 1.97 1.98 3/213 25951
/proc/meminfo: memFree=24730828/32873648 swapFree=7116/7116
[pid=25858] ppid=25856 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/25858/stat : 25858 (java) S 25856 25858 21157 0 -1 4202496 18005 0 1 0 179866 135 0 0 20 0 19 0 281799326 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 140734362495328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25858/statm: 2406251 574967 2290 9 0 2396937 0
[pid=25858/tid=25860] ppid=25856 vsize=9625004 CPUtime=1778.72 cores=1,3,5,7
/proc/25858/task/25860/stat : 25860 (java) R 25856 25858 21157 0 -1 4202560 5527 0 1 0 177801 71 0 0 20 0 19 0 281799327 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787273964848 139787110200494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25861] ppid=25856 vsize=9625004 CPUtime=2.57 cores=1,3,5,7
/proc/25858/task/25861/stat : 25861 (java) S 25856 25858 21157 0 -1 4202560 121 0 0 0 249 8 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787235457832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25862] ppid=25856 vsize=9625004 CPUtime=2.43 cores=1,3,5,7
/proc/25858/task/25862/stat : 25862 (java) S 25856 25858 21157 0 -1 4202560 155 0 0 0 236 7 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787234405032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25863] ppid=25856 vsize=9625004 CPUtime=2.4 cores=1,3,5,7
/proc/25858/task/25863/stat : 25863 (java) S 25856 25858 21157 0 -1 4202560 147 0 0 0 232 8 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787233352744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25864] ppid=25856 vsize=9625004 CPUtime=2.44 cores=1,3,5,7
/proc/25858/task/25864/stat : 25864 (java) S 25856 25858 21157 0 -1 4202560 92 0 0 0 238 6 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787232299944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25865] ppid=25856 vsize=9625004 CPUtime=2.53 cores=1,3,5,7
/proc/25858/task/25865/stat : 25865 (java) S 25856 25858 21157 0 -1 4202560 104 0 0 0 246 7 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787231246632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25866] ppid=25856 vsize=9625004 CPUtime=2.41 cores=1,3,5,7
/proc/25858/task/25866/stat : 25866 (java) S 25856 25858 21157 0 -1 4202560 177 0 0 0 234 7 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787230193832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25867] ppid=25856 vsize=9625004 CPUtime=2.46 cores=1,3,5,7
/proc/25858/task/25867/stat : 25867 (java) S 25856 25858 21157 0 -1 4202560 161 0 0 0 240 6 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787229141544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25868] ppid=25856 vsize=9625004 CPUtime=2.44 cores=1,3,5,7
/proc/25858/task/25868/stat : 25868 (java) S 25856 25858 21157 0 -1 4202560 112 0 0 0 236 8 0 0 20 0 19 0 281799329 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787228088744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25869] ppid=25856 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25858/task/25869/stat : 25869 (java) S 25856 25858 21157 0 -1 4202560 4280 0 0 0 27 15 0 0 20 0 19 0 281799330 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787098036968 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25870] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25870/stat : 25870 (java) S 25856 25858 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787096983032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25871] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25871/stat : 25871 (java) S 25856 25858 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281799330 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787095930632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25872] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25872/stat : 25872 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787094879120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25873] ppid=25856 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/25858/task/25873/stat : 25873 (java) S 25856 25858 21157 0 -1 4202560 2512 0 0 0 51 0 0 0 20 0 19 0 281799332 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139787093825720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25858/tid=25874] ppid=25856 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/25858/task/25874/stat : 25874 (java) S 25856 25858 21157 0 -1 4202560 3331 0 0 0 60 0 0 0 20 0 19 0 281799332 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139786220202040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25858/tid=25875] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25875/stat : 25875 (java) S 25856 25858 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281799332 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139786219149944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25858/tid=25876] ppid=25856 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25858/task/25876/stat : 25876 (java) S 25856 25858 21157 0 -1 4202560 101 0 0 0 15 22 0 0 20 0 19 0 281799332 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139786218097352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25858/tid=25877] ppid=25856 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25858/task/25877/stat : 25877 (java) S 25856 25858 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281799449 9856004096 574967 33554432000 1073741824 1073778376 140734362504192 139786217043368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1785.94
CPU time (s): 1800.59
CPU user time (s): 1798.81
CPU system time (s): 1.78373
CPU usage (%): 100.82
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.81
system time used= 1.78373
maximum resident set size= 2799276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18040
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69741
involuntary context switches= 92547

runsolver used 6.31904 second user time and 13.8139 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-28 00:12:00
IDJOB=3710164
IDBENCH=2971
IDSOLVER=2289
FILE ID=node114/3710164-1338156719
RUNJOBID= node114-1338150227-25002
PBS_JOBID= 14624495
Free space on /tmp= 71476 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710164-1338156719/watcher-3710164-1338156719 -o /tmp/evaluation-result-3710164-1338156719/solver-3710164-1338156719 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710164-1338156719.opb

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

MD5SUM BENCH= 9c4320f542823743906889d8232ca8c8
RANDOM SEED=945176812

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.242
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.242
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:        29342132 kB
Buffers:          528772 kB
Cached:          2009228 kB
SwapCached:         2128 kB
Active:          1359040 kB
Inactive:        1323316 kB
Active(anon):     137592 kB
Inactive(anon):     7892 kB
Active(file):    1221448 kB
Inactive(file):  1315424 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103892 kB
Dirty:              6732 kB
Writeback:             0 kB
AnonPages:        147684 kB
Mapped:            22656 kB
Shmem:               116 kB
Slab:             711252 kB
SReclaimable:     155392 kB
SUnreclaim:       555860 kB
KernelStack:        1592 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 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= 71460 MiB
End job on node114 at 2012-05-28 00:41:48