Trace number 3455787

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.26 1795.67

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_5_80.opb
MD5SUMd5640996c15a8815d620b5d6c220fea1
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75000
Sum of products size (including duplicates)150000
Number of different products37500
Sum of products size75000

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.08/0.10	c Pseudo Boolean Optimization
0.08/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.10	c No reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483s
0.08/0.10	c DB Simplification allowed=false
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3455787-1307227215.opb
0.08/0.10	c reading problem ... 
1.60/0.82	c ... done. Wall clock time 0.718s.
1.60/0.82	c #vars     38500
1.60/0.82	c #constraints  76503
1.60/0.82	c constraints type 
1.60/0.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.60/0.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37500
1.60/0.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1.60/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37500
1800.08/1795.53	c starts		: 10
1800.08/1795.53	c conflicts		: 1640
1800.08/1795.53	c decisions		: 67411
1800.08/1795.53	c propagations		: 1651670
1800.08/1795.53	c inspects		: 29032142
1800.08/1795.53	c shortcuts		: 0
1800.08/1795.53	c learnt literals	: 0
1800.08/1795.53	c learnt binary clauses	: 0
1800.08/1795.53	c learnt ternary clauses	: 0
1800.08/1795.53	c learnt constraints	: 1639
1800.08/1795.53	c ignored constraints	: 0
1800.08/1795.53	c root simplifications	: 0
1800.08/1795.53	c removed literals (reason simplification)	: 0
1800.08/1795.53	c reason swapping (by a shorter reason)	: 0
1800.08/1795.53	c Calls to reduceDB	: 0
1800.08/1795.53	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.53	c number of learned constraints concerned by reduction	: 0
1800.08/1795.53	c number of learning phase by resolution	: 0
1800.08/1795.53	c number of learning phase by cutting planes	: 0
1800.08/1795.53	c speed (assignments/second)	: 920.301665176171
1800.08/1795.53	c non guided choices	37915
1800.08/1795.53	c learnt constraints type 
1800.08/1795.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.08/1795.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1638
1800.08/1795.53	c constraints type 
1800.08/1795.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.08/1795.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37500
1800.08/1795.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.08/1795.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37500
1800.08/1795.53	s UNKNOWN
1800.08/1795.53	c Total wall clock time (in seconds): 1795.425

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.19 2.09 2.02 2/532 22123
/proc/meminfo: memFree=15453368/32950940 swapFree=67111364/67111528
[pid=22123] ppid=22121 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/22123/stat : 22123 (java) S 22121 22123 19289 0 -1 4202496 4684 0 1 0 0 0 0 0 25 0 2 0 912952248 10694979584 4385 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/22123/statm: 2611079 4398 917 9 0 2602235 0
[pid=22123/tid=22124] ppid=22121 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22124/stat : 22124 (java) R 22121 22123 19289 0 -1 4202560 7846 0 1 0 0 0 0 0 25 0 2 0 912952248 10694979584 8662 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 215988286523 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.087323 s]
/proc/loadavg: 2.19 2.09 2.02 2/532 22123
/proc/meminfo: memFree=15453368/32950940 swapFree=67111364/67111528
[pid=22123] ppid=22121 vsize=10539412 CPUtime=0.08 cores=0,2,4,6
/proc/22123/stat : 22123 (java) S 22121 22123 19289 0 -1 4202496 12681 0 1 0 7 1 0 0 25 0 18 0 912952248 10792357888 12377 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22123/statm: 2634853 12377 2058 9 0 2625587 0
[pid=22123/tid=22124] ppid=22121 vsize=10539412 CPUtime=0.07 cores=0,2,4,6
/proc/22123/task/22124/stat : 22124 (java) R 22121 22123 19289 0 -1 4202560 10989 0 1 0 6 1 0 0 25 0 18 0 912952248 10792357888 12377 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 215988635831 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10539412

