Trace number 3456517

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.22 1792.1

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1773.19
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/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-3456517-1307200212.opb
0.10/0.11	c reading problem ... 
0.83/0.50	c ... done. Wall clock time 0.394s.
0.83/0.50	c #vars     14400
0.83/0.50	c #constraints  1088
0.83/0.50	c constraints type 
0.83/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
0.83/0.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
1800.03/1791.93	c starts		: 20
1800.03/1791.93	c conflicts		: 4207
1800.03/1791.93	c decisions		: 82580
1800.03/1791.93	c propagations		: 1055255
1800.03/1791.93	c inspects		: 96035535
1800.03/1791.93	c shortcuts		: 0
1800.03/1791.93	c learnt literals	: 0
1800.03/1791.93	c learnt binary clauses	: 0
1800.03/1791.93	c learnt ternary clauses	: 0
1800.03/1791.93	c learnt constraints	: 4206
1800.03/1791.93	c ignored constraints	: 0
1800.03/1791.93	c root simplifications	: 0
1800.03/1791.93	c removed literals (reason simplification)	: 0
1800.03/1791.93	c reason swapping (by a shorter reason)	: 0
1800.03/1791.93	c Calls to reduceDB	: 0
1800.03/1791.93	c number of reductions to clauses (during analyze)	: 0
1800.03/1791.93	c number of learned constraints concerned by reduction	: 0
1800.03/1791.93	c number of learning phase by resolution	: 0
1800.03/1791.93	c number of learning phase by cutting planes	: 0
1800.03/1791.93	c speed (assignments/second)	: 589.057674069137
1800.03/1791.93	c non guided choices	7336
1800.03/1791.94	c learnt constraints type 
1800.03/1791.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 921
1800.03/1791.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3285
1800.03/1791.94	c constraints type 
1800.03/1791.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
1800.03/1791.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
1800.03/1791.94	s UNKNOWN
1800.03/1791.94	c Total wall clock time (in seconds): 1791.828

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

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.28 1/394 15689
/proc/meminfo: memFree=29998500/32950904 swapFree=56615552/67111528
[pid=15689] ppid=15687 vsize=35820 CPUtime=0 cores=1,3,5,7
/proc/15689/stat : 15689 (java) S 15687 15689 15661 0 -1 4202496 1343 0 1 0 0 0 0 0 22 0 2 0 831620953 36679680 1047 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/15689/statm: 8955 1053 816 9 0 386 0
[pid=15689/tid=15690] ppid=15687 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15690/stat : 15690 (java) R 15687 15689 15661 0 -1 4202560 2712 0 1 0 0 0 0 0 23 0 2 0 831620954 10694979584 3529 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237278573627 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0534691 s]
/proc/loadavg: 0.00 0.00 0.28 1/394 15689
/proc/meminfo: memFree=29998500/32950904 swapFree=56615552/67111528
[pid=15689] ppid=15687 vsize=10467616 CPUtime=0.03 cores=1,3,5,7
/proc/15689/stat : 15689 (java) S 15687 15689 15661 0 -1 4202496 11428 0 1 0 2 1 0 0 22 0 13 0 831620953 10718838784 11126 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290682341 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/15689/statm: 2616904 11126 1684 9 0 2607652 0
[pid=15689/tid=15690] ppid=15687 vsize=10467616 CPUtime=0.03 cores=1,3,5,7
/proc/15689/task/15690/stat : 15690 (java) R 15687 15689 15661 0 -1 4202560 10282 0 1 0 2 1 0 0 25 0 13 0 831620954 10718838784 11126 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 47864919319569 0 4 0 16800971 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467616

