Trace number 3459063

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.24 1798.33

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
MD5SUM80cd942b10c7098d47a9e31c7b11aaed
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
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 constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235241283418574603663113591819857963636207601588942656194290280593199415
Number of bits of the biggest sum of numbers331
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/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@38540408
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-3459063-1307154668.opb
0.10/0.11	c reading problem ... 
1.28/0.89	c ... done. Wall clock time 0.779s.
1.28/0.89	c #vars     24751
1.28/0.89	c #constraints  79589
1.28/0.89	c constraints type 
1.28/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1.28/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1.28/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
453.56/452.50	c cleaning 2499 clauses out of 5000 with flag 5000/5000
872.17/870.62	c cleaning 4251 clauses out of 8502 with flag 11001/11001
1732.80/1731.17	c cleaning 5625 clauses out of 11250 with flag 18000/18000
1800.11/1798.22	c starts		: 41
1800.11/1798.22	c conflicts		: 18703
1800.11/1798.22	c decisions		: 113202
1800.11/1798.22	c propagations		: 12522394
1800.11/1798.22	c inspects		: 188206827
1800.11/1798.22	c shortcuts		: 0
1800.11/1798.22	c learnt literals	: 0
1800.11/1798.22	c learnt binary clauses	: 17
1800.11/1798.22	c learnt ternary clauses	: 36
1800.11/1798.22	c learnt constraints	: 18702
1800.11/1798.22	c ignored constraints	: 0
1800.11/1798.22	c root simplifications	: 0
1800.11/1798.22	c removed literals (reason simplification)	: 77280347
1800.11/1798.22	c reason swapping (by a shorter reason)	: 0
1800.11/1798.22	c Calls to reduceDB	: 3
1800.11/1798.22	c number of reductions to clauses (during analyze)	: 0
1800.11/1798.22	c number of learned constraints concerned by reduction	: 0
1800.11/1798.22	c number of learning phase by resolution	: 0
1800.11/1798.22	c number of learning phase by cutting planes	: 0
1800.11/1798.22	c speed (assignments/second)	: 6967.228018480767
1800.11/1798.22	c non guided choices	92
1800.11/1798.23	c learnt constraints type 
1800.11/1798.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.11/1798.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6310
1800.11/1798.23	c constraints type 
1800.11/1798.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1800.11/1798.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1800.11/1798.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.11/1798.23	s UNKNOWN
1800.11/1798.23	c Total wall clock time (in seconds): 1798.112

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-3459063-1307154668/watcher-3459063-1307154668 -o /tmp/evaluation-result-3459063-1307154668/solver-3459063-1307154668 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459063-1307154668.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.02 2.02 2.00 2/473 26835
/proc/meminfo: memFree=21425588/32951124 swapFree=67057928/67111528
[pid=26835] ppid=26833 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/26835/stat : 26835 (java) S 26833 26835 23895 0 -1 4202496 4067 0 1 0 0 0 0 0 24 0 2 0 807882138 13850947584 3768 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/26835/statm: 3381579 3782 917 9 0 3372735 0
[pid=26835/tid=26836] ppid=26833 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26836/stat : 26836 (java) R 26833 26835 23895 0 -1 4202560 4900 0 1 0 0 0 0 0 25 0 2 0 807882138 13850947584 5716 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254261310523 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0989781 s]
/proc/loadavg: 2.02 2.02 2.00 2/473 26835
/proc/meminfo: memFree=21425588/32951124 swapFree=67057928/67111528
[pid=26835] ppid=26833 vsize=13621652 CPUtime=0.1 cores=0,2,4,6
/proc/26835/stat : 26835 (java) S 26833 26835 23895 0 -1 4202496 15439 0 1 0 8 2 0 0 24 0 18 0 807882138 13948571648 15135 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26835/statm: 3405413 15135 2092 9 0 3396147 0
[pid=26835/tid=26836] ppid=26833 vsize=13621652 CPUtime=0.08 cores=0,2,4,6
/proc/26835/task/26836/stat : 26836 (java) R 26833 26835 23895 0 -1 4202560 13514 0 1 0 6 2 0 0 18 0 18 0 807882138 13948571648 15135 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273443275 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621652

