Trace number 3458668

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 Resolution 2.3.0? (TO) 1800.19 1799.4

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=340-sizeP=171-sizeQ=340-700380480-max.opb
MD5SUM155cfa68d401e9611b171cd288033a79
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 variables58651
Total number of constraints174421
Number of constraints which are clauses174420
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 constraint58140
Number of terms in the objective function 171
Biggest coefficient in the objective function 1496577676626844588240573268701473812127674924007424
Number of bits for the biggest coefficient in the objective function 171
Sum of the numbers in the objective function 2993155353253689176481146537402947624255349848014847
Number of bits of the sum of numbers in the objective function 171
Biggest number in a constraint 1675975991242824637446753124775730765934920727574049172215445180465220503759193372100234287270862928461253982273310756356719235351493321243304206125760512
Number of bits of the biggest number in a constraint 510
Biggest sum of numbers in a constraint 6703903964971298549787012499102923063739682910296195038597131527667767167333656272927595621892946315600953569576375136127347577727820033305822846748291905
Number of bits of the biggest sum of numbers511
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		12995394264
0.07/0.09	c Max memory 		13063553024
0.07/0.09	c Total memory 		13063553024
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458668-1307154709.opb
0.10/0.11	c reading problem ... 
2.50/2.33	c ... done. Wall clock time 2.219s.
2.50/2.33	c #vars     58651
2.50/2.33	c #constraints  189128
2.50/2.33	c constraints type 
2.50/2.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58140
2.50/2.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 116280
2.50/2.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/1799.32	c starts		: 13
1800.08/1799.32	c conflicts		: 2045
1800.08/1799.32	c decisions		: 35471
1800.08/1799.32	c propagations		: 3224352
1800.08/1799.32	c inspects		: 19617891
1800.08/1799.32	c shortcuts		: 0
1800.08/1799.32	c learnt literals	: 0
1800.08/1799.32	c learnt binary clauses	: 3
1800.08/1799.32	c learnt ternary clauses	: 0
1800.08/1799.32	c learnt constraints	: 2044
1800.08/1799.32	c ignored constraints	: 0
1800.08/1799.32	c root simplifications	: 0
1800.08/1799.32	c removed literals (reason simplification)	: 22454690
1800.08/1799.32	c reason swapping (by a shorter reason)	: 0
1800.08/1799.32	c Calls to reduceDB	: 0
1800.08/1799.32	c number of reductions to clauses (during analyze)	: 0
1800.08/1799.32	c number of learned constraints concerned by reduction	: 0
1800.08/1799.32	c number of learning phase by resolution	: 0
1800.08/1799.32	c number of learning phase by cutting planes	: 0
1800.08/1799.32	c speed (assignments/second)	: 1794.3041514352033
1800.08/1799.32	c non guided choices	259
1800.08/1799.32	c learnt constraints type 
1800.08/1799.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.08/1799.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2041
1800.08/1799.32	c constraints type 
1800.08/1799.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58140
1800.08/1799.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 116280
1800.08/1799.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/1799.32	s UNKNOWN
1800.08/1799.32	c Total wall clock time (in seconds): 1799.214

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3458668-1307154709/watcher-3458668-1307154709 -o /tmp/evaluation-result-3458668-1307154709/solver-3458668-1307154709 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458668-1307154709.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.25 2.12 2.03 5/548 3101
/proc/meminfo: memFree=14894708/32951132 swapFree=46579808/67111528
[pid=3101] ppid=3099 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/3101/stat : 3101 (java) S 3099 3101 32282 0 -1 4202496 1124 0 0 0 0 0 0 0 25 0 2 0 827069542 24580096 863 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982352869 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/3101/statm: 6001 863 652 9 0 381 0
[pid=3101/tid=3102] ppid=3099 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3102/stat : 3102 (java) R 3099 3101 32282 0 -1 4202560 7880 0 1 0 0 0 0 0 25 0 2 0 827069542 13850947584 8696 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242970244155 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0838919 s]
/proc/loadavg: 2.25 2.12 2.03 5/548 3101
/proc/meminfo: memFree=14894708/32951132 swapFree=46579808/67111528
[pid=3101] ppid=3099 vsize=13686560 CPUtime=0.07 cores=0,2,4,6
/proc/3101/stat : 3101 (java) S 3099 3101 32282 0 -1 4202496 14789 0 1 0 6 1 0 0 25 0 18 0 827069542 14015037440 14487 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3101/statm: 3421640 14487 1915 9 0 3412374 0
[pid=3101/tid=3102] ppid=3099 vsize=13686560 CPUtime=0.07 cores=0,2,4,6
/proc/3101/task/3102/stat : 3102 (java) D 3099 3101 32282 0 -1 4202560 13404 0 1 0 6 1 0 0 25 0 18 0 827069542 14015037440 14487 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242970593415 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13686560

