Trace number 3456428

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scorpion.opb
MD5SUM5969f09e744b158004f0e27c746edfe9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10740
Total number of constraints377
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints377
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 8460
Biggest coefficient in the objective function 10788957847552
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 603693086370759
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 33554432000000
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 603693086370759
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3456428-1307659038.opb
0.10/0.10	c reading problem ... 
0.85/0.45	c ... done. Wall clock time 0.341s.
0.85/0.45	c #vars     10740
0.85/0.45	c #constraints  2393
0.85/0.45	c constraints type 
0.85/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
119.60/117.54	c cleaning 0 clauses out of 5000 with flag 0/5000
730.64/727.57	c cleaning 0 clauses out of 11002 with flag 0/11002
1800.06/1794.91	c starts		: 20
1800.06/1794.91	c conflicts		: 13970
1800.06/1794.91	c decisions		: 74822
1800.06/1794.91	c propagations		: 1026640
1800.06/1794.91	c inspects		: 506479099
1800.06/1794.91	c shortcuts		: 0
1800.06/1794.91	c learnt literals	: 0
1800.06/1794.91	c learnt binary clauses	: 0
1800.06/1794.91	c learnt ternary clauses	: 0
1800.06/1794.91	c learnt constraints	: 13970
1800.06/1794.91	c ignored constraints	: 0
1800.06/1794.91	c root simplifications	: 0
1800.06/1794.91	c removed literals (reason simplification)	: 0
1800.06/1794.91	c reason swapping (by a shorter reason)	: 0
1800.06/1794.91	c Calls to reduceDB	: 2
1800.06/1794.91	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.91	c number of learned constraints concerned by reduction	: 0
1800.06/1794.91	c number of learning phase by resolution	: 0
1800.06/1794.91	c number of learning phase by cutting planes	: 0
1800.06/1794.91	c speed (assignments/second)	: 572.1154462365621
1800.06/1794.91	c non guided choices	111
1800.06/1794.92	c learnt constraints type 
1800.06/1794.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13970
1800.06/1794.92	c constraints type 
1800.06/1794.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
1800.06/1794.92	s UNKNOWN
1800.06/1794.92	c Total wall clock time (in seconds): 1794.814

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-3456428-1307659038/watcher-3456428-1307659038 -o /tmp/evaluation-result-3456428-1307659038/solver-3456428-1307659038 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456428-1307659038.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: 1.77 1.96 1.98 3/195 10604
/proc/meminfo: memFree=32077812/32951124 swapFree=67063556/67111528
[pid=10604] ppid=10602 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/10604/stat : 10604 (java) S 10602 10604 8879 0 -1 4202496 1115 0 0 0 0 0 0 0 25 0 2 0 877501971 24580096 853 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528636901 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10604/statm: 6001 864 652 9 0 381 0
[pid=10604/tid=10605] ppid=10602 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10605/stat : 10605 (java) R 10602 10604 8879 0 -1 4202560 26 0 0 0 0 0 0 0 25 0 2 0 877501972 24580096 877 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246511910535 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.012338 s]
/proc/loadavg: 1.77 1.96 1.98 3/195 10604
/proc/meminfo: memFree=32077812/32951124 swapFree=67063556/67111528
[pid=10604] ppid=10602 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/10604/stat : 10604 (java) S 10602 10604 8879 0 -1 4202496 3807 0 1 0 0 0 0 0 25 0 2 0 877501971 10694979584 3509 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/10604/statm: 2611079 3528 917 9 0 2602235 0
[pid=10604/tid=10605] ppid=10602 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10605/stat : 10605 (java) R 10602 10604 8879 0 -1 4202560 2726 0 1 0 0 0 0 0 25 0 2 0 877501972 10694979584 3542 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.100322 s]
/proc/loadavg: 1.77 1.96 1.98 3/195 10604
/proc/meminfo: memFree=32077812/32951124 swapFree=67063556/67111528
[pid=10604] ppid=10602 vsize=10540144 CPUtime=0.1 cores=1,3,5,7
/proc/10604/stat : 10604 (java) S 10602 10604 8879 0 -1 4202496 13102 0 1 0 9 1 0 0 25 0 18 0 877501971 10793107456 12799 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10604/statm: 2635036 12799 2092 9 0 2625770 0
[pid=10604/tid=10605] ppid=10602 vsize=10540144 CPUtime=0.08 cores=1,3,5,7
/proc/10604/task/10605/stat : 10605 (java) R 10602 10604 8879 0 -1 4202560 11185 0 1 0 7 1 0 0 25 0 18 0 877501972 10793107456 12799 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 47445091498967 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540144

