Trace number 3456871

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 1796.59

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
MD5SUM80cd942b10c7098d47a9e31c7b11aaed
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235241283418574603663113591819857963636207601588942656194290280593199415
Number of bits of the biggest sum of numbers331
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.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3456871-1307223052.opb
0.00/0.11	c reading problem ... 
1.30/0.89	c ... done. Wall clock time 0.775s.
1.30/0.89	c #vars     24751
1.30/0.89	c #constraints  79589
1.30/0.89	c constraints type 
1.30/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48840
1.30/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24420
1.30/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/1796.45	c starts		: 1
1800.10/1796.45	c conflicts		: 6
1800.10/1796.45	c decisions		: 390
1800.10/1796.45	c propagations		: 45638
1800.10/1796.45	c inspects		: 230808
1800.10/1796.45	c shortcuts		: 0
1800.10/1796.45	c learnt literals	: 0
1800.10/1796.45	c learnt binary clauses	: 0
1800.10/1796.45	c learnt ternary clauses	: 0
1800.10/1796.45	c learnt constraints	: 5
1800.10/1796.45	c ignored constraints	: 0
1800.10/1796.45	c root simplifications	: 0
1800.10/1796.45	c removed literals (reason simplification)	: 0
1800.10/1796.45	c reason swapping (by a shorter reason)	: 0
1800.10/1796.45	c Calls to reduceDB	: 0
1800.10/1796.45	c number of reductions to clauses (during analyze)	: 0
1800.10/1796.45	c number of learned constraints concerned by reduction	: 0
1800.10/1796.45	c number of learning phase by resolution	: 0
1800.10/1796.45	c number of learning phase by cutting planes	: 0
1800.10/1796.45	c speed (assignments/second)	: 25.417083434508598
1800.10/1796.45	c non guided choices	2
1800.10/1796.45	c learnt constraints type 
1800.10/1796.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
1800.10/1796.45	c constraints type 
1800.10/1796.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48840
1800.10/1796.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24420
1800.10/1796.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/1796.45	s UNKNOWN
1800.10/1796.45	c Total wall clock time (in seconds): 1796.34

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.05 2.01 3/590 5783
/proc/meminfo: memFree=28117548/32950928 swapFree=43925852/67111528
[pid=5783] ppid=5781 vsize=36924 CPUtime=0 cores=0,2,4,6
/proc/5783/stat : 5783 (java) S 5781 5783 5129 0 -1 4202496 1369 0 1 0 0 0 0 0 25 0 2 0 833903980 37810176 1073 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284491749 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/5783/statm: 9231 1073 833 9 0 387 0
[pid=5783/tid=5784] ppid=5781 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5784/stat : 5784 (java) R 5781 5783 5129 0 -1 4202560 7479 0 1 0 0 0 0 0 25 0 2 0 833903981 10694979584 8295 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268272383035 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.115465 s]
/proc/loadavg: 2.01 2.05 2.01 3/590 5783
/proc/meminfo: memFree=28117548/32950928 swapFree=43925852/67111528
[pid=5783] ppid=5781 vsize=10540176 CPUtime=0.12 cores=0,2,4,6
/proc/5783/stat : 5783 (java) S 5781 5783 5129 0 -1 4202496 13449 0 1 0 11 1 0 0 25 0 18 0 833903980 10793140224 13146 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5783/statm: 2635044 13146 2133 9 0 2625778 0
[pid=5783/tid=5784] ppid=5781 vsize=10540176 CPUtime=0.09 cores=0,2,4,6
/proc/5783/task/5784/stat : 5784 (java) R 5781 5783 5129 0 -1 4202560 11465 0 1 0 8 1 0 0 25 0 18 0 833903981 10793140224 13146 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 47194162793299 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540176

[startup+0.210036 s]
/proc/loadavg: 2.01 2.05 2.01 3/590 5783
/proc/meminfo: memFree=28117548/32950928 swapFree=43925852/67111528
[pid=5783] ppid=5781 vsize=10541380 CPUtime=0.29 cores=0,2,4,6
/proc/5783/stat : 5783 (java) S 5781 5783 5129 0 -1 4202496 14425 0 1 0 27 2 0 0 25 0 18 0 833903980 10794373120 14083 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5783/statm: 2635345 14083 2186 9 0 2626079 0
[pid=5783/tid=5784] ppid=5781 vsize=10541380 CPUtime=0.18 cores=0,2,4,6
/proc/5783/task/5784/stat : 5784 (java) R 5781 5783 5129 0 -1 4202560 12041 0 1 0 17 1 0 0 25 0 18 0 833903981 10794373120 14084 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10541380

