Trace number 3455937

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.33 1793.22

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=397-P1=307-P2=37-P3=127-P4=401-P5=331-B.opb
MD5SUM6d677c4de75200a225209ed048e7b96e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.149976
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables135
Total number of constraints11
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 constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.10	c version 2.3.1.v20110525
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.18-164.el5
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		9996466904
0.00/0.10	c Max memory 		10048897024
0.00/0.10	c Total memory 		10048897024
0.00/0.10	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455937-1307225448.opb
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.066s.
0.10/0.18	c #vars     540
0.10/0.18	c #constraints  826
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
30.44/28.58	c cleaning 0 clauses out of 5001 with flag 0/5001
84.79/82.42	c cleaning 0 clauses out of 11000 with flag 0/11000
179.08/176.46	c cleaning 0 clauses out of 18000 with flag 0/18000
385.26/382.05	c cleaning 0 clauses out of 26000 with flag 0/26000
698.55/694.50	c cleaning 0 clauses out of 35000 with flag 0/35000
1310.72/1305.31	c cleaning 0 clauses out of 45001 with flag 0/45001
1800.07/1793.02	c starts		: 74
1800.07/1793.02	c conflicts		: 52867
1800.07/1793.02	c decisions		: 56378
1800.07/1793.02	c propagations		: 836400
1800.07/1793.02	c inspects		: 2134441928
1800.07/1793.02	c shortcuts		: 0
1800.07/1793.02	c learnt literals	: 0
1800.07/1793.02	c learnt binary clauses	: 0
1800.07/1793.02	c learnt ternary clauses	: 0
1800.07/1793.02	c learnt constraints	: 52867
1800.07/1793.02	c ignored constraints	: 0
1800.07/1793.02	c root simplifications	: 0
1800.07/1793.02	c removed literals (reason simplification)	: 0
1800.07/1793.02	c reason swapping (by a shorter reason)	: 0
1800.07/1793.02	c Calls to reduceDB	: 6
1800.07/1793.02	c number of reductions to clauses (during analyze)	: 0
1800.07/1793.02	c number of learned constraints concerned by reduction	: 0
1800.07/1793.02	c number of learning phase by resolution	: 0
1800.07/1793.02	c number of learning phase by cutting planes	: 0
1800.07/1793.02	c speed (assignments/second)	: 466.52186863092226
1800.07/1793.02	c non guided choices	594
1800.07/1793.05	c learnt constraints type 
1800.07/1793.05	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 228
1800.07/1793.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 52639
1800.07/1793.05	c constraints type 
1800.07/1793.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
1800.07/1793.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
1800.07/1793.05	s UNKNOWN
1800.07/1793.05	c Total wall clock time (in seconds): 1792.933

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.03 2.00 2/499 22415
/proc/meminfo: memFree=23792740/32950928 swapFree=39617324/67111528
[pid=22415] ppid=22413 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/22415/stat : 22415 (java) S 22413 22415 20277 0 -1 4202496 3660 0 1 0 0 0 0 0 25 0 2 0 834144471 10694979584 3361 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/22415/statm: 2611079 3373 917 9 0 2602235 0
[pid=22415/tid=22416] ppid=22413 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22416/stat : 22416 (java) R 22413 22415 20277 0 -1 4202560 4499 0 1 0 0 0 0 0 25 0 2 0 834144472 10694979584 5315 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.1101 s]
/proc/loadavg: 1.99 2.03 2.00 2/499 22415
/proc/meminfo: memFree=23792740/32950928 swapFree=39617324/67111528
[pid=22415] ppid=22413 vsize=10539552 CPUtime=0.1 cores=0,2,4,6
/proc/22415/stat : 22415 (java) S 22413 22415 20277 0 -1 4202496 12938 0 1 0 9 1 0 0 25 0 18 0 834144471 10792501248 12634 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22415/statm: 2634888 12634 2092 9 0 2625622 0
[pid=22415/tid=22416] ppid=22413 vsize=10539552 CPUtime=0.08 cores=0,2,4,6
/proc/22415/task/22416/stat : 22416 (java) R 22413 22415 20277 0 -1 4202560 11189 0 1 0 7 1 0 0 25 0 18 0 834144472 10792501248 12634 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092059083 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539552

