Trace number 3456403

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 1794.37

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-A1C1S1.opb
MD5SUM1a4e4bfb1c77b43166d46bacbe01c892
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 variables103872
Total number of constraints3312
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 constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 31125091123200
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 14624065344515792
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 31125091123200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 14624065344515792
Number of bits of the biggest sum of numbers54
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-3456403-1307657053.opb
0.10/0.11	c reading problem ... 
1.33/1.06	c ... done. Wall clock time 0.946s.
1.33/1.06	c #vars     103872
1.33/1.06	c #constraints  42194
1.33/1.06	c constraints type 
1.33/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
46.94/44.73	c cleaning 0 clauses out of 5000 with flag 0/5000
168.63/165.82	c cleaning 0 clauses out of 11000 with flag 0/11000
511.32/508.00	c cleaning 0 clauses out of 18001 with flag 0/18001
1103.50/1099.11	c cleaning 0 clauses out of 26001 with flag 0/26001
1800.06/1794.21	c starts		: 54
1800.06/1794.21	c conflicts		: 33491
1800.06/1794.21	c decisions		: 1132901
1800.06/1794.21	c propagations		: 2506214
1800.06/1794.21	c inspects		: 919728393
1800.06/1794.21	c shortcuts		: 0
1800.06/1794.21	c learnt literals	: 0
1800.06/1794.21	c learnt binary clauses	: 0
1800.06/1794.21	c learnt ternary clauses	: 0
1800.06/1794.21	c learnt constraints	: 33490
1800.06/1794.21	c ignored constraints	: 0
1800.06/1794.21	c root simplifications	: 0
1800.06/1794.21	c removed literals (reason simplification)	: 0
1800.06/1794.21	c reason swapping (by a shorter reason)	: 0
1800.06/1794.21	c Calls to reduceDB	: 4
1800.06/1794.21	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.21	c number of learned constraints concerned by reduction	: 0
1800.06/1794.21	c number of learning phase by resolution	: 0
1800.06/1794.21	c number of learning phase by cutting planes	: 0
1800.06/1794.21	c speed (assignments/second)	: 1397.6584249411092
1800.06/1794.21	c non guided choices	29
1800.06/1794.23	c learnt constraints type 
1800.06/1794.23	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.06/1794.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 33487
1800.06/1794.23	c constraints type 
1800.06/1794.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.06/1794.23	s UNKNOWN
1800.06/1794.23	c Total wall clock time (in seconds): 1794.116

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

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

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


[startup+0 s]
/proc/loadavg: 7.54 7.85 6.34 2/174 6806
/proc/meminfo: memFree=32628884/32950940 swapFree=67074964/67111528
[pid=6806] ppid=6804 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/6806/stat : 6806 (java) S 6804 6806 4604 0 -1 4202496 1168 0 0 0 0 0 0 0 22 0 2 0 955936064 26714112 897 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000395237 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6806/statm: 6522 897 682 9 0 381 0
[pid=6806/tid=6807] ppid=6804 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6807/stat : 6807 (java) S 6804 6806 4604 0 -1 4202560 64 0 0 0 0 0 0 0 23 0 2 0 955936065 27824128 906 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 215983668871 0 2147483391 4096 0 18446744071699199166 0 0 -1 4 0 0 0