[startup+0.303822 s]
/proc/loadavg: 2.01 2.05 2.01 3/590 5783
/proc/meminfo: memFree=28117548/32950928 swapFree=43925852/67111528
[pid=5783] ppid=5781 vsize=10541944 CPUtime=0.51 cores=0,2,4,6
/proc/5783/stat : 5783 (java) S 5781 5783 5129 0 -1 4202496 16537 0 1 0 49 2 0 0 25 0 18 0 833903980 10794950656 15754 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5783/statm: 2635486 15755 2201 9 0 2626220 0
[pid=5783/tid=5784] ppid=5781 vsize=10541944 CPUtime=0.29 cores=0,2,4,6
/proc/5783/task/5784/stat : 5784 (java) R 5781 5783 5129 0 -1 4202560 13341 0 1 0 27 2 0 0 18 0 18 0 833903981 10794950656 15756 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 46912505365742 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10541944

[startup+0.700359 s]
/proc/loadavg: 2.01 2.05 2.01 3/590 5783
/proc/meminfo: memFree=28117548/32950928 swapFree=43925852/67111528
[pid=5783] ppid=5781 vsize=10545132 CPUtime=1.19 cores=0,2,4,6
/proc/5783/stat : 5783 (java) S 5781 5783 5129 0 -1 4202496 52181 0 1 0 112 7 0 0 25 0 18 0 833903980 10798215168 49916 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5783/statm: 2636283 49918 2213 9 0 2627017 0
[pid=5783/tid=5784] ppid=5781 vsize=10545132 CPUtime=0.68 cores=0,2,4,6
/proc/5783/task/5784/stat : 5784 (java) R 5781 5783 5129 0 -1 4202560 45952 0 1 0 62 6 0 0 18 0 18 0 833903981 10798215168 49919 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 46912505561228 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 10545132

[startup+1.50122 s]
/proc/loadavg: 2.01 2.05 2.01 4/609 5802
/proc/meminfo: memFree=27893896/32950928 swapFree=43925852/67111528
[pid=5783] ppid=5781 vsize=10546312 CPUtime=2.43 cores=0,2,4,6
/proc/5783/stat : 5783 (java) S 5781 5783 5129 0 -1 4202496 63994 0 1 0 235 8 0 0 25 0 19 0 833903980 10799423488 61727 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5783/statm: 2636578 61727 2232 9 0 2627312 0
[pid=5783/tid=5784] ppid=5781 vsize=10546312 CPUtime=1.48 cores=0,2,4,6
/proc/5783/task/5784/stat : 5784 (java) R 5781 5783 5129 0 -1 4202560 57664 0 1 0 141 7 0 0 19 0 19 0 833903981 10799423488 61727 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 46912505858922 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5783/tid=5786] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5786/stat : 5786 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 61727 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5787] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5787/stat : 5787 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 61727 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5788] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5788/stat : 5788 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 61727 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5789] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5789/stat : 5789 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 61727 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5790] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5790/stat : 5790 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 61727 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5791] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5791/stat : 5791 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 61727 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5792] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5792/stat : 5792 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 61728 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5793] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5793/stat : 5793 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 61728 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5794] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5794/stat : 5794 (java) S 5781 5783 5129 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833903983 10799423488 61728 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 0 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5795] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5795/stat : 5795 (java) S 5781 5783 5129 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833903984 10799423488 61728 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5796] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5796/stat : 5796 (java) S 5781 5783 5129 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833903984 10799423488 61728 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5797] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5797/stat : 5797 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903986 10799423488 61728 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284512689 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5798] ppid=5781 vsize=10546312 CPUtime=0.42 cores=0,2,4,6
/proc/5783/task/5798/stat : 5798 (java) S 5781 5783 5129 0 -1 4202560 2433 0 0 0 42 0 0 0 15 0 19 0 833903986 10799423488 61728 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5799] ppid=5781 vsize=10546312 CPUtime=0.51 cores=0,2,4,6
/proc/5783/task/5799/stat : 5799 (java) S 5781 5783 5129 0 -1 4202560 2738 0 0 0 51 0 0 0 15 0 19 0 833903986 10799423488 61728 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5800] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5800/stat : 5800 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903986 10799423488 61728 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5801] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5801/stat : 5801 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833903986 10799423488 61728 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5802] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5802/stat : 5802 (java) S 5781 5783 5129 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833904072 10799423488 61728 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 10546312