[startup+0.100461 s]
/proc/loadavg: 0.00 0.00 0.28 1/394 15689
/proc/meminfo: memFree=29998500/32950904 swapFree=56615552/67111528
[pid=15689] ppid=15687 vsize=10539668 CPUtime=0.1 cores=1,3,5,7
/proc/15689/stat : 15689 (java) S 15687 15689 15661 0 -1 4202496 13038 0 1 0 8 2 0 0 22 0 18 0 831620953 10792620032 12696 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15689/statm: 2634917 12696 2093 9 0 2625651 0
[pid=15689/tid=15690] ppid=15687 vsize=10539668 CPUtime=0.08 cores=1,3,5,7
/proc/15689/task/15690/stat : 15690 (java) R 15687 15689 15661 0 -1 4202560 11088 0 1 0 6 2 0 0 25 0 18 0 831620954 10792620032 12696 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 47864921772569 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539668

[startup+0.300425 s]
/proc/loadavg: 0.00 0.00 0.28 1/394 15689
/proc/meminfo: memFree=29998500/32950904 swapFree=56615552/67111528
[pid=15689] ppid=15687 vsize=10543132 CPUtime=0.54 cores=1,3,5,7
/proc/15689/stat : 15689 (java) S 15687 15689 15661 0 -1 4202496 19113 0 1 0 51 3 0 0 22 0 18 0 831620953 10796167168 17657 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15689/statm: 2635783 17657 2200 9 0 2626517 0
[pid=15689/tid=15690] ppid=15687 vsize=10543132 CPUtime=0.28 cores=1,3,5,7
/proc/15689/task/15690/stat : 15690 (java) R 15687 15689 15661 0 -1 4202560 14126 0 1 0 25 3 0 0 25 0 18 0 831620954 10796167168 17657 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 47864920232855 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543132

[startup+0.700355 s]
/proc/loadavg: 0.00 0.00 0.28 1/394 15689
/proc/meminfo: memFree=29998500/32950904 swapFree=56615552/67111528
[pid=15689] ppid=15687 vsize=10556988 CPUtime=1.35 cores=1,3,5,7
/proc/15689/stat : 15689 (java) S 15687 15689 15661 0 -1 4202496 46001 0 1 0 128 7 0 0 22 0 19 0 831620953 10810355712 42468 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15689/statm: 2639247 42468 2223 9 0 2629981 0
[pid=15689/tid=15690] ppid=15687 vsize=10556988 CPUtime=0.68 cores=1,3,5,7
/proc/15689/task/15690/stat : 15690 (java) R 15687 15689 15661 0 -1 4202560 34963 0 1 0 63 5 0 0 25 0 19 0 831620954 10810355712 42468 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 46912505228295 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 10556988

[startup+1.50121 s]
/proc/loadavg: 0.00 0.00 0.28 2/413 15709
/proc/meminfo: memFree=29808204/32950904 swapFree=56615552/67111528
[pid=15689] ppid=15687 vsize=10556988 CPUtime=2.67 cores=1,3,5,7
/proc/15689/stat : 15689 (java) S 15687 15689 15661 0 -1 4202496 100455 0 1 0 252 15 0 0 22 0 19 0 831620953 10810355712 95583 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15689/statm: 2639247 95593 2225 9 0 2629981 0
[pid=15689/tid=15690] ppid=15687 vsize=10556988 CPUtime=1.47 cores=1,3,5,7
/proc/15689/task/15690/stat : 15690 (java) R 15687 15689 15661 0 -1 4202560 85114 0 1 0 135 12 0 0 18 0 19 0 831620954 10810355712 95593 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 46912505975098 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15689/tid=15692] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15692/stat : 15692 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 95593 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15693] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15693/stat : 15693 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 95593 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15694] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15694/stat : 15694 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 95596 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15695] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15695/stat : 15695 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 95602 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15696] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15696/stat : 15696 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 95609 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15697] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15697/stat : 15697 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 95615 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15698] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15698/stat : 15698 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 95621 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15699] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15699/stat : 15699 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 95623 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15700] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15700/stat : 15700 (java) S 15687 15689 15661 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 831620956 10810355712 95623 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 0 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15701] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15701/stat : 15701 (java) S 15687 15689 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831620957 10810355712 95623 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15702] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15702/stat : 15702 (java) S 15687 15689 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831620957 10810355712 95625 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15703] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15703/stat : 15703 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620959 10810355712 95631 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290703281 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15704] ppid=15687 vsize=10556988 CPUtime=0.56 cores=1,3,5,7
/proc/15689/task/15704/stat : 15704 (java) S 15687 15689 15661 0 -1 4202560 6575 0 0 0 56 0 0 0 25 0 19 0 831620959 10810355712 95637 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15705] ppid=15687 vsize=10556988 CPUtime=0.6 cores=1,3,5,7
/proc/15689/task/15705/stat : 15705 (java) S 15687 15689 15661 0 -1 4202560 7618 0 0 0 59 1 0 0 25 0 19 0 831620959 10810355712 95644 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15706] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15706/stat : 15706 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620959 10810355712 95649 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15707] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15707/stat : 15707 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831620959 10810355712 95653 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15708] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15708/stat : 15708 (java) S 15687 15689 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831621006 10810355712 95653 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 10556988