[startup+0.108964 s]
/proc/loadavg: 2.19 2.09 2.02 2/532 22123
/proc/meminfo: memFree=15453368/32950940 swapFree=67111364/67111528
[pid=22123] ppid=22121 vsize=10540004 CPUtime=0.12 cores=0,2,4,6
/proc/22123/stat : 22123 (java) S 22121 22123 19289 0 -1 4202496 13241 0 1 0 11 1 0 0 25 0 18 0 912952248 10792964096 12937 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22123/statm: 2635001 12938 2125 9 0 2625735 0
[pid=22123/tid=22124] ppid=22121 vsize=10540004 CPUtime=0.09 cores=0,2,4,6
/proc/22123/task/22124/stat : 22124 (java) R 22121 22123 19289 0 -1 4202560 11307 0 1 0 8 1 0 0 25 0 18 0 912952248 10792964096 12938 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000419147 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540004

[startup+0.300929 s]
/proc/loadavg: 2.19 2.09 2.02 2/532 22123
/proc/meminfo: memFree=15453368/32950940 swapFree=67111364/67111528
[pid=22123] ppid=22121 vsize=10542104 CPUtime=0.44 cores=0,2,4,6
/proc/22123/stat : 22123 (java) S 22121 22123 19289 0 -1 4202496 15322 0 1 0 43 1 0 0 25 0 18 0 912952248 10795114496 14971 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22123/statm: 2635526 14971 2207 9 0 2626260 0
[pid=22123/tid=22124] ppid=22121 vsize=10542104 CPUtime=0.28 cores=0,2,4,6
/proc/22123/task/22124/stat : 22124 (java) R 22121 22123 19289 0 -1 4202560 12719 0 1 0 27 1 0 0 25 0 18 0 912952248 10795114496 14971 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 47760426049825 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10542104

[startup+0.70092 s]
/proc/loadavg: 2.19 2.09 2.02 2/532 22123
/proc/meminfo: memFree=15453368/32950940 swapFree=67111364/67111528
[pid=22123] ppid=22121 vsize=10553248 CPUtime=1.5 cores=0,2,4,6
/proc/22123/stat : 22123 (java) S 22121 22123 19289 0 -1 4202496 39034 0 1 0 144 6 0 0 25 0 18 0 912952248 10806525952 36340 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22123/statm: 2638312 36345 2227 9 0 2629046 0
[pid=22123/tid=22124] ppid=22121 vsize=10553248 CPUtime=0.68 cores=0,2,4,6
/proc/22123/task/22124/stat : 22124 (java) R 22121 22123 19289 0 -1 4202560 29905 0 1 0 64 4 0 0 25 0 18 0 912952248 10806525952 36348 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 46912505564530 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 10553248

[startup+1.5008 s]
/proc/loadavg: 2.19 2.09 2.02 3/551 22147
/proc/meminfo: memFree=15263256/32950940 swapFree=67111364/67111528
[pid=22123] ppid=22121 vsize=10554276 CPUtime=2.78 cores=0,2,4,6
/proc/22123/stat : 22123 (java) S 22121 22123 19289 0 -1 4202496 59396 0 1 0 269 9 0 0 25 0 19 0 912952248 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22123/statm: 2638569 55819 2235 9 0 2629303 0
[pid=22123/tid=22124] ppid=22121 vsize=10554276 CPUtime=1.48 cores=0,2,4,6
/proc/22123/task/22124/stat : 22124 (java) R 22121 22123 19289 0 -1 4202560 49287 0 1 0 141 7 0 0 25 0 19 0 912952248 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 46912505510029 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22123/tid=22126] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22126/stat : 22126 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22127] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22127/stat : 22127 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22128] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22128/stat : 22128 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22129] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22129/stat : 22129 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22131] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22131/stat : 22131 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22132] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22132/stat : 22132 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22134] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22134/stat : 22134 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22135] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22135/stat : 22135 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22136] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22136/stat : 22136 (java) S 22121 22123 19289 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 912952251 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 0 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22137] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22137/stat : 22137 (java) S 22121 22123 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912952251 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22138] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22138/stat : 22138 (java) S 22121 22123 19289 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 912952251 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22140] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22140/stat : 22140 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952253 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000416177 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22141] ppid=22121 vsize=10554276 CPUtime=0.64 cores=0,2,4,6
/proc/22123/task/22141/stat : 22141 (java) S 22121 22123 19289 0 -1 4202560 3941 0 0 0 64 0 0 0 15 0 19 0 912952253 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22143] ppid=22121 vsize=10554276 CPUtime=0.62 cores=0,2,4,6
/proc/22123/task/22143/stat : 22143 (java) S 22121 22123 19289 0 -1 4202560 5006 0 0 0 62 0 0 0 15 0 19 0 912952253 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 2 0 0 0
[pid=22123/tid=22144] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22144/stat : 22144 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952253 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22146] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22146/stat : 22146 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912952253 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22147] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22147/stat : 22147 (java) S 22121 22123 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912952333 10807578624 55819 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 10554276

