Trace number 3456906

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 NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.3 1795.68

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24ls.opb
MD5SUM1a4510076d9024b805728ffe22c0d108
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark125.497
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@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 phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No 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-3456906-1307202006.opb
0.10/0.11	c reading problem ... 
0.27/0.22	c ... done. Wall clock time 0.111s.
0.27/0.22	c #vars     490
0.27/0.22	c #constraints  737
0.27/0.22	c constraints type 
0.27/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 253
0.27/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
0.27/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.27/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 338
175.56/173.51	c cleaning 0 clauses out of 5000 with flag 0/5000
1185.31/1181.63	c cleaning 0 clauses out of 11001 with flag 0/11001
1800.10/1795.52	c starts		: 37
1800.10/1795.52	c conflicts		: 13282
1800.10/1795.52	c decisions		: 20076
1800.10/1795.52	c propagations		: 538140
1800.10/1795.52	c inspects		: 1403213687
1800.10/1795.52	c shortcuts		: 0
1800.10/1795.52	c learnt literals	: 0
1800.10/1795.52	c learnt binary clauses	: 0
1800.10/1795.52	c learnt ternary clauses	: 0
1800.10/1795.52	c learnt constraints	: 13282
1800.10/1795.52	c ignored constraints	: 0
1800.10/1795.52	c root simplifications	: 0
1800.10/1795.52	c removed literals (reason simplification)	: 0
1800.10/1795.52	c reason swapping (by a shorter reason)	: 0
1800.10/1795.52	c Calls to reduceDB	: 2
1800.10/1795.52	c number of reductions to clauses (during analyze)	: 0
1800.10/1795.52	c number of learned constraints concerned by reduction	: 0
1800.10/1795.52	c number of learning phase by resolution	: 0
1800.10/1795.52	c number of learning phase by cutting planes	: 0
1800.10/1795.52	c speed (assignments/second)	: 299.7493455132847
1800.10/1795.52	c non guided choices	56
1800.10/1795.53	c learnt constraints type 
1800.10/1795.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13282
1800.10/1795.53	c constraints type 
1800.10/1795.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 253
1800.10/1795.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
1800.10/1795.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.10/1795.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 338
1800.10/1795.53	s UNKNOWN
1800.10/1795.53	c Total wall clock time (in seconds): 1795.424

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-3456906-1307202006/watcher-3456906-1307202006 -o /tmp/evaluation-result-3456906-1307202006/solver-3456906-1307202006 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456906-1307202006.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.85 1/394 15785
/proc/meminfo: memFree=30000544/32950904 swapFree=56615552/67111528
[pid=15785] ppid=15783 vsize=35820 CPUtime=0 cores=1,3,5,7
/proc/15785/stat : 15785 (java) S 15783 15785 15661 0 -1 4202496 1362 0 1 0 0 0 0 0 25 0 2 0 831800363 36679680 1065 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15785/statm: 8955 1066 828 9 0 386 0
[pid=15785/tid=15786] ppid=15783 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15786/stat : 15786 (java) R 15783 15785 15661 0 -1 4202560 2867 0 1 0 0 0 0 0 25 0 2 0 831800363 10694979584 3683 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237278573627 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0485749 s]
/proc/loadavg: 0.92 0.97 0.85 1/394 15785
/proc/meminfo: memFree=30000544/32950904 swapFree=56615552/67111528
[pid=15785] ppid=15783 vsize=10467480 CPUtime=0.04 cores=1,3,5,7
/proc/15785/stat : 15785 (java) S 15783 15785 15661 0 -1 4202496 11324 0 1 0 3 1 0 0 25 0 13 0 831800363 10718699520 11021 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15785/statm: 2616870 11021 1678 9 0 2607618 0
[pid=15785/tid=15786] ppid=15783 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/15785/task/15786/stat : 15786 (java) R 15783 15785 15661 0 -1 4202560 10177 0 1 0 2 1 0 0 25 0 13 0 831800363 10718699520 11021 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237278875653 0 4 0 16784584 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467480