[startup+0.100976 s]
/proc/loadavg: 2.02 2.02 2.00 2/473 26835
/proc/meminfo: memFree=21425588/32951124 swapFree=67057928/67111528
[pid=26835] ppid=26833 vsize=13621652 CPUtime=0.1 cores=0,2,4,6
/proc/26835/stat : 26835 (java) S 26833 26835 23895 0 -1 4202496 15451 0 1 0 8 2 0 0 24 0 18 0 807882138 13948571648 15147 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26835/statm: 3405413 15148 2092 9 0 3396147 0
[pid=26835/tid=26836] ppid=26833 vsize=13621652 CPUtime=0.08 cores=0,2,4,6
/proc/26835/task/26836/stat : 26836 (java) R 26833 26835 23895 0 -1 4202560 13527 0 1 0 6 2 0 0 18 0 18 0 807882138 13948571648 15148 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 47097012484825 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621652

[startup+0.31082 s]
/proc/loadavg: 2.02 2.02 2.00 2/473 26835
/proc/meminfo: memFree=21425588/32951124 swapFree=67057928/67111528
[pid=26835] ppid=26833 vsize=13622464 CPUtime=0.52 cores=0,2,4,6
/proc/26835/stat : 26835 (java) S 26833 26835 23895 0 -1 4202496 19006 0 1 0 49 3 0 0 24 0 18 0 807882138 13949403136 18177 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26835/statm: 3405616 18178 2202 9 0 3396350 0
[pid=26835/tid=26836] ppid=26833 vsize=13622464 CPUtime=0.29 cores=0,2,4,6
/proc/26835/task/26836/stat : 26836 (java) R 26833 26835 23895 0 -1 4202560 15820 0 1 0 27 2 0 0 18 0 18 0 807882138 13949403136 18178 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 46912505527068 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13622464

[startup+0.700865 s]
/proc/loadavg: 2.02 2.02 2.00 2/473 26835
/proc/meminfo: memFree=21425588/32951124 swapFree=67057928/67111528
[pid=26835] ppid=26833 vsize=13626368 CPUtime=1.17 cores=0,2,4,6
/proc/26835/stat : 26835 (java) S 26833 26835 23895 0 -1 4202496 54764 0 1 0 110 7 0 0 24 0 18 0 807882138 13953400832 52092 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26835/statm: 3406592 52094 2214 9 0 3397326 0
[pid=26835/tid=26836] ppid=26833 vsize=13626368 CPUtime=0.68 cores=0,2,4,6
/proc/26835/task/26836/stat : 26836 (java) R 26833 26835 23895 0 -1 4202560 48084 0 1 0 62 6 0 0 18 0 18 0 807882138 13953400832 52095 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 46912505527068 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 13626368

[startup+1.50072 s]
/proc/loadavg: 2.02 2.02 2.00 4/513 26881
/proc/meminfo: memFree=20971872/32951124 swapFree=67057928/67111528
[pid=26835] ppid=26833 vsize=13627396 CPUtime=2.3 cores=0,2,4,6
/proc/26835/stat : 26835 (java) S 26833 26835 23895 0 -1 4202496 62215 0 1 0 221 9 0 0 24 0 19 0 807882138 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26835/statm: 3406849 59237 2236 9 0 3397583 0
[pid=26835/tid=26836] ppid=26833 vsize=13627396 CPUtime=1.48 cores=0,2,4,6
/proc/26835/task/26836/stat : 26836 (java) R 26833 26835 23895 0 -1 4202560 55162 0 1 0 141 7 0 0 19 0 19 0 807882138 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 46912505760480 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26835/tid=26838] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26838/stat : 26838 (java) S 26833 26835 23895 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26839] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26839/stat : 26839 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26840] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26840/stat : 26840 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26841] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26841/stat : 26841 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26842] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26842/stat : 26842 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26843] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26843/stat : 26843 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26844] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26844/stat : 26844 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26845] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26845/stat : 26845 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26846] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26846/stat : 26846 (java) S 26833 26835 23895 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 19 0 807882142 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 0 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26847] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26847/stat : 26847 (java) S 26833 26835 23895 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 807882142 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26848] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26848/stat : 26848 (java) S 26833 26835 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807882142 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26849] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26849/stat : 26849 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882144 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273440177 0 4 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26850] ppid=26833 vsize=13627396 CPUtime=0.37 cores=0,2,4,6
/proc/26835/task/26850/stat : 26850 (java) S 26833 26835 23895 0 -1 4202560 1961 0 0 0 37 0 0 0 21 0 19 0 807882144 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26851] ppid=26833 vsize=13627396 CPUtime=0.43 cores=0,2,4,6
/proc/26835/task/26851/stat : 26851 (java) S 26833 26835 23895 0 -1 4202560 3930 0 0 0 43 0 0 0 15 0 19 0 807882144 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26852] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26852/stat : 26852 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882144 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26853] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26853/stat : 26853 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807882144 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26881] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26881/stat : 26881 (java) S 26833 26835 23895 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807882230 13954453504 59237 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 13627396