[startup+3.10152 s]
/proc/loadavg: 2.19 2.09 2.02 3/551 22147
/proc/meminfo: memFree=15193196/32950940 swapFree=67111364/67111528
[pid=22123] ppid=22121 vsize=10554276 CPUtime=4.45 cores=0,2,4,6
/proc/22123/stat : 22123 (java) S 22121 22123 19289 0 -1 4202496 86077 0 1 0 434 11 0 0 25 0 19 0 912952248 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22123/statm: 2638569 82499 2235 9 0 2629303 0
[pid=22123/tid=22124] ppid=22121 vsize=10554276 CPUtime=3.09 cores=0,2,4,6
/proc/22123/task/22124/stat : 22124 (java) R 22121 22123 19289 0 -1 4202560 75960 0 1 0 299 10 0 0 25 0 19 0 912952248 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 46912505882322 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22123/tid=22126] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22126/stat : 22126 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22127] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22127/stat : 22127 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22128] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22128/stat : 22128 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22129] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22129/stat : 22129 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22131] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22131/stat : 22131 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22132] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22132/stat : 22132 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22134] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22134/stat : 22134 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22135] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22135/stat : 22135 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22136] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22136/stat : 22136 (java) S 22121 22123 19289 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 912952251 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 0 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22137] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22137/stat : 22137 (java) S 22121 22123 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912952251 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22138] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22138/stat : 22138 (java) S 22121 22123 19289 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 912952251 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22140] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22140/stat : 22140 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952253 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000416177 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22141] ppid=22121 vsize=10554276 CPUtime=0.69 cores=0,2,4,6
/proc/22123/task/22141/stat : 22141 (java) S 22121 22123 19289 0 -1 4202560 3947 0 0 0 69 0 0 0 15 0 19 0 912952253 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22143] ppid=22121 vsize=10554276 CPUtime=0.64 cores=0,2,4,6
/proc/22123/task/22143/stat : 22143 (java) S 22121 22123 19289 0 -1 4202560 5008 0 0 0 64 0 0 0 15 0 19 0 912952253 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 2 0 0 0
[pid=22123/tid=22144] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22144/stat : 22144 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952253 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22146] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22146/stat : 22146 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912952253 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22147] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22147/stat : 22147 (java) S 22121 22123 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912952333 10807578624 82499 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 10554276