[startup+0.0400211 s]
/proc/loadavg: 7.54 7.85 6.34 2/174 6806
/proc/meminfo: memFree=32628884/32950940 swapFree=67074964/67111528
[pid=6806] ppid=6804 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/6806/stat : 6806 (java) S 6804 6806 4604 0 -1 4202496 11104 0 1 0 2 1 0 0 22 0 13 0 955936064 10718699520 10802 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/6806/statm: 2616870 10802 1638 9 0 2607618 0
[pid=6806/tid=6807] ppid=6804 vsize=10467480 CPUtime=0.02 cores=0,2,4,6
/proc/6806/task/6807/stat : 6807 (java) R 6804 6806 4604 0 -1 4202560 9959 0 1 0 1 1 0 0 20 0 13 0 955936065 10718699520 10804 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 215988359169 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100972 s]
/proc/loadavg: 7.54 7.85 6.34 2/174 6806
/proc/meminfo: memFree=32628884/32950940 swapFree=67074964/67111528
[pid=6806] ppid=6804 vsize=10540300 CPUtime=0.1 cores=0,2,4,6
/proc/6806/stat : 6806 (java) S 6804 6806 4604 0 -1 4202496 12979 0 1 0 8 2 0 0 22 0 18 0 955936064 10793267200 12676 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6806/statm: 2635075 12676 2093 9 0 2625809 0
[pid=6806/tid=6807] ppid=6804 vsize=10540300 CPUtime=0.07 cores=0,2,4,6
/proc/6806/task/6807/stat : 6807 (java) R 6804 6806 4604 0 -1 4202560 11088 0 1 0 6 1 0 0 25 0 18 0 955936065 10793267200 12676 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 46912496202530 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540300

[startup+0.300888 s]
/proc/loadavg: 7.54 7.85 6.34 2/174 6806
/proc/meminfo: memFree=32628884/32950940 swapFree=67074964/67111528
[pid=6806] ppid=6804 vsize=10542136 CPUtime=0.46 cores=0,2,4,6
/proc/6806/stat : 6806 (java) S 6804 6806 4604 0 -1 4202496 19638 0 1 0 43 3 0 0 22 0 18 0 955936064 10795147264 18850 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6806/statm: 2635534 18853 2200 9 0 2626268 0
[pid=6806/tid=6807] ppid=6804 vsize=10542136 CPUtime=0.27 cores=0,2,4,6
/proc/6806/task/6807/stat : 6807 (java) R 6804 6806 4604 0 -1 4202560 16700 0 1 0 25 2 0 0 25 0 18 0 955936065 10795147264 18854 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 46912505573953 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10542136

[startup+0.700892 s]
/proc/loadavg: 7.54 7.85 6.34 2/174 6806
/proc/meminfo: memFree=32628884/32950940 swapFree=67074964/67111528
[pid=6806] ppid=6804 vsize=10542464 CPUtime=1.01 cores=0,2,4,6
/proc/6806/stat : 6806 (java) S 6804 6806 4604 0 -1 4202496 48328 0 1 0 95 6 0 0 22 0 18 0 955936064 10795483136 47447 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6806/statm: 2635616 47452 2205 9 0 2626350 0
[pid=6806/tid=6807] ppid=6804 vsize=10542464 CPUtime=0.68 cores=0,2,4,6
/proc/6806/task/6807/stat : 6807 (java) R 6804 6806 4604 0 -1 4202560 45153 0 1 0 62 6 0 0 25 0 18 0 955936065 10795483136 47453 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 46912505582277 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 10542464