[startup+0.100521 s]
/proc/loadavg: 2.25 2.12 2.03 5/548 3101
/proc/meminfo: memFree=14894708/32951132 swapFree=46579808/67111528
[pid=3101] ppid=3099 vsize=13622324 CPUtime=0.1 cores=0,2,4,6
/proc/3101/stat : 3101 (java) S 3099 3101 32282 0 -1 4202496 15494 0 1 0 9 1 0 0 25 0 18 0 827069542 13949259776 15192 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3101/statm: 3405581 15192 2093 9 0 3396315 0
[pid=3101/tid=3102] ppid=3099 vsize=13622324 CPUtime=0.08 cores=0,2,4,6
/proc/3101/task/3102/stat : 3102 (java) R 3099 3101 32282 0 -1 4202560 13601 0 1 0 7 1 0 0 25 0 18 0 827069542 13949259776 15192 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 47142562932248 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622324

[startup+0.300455 s]
/proc/loadavg: 2.25 2.12 2.03 5/548 3101
/proc/meminfo: memFree=14894708/32951132 swapFree=46579808/67111528
[pid=3101] ppid=3099 vsize=13623896 CPUtime=0.49 cores=0,2,4,6
/proc/3101/stat : 3101 (java) S 3099 3101 32282 0 -1 4202496 19030 0 1 0 47 2 0 0 25 0 18 0 827069542 13950869504 18363 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3101/statm: 3405974 18364 2202 9 0 3396708 0
[pid=3101/tid=3102] ppid=3099 vsize=13623896 CPUtime=0.28 cores=0,2,4,6
/proc/3101/task/3102/stat : 3102 (java) R 3099 3101 32282 0 -1 4202560 15951 0 1 0 26 2 0 0 25 0 18 0 827069542 13950869504 18365 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13623896

[startup+0.707444 s]
/proc/loadavg: 2.25 2.12 2.03 5/548 3101
/proc/meminfo: memFree=14894708/32951132 swapFree=46579808/67111528
[pid=3101] ppid=3099 vsize=13627028 CPUtime=1.04 cores=0,2,4,6
/proc/3101/stat : 3101 (java) S 3099 3101 32282 0 -1 4202496 38533 0 1 0 97 7 0 0 25 0 18 0 827069542 13954076672 36084 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3101/statm: 3406757 36088 2214 9 0 3397491 0
[pid=3101/tid=3102] ppid=3099 vsize=13627028 CPUtime=0.58 cores=0,2,4,6
/proc/3101/task/3102/stat : 3102 (java) R 3099 3101 32282 0 -1 4202560 32110 0 1 0 52 6 0 0 18 0 18 0 827069542 13954076672 36090 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13627028

