Trace number 3457577

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.34 1780.57

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__128.opb
MD5SUM2104e5f01fbb9f409116374f650da887
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark299390
Best CPU time to get the best result obtained on this benchmark1800.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1281998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint128
Maximum length of a constraint5633
Number of terms in the objective function 1280000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 44355197568
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 44355197568
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3457577-1307228531.opb
0.10/0.11	c reading problem ... 
11.48/9.27	c ... done. Wall clock time 9.166s.
11.48/9.27	c #vars     1281998
11.48/9.27	c #constraints  14000
11.48/9.27	c constraints type 
11.48/9.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
11.48/9.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
11.48/9.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1800.07/1780.33	c starts		: 19
1800.07/1780.33	c conflicts		: 3746
1800.07/1780.33	c decisions		: 47992216
1800.07/1780.33	c propagations		: 50227888
1800.07/1780.33	c inspects		: 132413691
1800.07/1780.33	c shortcuts		: 0
1800.07/1780.33	c learnt literals	: 0
1800.07/1780.33	c learnt binary clauses	: 0
1800.07/1780.33	c learnt ternary clauses	: 0
1800.07/1780.33	c learnt constraints	: 3745
1800.07/1780.33	c ignored constraints	: 0
1800.07/1780.33	c root simplifications	: 0
1800.07/1780.33	c removed literals (reason simplification)	: 0
1800.07/1780.33	c reason swapping (by a shorter reason)	: 0
1800.07/1780.33	c Calls to reduceDB	: 0
1800.07/1780.33	c number of reductions to clauses (during analyze)	: 0
1800.07/1780.33	c number of learned constraints concerned by reduction	: 0
1800.07/1780.33	c number of learning phase by resolution	: 0
1800.07/1780.33	c number of learning phase by cutting planes	: 0
1800.07/1780.33	c speed (assignments/second)	: 28360.561859736077
1800.07/1780.33	c non guided choices	0
1800.07/1780.33	c learnt constraints type 
1800.07/1780.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 93
1800.07/1780.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3652
1800.07/1780.33	c constraints type 
1800.07/1780.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.07/1780.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
1800.07/1780.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1800.07/1780.33	s UNKNOWN
1800.07/1780.33	c Total wall clock time (in seconds): 1780.219

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-3457577-1307228531/watcher-3457577-1307228531 -o /tmp/evaluation-result-3457577-1307228531/solver-3457577-1307228531 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457577-1307228531.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.03 2.06 2.01 3/593 7126
/proc/meminfo: memFree=19795700/32951124 swapFree=58940260/67111528
[pid=7126] ppid=7124 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/7126/stat : 7126 (java) R 7124 7126 5603 0 -1 4202496 959 0 0 0 0 0 0 0 23 0 1 0 834451015 23580672 703 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212682712977 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7126/statm: 5757 703 519 9 0 124 0
[pid=7126/tid=7127] ppid=7124 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7127/stat : 7127 (java) R 7124 7126 5603 0 -1 4202560 6932 0 1 0 0 0 0 0 25 0 2 0 834451016 10694979584 7749 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212687369275 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.059799 s]
/proc/loadavg: 2.03 2.06 2.01 3/593 7126
/proc/meminfo: memFree=19795700/32951124 swapFree=58940260/67111528
[pid=7126] ppid=7124 vsize=10467616 CPUtime=0.05 cores=0,2,4,6
/proc/7126/stat : 7126 (java) S 7124 7126 5603 0 -1 4202496 11538 0 1 0 4 1 0 0 23 0 13 0 834451015 10718838784 11235 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699477989 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/7126/statm: 2616904 11235 1691 9 0 2607652 0
[pid=7126/tid=7127] ppid=7124 vsize=10467616 CPUtime=0.03 cores=0,2,4,6
/proc/7126/task/7127/stat : 7127 (java) R 7124 7126 5603 0 -1 4202560 10391 0 1 0 3 0 0 0 25 0 13 0 834451016 10718838784 11235 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 46912505170474 0 4 0 16800971 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10467616