[startup+3.10147 s]
/proc/loadavg: 2.01 2.02 2.00 3/514 26882
/proc/meminfo: memFree=20849228/32951124 swapFree=67057928/67111528
[pid=26835] ppid=26833 vsize=13627396 CPUtime=4.01 cores=0,2,4,6
/proc/26835/stat : 26835 (java) S 26833 26835 23895 0 -1 4202496 63340 0 1 0 392 9 0 0 24 0 19 0 807882138 13954453504 60008 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26835/statm: 3406849 60009 2237 9 0 3397583 0
[pid=26835/tid=26836] ppid=26833 vsize=13627396 CPUtime=3.08 cores=0,2,4,6
/proc/26835/task/26836/stat : 26836 (java) R 26833 26835 23895 0 -1 4202560 55919 0 1 0 301 7 0 0 25 0 19 0 807882138 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 46912505851348 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26835/tid=26838] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26838/stat : 26838 (java) S 26833 26835 23895 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26839] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26839/stat : 26839 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26840] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26840/stat : 26840 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26841] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26841/stat : 26841 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26842] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26842/stat : 26842 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26843] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26843/stat : 26843 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26844] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26844/stat : 26844 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26845] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26845/stat : 26845 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26846] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26846/stat : 26846 (java) S 26833 26835 23895 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 807882142 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 0 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26847] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26847/stat : 26847 (java) S 26833 26835 23895 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 807882142 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26848] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26848/stat : 26848 (java) S 26833 26835 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807882142 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26849] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26849/stat : 26849 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882144 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273440177 0 4 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26850] ppid=26833 vsize=13627396 CPUtime=0.42 cores=0,2,4,6
/proc/26835/task/26850/stat : 26850 (java) S 26833 26835 23895 0 -1 4202560 1970 0 0 0 42 0 0 0 15 0 19 0 807882144 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26851] ppid=26833 vsize=13627396 CPUtime=0.49 cores=0,2,4,6
/proc/26835/task/26851/stat : 26851 (java) S 26833 26835 23895 0 -1 4202560 4289 0 0 0 48 1 0 0 15 0 19 0 807882144 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26852] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26852/stat : 26852 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882144 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26853] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26853/stat : 26853 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807882144 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26881] ppid=26833 vsize=13627396 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26881/stat : 26881 (java) S 26833 26835 23895 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807882230 13954453504 60009 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 13627396

[startup+6.30091 s]
/proc/loadavg: 2.01 2.02 2.00 3/493 26904
/proc/meminfo: memFree=21181848/32951124 swapFree=67057928/67111528
[pid=26835] ppid=26833 vsize=13626728 CPUtime=7.21 cores=0,2,4,6
/proc/26835/stat : 26835 (java) S 26833 26835 23895 0 -1 4202496 64932 0 1 0 712 9 0 0 24 0 19 0 807882138 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26835/statm: 3406682 61370 2237 9 0 3397416 0
[pid=26835/tid=26836] ppid=26833 vsize=13626728 CPUtime=6.27 cores=0,2,4,6
/proc/26835/task/26836/stat : 26836 (java) R 26833 26835 23895 0 -1 4202560 57509 0 1 0 620 7 0 0 25 0 19 0 807882138 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 46912505789958 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26835/tid=26838] ppid=26833 vsize=13626728 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26838/stat : 26838 (java) S 26833 26835 23895 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 807882141 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26839] ppid=26833 vsize=13626728 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26839/stat : 26839 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26840] ppid=26833 vsize=13626728 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26840/stat : 26840 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26841] ppid=26833 vsize=13626728 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26841/stat : 26841 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26842] ppid=26833 vsize=13626728 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26842/stat : 26842 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26843] ppid=26833 vsize=13626728 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26843/stat : 26843 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26844] ppid=26833 vsize=13626728 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26844/stat : 26844 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26845] ppid=26833 vsize=13626728 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26845/stat : 26845 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882141 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26846] ppid=26833 vsize=13626728 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26846/stat : 26846 (java) S 26833 26835 23895 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 807882142 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 0 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26847] ppid=26833 vsize=13626728 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26847/stat : 26847 (java) S 26833 26835 23895 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 807882142 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26848] ppid=26833 vsize=13626728 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26848/stat : 26848 (java) S 26833 26835 23895 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807882142 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26849] ppid=26833 vsize=13626728 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26849/stat : 26849 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882144 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273440177 0 4 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26850] ppid=26833 vsize=13626728 CPUtime=0.43 cores=0,2,4,6
/proc/26835/task/26850/stat : 26850 (java) S 26833 26835 23895 0 -1 4202560 1971 0 0 0 43 0 0 0 15 0 19 0 807882144 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26851] ppid=26833 vsize=13626728 CPUtime=0.49 cores=0,2,4,6
/proc/26835/task/26851/stat : 26851 (java) S 26833 26835 23895 0 -1 4202560 4289 0 0 0 48 1 0 0 15 0 19 0 807882144 13953769472 61370 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0

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