[startup+3.10081 s]
/proc/loadavg: 2.01 2.05 2.01 3/609 5802
/proc/meminfo: memFree=27857192/32950928 swapFree=43925852/67111528
[pid=5783] ppid=5781 vsize=10546312 CPUtime=4.03 cores=0,2,4,6
/proc/5783/stat : 5783 (java) S 5781 5783 5129 0 -1 4202496 69755 0 1 0 394 9 0 0 25 0 19 0 833903980 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5783/statm: 2636578 67487 2232 9 0 2627312 0
[pid=5783/tid=5784] ppid=5781 vsize=10546312 CPUtime=3.08 cores=0,2,4,6
/proc/5783/task/5784/stat : 5784 (java) R 5781 5783 5129 0 -1 4202560 63425 0 1 0 300 8 0 0 25 0 19 0 833903981 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 46912505164424 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5783/tid=5786] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5786/stat : 5786 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5787] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5787/stat : 5787 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5788] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5788/stat : 5788 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5789] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5789/stat : 5789 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5790] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5790/stat : 5790 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5791] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5791/stat : 5791 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5792] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5792/stat : 5792 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5793] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5793/stat : 5793 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5794] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5794/stat : 5794 (java) S 5781 5783 5129 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833903983 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 0 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5795] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5795/stat : 5795 (java) S 5781 5783 5129 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833903984 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5796] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5796/stat : 5796 (java) S 5781 5783 5129 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833903984 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5797] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5797/stat : 5797 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903986 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284512689 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5798] ppid=5781 vsize=10546312 CPUtime=0.42 cores=0,2,4,6
/proc/5783/task/5798/stat : 5798 (java) S 5781 5783 5129 0 -1 4202560 2433 0 0 0 42 0 0 0 15 0 19 0 833903986 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5799] ppid=5781 vsize=10546312 CPUtime=0.51 cores=0,2,4,6
/proc/5783/task/5799/stat : 5799 (java) S 5781 5783 5129 0 -1 4202560 2738 0 0 0 51 0 0 0 15 0 19 0 833903986 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5800] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5800/stat : 5800 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903986 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5801] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5801/stat : 5801 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833903986 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5802] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5802/stat : 5802 (java) S 5781 5783 5129 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833904072 10799423488 67487 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 10546312

[startup+6.30136 s]
/proc/loadavg: 2.01 2.05 2.01 3/609 5802
/proc/meminfo: memFree=27559164/32950928 swapFree=43925852/67111528
[pid=5783] ppid=5781 vsize=10546312 CPUtime=7.3 cores=0,2,4,6
/proc/5783/stat : 5783 (java) S 5781 5783 5129 0 -1 4202496 237429 0 1 0 702 28 0 0 25 0 19 0 833903980 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5783/statm: 2636578 235150 2234 9 0 2627312 0
[pid=5783/tid=5784] ppid=5781 vsize=10546312 CPUtime=6.28 cores=0,2,4,6
/proc/5783/task/5784/stat : 5784 (java) R 5781 5783 5129 0 -1 4202560 231087 0 1 0 601 27 0 0 25 0 19 0 833903981 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 46912506047335 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5783/tid=5786] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5786/stat : 5786 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5787] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5787/stat : 5787 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5788] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5788/stat : 5788 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5789] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5789/stat : 5789 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5790] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5790/stat : 5790 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5791] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5791/stat : 5791 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5792] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5792/stat : 5792 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5793] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5793/stat : 5793 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903982 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5794] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5794/stat : 5794 (java) S 5781 5783 5129 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833903983 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 0 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5795] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5795/stat : 5795 (java) S 5781 5783 5129 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833903984 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5796] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5796/stat : 5796 (java) S 5781 5783 5129 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833903984 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5797] ppid=5781 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5797/stat : 5797 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903986 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284512689 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5798] ppid=5781 vsize=10546312 CPUtime=0.44 cores=0,2,4,6
/proc/5783/task/5798/stat : 5798 (java) S 5781 5783 5129 0 -1 4202560 2436 0 0 0 44 0 0 0 15 0 19 0 833903986 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5799] ppid=5781 vsize=10546312 CPUtime=0.55 cores=0,2,4,6
/proc/5783/task/5799/stat : 5799 (java) S 5781 5783 5129 0 -1 4202560 2746 0 0 0 55 0 0 0 15 0 19 0 833903986 10799423488 235150 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0

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