[startup+6.30083 s]
/proc/loadavg: 2.17 2.09 2.02 3/551 22147
/proc/meminfo: memFree=14993612/32950940 swapFree=67111364/67111528
[pid=22123] ppid=22121 vsize=10554276 CPUtime=7.8 cores=0,2,4,6
/proc/22123/stat : 22123 (java) S 22121 22123 19289 0 -1 4202496 124739 0 1 0 763 17 0 0 25 0 19 0 912952248 10807578624 120169 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22123/statm: 2638569 120169 2237 9 0 2629303 0
[pid=22123/tid=22124] ppid=22121 vsize=10554276 CPUtime=6.28 cores=0,2,4,6
/proc/22123/task/22124/stat : 22124 (java) R 22121 22123 19289 0 -1 4202560 113620 0 1 0 613 15 0 0 25 0 19 0 912952248 10807578624 120169 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 46912506204272 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22123/tid=22126] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22126/stat : 22126 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 120170 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22127] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22127/stat : 22127 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 120171 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22128] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22128/stat : 22128 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 120171 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22129] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22129/stat : 22129 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 120171 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22131] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22131/stat : 22131 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 120171 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22132] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22132/stat : 22132 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 120171 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22134] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22134/stat : 22134 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 120171 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22135] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22135/stat : 22135 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952250 10807578624 120171 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22136] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22136/stat : 22136 (java) S 22121 22123 19289 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 912952251 10807578624 120172 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 0 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22137] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22137/stat : 22137 (java) S 22121 22123 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912952251 10807578624 120172 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22138] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22138/stat : 22138 (java) S 22121 22123 19289 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 912952251 10807578624 120172 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22140] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22140/stat : 22140 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952253 10807578624 120172 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000416177 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22141] ppid=22121 vsize=10554276 CPUtime=0.72 cores=0,2,4,6
/proc/22123/task/22141/stat : 22141 (java) S 22121 22123 19289 0 -1 4202560 3950 0 0 0 72 0 0 0 15 0 19 0 912952253 10807578624 120172 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22143] ppid=22121 vsize=10554276 CPUtime=0.78 cores=0,2,4,6
/proc/22123/task/22143/stat : 22143 (java) S 22121 22123 19289 0 -1 4202560 6006 0 0 0 77 1 0 0 15 0 19 0 912952253 10807578624 120172 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 2 0 0 0

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

/proc/22123/task/22137/stat : 22137 (java) S 22121 22123 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912952251 10807578624 921804 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22138] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22138/stat : 22138 (java) S 22121 22123 19289 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 912952251 10807578624 921804 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22140] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22140/stat : 22140 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952253 10807578624 921804 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000416177 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22141] ppid=22121 vsize=10554276 CPUtime=0.77 cores=0,2,4,6
/proc/22123/task/22141/stat : 22141 (java) S 22121 22123 19289 0 -1 4202560 3962 0 0 0 77 0 0 0 15 0 19 0 912952253 10807578624 921804 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22143] ppid=22121 vsize=10554276 CPUtime=1.15 cores=0,2,4,6
/proc/22123/task/22143/stat : 22143 (java) S 22121 22123 19289 0 -1 4202560 7804 0 0 0 114 1 0 0 16 0 19 0 912952253 10807578624 921804 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 2 0 0 0
[pid=22123/tid=22144] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22144/stat : 22144 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952253 10807578624 921804 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22146] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22146/stat : 22146 (java) S 22121 22123 19289 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 912952253 10807578624 921804 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22147] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22147/stat : 22147 (java) S 22121 22123 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912952333 10807578624 921804 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1666.78
Current children cumulated vsize (KiB) 10554276