[startup+0.201037 s]
/proc/loadavg: 1.99 2.03 2.00 2/499 22415
/proc/meminfo: memFree=23792740/32950928 swapFree=39617324/67111528
[pid=22415] ppid=22413 vsize=10541644 CPUtime=0.24 cores=0,2,4,6
/proc/22415/stat : 22415 (java) S 22413 22415 20277 0 -1 4202496 13926 0 1 0 23 1 0 0 25 0 19 0 834144471 10794643456 13622 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22415/statm: 2635411 13623 2179 9 0 2626145 0
[pid=22415/tid=22416] ppid=22413 vsize=10541644 CPUtime=0.17 cores=0,2,4,6
/proc/22415/task/22416/stat : 22416 (java) R 22413 22415 20277 0 -1 4202560 11835 0 1 0 16 1 0 0 25 0 19 0 834144472 10794643456 13623 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 47643751455540 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10541644

[startup+0.301019 s]
/proc/loadavg: 1.99 2.03 2.00 2/499 22415
/proc/meminfo: memFree=23792740/32950928 swapFree=39617324/67111528
[pid=22415] ppid=22413 vsize=10544088 CPUtime=0.45 cores=0,2,4,6
/proc/22415/stat : 22415 (java) S 22413 22415 20277 0 -1 4202496 15966 0 1 0 44 1 0 0 25 0 19 0 834144471 10797146112 15181 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22415/statm: 2636022 15182 2200 9 0 2626756 0
[pid=22415/tid=22416] ppid=22413 vsize=10544088 CPUtime=0.26 cores=0,2,4,6
/proc/22415/task/22416/stat : 22416 (java) R 22413 22415 20277 0 -1 4202560 12771 0 1 0 25 1 0 0 25 0 19 0 834144472 10797146112 15182 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 46912505588627 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10544088

[startup+0.700998 s]
/proc/loadavg: 1.99 2.03 2.00 2/499 22415
/proc/meminfo: memFree=23792740/32950928 swapFree=39617324/67111528
[pid=22415] ppid=22413 vsize=10562472 CPUtime=1.63 cores=0,2,4,6
/proc/22415/stat : 22415 (java) S 22413 22415 20277 0 -1 4202496 41970 0 1 0 158 5 0 0 25 0 19 0 834144471 10815971328 35863 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22415/statm: 2640618 35865 2221 9 0 2631352 0
[pid=22415/tid=22416] ppid=22413 vsize=10562472 CPUtime=0.65 cores=0,2,4,6
/proc/22415/task/22416/stat : 22416 (java) R 22413 22415 20277 0 -1 4202560 27215 0 1 0 62 3 0 0 18 0 19 0 834144472 10815971328 35867 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 46912505532498 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 10562472