[startup+0.104566 s]
/proc/loadavg: 0.92 0.97 0.85 1/394 15785
/proc/meminfo: memFree=30000544/32950904 swapFree=56615552/67111528
[pid=15785] ppid=15783 vsize=10539372 CPUtime=0.1 cores=1,3,5,7
/proc/15785/stat : 15785 (java) S 15783 15785 15661 0 -1 4202496 12942 0 1 0 9 1 0 0 25 0 18 0 831800363 10792316928 12639 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15785/statm: 2634843 12640 2092 9 0 2625577 0
[pid=15785/tid=15786] ppid=15783 vsize=10539372 CPUtime=0.09 cores=1,3,5,7
/proc/15785/task/15786/stat : 15786 (java) R 15783 15785 15661 0 -1 4202560 11182 0 1 0 8 1 0 0 25 0 18 0 831800363 10792316928 12640 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290706379 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539372

[startup+0.300531 s]
/proc/loadavg: 0.92 0.97 0.85 1/394 15785
/proc/meminfo: memFree=30000544/32950904 swapFree=56615552/67111528
[pid=15785] ppid=15783 vsize=10543692 CPUtime=0.49 cores=1,3,5,7
/proc/15785/stat : 15785 (java) S 15783 15785 15661 0 -1 4202496 17143 0 1 0 47 2 0 0 25 0 19 0 831800363 10796740608 16035 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15785/statm: 2635923 16036 2205 9 0 2626657 0
[pid=15785/tid=15786] ppid=15783 vsize=10543692 CPUtime=0.28 cores=1,3,5,7
/proc/15785/task/15786/stat : 15786 (java) R 15783 15785 15661 0 -1 4202560 12469 0 1 0 27 1 0 0 25 0 19 0 831800363 10796740608 16036 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10543692

[startup+0.700463 s]
/proc/loadavg: 0.92 0.97 0.85 1/394 15785
/proc/meminfo: memFree=30000544/32950904 swapFree=56615552/67111528
[pid=15785] ppid=15783 vsize=10549836 CPUtime=1.65 cores=1,3,5,7
/proc/15785/stat : 15785 (java) S 15783 15785 15661 0 -1 4202496 34425 0 1 0 161 4 0 0 25 0 19 0 831800363 10803032064 29462 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15785/statm: 2637459 29467 2224 9 0 2628193 0
[pid=15785/tid=15786] ppid=15783 vsize=10549836 CPUtime=0.68 cores=1,3,5,7
/proc/15785/task/15786/stat : 15786 (java) R 15783 15785 15661 0 -1 4202560 22643 0 1 0 65 3 0 0 25 0 19 0 831800363 10803032064 29468 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 46912505623877 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 10549836

[startup+1.50132 s]
/proc/loadavg: 0.92 0.97 0.85 2/413 15804
/proc/meminfo: memFree=29812608/32950904 swapFree=56615552/67111528
[pid=15785] ppid=15783 vsize=10549836 CPUtime=2.64 cores=1,3,5,7
/proc/15785/stat : 15785 (java) S 15783 15785 15661 0 -1 4202496 90251 0 1 0 254 10 0 0 25 0 19 0 831800363 10803032064 84201 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15785/statm: 2637459 84204 2227 9 0 2628193 0
[pid=15785/tid=15786] ppid=15783 vsize=10549836 CPUtime=1.48 cores=1,3,5,7
/proc/15785/task/15786/stat : 15786 (java) R 15783 15785 15661 0 -1 4202560 77356 0 1 0 139 9 0 0 25 0 19 0 831800363 10803032064 84206 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 46912505673527 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15785/tid=15788] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15788/stat : 15788 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 84208 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15789] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15789/stat : 15789 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 84210 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15790] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15790/stat : 15790 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 84212 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15791] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15791/stat : 15791 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 84214 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15792] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15792/stat : 15792 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 84216 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15793] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15793/stat : 15793 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 84218 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15794] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15794/stat : 15794 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 84220 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15795] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15795/stat : 15795 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 84222 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15796] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15796/stat : 15796 (java) S 15783 15785 15661 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 831800366 10803032064 84224 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 0 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15797] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15797/stat : 15797 (java) S 15783 15785 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831800366 10803032064 84225 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15798] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15798/stat : 15798 (java) S 15783 15785 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831800366 10803032064 84227 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15799] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15799/stat : 15799 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800369 10803032064 84228 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290703281 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15800] ppid=15783 vsize=10549836 CPUtime=0.52 cores=1,3,5,7
/proc/15785/task/15800/stat : 15800 (java) S 15783 15785 15661 0 -1 4202560 6088 0 0 0 52 0 0 0 24 0 19 0 831800369 10803032064 84230 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15801] ppid=15783 vsize=10549836 CPUtime=0.61 cores=1,3,5,7
/proc/15785/task/15801/stat : 15801 (java) S 15783 15785 15661 0 -1 4202560 5653 0 0 0 61 0 0 0 20 0 19 0 831800369 10803032064 84233 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 3 0 0 0
[pid=15785/tid=15802] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15802/stat : 15802 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800369 10803032064 84235 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15803] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15803/stat : 15803 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831800369 10803032064 84237 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 4 0 16800975 18446604460426860480 0 0 -1 3 0 0 0
[pid=15785/tid=15804] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15804/stat : 15804 (java) S 15783 15785 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831800385 10803032064 84238 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 10549836