[startup+3.10093 s]
/proc/loadavg: 0.00 0.00 0.28 2/413 15709
/proc/meminfo: memFree=29361804/32950904 swapFree=56615552/67111528
[pid=15689] ppid=15687 vsize=10556988 CPUtime=4.29 cores=1,3,5,7
/proc/15689/stat : 15689 (java) S 15687 15689 15661 0 -1 4202496 267837 0 1 0 395 34 0 0 22 0 19 0 831620953 10810355712 262963 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15689/statm: 2639247 262972 2225 9 0 2629981 0
[pid=15689/tid=15690] ppid=15687 vsize=10556988 CPUtime=3.07 cores=1,3,5,7
/proc/15689/task/15690/stat : 15690 (java) R 15687 15689 15661 0 -1 4202560 252489 0 1 0 276 31 0 0 21 0 19 0 831620954 10810355712 262972 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 46912505654250 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15689/tid=15692] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15692/stat : 15692 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 262972 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15693] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15693/stat : 15693 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 262972 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15694] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15694/stat : 15694 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 262972 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15695] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15695/stat : 15695 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 262978 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15696] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15696/stat : 15696 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 262984 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15697] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15697/stat : 15697 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 262984 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15698] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15698/stat : 15698 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 262984 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15699] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15699/stat : 15699 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 262984 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15700] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15700/stat : 15700 (java) S 15687 15689 15661 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 831620956 10810355712 262984 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 0 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15701] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15701/stat : 15701 (java) S 15687 15689 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831620957 10810355712 262989 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15702] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15702/stat : 15702 (java) S 15687 15689 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831620957 10810355712 262995 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15703] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15703/stat : 15703 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620959 10810355712 262996 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290703281 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15704] ppid=15687 vsize=10556988 CPUtime=0.56 cores=1,3,5,7
/proc/15689/task/15704/stat : 15704 (java) S 15687 15689 15661 0 -1 4202560 6575 0 0 0 56 0 0 0 25 0 19 0 831620959 10810355712 262996 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15705] ppid=15687 vsize=10556988 CPUtime=0.63 cores=1,3,5,7
/proc/15689/task/15705/stat : 15705 (java) S 15687 15689 15661 0 -1 4202560 7623 0 0 0 62 1 0 0 15 0 19 0 831620959 10810355712 262996 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15706] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15706/stat : 15706 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620959 10810355712 262996 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15707] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15707/stat : 15707 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831620959 10810355712 263000 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15708] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15708/stat : 15708 (java) S 15687 15689 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831621006 10810355712 263005 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 10556988