[startup+0.300249 s]
/proc/loadavg: 1.77 1.96 1.98 3/195 10604
/proc/meminfo: memFree=32077812/32951124 swapFree=67063556/67111528
[pid=10604] ppid=10602 vsize=10547924 CPUtime=0.55 cores=1,3,5,7
/proc/10604/stat : 10604 (java) S 10602 10604 8879 0 -1 4202496 21683 0 1 0 53 2 0 0 25 0 18 0 877501971 10801074176 19333 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10604/statm: 2636981 19335 2203 9 0 2627715 0
[pid=10604/tid=10605] ppid=10602 vsize=10547924 CPUtime=0.28 cores=1,3,5,7
/proc/10604/task/10605/stat : 10605 (java) R 10602 10604 8879 0 -1 4202560 14381 0 1 0 27 1 0 0 25 0 18 0 877501972 10801074176 19337 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 46912505549737 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10547924

[startup+0.700177 s]
/proc/loadavg: 1.77 1.96 1.98 3/195 10604
/proc/meminfo: memFree=32077812/32951124 swapFree=67063556/67111528
[pid=10604] ppid=10602 vsize=10552604 CPUtime=1.39 cores=1,3,5,7
/proc/10604/stat : 10604 (java) S 10602 10604 8879 0 -1 4202496 34743 0 1 0 135 4 0 0 25 0 19 0 877501971 10805866496 31647 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10604/statm: 2638151 31651 2219 9 0 2628885 0
[pid=10604/tid=10605] ppid=10602 vsize=10552604 CPUtime=0.68 cores=1,3,5,7
/proc/10604/task/10605/stat : 10605 (java) R 10602 10604 8879 0 -1 4202560 25588 0 1 0 65 3 0 0 25 0 19 0 877501972 10805866496 31653 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 46912505823610 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 10552604

[startup+1.50109 s]
/proc/loadavg: 1.77 1.96 1.98 3/214 10623
/proc/meminfo: memFree=31575672/32951124 swapFree=67063556/67111528
[pid=10604] ppid=10602 vsize=10552604 CPUtime=2.6 cores=1,3,5,7
/proc/10604/stat : 10604 (java) S 10602 10604 8879 0 -1 4202496 92922 0 1 0 248 12 0 0 25 0 19 0 877501971 10805866496 89827 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10604/statm: 2638151 89832 2225 9 0 2628885 0
[pid=10604/tid=10605] ppid=10602 vsize=10552604 CPUtime=1.48 cores=1,3,5,7
/proc/10604/task/10605/stat : 10605 (java) R 10602 10604 8879 0 -1 4202560 83543 0 1 0 138 10 0 0 25 0 19 0 877501972 10805866496 89834 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 46912505911013 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10604/tid=10607] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10607/stat : 10607 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 89835 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10608] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10608/stat : 10608 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 89836 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10609] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10609/stat : 10609 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 89837 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10610] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10610/stat : 10610 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 89838 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10611] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10611/stat : 10611 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 89839 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10612] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10612/stat : 10612 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 89841 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10613] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10613/stat : 10613 (java) S 10602 10604 8879 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 89842 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10614] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10614/stat : 10614 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 89843 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10615] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10615/stat : 10615 (java) S 10602 10604 8879 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 877501975 10805866496 89843 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 0 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10616] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10616/stat : 10616 (java) S 10602 10604 8879 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877501975 10805866496 89846 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10617] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10617/stat : 10617 (java) S 10602 10604 8879 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877501975 10805866496 89847 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10618] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10618/stat : 10618 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501977 10805866496 89847 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528657841 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10619] ppid=10602 vsize=10552604 CPUtime=0.58 cores=1,3,5,7
/proc/10604/task/10619/stat : 10619 (java) S 10602 10604 8879 0 -1 4202560 4998 0 0 0 58 0 0 0 15 0 19 0 877501977 10805866496 89852 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10620] ppid=10602 vsize=10552604 CPUtime=0.51 cores=1,3,5,7
/proc/10604/task/10620/stat : 10620 (java) S 10602 10604 8879 0 -1 4202560 3231 0 0 0 51 0 0 0 20 0 19 0 877501977 10805866496 89855 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10621] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10621/stat : 10621 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501977 10805866496 89859 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10622] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10622/stat : 10622 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877501977 10805866496 89864 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10623] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10623/stat : 10623 (java) S 10602 10604 8879 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877502022 10805866496 89867 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 10552604

