Trace number 3733517

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.63 1796.3

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-cuww3.opb
MD5SUMc67056006c43da82eed6e7cbb40287a1
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
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 benchmark0.416936
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables68
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint68
Maximum length of a constraint68
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 58925135
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 568217345
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.13	c See www.sat4j.org for details.
0.03/0.13	c version 2.1.1.v20090612
0.03/0.13	c sun.arch.data.model	64
0.03/0.13	c java.version	1.6.0_24
0.03/0.13	c os.name	Linux
0.03/0.13	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.13	c os.arch	amd64
0.03/0.13	c Free memory 1299577560
0.03/0.13	c Max memory 1306394624
0.03/0.13	c Total memory 1306394624
0.03/0.13	c Number of processors 8
0.03/0.16	c Pseudo Boolean Optimization
0.03/0.16	c --- Begin Solver configuration ---
0.03/0.16	c Stops conflict analysis at the first Unique Implication Point
0.03/0.16	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@28df8ff1
0.03/0.16	c Learn all clauses as in MiniSAT
0.03/0.16	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.03/0.16	c Expensive reason simplification
0.03/0.16	c MiniSAT restarts strategy
0.03/0.16	c Memory based learned constraints deletion strategy
0.03/0.16	c timeout=2147483s
0.03/0.16	c DB Simplification allowed=false
0.03/0.16	c --- End Solver configuration ---
0.03/0.16	c solving HOME/instance-3733517-1339017763.opb
0.03/0.16	c reading problem ... 
0.03/0.17	c ... done. Wall clock time 0.011s.
0.03/0.17	c #vars     68
0.03/0.17	c #constraints  2
0.03/0.17	c constraints type 
0.03/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1796.21	c starts		: 23
1800.02/1796.21	c conflicts		: 1952951
1800.02/1796.21	c decisions		: 1953764
1800.02/1796.21	c propagations		: 15268638
1800.02/1796.21	c inspects		: 14222929013
1800.02/1796.21	c learnt literals	: 0
1800.02/1796.21	c learnt binary clauses	: 0
1800.02/1796.21	c learnt ternary clauses	: 0
1800.02/1796.21	c learnt clauses	: 1952951
1800.02/1796.21	c ignored clauses	: 0
1800.02/1796.21	c root simplifications	: 0
1800.02/1796.21	c removed literals (reason simplification)	: 49463368
1800.02/1796.21	c reason swapping (by a shorter reason)	: 0
1800.02/1796.21	c Calls to reduceDB	: 0
1800.02/1796.21	c speed (assignments/second)	: 8501.293681588964
1800.02/1796.21	c non guided choices	55
1800.02/1796.29	c learnt constraints type 
1800.02/1796.29	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1952959
1800.02/1796.29	c constraints type 
1800.02/1796.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1796.29	s UNKNOWN
1800.02/1796.29	c Total wall clock time (in seconds): 1796.128

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-3733517-1339017763/watcher-3733517-1339017763 -o /tmp/evaluation-result-3733517-1339017763/solver-3733517-1339017763 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3733517-1339017763.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: 0.00 0.00 0.00 3/173 9356
/proc/meminfo: memFree=26813028/32873648 swapFree=6864/6864
[pid=9356] ppid=9354 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/9356/stat : 9356 (java6) D 9354 9356 9322 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 367901730 278528 33 33554432000 1073741824 1073778376 140733802953792 140733802950968 270698376487 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/9356/statm: 68 33 25 9 0 25 0