[startup+3.10104 s]
/proc/loadavg: 0.92 0.97 0.85 2/413 15804
/proc/meminfo: memFree=29499012/32950904 swapFree=56615552/67111528
[pid=15785] ppid=15783 vsize=10549836 CPUtime=4.26 cores=1,3,5,7
/proc/15785/stat : 15785 (java) S 15783 15785 15661 0 -1 4202496 200786 0 1 0 401 25 0 0 25 0 19 0 831800363 10803032064 194736 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15785/statm: 2637459 194738 2227 9 0 2628193 0
[pid=15785/tid=15786] ppid=15783 vsize=10549836 CPUtime=3.08 cores=1,3,5,7
/proc/15785/task/15786/stat : 15786 (java) R 15783 15785 15661 0 -1 4202560 187888 0 1 0 285 23 0 0 25 0 19 0 831800363 10803032064 194740 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 46912505673016 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15785/tid=15788] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15788/stat : 15788 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 194741 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15789] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15789/stat : 15789 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 194742 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15790] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15790/stat : 15790 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 194744 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15791] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15791/stat : 15791 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 194746 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15792] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15792/stat : 15792 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 194747 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15793] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15793/stat : 15793 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 194749 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15794] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15794/stat : 15794 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 194751 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15795] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15795/stat : 15795 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 194753 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15796] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15796/stat : 15796 (java) S 15783 15785 15661 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 831800366 10803032064 194755 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 0 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15797] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15797/stat : 15797 (java) S 15783 15785 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831800366 10803032064 194756 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15798] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15798/stat : 15798 (java) S 15783 15785 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831800366 10803032064 194758 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15799] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15799/stat : 15799 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800369 10803032064 194760 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290703281 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15800] ppid=15783 vsize=10549836 CPUtime=0.53 cores=1,3,5,7
/proc/15785/task/15800/stat : 15800 (java) S 15783 15785 15661 0 -1 4202560 6088 0 0 0 53 0 0 0 18 0 19 0 831800369 10803032064 194762 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15801] ppid=15783 vsize=10549836 CPUtime=0.62 cores=1,3,5,7
/proc/15785/task/15801/stat : 15801 (java) S 15783 15785 15661 0 -1 4202560 5655 0 0 0 62 0 0 0 15 0 19 0 831800369 10803032064 194763 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 3 0 0 0
[pid=15785/tid=15802] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15802/stat : 15802 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800369 10803032064 194765 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15803] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15803/stat : 15803 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831800369 10803032064 194767 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 4 0 16800975 18446604460426860480 0 0 -1 3 0 0 0
[pid=15785/tid=15804] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15804/stat : 15804 (java) S 15783 15785 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831800385 10803032064 194769 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 10549836

