Trace number 3459062

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.15 1798.99

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
MD5SUM74dac00a4979a8cd5d3f4292ad3ec004
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 -1
Optimality of the best value was proved NO
Number of variables106951
Total number of constraints318781
Number of constraints which are clauses318780
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 constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806117119150450980598364387789362806715159761636352224959479775105866707576248572053899244884258622387609641105402680464792324232304944082188954
Number of bits of the biggest sum of numbers691
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.18-164.el5
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		12995394264
0.08/0.09	c Max memory 		13063553024
0.08/0.09	c Total memory 		13063553024
0.08/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-3459062-1307154649.opb
0.10/0.11	c reading problem ... 
3.72/3.12	c ... done. Wall clock time 3.013s.
3.72/3.12	c #vars     106951
3.72/3.12	c #constraints  345347
3.72/3.12	c constraints type 
3.72/3.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
3.72/3.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
3.72/3.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/1798.92	c starts		: 12
1800.05/1798.92	c conflicts		: 1872
1800.05/1798.92	c decisions		: 11182
1800.05/1798.92	c propagations		: 2399102
1800.05/1798.92	c inspects		: 9873091
1800.05/1798.92	c shortcuts		: 0
1800.05/1798.92	c learnt literals	: 0
1800.05/1798.92	c learnt binary clauses	: 0
1800.05/1798.92	c learnt ternary clauses	: 0
1800.05/1798.92	c learnt constraints	: 1871
1800.05/1798.92	c ignored constraints	: 0
1800.05/1798.92	c root simplifications	: 0
1800.05/1798.92	c removed literals (reason simplification)	: 50345279
1800.05/1798.92	c reason swapping (by a shorter reason)	: 0
1800.05/1798.92	c Calls to reduceDB	: 0
1800.05/1798.92	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.92	c number of learned constraints concerned by reduction	: 0
1800.05/1798.92	c number of learning phase by resolution	: 0
1800.05/1798.92	c number of learning phase by cutting planes	: 0
1800.05/1798.92	c speed (assignments/second)	: 1335.956128598269
1800.05/1798.92	c non guided choices	180
1800.05/1798.92	c learnt constraints type 
1800.05/1798.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1871
1800.05/1798.92	c constraints type 
1800.05/1798.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
1800.05/1798.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
1800.05/1798.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/1798.92	s UNKNOWN
1800.05/1798.92	c Total wall clock time (in seconds): 1798.81

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-3459062-1307154649/watcher-3459062-1307154649 -o /tmp/evaluation-result-3459062-1307154649/solver-3459062-1307154649 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459062-1307154649.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: 1.93 1.98 1.99 2/391 18113
/proc/meminfo: memFree=21941512/32951124 swapFree=37148216/67111528
[pid=18113] ppid=18111 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/18113/stat : 18113 (java) S 18111 18113 14642 0 -1 4202496 3429 0 1 0 0 0 0 0 25 0 2 0 827065411 13833195520 3131 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/18113/statm: 3377245 3147 906 9 0 3368401 0
[pid=18113/tid=18114] ppid=18111 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 14642 0 -1 4202560 4017 0 1 0 0 0 0 0 25 0 2 0 827065412 13850947584 4832 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230808859707 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0882449 s]
/proc/loadavg: 1.93 1.98 1.99 2/391 18113
/proc/meminfo: memFree=21941512/32951124 swapFree=37148216/67111528
[pid=18113] ppid=18111 vsize=13687932 CPUtime=0.08 cores=0,2,4,6
/proc/18113/stat : 18113 (java) S 18111 18113 14642 0 -1 4202496 15220 0 1 0 7 1 0 0 25 0 18 0 827065411 14016442368 14915 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18113/statm: 3421983 14915 2022 9 0 3412717 0
[pid=18113/tid=18114] ppid=18111 vsize=13687932 CPUtime=0.08 cores=0,2,4,6
/proc/18113/task/18114/stat : 18114 (java) D 18111 18113 14642 0 -1 4202560 13437 0 1 0 7 1 0 0 25 0 18 0 827065412 14016442368 14915 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230809208967 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13687932