[startup+1.50086 s]
/proc/loadavg: 1.99 2.03 2.00 3/518 22434
/proc/meminfo: memFree=23478376/32950928 swapFree=39617324/67111528
[pid=22415] ppid=22413 vsize=10553308 CPUtime=2.78 cores=0,2,4,6
/proc/22415/stat : 22415 (java) S 22413 22415 20277 0 -1 4202496 116840 0 1 0 264 14 0 0 25 0 19 0 834144471 10806587392 108020 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22415/statm: 2638327 108025 2225 9 0 2629061 0
[pid=22415/tid=22416] ppid=22413 vsize=10553308 CPUtime=1.45 cores=0,2,4,6
/proc/22415/task/22416/stat : 22416 (java) R 22413 22415 20277 0 -1 4202560 101574 0 1 0 133 12 0 0 18 0 19 0 834144472 10806587392 108027 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 46912505535148 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22415/tid=22418] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22418/stat : 22418 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 108030 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22419] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22419/stat : 22419 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 108032 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22420] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22420/stat : 22420 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 108035 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22421] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22421/stat : 22421 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 108036 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22422] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22422/stat : 22422 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 108039 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22423] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22423/stat : 22423 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 108042 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22424] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22424/stat : 22424 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 108044 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22425] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22425/stat : 22425 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 108048 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22426] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22426/stat : 22426 (java) S 22413 22415 20277 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 834144475 10806587392 108051 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 0 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22427] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22427/stat : 22427 (java) S 22413 22415 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834144475 10806587392 108055 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22428] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22428/stat : 22428 (java) S 22413 22415 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834144475 10806587392 108058 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22429] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22429/stat : 22429 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144478 10806587392 108061 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092055985 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22430] ppid=22413 vsize=10553308 CPUtime=0.67 cores=0,2,4,6
/proc/22415/task/22430/stat : 22430 (java) S 22413 22415 20277 0 -1 4202560 8614 0 0 0 67 0 0 0 18 0 19 0 834144478 10806587392 108064 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22431] ppid=22413 vsize=10553308 CPUtime=0.62 cores=0,2,4,6
/proc/22415/task/22431/stat : 22431 (java) S 22413 22415 20277 0 -1 4202560 5499 0 0 0 62 0 0 0 22 0 19 0 834144478 10806587392 108067 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22432] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22432/stat : 22432 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144478 10806587392 108069 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22433] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22433/stat : 22433 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834144478 10806587392 108072 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22434] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22434/stat : 22434 (java) S 22413 22415 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834144490 10806587392 108075 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 10553308

[startup+3.10154 s]
/proc/loadavg: 1.99 2.03 2.00 3/518 22434
/proc/meminfo: memFree=23046856/32950928 swapFree=39617324/67111528
[pid=22415] ppid=22413 vsize=10553308 CPUtime=4.4 cores=0,2,4,6
/proc/22415/stat : 22415 (java) S 22413 22415 20277 0 -1 4202496 269786 0 1 0 409 31 0 0 25 0 19 0 834144471 10806587392 260965 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22415/statm: 2638327 260971 2225 9 0 2629061 0
[pid=22415/tid=22416] ppid=22413 vsize=10553308 CPUtime=3.06 cores=0,2,4,6
/proc/22415/task/22416/stat : 22416 (java) R 22413 22415 20277 0 -1 4202560 254520 0 1 0 277 29 0 0 21 0 19 0 834144472 10806587392 260974 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 46912505612066 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22415/tid=22418] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22418/stat : 22418 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 260976 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22419] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22419/stat : 22419 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 260977 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22420] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22420/stat : 22420 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 260980 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22421] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22421/stat : 22421 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 260982 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22422] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22422/stat : 22422 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 260983 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22423] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22423/stat : 22423 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 260985 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22424] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22424/stat : 22424 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 260987 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22425] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22425/stat : 22425 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 260989 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22426] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22426/stat : 22426 (java) S 22413 22415 20277 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 834144475 10806587392 260991 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 0 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22427] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22427/stat : 22427 (java) S 22413 22415 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834144475 10806587392 260993 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22428] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22428/stat : 22428 (java) S 22413 22415 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834144475 10806587392 260995 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22429] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22429/stat : 22429 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144478 10806587392 260999 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092055985 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22430] ppid=22413 vsize=10553308 CPUtime=0.67 cores=0,2,4,6
/proc/22415/task/22430/stat : 22430 (java) S 22413 22415 20277 0 -1 4202560 8614 0 0 0 67 0 0 0 18 0 19 0 834144478 10806587392 261003 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22431] ppid=22413 vsize=10553308 CPUtime=0.64 cores=0,2,4,6
/proc/22415/task/22431/stat : 22431 (java) S 22413 22415 20277 0 -1 4202560 5501 0 0 0 64 0 0 0 17 0 19 0 834144478 10806587392 261007 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22432] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22432/stat : 22432 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144478 10806587392 261011 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22433] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22433/stat : 22433 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834144478 10806587392 261014 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22434] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22434/stat : 22434 (java) S 22413 22415 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834144490 10806587392 261017 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 10553308