/proc/5783/task/5795/stat : 5795 (java) S 5781 5783 5129 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833903984 10799677440 931586 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5796] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5796/stat : 5796 (java) S 5781 5783 5129 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833903984 10799677440 931586 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5797] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5797/stat : 5797 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903986 10799677440 931586 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284512689 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5798] ppid=5781 vsize=10546560 CPUtime=0.53 cores=0,2,4,6
/proc/5783/task/5798/stat : 5798 (java) S 5781 5783 5129 0 -1 4202560 2449 0 0 0 53 0 0 0 15 0 19 0 833903986 10799677440 931586 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5799] ppid=5781 vsize=10546560 CPUtime=0.88 cores=0,2,4,6
/proc/5783/task/5799/stat : 5799 (java) S 5781 5783 5129 0 -1 4202560 2908 0 0 0 88 0 0 0 15 0 19 0 833903986 10799677440 931586 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5800] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5800/stat : 5800 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903986 10799677440 931586 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5801] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5801/stat : 5801 (java) S 5781 5783 5129 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 833903986 10799677440 931586 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5802] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5802/stat : 5802 (java) S 5781 5783 5129 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833904072 10799677440 931586 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1665.75
Current children cumulated vsize (KiB) 10546560

[startup+1722.3 s]
/proc/loadavg: 2.31 2.10 2.03 3/609 5988
/proc/meminfo: memFree=23958584/32950928 swapFree=43925852/67111528
[pid=5783] ppid=5781 vsize=10546560 CPUtime=1725.84 cores=0,2,4,6
/proc/5783/stat : 5783 (java) S 5781 5783 5129 0 -1 4202496 936227 0 1 0 172473 111 0 0 25 0 19 0 833903980 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5783/statm: 2636640 931644 2251 9 0 2627374 0
[pid=5783/tid=5784] ppid=5781 vsize=10546560 CPUtime=1720.79 cores=0,2,4,6
/proc/5783/task/5784/stat : 5784 (java) R 5781 5783 5129 0 -1 4202560 852109 0 1 0 171985 94 0 0 25 0 19 0 833903981 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 46912506046967 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5783/tid=5786] ppid=5781 vsize=10546560 CPUtime=0.39 cores=0,2,4,6
/proc/5783/task/5786/stat : 5786 (java) S 5781 5783 5129 0 -1 4202560 10847 0 0 0 38 1 0 0 16 0 19 0 833903982 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5787] ppid=5781 vsize=10546560 CPUtime=0.45 cores=0,2,4,6
/proc/5783/task/5787/stat : 5787 (java) S 5781 5783 5129 0 -1 4202560 10420 0 0 0 44 1 0 0 16 0 19 0 833903982 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 4 0 0 0
[pid=5783/tid=5788] ppid=5781 vsize=10546560 CPUtime=0.4 cores=0,2,4,6
/proc/5783/task/5788/stat : 5788 (java) S 5781 5783 5129 0 -1 4202560 8411 0 0 0 40 0 0 0 15 0 19 0 833903982 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 4 0 0 0
[pid=5783/tid=5789] ppid=5781 vsize=10546560 CPUtime=0.43 cores=0,2,4,6
/proc/5783/task/5789/stat : 5789 (java) S 5781 5783 5129 0 -1 4202560 10622 0 0 0 42 1 0 0 15 0 19 0 833903982 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5790] ppid=5781 vsize=10546560 CPUtime=0.38 cores=0,2,4,6
/proc/5783/task/5790/stat : 5790 (java) S 5781 5783 5129 0 -1 4202560 8483 0 0 0 37 1 0 0 15 0 19 0 833903982 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5791] ppid=5781 vsize=10546560 CPUtime=0.46 cores=0,2,4,6
/proc/5783/task/5791/stat : 5791 (java) S 5781 5783 5129 0 -1 4202560 9092 0 0 0 45 1 0 0 15 0 19 0 833903982 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5792] ppid=5781 vsize=10546560 CPUtime=0.5 cores=0,2,4,6
/proc/5783/task/5792/stat : 5792 (java) S 5781 5783 5129 0 -1 4202560 10448 0 0 0 48 2 0 0 16 0 19 0 833903982 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5793] ppid=5781 vsize=10546560 CPUtime=0.43 cores=0,2,4,6
/proc/5783/task/5793/stat : 5793 (java) S 5781 5783 5129 0 -1 4202560 9078 0 0 0 42 1 0 0 15 0 19 0 833903982 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5794] ppid=5781 vsize=10546560 CPUtime=0.06 cores=0,2,4,6
/proc/5783/task/5794/stat : 5794 (java) S 5781 5783 5129 0 -1 4202560 110 0 0 0 4 2 0 0 15 0 19 0 833903983 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 0 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5795] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5795/stat : 5795 (java) S 5781 5783 5129 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833903984 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5796] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5796/stat : 5796 (java) S 5781 5783 5129 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833903984 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5797] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5797/stat : 5797 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903986 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284512689 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5798] ppid=5781 vsize=10546560 CPUtime=0.53 cores=0,2,4,6
/proc/5783/task/5798/stat : 5798 (java) S 5781 5783 5129 0 -1 4202560 2449 0 0 0 53 0 0 0 15 0 19 0 833903986 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5799] ppid=5781 vsize=10546560 CPUtime=0.88 cores=0,2,4,6
/proc/5783/task/5799/stat : 5799 (java) S 5781 5783 5129 0 -1 4202560 2908 0 0 0 88 0 0 0 15 0 19 0 833903986 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5800] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5800/stat : 5800 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903986 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5801] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5801/stat : 5801 (java) S 5781 5783 5129 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 833903986 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5802] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5802/stat : 5802 (java) S 5781 5783 5129 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833904072 10799677440 931644 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1725.84
Current children cumulated vsize (KiB) 10546560