[startup+0.100803 s]
/proc/loadavg: 1.93 1.98 1.99 2/391 18113
/proc/meminfo: memFree=21941512/32951124 swapFree=37148216/67111528
[pid=18113] ppid=18111 vsize=13622396 CPUtime=0.1 cores=0,2,4,6
/proc/18113/stat : 18113 (java) S 18111 18113 14642 0 -1 4202496 15564 0 1 0 9 1 0 0 25 0 18 0 827065411 13949333504 15254 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18113/statm: 3405599 15254 2092 9 0 3396333 0
[pid=18113/tid=18114] ppid=18111 vsize=13622396 CPUtime=0.09 cores=0,2,4,6
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 14642 0 -1 4202560 13645 0 1 0 8 1 0 0 18 0 18 0 827065412 13949333504 15254 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820992459 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) 13622396

[startup+0.304805 s]
/proc/loadavg: 1.93 1.98 1.99 2/391 18113
/proc/meminfo: memFree=21941512/32951124 swapFree=37148216/67111528
[pid=18113] ppid=18111 vsize=13625468 CPUtime=0.53 cores=0,2,4,6
/proc/18113/stat : 18113 (java) S 18111 18113 14642 0 -1 4202496 19160 0 1 0 51 2 0 0 25 0 18 0 827065411 13952479232 18820 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18113/statm: 3406367 18821 2201 9 0 3397101 0
[pid=18113/tid=18114] ppid=18111 vsize=13625468 CPUtime=0.29 cores=0,2,4,6
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 14642 0 -1 4202560 16342 0 1 0 28 1 0 0 18 0 18 0 827065412 13952479232 18822 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 46912505550697 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13625468

[startup+0.700762 s]
/proc/loadavg: 1.93 1.98 1.99 2/391 18113
/proc/meminfo: memFree=21941512/32951124 swapFree=37148216/67111528
[pid=18113] ppid=18111 vsize=13628540 CPUtime=1.18 cores=0,2,4,6
/proc/18113/stat : 18113 (java) S 18111 18113 14642 0 -1 4202496 55666 0 1 0 111 7 0 0 25 0 18 0 827065411 13955624960 54594 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18113/statm: 3407135 54598 2213 9 0 3397869 0
[pid=18113/tid=18114] ppid=18111 vsize=13628540 CPUtime=0.68 cores=0,2,4,6
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 14642 0 -1 4202560 50587 0 1 0 62 6 0 0 18 0 18 0 827065412 13955624960 54601 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 46912505602053 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 13628540

[startup+1.50163 s]
/proc/loadavg: 1.93 1.98 1.99 3/409 18131
/proc/meminfo: memFree=21601988/32951124 swapFree=37148216/67111528
[pid=18113] ppid=18111 vsize=13628540 CPUtime=1.98 cores=0,2,4,6
/proc/18113/stat : 18113 (java) S 18111 18113 14642 0 -1 4202496 140558 0 1 0 182 16 0 0 25 0 18 0 827065411 13955624960 139486 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18113/statm: 3407135 139490 2213 9 0 3397869 0
[pid=18113/tid=18114] ppid=18111 vsize=13628540 CPUtime=1.48 cores=0,2,4,6
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 14642 0 -1 4202560 135478 0 1 0 133 15 0 0 19 0 18 0 827065412 13955624960 139492 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 46912505623004 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18113/tid=18116] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 139495 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18117] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 139498 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18118] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18118/stat : 18118 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 139500 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18119] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 139501 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18120] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 139502 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18121] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 139505 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18122] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18122/stat : 18122 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 139508 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18123] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18123/stat : 18123 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 139510 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18124] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 14642 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 827065415 13955624960 139513 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 0 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18125] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 14642 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 827065415 13955624960 139516 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18126] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18126/stat : 18126 (java) S 18111 18113 14642 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 827065415 13955624960 139518 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18127] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18127/stat : 18127 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065417 13955624960 139521 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820989361 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18128] ppid=18111 vsize=13628540 CPUtime=0.24 cores=0,2,4,6
/proc/18113/task/18128/stat : 18128 (java) S 18111 18113 14642 0 -1 4202560 2154 0 0 0 24 0 0 0 25 0 18 0 827065417 13955624960 139523 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 0 0 0 0
[pid=18113/tid=18129] ppid=18111 vsize=13628540 CPUtime=0.24 cores=0,2,4,6
/proc/18113/task/18129/stat : 18129 (java) S 18111 18113 14642 0 -1 4202560 1782 0 0 0 24 0 0 0 17 0 18 0 827065417 13955624960 139526 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 2 0 0 0
[pid=18113/tid=18130] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18130/stat : 18130 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065417 13955624960 139529 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18131] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18131/stat : 18131 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 827065417 13955624960 139531 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 4 0 16800975 18446604440496009600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 13628540