[startup+6.30136 s]
/proc/loadavg: 0.08 0.02 0.29 2/413 15709
/proc/meminfo: memFree=28063404/32950904 swapFree=56615552/67111528
[pid=15689] ppid=15687 vsize=10556988 CPUtime=7.52 cores=1,3,5,7
/proc/15689/stat : 15689 (java) S 15687 15689 15661 0 -1 4202496 586230 0 1 0 683 69 0 0 22 0 19 0 831620953 10810355712 581331 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15689/statm: 2639247 581342 2226 9 0 2629981 0
[pid=15689/tid=15690] ppid=15687 vsize=10556988 CPUtime=6.28 cores=1,3,5,7
/proc/15689/task/15690/stat : 15690 (java) R 15687 15689 15661 0 -1 4202560 570883 0 1 0 562 66 0 0 25 0 19 0 831620954 10810355712 581346 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 46912505975101 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15689/tid=15692] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15692/stat : 15692 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 581347 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15693] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15693/stat : 15693 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 581347 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15694] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15694/stat : 15694 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 581347 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15695] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15695/stat : 15695 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 581347 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15696] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15696/stat : 15696 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 581352 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15697] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15697/stat : 15697 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 581358 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15698] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15698/stat : 15698 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 581364 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15699] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15699/stat : 15699 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620955 10810355712 581366 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15700] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15700/stat : 15700 (java) S 15687 15689 15661 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 831620956 10810355712 581366 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 0 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15701] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15701/stat : 15701 (java) S 15687 15689 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831620957 10810355712 581366 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15702] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15702/stat : 15702 (java) S 15687 15689 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831620957 10810355712 581366 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15703] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15703/stat : 15703 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620959 10810355712 581369 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290703281 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15704] ppid=15687 vsize=10556988 CPUtime=0.56 cores=1,3,5,7
/proc/15689/task/15704/stat : 15704 (java) S 15687 15689 15661 0 -1 4202560 6575 0 0 0 56 0 0 0 25 0 19 0 831620959 10810355712 581375 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15705] ppid=15687 vsize=10556988 CPUtime=0.65 cores=1,3,5,7
/proc/15689/task/15705/stat : 15705 (java) S 15687 15689 15661 0 -1 4202560 7627 0 0 0 64 1 0 0 15 0 19 0 831620959 10810355712 581380 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0

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