[startup+1782.3 s]
/proc/loadavg: 2.11 2.08 2.02 3/609 5989
/proc/meminfo: memFree=23933992/32950928 swapFree=43925852/67111528
[pid=5783] ppid=5781 vsize=10546560 CPUtime=1785.94 cores=0,2,4,6
/proc/5783/stat : 5783 (java) S 5781 5783 5129 0 -1 4202496 936554 0 1 0 178482 112 0 0 25 0 19 0 833903980 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5783/statm: 2636640 931951 2251 9 0 2627374 0
[pid=5783/tid=5784] ppid=5781 vsize=10546560 CPUtime=1780.73 cores=0,2,4,6
/proc/5783/task/5784/stat : 5784 (java) R 5781 5783 5129 0 -1 4202560 852125 0 1 0 177979 94 0 0 25 0 19 0 833903981 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 46912506043212 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5783/tid=5786] ppid=5781 vsize=10546560 CPUtime=0.41 cores=0,2,4,6
/proc/5783/task/5786/stat : 5786 (java) S 5781 5783 5129 0 -1 4202560 10855 0 0 0 40 1 0 0 15 0 19 0 833903982 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5787] ppid=5781 vsize=10546560 CPUtime=0.49 cores=0,2,4,6
/proc/5783/task/5787/stat : 5787 (java) S 5781 5783 5129 0 -1 4202560 10539 0 0 0 47 2 0 0 16 0 19 0 833903982 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 4 0 0 0
[pid=5783/tid=5788] ppid=5781 vsize=10546560 CPUtime=0.42 cores=0,2,4,6
/proc/5783/task/5788/stat : 5788 (java) S 5781 5783 5129 0 -1 4202560 8420 0 0 0 42 0 0 0 16 0 19 0 833903982 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5789] ppid=5781 vsize=10546560 CPUtime=0.45 cores=0,2,4,6
/proc/5783/task/5789/stat : 5789 (java) S 5781 5783 5129 0 -1 4202560 10659 0 0 0 44 1 0 0 15 0 19 0 833903982 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5790] ppid=5781 vsize=10546560 CPUtime=0.39 cores=0,2,4,6
/proc/5783/task/5790/stat : 5790 (java) S 5781 5783 5129 0 -1 4202560 8483 0 0 0 38 1 0 0 15 0 19 0 833903982 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5791] ppid=5781 vsize=10546560 CPUtime=0.48 cores=0,2,4,6
/proc/5783/task/5791/stat : 5791 (java) S 5781 5783 5129 0 -1 4202560 9169 0 0 0 47 1 0 0 15 0 19 0 833903982 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5792] ppid=5781 vsize=10546560 CPUtime=0.52 cores=0,2,4,6
/proc/5783/task/5792/stat : 5792 (java) S 5781 5783 5129 0 -1 4202560 10450 0 0 0 50 2 0 0 15 0 19 0 833903982 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5793] ppid=5781 vsize=10546560 CPUtime=0.44 cores=0,2,4,6
/proc/5783/task/5793/stat : 5793 (java) S 5781 5783 5129 0 -1 4202560 9133 0 0 0 43 1 0 0 15 0 19 0 833903982 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 4 0 0 0
[pid=5783/tid=5794] ppid=5781 vsize=10546560 CPUtime=0.07 cores=0,2,4,6
/proc/5783/task/5794/stat : 5794 (java) S 5781 5783 5129 0 -1 4202560 112 0 0 0 5 2 0 0 15 0 19 0 833903983 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 0 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5795] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5795/stat : 5795 (java) S 5781 5783 5129 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833903984 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5796] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5796/stat : 5796 (java) S 5781 5783 5129 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833903984 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5797] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5797/stat : 5797 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903986 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284512689 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5798] ppid=5781 vsize=10546560 CPUtime=0.53 cores=0,2,4,6
/proc/5783/task/5798/stat : 5798 (java) S 5781 5783 5129 0 -1 4202560 2449 0 0 0 53 0 0 0 15 0 19 0 833903986 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5799] ppid=5781 vsize=10546560 CPUtime=0.88 cores=0,2,4,6
/proc/5783/task/5799/stat : 5799 (java) S 5781 5783 5129 0 -1 4202560 2908 0 0 0 88 0 0 0 15 0 19 0 833903986 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5800] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5800/stat : 5800 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903986 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5801] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5801/stat : 5801 (java) S 5781 5783 5129 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833903986 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5802] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5802/stat : 5802 (java) S 5781 5783 5129 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833904072 10799677440 931951 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1785.94
Current children cumulated vsize (KiB) 10546560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.42 s]
/proc/loadavg: 2.22 2.10 2.03 3/609 5990
/proc/meminfo: memFree=23929520/32950928 swapFree=43925852/67111528
[pid=5783] ppid=5781 vsize=10546560 CPUtime=1800.1 cores=0,2,4,6
/proc/5783/stat : 5783 (java) S 5781 5783 5129 0 -1 4202496 937011 0 1 0 179898 112 0 0 25 0 19 0 833903980 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5783/statm: 2636640 932395 2251 9 0 2627374 0
[pid=5783/tid=5784] ppid=5781 vsize=10546560 CPUtime=1794.86 cores=0,2,4,6
/proc/5783/task/5784/stat : 5784 (java) R 5781 5783 5129 0 -1 4202560 852129 0 1 0 179392 94 0 0 25 0 19 0 833903981 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 46912506003413 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5783/tid=5786] ppid=5781 vsize=10546560 CPUtime=0.41 cores=0,2,4,6
/proc/5783/task/5786/stat : 5786 (java) S 5781 5783 5129 0 -1 4202560 10855 0 0 0 40 1 0 0 15 0 19 0 833903982 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5787] ppid=5781 vsize=10546560 CPUtime=0.49 cores=0,2,4,6
/proc/5783/task/5787/stat : 5787 (java) S 5781 5783 5129 0 -1 4202560 10539 0 0 0 47 2 0 0 16 0 19 0 833903982 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 4 0 0 0
[pid=5783/tid=5788] ppid=5781 vsize=10546560 CPUtime=0.43 cores=0,2,4,6
/proc/5783/task/5788/stat : 5788 (java) S 5781 5783 5129 0 -1 4202560 8583 0 0 0 43 0 0 0 15 0 19 0 833903982 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 4 0 0 0
[pid=5783/tid=5789] ppid=5781 vsize=10546560 CPUtime=0.46 cores=0,2,4,6
/proc/5783/task/5789/stat : 5789 (java) S 5781 5783 5129 0 -1 4202560 10660 0 0 0 45 1 0 0 15 0 19 0 833903982 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 4 0 0 0
[pid=5783/tid=5790] ppid=5781 vsize=10546560 CPUtime=0.4 cores=0,2,4,6
/proc/5783/task/5790/stat : 5790 (java) S 5781 5783 5129 0 -1 4202560 8541 0 0 0 39 1 0 0 15 0 19 0 833903982 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5791] ppid=5781 vsize=10546560 CPUtime=0.48 cores=0,2,4,6
/proc/5783/task/5791/stat : 5791 (java) S 5781 5783 5129 0 -1 4202560 9169 0 0 0 47 1 0 0 15 0 19 0 833903982 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5792] ppid=5781 vsize=10546560 CPUtime=0.53 cores=0,2,4,6
/proc/5783/task/5792/stat : 5792 (java) S 5781 5783 5129 0 -1 4202560 10599 0 0 0 51 2 0 0 16 0 19 0 833903982 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5793] ppid=5781 vsize=10546560 CPUtime=0.46 cores=0,2,4,6
/proc/5783/task/5793/stat : 5793 (java) S 5781 5783 5129 0 -1 4202560 9211 0 0 0 45 1 0 0 16 0 19 0 833903982 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5794] ppid=5781 vsize=10546560 CPUtime=0.07 cores=0,2,4,6
/proc/5783/task/5794/stat : 5794 (java) S 5781 5783 5129 0 -1 4202560 114 0 0 0 5 2 0 0 15 0 19 0 833903983 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 0 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5795] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5795/stat : 5795 (java) S 5781 5783 5129 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833903984 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5796] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5796/stat : 5796 (java) S 5781 5783 5129 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833903984 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5797] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5797/stat : 5797 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903986 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284512689 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5798] ppid=5781 vsize=10546560 CPUtime=0.53 cores=0,2,4,6
/proc/5783/task/5798/stat : 5798 (java) S 5781 5783 5129 0 -1 4202560 2449 0 0 0 53 0 0 0 15 0 19 0 833903986 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=5783/tid=5799] ppid=5781 vsize=10546560 CPUtime=0.88 cores=0,2,4,6
/proc/5783/task/5799/stat : 5799 (java) S 5781 5783 5129 0 -1 4202560 2908 0 0 0 88 0 0 0 15 0 19 0 833903986 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5800] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5800/stat : 5800 (java) S 5781 5783 5129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833903986 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
[pid=5783/tid=5801] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5801/stat : 5801 (java) S 5781 5783 5129 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 833903986 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=5783/tid=5802] ppid=5781 vsize=10546560 CPUtime=0 cores=0,2,4,6
/proc/5783/task/5802/stat : 5802 (java) S 5781 5783 5129 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833904072 10799677440 932395 33554432000 1073741824 1073778376 140734702714880 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10546560

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

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