[startup+0.10483 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 9356
/proc/meminfo: memFree=26813028/32873648 swapFree=6864/6864
[pid=9356] ppid=9354 vsize=2315716 CPUtime=0.03 cores=0,2,4,6
/proc/9356/stat : 9356 (java) S 9354 9356 9322 0 -1 4202496 3711 0 9 0 2 1 0 0 20 0 13 0 367901730 2371293184 4928 33554432000 1073741824 1073778376 140737347568784 140737347559920 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9356/statm: 578929 4928 1703 9 0 569630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.200188 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 9356
/proc/meminfo: memFree=26813028/32873648 swapFree=6864/6864
[pid=9356] ppid=9354 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/9356/stat : 9356 (java) S 9354 9356 9322 0 -1 4202496 5586 0 9 0 15 1 0 0 20 0 19 0 367901730 2780295168 7663 33554432000 1073741824 1073778376 140737347568784 140737347559920 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9356/statm: 678783 7663 2182 9 0 669476 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 2715132

[startup+0.300202 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 9356
/proc/meminfo: memFree=26813028/32873648 swapFree=6864/6864
[pid=9356] ppid=9354 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/9356/stat : 9356 (java) S 9354 9356 9322 0 -1 4202496 7513 0 9 0 42 2 0 0 20 0 19 0 367901730 2780295168 8783 33554432000 1073741824 1073778376 140737347568784 140737347559920 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9356/statm: 678783 8783 2219 9 0 669476 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2715132

[startup+0.700164 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 9356
/proc/meminfo: memFree=26813028/32873648 swapFree=6864/6864
[pid=9356] ppid=9354 vsize=2715132 CPUtime=0.94 cores=0,2,4,6
/proc/9356/stat : 9356 (java) S 9354 9356 9322 0 -1 4202496 8158 0 9 0 92 2 0 0 20 0 19 0 367901730 2780295168 12418 33554432000 1073741824 1073778376 140737347568784 140737347559920 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9356/statm: 678783 12418 2224 9 0 669476 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 2715132

[startup+1.50062 s]
/proc/loadavg: 0.00 0.00 0.00 3/213 9403
/proc/meminfo: memFree=26541788/32873648 swapFree=6864/6864
[pid=9356] ppid=9354 vsize=2715132 CPUtime=1.79 cores=0,2,4,6
/proc/9356/stat : 9356 (java) S 9354 9356 9322 0 -1 4202496 8171 0 9 0 177 2 0 0 20 0 19 0 367901730 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140737347559920 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9356/statm: 678783 17029 2226 9 0 669476 0
[pid=9356/tid=9359] ppid=9354 vsize=2715132 CPUtime=1.41 cores=0,2,4,6
/proc/9356/task/9359/stat : 9359 (java) R 9354 9356 9322 0 -1 4202560 2794 0 4 0 139 2 0 0 20 0 19 0 367901733 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140048284351024 140048156774083 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0
[pid=9356/tid=9376] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9376/stat : 9376 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140048150960680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9379] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9379/stat : 9379 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140048149907880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9380] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9380/stat : 9380 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140048148855080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9356/tid=9381] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9381/stat : 9381 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140048147802280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9382] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9382/stat : 9382 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140047944772648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9383] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9383/stat : 9383 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140047943719848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9384] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9384/stat : 9384 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140047942667048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9385] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9385/stat : 9385 (java) S 9354 9356 9322 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140047941614248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9387] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9387/stat : 9387 (java) S 9354 9356 9322 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 367901737 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140047929416168 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9390] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9390/stat : 9390 (java) S 9354 9356 9322 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 367901738 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140047928362232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9391] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9391/stat : 9391 (java) S 9354 9356 9322 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 367901738 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140047927309320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9393] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9393/stat : 9393 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140047926257808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9395] ppid=9354 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/9356/task/9395/stat : 9395 (java) S 9354 9356 9322 0 -1 4202560 1833 0 0 0 19 0 0 0 20 0 19 0 367901742 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140047925205944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9397] ppid=9354 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/9356/task/9397/stat : 9397 (java) S 9354 9356 9322 0 -1 4202560 2355 0 0 0 16 0 0 0 20 0 19 0 367901742 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140047924153144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9399] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9399/stat : 9399 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140047923100536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9401] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9401/stat : 9401 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140047922047944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9402] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9402/stat : 9402 (java) S 9354 9356 9322 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 367901748 2780295168 17029 33554432000 1073741824 1073778376 140737347568784 140047920993448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 2715132