/proc/15689/task/15701/stat : 15701 (java) S 15687 15689 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831620957 10810355712 1019150 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15702] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15702/stat : 15702 (java) S 15687 15689 15661 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831620957 10810355712 1019150 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15703] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15703/stat : 15703 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620959 10810355712 1019150 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290703281 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15704] ppid=15687 vsize=10556988 CPUtime=0.68 cores=1,3,5,7
/proc/15689/task/15704/stat : 15704 (java) S 15687 15689 15661 0 -1 4202560 6603 0 0 0 68 0 0 0 16 0 19 0 831620959 10810355712 1019150 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15705] ppid=15687 vsize=10556988 CPUtime=0.91 cores=1,3,5,7
/proc/15689/task/15705/stat : 15705 (java) S 15687 15689 15661 0 -1 4202560 7661 0 0 0 90 1 0 0 15 0 19 0 831620959 10810355712 1019150 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 1 0 0 0
[pid=15689/tid=15706] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15706/stat : 15706 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620959 10810355712 1019150 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15707] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15707/stat : 15707 (java) S 15687 15689 15661 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 831620959 10810355712 1019150 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15708] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15708/stat : 15708 (java) S 15687 15689 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831621006 10810355712 1019150 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1669.83
Current children cumulated vsize (KiB) 10556988

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.85 2/413 15754
/proc/meminfo: memFree=25898688/32950904 swapFree=56615552/67111528
[pid=15689] ppid=15687 vsize=10556988 CPUtime=1730.04 cores=1,3,5,7
/proc/15689/stat : 15689 (java) S 15687 15689 15661 0 -1 4202496 1033403 0 1 0 172877 127 0 0 22 0 19 0 831620953 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15689/statm: 2639247 1024707 2241 9 0 2629981 0
[pid=15689/tid=15690] ppid=15687 vsize=10556988 CPUtime=1719.42 cores=1,3,5,7
/proc/15689/task/15690/stat : 15690 (java) R 15687 15689 15661 0 -1 4202560 840293 0 1 0 171843 99 0 0 25 0 19 0 831620954 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 46912506058631 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15689/tid=15692] ppid=15687 vsize=10556988 CPUtime=1.08 cores=1,3,5,7
/proc/15689/task/15692/stat : 15692 (java) S 15687 15689 15661 0 -1 4202560 22974 0 0 0 106 2 0 0 16 0 19 0 831620955 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15693] ppid=15687 vsize=10556988 CPUtime=1.08 cores=1,3,5,7
/proc/15689/task/15693/stat : 15693 (java) S 15687 15689 15661 0 -1 4202560 20663 0 0 0 105 3 0 0 16 0 19 0 831620955 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 1 0 0 0
[pid=15689/tid=15694] ppid=15687 vsize=10556988 CPUtime=1.04 cores=1,3,5,7
/proc/15689/task/15694/stat : 15694 (java) S 15687 15689 15661 0 -1 4202560 23728 0 0 0 101 3 0 0 16 0 19 0 831620955 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15695] ppid=15687 vsize=10556988 CPUtime=1.12 cores=1,3,5,7
/proc/15689/task/15695/stat : 15695 (java) S 15687 15689 15661 0 -1 4202560 22924 0 0 0 109 3 0 0 15 0 19 0 831620955 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15696] ppid=15687 vsize=10556988 CPUtime=1.14 cores=1,3,5,7
/proc/15689/task/15696/stat : 15696 (java) S 15687 15689 15661 0 -1 4202560 22505 0 0 0 112 2 0 0 15 0 19 0 831620955 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15697] ppid=15687 vsize=10556988 CPUtime=1.11 cores=1,3,5,7
/proc/15689/task/15697/stat : 15697 (java) S 15687 15689 15661 0 -1 4202560 19791 0 0 0 109 2 0 0 15 0 19 0 831620955 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15698] ppid=15687 vsize=10556988 CPUtime=1.2 cores=1,3,5,7
/proc/15689/task/15698/stat : 15698 (java) S 15687 15689 15661 0 -1 4202560 21406 0 0 0 116 4 0 0 15 0 19 0 831620955 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15699] ppid=15687 vsize=10556988 CPUtime=1.12 cores=1,3,5,7
/proc/15689/task/15699/stat : 15699 (java) S 15687 15689 15661 0 -1 4202560 23495 0 0 0 109 3 0 0 16 0 19 0 831620955 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15700] ppid=15687 vsize=10556988 CPUtime=0.03 cores=1,3,5,7
/proc/15689/task/15700/stat : 15700 (java) S 15687 15689 15661 0 -1 4202560 109 0 0 0 2 1 0 0 15 0 19 0 831620956 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 0 0 16800975 18446604456720024640 0 0 -1 1 0 0 0
[pid=15689/tid=15701] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15701/stat : 15701 (java) S 15687 15689 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831620957 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15702] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15702/stat : 15702 (java) S 15687 15689 15661 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831620957 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15703] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15703/stat : 15703 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620959 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290703281 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15704] ppid=15687 vsize=10556988 CPUtime=0.68 cores=1,3,5,7
/proc/15689/task/15704/stat : 15704 (java) S 15687 15689 15661 0 -1 4202560 6603 0 0 0 68 0 0 0 16 0 19 0 831620959 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15705] ppid=15687 vsize=10556988 CPUtime=0.91 cores=1,3,5,7
/proc/15689/task/15705/stat : 15705 (java) S 15687 15689 15661 0 -1 4202560 7661 0 0 0 90 1 0 0 15 0 19 0 831620959 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 1 0 0 0
[pid=15689/tid=15706] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15706/stat : 15706 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620959 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15707] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15707/stat : 15707 (java) S 15687 15689 15661 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 831620959 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15708] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15708/stat : 15708 (java) S 15687 15689 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831621006 10810355712 1024707 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1730.04
Current children cumulated vsize (KiB) 10556988

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.86 2/413 15756
/proc/meminfo: memFree=25877832/32950904 swapFree=56615552/67111528
[pid=15689] ppid=15687 vsize=10556988 CPUtime=1790.36 cores=1,3,5,7
/proc/15689/stat : 15689 (java) S 15687 15689 15661 0 -1 4202496 1038529 0 1 0 178907 129 0 0 22 0 19 0 831620953 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15689/statm: 2639247 1029719 2241 9 0 2629981 0
[pid=15689/tid=15690] ppid=15687 vsize=10556988 CPUtime=1779.3 cores=1,3,5,7
/proc/15689/task/15690/stat : 15690 (java) R 15687 15689 15661 0 -1 4202560 840299 0 1 0 177831 99 0 0 25 0 19 0 831620954 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 46912506058451 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15689/tid=15692] ppid=15687 vsize=10556988 CPUtime=1.13 cores=1,3,5,7
/proc/15689/task/15692/stat : 15692 (java) S 15687 15689 15661 0 -1 4202560 23620 0 0 0 111 2 0 0 15 0 19 0 831620955 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 1 0 0 0
[pid=15689/tid=15693] ppid=15687 vsize=10556988 CPUtime=1.12 cores=1,3,5,7
/proc/15689/task/15693/stat : 15693 (java) S 15687 15689 15661 0 -1 4202560 21297 0 0 0 109 3 0 0 15 0 19 0 831620955 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15694] ppid=15687 vsize=10556988 CPUtime=1.08 cores=1,3,5,7
/proc/15689/task/15694/stat : 15694 (java) S 15687 15689 15661 0 -1 4202560 23841 0 0 0 105 3 0 0 15 0 19 0 831620955 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15695] ppid=15687 vsize=10556988 CPUtime=1.15 cores=1,3,5,7
/proc/15689/task/15695/stat : 15695 (java) S 15687 15689 15661 0 -1 4202560 23155 0 0 0 112 3 0 0 15 0 19 0 831620955 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15696] ppid=15687 vsize=10556988 CPUtime=1.18 cores=1,3,5,7
/proc/15689/task/15696/stat : 15696 (java) S 15687 15689 15661 0 -1 4202560 23373 0 0 0 116 2 0 0 16 0 19 0 831620955 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15697] ppid=15687 vsize=10556988 CPUtime=1.18 cores=1,3,5,7
/proc/15689/task/15697/stat : 15697 (java) S 15687 15689 15661 0 -1 4202560 20274 0 0 0 116 2 0 0 15 0 19 0 831620955 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15698] ppid=15687 vsize=10556988 CPUtime=1.28 cores=1,3,5,7
/proc/15689/task/15698/stat : 15698 (java) S 15687 15689 15661 0 -1 4202560 22691 0 0 0 124 4 0 0 16 0 19 0 831620955 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15699] ppid=15687 vsize=10556988 CPUtime=1.19 cores=1,3,5,7
/proc/15689/task/15699/stat : 15699 (java) S 15687 15689 15661 0 -1 4202560 24351 0 0 0 116 3 0 0 16 0 19 0 831620955 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15700] ppid=15687 vsize=10556988 CPUtime=0.03 cores=1,3,5,7
/proc/15689/task/15700/stat : 15700 (java) S 15687 15689 15661 0 -1 4202560 111 0 0 0 2 1 0 0 15 0 19 0 831620956 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 0 0 16800975 18446604456720024640 0 0 -1 1 0 0 0
[pid=15689/tid=15701] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15701/stat : 15701 (java) S 15687 15689 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831620957 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15702] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15702/stat : 15702 (java) S 15687 15689 15661 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831620957 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15703] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15703/stat : 15703 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620959 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290703281 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15704] ppid=15687 vsize=10556988 CPUtime=0.68 cores=1,3,5,7
/proc/15689/task/15704/stat : 15704 (java) S 15687 15689 15661 0 -1 4202560 6603 0 0 0 68 0 0 0 16 0 19 0 831620959 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15705] ppid=15687 vsize=10556988 CPUtime=0.91 cores=1,3,5,7
/proc/15689/task/15705/stat : 15705 (java) S 15687 15689 15661 0 -1 4202560 7661 0 0 0 90 1 0 0 15 0 19 0 831620959 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 1 0 0 0
[pid=15689/tid=15706] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15706/stat : 15706 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620959 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15707] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15707/stat : 15707 (java) S 15687 15689 15661 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 831620959 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15708] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15708/stat : 15708 (java) S 15687 15689 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831621006 10810355712 1029719 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1790.36
Current children cumulated vsize (KiB) 10556988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.92 s]
/proc/loadavg: 1.00 0.99 0.86 2/413 15756
/proc/meminfo: memFree=25874216/32950904 swapFree=56615552/67111528
[pid=15689] ppid=15687 vsize=10556988 CPUtime=1800.03 cores=1,3,5,7
/proc/15689/stat : 15689 (java) S 15687 15689 15661 0 -1 4202496 1039614 0 1 0 179874 129 0 0 22 0 19 0 831620953 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15689/statm: 2639247 1030787 2241 9 0 2629981 0
[pid=15689/tid=15690] ppid=15687 vsize=10556988 CPUtime=1788.91 cores=1,3,5,7
/proc/15689/task/15690/stat : 15690 (java) R 15687 15689 15661 0 -1 4202560 840300 0 1 0 178792 99 0 0 25 0 19 0 831620954 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 46912506058501 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15689/tid=15692] ppid=15687 vsize=10556988 CPUtime=1.15 cores=1,3,5,7
/proc/15689/task/15692/stat : 15692 (java) S 15687 15689 15661 0 -1 4202560 23832 0 0 0 113 2 0 0 16 0 19 0 831620955 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 1 0 0 0
[pid=15689/tid=15693] ppid=15687 vsize=10556988 CPUtime=1.12 cores=1,3,5,7
/proc/15689/task/15693/stat : 15693 (java) S 15687 15689 15661 0 -1 4202560 21297 0 0 0 109 3 0 0 15 0 19 0 831620955 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15694] ppid=15687 vsize=10556988 CPUtime=1.1 cores=1,3,5,7
/proc/15689/task/15694/stat : 15694 (java) S 15687 15689 15661 0 -1 4202560 24060 0 0 0 107 3 0 0 16 0 19 0 831620955 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15695] ppid=15687 vsize=10556988 CPUtime=1.17 cores=1,3,5,7
/proc/15689/task/15695/stat : 15695 (java) S 15687 15689 15661 0 -1 4202560 23510 0 0 0 114 3 0 0 16 0 19 0 831620955 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15696] ppid=15687 vsize=10556988 CPUtime=1.2 cores=1,3,5,7
/proc/15689/task/15696/stat : 15696 (java) S 15687 15689 15661 0 -1 4202560 23667 0 0 0 118 2 0 0 16 0 19 0 831620955 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15697] ppid=15687 vsize=10556988 CPUtime=1.18 cores=1,3,5,7
/proc/15689/task/15697/stat : 15697 (java) S 15687 15689 15661 0 -1 4202560 20274 0 0 0 116 2 0 0 15 0 19 0 831620955 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 3 0 0 0
[pid=15689/tid=15698] ppid=15687 vsize=10556988 CPUtime=1.28 cores=1,3,5,7
/proc/15689/task/15698/stat : 15698 (java) S 15687 15689 15661 0 -1 4202560 22691 0 0 0 124 4 0 0 15 0 19 0 831620955 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15699] ppid=15687 vsize=10556988 CPUtime=1.19 cores=1,3,5,7
/proc/15689/task/15699/stat : 15699 (java) S 15687 15689 15661 0 -1 4202560 24351 0 0 0 116 3 0 0 15 0 19 0 831620955 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15700] ppid=15687 vsize=10556988 CPUtime=0.03 cores=1,3,5,7
/proc/15689/task/15700/stat : 15700 (java) S 15687 15689 15661 0 -1 4202560 113 0 0 0 2 1 0 0 15 0 19 0 831620956 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 0 0 16800975 18446604456720024640 0 0 -1 1 0 0 0
[pid=15689/tid=15701] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15701/stat : 15701 (java) S 15687 15689 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831620957 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15702] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15702/stat : 15702 (java) S 15687 15689 15661 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831620957 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15703] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15703/stat : 15703 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620959 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290703281 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15704] ppid=15687 vsize=10556988 CPUtime=0.68 cores=1,3,5,7
/proc/15689/task/15704/stat : 15704 (java) S 15687 15689 15661 0 -1 4202560 6603 0 0 0 68 0 0 0 16 0 19 0 831620959 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15705] ppid=15687 vsize=10556988 CPUtime=0.91 cores=1,3,5,7
/proc/15689/task/15705/stat : 15705 (java) S 15687 15689 15661 0 -1 4202560 7661 0 0 0 90 1 0 0 15 0 19 0 831620959 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 1 0 0 0
[pid=15689/tid=15706] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15706/stat : 15706 (java) S 15687 15689 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620959 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290695577 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
[pid=15689/tid=15707] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15707/stat : 15707 (java) S 15687 15689 15661 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 831620959 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 4 0 16800975 18446604456720024640 0 0 -1 5 0 0 0
[pid=15689/tid=15708] ppid=15687 vsize=10556988 CPUtime=0 cores=1,3,5,7
/proc/15689/task/15708/stat : 15708 (java) S 15687 15689 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831621006 10810355712 1030787 33554432000 1073741824 1073778376 140735042360944 18446744073709551615 237290696192 0 4 0 16800975 18446604456720024640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10556988

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

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