[startup+0.100754 s]
/proc/loadavg: 2.03 2.06 2.01 3/593 7126
/proc/meminfo: memFree=19795700/32951124 swapFree=58940260/67111528
[pid=7126] ppid=7124 vsize=10539368 CPUtime=0.1 cores=0,2,4,6
/proc/7126/stat : 7126 (java) S 7124 7126 5603 0 -1 4202496 12862 0 1 0 9 1 0 0 23 0 18 0 834451015 10792312832 12559 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7126/statm: 2634842 12561 2091 9 0 2625576 0
[pid=7126/tid=7127] ppid=7124 vsize=10539368 CPUtime=0.08 cores=0,2,4,6
/proc/7126/task/7127/stat : 7127 (java) R 7124 7126 5603 0 -1 4202560 11130 0 1 0 7 1 0 0 18 0 18 0 834451016 10792312832 12563 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 46912496197400 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) 10539368

[startup+0.300766 s]
/proc/loadavg: 2.03 2.06 2.01 3/593 7126
/proc/meminfo: memFree=19795700/32951124 swapFree=58940260/67111528
[pid=7126] ppid=7124 vsize=10541976 CPUtime=0.46 cores=0,2,4,6
/proc/7126/stat : 7126 (java) S 7124 7126 5603 0 -1 4202496 25813 0 1 0 44 2 0 0 23 0 18 0 834451015 10794983424 25332 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7126/statm: 2635494 25333 2200 9 0 2626228 0
[pid=7126/tid=7127] ppid=7124 vsize=10541976 CPUtime=0.28 cores=0,2,4,6
/proc/7126/task/7127/stat : 7127 (java) R 7124 7126 5603 0 -1 4202560 23197 0 1 0 26 2 0 0 18 0 18 0 834451016 10794983424 25335 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541976

[startup+0.700716 s]
/proc/loadavg: 2.03 2.06 2.01 3/593 7126
/proc/meminfo: memFree=19795700/32951124 swapFree=58940260/67111528
[pid=7126] ppid=7124 vsize=10541976 CPUtime=0.86 cores=0,2,4,6
/proc/7126/stat : 7126 (java) S 7124 7126 5603 0 -1 4202496 57090 0 1 0 80 6 0 0 23 0 18 0 834451015 10794983424 56609 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7126/statm: 2635494 56613 2200 9 0 2626228 0
[pid=7126/tid=7127] ppid=7124 vsize=10541976 CPUtime=0.68 cores=0,2,4,6
/proc/7126/task/7127/stat : 7127 (java) R 7124 7126 5603 0 -1 4202560 54476 0 1 0 62 6 0 0 18 0 18 0 834451016 10794983424 56614 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 46912505573204 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10541976

[startup+1.50154 s]
/proc/loadavg: 2.03 2.06 2.01 4/611 7144
/proc/meminfo: memFree=19479056/32951124 swapFree=58940260/67111528
[pid=7126] ppid=7124 vsize=10541976 CPUtime=1.66 cores=0,2,4,6
/proc/7126/stat : 7126 (java) S 7124 7126 5603 0 -1 4202496 117692 0 1 0 152 14 0 0 23 0 18 0 834451015 10794983424 117212 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7126/statm: 2635494 117214 2200 9 0 2626228 0
[pid=7126/tid=7127] ppid=7124 vsize=10541976 CPUtime=1.48 cores=0,2,4,6
/proc/7126/task/7127/stat : 7127 (java) R 7124 7126 5603 0 -1 4202560 115078 0 1 0 134 14 0 0 19 0 18 0 834451016 10794983424 117216 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7126/tid=7129] ppid=7124 vsize=10541976 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10794983424 117218 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=10541976 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10794983424 117220 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7131] ppid=7124 vsize=10541976 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10794983424 117222 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7132] ppid=7124 vsize=10541976 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10794983424 117224 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=10541976 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10794983424 117226 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=10541976 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10794983424 117228 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=10541976 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7135/stat : 7135 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10794983424 117230 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7136] ppid=7124 vsize=10541976 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7136/stat : 7136 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10794983424 117232 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=10541976 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5603 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 834451018 10794983424 117234 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 0 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=10541976 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5603 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834451019 10794983424 117236 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7139] ppid=7124 vsize=10541976 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5603 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 834451019 10794983424 117238 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7140] ppid=7124 vsize=10541976 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7140/stat : 7140 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451021 10794983424 117240 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699498929 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7141] ppid=7124 vsize=10541976 CPUtime=0.07 cores=0,2,4,6
/proc/7126/task/7141/stat : 7141 (java) S 7124 7126 5603 0 -1 4202560 528 0 0 0 7 0 0 0 25 0 18 0 834451021 10794983424 117242 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7142] ppid=7124 vsize=10541976 CPUtime=0.1 cores=0,2,4,6
/proc/7126/task/7142/stat : 7142 (java) S 7124 7126 5603 0 -1 4202560 941 0 0 0 10 0 0 0 18 0 18 0 834451021 10794983424 117244 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7143] ppid=7124 vsize=10541976 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7143/stat : 7143 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451021 10794983424 117244 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7144] ppid=7124 vsize=10541976 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7144/stat : 7144 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 834451021 10794983424 117246 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10541976