[startup+1722.3 s]
/proc/loadavg: 2.17 2.07 2.01 3/551 22603
/proc/meminfo: memFree=11663380/32950940 swapFree=67111364/67111528
[pid=22123] ppid=22121 vsize=10554276 CPUtime=1726.82 cores=0,2,4,6
/proc/22123/stat : 22123 (java) S 22121 22123 19289 0 -1 4202496 929615 0 1 0 172565 117 0 0 25 0 19 0 912952248 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22123/statm: 2638569 922130 2251 9 0 2629303 0
[pid=22123/tid=22124] ppid=22121 vsize=10554276 CPUtime=1720.7 cores=0,2,4,6
/proc/22123/task/22124/stat : 22124 (java) R 22121 22123 19289 0 -1 4202560 785575 0 1 0 171978 92 0 0 25 0 19 0 912952248 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 46912506204067 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22123/tid=22126] ppid=22121 vsize=10554276 CPUtime=0.49 cores=0,2,4,6
/proc/22123/task/22126/stat : 22126 (java) S 22121 22123 19289 0 -1 4202560 23530 0 0 0 45 4 0 0 15 0 19 0 912952250 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22127] ppid=22121 vsize=10554276 CPUtime=0.43 cores=0,2,4,6
/proc/22123/task/22127/stat : 22127 (java) S 22121 22123 19289 0 -1 4202560 13532 0 0 0 41 2 0 0 15 0 19 0 912952250 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22128] ppid=22121 vsize=10554276 CPUtime=0.47 cores=0,2,4,6
/proc/22123/task/22128/stat : 22128 (java) S 22121 22123 19289 0 -1 4202560 5937 0 0 0 47 0 0 0 15 0 19 0 912952250 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22129] ppid=22121 vsize=10554276 CPUtime=0.52 cores=0,2,4,6
/proc/22123/task/22129/stat : 22129 (java) S 22121 22123 19289 0 -1 4202560 9601 0 0 0 51 1 0 0 16 0 19 0 912952250 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22131] ppid=22121 vsize=10554276 CPUtime=0.48 cores=0,2,4,6
/proc/22123/task/22131/stat : 22131 (java) S 22121 22123 19289 0 -1 4202560 12192 0 0 0 47 1 0 0 15 0 19 0 912952250 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22132] ppid=22121 vsize=10554276 CPUtime=0.49 cores=0,2,4,6
/proc/22123/task/22132/stat : 22132 (java) S 22121 22123 19289 0 -1 4202560 7022 0 0 0 48 1 0 0 16 0 19 0 912952250 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 2 0 0 0
[pid=22123/tid=22134] ppid=22121 vsize=10554276 CPUtime=0.61 cores=0,2,4,6
/proc/22123/task/22134/stat : 22134 (java) S 22121 22123 19289 0 -1 4202560 33183 0 0 0 57 4 0 0 15 0 19 0 912952250 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22135] ppid=22121 vsize=10554276 CPUtime=0.55 cores=0,2,4,6
/proc/22123/task/22135/stat : 22135 (java) S 22121 22123 19289 0 -1 4202560 25919 0 0 0 52 3 0 0 15 0 19 0 912952250 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22136] ppid=22121 vsize=10554276 CPUtime=0.04 cores=0,2,4,6
/proc/22123/task/22136/stat : 22136 (java) S 22121 22123 19289 0 -1 4202560 107 0 0 0 2 2 0 0 15 0 19 0 912952251 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 0 0 16800975 18446604450785780672 0 0 -1 2 0 0 0
[pid=22123/tid=22137] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22137/stat : 22137 (java) S 22121 22123 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912952251 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22138] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22138/stat : 22138 (java) S 22121 22123 19289 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 912952251 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22140] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22140/stat : 22140 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952253 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000416177 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22141] ppid=22121 vsize=10554276 CPUtime=0.77 cores=0,2,4,6
/proc/22123/task/22141/stat : 22141 (java) S 22121 22123 19289 0 -1 4202560 3962 0 0 0 77 0 0 0 15 0 19 0 912952253 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22143] ppid=22121 vsize=10554276 CPUtime=1.15 cores=0,2,4,6
/proc/22123/task/22143/stat : 22143 (java) S 22121 22123 19289 0 -1 4202560 7804 0 0 0 114 1 0 0 16 0 19 0 912952253 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 2 0 0 0
[pid=22123/tid=22144] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22144/stat : 22144 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952253 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22146] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22146/stat : 22146 (java) S 22121 22123 19289 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 912952253 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22147] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22147/stat : 22147 (java) S 22121 22123 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912952333 10807578624 922130 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1726.82
Current children cumulated vsize (KiB) 10554276