[startup+6.30146 s]
/proc/loadavg: 0.93 0.97 0.85 2/413 15804
/proc/meminfo: memFree=28617360/32950904 swapFree=56615552/67111528
[pid=15785] ppid=15783 vsize=10549836 CPUtime=7.47 cores=1,3,5,7
/proc/15785/stat : 15785 (java) S 15783 15785 15661 0 -1 4202496 411790 0 1 0 698 49 0 0 25 0 19 0 831800363 10803032064 405738 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15785/statm: 2637459 405740 2228 9 0 2628193 0
[pid=15785/tid=15786] ppid=15783 vsize=10549836 CPUtime=6.28 cores=1,3,5,7
/proc/15785/task/15786/stat : 15786 (java) R 15783 15785 15661 0 -1 4202560 398888 0 1 0 580 48 0 0 25 0 19 0 831800363 10803032064 405741 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 46912505673542 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15785/tid=15788] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15788/stat : 15788 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 405743 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15789] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15789/stat : 15789 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 405744 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15790] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15790/stat : 15790 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 405746 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15791] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15791/stat : 15791 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 405747 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15792] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15792/stat : 15792 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 405748 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15793] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15793/stat : 15793 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 405749 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15794] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15794/stat : 15794 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 405750 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15795] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15795/stat : 15795 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800365 10803032064 405752 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15796] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15796/stat : 15796 (java) S 15783 15785 15661 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 831800366 10803032064 405753 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 0 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15797] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15797/stat : 15797 (java) S 15783 15785 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831800366 10803032064 405754 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15798] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15798/stat : 15798 (java) S 15783 15785 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831800366 10803032064 405755 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15799] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15799/stat : 15799 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800369 10803032064 405757 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290703281 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15800] ppid=15783 vsize=10549836 CPUtime=0.53 cores=1,3,5,7
/proc/15785/task/15800/stat : 15800 (java) S 15783 15785 15661 0 -1 4202560 6088 0 0 0 53 0 0 0 15 0 19 0 831800369 10803032064 405758 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15801] ppid=15783 vsize=10549836 CPUtime=0.63 cores=1,3,5,7
/proc/15785/task/15801/stat : 15801 (java) S 15783 15785 15661 0 -1 4202560 5656 0 0 0 63 0 0 0 15 0 19 0 831800369 10803032064 405759 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 3 0 0 0

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