[startup+3.10078 s]
/proc/loadavg: 1.77 1.96 1.98 4/214 10679
/proc/meminfo: memFree=31459452/32951124 swapFree=67063556/67111528
[pid=10604] ppid=10602 vsize=10552604 CPUtime=4.28 cores=1,3,5,7
/proc/10604/stat : 10604 (java) S 10602 10604 8879 0 -1 4202496 278129 0 1 0 398 30 0 0 25 0 19 0 877501971 10805866496 275032 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10604/statm: 2638151 275033 2227 9 0 2628885 0
[pid=10604/tid=10605] ppid=10602 vsize=10552604 CPUtime=3.08 cores=1,3,5,7
/proc/10604/task/10605/stat : 10605 (java) R 10602 10604 8879 0 -1 4202560 268750 0 1 0 280 28 0 0 25 0 19 0 877501972 10805866496 275048 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 46912506047667 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10604/tid=10607] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10607/stat : 10607 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 275057 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10608] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10608/stat : 10608 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 275059 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10609] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10609/stat : 10609 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 275061 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10610] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10610/stat : 10610 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 275064 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10611] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10611/stat : 10611 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 275069 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10612] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10612/stat : 10612 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 275074 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10613] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10613/stat : 10613 (java) S 10602 10604 8879 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 275078 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10614] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10614/stat : 10614 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 275083 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10615] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10615/stat : 10615 (java) S 10602 10604 8879 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 877501975 10805866496 275088 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 0 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10616] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10616/stat : 10616 (java) S 10602 10604 8879 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877501975 10805866496 275092 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10617] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10617/stat : 10617 (java) S 10602 10604 8879 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877501975 10805866496 275096 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10618] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10618/stat : 10618 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501977 10805866496 275101 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528657841 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10619] ppid=10602 vsize=10552604 CPUtime=0.66 cores=1,3,5,7
/proc/10604/task/10619/stat : 10619 (java) S 10602 10604 8879 0 -1 4202560 5003 0 0 0 66 0 0 0 15 0 19 0 877501977 10805866496 275106 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10620] ppid=10602 vsize=10552604 CPUtime=0.51 cores=1,3,5,7
/proc/10604/task/10620/stat : 10620 (java) S 10602 10604 8879 0 -1 4202560 3231 0 0 0 51 0 0 0 18 0 19 0 877501977 10805866496 275110 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10621] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10621/stat : 10621 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501977 10805866496 275114 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10622] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10622/stat : 10622 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877501977 10805866496 275119 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10623] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10623/stat : 10623 (java) S 10602 10604 8879 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877502022 10805866496 275123 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 10552604