[startup+3.10127 s]
/proc/loadavg: 2.11 2.08 2.02 4/611 7144
/proc/meminfo: memFree=19146100/32951124 swapFree=58940260/67111528
[pid=7126] ppid=7124 vsize=10545780 CPUtime=3.45 cores=0,2,4,6
/proc/7126/stat : 7126 (java) S 7124 7126 5603 0 -1 4202496 259178 0 1 0 314 31 0 0 23 0 18 0 834451015 10798878720 258077 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7126/statm: 2636445 258081 2213 9 0 2627179 0
[pid=7126/tid=7127] ppid=7124 vsize=10545780 CPUtime=3.08 cores=0,2,4,6
/proc/7126/task/7127/stat : 7127 (java) R 7124 7126 5603 0 -1 4202560 254478 0 1 0 278 30 0 0 18 0 18 0 834451016 10798878720 258083 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 46912505551401 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7126/tid=7129] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 258085 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 258087 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7131] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 258089 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7132] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 258091 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 258094 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 258096 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7135/stat : 7135 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 258098 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7136] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7136/stat : 7136 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 258100 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5603 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 834451018 10798878720 258102 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 0 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5603 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834451019 10798878720 258105 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7139] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5603 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 834451019 10798878720 258107 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7140] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7140/stat : 7140 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451021 10798878720 258109 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699498929 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7141] ppid=7124 vsize=10545780 CPUtime=0.16 cores=0,2,4,6
/proc/7126/task/7141/stat : 7141 (java) S 7124 7126 5603 0 -1 4202560 1237 0 0 0 16 0 0 0 17 0 18 0 834451021 10798878720 258111 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7142] ppid=7124 vsize=10545780 CPUtime=0.19 cores=0,2,4,6
/proc/7126/task/7142/stat : 7142 (java) S 7124 7126 5603 0 -1 4202560 2319 0 0 0 19 0 0 0 17 0 18 0 834451021 10798878720 258113 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7143] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7143/stat : 7143 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451021 10798878720 258116 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7144] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7144/stat : 7144 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 834451021 10798878720 258118 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 10545780