[startup+1782.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/551 22606
/proc/meminfo: memFree=11652180/32950940 swapFree=67111364/67111528
[pid=22123] ppid=22121 vsize=10554276 CPUtime=1786.86 cores=0,2,4,6
/proc/22123/stat : 22123 (java) S 22121 22123 19289 0 -1 4202496 929980 0 1 0 178568 118 0 0 25 0 19 0 912952248 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22123/statm: 2638569 922473 2251 9 0 2629303 0
[pid=22123/tid=22124] ppid=22121 vsize=10554276 CPUtime=1780.66 cores=0,2,4,6
/proc/22123/task/22124/stat : 22124 (java) R 22121 22123 19289 0 -1 4202560 785588 0 1 0 177974 92 0 0 25 0 19 0 912952248 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 46912506203862 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22123/tid=22126] ppid=22121 vsize=10554276 CPUtime=0.5 cores=0,2,4,6
/proc/22123/task/22126/stat : 22126 (java) S 22121 22123 19289 0 -1 4202560 23537 0 0 0 46 4 0 0 15 0 19 0 912952250 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22127] ppid=22121 vsize=10554276 CPUtime=0.43 cores=0,2,4,6
/proc/22123/task/22127/stat : 22127 (java) S 22121 22123 19289 0 -1 4202560 13536 0 0 0 41 2 0 0 15 0 19 0 912952250 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22128] ppid=22121 vsize=10554276 CPUtime=0.49 cores=0,2,4,6
/proc/22123/task/22128/stat : 22128 (java) S 22121 22123 19289 0 -1 4202560 5945 0 0 0 48 1 0 0 15 0 19 0 912952250 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22129] ppid=22121 vsize=10554276 CPUtime=0.54 cores=0,2,4,6
/proc/22123/task/22129/stat : 22129 (java) S 22121 22123 19289 0 -1 4202560 9665 0 0 0 53 1 0 0 15 0 19 0 912952250 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 2 0 0 0
[pid=22123/tid=22131] ppid=22121 vsize=10554276 CPUtime=0.49 cores=0,2,4,6
/proc/22123/task/22131/stat : 22131 (java) S 22121 22123 19289 0 -1 4202560 12337 0 0 0 48 1 0 0 15 0 19 0 912952250 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22132] ppid=22121 vsize=10554276 CPUtime=0.5 cores=0,2,4,6
/proc/22123/task/22132/stat : 22132 (java) S 22121 22123 19289 0 -1 4202560 7027 0 0 0 49 1 0 0 15 0 19 0 912952250 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 2 0 0 0
[pid=22123/tid=22134] ppid=22121 vsize=10554276 CPUtime=0.62 cores=0,2,4,6
/proc/22123/task/22134/stat : 22134 (java) S 22121 22123 19289 0 -1 4202560 33279 0 0 0 58 4 0 0 15 0 19 0 912952250 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22135] ppid=22121 vsize=10554276 CPUtime=0.56 cores=0,2,4,6
/proc/22123/task/22135/stat : 22135 (java) S 22121 22123 19289 0 -1 4202560 25934 0 0 0 53 3 0 0 15 0 19 0 912952250 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22136] ppid=22121 vsize=10554276 CPUtime=0.04 cores=0,2,4,6
/proc/22123/task/22136/stat : 22136 (java) S 22121 22123 19289 0 -1 4202560 111 0 0 0 2 2 0 0 15 0 19 0 912952251 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 0 0 16800975 18446604450785780672 0 0 -1 2 0 0 0
[pid=22123/tid=22137] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22137/stat : 22137 (java) S 22121 22123 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912952251 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22138] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22138/stat : 22138 (java) S 22121 22123 19289 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 912952251 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22140] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22140/stat : 22140 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952253 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000416177 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22141] ppid=22121 vsize=10554276 CPUtime=0.77 cores=0,2,4,6
/proc/22123/task/22141/stat : 22141 (java) S 22121 22123 19289 0 -1 4202560 3962 0 0 0 77 0 0 0 15 0 19 0 912952253 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22143] ppid=22121 vsize=10554276 CPUtime=1.15 cores=0,2,4,6
/proc/22123/task/22143/stat : 22143 (java) S 22121 22123 19289 0 -1 4202560 7804 0 0 0 114 1 0 0 16 0 19 0 912952253 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 2 0 0 0
[pid=22123/tid=22144] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22144/stat : 22144 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952253 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22146] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22146/stat : 22146 (java) S 22121 22123 19289 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 912952253 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22147] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22147/stat : 22147 (java) S 22121 22123 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912952333 10807578624 922473 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1786.86
Current children cumulated vsize (KiB) 10554276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.09 2.07 2.01 3/551 22606
/proc/meminfo: memFree=11651924/32950940 swapFree=67111364/67111528
[pid=22123] ppid=22121 vsize=10554276 CPUtime=1800.08 cores=0,2,4,6
/proc/22123/stat : 22123 (java) S 22121 22123 19289 0 -1 4202496 929989 0 1 0 179890 118 0 0 25 0 19 0 912952248 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22123/statm: 2638569 922480 2251 9 0 2629303 0
[pid=22123/tid=22124] ppid=22121 vsize=10554276 CPUtime=1793.87 cores=0,2,4,6
/proc/22123/task/22124/stat : 22124 (java) R 22121 22123 19289 0 -1 4202560 785590 0 1 0 179295 92 0 0 25 0 19 0 912952248 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 46912505600497 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22123/tid=22126] ppid=22121 vsize=10554276 CPUtime=0.5 cores=0,2,4,6
/proc/22123/task/22126/stat : 22126 (java) S 22121 22123 19289 0 -1 4202560 23538 0 0 0 46 4 0 0 15 0 19 0 912952250 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22127] ppid=22121 vsize=10554276 CPUtime=0.43 cores=0,2,4,6
/proc/22123/task/22127/stat : 22127 (java) S 22121 22123 19289 0 -1 4202560 13536 0 0 0 41 2 0 0 16 0 19 0 912952250 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22128] ppid=22121 vsize=10554276 CPUtime=0.49 cores=0,2,4,6
/proc/22123/task/22128/stat : 22128 (java) S 22121 22123 19289 0 -1 4202560 5945 0 0 0 48 1 0 0 15 0 19 0 912952250 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22129] ppid=22121 vsize=10554276 CPUtime=0.54 cores=0,2,4,6
/proc/22123/task/22129/stat : 22129 (java) S 22121 22123 19289 0 -1 4202560 9666 0 0 0 53 1 0 0 16 0 19 0 912952250 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 2 0 0 0
[pid=22123/tid=22131] ppid=22121 vsize=10554276 CPUtime=0.49 cores=0,2,4,6
/proc/22123/task/22131/stat : 22131 (java) S 22121 22123 19289 0 -1 4202560 12339 0 0 0 48 1 0 0 16 0 19 0 912952250 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22132] ppid=22121 vsize=10554276 CPUtime=0.5 cores=0,2,4,6
/proc/22123/task/22132/stat : 22132 (java) S 22121 22123 19289 0 -1 4202560 7029 0 0 0 49 1 0 0 16 0 19 0 912952250 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22134] ppid=22121 vsize=10554276 CPUtime=0.62 cores=0,2,4,6
/proc/22123/task/22134/stat : 22134 (java) S 22121 22123 19289 0 -1 4202560 33280 0 0 0 58 4 0 0 15 0 19 0 912952250 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22135] ppid=22121 vsize=10554276 CPUtime=0.56 cores=0,2,4,6
/proc/22123/task/22135/stat : 22135 (java) S 22121 22123 19289 0 -1 4202560 25934 0 0 0 53 3 0 0 15 0 19 0 912952250 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22136] ppid=22121 vsize=10554276 CPUtime=0.04 cores=0,2,4,6
/proc/22123/task/22136/stat : 22136 (java) S 22121 22123 19289 0 -1 4202560 111 0 0 0 2 2 0 0 15 0 19 0 912952251 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 0 0 16800975 18446604450785780672 0 0 -1 2 0 0 0
[pid=22123/tid=22137] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22137/stat : 22137 (java) S 22121 22123 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912952251 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22138] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22138/stat : 22138 (java) S 22121 22123 19289 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 912952251 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22140] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22140/stat : 22140 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952253 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000416177 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22141] ppid=22121 vsize=10554276 CPUtime=0.77 cores=0,2,4,6
/proc/22123/task/22141/stat : 22141 (java) S 22121 22123 19289 0 -1 4202560 3962 0 0 0 77 0 0 0 15 0 19 0 912952253 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 4 0 0 0
[pid=22123/tid=22143] ppid=22121 vsize=10554276 CPUtime=1.15 cores=0,2,4,6
/proc/22123/task/22143/stat : 22143 (java) S 22121 22123 19289 0 -1 4202560 7804 0 0 0 114 1 0 0 16 0 19 0 912952253 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 2 0 0 0
[pid=22123/tid=22144] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22144/stat : 22144 (java) S 22121 22123 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912952253 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000408473 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
[pid=22123/tid=22146] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22146/stat : 22146 (java) S 22121 22123 19289 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 912952253 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 4 0 16800975 18446604450785780672 0 0 -1 0 0 0 0
[pid=22123/tid=22147] ppid=22121 vsize=10554276 CPUtime=0 cores=0,2,4,6
/proc/22123/task/22147/stat : 22147 (java) S 22121 22123 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912952333 10807578624 922480 33554432000 1073741824 1073778376 140735730018416 18446744073709551615 216000409088 0 4 0 16800975 18446604450785780672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10554276

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

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