/proc/15785/task/15798/stat : 15798 (java) S 15783 15785 15661 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831800366 10803032064 935104 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15799] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15799/stat : 15799 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800369 10803032064 935104 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290703281 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15800] ppid=15783 vsize=10549836 CPUtime=0.63 cores=1,3,5,7
/proc/15785/task/15800/stat : 15800 (java) S 15783 15785 15661 0 -1 4202560 6108 0 0 0 63 0 0 0 15 0 19 0 831800369 10803032064 935104 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15801] ppid=15783 vsize=10549836 CPUtime=0.71 cores=1,3,5,7
/proc/15785/task/15801/stat : 15801 (java) S 15783 15785 15661 0 -1 4202560 5676 0 0 0 71 0 0 0 15 0 19 0 831800369 10803032064 935104 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 3 0 0 0
[pid=15785/tid=15802] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15802/stat : 15802 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800369 10803032064 935104 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15803] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15803/stat : 15803 (java) S 15783 15785 15661 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 831800369 10803032064 935104 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 4 0 16800975 18446604460426860480 0 0 -1 1 0 0 0
[pid=15785/tid=15804] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15804/stat : 15804 (java) S 15783 15785 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831800385 10803032064 935104 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1666.72
Current children cumulated vsize (KiB) 10549836

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/413 15862
/proc/meminfo: memFree=26253684/32950904 swapFree=56615552/67111528
[pid=15785] ppid=15783 vsize=10549836 CPUtime=1726.8 cores=1,3,5,7
/proc/15785/stat : 15785 (java) S 15783 15785 15661 0 -1 4202496 943814 0 1 0 172565 115 0 0 25 0 19 0 831800363 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15785/statm: 2637459 936059 2257 9 0 2628193 0
[pid=15785/tid=15786] ppid=15783 vsize=10549836 CPUtime=1720.3 cores=1,3,5,7
/proc/15785/task/15786/stat : 15786 (java) R 15783 15785 15661 0 -1 4202560 813457 0 1 0 171933 97 0 0 25 0 19 0 831800363 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 46912505869319 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15785/tid=15788] ppid=15783 vsize=10549836 CPUtime=0.43 cores=1,3,5,7
/proc/15785/task/15788/stat : 15788 (java) S 15783 15785 15661 0 -1 4202560 12994 0 0 0 41 2 0 0 15 0 19 0 831800365 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 1 0 0 0
[pid=15785/tid=15789] ppid=15783 vsize=10549836 CPUtime=0.57 cores=1,3,5,7
/proc/15785/task/15789/stat : 15789 (java) S 15783 15785 15661 0 -1 4202560 13035 0 0 0 56 1 0 0 16 0 19 0 831800365 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15790] ppid=15783 vsize=10549836 CPUtime=0.57 cores=1,3,5,7
/proc/15785/task/15790/stat : 15790 (java) S 15783 15785 15661 0 -1 4202560 17840 0 0 0 55 2 0 0 16 0 19 0 831800365 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15791] ppid=15783 vsize=10549836 CPUtime=0.63 cores=1,3,5,7
/proc/15785/task/15791/stat : 15791 (java) S 15783 15785 15661 0 -1 4202560 16055 0 0 0 62 1 0 0 15 0 19 0 831800365 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 5 0 0 0
[pid=15785/tid=15792] ppid=15783 vsize=10549836 CPUtime=0.54 cores=1,3,5,7
/proc/15785/task/15792/stat : 15792 (java) S 15783 15785 15661 0 -1 4202560 11646 0 0 0 53 1 0 0 16 0 19 0 831800365 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15793] ppid=15783 vsize=10549836 CPUtime=0.66 cores=1,3,5,7
/proc/15785/task/15793/stat : 15793 (java) S 15783 15785 15661 0 -1 4202560 19519 0 0 0 64 2 0 0 15 0 19 0 831800365 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15794] ppid=15783 vsize=10549836 CPUtime=0.5 cores=1,3,5,7
/proc/15785/task/15794/stat : 15794 (java) S 15783 15785 15661 0 -1 4202560 12011 0 0 0 49 1 0 0 16 0 19 0 831800365 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 5 0 0 0
[pid=15785/tid=15795] ppid=15783 vsize=10549836 CPUtime=0.53 cores=1,3,5,7
/proc/15785/task/15795/stat : 15795 (java) S 15783 15785 15661 0 -1 4202560 12991 0 0 0 52 1 0 0 16 0 19 0 831800365 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 1 0 0 0
[pid=15785/tid=15796] ppid=15783 vsize=10549836 CPUtime=0.6 cores=1,3,5,7
/proc/15785/task/15796/stat : 15796 (java) S 15783 15785 15661 0 -1 4202560 1225 0 0 0 60 0 0 0 15 0 19 0 831800366 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 0 0 16800975 18446604460426860480 0 0 -1 3 0 0 0
[pid=15785/tid=15797] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15797/stat : 15797 (java) S 15783 15785 15661 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 831800366 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15798] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15798/stat : 15798 (java) S 15783 15785 15661 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831800366 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15799] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15799/stat : 15799 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800369 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290703281 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15800] ppid=15783 vsize=10549836 CPUtime=0.63 cores=1,3,5,7
/proc/15785/task/15800/stat : 15800 (java) S 15783 15785 15661 0 -1 4202560 6108 0 0 0 63 0 0 0 15 0 19 0 831800369 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15801] ppid=15783 vsize=10549836 CPUtime=0.71 cores=1,3,5,7
/proc/15785/task/15801/stat : 15801 (java) S 15783 15785 15661 0 -1 4202560 5676 0 0 0 71 0 0 0 15 0 19 0 831800369 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 3 0 0 0
[pid=15785/tid=15802] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15802/stat : 15802 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800369 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15803] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15803/stat : 15803 (java) S 15783 15785 15661 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 831800369 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 4 0 16800975 18446604460426860480 0 0 -1 1 0 0 0
[pid=15785/tid=15804] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15804/stat : 15804 (java) S 15783 15785 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831800385 10803032064 936059 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1726.8
Current children cumulated vsize (KiB) 10549836

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/413 15864
/proc/meminfo: memFree=26248456/32950904 swapFree=56615552/67111528
[pid=15785] ppid=15783 vsize=10549836 CPUtime=1786.89 cores=1,3,5,7
/proc/15785/stat : 15785 (java) S 15783 15785 15661 0 -1 4202496 945057 0 1 0 178574 115 0 0 25 0 19 0 831800363 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15785/statm: 2637459 937268 2257 9 0 2628193 0
[pid=15785/tid=15786] ppid=15783 vsize=10549836 CPUtime=1780.23 cores=1,3,5,7
/proc/15785/task/15786/stat : 15786 (java) R 15783 15785 15661 0 -1 4202560 813460 0 1 0 177926 97 0 0 25 0 19 0 831800363 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 46912505869345 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15785/tid=15788] ppid=15783 vsize=10549836 CPUtime=0.45 cores=1,3,5,7
/proc/15785/task/15788/stat : 15788 (java) S 15783 15785 15661 0 -1 4202560 13161 0 0 0 43 2 0 0 15 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 1 0 0 0
[pid=15785/tid=15789] ppid=15783 vsize=10549836 CPUtime=0.57 cores=1,3,5,7
/proc/15785/task/15789/stat : 15789 (java) S 15783 15785 15661 0 -1 4202560 13035 0 0 0 56 1 0 0 15 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15790] ppid=15783 vsize=10549836 CPUtime=0.59 cores=1,3,5,7
/proc/15785/task/15790/stat : 15790 (java) S 15783 15785 15661 0 -1 4202560 18063 0 0 0 57 2 0 0 15 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 5 0 0 0
[pid=15785/tid=15791] ppid=15783 vsize=10549836 CPUtime=0.66 cores=1,3,5,7
/proc/15785/task/15791/stat : 15791 (java) S 15783 15785 15661 0 -1 4202560 16303 0 0 0 65 1 0 0 15 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 5 0 0 0
[pid=15785/tid=15792] ppid=15783 vsize=10549836 CPUtime=0.54 cores=1,3,5,7
/proc/15785/task/15792/stat : 15792 (java) S 15783 15785 15661 0 -1 4202560 11646 0 0 0 53 1 0 0 15 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15793] ppid=15783 vsize=10549836 CPUtime=0.7 cores=1,3,5,7
/proc/15785/task/15793/stat : 15793 (java) S 15783 15785 15661 0 -1 4202560 19847 0 0 0 68 2 0 0 16 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15794] ppid=15783 vsize=10549836 CPUtime=0.5 cores=1,3,5,7
/proc/15785/task/15794/stat : 15794 (java) S 15783 15785 15661 0 -1 4202560 12011 0 0 0 49 1 0 0 15 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 5 0 0 0
[pid=15785/tid=15795] ppid=15783 vsize=10549836 CPUtime=0.57 cores=1,3,5,7
/proc/15785/task/15795/stat : 15795 (java) S 15783 15785 15661 0 -1 4202560 13257 0 0 0 56 1 0 0 16 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 5 0 0 0
[pid=15785/tid=15796] ppid=15783 vsize=10549836 CPUtime=0.6 cores=1,3,5,7
/proc/15785/task/15796/stat : 15796 (java) S 15783 15785 15661 0 -1 4202560 1229 0 0 0 60 0 0 0 15 0 19 0 831800366 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 0 0 16800975 18446604460426860480 0 0 -1 3 0 0 0
[pid=15785/tid=15797] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15797/stat : 15797 (java) S 15783 15785 15661 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 831800366 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15798] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15798/stat : 15798 (java) S 15783 15785 15661 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831800366 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15799] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15799/stat : 15799 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800369 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290703281 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15800] ppid=15783 vsize=10549836 CPUtime=0.63 cores=1,3,5,7
/proc/15785/task/15800/stat : 15800 (java) S 15783 15785 15661 0 -1 4202560 6108 0 0 0 63 0 0 0 15 0 19 0 831800369 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15801] ppid=15783 vsize=10549836 CPUtime=0.71 cores=1,3,5,7
/proc/15785/task/15801/stat : 15801 (java) S 15783 15785 15661 0 -1 4202560 5676 0 0 0 71 0 0 0 15 0 19 0 831800369 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 3 0 0 0
[pid=15785/tid=15802] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15802/stat : 15802 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800369 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15803] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15803/stat : 15803 (java) S 15783 15785 15661 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 831800369 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 4 0 16800975 18446604460426860480 0 0 -1 1 0 0 0
[pid=15785/tid=15804] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15804/stat : 15804 (java) S 15783 15785 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831800385 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1786.89
Current children cumulated vsize (KiB) 10549836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 0.94 2/413 15864
/proc/meminfo: memFree=26248444/32950904 swapFree=56615552/67111528
[pid=15785] ppid=15783 vsize=10549836 CPUtime=1800.1 cores=1,3,5,7
/proc/15785/stat : 15785 (java) S 15783 15785 15661 0 -1 4202496 945057 0 1 0 179895 115 0 0 25 0 19 0 831800363 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15785/statm: 2637459 937268 2257 9 0 2628193 0
[pid=15785/tid=15786] ppid=15783 vsize=10549836 CPUtime=1793.45 cores=1,3,5,7
/proc/15785/task/15786/stat : 15786 (java) R 15783 15785 15661 0 -1 4202560 813460 0 1 0 179248 97 0 0 25 0 19 0 831800363 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 46912505672199 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15785/tid=15788] ppid=15783 vsize=10549836 CPUtime=0.45 cores=1,3,5,7
/proc/15785/task/15788/stat : 15788 (java) S 15783 15785 15661 0 -1 4202560 13161 0 0 0 43 2 0 0 15 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 1 0 0 0
[pid=15785/tid=15789] ppid=15783 vsize=10549836 CPUtime=0.57 cores=1,3,5,7
/proc/15785/task/15789/stat : 15789 (java) S 15783 15785 15661 0 -1 4202560 13035 0 0 0 56 1 0 0 15 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15790] ppid=15783 vsize=10549836 CPUtime=0.59 cores=1,3,5,7
/proc/15785/task/15790/stat : 15790 (java) S 15783 15785 15661 0 -1 4202560 18063 0 0 0 57 2 0 0 15 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 5 0 0 0
[pid=15785/tid=15791] ppid=15783 vsize=10549836 CPUtime=0.66 cores=1,3,5,7
/proc/15785/task/15791/stat : 15791 (java) S 15783 15785 15661 0 -1 4202560 16303 0 0 0 65 1 0 0 15 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 5 0 0 0
[pid=15785/tid=15792] ppid=15783 vsize=10549836 CPUtime=0.54 cores=1,3,5,7
/proc/15785/task/15792/stat : 15792 (java) S 15783 15785 15661 0 -1 4202560 11646 0 0 0 53 1 0 0 15 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15793] ppid=15783 vsize=10549836 CPUtime=0.7 cores=1,3,5,7
/proc/15785/task/15793/stat : 15793 (java) S 15783 15785 15661 0 -1 4202560 19847 0 0 0 68 2 0 0 16 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15794] ppid=15783 vsize=10549836 CPUtime=0.5 cores=1,3,5,7
/proc/15785/task/15794/stat : 15794 (java) S 15783 15785 15661 0 -1 4202560 12011 0 0 0 49 1 0 0 15 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 5 0 0 0
[pid=15785/tid=15795] ppid=15783 vsize=10549836 CPUtime=0.57 cores=1,3,5,7
/proc/15785/task/15795/stat : 15795 (java) S 15783 15785 15661 0 -1 4202560 13257 0 0 0 56 1 0 0 16 0 19 0 831800365 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 5 0 0 0
[pid=15785/tid=15796] ppid=15783 vsize=10549836 CPUtime=0.6 cores=1,3,5,7
/proc/15785/task/15796/stat : 15796 (java) S 15783 15785 15661 0 -1 4202560 1229 0 0 0 60 0 0 0 15 0 19 0 831800366 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 0 0 16800975 18446604460426860480 0 0 -1 3 0 0 0
[pid=15785/tid=15797] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15797/stat : 15797 (java) S 15783 15785 15661 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 831800366 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15798] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15798/stat : 15798 (java) S 15783 15785 15661 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831800366 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15799] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15799/stat : 15799 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800369 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290703281 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15800] ppid=15783 vsize=10549836 CPUtime=0.63 cores=1,3,5,7
/proc/15785/task/15800/stat : 15800 (java) S 15783 15785 15661 0 -1 4202560 6108 0 0 0 63 0 0 0 15 0 19 0 831800369 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15801] ppid=15783 vsize=10549836 CPUtime=0.71 cores=1,3,5,7
/proc/15785/task/15801/stat : 15801 (java) S 15783 15785 15661 0 -1 4202560 5676 0 0 0 71 0 0 0 15 0 19 0 831800369 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 3 0 0 0
[pid=15785/tid=15802] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15802/stat : 15802 (java) S 15783 15785 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831800369 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290695577 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
[pid=15785/tid=15803] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15803/stat : 15803 (java) S 15783 15785 15661 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 831800369 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 4 0 16800975 18446604460426860480 0 0 -1 1 0 0 0
[pid=15785/tid=15804] ppid=15783 vsize=10549836 CPUtime=0 cores=1,3,5,7
/proc/15785/task/15804/stat : 15804 (java) S 15783 15785 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831800385 10803032064 937268 33554432000 1073741824 1073778376 140734387873568 18446744073709551615 237290696192 0 4 0 16800975 18446604460426860480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10549836

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

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