[startup+6.30069 s]
/proc/loadavg: 2.11 2.08 2.02 3/611 7144
/proc/meminfo: memFree=17735416/32951124 swapFree=58940260/67111528
[pid=7126] ppid=7124 vsize=10545780 CPUtime=6.67 cores=0,2,4,6
/proc/7126/stat : 7126 (java) S 7124 7126 5603 0 -1 4202496 622412 0 1 0 592 75 0 0 23 0 18 0 834451015 10798878720 621174 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7126/statm: 2636445 621176 2216 9 0 2627179 0
[pid=7126/tid=7127] ppid=7124 vsize=10545780 CPUtime=6.28 cores=0,2,4,6
/proc/7126/task/7127/stat : 7127 (java) R 7124 7126 5603 0 -1 4202560 617707 0 1 0 554 74 0 0 21 0 18 0 834451016 10798878720 621180 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 46912505703447 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7126/tid=7129] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 621186 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 621190 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7131] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 621193 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7132] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 621196 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 621196 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 621196 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7135/stat : 7135 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 621196 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7136] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7136/stat : 7136 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451017 10798878720 621196 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5603 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 834451018 10798878720 621196 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 0 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5603 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834451019 10798878720 621196 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7139] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5603 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 834451019 10798878720 621196 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7140] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7140/stat : 7140 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451021 10798878720 621196 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699498929 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7141] ppid=7124 vsize=10545780 CPUtime=0.17 cores=0,2,4,6
/proc/7126/task/7141/stat : 7141 (java) S 7124 7126 5603 0 -1 4202560 1238 0 0 0 17 0 0 0 15 0 18 0 834451021 10798878720 621202 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7142] ppid=7124 vsize=10545780 CPUtime=0.19 cores=0,2,4,6
/proc/7126/task/7142/stat : 7142 (java) S 7124 7126 5603 0 -1 4202560 2319 0 0 0 19 0 0 0 15 0 18 0 834451021 10798878720 621207 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7143] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7143/stat : 7143 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834451021 10798878720 621212 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7144] ppid=7124 vsize=10545780 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7144/stat : 7144 (java) S 7124 7126 5603 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 834451021 10798878720 621214 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0

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

/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834451019 10803077120 1291294 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7140] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7140/stat : 7140 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834451021 10803077120 1291294 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699498929 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7141] ppid=7124 vsize=10549880 CPUtime=0.92 cores=0,2,4,6
/proc/7126/task/7141/stat : 7141 (java) S 7124 7126 5603 0 -1 4202560 4429 0 0 0 92 0 0 0 15 0 19 0 834451021 10803077120 1291294 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7142] ppid=7124 vsize=10549880 CPUtime=0.7 cores=0,2,4,6
/proc/7126/task/7142/stat : 7142 (java) S 7124 7126 5603 0 -1 4202560 3202 0 0 0 70 0 0 0 15 0 19 0 834451021 10803077120 1291294 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 4 0 0 0
[pid=7126/tid=7143] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7143/stat : 7143 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834451021 10803077120 1291294 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7144] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7144/stat : 7144 (java) S 7124 7126 5603 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 834451021 10803077120 1291294 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7145] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7145/stat : 7145 (java) S 7124 7126 5603 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 834451978 10803077120 1291294 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1621.06
Current children cumulated vsize (KiB) 10549880