[startup+6.30094 s]
/proc/loadavg: 2.07 2.04 2.01 3/518 22434
/proc/meminfo: memFree=21895880/32950928 swapFree=39617324/67111528
[pid=22415] ppid=22413 vsize=10553308 CPUtime=7.91 cores=0,2,4,6
/proc/22415/stat : 22415 (java) S 22413 22415 20277 0 -1 4202496 542530 0 1 0 730 61 0 0 25 0 19 0 834144471 10806587392 532308 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22415/statm: 2638327 532311 2227 9 0 2629061 0
[pid=22415/tid=22416] ppid=22413 vsize=10553308 CPUtime=6.26 cores=0,2,4,6
/proc/22415/task/22416/stat : 22416 (java) R 22413 22415 20277 0 -1 4202560 523486 0 1 0 567 59 0 0 19 0 19 0 834144472 10806587392 532313 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 46912505542854 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22415/tid=22418] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22418/stat : 22418 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 532315 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22419] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22419/stat : 22419 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 532317 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22420] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22420/stat : 22420 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 532319 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22421] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22421/stat : 22421 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 532321 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22422] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22422/stat : 22422 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 532323 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22423] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22423/stat : 22423 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 532324 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22424] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22424/stat : 22424 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 532326 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22425] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22425/stat : 22425 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144474 10806587392 532328 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22426] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22426/stat : 22426 (java) S 22413 22415 20277 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 834144475 10806587392 532329 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 0 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22427] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22427/stat : 22427 (java) S 22413 22415 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834144475 10806587392 532331 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22428] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22428/stat : 22428 (java) S 22413 22415 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834144475 10806587392 532332 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22429] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22429/stat : 22429 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144478 10806587392 532334 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092055985 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22430] ppid=22413 vsize=10553308 CPUtime=0.81 cores=0,2,4,6
/proc/22415/task/22430/stat : 22430 (java) S 22413 22415 20277 0 -1 4202560 8666 0 0 0 81 0 0 0 16 0 19 0 834144478 10806587392 532336 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22431] ppid=22413 vsize=10553308 CPUtime=0.8 cores=0,2,4,6
/proc/22415/task/22431/stat : 22431 (java) S 22413 22415 20277 0 -1 4202560 9220 0 0 0 80 0 0 0 15 0 19 0 834144478 10806587392 532338 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0

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

/proc/22415/task/22428/stat : 22428 (java) S 22413 22415 20277 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834144475 10806587392 968183 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22429] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22429/stat : 22429 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144478 10806587392 968183 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092055985 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22430] ppid=22413 vsize=10553308 CPUtime=1.03 cores=0,2,4,6
/proc/22415/task/22430/stat : 22430 (java) S 22413 22415 20277 0 -1 4202560 9314 0 0 0 103 0 0 0 15 0 19 0 834144478 10806587392 968183 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22431] ppid=22413 vsize=10553308 CPUtime=1.05 cores=0,2,4,6
/proc/22415/task/22431/stat : 22431 (java) S 22413 22415 20277 0 -1 4202560 9258 0 0 0 105 0 0 0 15 0 19 0 834144478 10806587392 968183 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22432] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22432/stat : 22432 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144478 10806587392 968183 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22433] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22433/stat : 22433 (java) S 22413 22415 20277 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 834144478 10806587392 968183 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22434] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22434/stat : 22434 (java) S 22413 22415 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834144490 10806587392 968183 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1669
Current children cumulated vsize (KiB) 10553308