[startup+1.50125 s]
/proc/loadavg: 2.25 2.12 2.03 3/566 3124
/proc/meminfo: memFree=14629152/32951132 swapFree=46579808/67111528
[pid=3101] ppid=3099 vsize=13627028 CPUtime=1.79 cores=0,2,4,6
/proc/3101/stat : 3101 (java) S 3099 3101 32282 0 -1 4202496 103836 0 1 0 164 15 0 0 25 0 18 0 827069542 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3101/statm: 3406757 101387 2214 9 0 3397491 0
[pid=3101/tid=3102] ppid=3099 vsize=13627028 CPUtime=1.32 cores=0,2,4,6
/proc/3101/task/3102/stat : 3102 (java) R 3099 3101 32282 0 -1 4202560 97407 0 1 0 118 14 0 0 19 0 18 0 827069542 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 46912505549940 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3101/tid=3104] ppid=3099 vsize=13627028 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3104/stat : 3104 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827069544 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3105] ppid=3099 vsize=13627028 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3105/stat : 3105 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827069544 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3106] ppid=3099 vsize=13627028 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3106/stat : 3106 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827069544 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3110] ppid=3099 vsize=13627028 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3110/stat : 3110 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827069544 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3111] ppid=3099 vsize=13627028 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3111/stat : 3111 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827069544 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3112] ppid=3099 vsize=13627028 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3112/stat : 3112 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827069544 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3113] ppid=3099 vsize=13627028 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3113/stat : 3113 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827069544 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3114] ppid=3099 vsize=13627028 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3114/stat : 3114 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827069544 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3115] ppid=3099 vsize=13627028 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3115/stat : 3115 (java) S 3099 3101 32282 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 827069545 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 0 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3117] ppid=3099 vsize=13627028 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3117/stat : 3117 (java) S 3099 3101 32282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 827069546 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3118] ppid=3099 vsize=13627028 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3118/stat : 3118 (java) S 3099 3101 32282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 827069546 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3119] ppid=3099 vsize=13627028 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3119/stat : 3119 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827069548 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982373809 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3120] ppid=3099 vsize=13627028 CPUtime=0.25 cores=0,2,4,6
/proc/3101/task/3120/stat : 3120 (java) S 3099 3101 32282 0 -1 4202560 2904 0 0 0 25 0 0 0 15 0 18 0 827069548 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3121] ppid=3099 vsize=13627028 CPUtime=0.19 cores=0,2,4,6
/proc/3101/task/3121/stat : 3121 (java) S 3099 3101 32282 0 -1 4202560 2377 0 0 0 19 0 0 0 25 0 18 0 827069548 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3122] ppid=3099 vsize=13627028 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3122/stat : 3122 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827069548 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3124] ppid=3099 vsize=13627028 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3124/stat : 3124 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 827069548 13954076672 101387 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 13627028

[startup+3.10101 s]
/proc/loadavg: 2.25 2.12 2.03 4/566 3124
/proc/meminfo: memFree=14445908/32951132 swapFree=46579808/67111528
[pid=3101] ppid=3099 vsize=13628348 CPUtime=3.64 cores=0,2,4,6
/proc/3101/stat : 3101 (java) S 3099 3101 32282 0 -1 4202496 121350 0 1 0 342 22 0 0 25 0 19 0 827069542 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3101/statm: 3407087 118835 2235 9 0 3397821 0
[pid=3101/tid=3102] ppid=3099 vsize=13628348 CPUtime=2.69 cores=0,2,4,6
/proc/3101/task/3102/stat : 3102 (java) R 3099 3101 32282 0 -1 4202560 114707 0 1 0 251 18 0 0 19 0 19 0 827069542 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 47142563002552 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3101/tid=3104] ppid=3099 vsize=13628348 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3104/stat : 3104 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3105] ppid=3099 vsize=13628348 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3105/stat : 3105 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3106] ppid=3099 vsize=13628348 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3106/stat : 3106 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3110] ppid=3099 vsize=13628348 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3110/stat : 3110 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3111] ppid=3099 vsize=13628348 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3111/stat : 3111 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3112] ppid=3099 vsize=13628348 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3112/stat : 3112 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3113] ppid=3099 vsize=13628348 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3113/stat : 3113 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3114] ppid=3099 vsize=13628348 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3114/stat : 3114 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3115] ppid=3099 vsize=13628348 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3115/stat : 3115 (java) S 3099 3101 32282 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 827069545 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 0 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3117] ppid=3099 vsize=13628348 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3117/stat : 3117 (java) S 3099 3101 32282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827069546 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3118] ppid=3099 vsize=13628348 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3118/stat : 3118 (java) S 3099 3101 32282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827069546 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3119] ppid=3099 vsize=13628348 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3119/stat : 3119 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069548 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982373809 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3120] ppid=3099 vsize=13628348 CPUtime=0.37 cores=0,2,4,6
/proc/3101/task/3120/stat : 3120 (java) S 3099 3101 32282 0 -1 4202560 2988 0 0 0 36 1 0 0 15 0 19 0 827069548 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3121] ppid=3099 vsize=13628348 CPUtime=0.51 cores=0,2,4,6
/proc/3101/task/3121/stat : 3121 (java) S 3099 3101 32282 0 -1 4202560 2497 0 0 0 51 0 0 0 15 0 19 0 827069548 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 0 0 0 0
[pid=3101/tid=3122] ppid=3099 vsize=13628348 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3122/stat : 3122 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069548 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3124] ppid=3099 vsize=13628348 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3124/stat : 3124 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827069548 13955428352 118835 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 13628348