[startup+3.10132 s]
/proc/loadavg: 1.93 1.98 1.99 3/409 18131
/proc/meminfo: memFree=21252680/32951124 swapFree=37148216/67111528
[pid=18113] ppid=18111 vsize=13628540 CPUtime=3.72 cores=0,2,4,6
/proc/18113/stat : 18113 (java) S 18111 18113 14642 0 -1 4202496 204343 0 1 0 348 24 0 0 25 0 18 0 827065411 13955624960 203271 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18113/statm: 3407135 203274 2224 9 0 3397869 0
[pid=18113/tid=18114] ppid=18111 vsize=13628540 CPUtime=3.09 cores=0,2,4,6
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 14642 0 -1 4202560 199238 0 1 0 286 23 0 0 23 0 18 0 827065412 13955624960 203275 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 46912505799037 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18113/tid=18116] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 203277 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18117] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 203278 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18118] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18118/stat : 18118 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 203280 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18119] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 203282 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18120] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 203283 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18121] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 203285 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18122] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18122/stat : 18122 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 203286 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18123] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18123/stat : 18123 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065414 13955624960 203288 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18124] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 14642 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 827065415 13955624960 203290 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 0 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18125] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 14642 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 827065415 13955624960 203291 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18126] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18126/stat : 18126 (java) S 18111 18113 14642 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 827065415 13955624960 203293 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18127] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18127/stat : 18127 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065417 13955624960 203294 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820989361 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18128] ppid=18111 vsize=13628540 CPUtime=0.32 cores=0,2,4,6
/proc/18113/task/18128/stat : 18128 (java) S 18111 18113 14642 0 -1 4202560 2173 0 0 0 32 0 0 0 16 0 18 0 827065417 13955624960 203296 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 0 0 0 0
[pid=18113/tid=18129] ppid=18111 vsize=13628540 CPUtime=0.28 cores=0,2,4,6
/proc/18113/task/18129/stat : 18129 (java) R 18111 18113 14642 0 -1 4202560 1786 0 0 0 28 0 0 0 15 0 18 0 827065417 13955624960 203298 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 47759172081657 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18113/tid=18130] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18130/stat : 18130 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 827065417 13955624960 203299 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18131] ppid=18111 vsize=13628540 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18131/stat : 18131 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 827065417 13955624960 203301 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 4 0 16800975 18446604440496009600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 13628540