[startup+6.30119 s]
/proc/loadavg: 1.79 1.96 1.98 3/215 10680
/proc/meminfo: memFree=28561388/32951124 swapFree=67063556/67111528
[pid=10604] ppid=10602 vsize=10552604 CPUtime=7.63 cores=1,3,5,7
/proc/10604/stat : 10604 (java) S 10602 10604 8879 0 -1 4202496 617623 0 1 0 699 64 0 0 25 0 19 0 877501971 10805866496 614361 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10604/statm: 2638151 614364 2228 9 0 2628885 0
[pid=10604/tid=10605] ppid=10602 vsize=10552604 CPUtime=6.28 cores=1,3,5,7
/proc/10604/task/10605/stat : 10605 (java) R 10602 10604 8879 0 -1 4202560 606492 0 1 0 566 62 0 0 25 0 19 0 877501972 10805866496 614365 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 46912505614316 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10604/tid=10607] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10607/stat : 10607 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 614366 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10608] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10608/stat : 10608 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 614368 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10609] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10609/stat : 10609 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 614369 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10610] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10610/stat : 10610 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 614369 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10611] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10611/stat : 10611 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 614370 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10612] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10612/stat : 10612 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 614371 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10613] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10613/stat : 10613 (java) S 10602 10604 8879 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 614372 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10614] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10614/stat : 10614 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501974 10805866496 614373 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10615] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10615/stat : 10615 (java) S 10602 10604 8879 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 877501975 10805866496 614374 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 0 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10616] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10616/stat : 10616 (java) S 10602 10604 8879 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877501975 10805866496 614375 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10617] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10617/stat : 10617 (java) S 10602 10604 8879 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877501975 10805866496 614376 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10618] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10618/stat : 10618 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501977 10805866496 614377 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528657841 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10619] ppid=10602 vsize=10552604 CPUtime=0.74 cores=1,3,5,7
/proc/10604/task/10619/stat : 10619 (java) R 10602 10604 8879 0 -1 4202560 6708 0 0 0 73 1 0 0 16 0 19 0 877501977 10805866496 614378 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 47445090784682 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10604/tid=10620] ppid=10602 vsize=10552604 CPUtime=0.58 cores=1,3,5,7
/proc/10604/task/10620/stat : 10620 (java) S 10602 10604 8879 0 -1 4202560 3265 0 0 0 58 0 0 0 15 0 19 0 877501977 10805866496 614379 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0

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