[startup+6.30141 s]
/proc/loadavg: 2.23 2.12 2.03 3/567 3125
/proc/meminfo: memFree=14414076/32951132 swapFree=46579808/67111528
[pid=3101] ppid=3099 vsize=13627684 CPUtime=6.98 cores=0,2,4,6
/proc/3101/stat : 3101 (java) S 3099 3101 32282 0 -1 4202496 122415 0 1 0 675 23 0 0 25 0 19 0 827069542 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3101/statm: 3406921 119249 2236 9 0 3397655 0
[pid=3101/tid=3102] ppid=3099 vsize=13627684 CPUtime=5.88 cores=0,2,4,6
/proc/3101/task/3102/stat : 3102 (java) R 3099 3101 32282 0 -1 4202560 115324 0 1 0 570 18 0 0 25 0 19 0 827069542 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 46912505763189 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3101/tid=3104] ppid=3099 vsize=13627684 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3104/stat : 3104 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3105] ppid=3099 vsize=13627684 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3105/stat : 3105 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3106] ppid=3099 vsize=13627684 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3106/stat : 3106 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3110] ppid=3099 vsize=13627684 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3110/stat : 3110 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3111] ppid=3099 vsize=13627684 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3111/stat : 3111 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3112] ppid=3099 vsize=13627684 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3112/stat : 3112 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3113] ppid=3099 vsize=13627684 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3113/stat : 3113 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3114] ppid=3099 vsize=13627684 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3114/stat : 3114 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3115] ppid=3099 vsize=13627684 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3115/stat : 3115 (java) S 3099 3101 32282 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 827069545 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 0 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3117] ppid=3099 vsize=13627684 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3117/stat : 3117 (java) S 3099 3101 32282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827069546 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3118] ppid=3099 vsize=13627684 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3118/stat : 3118 (java) S 3099 3101 32282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827069546 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3119] ppid=3099 vsize=13627684 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3119/stat : 3119 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069548 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982373809 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3120] ppid=3099 vsize=13627684 CPUtime=0.46 cores=0,2,4,6
/proc/3101/task/3120/stat : 3120 (java) S 3099 3101 32282 0 -1 4202560 3429 0 0 0 45 1 0 0 15 0 19 0 827069548 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3121] ppid=3099 vsize=13627684 CPUtime=0.56 cores=0,2,4,6
/proc/3101/task/3121/stat : 3121 (java) S 3099 3101 32282 0 -1 4202560 2503 0 0 0 56 0 0 0 15 0 19 0 827069548 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 0 0 0 0
[pid=3101/tid=3122] ppid=3099 vsize=13627684 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3122/stat : 3122 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069548 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3124] ppid=3099 vsize=13627684 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3124/stat : 3124 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827069548 13954748416 119249 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 4 0 16800975 18446604447888127232 0 0 -1 0 0 0 0

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