[startup+1662.3 s]
/proc/loadavg: 2.11 2.09 2.02 3/612 7241
/proc/meminfo: memFree=13771780/32951124 swapFree=58940260/67111528
[pid=7126] ppid=7124 vsize=10549880 CPUtime=1681.39 cores=0,2,4,6
/proc/7126/stat : 7126 (java) S 7124 7126 5603 0 -1 4202496 1316611 0 1 0 167961 178 0 0 23 0 19 0 834451015 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7126/statm: 2637470 1308628 2254 9 0 2628204 0
[pid=7126/tid=7127] ppid=7124 vsize=10549880 CPUtime=1655.22 cores=0,2,4,6
/proc/7126/task/7127/stat : 7127 (java) R 7124 7126 5603 0 -1 4202560 651330 0 1 0 165443 79 0 0 25 0 19 0 834451016 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 46912506066072 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7126/tid=7129] ppid=7124 vsize=10549880 CPUtime=3.21 cores=0,2,4,6
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5603 0 -1 4202560 73094 0 0 0 313 8 0 0 15 0 19 0 834451017 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=10549880 CPUtime=2.97 cores=0,2,4,6
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5603 0 -1 4202560 76274 0 0 0 284 13 0 0 15 0 19 0 834451017 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7131] ppid=7124 vsize=10549880 CPUtime=2.99 cores=0,2,4,6
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5603 0 -1 4202560 62919 0 0 0 292 7 0 0 16 0 19 0 834451017 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7132] ppid=7124 vsize=10549880 CPUtime=2.9 cores=0,2,4,6
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5603 0 -1 4202560 87343 0 0 0 278 12 0 0 16 0 19 0 834451017 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 4 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=10549880 CPUtime=3.18 cores=0,2,4,6
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5603 0 -1 4202560 97296 0 0 0 306 12 0 0 15 0 19 0 834451017 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=10549880 CPUtime=2.77 cores=0,2,4,6
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5603 0 -1 4202560 83959 0 0 0 263 14 0 0 15 0 19 0 834451017 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 4 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=10549880 CPUtime=3.23 cores=0,2,4,6
/proc/7126/task/7135/stat : 7135 (java) S 7124 7126 5603 0 -1 4202560 72871 0 0 0 313 10 0 0 16 0 19 0 834451017 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7136] ppid=7124 vsize=10549880 CPUtime=3.16 cores=0,2,4,6
/proc/7126/task/7136/stat : 7136 (java) S 7124 7126 5603 0 -1 4202560 102539 0 0 0 302 14 0 0 16 0 19 0 834451017 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=10549880 CPUtime=0.04 cores=0,2,4,6
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5603 0 -1 4202560 107 0 0 0 2 2 0 0 15 0 19 0 834451018 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 0 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5603 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834451019 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7139] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834451019 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7140] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7140/stat : 7140 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834451021 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699498929 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7141] ppid=7124 vsize=10549880 CPUtime=0.92 cores=0,2,4,6
/proc/7126/task/7141/stat : 7141 (java) S 7124 7126 5603 0 -1 4202560 4429 0 0 0 92 0 0 0 15 0 19 0 834451021 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7142] ppid=7124 vsize=10549880 CPUtime=0.7 cores=0,2,4,6
/proc/7126/task/7142/stat : 7142 (java) S 7124 7126 5603 0 -1 4202560 3202 0 0 0 70 0 0 0 15 0 19 0 834451021 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 4 0 0 0
[pid=7126/tid=7143] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7143/stat : 7143 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834451021 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7144] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7144/stat : 7144 (java) S 7124 7126 5603 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 834451021 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7145] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7145/stat : 7145 (java) S 7124 7126 5603 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 834451978 10803077120 1308628 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1681.39
Current children cumulated vsize (KiB) 10549880