[startup+1.50068 s]
/proc/loadavg: 7.54 7.85 6.34 3/213 6852
/proc/meminfo: memFree=32107552/32950940 swapFree=67074964/67111528
[pid=6806] ppid=6804 vsize=10543960 CPUtime=2.15 cores=0,2,4,6
/proc/6806/stat : 6806 (java) S 6804 6806 4604 0 -1 4202496 86351 0 1 0 203 12 0 0 22 0 19 0 955936064 10797015040 84471 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6806/statm: 2635990 84473 2222 9 0 2626724 0
[pid=6806/tid=6807] ppid=6804 vsize=10543960 CPUtime=1.48 cores=0,2,4,6
/proc/6806/task/6807/stat : 6807 (java) R 6804 6806 4604 0 -1 4202560 81382 0 1 0 137 11 0 0 25 0 19 0 955936065 10797015040 84473 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 46912505683730 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6806/tid=6814] ppid=6804 vsize=10543960 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6814/stat : 6814 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797015040 84474 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6815] ppid=6804 vsize=10543960 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6815/stat : 6815 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797015040 84476 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6816] ppid=6804 vsize=10543960 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6816/stat : 6816 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797015040 84477 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6817] ppid=6804 vsize=10543960 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6817/stat : 6817 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797015040 84478 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6818] ppid=6804 vsize=10543960 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6818/stat : 6818 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797015040 84479 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6819] ppid=6804 vsize=10543960 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6819/stat : 6819 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797015040 84480 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6820] ppid=6804 vsize=10543960 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6820/stat : 6820 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797015040 84481 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6821] ppid=6804 vsize=10543960 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6821/stat : 6821 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797015040 84482 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6826] ppid=6804 vsize=10543960 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6826/stat : 6826 (java) S 6804 6806 4604 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 955936068 10797015040 84483 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 0 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6829] ppid=6804 vsize=10543960 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6829/stat : 6829 (java) S 6804 6806 4604 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 955936068 10797015040 84484 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6830] ppid=6804 vsize=10543960 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6830/stat : 6830 (java) S 6804 6806 4604 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 955936068 10797015040 84485 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6839] ppid=6804 vsize=10543960 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6839/stat : 6839 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 955936070 10797015040 84486 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000416177 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6840] ppid=6804 vsize=10543960 CPUtime=0.3 cores=0,2,4,6
/proc/6806/task/6840/stat : 6840 (java) S 6804 6806 4604 0 -1 4202560 1456 0 0 0 30 0 0 0 15 0 19 0 955936070 10797015040 84487 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6841] ppid=6804 vsize=10543960 CPUtime=0.35 cores=0,2,4,6
/proc/6806/task/6841/stat : 6841 (java) S 6804 6806 4604 0 -1 4202560 2358 0 0 0 35 0 0 0 16 0 19 0 955936070 10797015040 84488 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 6 0 0 0
[pid=6806/tid=6842] ppid=6804 vsize=10543960 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6842/stat : 6842 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936070 10797015040 84490 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6843] ppid=6804 vsize=10543960 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6843/stat : 6843 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 955936070 10797015040 84491 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 10543960

[startup+3.10148 s]
/proc/loadavg: 7.54 7.85 6.34 3/214 6853
/proc/meminfo: memFree=31862892/32950940 swapFree=67074964/67111528
[pid=6806] ppid=6804 vsize=10544368 CPUtime=4.01 cores=0,2,4,6
/proc/6806/stat : 6806 (java) S 6804 6806 4604 0 -1 4202496 201236 0 1 0 379 22 0 0 22 0 19 0 955936064 10797432832 198763 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6806/statm: 2636092 198765 2226 9 0 2626826 0
[pid=6806/tid=6807] ppid=6804 vsize=10544368 CPUtime=3.07 cores=0,2,4,6
/proc/6806/task/6807/stat : 6807 (java) R 6804 6806 4604 0 -1 4202560 195521 0 1 0 286 21 0 0 25 0 19 0 955936065 10797432832 198766 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 46912505821586 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6806/tid=6814] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6814/stat : 6814 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 198768 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6815] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6815/stat : 6815 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 198769 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6816] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6816/stat : 6816 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 198771 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6817] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6817/stat : 6817 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 198772 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6818] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6818/stat : 6818 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 198773 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6819] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6819/stat : 6819 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 198774 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6820] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6820/stat : 6820 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 198775 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6821] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6821/stat : 6821 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 198776 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6826] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6826/stat : 6826 (java) S 6804 6806 4604 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 955936068 10797432832 198777 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 0 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6829] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6829/stat : 6829 (java) S 6804 6806 4604 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 955936068 10797432832 198779 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6830] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6830/stat : 6830 (java) S 6804 6806 4604 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 955936068 10797432832 198780 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6839] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6839/stat : 6839 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 955936070 10797432832 198782 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000416177 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6840] ppid=6804 vsize=10544368 CPUtime=0.46 cores=0,2,4,6
/proc/6806/task/6840/stat : 6840 (java) S 6804 6806 4604 0 -1 4202560 2170 0 0 0 46 0 0 0 15 0 19 0 955936070 10797432832 198783 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6841] ppid=6804 vsize=10544368 CPUtime=0.45 cores=0,2,4,6
/proc/6806/task/6841/stat : 6841 (java) S 6804 6806 4604 0 -1 4202560 2389 0 0 0 45 0 0 0 15 0 19 0 955936070 10797432832 198784 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 6 0 0 0
[pid=6806/tid=6842] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6842/stat : 6842 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936070 10797432832 198786 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6843] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6843/stat : 6843 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 955936070 10797432832 198787 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6853] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6853/stat : 6853 (java) S 6804 6806 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 955936184 10797432832 198788 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 10544368