[pid=3101/tid=3112] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3112/stat : 3112 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 399029 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3113] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3113/stat : 3113 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 399029 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3114] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3114/stat : 3114 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 399029 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3115] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3115/stat : 3115 (java) S 3099 3101 32282 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 827069545 13954682880 399029 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 0 0 16800975 18446604447888127232 0 0 -1 0 0 0 0
[pid=3101/tid=3117] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3117/stat : 3117 (java) S 3099 3101 32282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827069546 13954682880 399029 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3118] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3118/stat : 3118 (java) S 3099 3101 32282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827069546 13954682880 399029 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3119] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3119/stat : 3119 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069548 13954682880 399029 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982373809 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3120] ppid=3099 vsize=13627620 CPUtime=0.49 cores=0,2,4,6
/proc/3101/task/3120/stat : 3120 (java) S 3099 3101 32282 0 -1 4202560 3434 0 0 0 48 1 0 0 15 0 19 0 827069548 13954682880 399029 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3121] ppid=3099 vsize=13627620 CPUtime=0.66 cores=0,2,4,6
/proc/3101/task/3121/stat : 3121 (java) S 3099 3101 32282 0 -1 4202560 2613 0 0 0 66 0 0 0 15 0 19 0 827069548 13954682880 399029 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 0 0 0 0
[pid=3101/tid=3122] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3122/stat : 3122 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069548 13954682880 399029 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3124] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3124/stat : 3124 (java) S 3099 3101 32282 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 827069548 13954682880 399029 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 4 0 16800975 18446604447888127232 0 0 -1 0 0 0 0
[pid=3101/tid=3125] ppid=3099 vsize=13627620 CPUtime=0.04 cores=0,2,4,6
/proc/3101/task/3125/stat : 3125 (java) S 3099 3101 32282 0 -1 4202560 7 0 0 0 2 2 0 0 19 0 19 0 827069779 13954682880 399029 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1723.08
Current children cumulated vsize (KiB) 13627620

