Trace number 3710172

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.57 1787.53

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=420-sizeP=211-sizeQ=420-348698641.opb
MD5SUMe305ce06a665d9822e67802436e3e3a1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark6.14506
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables89251
Total number of constraints265861
Number of constraints which are clauses265860
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 constraint88620
Number of terms in the objective function 211
Biggest coefficient in the objective function 1645504557321206042154969182557350504982735865633579863348609024
Number of bits for the biggest coefficient in the objective function 211
Sum of the numbers in the objective function 3291009114642412084309938365114701009965471731267159726697218047
Number of bits of the sum of numbers in the objective function 211
Biggest number in a constraint 2227754207823337509102134573095845373483021732054960903603121346630505452738612005129840239901060253798165190221481644194672219102234100585084307285020612396607419274589973120157653414182912
Number of bits of the biggest number in a constraint 630
Biggest sum of numbers in a constraint 8911016831293350036408538292383381493932086928219843614412485386125155782666611316461046199057660664692500703545894843314379452055497331714886553722880795243382690831872185771948649693979666
Number of bits of the biggest sum of numbers631
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-2012 Artois University and CNRS
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.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710172-1338312523.opb
0.09/0.12	c reading problem ... 
3.49/2.52	c ... done. Wall clock time 2.405s.
3.49/2.52	c declared #vars     89251
3.49/2.52	c #constraints  265862
3.49/2.52	c constraints type 
3.49/2.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 88620
3.49/2.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 177240
3.49/2.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.49/2.52	c 265862 constraints processed.
1636.06/1624.43	c cleaning 2497 clauses out of 5001 with flag 5001/5001
1800.05/1787.51	c starts		: 22
1800.05/1787.51	c conflicts		: 5105
1800.05/1787.51	c decisions		: 79096
1800.05/1787.51	c propagations		: 3630839
1800.05/1787.51	c inspects		: 24772964
1800.05/1787.51	c shortcuts		: 0
1800.05/1787.51	c learnt literals	: 0
1800.05/1787.51	c learnt binary clauses	: 0
1800.05/1787.51	c learnt ternary clauses	: 2
1800.05/1787.51	c learnt constraints	: 5105
1800.05/1787.51	c ignored constraints	: 0
1800.05/1787.51	c root simplifications	: 22
1800.05/1787.51	c removed literals (reason simplification)	: 128077548
1800.05/1787.51	c reason swapping (by a shorter reason)	: 0
1800.05/1787.51	c Calls to reduceDB	: 1
1800.05/1787.51	c number of reductions to clauses (during analyze)	: 0
1800.05/1787.51	c number of learned constraints concerned by reduction	: 0
1800.05/1787.51	c number of learning phase by resolution	: 0
1800.05/1787.51	c number of learning phase by cutting planes	: 0
1800.05/1787.51	c speed (assignments/second)	: 2034.1586859794256
1800.05/1787.51	c non guided choices	65409
1800.05/1787.51	c learnt constraints type 
1800.05/1787.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2608
1800.05/1787.51	c constraints type 
1800.05/1787.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 88620
1800.05/1787.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 177240
1800.05/1787.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/1787.51	c 265862 constraints processed.
1800.05/1787.51	s UNKNOWN
1800.05/1787.51	c Total wall clock time (in seconds): 1787.394

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3710172-1338312523/watcher-3710172-1338312523 -o /tmp/evaluation-result-3710172-1338312523/solver-3710172-1338312523 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710172-1338312523.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.01 2.02 1.83 3/194 21307
/proc/meminfo: memFree=27410604/32873648 swapFree=7368/7368
[pid=21307] ppid=21305 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21307/stat : 21307 (java) R 21305 21307 21147 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 297376410 9515008 184 33554432000 1073741824 1073778376 140735719401040 140735719392072 251052846519 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21307/statm: 2323 184 142 9 0 71 0