/proc/26835/task/26848/stat : 26848 (java) S 26833 26835 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807882142 13953277952 547294 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26849] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26849/stat : 26849 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882144 13953277952 547294 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273440177 0 4 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26850] ppid=26833 vsize=13626248 CPUtime=0.54 cores=0,2,4,6
/proc/26835/task/26850/stat : 26850 (java) S 26833 26835 23895 0 -1 4202560 2105 0 0 0 54 0 0 0 15 0 19 0 807882144 13953277952 547294 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26851] ppid=26833 vsize=13626248 CPUtime=0.93 cores=0,2,4,6
/proc/26835/task/26851/stat : 26851 (java) S 26833 26835 23895 0 -1 4202560 11518 0 0 0 92 1 0 0 15 0 19 0 807882144 13953277952 547294 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 2 0 0 0
[pid=26835/tid=26852] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26852/stat : 26852 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882144 13953277952 547294 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26853] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26853/stat : 26853 (java) S 26833 26835 23895 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 807882144 13953277952 547294 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26881] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26881/stat : 26881 (java) S 26833 26835 23895 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807882230 13953277952 547294 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664
Current children cumulated vsize (KiB) 13626248

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/514 26974
/proc/meminfo: memFree=17532352/32951124 swapFree=67057928/67111528
[pid=26835] ppid=26833 vsize=13626248 CPUtime=1724 cores=0,2,4,6
/proc/26835/stat : 26835 (java) S 26833 26835 23895 0 -1 4202496 590096 0 1 0 172324 76 0 0 24 0 19 0 807882138 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26835/statm: 3406562 580393 2265 9 0 3397296 0
[pid=26835/tid=26836] ppid=26833 vsize=13626248 CPUtime=1722.1 cores=0,2,4,6
/proc/26835/task/26836/stat : 26836 (java) R 26833 26835 23895 0 -1 4202560 489976 0 1 0 172149 61 0 0 25 0 19 0 807882138 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 46912505846576 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26835/tid=26838] ppid=26833 vsize=13626248 CPUtime=0.02 cores=0,2,4,6
/proc/26835/task/26838/stat : 26838 (java) S 26833 26835 23895 0 -1 4202560 8003 0 0 0 1 1 0 0 16 0 19 0 807882141 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26839] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26839/stat : 26839 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807882141 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 2 0 0 0
[pid=26835/tid=26840] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26840/stat : 26840 (java) S 26833 26835 23895 0 -1 4202560 855 0 0 0 0 0 0 0 16 0 19 0 807882141 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26841] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26841/stat : 26841 (java) S 26833 26835 23895 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 807882141 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 2 0 0 0
[pid=26835/tid=26842] ppid=26833 vsize=13626248 CPUtime=0.04 cores=0,2,4,6
/proc/26835/task/26842/stat : 26842 (java) S 26833 26835 23895 0 -1 4202560 12684 0 0 0 3 1 0 0 18 0 19 0 807882141 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 2 0 0 0
[pid=26835/tid=26843] ppid=26833 vsize=13626248 CPUtime=0.05 cores=0,2,4,6
/proc/26835/task/26843/stat : 26843 (java) S 26833 26835 23895 0 -1 4202560 13001 0 0 0 3 2 0 0 18 0 19 0 807882141 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26844] ppid=26833 vsize=13626248 CPUtime=0.02 cores=0,2,4,6
/proc/26835/task/26844/stat : 26844 (java) S 26833 26835 23895 0 -1 4202560 3603 0 0 0 2 0 0 0 18 0 19 0 807882141 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26845] ppid=26833 vsize=13626248 CPUtime=0.05 cores=0,2,4,6
/proc/26835/task/26845/stat : 26845 (java) S 26833 26835 23895 0 -1 4202560 14903 0 0 0 3 2 0 0 18 0 19 0 807882141 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26846] ppid=26833 vsize=13626248 CPUtime=0.14 cores=0,2,4,6
/proc/26835/task/26846/stat : 26846 (java) S 26833 26835 23895 0 -1 4202560 32172 0 0 0 11 3 0 0 15 0 19 0 807882142 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 0 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26847] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26847/stat : 26847 (java) S 26833 26835 23895 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 807882142 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26848] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26848/stat : 26848 (java) S 26833 26835 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807882142 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26849] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26849/stat : 26849 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882144 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273440177 0 4 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26850] ppid=26833 vsize=13626248 CPUtime=0.54 cores=0,2,4,6
/proc/26835/task/26850/stat : 26850 (java) S 26833 26835 23895 0 -1 4202560 2105 0 0 0 54 0 0 0 15 0 19 0 807882144 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26851] ppid=26833 vsize=13626248 CPUtime=0.93 cores=0,2,4,6
/proc/26835/task/26851/stat : 26851 (java) S 26833 26835 23895 0 -1 4202560 11518 0 0 0 92 1 0 0 15 0 19 0 807882144 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 2 0 0 0
[pid=26835/tid=26852] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26852/stat : 26852 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882144 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26853] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26853/stat : 26853 (java) S 26833 26835 23895 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 807882144 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26881] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26881/stat : 26881 (java) S 26833 26835 23895 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807882230 13953277952 580393 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724
Current children cumulated vsize (KiB) 13626248

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/514 26975
/proc/meminfo: memFree=17180168/32951124 swapFree=67057928/67111528
[pid=26835] ppid=26833 vsize=13626248 CPUtime=1784.19 cores=0,2,4,6
/proc/26835/stat : 26835 (java) S 26833 26835 23895 0 -1 4202496 665596 0 1 0 178330 89 0 0 24 0 19 0 807882138 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26835/statm: 3406562 655836 2265 9 0 3397296 0
[pid=26835/tid=26836] ppid=26833 vsize=13626248 CPUtime=1781.97 cores=0,2,4,6
/proc/26835/task/26836/stat : 26836 (java) R 26833 26835 23895 0 -1 4202560 494953 0 1 0 178135 62 0 0 25 0 19 0 807882138 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 46912505760565 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26835/tid=26838] ppid=26833 vsize=13626248 CPUtime=0.08 cores=0,2,4,6
/proc/26835/task/26838/stat : 26838 (java) S 26833 26835 23895 0 -1 4202560 21466 0 0 0 5 3 0 0 16 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26839] ppid=26833 vsize=13626248 CPUtime=0.05 cores=0,2,4,6
/proc/26835/task/26839/stat : 26839 (java) S 26833 26835 23895 0 -1 4202560 14385 0 0 0 3 2 0 0 16 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26840] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26840/stat : 26840 (java) S 26833 26835 23895 0 -1 4202560 855 0 0 0 0 0 0 0 15 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26841] ppid=26833 vsize=13626248 CPUtime=0.05 cores=0,2,4,6
/proc/26835/task/26841/stat : 26841 (java) S 26833 26835 23895 0 -1 4202560 14260 0 0 0 3 2 0 0 16 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 2 0 0 0
[pid=26835/tid=26842] ppid=26833 vsize=13626248 CPUtime=0.04 cores=0,2,4,6
/proc/26835/task/26842/stat : 26842 (java) S 26833 26835 23895 0 -1 4202560 12684 0 0 0 3 1 0 0 18 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 2 0 0 0
[pid=26835/tid=26843] ppid=26833 vsize=13626248 CPUtime=0.05 cores=0,2,4,6
/proc/26835/task/26843/stat : 26843 (java) S 26833 26835 23895 0 -1 4202560 13001 0 0 0 3 2 0 0 18 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26844] ppid=26833 vsize=13626248 CPUtime=0.02 cores=0,2,4,6
/proc/26835/task/26844/stat : 26844 (java) S 26833 26835 23895 0 -1 4202560 3603 0 0 0 2 0 0 0 15 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26845] ppid=26833 vsize=13626248 CPUtime=0.12 cores=0,2,4,6
/proc/26835/task/26845/stat : 26845 (java) S 26833 26835 23895 0 -1 4202560 28934 0 0 0 7 5 0 0 18 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26846] ppid=26833 vsize=13626248 CPUtime=0.22 cores=0,2,4,6
/proc/26835/task/26846/stat : 26846 (java) S 26833 26835 23895 0 -1 4202560 46574 0 0 0 17 5 0 0 15 0 19 0 807882142 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 0 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26847] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26847/stat : 26847 (java) S 26833 26835 23895 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 807882142 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26848] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26848/stat : 26848 (java) S 26833 26835 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807882142 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26849] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26849/stat : 26849 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882144 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273440177 0 4 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26850] ppid=26833 vsize=13626248 CPUtime=0.54 cores=0,2,4,6
/proc/26835/task/26850/stat : 26850 (java) S 26833 26835 23895 0 -1 4202560 2107 0 0 0 54 0 0 0 15 0 19 0 807882144 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26851] ppid=26833 vsize=13626248 CPUtime=0.94 cores=0,2,4,6
/proc/26835/task/26851/stat : 26851 (java) S 26833 26835 23895 0 -1 4202560 11519 0 0 0 93 1 0 0 15 0 19 0 807882144 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 2 0 0 0
[pid=26835/tid=26852] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26852/stat : 26852 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882144 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26853] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26853/stat : 26853 (java) S 26833 26835 23895 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 807882144 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26881] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26881/stat : 26881 (java) S 26833 26835 23895 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807882230 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.19
Current children cumulated vsize (KiB) 13626248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.00 2.03 2.00 3/514 26985
/proc/meminfo: memFree=17164904/32951124 swapFree=67057928/67111528
[pid=26835] ppid=26833 vsize=13626248 CPUtime=1800.11 cores=0,2,4,6
/proc/26835/stat : 26835 (java) S 26833 26835 23895 0 -1 4202496 665596 0 1 0 179922 89 0 0 24 0 19 0 807882138 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26835/statm: 3406562 655836 2265 9 0 3397296 0
[pid=26835/tid=26836] ppid=26833 vsize=13626248 CPUtime=1797.88 cores=0,2,4,6
/proc/26835/task/26836/stat : 26836 (java) R 26833 26835 23895 0 -1 4202560 494953 0 1 0 179726 62 0 0 25 0 19 0 807882138 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 46912505853943 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26835/tid=26838] ppid=26833 vsize=13626248 CPUtime=0.08 cores=0,2,4,6
/proc/26835/task/26838/stat : 26838 (java) S 26833 26835 23895 0 -1 4202560 21466 0 0 0 5 3 0 0 16 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26839] ppid=26833 vsize=13626248 CPUtime=0.05 cores=0,2,4,6
/proc/26835/task/26839/stat : 26839 (java) S 26833 26835 23895 0 -1 4202560 14385 0 0 0 3 2 0 0 16 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26840] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26840/stat : 26840 (java) S 26833 26835 23895 0 -1 4202560 855 0 0 0 0 0 0 0 15 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26841] ppid=26833 vsize=13626248 CPUtime=0.05 cores=0,2,4,6
/proc/26835/task/26841/stat : 26841 (java) S 26833 26835 23895 0 -1 4202560 14260 0 0 0 3 2 0 0 16 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 2 0 0 0
[pid=26835/tid=26842] ppid=26833 vsize=13626248 CPUtime=0.04 cores=0,2,4,6
/proc/26835/task/26842/stat : 26842 (java) S 26833 26835 23895 0 -1 4202560 12684 0 0 0 3 1 0 0 18 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 2 0 0 0
[pid=26835/tid=26843] ppid=26833 vsize=13626248 CPUtime=0.05 cores=0,2,4,6
/proc/26835/task/26843/stat : 26843 (java) S 26833 26835 23895 0 -1 4202560 13001 0 0 0 3 2 0 0 18 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26844] ppid=26833 vsize=13626248 CPUtime=0.02 cores=0,2,4,6
/proc/26835/task/26844/stat : 26844 (java) S 26833 26835 23895 0 -1 4202560 3603 0 0 0 2 0 0 0 15 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26845] ppid=26833 vsize=13626248 CPUtime=0.12 cores=0,2,4,6
/proc/26835/task/26845/stat : 26845 (java) S 26833 26835 23895 0 -1 4202560 28934 0 0 0 7 5 0 0 18 0 19 0 807882141 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26846] ppid=26833 vsize=13626248 CPUtime=0.22 cores=0,2,4,6
/proc/26835/task/26846/stat : 26846 (java) S 26833 26835 23895 0 -1 4202560 46574 0 0 0 17 5 0 0 15 0 19 0 807882142 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 0 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26847] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26847/stat : 26847 (java) S 26833 26835 23895 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 807882142 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26848] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26848/stat : 26848 (java) S 26833 26835 23895 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807882142 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 6 0 0 0
[pid=26835/tid=26849] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26849/stat : 26849 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882144 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273440177 0 4 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26850] ppid=26833 vsize=13626248 CPUtime=0.54 cores=0,2,4,6
/proc/26835/task/26850/stat : 26850 (java) S 26833 26835 23895 0 -1 4202560 2107 0 0 0 54 0 0 0 15 0 19 0 807882144 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26851] ppid=26833 vsize=13626248 CPUtime=0.94 cores=0,2,4,6
/proc/26835/task/26851/stat : 26851 (java) S 26833 26835 23895 0 -1 4202560 11519 0 0 0 93 1 0 0 15 0 19 0 807882144 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 2 0 0 0
[pid=26835/tid=26852] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26852/stat : 26852 (java) S 26833 26835 23895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807882144 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273432473 0 4 0 16800975 18446604453012990912 0 0 -1 4 0 0 0
[pid=26835/tid=26853] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26853/stat : 26853 (java) S 26833 26835 23895 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 807882144 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
[pid=26835/tid=26881] ppid=26833 vsize=13626248 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26881/stat : 26881 (java) S 26833 26835 23895 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807882230 13953277952 655836 33554432000 1073741824 1073778376 140734023945232 18446744073709551615 254273433088 0 4 0 16800975 18446604453012990912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 13626248

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

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