[startup+6.30097 s]
/proc/loadavg: 7.10 7.75 6.32 3/214 6853
/proc/meminfo: memFree=30737448/32950940 swapFree=67074964/67111528
[pid=6806] ppid=6804 vsize=10544368 CPUtime=7.52 cores=0,2,4,6
/proc/6806/stat : 6806 (java) S 6804 6806 4604 0 -1 4202496 457492 0 1 0 701 51 0 0 22 0 19 0 955936064 10797432832 452300 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6806/statm: 2636092 452309 2227 9 0 2626826 0
[pid=6806/tid=6807] ppid=6804 vsize=10544368 CPUtime=6.27 cores=0,2,4,6
/proc/6806/task/6807/stat : 6807 (java) R 6804 6806 4604 0 -1 4202560 447608 0 1 0 578 49 0 0 25 0 19 0 955936065 10797432832 452311 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 46912505612159 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6806/tid=6814] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6814/stat : 6814 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 452317 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6815] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6815/stat : 6815 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 452324 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6816] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6816/stat : 6816 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 452325 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6817] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6817/stat : 6817 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 452331 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6818] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6818/stat : 6818 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 452337 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6819] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6819/stat : 6819 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 452339 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6820] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6820/stat : 6820 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 452345 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6821] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6821/stat : 6821 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936067 10797432832 452351 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6826] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6826/stat : 6826 (java) S 6804 6806 4604 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 955936068 10797432832 452354 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 0 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6829] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6829/stat : 6829 (java) S 6804 6806 4604 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 955936068 10797432832 452358 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6830] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6830/stat : 6830 (java) S 6804 6806 4604 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 955936068 10797432832 452365 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6839] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6839/stat : 6839 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 955936070 10797432832 452368 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000416177 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6840] ppid=6804 vsize=10544368 CPUtime=0.47 cores=0,2,4,6
/proc/6806/task/6840/stat : 6840 (java) S 6804 6806 4604 0 -1 4202560 2170 0 0 0 47 0 0 0 15 0 19 0 955936070 10797432832 452372 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6841] ppid=6804 vsize=10544368 CPUtime=0.76 cores=0,2,4,6
/proc/6806/task/6841/stat : 6841 (java) S 6804 6806 4604 0 -1 4202560 6565 0 0 0 75 1 0 0 15 0 19 0 955936070 10797432832 452379 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6842] ppid=6804 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6842/stat : 6842 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936070 10797432832 452383 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0

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