[startup+1792.02 s]
/proc/loadavg: 1.00 0.99 0.86 2/413 15756
/proc/meminfo: memFree=25874216/32950904 swapFree=56615552/67111528
[pid=15689] ppid=15687 vsize=0 CPUtime=1800.13 cores=1,3,5,7
/proc/15689/stat : 15689 (java) Z 15687 15689 15661 0 -1 4203548 1039642 0 1 0 179876 137 0 0 17 0 2 0 831620953 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15689/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.1
CPU time (s): 1800.22
CPU user time (s): 1798.77
CPU system time (s): 1.45378
CPU usage (%): 100.453
Max. virtual memory (cumulated for all children) (KiB): 10556988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 1.45378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1039642
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= 41329
involuntary context switches= 7156

runsolver used 6.28104 second user time and 17.0954 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-04 17:10:12
IDJOB=3456517
IDBENCH=1153
IDSOLVER=1951
FILE ID=node121/3456517-1307200212
RUNJOBID= node121-1307200208-15680
PBS_JOBID= 13509038
Free space on /tmp= 73956 MiB

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

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

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=1949223139

node121.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      29998780 kB
Buffers:        334196 kB
Cached:         512584 kB
SwapCached:       9896 kB
Active:        2229688 kB
Inactive:       461280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      29998780 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:            1584 kB
Writeback:           0 kB
AnonPages:     1841508 kB
Mapped:          12412 kB
Slab:           142420 kB
PageTables:      51512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 83498952 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73956 MiB
End job on node121 at 2011-06-04 17:40:06