/proc/10604/task/10617/stat : 10617 (java) S 10602 10604 8879 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877501975 10805866496 1073571 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10618] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10618/stat : 10618 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501977 10805866496 1073571 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528657841 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10619] ppid=10602 vsize=10552604 CPUtime=0.86 cores=1,3,5,7
/proc/10604/task/10619/stat : 10619 (java) S 10602 10604 8879 0 -1 4202560 6927 0 0 0 85 1 0 0 15 0 19 0 877501977 10805866496 1073571 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10620] ppid=10602 vsize=10552604 CPUtime=0.6 cores=1,3,5,7
/proc/10604/task/10620/stat : 10620 (java) S 10602 10604 8879 0 -1 4202560 3269 0 0 0 60 0 0 0 15 0 19 0 877501977 10805866496 1073571 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10621] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10621/stat : 10621 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501977 10805866496 1073571 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10622] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10622/stat : 10622 (java) S 10602 10604 8879 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 877501977 10805866496 1073571 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10623] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10623/stat : 10623 (java) S 10602 10604 8879 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877502022 10805866496 1073571 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1667.08
Current children cumulated vsize (KiB) 10552604

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/215 10738
/proc/meminfo: memFree=23878324/32951124 swapFree=67063556/67111528
[pid=10604] ppid=10602 vsize=10552604 CPUtime=1727.23 cores=1,3,5,7
/proc/10604/stat : 10604 (java) S 10602 10604 8879 0 -1 4202496 1096377 0 1 0 172595 128 0 0 25 0 19 0 877501971 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10604/statm: 2638151 1078449 2256 9 0 2628885 0
[pid=10604/tid=10605] ppid=10602 vsize=10552604 CPUtime=1720.57 cores=1,3,5,7
/proc/10604/task/10605/stat : 10605 (java) R 10602 10604 8879 0 -1 4202560 823528 0 1 0 171971 86 0 0 25 0 19 0 877501972 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 46912505701576 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10604/tid=10607] ppid=10602 vsize=10552604 CPUtime=0.63 cores=1,3,5,7
/proc/10604/task/10607/stat : 10607 (java) S 10602 10604 8879 0 -1 4202560 37781 0 0 0 58 5 0 0 16 0 19 0 877501974 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10608] ppid=10602 vsize=10552604 CPUtime=0.51 cores=1,3,5,7
/proc/10604/task/10608/stat : 10608 (java) S 10602 10604 8879 0 -1 4202560 25840 0 0 0 47 4 0 0 16 0 19 0 877501974 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10609] ppid=10602 vsize=10552604 CPUtime=0.65 cores=1,3,5,7
/proc/10604/task/10609/stat : 10609 (java) S 10602 10604 8879 0 -1 4202560 34144 0 0 0 60 5 0 0 15 0 19 0 877501974 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10610] ppid=10602 vsize=10552604 CPUtime=0.66 cores=1,3,5,7
/proc/10604/task/10610/stat : 10610 (java) S 10602 10604 8879 0 -1 4202560 38648 0 0 0 61 5 0 0 16 0 19 0 877501974 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10611] ppid=10602 vsize=10552604 CPUtime=0.58 cores=1,3,5,7
/proc/10604/task/10611/stat : 10611 (java) S 10602 10604 8879 0 -1 4202560 31102 0 0 0 54 4 0 0 16 0 19 0 877501974 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10612] ppid=10602 vsize=10552604 CPUtime=0.52 cores=1,3,5,7
/proc/10604/task/10612/stat : 10612 (java) S 10602 10604 8879 0 -1 4202560 30250 0 0 0 49 3 0 0 15 0 19 0 877501974 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10613] ppid=10602 vsize=10552604 CPUtime=0.54 cores=1,3,5,7
/proc/10604/task/10613/stat : 10613 (java) S 10602 10604 8879 0 -1 4202560 32396 0 0 0 50 4 0 0 15 0 19 0 877501974 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10614] ppid=10602 vsize=10552604 CPUtime=0.56 cores=1,3,5,7
/proc/10604/task/10614/stat : 10614 (java) S 10602 10604 8879 0 -1 4202560 27331 0 0 0 52 4 0 0 16 0 19 0 877501974 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10615] ppid=10602 vsize=10552604 CPUtime=0.45 cores=1,3,5,7
/proc/10604/task/10615/stat : 10615 (java) S 10602 10604 8879 0 -1 4202560 3910 0 0 0 43 2 0 0 15 0 19 0 877501975 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 0 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10616] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10616/stat : 10616 (java) S 10602 10604 8879 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877501975 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10617] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10617/stat : 10617 (java) S 10602 10604 8879 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877501975 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10618] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10618/stat : 10618 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501977 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528657841 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10619] ppid=10602 vsize=10552604 CPUtime=0.86 cores=1,3,5,7
/proc/10604/task/10619/stat : 10619 (java) S 10602 10604 8879 0 -1 4202560 6927 0 0 0 85 1 0 0 15 0 19 0 877501977 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10620] ppid=10602 vsize=10552604 CPUtime=0.6 cores=1,3,5,7
/proc/10604/task/10620/stat : 10620 (java) S 10602 10604 8879 0 -1 4202560 3269 0 0 0 60 0 0 0 15 0 19 0 877501977 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10621] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10621/stat : 10621 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501977 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10622] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10622/stat : 10622 (java) S 10602 10604 8879 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 877501977 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10623] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10623/stat : 10623 (java) S 10602 10604 8879 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877502022 10805866496 1078449 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1727.23
Current children cumulated vsize (KiB) 10552604

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/215 10739
/proc/meminfo: memFree=23866380/32951124 swapFree=67063556/67111528
[pid=10604] ppid=10602 vsize=10552604 CPUtime=1787.4 cores=1,3,5,7
/proc/10604/stat : 10604 (java) S 10602 10604 8879 0 -1 4202496 1098147 0 1 0 178612 128 0 0 25 0 19 0 877501971 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10604/statm: 2638151 1080170 2256 9 0 2628885 0
[pid=10604/tid=10605] ppid=10602 vsize=10552604 CPUtime=1780.5 cores=1,3,5,7
/proc/10604/task/10605/stat : 10605 (java) R 10602 10604 8879 0 -1 4202560 823535 0 1 0 177964 86 0 0 25 0 19 0 877501972 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 46912505614316 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10604/tid=10607] ppid=10602 vsize=10552604 CPUtime=0.66 cores=1,3,5,7
/proc/10604/task/10607/stat : 10607 (java) S 10602 10604 8879 0 -1 4202560 37951 0 0 0 61 5 0 0 15 0 19 0 877501974 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10608] ppid=10602 vsize=10552604 CPUtime=0.55 cores=1,3,5,7
/proc/10604/task/10608/stat : 10608 (java) S 10602 10604 8879 0 -1 4202560 26373 0 0 0 51 4 0 0 16 0 19 0 877501974 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10609] ppid=10602 vsize=10552604 CPUtime=0.69 cores=1,3,5,7
/proc/10604/task/10609/stat : 10609 (java) S 10602 10604 8879 0 -1 4202560 34337 0 0 0 64 5 0 0 16 0 19 0 877501974 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10610] ppid=10602 vsize=10552604 CPUtime=0.68 cores=1,3,5,7
/proc/10604/task/10610/stat : 10610 (java) S 10602 10604 8879 0 -1 4202560 38929 0 0 0 63 5 0 0 15 0 19 0 877501974 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10611] ppid=10602 vsize=10552604 CPUtime=0.6 cores=1,3,5,7
/proc/10604/task/10611/stat : 10611 (java) S 10602 10604 8879 0 -1 4202560 31362 0 0 0 56 4 0 0 15 0 19 0 877501974 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10612] ppid=10602 vsize=10552604 CPUtime=0.54 cores=1,3,5,7
/proc/10604/task/10612/stat : 10612 (java) S 10602 10604 8879 0 -1 4202560 30323 0 0 0 51 3 0 0 16 0 19 0 877501974 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10613] ppid=10602 vsize=10552604 CPUtime=0.58 cores=1,3,5,7
/proc/10604/task/10613/stat : 10613 (java) S 10602 10604 8879 0 -1 4202560 32541 0 0 0 54 4 0 0 16 0 19 0 877501974 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10614] ppid=10602 vsize=10552604 CPUtime=0.58 cores=1,3,5,7
/proc/10604/task/10614/stat : 10614 (java) S 10602 10604 8879 0 -1 4202560 27431 0 0 0 54 4 0 0 15 0 19 0 877501974 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10615] ppid=10602 vsize=10552604 CPUtime=0.45 cores=1,3,5,7
/proc/10604/task/10615/stat : 10615 (java) S 10602 10604 8879 0 -1 4202560 3914 0 0 0 43 2 0 0 15 0 19 0 877501975 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 0 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10616] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10616/stat : 10616 (java) S 10602 10604 8879 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877501975 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10617] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10617/stat : 10617 (java) S 10602 10604 8879 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877501975 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10618] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10618/stat : 10618 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501977 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528657841 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10619] ppid=10602 vsize=10552604 CPUtime=0.86 cores=1,3,5,7
/proc/10604/task/10619/stat : 10619 (java) S 10602 10604 8879 0 -1 4202560 6927 0 0 0 85 1 0 0 15 0 19 0 877501977 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10620] ppid=10602 vsize=10552604 CPUtime=0.6 cores=1,3,5,7
/proc/10604/task/10620/stat : 10620 (java) S 10602 10604 8879 0 -1 4202560 3269 0 0 0 60 0 0 0 15 0 19 0 877501977 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10621] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10621/stat : 10621 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501977 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10622] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10622/stat : 10622 (java) S 10602 10604 8879 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 877501977 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10623] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10623/stat : 10623 (java) S 10602 10604 8879 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877502022 10805866496 1080170 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1787.4
Current children cumulated vsize (KiB) 10552604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 2.02 2.02 2.00 3/215 10799
/proc/meminfo: memFree=26568672/32951124 swapFree=67063556/67111528
[pid=10604] ppid=10602 vsize=10552604 CPUtime=1800.06 cores=1,3,5,7
/proc/10604/stat : 10604 (java) S 10602 10604 8879 0 -1 4202496 1098468 0 1 0 179878 128 0 0 25 0 19 0 877501971 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10604/statm: 2638151 1080481 2256 9 0 2628885 0
[pid=10604/tid=10605] ppid=10602 vsize=10552604 CPUtime=1793.08 cores=1,3,5,7
/proc/10604/task/10605/stat : 10605 (java) R 10602 10604 8879 0 -1 4202560 823537 0 1 0 179222 86 0 0 25 0 19 0 877501972 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 46912505783083 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10604/tid=10607] ppid=10602 vsize=10552604 CPUtime=0.66 cores=1,3,5,7
/proc/10604/task/10607/stat : 10607 (java) S 10602 10604 8879 0 -1 4202560 37951 0 0 0 61 5 0 0 15 0 19 0 877501974 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10608] ppid=10602 vsize=10552604 CPUtime=0.57 cores=1,3,5,7
/proc/10604/task/10608/stat : 10608 (java) S 10602 10604 8879 0 -1 4202560 26386 0 0 0 53 4 0 0 16 0 19 0 877501974 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10609] ppid=10602 vsize=10552604 CPUtime=0.69 cores=1,3,5,7
/proc/10604/task/10609/stat : 10609 (java) S 10602 10604 8879 0 -1 4202560 34337 0 0 0 64 5 0 0 16 0 19 0 877501974 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10610] ppid=10602 vsize=10552604 CPUtime=0.69 cores=1,3,5,7
/proc/10604/task/10610/stat : 10610 (java) S 10602 10604 8879 0 -1 4202560 39037 0 0 0 64 5 0 0 15 0 19 0 877501974 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10611] ppid=10602 vsize=10552604 CPUtime=0.61 cores=1,3,5,7
/proc/10604/task/10611/stat : 10611 (java) S 10602 10604 8879 0 -1 4202560 31372 0 0 0 57 4 0 0 16 0 19 0 877501974 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10612] ppid=10602 vsize=10552604 CPUtime=0.56 cores=1,3,5,7
/proc/10604/task/10612/stat : 10612 (java) S 10602 10604 8879 0 -1 4202560 30404 0 0 0 53 3 0 0 16 0 19 0 877501974 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10613] ppid=10602 vsize=10552604 CPUtime=0.58 cores=1,3,5,7
/proc/10604/task/10613/stat : 10613 (java) S 10602 10604 8879 0 -1 4202560 32541 0 0 0 54 4 0 0 15 0 19 0 877501974 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10614] ppid=10602 vsize=10552604 CPUtime=0.6 cores=1,3,5,7
/proc/10604/task/10614/stat : 10614 (java) S 10602 10604 8879 0 -1 4202560 27536 0 0 0 56 4 0 0 16 0 19 0 877501974 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 3 0 0 0
[pid=10604/tid=10615] ppid=10602 vsize=10552604 CPUtime=0.45 cores=1,3,5,7
/proc/10604/task/10615/stat : 10615 (java) S 10602 10604 8879 0 -1 4202560 3914 0 0 0 43 2 0 0 15 0 19 0 877501975 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 0 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10616] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10616/stat : 10616 (java) S 10602 10604 8879 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877501975 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10617] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10617/stat : 10617 (java) S 10602 10604 8879 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877501975 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10618] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10618/stat : 10618 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501977 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528657841 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10619] ppid=10602 vsize=10552604 CPUtime=0.86 cores=1,3,5,7
/proc/10604/task/10619/stat : 10619 (java) S 10602 10604 8879 0 -1 4202560 6927 0 0 0 85 1 0 0 15 0 19 0 877501977 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 5 0 0 0
[pid=10604/tid=10620] ppid=10602 vsize=10552604 CPUtime=0.6 cores=1,3,5,7
/proc/10604/task/10620/stat : 10620 (java) S 10602 10604 8879 0 -1 4202560 3269 0 0 0 60 0 0 0 15 0 19 0 877501977 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
[pid=10604/tid=10621] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10621/stat : 10621 (java) S 10602 10604 8879 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877501977 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650137 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10622] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10622/stat : 10622 (java) S 10602 10604 8879 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 877501977 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 4 0 16800975 18446604471078240640 0 0 -1 1 0 0 0
[pid=10604/tid=10623] ppid=10602 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/10604/task/10623/stat : 10623 (java) S 10602 10604 8879 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877502022 10805866496 1080481 33554432000 1073741824 1073778376 140734117069440 18446744073709551615 246528650752 0 4 0 16800975 18446604471078240640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10552604

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

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