/proc/6806/task/6829/stat : 6829 (java) S 6804 6806 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 955936068 10806575104 945437 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6830] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6830/stat : 6830 (java) S 6804 6806 4604 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 955936068 10806575104 945437 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6839] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6839/stat : 6839 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 955936070 10806575104 945437 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000416177 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6840] ppid=6804 vsize=10553296 CPUtime=0.87 cores=0,2,4,6
/proc/6806/task/6840/stat : 6840 (java) S 6804 6806 4604 0 -1 4202560 7286 0 0 0 87 0 0 0 15 0 19 0 955936070 10806575104 945437 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6841] ppid=6804 vsize=10553296 CPUtime=1.19 cores=0,2,4,6
/proc/6806/task/6841/stat : 6841 (java) S 6804 6806 4604 0 -1 4202560 6724 0 0 0 118 1 0 0 16 0 19 0 955936070 10806575104 945437 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6842] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6842/stat : 6842 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936070 10806575104 945437 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6843] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6843/stat : 6843 (java) S 6804 6806 4604 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 955936070 10806575104 945437 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6853] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6853/stat : 6853 (java) S 6804 6806 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 955936184 10806575104 945437 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1667.93
Current children cumulated vsize (KiB) 10553296

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 2.66 3/214 6899
/proc/meminfo: memFree=25145692/32950940 swapFree=67074964/67111528
[pid=6806] ppid=6804 vsize=10553296 CPUtime=1728.02 cores=0,2,4,6
/proc/6806/stat : 6806 (java) S 6804 6806 4604 0 -1 4202496 955766 0 1 0 172692 110 0 0 22 0 19 0 955936064 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6806/statm: 2638324 946286 2256 9 0 2629058 0
[pid=6806/tid=6807] ppid=6804 vsize=10553296 CPUtime=1719.11 cores=0,2,4,6
/proc/6806/task/6807/stat : 6807 (java) R 6804 6806 4604 0 -1 4202560 777217 0 1 0 171825 86 0 0 25 0 19 0 955936065 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 46912505821904 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6806/tid=6814] ppid=6804 vsize=10553296 CPUtime=0.64 cores=0,2,4,6
/proc/6806/task/6814/stat : 6814 (java) S 6804 6806 4604 0 -1 4202560 16059 0 0 0 62 2 0 0 16 0 19 0 955936067 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6815] ppid=6804 vsize=10553296 CPUtime=0.64 cores=0,2,4,6
/proc/6806/task/6815/stat : 6815 (java) S 6804 6806 4604 0 -1 4202560 16738 0 0 0 63 1 0 0 16 0 19 0 955936067 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 0 0 0 0
[pid=6806/tid=6816] ppid=6804 vsize=10553296 CPUtime=0.39 cores=0,2,4,6
/proc/6806/task/6816/stat : 6816 (java) S 6804 6806 4604 0 -1 4202560 6485 0 0 0 39 0 0 0 16 0 19 0 955936067 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6817] ppid=6804 vsize=10553296 CPUtime=0.55 cores=0,2,4,6
/proc/6806/task/6817/stat : 6817 (java) S 6804 6806 4604 0 -1 4202560 19786 0 0 0 53 2 0 0 15 0 19 0 955936067 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 6 0 0 0
[pid=6806/tid=6818] ppid=6804 vsize=10553296 CPUtime=0.72 cores=0,2,4,6
/proc/6806/task/6818/stat : 6818 (java) S 6804 6806 4604 0 -1 4202560 19356 0 0 0 70 2 0 0 15 0 19 0 955936067 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 0 0 0 0
[pid=6806/tid=6819] ppid=6804 vsize=10553296 CPUtime=0.56 cores=0,2,4,6
/proc/6806/task/6819/stat : 6819 (java) S 6804 6806 4604 0 -1 4202560 14163 0 0 0 55 1 0 0 16 0 19 0 955936067 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 6 0 0 0
[pid=6806/tid=6820] ppid=6804 vsize=10553296 CPUtime=0.69 cores=0,2,4,6
/proc/6806/task/6820/stat : 6820 (java) S 6804 6806 4604 0 -1 4202560 20893 0 0 0 66 3 0 0 15 0 19 0 955936067 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6821] ppid=6804 vsize=10553296 CPUtime=0.68 cores=0,2,4,6
/proc/6806/task/6821/stat : 6821 (java) S 6804 6806 4604 0 -1 4202560 19894 0 0 0 65 3 0 0 16 0 19 0 955936067 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6826] ppid=6804 vsize=10553296 CPUtime=1.85 cores=0,2,4,6
/proc/6806/task/6826/stat : 6826 (java) S 6804 6806 4604 0 -1 4202560 29913 0 0 0 182 3 0 0 15 0 19 0 955936068 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 0 0 16800975 18446604453932860608 0 0 -1 0 0 0 0
[pid=6806/tid=6829] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6829/stat : 6829 (java) S 6804 6806 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 955936068 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6830] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6830/stat : 6830 (java) S 6804 6806 4604 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 955936068 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6839] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6839/stat : 6839 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 955936070 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000416177 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6840] ppid=6804 vsize=10553296 CPUtime=0.87 cores=0,2,4,6
/proc/6806/task/6840/stat : 6840 (java) S 6804 6806 4604 0 -1 4202560 7286 0 0 0 87 0 0 0 15 0 19 0 955936070 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6841] ppid=6804 vsize=10553296 CPUtime=1.19 cores=0,2,4,6
/proc/6806/task/6841/stat : 6841 (java) S 6804 6806 4604 0 -1 4202560 6724 0 0 0 118 1 0 0 16 0 19 0 955936070 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6842] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6842/stat : 6842 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936070 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6843] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6843/stat : 6843 (java) S 6804 6806 4604 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 955936070 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6853] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6853/stat : 6853 (java) S 6804 6806 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 955936184 10806575104 946286 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1728.02
Current children cumulated vsize (KiB) 10553296

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.61 3/214 6901
/proc/meminfo: memFree=25132852/32950940 swapFree=67074964/67111528
[pid=6806] ppid=6804 vsize=10553296 CPUtime=1788.11 cores=0,2,4,6
/proc/6806/stat : 6806 (java) S 6804 6806 4604 0 -1 4202496 956728 0 1 0 178701 110 0 0 22 0 19 0 955936064 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6806/statm: 2638324 947232 2256 9 0 2629058 0
[pid=6806/tid=6807] ppid=6804 vsize=10553296 CPUtime=1779.08 cores=0,2,4,6
/proc/6806/task/6807/stat : 6807 (java) R 6804 6806 4604 0 -1 4202560 777219 0 1 0 177822 86 0 0 25 0 19 0 955936065 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 46912505754262 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6806/tid=6814] ppid=6804 vsize=10553296 CPUtime=0.66 cores=0,2,4,6
/proc/6806/task/6814/stat : 6814 (java) S 6804 6806 4604 0 -1 4202560 16142 0 0 0 64 2 0 0 16 0 19 0 955936067 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 0 0 0 0
[pid=6806/tid=6815] ppid=6804 vsize=10553296 CPUtime=0.65 cores=0,2,4,6
/proc/6806/task/6815/stat : 6815 (java) S 6804 6806 4604 0 -1 4202560 16865 0 0 0 64 1 0 0 16 0 19 0 955936067 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6816] ppid=6804 vsize=10553296 CPUtime=0.41 cores=0,2,4,6
/proc/6806/task/6816/stat : 6816 (java) S 6804 6806 4604 0 -1 4202560 6507 0 0 0 41 0 0 0 15 0 19 0 955936067 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6817] ppid=6804 vsize=10553296 CPUtime=0.59 cores=0,2,4,6
/proc/6806/task/6817/stat : 6817 (java) S 6804 6806 4604 0 -1 4202560 20134 0 0 0 57 2 0 0 16 0 19 0 955936067 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 6 0 0 0
[pid=6806/tid=6818] ppid=6804 vsize=10553296 CPUtime=0.72 cores=0,2,4,6
/proc/6806/task/6818/stat : 6818 (java) S 6804 6806 4604 0 -1 4202560 19356 0 0 0 70 2 0 0 15 0 19 0 955936067 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 6 0 0 0
[pid=6806/tid=6819] ppid=6804 vsize=10553296 CPUtime=0.57 cores=0,2,4,6
/proc/6806/task/6819/stat : 6819 (java) S 6804 6806 4604 0 -1 4202560 14324 0 0 0 56 1 0 0 15 0 19 0 955936067 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6820] ppid=6804 vsize=10553296 CPUtime=0.71 cores=0,2,4,6
/proc/6806/task/6820/stat : 6820 (java) S 6804 6806 4604 0 -1 4202560 20896 0 0 0 68 3 0 0 15 0 19 0 955936067 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 6 0 0 0
[pid=6806/tid=6821] ppid=6804 vsize=10553296 CPUtime=0.69 cores=0,2,4,6
/proc/6806/task/6821/stat : 6821 (java) S 6804 6806 4604 0 -1 4202560 20102 0 0 0 66 3 0 0 16 0 19 0 955936067 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6826] ppid=6804 vsize=10553296 CPUtime=1.85 cores=0,2,4,6
/proc/6806/task/6826/stat : 6826 (java) S 6804 6806 4604 0 -1 4202560 29917 0 0 0 182 3 0 0 15 0 19 0 955936068 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 0 0 16800975 18446604453932860608 0 0 -1 0 0 0 0
[pid=6806/tid=6829] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6829/stat : 6829 (java) S 6804 6806 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 955936068 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6830] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6830/stat : 6830 (java) S 6804 6806 4604 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 955936068 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6839] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6839/stat : 6839 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 955936070 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000416177 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6840] ppid=6804 vsize=10553296 CPUtime=0.87 cores=0,2,4,6
/proc/6806/task/6840/stat : 6840 (java) S 6804 6806 4604 0 -1 4202560 7286 0 0 0 87 0 0 0 15 0 19 0 955936070 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6841] ppid=6804 vsize=10553296 CPUtime=1.19 cores=0,2,4,6
/proc/6806/task/6841/stat : 6841 (java) S 6804 6806 4604 0 -1 4202560 6724 0 0 0 118 1 0 0 16 0 19 0 955936070 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6842] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6842/stat : 6842 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936070 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6843] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6843/stat : 6843 (java) S 6804 6806 4604 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 955936070 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6853] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6853/stat : 6853 (java) S 6804 6806 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 955936184 10806575104 947232 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1788.11
Current children cumulated vsize (KiB) 10553296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.2 s]
/proc/loadavg: 2.02 2.02 2.61 3/214 6901
/proc/meminfo: memFree=25131216/32950940 swapFree=67074964/67111528
[pid=6806] ppid=6804 vsize=10553296 CPUtime=1800.06 cores=0,2,4,6
/proc/6806/stat : 6806 (java) S 6804 6806 4604 0 -1 4202496 957154 0 1 0 179896 110 0 0 22 0 19 0 955936064 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6806/statm: 2638324 947644 2256 9 0 2629058 0
[pid=6806/tid=6807] ppid=6804 vsize=10553296 CPUtime=1790.97 cores=0,2,4,6
/proc/6806/task/6807/stat : 6807 (java) R 6804 6806 4604 0 -1 4202560 777220 0 1 0 179011 86 0 0 25 0 19 0 955936065 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 46912505754262 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6806/tid=6814] ppid=6804 vsize=10553296 CPUtime=0.67 cores=0,2,4,6
/proc/6806/task/6814/stat : 6814 (java) S 6804 6806 4604 0 -1 4202560 16243 0 0 0 65 2 0 0 16 0 19 0 955936067 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 0 0 0 0
[pid=6806/tid=6815] ppid=6804 vsize=10553296 CPUtime=0.65 cores=0,2,4,6
/proc/6806/task/6815/stat : 6815 (java) S 6804 6806 4604 0 -1 4202560 16865 0 0 0 64 1 0 0 15 0 19 0 955936067 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6816] ppid=6804 vsize=10553296 CPUtime=0.42 cores=0,2,4,6
/proc/6806/task/6816/stat : 6816 (java) S 6804 6806 4604 0 -1 4202560 6618 0 0 0 42 0 0 0 16 0 19 0 955936067 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6817] ppid=6804 vsize=10553296 CPUtime=0.59 cores=0,2,4,6
/proc/6806/task/6817/stat : 6817 (java) S 6804 6806 4604 0 -1 4202560 20134 0 0 0 57 2 0 0 15 0 19 0 955936067 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 6 0 0 0
[pid=6806/tid=6818] ppid=6804 vsize=10553296 CPUtime=0.74 cores=0,2,4,6
/proc/6806/task/6818/stat : 6818 (java) S 6804 6806 4604 0 -1 4202560 19490 0 0 0 72 2 0 0 16 0 19 0 955936067 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 6 0 0 0
[pid=6806/tid=6819] ppid=6804 vsize=10553296 CPUtime=0.57 cores=0,2,4,6
/proc/6806/task/6819/stat : 6819 (java) S 6804 6806 4604 0 -1 4202560 14324 0 0 0 56 1 0 0 15 0 19 0 955936067 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6820] ppid=6804 vsize=10553296 CPUtime=0.72 cores=0,2,4,6
/proc/6806/task/6820/stat : 6820 (java) S 6804 6806 4604 0 -1 4202560 20973 0 0 0 69 3 0 0 16 0 19 0 955936067 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6821] ppid=6804 vsize=10553296 CPUtime=0.69 cores=0,2,4,6
/proc/6806/task/6821/stat : 6821 (java) S 6804 6806 4604 0 -1 4202560 20102 0 0 0 66 3 0 0 15 0 19 0 955936067 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6826] ppid=6804 vsize=10553296 CPUtime=1.85 cores=0,2,4,6
/proc/6806/task/6826/stat : 6826 (java) S 6804 6806 4604 0 -1 4202560 29917 0 0 0 182 3 0 0 15 0 19 0 955936068 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 0 0 16800975 18446604453932860608 0 0 -1 0 0 0 0
[pid=6806/tid=6829] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6829/stat : 6829 (java) S 6804 6806 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 955936068 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6830] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6830/stat : 6830 (java) S 6804 6806 4604 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 955936068 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6839] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6839/stat : 6839 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 955936070 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000416177 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6840] ppid=6804 vsize=10553296 CPUtime=0.87 cores=0,2,4,6
/proc/6806/task/6840/stat : 6840 (java) S 6804 6806 4604 0 -1 4202560 7286 0 0 0 87 0 0 0 15 0 19 0 955936070 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6841] ppid=6804 vsize=10553296 CPUtime=1.19 cores=0,2,4,6
/proc/6806/task/6841/stat : 6841 (java) S 6804 6806 4604 0 -1 4202560 6724 0 0 0 118 1 0 0 16 0 19 0 955936070 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
[pid=6806/tid=6842] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6842/stat : 6842 (java) S 6804 6806 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955936070 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000408473 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6843] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6843/stat : 6843 (java) S 6804 6806 4604 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 955936070 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 4 0 16800975 18446604453932860608 0 0 -1 4 0 0 0
[pid=6806/tid=6853] ppid=6804 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/6806/task/6853/stat : 6853 (java) S 6804 6806 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 955936184 10806575104 947644 33554432000 1073741824 1073778376 140734218588768 18446744073709551615 216000409088 0 4 0 16800975 18446604453932860608 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10553296

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

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