[startup+6.30074 s]
/proc/loadavg: 1.93 1.98 1.99 3/410 18132
/proc/meminfo: memFree=21116164/32951124 swapFree=37148216/67111528
[pid=18113] ppid=18111 vsize=13629568 CPUtime=7.23 cores=0,2,4,6
/proc/18113/stat : 18113 (java) S 18111 18113 14642 0 -1 4202496 210424 0 1 0 699 24 0 0 25 0 19 0 827065411 13956677632 209039 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18113/statm: 3407392 209039 2236 9 0 3398126 0
[pid=18113/tid=18114] ppid=18111 vsize=13629568 CPUtime=6.28 cores=0,2,4,6
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 14642 0 -1 4202560 204936 0 1 0 605 23 0 0 21 0 19 0 827065412 13956677632 209039 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 46912505698439 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18113/tid=18116] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18117] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18118] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18118/stat : 18118 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18119] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18120] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18121] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18122] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18122/stat : 18122 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18123] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18123/stat : 18123 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18124] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 14642 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 827065415 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 0 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18125] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 14642 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827065415 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18126] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18126/stat : 18126 (java) S 18111 18113 14642 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 827065415 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18127] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18127/stat : 18127 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065417 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820989361 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18128] ppid=18111 vsize=13629568 CPUtime=0.54 cores=0,2,4,6
/proc/18113/task/18128/stat : 18128 (java) S 18111 18113 14642 0 -1 4202560 2523 0 0 0 54 0 0 0 15 0 19 0 827065417 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 0 0 0 0
[pid=18113/tid=18129] ppid=18111 vsize=13629568 CPUtime=0.39 cores=0,2,4,6
/proc/18113/task/18129/stat : 18129 (java) S 18111 18113 14642 0 -1 4202560 1803 0 0 0 39 0 0 0 15 0 19 0 827065417 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 2 0 0 0
[pid=18113/tid=18130] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18130/stat : 18130 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065417 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18131] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18131/stat : 18131 (java) S 18111 18113 14642 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 827065417 13956677632 209040 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0

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