[startup+1782.3 s]
/proc/loadavg: 1.91 2.03 2.00 2/543 3209
/proc/meminfo: memFree=13647744/32951132 swapFree=46579808/67111528
[pid=3101] ppid=3099 vsize=13627620 CPUtime=1783.08 cores=0,2,4,6
/proc/3101/stat : 3101 (java) S 3099 3101 32282 0 -1 4202496 403203 0 1 0 178237 71 0 0 25 0 19 0 827069542 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3101/statm: 3406905 399809 2239 9 0 3397639 0
[pid=3101/tid=3102] ppid=3099 vsize=13627620 CPUtime=1781.85 cores=0,2,4,6
/proc/3101/task/3102/stat : 3102 (java) R 3099 3101 32282 0 -1 4202560 395890 0 1 0 178119 66 0 0 25 0 19 0 827069542 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 46912505867243 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3101/tid=3104] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3104/stat : 3104 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3105] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3105/stat : 3105 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3106] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3106/stat : 3106 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3110] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3110/stat : 3110 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3111] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3111/stat : 3111 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3112] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3112/stat : 3112 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3113] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3113/stat : 3113 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3114] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3114/stat : 3114 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3115] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3115/stat : 3115 (java) S 3099 3101 32282 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 827069545 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 0 0 16800975 18446604447888127232 0 0 -1 0 0 0 0
[pid=3101/tid=3117] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3117/stat : 3117 (java) S 3099 3101 32282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827069546 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3118] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3118/stat : 3118 (java) S 3099 3101 32282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827069546 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3119] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3119/stat : 3119 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069548 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982373809 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3120] ppid=3099 vsize=13627620 CPUtime=0.49 cores=0,2,4,6
/proc/3101/task/3120/stat : 3120 (java) S 3099 3101 32282 0 -1 4202560 3434 0 0 0 48 1 0 0 15 0 19 0 827069548 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3121] ppid=3099 vsize=13627620 CPUtime=0.66 cores=0,2,4,6
/proc/3101/task/3121/stat : 3121 (java) S 3099 3101 32282 0 -1 4202560 2613 0 0 0 66 0 0 0 15 0 19 0 827069548 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 0 0 0 0
[pid=3101/tid=3122] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3122/stat : 3122 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069548 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3124] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3124/stat : 3124 (java) S 3099 3101 32282 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 827069548 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 4 0 16800975 18446604447888127232 0 0 -1 0 0 0 0
[pid=3101/tid=3125] ppid=3099 vsize=13627620 CPUtime=0.04 cores=0,2,4,6
/proc/3101/task/3125/stat : 3125 (java) S 3099 3101 32282 0 -1 4202560 7 0 0 0 2 2 0 0 19 0 19 0 827069779 13954682880 399809 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1783.08
Current children cumulated vsize (KiB) 13627620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.3 s]
/proc/loadavg: 1.70 1.98 1.99 2/543 3209
/proc/meminfo: memFree=13646764/32951132 swapFree=46579808/67111528
[pid=3101] ppid=3099 vsize=13627620 CPUtime=1800.08 cores=0,2,4,6
/proc/3101/stat : 3101 (java) S 3099 3101 32282 0 -1 4202496 403486 0 1 0 179937 71 0 0 25 0 19 0 827069542 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3101/statm: 3406905 400092 2239 9 0 3397639 0
[pid=3101/tid=3102] ppid=3099 vsize=13627620 CPUtime=1798.87 cores=0,2,4,6
/proc/3101/task/3102/stat : 3102 (java) R 3099 3101 32282 0 -1 4202560 396173 0 1 0 179821 66 0 0 25 0 19 0 827069542 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 46912506009243 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3101/tid=3104] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3104/stat : 3104 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3105] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3105/stat : 3105 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3106] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3106/stat : 3106 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3110] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3110/stat : 3110 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3111] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3111/stat : 3111 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3112] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3112/stat : 3112 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3113] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3113/stat : 3113 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3114] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3114/stat : 3114 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3115] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3115/stat : 3115 (java) S 3099 3101 32282 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 827069545 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 0 0 16800975 18446604447888127232 0 0 -1 0 0 0 0
[pid=3101/tid=3117] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3117/stat : 3117 (java) S 3099 3101 32282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827069546 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3118] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3118/stat : 3118 (java) S 3099 3101 32282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827069546 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3119] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3119/stat : 3119 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069548 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982373809 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3120] ppid=3099 vsize=13627620 CPUtime=0.49 cores=0,2,4,6
/proc/3101/task/3120/stat : 3120 (java) S 3099 3101 32282 0 -1 4202560 3434 0 0 0 48 1 0 0 15 0 19 0 827069548 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3121] ppid=3099 vsize=13627620 CPUtime=0.66 cores=0,2,4,6
/proc/3101/task/3121/stat : 3121 (java) S 3099 3101 32282 0 -1 4202560 2613 0 0 0 66 0 0 0 15 0 19 0 827069548 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 0 0 0 0
[pid=3101/tid=3122] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3122/stat : 3122 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069548 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3124] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3124/stat : 3124 (java) S 3099 3101 32282 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 827069548 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 4 0 16800975 18446604447888127232 0 0 -1 0 0 0 0
[pid=3101/tid=3125] ppid=3099 vsize=13627620 CPUtime=0.04 cores=0,2,4,6
/proc/3101/task/3125/stat : 3125 (java) S 3099 3101 32282 0 -1 4202560 7 0 0 0 2 2 0 0 19 0 19 0 827069779 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13627620

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

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