[startup+3.10058 s]
/proc/loadavg: 0.00 0.00 0.00 3/213 9403
/proc/meminfo: memFree=26362232/32873648 swapFree=6864/6864
[pid=9356] ppid=9354 vsize=2715132 CPUtime=3.4 cores=0,2,4,6
/proc/9356/stat : 9356 (java) S 9354 9356 9322 0 -1 4202496 8186 0 9 0 337 3 0 0 20 0 19 0 367901730 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140737347559920 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9356/statm: 678783 24709 2226 9 0 669476 0
[pid=9356/tid=9359] ppid=9354 vsize=2715132 CPUtime=3.01 cores=0,2,4,6
/proc/9356/task/9359/stat : 9359 (java) R 9354 9356 9322 0 -1 4202560 2809 0 4 0 298 3 0 0 20 0 19 0 367901733 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140048284351024 140048156979813 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0
[pid=9356/tid=9376] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9376/stat : 9376 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140048150960680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9379] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9379/stat : 9379 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140048149907880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9380] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9380/stat : 9380 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140048148855080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9356/tid=9381] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9381/stat : 9381 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140048147802280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9382] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9382/stat : 9382 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140047944772648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9383] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9383/stat : 9383 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140047943719848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9384] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9384/stat : 9384 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140047942667048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9385] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9385/stat : 9385 (java) S 9354 9356 9322 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140047941614248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9387] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9387/stat : 9387 (java) S 9354 9356 9322 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 367901737 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140047929416168 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9390] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9390/stat : 9390 (java) S 9354 9356 9322 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 367901738 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140047928362232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9391] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9391/stat : 9391 (java) S 9354 9356 9322 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 367901738 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140047927309320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9393] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9393/stat : 9393 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140047926257808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9395] ppid=9354 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/9356/task/9395/stat : 9395 (java) S 9354 9356 9322 0 -1 4202560 1833 0 0 0 19 0 0 0 20 0 19 0 367901742 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140047925205944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9397] ppid=9354 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/9356/task/9397/stat : 9397 (java) S 9354 9356 9322 0 -1 4202560 2355 0 0 0 16 0 0 0 20 0 19 0 367901742 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140047924153144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9399] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9399/stat : 9399 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140047923100536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9401] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9401/stat : 9401 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140047922047944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9402] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9402/stat : 9402 (java) S 9354 9356 9322 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 367901748 2780295168 24709 33554432000 1073741824 1073778376 140737347568784 140047920993448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 2715132

[startup+6.3006 s]
/proc/loadavg: 0.16 0.03 0.01 3/212 9403
/proc/meminfo: memFree=26274492/32873648 swapFree=6864/6864
[pid=9356] ppid=9354 vsize=2715132 CPUtime=6.6 cores=0,2,4,6
/proc/9356/stat : 9356 (java) S 9354 9356 9322 0 -1 4202496 8222 0 9 0 656 4 0 0 20 0 19 0 367901730 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140737347559920 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9356/statm: 678783 42076 2227 9 0 669476 0
[pid=9356/tid=9359] ppid=9354 vsize=2715132 CPUtime=6.21 cores=0,2,4,6
/proc/9356/task/9359/stat : 9359 (java) R 9354 9356 9322 0 -1 4202560 2844 0 4 0 618 3 0 0 20 0 19 0 367901733 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140048284353264 140048156804699 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0
[pid=9356/tid=9376] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9376/stat : 9376 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140048150960680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9379] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9379/stat : 9379 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140048149907880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9380] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9380/stat : 9380 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140048148855080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9356/tid=9381] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9381/stat : 9381 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140048147802280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9382] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9382/stat : 9382 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140047944772648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9383] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9383/stat : 9383 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140047943719848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9384] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9384/stat : 9384 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140047942667048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9385] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9385/stat : 9385 (java) S 9354 9356 9322 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 367901736 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140047941614248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9387] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9387/stat : 9387 (java) S 9354 9356 9322 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 367901737 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140047929416168 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9390] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9390/stat : 9390 (java) S 9354 9356 9322 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 367901738 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140047928362232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9391] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9391/stat : 9391 (java) S 9354 9356 9322 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 367901738 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140047927309320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9393] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9393/stat : 9393 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140047926257808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9395] ppid=9354 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/9356/task/9395/stat : 9395 (java) S 9354 9356 9322 0 -1 4202560 1833 0 0 0 19 0 0 0 20 0 19 0 367901742 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140047925205944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9397] ppid=9354 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/9356/task/9397/stat : 9397 (java) S 9354 9356 9322 0 -1 4202560 2355 0 0 0 16 0 0 0 20 0 19 0 367901742 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140047924153144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9399] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9399/stat : 9399 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140047923100536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9401] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9401/stat : 9401 (java) S 9354 9356 9322 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140047922047944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9402] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9402/stat : 9402 (java) S 9354 9356 9322 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 367901748 2780295168 42076 33554432000 1073741824 1073778376 140737347568784 140047920993448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