[startup+1795.62 s]
/proc/loadavg: 1.00 1.00 0.94 2/413 15864
/proc/meminfo: memFree=26248444/32950904 swapFree=56615552/67111528
[pid=15785] ppid=15783 vsize=0 CPUtime=1800.23 cores=1,3,5,7
/proc/15785/stat : 15785 (java) Z 15783 15785 15661 0 -1 4203548 945092 0 1 0 179899 124 0 0 17 0 2 0 831800363 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15785/statm: 0 0 0 0 0 0 0
[pid=15785/tid=15786] ppid=15783 vsize=0 CPUtime=1793.55 cores=1,3,5,7
/proc/15785/task/15786/stat : 15786 (java) R 15783 15785 15661 0 -1 4203588 813460 0 1 0 179250 105 0 0 25 0 2 0 831800363 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.68
CPU time (s): 1800.3
CPU user time (s): 1798.99
CPU system time (s): 1.3068
CPU usage (%): 100.257
Max. virtual memory (cumulated for all children) (KiB): 10554268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.3068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 945092
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= 38993
involuntary context switches= 7142

runsolver used 6.66199 second user time and 17.8383 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-04 17:40:06
IDJOB=3456906
IDBENCH=1167
IDSOLVER=1951
FILE ID=node121/3456906-1307202006
RUNJOBID= node121-1307200208-15680
PBS_JOBID= 13509038
Free space on /tmp= 73960 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456906-1307202006/watcher-3456906-1307202006 -o /tmp/evaluation-result-3456906-1307202006/solver-3456906-1307202006 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456906-1307202006.opb

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

MD5SUM BENCH= 1a4510076d9024b805728ffe22c0d108
RANDOM SEED=1435468433

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      30000808 kB
Buffers:        334632 kB
Cached:         511384 kB
SwapCached:       9896 kB
Active:        2229232 kB
Inactive:       461060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      30000808 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:             424 kB
Writeback:           0 kB
AnonPages:     1841784 kB
Mapped:          12712 kB
Slab:           142280 kB
PageTables:      51604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 83500052 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= 73956 MiB
End job on node121 at 2011-06-04 18:10:04