[startup+1795.01 s]
/proc/loadavg: 2.02 2.02 2.00 3/215 10799
/proc/meminfo: memFree=26568672/32951124 swapFree=67063556/67111528
[pid=10604] ppid=10602 vsize=0 CPUtime=1800.18 cores=1,3,5,7
/proc/10604/stat : 10604 (java) Z 10602 10604 8879 0 -1 4203548 1098504 0 1 0 179881 137 0 0 17 0 2 0 877501971 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10604/statm: 0 0 0 0 0 0 0
[pid=10604/tid=10605] ppid=10602 vsize=0 CPUtime=1793.18 cores=1,3,5,7
/proc/10604/task/10605/stat : 10605 (java) R 10602 10604 8879 0 -1 4203588 823537 0 1 0 179224 94 0 0 25 0 2 0 877501972 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.08
CPU time (s): 1800.26
CPU user time (s): 1798.81
CPU system time (s): 1.44478
CPU usage (%): 100.288
Max. virtual memory (cumulated for all children) (KiB): 10552604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.81
system time used= 1.44478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1098504
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= 40195
involuntary context switches= 12079

runsolver used 2.81957 second user time and 6.99894 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-10 00:37:18
IDJOB=3456428
IDBENCH=2446
IDSOLVER=1951
FILE ID=node134/3456428-1307659038
RUNJOBID= node134-1307659036-10448
PBS_JOBID= 13549394
Free space on /tmp= 74200 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scorpion.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456428-1307659038/watcher-3456428-1307659038 -o /tmp/evaluation-result-3456428-1307659038/solver-3456428-1307659038 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456428-1307659038.opb

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

MD5SUM BENCH= 5969f09e744b158004f0e27c746edfe9
RANDOM SEED=1567056551

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32082076 kB
Buffers:        240016 kB
Cached:         343756 kB
SwapCached:      10280 kB
Active:         425032 kB
Inactive:       243660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32082076 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:            8772 kB
Writeback:           0 kB
AnonPages:       82600 kB
Mapped:          17892 kB
Slab:           135916 kB
PageTables:       4444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10510768 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node134 at 2011-06-10 01:07:15