[pid=9356/tid=9383] ppid=9354 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/9356/task/9383/stat : 9383 (java) S 9354 9356 9322 0 -1 4202560 203 0 0 0 55 6 0 0 20 0 19 0 367901736 2780295168 232335 33554432000 1073741824 1073778376 140737347568784 140047943719848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9384] ppid=9354 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/9356/task/9384/stat : 9384 (java) S 9354 9356 9322 0 -1 4202560 176 0 0 0 41 6 0 0 20 0 19 0 367901736 2780295168 232335 33554432000 1073741824 1073778376 140737347568784 140047942667048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9385] ppid=9354 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/9356/task/9385/stat : 9385 (java) S 9354 9356 9322 0 -1 4202560 186 0 0 0 41 6 0 0 20 0 19 0 367901736 2780295168 232335 33554432000 1073741824 1073778376 140737347568784 140047941614248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9356/tid=9387] ppid=9354 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/9356/task/9387/stat : 9387 (java) S 9354 9356 9322 0 -1 4202560 31 0 0 0 0 1 0 0 20 0 19 0 367901737 2780295168 232335 33554432000 1073741824 1073778376 140737347568784 140047929416168 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9390] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9390/stat : 9390 (java) S 9354 9356 9322 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367901738 2780295168 232335 33554432000 1073741824 1073778376 140737347568784 140047928362232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9391] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9391/stat : 9391 (java) S 9354 9356 9322 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367901738 2780295168 232335 33554432000 1073741824 1073778376 140737347568784 140047927309320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9393] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9393/stat : 9393 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 232335 33554432000 1073741824 1073778376 140737347568784 140047926257808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9395] ppid=9354 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/9356/task/9395/stat : 9395 (java) S 9354 9356 9322 0 -1 4202560 1833 0 0 0 19 0 0 0 20 0 19 0 367901742 2780295168 232335 33554432000 1073741824 1073778376 140737347568784 140047925205944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9397] ppid=9354 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/9356/task/9397/stat : 9397 (java) S 9354 9356 9322 0 -1 4202560 2356 0 0 0 17 0 0 0 20 0 19 0 367901742 2780295168 232335 33554432000 1073741824 1073778376 140737347568784 140047924153144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9399] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9399/stat : 9399 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 232335 33554432000 1073741824 1073778376 140737347568784 140047923100536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9401] ppid=9354 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/9356/task/9401/stat : 9401 (java) S 9354 9356 9322 0 -1 4202560 100 0 0 0 30 31 0 0 20 0 19 0 367901742 2780295168 232335 33554432000 1073741824 1073778376 140737347568784 140047922047944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9402] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9402/stat : 9402 (java) S 9354 9356 9322 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 367901748 2780295168 232335 33554432000 1073741824 1073778376 140737347568784 140047920993448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.96
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 1.71 3/213 9419
/proc/meminfo: memFree=25302236/32873648 swapFree=6864/6864
[pid=9356] ppid=9354 vsize=2715132 CPUtime=1786.12 cores=0,2,4,6
/proc/9356/stat : 9356 (java) S 9354 9356 9322 0 -1 4202496 10243 0 9 0 178524 88 0 0 20 0 19 0 367901730 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140737347559920 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9356/statm: 678783 237455 2240 9 0 669476 0
[pid=9356/tid=9359] ppid=9354 vsize=2715132 CPUtime=1781.07 cores=0,2,4,6
/proc/9356/task/9359/stat : 9359 (java) R 9354 9356 9322 0 -1 4202560 2955 0 4 0 178072 35 0 0 20 0 19 0 367901733 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048284351840 140048156804664 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0
[pid=9356/tid=9376] ppid=9354 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/9356/task/9376/stat : 9376 (java) S 9354 9356 9322 0 -1 4202560 287 0 0 0 43 6 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048150960680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9379] ppid=9354 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/9356/task/9379/stat : 9379 (java) S 9354 9356 9322 0 -1 4202560 434 0 0 0 40 5 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048149907880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9356/tid=9380] ppid=9354 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/9356/task/9380/stat : 9380 (java) S 9354 9356 9322 0 -1 4202560 148 0 0 0 48 4 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048148855080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9381] ppid=9354 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/9356/task/9381/stat : 9381 (java) S 9354 9356 9322 0 -1 4202560 203 0 0 0 52 7 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048147802280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9382] ppid=9354 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/9356/task/9382/stat : 9382 (java) S 9354 9356 9322 0 -1 4202560 144 0 0 0 47 6 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047944772648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9383] ppid=9354 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/9356/task/9383/stat : 9383 (java) S 9354 9356 9322 0 -1 4202560 204 0 0 0 56 7 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047943719848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9384] ppid=9354 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/9356/task/9384/stat : 9384 (java) S 9354 9356 9322 0 -1 4202560 177 0 0 0 43 6 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047942667048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9385] ppid=9354 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/9356/task/9385/stat : 9385 (java) S 9354 9356 9322 0 -1 4202560 190 0 0 0 42 6 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047941614248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9356/tid=9387] ppid=9354 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/9356/task/9387/stat : 9387 (java) S 9354 9356 9322 0 -1 4202560 33 0 0 0 0 2 0 0 20 0 19 0 367901737 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047929416168 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9390] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9390/stat : 9390 (java) S 9354 9356 9322 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367901738 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047928362232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9391] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9391/stat : 9391 (java) S 9354 9356 9322 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367901738 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047927309320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9393] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9393/stat : 9393 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047926257808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9395] ppid=9354 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/9356/task/9395/stat : 9395 (java) S 9354 9356 9322 0 -1 4202560 1833 0 0 0 19 0 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047925205944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9397] ppid=9354 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/9356/task/9397/stat : 9397 (java) S 9354 9356 9322 0 -1 4202560 2356 0 0 0 17 0 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047924153144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9399] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9399/stat : 9399 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047923100536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9401] ppid=9354 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/9356/task/9401/stat : 9401 (java) S 9354 9356 9322 0 -1 4202560 104 0 0 0 31 33 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047922047944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9402] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9402/stat : 9402 (java) S 9354 9356 9322 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 367901748 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047920993448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.12
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 1.94 2.01 1.71 2/189 9446
/proc/meminfo: memFree=25870900/32873648 swapFree=6864/6864
[pid=9356] ppid=9354 vsize=2715132 CPUtime=1800.02 cores=0,2,4,6
/proc/9356/stat : 9356 (java) S 9354 9356 9322 0 -1 4202496 10243 0 9 0 179914 88 0 0 20 0 19 0 367901730 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140737347559920 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9356/statm: 678783 237455 2240 9 0 669476 0
[pid=9356/tid=9359] ppid=9354 vsize=2715132 CPUtime=1794.97 cores=0,2,4,6
/proc/9356/task/9359/stat : 9359 (java) R 9354 9356 9322 0 -1 4202560 2955 0 4 0 179462 35 0 0 20 0 19 0 367901733 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048284351840 140048156804591 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0
[pid=9356/tid=9376] ppid=9354 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/9356/task/9376/stat : 9376 (java) S 9354 9356 9322 0 -1 4202560 287 0 0 0 43 6 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048150960680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9379] ppid=9354 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/9356/task/9379/stat : 9379 (java) S 9354 9356 9322 0 -1 4202560 434 0 0 0 40 5 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048149907880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9356/tid=9380] ppid=9354 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/9356/task/9380/stat : 9380 (java) S 9354 9356 9322 0 -1 4202560 148 0 0 0 48 4 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048148855080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9381] ppid=9354 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/9356/task/9381/stat : 9381 (java) S 9354 9356 9322 0 -1 4202560 203 0 0 0 52 7 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048147802280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9382] ppid=9354 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/9356/task/9382/stat : 9382 (java) S 9354 9356 9322 0 -1 4202560 144 0 0 0 47 6 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047944772648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9383] ppid=9354 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/9356/task/9383/stat : 9383 (java) S 9354 9356 9322 0 -1 4202560 204 0 0 0 56 7 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047943719848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9384] ppid=9354 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/9356/task/9384/stat : 9384 (java) S 9354 9356 9322 0 -1 4202560 177 0 0 0 43 6 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047942667048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9385] ppid=9354 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/9356/task/9385/stat : 9385 (java) S 9354 9356 9322 0 -1 4202560 190 0 0 0 42 6 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047941614248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9356/tid=9387] ppid=9354 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/9356/task/9387/stat : 9387 (java) S 9354 9356 9322 0 -1 4202560 33 0 0 0 0 2 0 0 20 0 19 0 367901737 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047929416168 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9390] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9390/stat : 9390 (java) S 9354 9356 9322 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367901738 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047928362232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9391] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9391/stat : 9391 (java) S 9354 9356 9322 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367901738 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047927309320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9393] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9393/stat : 9393 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047926257808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9395] ppid=9354 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/9356/task/9395/stat : 9395 (java) S 9354 9356 9322 0 -1 4202560 1833 0 0 0 19 0 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047925205944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9397] ppid=9354 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/9356/task/9397/stat : 9397 (java) S 9354 9356 9322 0 -1 4202560 2356 0 0 0 17 0 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047924153144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9399] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9399/stat : 9399 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047923100536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9401] ppid=9354 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/9356/task/9401/stat : 9401 (java) S 9354 9356 9322 0 -1 4202560 104 0 0 0 32 33 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047922047944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9402] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9402/stat : 9402 (java) S 9354 9356 9322 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 367901748 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047920993448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1796.2 s]
/proc/loadavg: 1.94 2.01 1.71 2/189 9446
/proc/meminfo: memFree=25870900/32873648 swapFree=6864/6864
[pid=9356] ppid=9354 vsize=2715132 CPUtime=1800.02 cores=0,2,4,6
/proc/9356/stat : 9356 (java) S 9354 9356 9322 0 -1 4202496 10243 0 9 0 179914 88 0 0 20 0 19 0 367901730 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140737347559920 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9356/statm: 678783 237455 2240 9 0 669476 0
[pid=9356/tid=9359] ppid=9354 vsize=2715132 CPUtime=1794.97 cores=0,2,4,6
/proc/9356/task/9359/stat : 9359 (java) R 9354 9356 9322 0 -1 4202560 2955 0 4 0 179462 35 0 0 20 0 19 0 367901733 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048284351840 140048156804591 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0
[pid=9356/tid=9376] ppid=9354 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/9356/task/9376/stat : 9376 (java) S 9354 9356 9322 0 -1 4202560 287 0 0 0 43 6 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048150960680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9379] ppid=9354 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/9356/task/9379/stat : 9379 (java) S 9354 9356 9322 0 -1 4202560 434 0 0 0 40 5 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048149907880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9356/tid=9380] ppid=9354 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/9356/task/9380/stat : 9380 (java) S 9354 9356 9322 0 -1 4202560 148 0 0 0 48 4 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048148855080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9381] ppid=9354 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/9356/task/9381/stat : 9381 (java) S 9354 9356 9322 0 -1 4202560 203 0 0 0 52 7 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140048147802280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9382] ppid=9354 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/9356/task/9382/stat : 9382 (java) S 9354 9356 9322 0 -1 4202560 144 0 0 0 47 6 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047944772648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9383] ppid=9354 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/9356/task/9383/stat : 9383 (java) S 9354 9356 9322 0 -1 4202560 204 0 0 0 56 7 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047943719848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9384] ppid=9354 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/9356/task/9384/stat : 9384 (java) S 9354 9356 9322 0 -1 4202560 177 0 0 0 43 6 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047942667048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9385] ppid=9354 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/9356/task/9385/stat : 9385 (java) S 9354 9356 9322 0 -1 4202560 190 0 0 0 42 6 0 0 20 0 19 0 367901736 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047941614248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9356/tid=9387] ppid=9354 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/9356/task/9387/stat : 9387 (java) S 9354 9356 9322 0 -1 4202560 33 0 0 0 0 2 0 0 20 0 19 0 367901737 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047929416168 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9390] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9390/stat : 9390 (java) S 9354 9356 9322 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367901738 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047928362232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9391] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9391/stat : 9391 (java) S 9354 9356 9322 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367901738 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047927309320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9393] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9393/stat : 9393 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047926257808 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9395] ppid=9354 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/9356/task/9395/stat : 9395 (java) S 9354 9356 9322 0 -1 4202560 1833 0 0 0 19 0 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047925205944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9356/tid=9397] ppid=9354 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/9356/task/9397/stat : 9397 (java) S 9354 9356 9322 0 -1 4202560 2356 0 0 0 17 0 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047924153144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9399] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9399/stat : 9399 (java) S 9354 9356 9322 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047923100536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9356/tid=9401] ppid=9354 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/9356/task/9401/stat : 9401 (java) S 9354 9356 9322 0 -1 4202560 104 0 0 0 32 33 0 0 20 0 19 0 367901742 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047922047944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9356/tid=9402] ppid=9354 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9356/task/9402/stat : 9402 (java) S 9354 9356 9322 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 367901748 2780295168 237455 33554432000 1073741824 1073778376 140737347568784 140047920993448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1796.3
CPU time (s): 1800.63
CPU user time (s): 1799.32
CPU system time (s): 1.3148
CPU usage (%): 100.241
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 1.3148
maximum resident set size= 950008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10296
page faults= 9
swaps= 0
block input operations= 1784
block output operations= 1104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38415
involuntary context switches= 9170