[startup+1722.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/518 22620
/proc/meminfo: memFree=19860620/32950928 swapFree=39617324/67111528
[pid=22415] ppid=22413 vsize=10553308 CPUtime=1729.14 cores=0,2,4,6
/proc/22415/stat : 22415 (java) S 22413 22415 20277 0 -1 4202496 983918 0 1 0 172795 119 0 0 25 0 19 0 834144471 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22415/statm: 2638327 969390 2258 9 0 2629061 0
[pid=22415/tid=22416] ppid=22413 vsize=10553308 CPUtime=1718.21 cores=0,2,4,6
/proc/22415/task/22416/stat : 22416 (java) R 22413 22415 20277 0 -1 4202560 823897 0 1 0 171728 93 0 0 25 0 19 0 834144472 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 46912505588531 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22415/tid=22418] ppid=22413 vsize=10553308 CPUtime=0.81 cores=0,2,4,6
/proc/22415/task/22418/stat : 22418 (java) S 22413 22415 20277 0 -1 4202560 16445 0 0 0 78 3 0 0 16 0 19 0 834144474 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22419] ppid=22413 vsize=10553308 CPUtime=0.81 cores=0,2,4,6
/proc/22415/task/22419/stat : 22419 (java) S 22413 22415 20277 0 -1 4202560 16436 0 0 0 78 3 0 0 15 0 19 0 834144474 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22420] ppid=22413 vsize=10553308 CPUtime=0.92 cores=0,2,4,6
/proc/22415/task/22420/stat : 22420 (java) S 22413 22415 20277 0 -1 4202560 16872 0 0 0 90 2 0 0 16 0 19 0 834144474 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22421] ppid=22413 vsize=10553308 CPUtime=0.81 cores=0,2,4,6
/proc/22415/task/22421/stat : 22421 (java) S 22413 22415 20277 0 -1 4202560 13634 0 0 0 80 1 0 0 16 0 19 0 834144474 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22422] ppid=22413 vsize=10553308 CPUtime=0.95 cores=0,2,4,6
/proc/22415/task/22422/stat : 22422 (java) S 22413 22415 20277 0 -1 4202560 16711 0 0 0 93 2 0 0 15 0 19 0 834144474 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22423] ppid=22413 vsize=10553308 CPUtime=0.79 cores=0,2,4,6
/proc/22415/task/22423/stat : 22423 (java) S 22413 22415 20277 0 -1 4202560 12918 0 0 0 78 1 0 0 15 0 19 0 834144474 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22424] ppid=22413 vsize=10553308 CPUtime=1.03 cores=0,2,4,6
/proc/22415/task/22424/stat : 22424 (java) S 22413 22415 20277 0 -1 4202560 18992 0 0 0 101 2 0 0 15 0 19 0 834144474 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22425] ppid=22413 vsize=10553308 CPUtime=0.81 cores=0,2,4,6
/proc/22415/task/22425/stat : 22425 (java) S 22413 22415 20277 0 -1 4202560 16871 0 0 0 79 2 0 0 16 0 19 0 834144474 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22426] ppid=22413 vsize=10553308 CPUtime=1.81 cores=0,2,4,6
/proc/22415/task/22426/stat : 22426 (java) S 22413 22415 20277 0 -1 4202560 11318 0 0 0 178 3 0 0 15 0 19 0 834144475 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 0 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22427] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22427/stat : 22427 (java) S 22413 22415 20277 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 834144475 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22428] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22428/stat : 22428 (java) S 22413 22415 20277 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834144475 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22429] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22429/stat : 22429 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144478 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092055985 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22430] ppid=22413 vsize=10553308 CPUtime=1.03 cores=0,2,4,6
/proc/22415/task/22430/stat : 22430 (java) S 22413 22415 20277 0 -1 4202560 9314 0 0 0 103 0 0 0 15 0 19 0 834144478 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22431] ppid=22413 vsize=10553308 CPUtime=1.05 cores=0,2,4,6
/proc/22415/task/22431/stat : 22431 (java) S 22413 22415 20277 0 -1 4202560 9258 0 0 0 105 0 0 0 15 0 19 0 834144478 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22432] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22432/stat : 22432 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144478 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22433] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22433/stat : 22433 (java) S 22413 22415 20277 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 834144478 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22434] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22434/stat : 22434 (java) S 22413 22415 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834144490 10806587392 969390 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1729.14
Current children cumulated vsize (KiB) 10553308