[startup+1798.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/514 26985
/proc/meminfo: memFree=17164904/32951124 swapFree=67057928/67111528
[pid=26835] ppid=26833 vsize=0 CPUtime=1800.23 cores=0,2,4,6
/proc/26835/stat : 26835 (java) Z 26833 26835 23895 0 -1 4203548 665626 0 1 0 179924 99 0 0 17 0 2 0 807882138 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26835/statm: 0 0 0 0 0 0 0
[pid=26835/tid=26842] ppid=26833 vsize=0 CPUtime=0.14 cores=0,2,4,6
/proc/26835/task/26842/stat : 26842 (java) R 26833 26835 23895 0 -1 4203588 12684 0 0 0 3 11 0 0 15 0 2 0 807882141 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.33
CPU time (s): 1800.24
CPU user time (s): 1799.24
CPU system time (s): 1.00285
CPU usage (%): 100.106
Max. virtual memory (cumulated for all children) (KiB): 13627396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 1.00285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 665626
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= 36868
involuntary context switches= 3852

runsolver used 9.00763 second user time and 18.9611 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-04 04:31:08
IDJOB=3459063
IDBENCH=2963
IDSOLVER=1952
FILE ID=node140/3459063-1307154668
RUNJOBID= node140-1307147467-25667
PBS_JOBID= 13508776
Free space on /tmp= 73636 MiB

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

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

MD5SUM BENCH= 80cd942b10c7098d47a9e31c7b11aaed
RANDOM SEED=35201211

node140.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.833
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.66
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.833
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	: 5226.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.75
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.833
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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21423024 kB
Buffers:        307012 kB
Cached:        3969692 kB
SwapCached:       6932 kB
Active:        7392328 kB
Inactive:      3799140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21423024 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:            3648 kB
Writeback:           0 kB
AnonPages:     6913684 kB
Mapped:          37628 kB
Slab:           214820 kB
PageTables:      52256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141381492 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73628 MiB
End job on node140 at 2011-06-04 05:01:08