[startup+1722.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/612 7242
/proc/meminfo: memFree=13678876/32951124 swapFree=58940260/67111528
[pid=7126] ppid=7124 vsize=10549880 CPUtime=1741.74 cores=0,2,4,6
/proc/7126/stat : 7126 (java) S 7124 7126 5603 0 -1 4202496 1330536 0 1 0 173994 180 0 0 23 0 19 0 834451015 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7126/statm: 2637470 1322531 2254 9 0 2628204 0
[pid=7126/tid=7127] ppid=7124 vsize=10549880 CPUtime=1715.07 cores=0,2,4,6
/proc/7126/task/7127/stat : 7127 (java) R 7124 7126 5603 0 -1 4202560 651339 0 1 0 171428 79 0 0 25 0 19 0 834451016 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 46912506066240 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7126/tid=7129] ppid=7124 vsize=10549880 CPUtime=3.27 cores=0,2,4,6
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5603 0 -1 4202560 73124 0 0 0 319 8 0 0 16 0 19 0 834451017 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=10549880 CPUtime=3.01 cores=0,2,4,6
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5603 0 -1 4202560 79699 0 0 0 288 13 0 0 15 0 19 0 834451017 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7131] ppid=7124 vsize=10549880 CPUtime=3.08 cores=0,2,4,6
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5603 0 -1 4202560 65521 0 0 0 300 8 0 0 15 0 19 0 834451017 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7132] ppid=7124 vsize=10549880 CPUtime=2.96 cores=0,2,4,6
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5603 0 -1 4202560 89888 0 0 0 283 13 0 0 16 0 19 0 834451017 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 4 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=10549880 CPUtime=3.24 cores=0,2,4,6
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5603 0 -1 4202560 100764 0 0 0 312 12 0 0 16 0 19 0 834451017 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=10549880 CPUtime=2.82 cores=0,2,4,6
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5603 0 -1 4202560 84854 0 0 0 268 14 0 0 16 0 19 0 834451017 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=10549880 CPUtime=3.29 cores=0,2,4,6
/proc/7126/task/7135/stat : 7135 (java) S 7124 7126 5603 0 -1 4202560 72940 0 0 0 319 10 0 0 15 0 19 0 834451017 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7136] ppid=7124 vsize=10549880 CPUtime=3.22 cores=0,2,4,6
/proc/7126/task/7136/stat : 7136 (java) S 7124 7126 5603 0 -1 4202560 103413 0 0 0 308 14 0 0 15 0 19 0 834451017 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=10549880 CPUtime=0.04 cores=0,2,4,6
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5603 0 -1 4202560 111 0 0 0 2 2 0 0 15 0 19 0 834451018 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 0 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5603 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834451019 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7139] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834451019 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7140] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7140/stat : 7140 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834451021 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699498929 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7141] ppid=7124 vsize=10549880 CPUtime=0.92 cores=0,2,4,6
/proc/7126/task/7141/stat : 7141 (java) S 7124 7126 5603 0 -1 4202560 4429 0 0 0 92 0 0 0 15 0 19 0 834451021 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7142] ppid=7124 vsize=10549880 CPUtime=0.7 cores=0,2,4,6
/proc/7126/task/7142/stat : 7142 (java) S 7124 7126 5603 0 -1 4202560 3202 0 0 0 70 0 0 0 15 0 19 0 834451021 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 4 0 0 0
[pid=7126/tid=7143] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7143/stat : 7143 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834451021 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7144] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7144/stat : 7144 (java) S 7124 7126 5603 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 834451021 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7145] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7145/stat : 7145 (java) S 7124 7126 5603 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 834451978 10803077120 1322531 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1741.74
Current children cumulated vsize (KiB) 10549880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.3 s]
/proc/loadavg: 2.01 2.06 2.01 3/612 7244
/proc/meminfo: memFree=13586836/32951124 swapFree=58940260/67111528
[pid=7126] ppid=7124 vsize=10549880 CPUtime=1800.07 cores=0,2,4,6
/proc/7126/stat : 7126 (java) S 7124 7126 5603 0 -1 4202496 1344417 0 1 0 179825 182 0 0 23 0 19 0 834451015 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7126/statm: 2637470 1336394 2254 9 0 2628204 0
[pid=7126/tid=7127] ppid=7124 vsize=10549880 CPUtime=1772.96 cores=0,2,4,6
/proc/7126/task/7127/stat : 7127 (java) R 7124 7126 5603 0 -1 4202560 651347 0 1 0 177216 80 0 0 25 0 19 0 834451016 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 46912506071636 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7126/tid=7129] ppid=7124 vsize=10549880 CPUtime=3.33 cores=0,2,4,6
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5603 0 -1 4202560 74044 0 0 0 325 8 0 0 16 0 19 0 834451017 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=10549880 CPUtime=3.07 cores=0,2,4,6
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5603 0 -1 4202560 83187 0 0 0 294 13 0 0 15 0 19 0 834451017 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7131] ppid=7124 vsize=10549880 CPUtime=3.13 cores=0,2,4,6
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5603 0 -1 4202560 65546 0 0 0 305 8 0 0 16 0 19 0 834451017 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 4 0 0 0
[pid=7126/tid=7132] ppid=7124 vsize=10549880 CPUtime=2.98 cores=0,2,4,6
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5603 0 -1 4202560 90801 0 0 0 285 13 0 0 15 0 19 0 834451017 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=10549880 CPUtime=3.3 cores=0,2,4,6
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5603 0 -1 4202560 103300 0 0 0 317 13 0 0 15 0 19 0 834451017 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=10549880 CPUtime=2.87 cores=0,2,4,6
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5603 0 -1 4202560 85731 0 0 0 273 14 0 0 15 0 19 0 834451017 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=10549880 CPUtime=3.38 cores=0,2,4,6
/proc/7126/task/7135/stat : 7135 (java) S 7124 7126 5603 0 -1 4202560 78019 0 0 0 327 11 0 0 16 0 19 0 834451017 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7136] ppid=7124 vsize=10549880 CPUtime=3.29 cores=0,2,4,6
/proc/7126/task/7136/stat : 7136 (java) S 7124 7126 5603 0 -1 4202560 103440 0 0 0 315 14 0 0 16 0 19 0 834451017 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=10549880 CPUtime=0.04 cores=0,2,4,6
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5603 0 -1 4202560 115 0 0 0 2 2 0 0 15 0 19 0 834451018 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 0 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5603 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834451019 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7139] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834451019 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7140] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7140/stat : 7140 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834451021 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699498929 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7141] ppid=7124 vsize=10549880 CPUtime=0.92 cores=0,2,4,6
/proc/7126/task/7141/stat : 7141 (java) S 7124 7126 5603 0 -1 4202560 4429 0 0 0 92 0 0 0 15 0 19 0 834451021 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7142] ppid=7124 vsize=10549880 CPUtime=0.7 cores=0,2,4,6
/proc/7126/task/7142/stat : 7142 (java) S 7124 7126 5603 0 -1 4202560 3202 0 0 0 70 0 0 0 15 0 19 0 834451021 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 4 0 0 0
[pid=7126/tid=7143] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7143/stat : 7143 (java) S 7124 7126 5603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834451021 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491225 0 4 0 16800975 18446604445468526400 0 0 -1 2 0 0 0
[pid=7126/tid=7144] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7144/stat : 7144 (java) S 7124 7126 5603 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 834451021 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 4 0 16800975 18446604445468526400 0 0 -1 0 0 0 0
[pid=7126/tid=7145] ppid=7124 vsize=10549880 CPUtime=0 cores=0,2,4,6
/proc/7126/task/7145/stat : 7145 (java) S 7124 7126 5603 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 834451978 10803077120 1336394 33554432000 1073741824 1073778376 140736951829184 18446744073709551615 212699491840 0 4 0 16800975 18446604445468526400 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10549880

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

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