[startup+1782.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/518 22622
/proc/meminfo: memFree=19853520/32950928 swapFree=39617324/67111528
[pid=22415] ppid=22413 vsize=10553308 CPUtime=1789.31 cores=0,2,4,6
/proc/22415/stat : 22415 (java) S 22413 22415 20277 0 -1 4202496 985513 0 1 0 178811 120 0 0 25 0 19 0 834144471 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22415/statm: 2638327 970950 2258 9 0 2629061 0
[pid=22415/tid=22416] ppid=22413 vsize=10553308 CPUtime=1778.12 cores=0,2,4,6
/proc/22415/task/22416/stat : 22416 (java) R 22413 22415 20277 0 -1 4202560 823901 0 1 0 177719 93 0 0 25 0 19 0 834144472 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 46912505498851 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22415/tid=22418] ppid=22413 vsize=10553308 CPUtime=0.83 cores=0,2,4,6
/proc/22415/task/22418/stat : 22418 (java) S 22413 22415 20277 0 -1 4202560 16558 0 0 0 80 3 0 0 15 0 19 0 834144474 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22419] ppid=22413 vsize=10553308 CPUtime=0.82 cores=0,2,4,6
/proc/22415/task/22419/stat : 22419 (java) S 22413 22415 20277 0 -1 4202560 16437 0 0 0 79 3 0 0 15 0 19 0 834144474 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22420] ppid=22413 vsize=10553308 CPUtime=0.94 cores=0,2,4,6
/proc/22415/task/22420/stat : 22420 (java) S 22413 22415 20277 0 -1 4202560 17150 0 0 0 92 2 0 0 15 0 19 0 834144474 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22421] ppid=22413 vsize=10553308 CPUtime=0.85 cores=0,2,4,6
/proc/22415/task/22421/stat : 22421 (java) S 22413 22415 20277 0 -1 4202560 13950 0 0 0 84 1 0 0 15 0 19 0 834144474 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22422] ppid=22413 vsize=10553308 CPUtime=0.97 cores=0,2,4,6
/proc/22415/task/22422/stat : 22422 (java) S 22413 22415 20277 0 -1 4202560 16822 0 0 0 95 2 0 0 15 0 19 0 834144474 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22423] ppid=22413 vsize=10553308 CPUtime=0.82 cores=0,2,4,6
/proc/22415/task/22423/stat : 22423 (java) S 22413 22415 20277 0 -1 4202560 13113 0 0 0 81 1 0 0 16 0 19 0 834144474 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22424] ppid=22413 vsize=10553308 CPUtime=1.07 cores=0,2,4,6
/proc/22415/task/22424/stat : 22424 (java) S 22413 22415 20277 0 -1 4202560 19308 0 0 0 105 2 0 0 15 0 19 0 834144474 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22425] ppid=22413 vsize=10553308 CPUtime=0.87 cores=0,2,4,6
/proc/22415/task/22425/stat : 22425 (java) S 22413 22415 20277 0 -1 4202560 17126 0 0 0 85 2 0 0 16 0 19 0 834144474 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22426] ppid=22413 vsize=10553308 CPUtime=1.81 cores=0,2,4,6
/proc/22415/task/22426/stat : 22426 (java) S 22413 22415 20277 0 -1 4202560 11322 0 0 0 178 3 0 0 15 0 19 0 834144475 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 0 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22427] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22427/stat : 22427 (java) S 22413 22415 20277 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 834144475 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22428] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22428/stat : 22428 (java) S 22413 22415 20277 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834144475 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22429] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22429/stat : 22429 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144478 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092055985 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22430] ppid=22413 vsize=10553308 CPUtime=1.03 cores=0,2,4,6
/proc/22415/task/22430/stat : 22430 (java) S 22413 22415 20277 0 -1 4202560 9314 0 0 0 103 0 0 0 15 0 19 0 834144478 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22431] ppid=22413 vsize=10553308 CPUtime=1.05 cores=0,2,4,6
/proc/22415/task/22431/stat : 22431 (java) S 22413 22415 20277 0 -1 4202560 9258 0 0 0 105 0 0 0 15 0 19 0 834144478 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22432] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22432/stat : 22432 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144478 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22433] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22433/stat : 22433 (java) S 22413 22415 20277 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834144478 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22434] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22434/stat : 22434 (java) S 22413 22415 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834144490 10806587392 970950 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1789.31
Current children cumulated vsize (KiB) 10553308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793 s]
/proc/loadavg: 2.04 2.05 2.00 3/518 22622
/proc/meminfo: memFree=19851908/32950928 swapFree=39617324/67111528
[pid=22415] ppid=22413 vsize=10553308 CPUtime=1800.07 cores=0,2,4,6
/proc/22415/stat : 22415 (java) S 22413 22415 20277 0 -1 4202496 986052 0 1 0 179887 120 0 0 25 0 19 0 834144471 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22415/statm: 2638327 971476 2258 9 0 2629061 0
[pid=22415/tid=22416] ppid=22413 vsize=10553308 CPUtime=1788.82 cores=0,2,4,6
/proc/22415/task/22416/stat : 22416 (java) R 22413 22415 20277 0 -1 4202560 823902 0 1 0 178789 93 0 0 25 0 19 0 834144472 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 46912505540279 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22415/tid=22418] ppid=22413 vsize=10553308 CPUtime=0.83 cores=0,2,4,6
/proc/22415/task/22418/stat : 22418 (java) S 22413 22415 20277 0 -1 4202560 16558 0 0 0 80 3 0 0 15 0 19 0 834144474 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22419] ppid=22413 vsize=10553308 CPUtime=0.84 cores=0,2,4,6
/proc/22415/task/22419/stat : 22419 (java) S 22413 22415 20277 0 -1 4202560 16501 0 0 0 81 3 0 0 16 0 19 0 834144474 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22420] ppid=22413 vsize=10553308 CPUtime=0.95 cores=0,2,4,6
/proc/22415/task/22420/stat : 22420 (java) S 22413 22415 20277 0 -1 4202560 17327 0 0 0 93 2 0 0 16 0 19 0 834144474 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22421] ppid=22413 vsize=10553308 CPUtime=0.88 cores=0,2,4,6
/proc/22415/task/22421/stat : 22421 (java) S 22413 22415 20277 0 -1 4202560 14144 0 0 0 86 2 0 0 16 0 19 0 834144474 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22422] ppid=22413 vsize=10553308 CPUtime=0.97 cores=0,2,4,6
/proc/22415/task/22422/stat : 22422 (java) S 22413 22415 20277 0 -1 4202560 16822 0 0 0 95 2 0 0 15 0 19 0 834144474 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22423] ppid=22413 vsize=10553308 CPUtime=0.82 cores=0,2,4,6
/proc/22415/task/22423/stat : 22423 (java) S 22413 22415 20277 0 -1 4202560 13113 0 0 0 81 1 0 0 15 0 19 0 834144474 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22424] ppid=22413 vsize=10553308 CPUtime=1.07 cores=0,2,4,6
/proc/22415/task/22424/stat : 22424 (java) S 22413 22415 20277 0 -1 4202560 19308 0 0 0 105 2 0 0 15 0 19 0 834144474 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22425] ppid=22413 vsize=10553308 CPUtime=0.89 cores=0,2,4,6
/proc/22415/task/22425/stat : 22425 (java) S 22413 22415 20277 0 -1 4202560 17225 0 0 0 87 2 0 0 16 0 19 0 834144474 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22426] ppid=22413 vsize=10553308 CPUtime=1.81 cores=0,2,4,6
/proc/22415/task/22426/stat : 22426 (java) S 22413 22415 20277 0 -1 4202560 11324 0 0 0 178 3 0 0 15 0 19 0 834144475 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 0 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22427] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22427/stat : 22427 (java) S 22413 22415 20277 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 834144475 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22428] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22428/stat : 22428 (java) S 22413 22415 20277 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834144475 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
[pid=22415/tid=22429] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22429/stat : 22429 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144478 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092055985 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22430] ppid=22413 vsize=10553308 CPUtime=1.03 cores=0,2,4,6
/proc/22415/task/22430/stat : 22430 (java) S 22413 22415 20277 0 -1 4202560 9314 0 0 0 103 0 0 0 15 0 19 0 834144478 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 4 0 0 0
[pid=22415/tid=22431] ppid=22413 vsize=10553308 CPUtime=1.05 cores=0,2,4,6
/proc/22415/task/22431/stat : 22431 (java) S 22413 22415 20277 0 -1 4202560 9258 0 0 0 105 0 0 0 15 0 19 0 834144478 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22432] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22432/stat : 22432 (java) S 22413 22415 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834144478 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048281 0 4 0 16800975 18446604450486335296 0 0 -1 6 0 0 0
[pid=22415/tid=22433] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22433/stat : 22433 (java) S 22413 22415 20277 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 834144478 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 4 0 16800975 18446604450486335296 0 0 -1 0 0 0 0
[pid=22415/tid=22434] ppid=22413 vsize=10553308 CPUtime=0 cores=0,2,4,6
/proc/22415/task/22434/stat : 22434 (java) S 22413 22415 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834144490 10806587392 971476 33554432000 1073741824 1073778376 140736878240160 18446744073709551615 208092048896 0 4 0 16800975 18446604450486335296 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10553308

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

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