[startup+1795.63 s]
/proc/loadavg: 2.09 2.07 2.01 3/551 22606
/proc/meminfo: memFree=11651924/32950940 swapFree=67111364/67111528
[pid=22123] ppid=22121 vsize=0 CPUtime=1800.2 cores=0,2,4,6
/proc/22123/stat : 22123 (java) Z 22121 22123 19289 0 -1 4203548 930024 0 1 0 179893 127 0 0 17 0 2 0 912952248 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22123/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.67
CPU time (s): 1800.26
CPU user time (s): 1798.93
CPU system time (s): 1.3248
CPU usage (%): 100.255
Max. virtual memory (cumulated for all children) (KiB): 10554276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.3248
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 930024
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= 44607
involuntary context switches= 35439

runsolver used 9.70053 second user time and 21.2318 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-05 00:40:15
IDJOB=3455787
IDBENCH=48304
IDSOLVER=1951
FILE ID=node117/3455787-1307227215
RUNJOBID= node117-1307225397-21707
PBS_JOBID= 13509044
Free space on /tmp= 73628 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_5_80.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455787-1307227215/watcher-3455787-1307227215 -o /tmp/evaluation-result-3455787-1307227215/solver-3455787-1307227215 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455787-1307227215.opb

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

MD5SUM BENCH= d5640996c15a8815d620b5d6c220fea1
RANDOM SEED=1937107973

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      15453524 kB
Buffers:        380440 kB
Cached:        3210104 kB
SwapCached:          0 kB
Active:       13994172 kB
Inactive:      3098676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      15453524 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1560 kB
Writeback:           0 kB
AnonPages:    13502264 kB
Mapped:          50300 kB
Slab:           270428 kB
PageTables:      65416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 159862212 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73628 MiB
End job on node117 at 2011-06-05 01:10:12