[startup+1794.31 s]
/proc/loadavg: 2.02 2.02 2.61 3/214 6901
/proc/meminfo: memFree=25131216/32950940 swapFree=67074964/67111528
[pid=6806] ppid=6804 vsize=0 CPUtime=1800.18 cores=0,2,4,6
/proc/6806/stat : 6806 (java) Z 6804 6806 4604 0 -1 4203548 957196 0 1 0 179901 117 0 0 17 0 2 0 955936064 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6806/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.37
CPU time (s): 1800.26
CPU user time (s): 1799.02
CPU system time (s): 1.23881
CPU usage (%): 100.328
Max. virtual memory (cumulated for all children) (KiB): 10557376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.23881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 957196
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= 38765
involuntary context switches= 21695

runsolver used 3.2695 second user time and 6.539 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-10 00:04:13
IDJOB=3456403
IDBENCH=2367
IDSOLVER=1951
FILE ID=node117/3456403-1307657053
RUNJOBID= node117-1307657053-6788
PBS_JOBID= 13549374
Free space on /tmp= 74132 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-A1C1S1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456403-1307657053/watcher-3456403-1307657053 -o /tmp/evaluation-result-3456403-1307657053/solver-3456403-1307657053 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456403-1307657053.opb

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

MD5SUM BENCH= 1a4e4bfb1c77b43166d46bacbe01c892
RANDOM SEED=983990707

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      32629436 kB
Buffers:         42948 kB
Cached:         113880 kB
SwapCached:       5792 kB
Active:          86964 kB
Inactive:       108212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      32629436 kB
SwapTotal:    67111528 kB
SwapFree:     67074964 kB
Dirty:            7088 kB
Writeback:          16 kB
AnonPages:       35084 kB
Mapped:          13980 kB
Slab:            60856 kB
PageTables:       5188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   190980 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= 74128 MiB
End job on node117 at 2011-06-10 00:34:09