[startup+1793.12 s]
/proc/loadavg: 2.04 2.05 2.00 3/502 22625
/proc/meminfo: memFree=21470328/32950928 swapFree=39617324/67111528
[pid=22415] ppid=22413 vsize=0 CPUtime=1800.24 cores=0,2,4,6
/proc/22415/stat : 22415 (java) Z 22413 22415 20277 0 -1 4203548 986091 0 1 0 179896 128 0 0 17 0 2 0 834144471 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22415/statm: 0 0 0 0 0 0 0
[pid=22415/tid=22416] ppid=22413 vsize=0 CPUtime=1788.95 cores=0,2,4,6
/proc/22415/task/22416/stat : 22416 (java) R 22413 22415 20277 0 -1 4203588 823902 0 1 0 178793 102 0 0 25 0 2 0 834144472 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.22
CPU time (s): 1800.33
CPU user time (s): 1798.96
CPU system time (s): 1.36479
CPU usage (%): 100.396
Max. virtual memory (cumulated for all children) (KiB): 10562472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.36479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 986091
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= 40408
involuntary context switches= 16676

runsolver used 9.35858 second user time and 20.03 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-05 00:10:48
IDJOB=3455937
IDBENCH=47949
IDSOLVER=1951
FILE ID=node127/3455937-1307225448
RUNJOBID= node127-1307216732-21494
PBS_JOBID= 13509032
Free space on /tmp= 73944 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=397-P1=307-P2=37-P3=127-P4=401-P5=331-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455937-1307225448/watcher-3455937-1307225448 -o /tmp/evaluation-result-3455937-1307225448/solver-3455937-1307225448 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455937-1307225448.opb

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

MD5SUM BENCH= 6d677c4de75200a225209ed048e7b96e
RANDOM SEED=819390173

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23793020 kB
Buffers:        336080 kB
Cached:         940864 kB
SwapCached:      59160 kB
Active:        6864652 kB
Inactive:      1997068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23793020 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:             528 kB
Writeback:           0 kB
AnonPages:     7532440 kB
Mapped:          30276 kB
Slab:           124436 kB
PageTables:     102292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130091872 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= 73948 MiB
End job on node127 at 2011-06-05 00:40:43