[startup+1796.53 s]
/proc/loadavg: 2.22 2.10 2.03 3/609 5990
/proc/meminfo: memFree=23929520/32950928 swapFree=43925852/67111528
[pid=5783] ppid=5781 vsize=0 CPUtime=1800.19 cores=0,2,4,6
/proc/5783/stat : 5783 (java) Z 5781 5783 5129 0 -1 4203548 937040 0 1 0 179900 119 0 0 17 0 2 0 833903980 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5783/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.59
CPU time (s): 1800.26
CPU user time (s): 1799
CPU system time (s): 1.25681
CPU usage (%): 100.204
Max. virtual memory (cumulated for all children) (KiB): 10546560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.25681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 937040
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= 49196
involuntary context switches= 30106

runsolver used 10.8214 second user time and 23.5224 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-04 23:30:52
IDJOB=3456871
IDBENCH=2963
IDSOLVER=1951
FILE ID=node122/3456871-1307223052
RUNJOBID= node122-1307215869-5147
PBS_JOBID= 13509100
Free space on /tmp= 73808 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456871-1307223052/watcher-3456871-1307223052 -o /tmp/evaluation-result-3456871-1307223052/solver-3456871-1307223052 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456871-1307223052.opb

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

MD5SUM BENCH= 80cd942b10c7098d47a9e31c7b11aaed
RANDOM SEED=459858112

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28117836 kB
Buffers:        339632 kB
Cached:         572464 kB
SwapCached:      16832 kB
Active:        4007164 kB
Inactive:       504596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28117836 kB
SwapTotal:    67111528 kB
SwapFree:     43925852 kB
Dirty:            3596 kB
Writeback:           0 kB
AnonPages:     3596612 kB
Mapped:          17448 kB
Slab:           150816 kB
PageTables:      99824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 191092936 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= 73808 MiB
End job on node122 at 2011-06-05 00:00:50