[startup+1780.5 s]
/proc/loadavg: 2.01 2.06 2.01 3/612 7244
/proc/meminfo: memFree=13586836/32951124 swapFree=58940260/67111528
[pid=7126] ppid=7124 vsize=0 CPUtime=1800.27 cores=0,2,4,6
/proc/7126/stat : 7126 (java) Z 7124 7126 5603 0 -1 4203548 1344447 0 1 0 179828 199 0 0 17 0 2 0 834451015 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7126/statm: 0 0 0 0 0 0 0
[pid=7126/tid=7127] ppid=7124 vsize=0 CPUtime=1773.13 cores=0,2,4,6
/proc/7126/task/7127/stat : 7127 (java) R 7124 7126 5603 0 -1 4203588 651347 0 1 0 177217 96 0 0 25 0 2 0 834451016 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.57
CPU time (s): 1800.34
CPU user time (s): 1798.28
CPU system time (s): 2.05469
CPU usage (%): 101.11
Max. virtual memory (cumulated for all children) (KiB): 10549880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.28
system time used= 2.05469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1344447
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= 42945
involuntary context switches= 20711

runsolver used 11.0553 second user time and 23.0745 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-05 01:02:13
IDJOB=3457577
IDBENCH=71874
IDSOLVER=1951
FILE ID=node139/3457577-1307228531
RUNJOBID= node139-1307215866-5621
PBS_JOBID= 13509085
Free space on /tmp= 73412 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__128.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457577-1307228531/watcher-3457577-1307228531 -o /tmp/evaluation-result-3457577-1307228531/solver-3457577-1307228531 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457577-1307228531.opb

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

MD5SUM BENCH= 2104e5f01fbb9f409116374f650da887
RANDOM SEED=1218426632

node139.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.852
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.70
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.852
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19795864 kB
Buffers:        292824 kB
Cached:         733356 kB
SwapCached:       3628 kB
Active:       12299628 kB
Inactive:       544168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19795864 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:           60896 kB
Writeback:           0 kB
AnonPages:    11815708 kB
Mapped:          41276 kB
Slab:           155268 kB
PageTables:      85960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 181248188 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= 73384 MiB
End job on node139 at 2011-06-05 01:31:55