[startup+1799.3 s]
/proc/loadavg: 1.70 1.98 1.99 2/543 3209
/proc/meminfo: memFree=13646764/32951132 swapFree=46579808/67111528
[pid=3101] ppid=3099 vsize=13627620 CPUtime=1800.08 cores=0,2,4,6
/proc/3101/stat : 3101 (java) S 3099 3101 32282 0 -1 4202496 403486 0 1 0 179937 71 0 0 25 0 19 0 827069542 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3101/statm: 3406905 400092 2239 9 0 3397639 0
[pid=3101/tid=3102] ppid=3099 vsize=13627620 CPUtime=1798.87 cores=0,2,4,6
/proc/3101/task/3102/stat : 3102 (java) R 3099 3101 32282 0 -1 4202560 396173 0 1 0 179821 66 0 0 25 0 19 0 827069542 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 46912506009243 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3101/tid=3104] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3104/stat : 3104 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3105] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3105/stat : 3105 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3106] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3106/stat : 3106 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3110] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3110/stat : 3110 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3111] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3111/stat : 3111 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3112] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3112/stat : 3112 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3113] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3113/stat : 3113 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3114] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3114/stat : 3114 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069544 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 6 0 0 0
[pid=3101/tid=3115] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3115/stat : 3115 (java) S 3099 3101 32282 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 827069545 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 0 0 16800975 18446604447888127232 0 0 -1 0 0 0 0
[pid=3101/tid=3117] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3117/stat : 3117 (java) S 3099 3101 32282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827069546 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3118] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3118/stat : 3118 (java) S 3099 3101 32282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827069546 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3119] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3119/stat : 3119 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069548 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982373809 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3120] ppid=3099 vsize=13627620 CPUtime=0.49 cores=0,2,4,6
/proc/3101/task/3120/stat : 3120 (java) S 3099 3101 32282 0 -1 4202560 3434 0 0 0 48 1 0 0 15 0 19 0 827069548 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3121] ppid=3099 vsize=13627620 CPUtime=0.66 cores=0,2,4,6
/proc/3101/task/3121/stat : 3121 (java) S 3099 3101 32282 0 -1 4202560 2613 0 0 0 66 0 0 0 15 0 19 0 827069548 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 0 0 0 0
[pid=3101/tid=3122] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3122/stat : 3122 (java) S 3099 3101 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827069548 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366105 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
[pid=3101/tid=3124] ppid=3099 vsize=13627620 CPUtime=0 cores=0,2,4,6
/proc/3101/task/3124/stat : 3124 (java) S 3099 3101 32282 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 827069548 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 4 0 16800975 18446604447888127232 0 0 -1 0 0 0 0
[pid=3101/tid=3125] ppid=3099 vsize=13627620 CPUtime=0.04 cores=0,2,4,6
/proc/3101/task/3125/stat : 3125 (java) S 3099 3101 32282 0 -1 4202560 7 0 0 0 2 2 0 0 19 0 19 0 827069779 13954682880 400092 33554432000 1073741824 1073778376 140734105215600 18446744073709551615 242982366720 0 4 0 16800975 18446604447888127232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13627620

Child status: 143
Real time (s): 1799.4
CPU time (s): 1800.19
CPU user time (s): 1799.4
CPU system time (s): 0.78588
CPU usage (%): 100.044
Max. virtual memory (cumulated for all children) (KiB): 13686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.78588
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 403521
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36733
involuntary context switches= 24462

runsolver used 10.1845 second user time and 20.9628 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-04 04:31:49
IDJOB=3458668
IDBENCH=2972
IDSOLVER=1952
FILE ID=node128/3458668-1307154709
RUNJOBID= node128-1307147507-1591
PBS_JOBID= 13508788
Free space on /tmp= 73904 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=340-sizeP=171-sizeQ=340-700380480-max.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458668-1307154709/watcher-3458668-1307154709 -o /tmp/evaluation-result-3458668-1307154709/solver-3458668-1307154709 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458668-1307154709.opb

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

MD5SUM BENCH= 155cfa68d401e9611b171cd288033a79
RANDOM SEED=787705779

node128.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      14894988 kB
Buffers:        328304 kB
Cached:        3482484 kB
SwapCached:      35620 kB
Active:        9363424 kB
Inactive:      8377308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14894988 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:           15376 kB
Writeback:           0 kB
AnonPages:    13903744 kB
Mapped:          25924 kB
Slab:           134228 kB
PageTables:     112804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 188219752 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73912 MiB
End job on node128 at 2011-06-04 05:01:50