[startup+0.10124 s]
/proc/loadavg: 2.01 2.02 1.83 3/194 21307
/proc/meminfo: memFree=27410604/32873648 swapFree=7368/7368
[pid=21307] ppid=21305 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/21307/stat : 21307 (java) S 21305 21307 21147 0 -1 4202496 4288 0 1 0 8 1 0 0 20 0 18 0 297376410 9787842560 6007 33554432000 1073741824 1073778376 140735122125776 140735122116912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21307/statm: 2389610 6007 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.200266 s]
/proc/loadavg: 2.01 2.02 1.83 3/194 21307
/proc/meminfo: memFree=27410604/32873648 swapFree=7368/7368
[pid=21307] ppid=21305 vsize=9558440 CPUtime=0.26 cores=0,2,4,6
/proc/21307/stat : 21307 (java) S 21305 21307 21147 0 -1 4202496 4852 0 1 0 24 2 0 0 20 0 18 0 297376410 9787842560 7562 33554432000 1073741824 1073778376 140735122125776 140735122116912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21307/statm: 2389610 7562 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558440

[startup+0.300208 s]
/proc/loadavg: 2.01 2.02 1.83 3/194 21307
/proc/meminfo: memFree=27410604/32873648 swapFree=7368/7368
[pid=21307] ppid=21305 vsize=9558440 CPUtime=0.49 cores=0,2,4,6
/proc/21307/stat : 21307 (java) S 21305 21307 21147 0 -1 4202496 5756 0 1 0 47 2 0 0 20 0 18 0 297376410 9787842560 8857 33554432000 1073741824 1073778376 140735122125776 140735122116912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21307/statm: 2389610 8857 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558440

[startup+0.70027 s]
/proc/loadavg: 2.01 2.02 1.83 3/194 21307
/proc/meminfo: memFree=27410604/32873648 swapFree=7368/7368
[pid=21307] ppid=21305 vsize=9558440 CPUtime=1.12 cores=0,2,4,6
/proc/21307/stat : 21307 (java) S 21305 21307 21147 0 -1 4202496 7770 0 1 0 107 5 0 0 20 0 18 0 297376410 9787842560 42003 33554432000 1073741824 1073778376 140735122125776 140735122116912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21307/statm: 2389610 42003 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558440

[startup+1.50066 s]
/proc/loadavg: 2.01 2.01 1.83 3/212 21325
/proc/meminfo: memFree=27230304/32873648 swapFree=7368/7368
[pid=21307] ppid=21305 vsize=9558440 CPUtime=2.02 cores=0,2,4,6
/proc/21307/stat : 21307 (java) S 21305 21307 21147 0 -1 4202496 7878 0 1 0 193 9 0 0 20 0 18 0 297376410 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140735122116912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21307/statm: 2389610 75295 2253 9 0 2380296 0
[pid=21307/tid=21309] ppid=21305 vsize=9558440 CPUtime=1.41 cores=0,2,4,6
/proc/21307/task/21309/stat : 21309 (java) R 21305 21307 21147 0 -1 4202560 2624 0 1 0 137 4 0 0 20 0 18 0 297376411 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140544314125592 251056416013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21310] ppid=21305 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/21307/task/21310/stat : 21310 (java) S 21305 21307 21147 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 297376412 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140544286579368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21311] ppid=21305 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/21307/task/21311/stat : 21311 (java) S 21305 21307 21147 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 297376412 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140544285526824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21312] ppid=21305 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21312/stat : 21312 (java) S 21305 21307 21147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 297376412 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140544284474280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21313] ppid=21305 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/21307/task/21313/stat : 21313 (java) S 21305 21307 21147 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 297376412 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140544283421736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21314] ppid=21305 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21314/stat : 21314 (java) S 21305 21307 21147 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 297376412 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140544153528488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21315] ppid=21305 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/21307/task/21315/stat : 21315 (java) S 21305 21307 21147 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 297376412 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140544152475944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21316] ppid=21305 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21316/stat : 21316 (java) S 21305 21307 21147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 297376412 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140544151423400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21317] ppid=21305 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/21307/task/21317/stat : 21317 (java) S 21305 21307 21147 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 297376412 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140544150370856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21318] ppid=21305 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21318/stat : 21318 (java) S 21305 21307 21147 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 297376413 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140543667858024 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21319] ppid=21305 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21319/stat : 21319 (java) S 21305 21307 21147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 297376414 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140543666804344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21320] ppid=21305 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21320/stat : 21320 (java) S 21305 21307 21147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 297376414 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140543665751688 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21321] ppid=21305 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21321/stat : 21321 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 297376416 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140543664700432 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21322] ppid=21305 vsize=9558440 CPUtime=0.19 cores=0,2,4,6
/proc/21307/task/21322/stat : 21322 (java) S 21305 21307 21147 0 -1 4202560 2467 0 0 0 19 0 0 0 20 0 18 0 297376416 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140543663646776 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21323] ppid=21305 vsize=9558440 CPUtime=0.19 cores=0,2,4,6
/proc/21307/task/21323/stat : 21323 (java) S 21305 21307 21147 0 -1 4202560 1443 0 0 0 17 2 0 0 20 0 18 0 297376416 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140543662594232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21324] ppid=21305 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21324/stat : 21324 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 297376416 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140543661541880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21325] ppid=21305 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21325/stat : 21325 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 297376416 9787842560 75295 33554432000 1073741824 1073778376 140735122125776 140543660489544 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9558440