[pid=18113/tid=18121] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 465734 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18122] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18122/stat : 18122 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 465734 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18123] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18123/stat : 18123 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 465734 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18124] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 14642 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 827065415 13956677632 465734 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 0 0 16800975 18446604440496009600 0 0 -1 0 0 0 0
[pid=18113/tid=18125] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 14642 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827065415 13956677632 465734 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18126] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18126/stat : 18126 (java) S 18111 18113 14642 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 827065415 13956677632 465734 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18127] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18127/stat : 18127 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065417 13956677632 465734 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820989361 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18128] ppid=18111 vsize=13629568 CPUtime=0.59 cores=0,2,4,6
/proc/18113/task/18128/stat : 18128 (java) S 18111 18113 14642 0 -1 4202560 2830 0 0 0 59 0 0 0 15 0 19 0 827065417 13956677632 465734 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 0 0 0 0
[pid=18113/tid=18129] ppid=18111 vsize=13629568 CPUtime=0.52 cores=0,2,4,6
/proc/18113/task/18129/stat : 18129 (java) S 18111 18113 14642 0 -1 4202560 1825 0 0 0 52 0 0 0 15 0 19 0 827065417 13956677632 465734 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 2 0 0 0
[pid=18113/tid=18130] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18130/stat : 18130 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065417 13956677632 465734 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18131] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18131/stat : 18131 (java) S 18111 18113 14642 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 827065417 13956677632 465734 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 4 0 16800975 18446604440496009600 0 0 -1 2 0 0 0
[pid=18113/tid=18132] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18132/stat : 18132 (java) S 18111 18113 14642 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827065730 13956677632 465734 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1723.43
Current children cumulated vsize (KiB) 13629568

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/410 18179
/proc/meminfo: memFree=19989560/32951124 swapFree=37148216/67111528
[pid=18113] ppid=18111 vsize=13629568 CPUtime=1783.44 cores=0,2,4,6
/proc/18113/stat : 18113 (java) S 18111 18113 14642 0 -1 4202496 482653 0 1 0 178283 61 0 0 25 0 19 0 827065411 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18113/statm: 3407392 480863 2239 9 0 3398126 0
[pid=18113/tid=18114] ppid=18111 vsize=13629568 CPUtime=1782.3 cores=0,2,4,6
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 14642 0 -1 4202560 476731 0 1 0 178171 59 0 0 25 0 19 0 827065412 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 46912506014696 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18113/tid=18116] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18117] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18118] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18118/stat : 18118 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18119] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18120] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18121] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18122] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18122/stat : 18122 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18123] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18123/stat : 18123 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18124] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 14642 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 827065415 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 0 0 16800975 18446604440496009600 0 0 -1 0 0 0 0
[pid=18113/tid=18125] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 14642 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827065415 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18126] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18126/stat : 18126 (java) S 18111 18113 14642 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 827065415 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18127] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18127/stat : 18127 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065417 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820989361 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18128] ppid=18111 vsize=13629568 CPUtime=0.59 cores=0,2,4,6
/proc/18113/task/18128/stat : 18128 (java) S 18111 18113 14642 0 -1 4202560 2831 0 0 0 59 0 0 0 15 0 19 0 827065417 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 0 0 0 0
[pid=18113/tid=18129] ppid=18111 vsize=13629568 CPUtime=0.52 cores=0,2,4,6
/proc/18113/task/18129/stat : 18129 (java) S 18111 18113 14642 0 -1 4202560 1826 0 0 0 52 0 0 0 15 0 19 0 827065417 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 2 0 0 0
[pid=18113/tid=18130] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18130/stat : 18130 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065417 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18131] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18131/stat : 18131 (java) S 18111 18113 14642 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 827065417 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 4 0 16800975 18446604440496009600 0 0 -1 2 0 0 0
[pid=18113/tid=18132] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18132/stat : 18132 (java) S 18111 18113 14642 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827065730 13956677632 480863 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1783.44
Current children cumulated vsize (KiB) 13629568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.9 s]
/proc/loadavg: 1.92 1.99 1.99 2/386 18200
/proc/meminfo: memFree=20898084/32951124 swapFree=37148216/67111528
[pid=18113] ppid=18111 vsize=13629568 CPUtime=1800.05 cores=0,2,4,6
/proc/18113/stat : 18113 (java) S 18111 18113 14642 0 -1 4202496 485988 0 1 0 179944 61 0 0 25 0 19 0 827065411 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18113/statm: 3407392 484198 2239 9 0 3398126 0
[pid=18113/tid=18114] ppid=18111 vsize=13629568 CPUtime=1798.92 cores=0,2,4,6
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 14642 0 -1 4202560 480066 0 1 0 179832 60 0 0 25 0 19 0 827065412 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 46912505862662 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18113/tid=18116] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18117] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18118] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18118/stat : 18118 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18119] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18120] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18121] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18122] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18122/stat : 18122 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18123] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18123/stat : 18123 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18124] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 14642 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 827065415 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 0 0 16800975 18446604440496009600 0 0 -1 0 0 0 0
[pid=18113/tid=18125] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 14642 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827065415 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18126] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18126/stat : 18126 (java) S 18111 18113 14642 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 827065415 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18127] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18127/stat : 18127 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065417 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820989361 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18128] ppid=18111 vsize=13629568 CPUtime=0.59 cores=0,2,4,6
/proc/18113/task/18128/stat : 18128 (java) S 18111 18113 14642 0 -1 4202560 2831 0 0 0 59 0 0 0 15 0 19 0 827065417 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 0 0 0 0
[pid=18113/tid=18129] ppid=18111 vsize=13629568 CPUtime=0.52 cores=0,2,4,6
/proc/18113/task/18129/stat : 18129 (java) S 18111 18113 14642 0 -1 4202560 1826 0 0 0 52 0 0 0 15 0 19 0 827065417 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 2 0 0 0
[pid=18113/tid=18130] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18130/stat : 18130 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065417 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18131] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18131/stat : 18131 (java) S 18111 18113 14642 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 827065417 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 4 0 16800975 18446604440496009600 0 0 -1 2 0 0 0
[pid=18113/tid=18132] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18132/stat : 18132 (java) S 18111 18113 14642 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827065730 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13629568

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

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