runsolver used 6.29904 second user time and 15.0937 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-06 23:22:43
IDJOB=3733517
IDBENCH=2557
IDSOLVER=2322
FILE ID=node125/3733517-1339017763
RUNJOBID= node125-1339017762-9338
PBS_JOBID= 14643290
Free space on /tmp= 70788 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-cuww3.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733517-1339017763/watcher-3733517-1339017763 -o /tmp/evaluation-result-3733517-1339017763/solver-3733517-1339017763 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3733517-1339017763.opb

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

MD5SUM BENCH= c67056006c43da82eed6e7cbb40287a1
RANDOM SEED=651094626

node125.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.373
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.74
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.373
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.373
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	: 5331.92
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.373
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.90
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.373
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.373
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.54
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.373
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.373
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:        26813664 kB
Buffers:          616160 kB
Cached:          4532380 kB
SwapCached:         2256 kB
Active:          2181384 kB
Inactive:        2981820 kB
Active(anon):       5816 kB
Inactive(anon):     9668 kB
Active(file):    2175568 kB
Inactive(file):  2972152 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102620 kB
Dirty:               908 kB
Writeback:             0 kB
AnonPages:         15528 kB
Mapped:            13344 kB
Shmem:                96 kB
Slab:             759920 kB
SReclaimable:     203868 kB
SUnreclaim:       556052 kB
KernelStack:        1376 kB
PageTables:         3872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     108304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70788 MiB
End job on node125 at 2012-06-06 23:52:41