[startup+3.10071 s]
/proc/loadavg: 2.01 2.01 1.83 4/212 21325
/proc/meminfo: memFree=27063184/32873648 swapFree=7368/7368
[pid=21307] ppid=21305 vsize=9625004 CPUtime=4.39 cores=0,2,4,6
/proc/21307/stat : 21307 (java) S 21305 21307 21147 0 -1 4202496 12315 0 1 0 423 16 0 0 20 0 19 0 297376410 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140735122116912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21307/statm: 2406251 89363 2270 9 0 2396937 0
[pid=21307/tid=21309] ppid=21305 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/21307/task/21309/stat : 21309 (java) R 21305 21307 21147 0 -1 4202560 2648 0 1 0 291 5 0 0 20 0 19 0 297376411 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140544314126968 140544165392266 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21310] ppid=21305 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/21307/task/21310/stat : 21310 (java) S 21305 21307 21147 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 19 0 297376412 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140544286579368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21311] ppid=21305 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/21307/task/21311/stat : 21311 (java) S 21305 21307 21147 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 19 0 297376412 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140544285526824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21312] ppid=21305 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/21307/task/21312/stat : 21312 (java) S 21305 21307 21147 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 297376412 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140544284474280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21313] ppid=21305 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/21307/task/21313/stat : 21313 (java) S 21305 21307 21147 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 19 0 297376412 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140544283421736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21314] ppid=21305 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/21307/task/21314/stat : 21314 (java) S 21305 21307 21147 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 297376412 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140544153528488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21315] ppid=21305 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/21307/task/21315/stat : 21315 (java) S 21305 21307 21147 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 297376412 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140544152475944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21316] ppid=21305 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/21307/task/21316/stat : 21316 (java) S 21305 21307 21147 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 297376412 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140544151423400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21317] ppid=21305 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/21307/task/21317/stat : 21317 (java) S 21305 21307 21147 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 19 0 297376412 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140544150370856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21318] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21318/stat : 21318 (java) S 21305 21307 21147 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 19 0 297376413 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140543667858024 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21319] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21319/stat : 21319 (java) S 21305 21307 21147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297376414 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140543666804344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21320] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21320/stat : 21320 (java) S 21305 21307 21147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297376414 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140543665751688 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21321] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21321/stat : 21321 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297376416 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140543664700432 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21322] ppid=21305 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/21307/task/21322/stat : 21322 (java) S 21305 21307 21147 0 -1 4202560 2550 0 0 0 35 0 0 0 20 0 19 0 297376416 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140543663646776 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21323] ppid=21305 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/21307/task/21323/stat : 21323 (java) S 21305 21307 21147 0 -1 4202560 5544 0 0 0 62 2 0 0 20 0 19 0 297376416 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140543662594232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21324] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21324/stat : 21324 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297376416 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140543661541880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21325] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21325/stat : 21325 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297376416 9856004096 89363 33554432000 1073741824 1073778376 140735122125776 140543660489544 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 2.01 2.01 1.83 3/213 21326
/proc/meminfo: memFree=26755732/32873648 swapFree=7368/7368
[pid=21307] ppid=21305 vsize=9625004 CPUtime=8.16 cores=0,2,4,6
/proc/21307/stat : 21307 (java) S 21305 21307 21147 0 -1 4202496 13703 0 1 0 784 32 0 0 20 0 19 0 297376410 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140735122116912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21307/statm: 2406251 274527 2274 9 0 2396937 0
[pid=21307/tid=21309] ppid=21305 vsize=9625004 CPUtime=6.02 cores=0,2,4,6
/proc/21307/task/21309/stat : 21309 (java) R 21305 21307 21147 0 -1 4202560 3439 0 1 0 588 14 0 0 20 0 19 0 297376411 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140544314124776 140544165124997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21310] ppid=21305 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/21307/task/21310/stat : 21310 (java) S 21305 21307 21147 0 -1 4202560 40 0 0 0 8 2 0 0 20 0 19 0 297376412 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140544286579368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21311] ppid=21305 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/21307/task/21311/stat : 21311 (java) S 21305 21307 21147 0 -1 4202560 57 0 0 0 8 3 0 0 20 0 19 0 297376412 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140544285526824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21312] ppid=21305 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/21307/task/21312/stat : 21312 (java) S 21305 21307 21147 0 -1 4202560 60 0 0 0 10 2 0 0 20 0 19 0 297376412 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140544284474280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21313] ppid=21305 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/21307/task/21313/stat : 21313 (java) S 21305 21307 21147 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 19 0 297376412 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140544283421736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21314] ppid=21305 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/21307/task/21314/stat : 21314 (java) S 21305 21307 21147 0 -1 4202560 46 0 0 0 7 3 0 0 20 0 19 0 297376412 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140544153528488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21315] ppid=21305 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/21307/task/21315/stat : 21315 (java) S 21305 21307 21147 0 -1 4202560 74 0 0 0 13 2 0 0 20 0 19 0 297376412 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140544152475944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21316] ppid=21305 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/21307/task/21316/stat : 21316 (java) S 21305 21307 21147 0 -1 4202560 40 0 0 0 5 1 0 0 20 0 19 0 297376412 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140544151423400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21317] ppid=21305 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/21307/task/21317/stat : 21317 (java) S 21305 21307 21147 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 19 0 297376412 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140544150370856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21318] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21318/stat : 21318 (java) S 21305 21307 21147 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 19 0 297376413 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140543667858024 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21319] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21319/stat : 21319 (java) S 21305 21307 21147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297376414 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140543666804344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21320] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21320/stat : 21320 (java) S 21305 21307 21147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297376414 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140543665751688 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21321] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21321/stat : 21321 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297376416 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140543664700432 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21322] ppid=21305 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/21307/task/21322/stat : 21322 (java) S 21305 21307 21147 0 -1 4202560 2617 0 0 0 46 0 0 0 20 0 19 0 297376416 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140543663646776 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21323] ppid=21305 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/21307/task/21323/stat : 21323 (java) S 21305 21307 21147 0 -1 4202560 5569 0 0 0 69 2 0 0 20 0 19 0 297376416 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140543662594232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21324] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21324/stat : 21324 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297376416 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140543661541880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21325] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21325/stat : 21325 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297376416 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140543660489544 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21326] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21326/stat : 21326 (java) S 21305 21307 21147 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 297376668 9856004096 274527 33554432000 1073741824 1073778376 140735122125776 140543659435304 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 2.00 2.01 1.83 2/193 21329
/proc/meminfo: memFree=27185424/32873648 swapFree=7368/7368
[pid=21307] ppid=21305 vsize=9625004 CPUtime=14.93 cores=0,2,4,6
/proc/21307/stat : 21307 (java) S 21305 21307 21147 0 -1 4202496 15114 0 1 0 1438 55 0 0 20 0 19 0 297376410 9856004096 546764 33554432000 1073741824 1073778376 140735122125776 140735122116912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=21307/tid=21315] ppid=21305 vsize=9625004 CPUtime=1.96 cores=0,2,4,6
/proc/21307/task/21315/stat : 21315 (java) S 21305 21307 21147 0 -1 4202560 312 0 0 0 188 8 0 0 20 0 19 0 297376412 9856004096 603476 33554432000 1073741824 1073778376 140735122125776 140544152475944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21316] ppid=21305 vsize=9625004 CPUtime=2.06 cores=0,2,4,6
/proc/21307/task/21316/stat : 21316 (java) S 21305 21307 21147 0 -1 4202560 131 0 0 0 198 8 0 0 20 0 19 0 297376412 9856004096 603476 33554432000 1073741824 1073778376 140735122125776 140544151423400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21317] ppid=21305 vsize=9625004 CPUtime=2.03 cores=0,2,4,6
/proc/21307/task/21317/stat : 21317 (java) S 21305 21307 21147 0 -1 4202560 120 0 0 0 196 7 0 0 20 0 19 0 297376412 9856004096 603476 33554432000 1073741824 1073778376 140735122125776 140544150370856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21318] ppid=21305 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/21307/task/21318/stat : 21318 (java) S 21305 21307 21147 0 -1 4202560 8308 0 0 0 46 8 0 0 20 0 19 0 297376413 9856004096 603476 33554432000 1073741824 1073778376 140735122125776 140543667858024 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21319] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21319/stat : 21319 (java) S 21305 21307 21147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297376414 9856004096 603476 33554432000 1073741824 1073778376 140735122125776 140543666804344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21320] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21320/stat : 21320 (java) S 21305 21307 21147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297376414 9856004096 603476 33554432000 1073741824 1073778376 140735122125776 140543665751688 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21321] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21321/stat : 21321 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297376416 9856004096 603476 33554432000 1073741824 1073778376 140735122125776 140543664700432 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21322] ppid=21305 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/21307/task/21322/stat : 21322 (java) S 21305 21307 21147 0 -1 4202560 2633 0 0 0 59 0 0 0 20 0 19 0 297376416 9856004096 603476 33554432000 1073741824 1073778376 140735122125776 140543663646776 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21323] ppid=21305 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/21307/task/21323/stat : 21323 (java) S 21305 21307 21147 0 -1 4202560 5572 0 0 0 74 2 0 0 20 0 19 0 297376416 9856004096 603476 33554432000 1073741824 1073778376 140735122125776 140543662594232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21324] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21324/stat : 21324 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297376416 9856004096 603476 33554432000 1073741824 1073778376 140735122125776 140543661541880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21325] ppid=21305 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/21307/task/21325/stat : 21325 (java) S 21305 21307 21147 0 -1 4202560 99 0 0 0 25 25 0 0 20 0 19 0 297376416 9856004096 603476 33554432000 1073741824 1073778376 140735122125776 140543660489544 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21326] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21326/stat : 21326 (java) S 21305 21307 21147 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 297376668 9856004096 603476 33554432000 1073741824 1073778376 140735122125776 140543659435304 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1734.48
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/213 21399
/proc/meminfo: memFree=26697332/32873648 swapFree=7368/7368
[pid=21307] ppid=21305 vsize=9625004 CPUtime=1794.79 cores=0,2,4,6
/proc/21307/stat : 21307 (java) S 21305 21307 21147 0 -1 4202496 24174 0 1 0 179348 131 0 0 20 0 19 0 297376410 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140735122116912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21307/statm: 2406251 603123 2290 9 0 2396937 0
[pid=21307/tid=21309] ppid=21305 vsize=9625004 CPUtime=1776.09 cores=0,2,4,6
/proc/21307/task/21309/stat : 21309 (java) R 21305 21307 21147 0 -1 4202560 4907 0 1 0 177541 68 0 0 20 0 19 0 297376411 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140544314125504 140544165390597 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21310] ppid=21305 vsize=9625004 CPUtime=2.12 cores=0,2,4,6
/proc/21307/task/21310/stat : 21310 (java) S 21305 21307 21147 0 -1 4202560 118 0 0 0 205 7 0 0 20 0 19 0 297376412 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140544286579368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21311] ppid=21305 vsize=9625004 CPUtime=2.05 cores=0,2,4,6
/proc/21307/task/21311/stat : 21311 (java) S 21305 21307 21147 0 -1 4202560 314 0 0 0 197 8 0 0 20 0 19 0 297376412 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140544285526824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21312] ppid=21305 vsize=9625004 CPUtime=2.09 cores=0,2,4,6
/proc/21307/task/21312/stat : 21312 (java) S 21305 21307 21147 0 -1 4202560 135 0 0 0 202 7 0 0 20 0 19 0 297376412 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140544284474280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21313] ppid=21305 vsize=9625004 CPUtime=2.06 cores=0,2,4,6
/proc/21307/task/21313/stat : 21313 (java) S 21305 21307 21147 0 -1 4202560 180 0 0 0 198 8 0 0 20 0 19 0 297376412 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140544283421736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21314] ppid=21305 vsize=9625004 CPUtime=1.99 cores=0,2,4,6
/proc/21307/task/21314/stat : 21314 (java) S 21305 21307 21147 0 -1 4202560 152 0 0 0 192 7 0 0 20 0 19 0 297376412 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140544153528488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21315] ppid=21305 vsize=9625004 CPUtime=2.02 cores=0,2,4,6
/proc/21307/task/21315/stat : 21315 (java) S 21305 21307 21147 0 -1 4202560 312 0 0 0 194 8 0 0 20 0 19 0 297376412 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140544152475944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21316] ppid=21305 vsize=9625004 CPUtime=2.12 cores=0,2,4,6
/proc/21307/task/21316/stat : 21316 (java) S 21305 21307 21147 0 -1 4202560 131 0 0 0 204 8 0 0 20 0 19 0 297376412 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140544151423400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21317] ppid=21305 vsize=9625004 CPUtime=2.09 cores=0,2,4,6
/proc/21307/task/21317/stat : 21317 (java) S 21305 21307 21147 0 -1 4202560 120 0 0 0 202 7 0 0 20 0 19 0 297376412 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140544150370856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21318] ppid=21305 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/21307/task/21318/stat : 21318 (java) S 21305 21307 21147 0 -1 4202560 8312 0 0 0 46 8 0 0 20 0 19 0 297376413 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140543667858024 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21319] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21319/stat : 21319 (java) S 21305 21307 21147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297376414 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140543666804344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21320] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21320/stat : 21320 (java) S 21305 21307 21147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297376414 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140543665751688 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21321] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21321/stat : 21321 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297376416 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140543664700432 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21322] ppid=21305 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/21307/task/21322/stat : 21322 (java) S 21305 21307 21147 0 -1 4202560 2633 0 0 0 59 0 0 0 20 0 19 0 297376416 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140543663646776 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21323] ppid=21305 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/21307/task/21323/stat : 21323 (java) S 21305 21307 21147 0 -1 4202560 5572 0 0 0 74 2 0 0 20 0 19 0 297376416 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140543662594232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21324] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21324/stat : 21324 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297376416 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140543661541880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21325] ppid=21305 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/21307/task/21325/stat : 21325 (java) S 21305 21307 21147 0 -1 4202560 103 0 0 0 26 26 0 0 20 0 19 0 297376416 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140543660489544 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21326] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21326/stat : 21326 (java) S 21305 21307 21147 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 297376668 9856004096 603123 33554432000 1073741824 1073778376 140735122125776 140543659435304 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.5 s]
/proc/loadavg: 2.00 2.01 1.94 4/213 21399
/proc/meminfo: memFree=26697208/32873648 swapFree=7368/7368
[pid=21307] ppid=21305 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/21307/stat : 21307 (java) S 21305 21307 21147 0 -1 4202496 24176 0 1 0 179873 132 0 0 20 0 19 0 297376410 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140735122116912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21307/statm: 2406251 603107 2290 9 0 2396937 0
[pid=21307/tid=21309] ppid=21305 vsize=9625004 CPUtime=1781.27 cores=0,2,4,6
/proc/21307/task/21309/stat : 21309 (java) R 21305 21307 21147 0 -1 4202560 4909 0 1 0 178058 69 0 0 20 0 19 0 297376411 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544314125616 140544165168582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21310] ppid=21305 vsize=9625004 CPUtime=2.13 cores=0,2,4,6
/proc/21307/task/21310/stat : 21310 (java) S 21305 21307 21147 0 -1 4202560 118 0 0 0 206 7 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544286579368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21311] ppid=21305 vsize=9625004 CPUtime=2.05 cores=0,2,4,6
/proc/21307/task/21311/stat : 21311 (java) S 21305 21307 21147 0 -1 4202560 314 0 0 0 197 8 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544285526824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21312] ppid=21305 vsize=9625004 CPUtime=2.1 cores=0,2,4,6
/proc/21307/task/21312/stat : 21312 (java) S 21305 21307 21147 0 -1 4202560 135 0 0 0 203 7 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544284474280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21313] ppid=21305 vsize=9625004 CPUtime=2.07 cores=0,2,4,6
/proc/21307/task/21313/stat : 21313 (java) S 21305 21307 21147 0 -1 4202560 180 0 0 0 199 8 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544283421736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21314] ppid=21305 vsize=9625004 CPUtime=2 cores=0,2,4,6
/proc/21307/task/21314/stat : 21314 (java) S 21305 21307 21147 0 -1 4202560 152 0 0 0 193 7 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544153528488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21315] ppid=21305 vsize=9625004 CPUtime=2.03 cores=0,2,4,6
/proc/21307/task/21315/stat : 21315 (java) S 21305 21307 21147 0 -1 4202560 312 0 0 0 195 8 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544152475944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21316] ppid=21305 vsize=9625004 CPUtime=2.13 cores=0,2,4,6
/proc/21307/task/21316/stat : 21316 (java) S 21305 21307 21147 0 -1 4202560 131 0 0 0 205 8 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544151423400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21317] ppid=21305 vsize=9625004 CPUtime=2.1 cores=0,2,4,6
/proc/21307/task/21317/stat : 21317 (java) S 21305 21307 21147 0 -1 4202560 120 0 0 0 203 7 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544150370856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21318] ppid=21305 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/21307/task/21318/stat : 21318 (java) S 21305 21307 21147 0 -1 4202560 8312 0 0 0 46 8 0 0 20 0 19 0 297376413 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543667858024 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21319] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21319/stat : 21319 (java) S 21305 21307 21147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297376414 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543666804344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21320] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21320/stat : 21320 (java) S 21305 21307 21147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297376414 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543665751688 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21321] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21321/stat : 21321 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297376416 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543664700432 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21322] ppid=21305 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/21307/task/21322/stat : 21322 (java) S 21305 21307 21147 0 -1 4202560 2633 0 0 0 59 0 0 0 20 0 19 0 297376416 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543663646776 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21323] ppid=21305 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/21307/task/21323/stat : 21323 (java) S 21305 21307 21147 0 -1 4202560 5572 0 0 0 74 2 0 0 20 0 19 0 297376416 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543662594232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21324] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21324/stat : 21324 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297376416 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543661541880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21325] ppid=21305 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/21307/task/21325/stat : 21325 (java) S 21305 21307 21147 0 -1 4202560 103 0 0 0 26 26 0 0 20 0 19 0 297376416 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543660489544 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21326] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21326/stat : 21326 (java) S 21305 21307 21147 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 297376668 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543659435304 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1787.5 s]
/proc/loadavg: 2.00 2.01 1.94 4/213 21399
/proc/meminfo: memFree=26697208/32873648 swapFree=7368/7368
[pid=21307] ppid=21305 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/21307/stat : 21307 (java) S 21305 21307 21147 0 -1 4202496 24176 0 1 0 179873 132 0 0 20 0 19 0 297376410 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140735122116912 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21307/statm: 2406251 603107 2290 9 0 2396937 0
[pid=21307/tid=21309] ppid=21305 vsize=9625004 CPUtime=1781.27 cores=0,2,4,6
/proc/21307/task/21309/stat : 21309 (java) R 21305 21307 21147 0 -1 4202560 4909 0 1 0 178058 69 0 0 20 0 19 0 297376411 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544314125616 140544165168582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21310] ppid=21305 vsize=9625004 CPUtime=2.13 cores=0,2,4,6
/proc/21307/task/21310/stat : 21310 (java) S 21305 21307 21147 0 -1 4202560 118 0 0 0 206 7 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544286579368 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21311] ppid=21305 vsize=9625004 CPUtime=2.05 cores=0,2,4,6
/proc/21307/task/21311/stat : 21311 (java) S 21305 21307 21147 0 -1 4202560 314 0 0 0 197 8 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544285526824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21312] ppid=21305 vsize=9625004 CPUtime=2.1 cores=0,2,4,6
/proc/21307/task/21312/stat : 21312 (java) S 21305 21307 21147 0 -1 4202560 135 0 0 0 203 7 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544284474280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21313] ppid=21305 vsize=9625004 CPUtime=2.07 cores=0,2,4,6
/proc/21307/task/21313/stat : 21313 (java) S 21305 21307 21147 0 -1 4202560 180 0 0 0 199 8 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544283421736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21314] ppid=21305 vsize=9625004 CPUtime=2 cores=0,2,4,6
/proc/21307/task/21314/stat : 21314 (java) S 21305 21307 21147 0 -1 4202560 152 0 0 0 193 7 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544153528488 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21315] ppid=21305 vsize=9625004 CPUtime=2.03 cores=0,2,4,6
/proc/21307/task/21315/stat : 21315 (java) S 21305 21307 21147 0 -1 4202560 312 0 0 0 195 8 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544152475944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21316] ppid=21305 vsize=9625004 CPUtime=2.13 cores=0,2,4,6
/proc/21307/task/21316/stat : 21316 (java) S 21305 21307 21147 0 -1 4202560 131 0 0 0 205 8 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544151423400 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21317] ppid=21305 vsize=9625004 CPUtime=2.1 cores=0,2,4,6
/proc/21307/task/21317/stat : 21317 (java) S 21305 21307 21147 0 -1 4202560 120 0 0 0 203 7 0 0 20 0 19 0 297376412 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140544150370856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21307/tid=21318] ppid=21305 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/21307/task/21318/stat : 21318 (java) S 21305 21307 21147 0 -1 4202560 8312 0 0 0 46 8 0 0 20 0 19 0 297376413 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543667858024 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21319] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21319/stat : 21319 (java) S 21305 21307 21147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297376414 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543666804344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21320] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21320/stat : 21320 (java) S 21305 21307 21147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297376414 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543665751688 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21321] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21321/stat : 21321 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297376416 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543664700432 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21307/tid=21322] ppid=21305 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/21307/task/21322/stat : 21322 (java) S 21305 21307 21147 0 -1 4202560 2633 0 0 0 59 0 0 0 20 0 19 0 297376416 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543663646776 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21323] ppid=21305 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/21307/task/21323/stat : 21323 (java) S 21305 21307 21147 0 -1 4202560 5572 0 0 0 74 2 0 0 20 0 19 0 297376416 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543662594232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21324] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21324/stat : 21324 (java) S 21305 21307 21147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297376416 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543661541880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21307/tid=21325] ppid=21305 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/21307/task/21325/stat : 21325 (java) S 21305 21307 21147 0 -1 4202560 103 0 0 0 26 26 0 0 20 0 19 0 297376416 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543660489544 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21307/tid=21326] ppid=21305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21307/task/21326/stat : 21326 (java) S 21305 21307 21147 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 297376668 9856004096 603107 33554432000 1073741824 1073778376 140735122125776 140543659435304 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1787.53
CPU time (s): 1800.57
CPU user time (s): 1798.79
CPU system time (s): 1.78173
CPU usage (%): 100.73
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.78173
maximum resident set size= 2850624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24207
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59795
involuntary context switches= 61535

runsolver used 6.01109 second user time and 14.6218 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 19:28:43
IDJOB=3710172
IDBENCH=3020
IDSOLVER=2289
FILE ID=node149/3710172-1338312523
RUNJOBID= node149-1338310748-21163
PBS_JOBID= 14632079
Free space on /tmp= 71660 MiB

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

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

MD5SUM BENCH= e305ce06a665d9822e67802436e3e3a1
RANDOM SEED=649378599

node149.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27411256 kB
Buffers:          651196 kB
Cached:          2033964 kB
SwapCached:         2468 kB
Active:          3119848 kB
Inactive:        1499228 kB
Active(anon):    1917168 kB
Inactive(anon):     9368 kB
Active(file):    1202680 kB
Inactive(file):  1489860 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104892 kB
Dirty:             16936 kB
Writeback:             0 kB
AnonPages:       1931212 kB
Mapped:            22544 kB
Shmem:                96 kB
Slab:             703508 kB
SReclaimable:     147784 kB
SUnreclaim:       555724 kB
KernelStack:        1592 kB
PageTables:         8068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2657620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1900544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71660 MiB
End job on node149 at 2012-05-29 19:58:33