[startup+1798.9 s]
/proc/loadavg: 1.92 1.99 1.99 2/386 18200
/proc/meminfo: memFree=20898084/32951124 swapFree=37148216/67111528
[pid=18113] ppid=18111 vsize=13629568 CPUtime=1800.05 cores=0,2,4,6
/proc/18113/stat : 18113 (java) S 18111 18113 14642 0 -1 4202496 485988 0 1 0 179944 61 0 0 25 0 19 0 827065411 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/18113/statm: 3407392 484198 2239 9 0 3398126 0
[pid=18113/tid=18114] ppid=18111 vsize=13629568 CPUtime=1798.92 cores=0,2,4,6
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 14642 0 -1 4202560 480066 0 1 0 179832 60 0 0 25 0 19 0 827065412 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 46912505862662 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18113/tid=18116] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18117] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18118] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18118/stat : 18118 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18119] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18120] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18121] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18122] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18122/stat : 18122 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18123] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18123/stat : 18123 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065414 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18124] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 14642 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 827065415 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 0 0 16800975 18446604440496009600 0 0 -1 0 0 0 0
[pid=18113/tid=18125] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 14642 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827065415 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18126] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18126/stat : 18126 (java) S 18111 18113 14642 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 827065415 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
[pid=18113/tid=18127] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18127/stat : 18127 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065417 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820989361 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18128] ppid=18111 vsize=13629568 CPUtime=0.59 cores=0,2,4,6
/proc/18113/task/18128/stat : 18128 (java) S 18111 18113 14642 0 -1 4202560 2831 0 0 0 59 0 0 0 15 0 19 0 827065417 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 0 0 0 0
[pid=18113/tid=18129] ppid=18111 vsize=13629568 CPUtime=0.52 cores=0,2,4,6
/proc/18113/task/18129/stat : 18129 (java) S 18111 18113 14642 0 -1 4202560 1826 0 0 0 52 0 0 0 15 0 19 0 827065417 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 2 0 0 0
[pid=18113/tid=18130] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18130/stat : 18130 (java) S 18111 18113 14642 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827065417 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820981657 0 4 0 16800975 18446604440496009600 0 0 -1 4 0 0 0
[pid=18113/tid=18131] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18131/stat : 18131 (java) S 18111 18113 14642 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 827065417 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 4 0 16800975 18446604440496009600 0 0 -1 2 0 0 0
[pid=18113/tid=18132] ppid=18111 vsize=13629568 CPUtime=0 cores=0,2,4,6
/proc/18113/task/18132/stat : 18132 (java) S 18111 18113 14642 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827065730 13956677632 484198 33554432000 1073741824 1073778376 140736785666464 18446744073709551615 230820982272 0 4 0 16800975 18446604440496009600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13629568

Child status: 143
Real time (s): 1798.99
CPU time (s): 1800.15
CPU user time (s): 1799.46
CPU system time (s): 0.687895
CPU usage (%): 100.064
Max. virtual memory (cumulated for all children) (KiB): 13687932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 0.687895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486023
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= 36684
involuntary context switches= 35778

runsolver used 7.07892 second user time and 14.2008 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-04 04:30:50
IDJOB=3459062
IDBENCH=2960
IDSOLVER=1952
FILE ID=node104/3459062-1307154649
RUNJOBID= node104-1307147442-16781
PBS_JOBID= 13508812
Free space on /tmp= 73924 MiB

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

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

MD5SUM BENCH= 74dac00a4979a8cd5d3f4292ad3ec004
RANDOM SEED=1181413877

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21941552 kB
Buffers:        418232 kB
Cached:        7600564 kB
SwapCached:     163904 kB
Active:        4663592 kB
Inactive:      6005764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21941552 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:           33956 kB
Writeback:           0 kB
AnonPages:     2510088 kB
Mapped:          19328 kB
Slab:           183480 kB
PageTables:      90716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 101166896 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= 73936 MiB
End job on node104 at 2011-06-04 05:00:51