Trace number 2660358

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 PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.13 1794.66

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=380-sizeP=191-sizeQ=380-765568612-max.opb
MD5SUM2191fd085de8ae061d8b0a530b1c363f
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 variables73151
Total number of constraints217741
Number of constraints which are clauses217740
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 constraint72580
Number of terms in the objective function 191
Biggest coefficient in the objective function 1569275433846670190958947355801916604025588861116008628224
Number of bits for the biggest coefficient in the objective function 191
Sum of the numbers in the objective function 3138550867693340381917894711603833208051177722232017256447
Number of bits of the sum of numbers in the objective function 191
Biggest number in a constraint 1932268761508629172347675945465993672149463664853217499328617625725759571144780212268096883290961288981231808015751088588682539330521493827871454336733540374348490407411712
Number of bits of the biggest number in a constraint 570
Biggest sum of numbers in a constraint 7729075046034516689390703781863974688597854659412869997312087757137816840157192354910932626270886944505998465497886041174443507857908386397911556311226886565568562128564837
Number of bits of the biggest sum of numbers571
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2660358-1276625778.opb
0.23/0.21	c reading problem ... 
7.50/6.31	c ... done. Wall clock time 6.094s.
7.50/6.31	c #vars     73151
7.50/6.31	c #constraints  236651
7.50/6.31	c constraints type 
7.50/6.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 145160
7.50/6.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 72580
7.50/6.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/1794.62	c starts		: 1
1800.07/1794.62	c conflicts		: 3
1800.07/1794.62	c decisions		: 387
1800.07/1794.62	c propagations		: 92833
1800.07/1794.62	c inspects		: 456855
1800.07/1794.62	c learnt literals	: 0
1800.07/1794.62	c learnt binary clauses	: 0
1800.07/1794.62	c learnt ternary clauses	: 0
1800.07/1794.62	c learnt clauses	: 2
1800.07/1794.62	c ignored clauses	: 0
1800.07/1794.62	c root simplifications	: 0
1800.07/1794.62	c removed literals (reason simplification)	: 0
1800.07/1794.62	c reason swapping (by a shorter reason)	: 0
1800.07/1794.62	c Calls to reduceDB	: 0
1800.07/1794.62	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.62	c number of learned constraints concerned by reduction	: 0
1800.07/1794.62	c number of learning phase by resolution	: 0
1800.07/1794.62	c number of learning phase by cutting planes	: 0
1800.07/1794.62	c speed (assignments/second)	: 51.91110922229796
1800.07/1794.62	c non guided choices	2
1800.07/1794.62	c learnt constraints type 
1800.07/1794.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/1794.62	c constraints type 
1800.07/1794.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 145160
1800.07/1794.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 72580
1800.07/1794.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/1794.62	s UNKNOWN
1800.07/1794.62	c Total wall clock time (in seconds): 1794.404

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2660358-1276625778/watcher-2660358-1276625778 -o /tmp/evaluation-result-2660358-1276625778/solver-2660358-1276625778 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660358-1276625778.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 1.66 3/106 10710
/proc/meminfo: memFree=1786740/2059040 swapFree=4187148/4192956
[pid=10710] ppid=10708 vsize=1832 CPUtime=0
/proc/10710/stat : 10710 (java6) S 10708 10710 10362 0 -1 4194304 251 0 0 0 0 0 0 0 17 0 1 0 3869822 1875968 153 1992294400 134512640 134550932 4293204800 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/10710/statm: 458 153 116 10 0 63 0

[startup+0.0215209 s]
/proc/loadavg: 2.02 2.01 1.66 3/106 10710
/proc/meminfo: memFree=1786740/2059040 swapFree=4187148/4192956
[pid=10710] ppid=10708 vsize=13980 CPUtime=0
/proc/10710/stat : 10710 (java) S 10708 10710 10362 0 -1 4202496 1246 0 1 0 0 0 0 0 15 0 2 0 3869822 14315520 693 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10710/statm: 3495 693 355 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13980

[startup+0.101522 s]
/proc/loadavg: 2.02 2.01 1.66 3/106 10710
/proc/meminfo: memFree=1786740/2059040 swapFree=4187148/4192956
[pid=10710] ppid=10708 vsize=1524184 CPUtime=0.08
/proc/10710/stat : 10710 (java) S 10708 10710 10362 0 -1 4202496 3965 0 1 0 6 2 0 0 15 0 12 0 3869822 1560764416 3404 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10710/statm: 381046 3404 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300548 s]
/proc/loadavg: 2.02 2.01 1.66 3/106 10710
/proc/meminfo: memFree=1786740/2059040 swapFree=4187148/4192956
[pid=10710] ppid=10708 vsize=1526920 CPUtime=0.36
/proc/10710/stat : 10710 (java) S 10708 10710 10362 0 -1 4202496 5893 0 1 0 33 3 0 0 15 0 12 0 3869822 1563566080 5330 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10710/statm: 381730 5330 1358 10 0 379032 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526920

[startup+0.700583 s]
/proc/loadavg: 2.02 2.01 1.66 3/106 10710
/proc/meminfo: memFree=1786740/2059040 swapFree=4187148/4192956
[pid=10710] ppid=10708 vsize=1528396 CPUtime=1.1
/proc/10710/stat : 10710 (java) S 10708 10710 10362 0 -1 4202496 7896 0 1 0 106 4 0 0 15 0 12 0 3869822 1565077504 7298 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10710/statm: 382099 7299 1404 10 0 379401 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528396

[startup+1.50165 s]
/proc/loadavg: 1.93 1.99 1.66 4/118 10722
/proc/meminfo: memFree=1744360/2059040 swapFree=4187148/4192956
[pid=10710] ppid=10708 vsize=1531144 CPUtime=2.24
/proc/10710/stat : 10710 (java) S 10708 10710 10362 0 -1 4202496 24974 0 1 0 211 13 0 0 15 0 12 0 3869822 1567891456 24053 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10710/statm: 382786 24054 1408 10 0 380088 0
[pid=10710/tid=10712] ppid=10708 vsize=1531144 CPUtime=1.45
/proc/10710/task/10712/stat : 10712 (java) R 10708 10710 10362 0 -1 4202560 21747 0 1 0 134 11 0 0 25 0 12 0 3869824 1567891456 24055 1992294400 134512640 134550932 4291751632 18446744073709551615 4109485714 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10710/tid=10713] ppid=10708 vsize=1531144 CPUtime=0
/proc/10710/task/10713/stat : 10713 (java) S 10708 10710 10362 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 12 0 3869825 1567891456 24056 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10714] ppid=10708 vsize=1531144 CPUtime=0
/proc/10710/task/10714/stat : 10714 (java) S 10708 10710 10362 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 3869825 1567891456 24058 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10715] ppid=10708 vsize=1531144 CPUtime=0
/proc/10710/task/10715/stat : 10715 (java) S 10708 10710 10362 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 3869827 1567891456 24059 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10716] ppid=10708 vsize=1531144 CPUtime=0
/proc/10710/task/10716/stat : 10716 (java) S 10708 10710 10362 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 12 0 3869827 1567891456 24060 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10717] ppid=10708 vsize=1531144 CPUtime=0
/proc/10710/task/10717/stat : 10717 (java) S 10708 10710 10362 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 12 0 3869827 1567891456 24062 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10718] ppid=10708 vsize=1531144 CPUtime=0
/proc/10710/task/10718/stat : 10718 (java) S 10708 10710 10362 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 12 0 3869832 1567891456 24063 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10719] ppid=10708 vsize=1531144 CPUtime=0.58
/proc/10710/task/10719/stat : 10719 (java) S 10708 10710 10362 0 -1 4202560 1716 0 0 0 58 0 0 0 15 0 12 0 3869832 1567891456 24064 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10720] ppid=10708 vsize=1531144 CPUtime=0.18
/proc/10710/task/10720/stat : 10720 (java) S 10708 10710 10362 0 -1 4202560 446 0 0 0 18 0 0 0 15 0 12 0 3869832 1567891456 24066 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10721] ppid=10708 vsize=1531144 CPUtime=0
/proc/10710/task/10721/stat : 10721 (java) S 10708 10710 10362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3869832 1567891456 24067 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10722] ppid=10708 vsize=1531144 CPUtime=0
/proc/10710/task/10722/stat : 10722 (java) S 10708 10710 10362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3869832 1567891456 24068 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1531144

[startup+3.10179 s]
/proc/loadavg: 1.93 1.99 1.66 2/118 10722
/proc/meminfo: memFree=1645284/2059040 swapFree=4187148/4192956
[pid=10710] ppid=10708 vsize=1531144 CPUtime=3.97
/proc/10710/stat : 10710 (java) S 10708 10710 10362 0 -1 4202496 41647 0 1 0 377 20 0 0 15 0 12 0 3869822 1567891456 40694 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10710/statm: 382786 40694 1418 10 0 380088 0
[pid=10710/tid=10712] ppid=10708 vsize=1531144 CPUtime=2.91
/proc/10710/task/10712/stat : 10712 (java) R 10708 10710 10362 0 -1 4202560 32019 0 1 0 276 15 0 0 25 0 12 0 3869824 1567891456 40694 1992294400 134512640 134550932 4291751632 18446744073709551615 4109369897 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10710/tid=10713] ppid=10708 vsize=1531144 CPUtime=0.12
/proc/10710/task/10713/stat : 10713 (java) S 10708 10710 10362 0 -1 4202560 3364 0 0 0 11 1 0 0 18 0 12 0 3869825 1567891456 40694 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10714] ppid=10708 vsize=1531144 CPUtime=0.13
/proc/10710/task/10714/stat : 10714 (java) S 10708 10710 10362 0 -1 4202560 3025 0 0 0 12 1 0 0 18 0 12 0 3869825 1567891456 40694 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10715] ppid=10708 vsize=1531144 CPUtime=0
/proc/10710/task/10715/stat : 10715 (java) S 10708 10710 10362 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 3869827 1567891456 40694 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10716] ppid=10708 vsize=1531144 CPUtime=0
/proc/10710/task/10716/stat : 10716 (java) S 10708 10710 10362 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 3869827 1567891456 40694 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10717] ppid=10708 vsize=1531144 CPUtime=0
/proc/10710/task/10717/stat : 10717 (java) S 10708 10710 10362 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 3869827 1567891456 40694 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10718] ppid=10708 vsize=1531144 CPUtime=0
/proc/10710/task/10718/stat : 10718 (java) S 10708 10710 10362 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 12 0 3869832 1567891456 40694 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10719] ppid=10708 vsize=1531144 CPUtime=0.58
/proc/10710/task/10719/stat : 10719 (java) S 10708 10710 10362 0 -1 4202560 1716 0 0 0 58 0 0 0 15 0 12 0 3869832 1567891456 40694 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10720] ppid=10708 vsize=1531144 CPUtime=0.18
/proc/10710/task/10720/stat : 10720 (java) S 10708 10710 10362 0 -1 4202560 446 0 0 0 18 0 0 0 15 0 12 0 3869832 1567891456 40694 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10721] ppid=10708 vsize=1531144 CPUtime=0
/proc/10710/task/10721/stat : 10721 (java) S 10708 10710 10362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3869832 1567891456 40694 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10722] ppid=10708 vsize=1531144 CPUtime=0
/proc/10710/task/10722/stat : 10722 (java) S 10708 10710 10362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3869832 1567891456 40694 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 1531144

[startup+6.3021 s]
/proc/loadavg: 1.93 1.99 1.66 3/118 10722
/proc/meminfo: memFree=1612424/2059040 swapFree=4187148/4192956
[pid=10710] ppid=10708 vsize=1530208 CPUtime=7.5
/proc/10710/stat : 10710 (java) S 10708 10710 10362 0 -1 4202496 45908 0 1 0 727 23 0 0 15 0 12 0 3869822 1566932992 44661 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10710/statm: 382552 44661 1427 10 0 379854 0
[pid=10710/tid=10712] ppid=10708 vsize=1530208 CPUtime=5.93
/proc/10710/task/10712/stat : 10712 (java) R 10708 10710 10362 0 -1 4202560 32032 0 1 0 577 16 0 0 18 0 12 0 3869824 1566932992 44661 1992294400 134512640 134550932 4291751632 18446744073709551615 4109611611 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10710/tid=10713] ppid=10708 vsize=1530208 CPUtime=0.24
/proc/10710/task/10713/stat : 10713 (java) S 10708 10710 10362 0 -1 4202560 5237 0 0 0 22 2 0 0 18 0 12 0 3869825 1566932992 44661 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10714] ppid=10708 vsize=1530208 CPUtime=0.25
/proc/10710/task/10714/stat : 10714 (java) S 10708 10710 10362 0 -1 4202560 5374 0 0 0 23 2 0 0 18 0 12 0 3869825 1566932992 44661 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10715] ppid=10708 vsize=1530208 CPUtime=0
/proc/10710/task/10715/stat : 10715 (java) S 10708 10710 10362 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 12 0 3869827 1566932992 44661 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10716] ppid=10708 vsize=1530208 CPUtime=0
/proc/10710/task/10716/stat : 10716 (java) S 10708 10710 10362 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 3869827 1566932992 44661 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10717] ppid=10708 vsize=1530208 CPUtime=0
/proc/10710/task/10717/stat : 10717 (java) S 10708 10710 10362 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 3869827 1566932992 44661 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10718] ppid=10708 vsize=1530208 CPUtime=0
/proc/10710/task/10718/stat : 10718 (java) S 10708 10710 10362 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 12 0 3869832 1566932992 44661 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10719] ppid=10708 vsize=1530208 CPUtime=0.67
/proc/10710/task/10719/stat : 10719 (java) S 10708 10710 10362 0 -1 4202560 1720 0 0 0 67 0 0 0 15 0 12 0 3869832 1566932992 44661 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10720] ppid=10708 vsize=1530208 CPUtime=0.35
/proc/10710/task/10720/stat : 10720 (java) S 10708 10710 10362 0 -1 4202560 465 0 0 0 35 0 0 0 15 0 12 0 3869832 1566932992 44661 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10721] ppid=10708 vsize=1530208 CPUtime=0
/proc/10710/task/10721/stat : 10721 (java) S 10708 10710 10362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3869832 1566932992 44661 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10722] ppid=10708 vsize=1530208 CPUtime=0
/proc/10710/task/10722/stat : 10722 (java) S 10708 10710 10362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3869832 1566932992 44661 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 1530208

[startup+12.7012 s]
/proc/loadavg: 1.79 1.96 1.65 2/119 10723
/proc/meminfo: memFree=1595056/2059040 swapFree=4187148/4192956
[pid=10710] ppid=10708 vsize=1530532 CPUtime=14.63
/proc/10710/stat : 10710 (java) S 10708 10710 10362 0 -1 4202496 50524 0 1 0 1437 26 0 0 15 0 13 0 3869822 1567264768 49071 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10710/statm: 382633 49071 1435 10 0 379935 0
[pid=10710/tid=10712] ppid=10708 vsize=1530532 CPUtime=11.91
/proc/10710/task/10712/stat : 10712 (java) R 10708 10710 10362 0 -1 4202560 32077 0 1 0 1175 16 0 0 25 0 13 0 3869824 1567264768 49071 1992294400 134512640 134550932 4291751632 18446744073709551615 4109721681 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10710/tid=10713] ppid=10708 vsize=1530532 CPUtime=0.39
/proc/10710/task/10713/stat : 10713 (java) S 10708 10710 10362 0 -1 4202560 7938 0 0 0 36 3 0 0 18 0 13 0 3869825 1567264768 49071 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10714] ppid=10708 vsize=1530532 CPUtime=0.4
/proc/10710/task/10714/stat : 10714 (java) S 10708 10710 10362 0 -1 4202560 7147 0 0 0 37 3 0 0 18 0 13 0 3869825 1567264768 49071 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10715] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10715/stat : 10715 (java) S 10708 10710 10362 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 13 0 3869827 1567264768 49071 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10716] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10716/stat : 10716 (java) S 10708 10710 10362 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3869827 1567264768 49071 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10717] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10717/stat : 10717 (java) S 10708 10710 10362 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3869827 1567264768 49071 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10718] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10718/stat : 10718 (java) S 10708 10710 10362 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 13 0 3869832 1567264768 49071 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10719] ppid=10708 vsize=1530532 CPUtime=1.11
/proc/10710/task/10719/stat : 10719 (java) S 10708 10710 10362 0 -1 4202560 1767 0 0 0 110 1 0 0 15 0 13 0 3869832 1567264768 49071 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10720] ppid=10708 vsize=1530532 CPUtime=0.76
/proc/10710/task/10720/stat : 10720 (java) S 10708 10710 10362 0 -1 4202560 510 0 0 0 76 0 0 0 15 0 13 0 3869832 1567264768 49071 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10721] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10721/stat : 10721 (java) S 10708 10710 10362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3869832 1567264768 49071 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10722] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10722/stat : 10722 (java) S 10708 10710 10362 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3869832 1567264768 49071 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10723] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10723/stat : 10723 (java) S 10708 10710 10362 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 3870475 1567264768 49071 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.63
Current children cumulated vsize (KiB) 1530532

[startup+25.5019 s]
/proc/loadavg: 1.75 1.94 1.65 2/119 10723
/proc/meminfo: memFree=1572488/2059040 swapFree=4187148/4192956
[pid=10710] ppid=10708 vsize=1530532 CPUtime=27.96
/proc/10710/stat : 10710 (java) S 10708 10710 10362 0 -1 4202496 57399 0 1 0 2765 31 0 0 15 0 13 0 3869822 1567264768 54757 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10710/statm: 382633 54757 1435 10 0 379935 0
[pid=10710/tid=10712] ppid=10708 vsize=1530532 CPUtime=24.06
/proc/10710/task/10712/stat : 10712 (java) R 10708 10710 10362 0 -1 4202560 32099 0 1 0 2390 16 0 0 25 0 13 0 3869824 1567264768 54757 1992294400 134512640 134550932 4291751632 18446744073709551615 4109574196 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10710/tid=10713] ppid=10708 vsize=1530532 CPUtime=0.93
/proc/10710/task/10713/stat : 10713 (java) S 10708 10710 10362 0 -1 4202560 11395 0 0 0 88 5 0 0 15 0 13 0 3869825 1567264768 54757 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10714] ppid=10708 vsize=1530532 CPUtime=0.92
/proc/10710/task/10714/stat : 10714 (java) S 10708 10710 10362 0 -1 4202560 10536 0 0 0 86 6 0 0 15 0 13 0 3869825 1567264768 54757 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10715] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10715/stat : 10715 (java) S 10708 10710 10362 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 3869827 1567264768 54757 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10716] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10716/stat : 10716 (java) S 10708 10710 10362 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3869827 1567264768 54757 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10717] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10717/stat : 10717 (java) S 10708 10710 10362 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3869827 1567264768 54757 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10718] ppid=10708 vsize=1530532 CPUtime=0

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

[pid=10710] ppid=10708 vsize=1530532 CPUtime=1607.53
/proc/10710/stat : 10710 (java) S 10708 10710 10362 0 -1 4202496 62278 0 1 0 160482 271 0 0 15 0 13 0 3869822 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10710/statm: 382633 55986 1435 10 0 379935 0
[pid=10710/tid=10712] ppid=10708 vsize=1530532 CPUtime=1581.31
/proc/10710/task/10712/stat : 10712 (java) R 10708 10710 10362 0 -1 4202560 35174 0 1 0 158098 33 0 0 25 0 13 0 3869824 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4109574541 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10710/tid=10713] ppid=10708 vsize=1530532 CPUtime=11.83
/proc/10710/task/10713/stat : 10713 (java) S 10708 10710 10362 0 -1 4202560 12021 0 0 0 1072 111 0 0 15 0 13 0 3869825 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10714] ppid=10708 vsize=1530532 CPUtime=11.69
/proc/10710/task/10714/stat : 10714 (java) S 10708 10710 10362 0 -1 4202560 11507 0 0 0 1059 110 0 0 15 0 13 0 3869825 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10715] ppid=10708 vsize=1530532 CPUtime=0.4
/proc/10710/task/10715/stat : 10715 (java) S 10708 10710 10362 0 -1 4202560 111 0 0 0 27 13 0 0 16 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10716] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10716/stat : 10716 (java) S 10708 10710 10362 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10717] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10717/stat : 10717 (java) S 10708 10710 10362 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10718] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10718/stat : 10718 (java) S 10708 10710 10362 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10719] ppid=10708 vsize=1530532 CPUtime=1.31
/proc/10710/task/10719/stat : 10719 (java) S 10708 10710 10362 0 -1 4202560 1773 0 0 0 130 1 0 0 16 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10720] ppid=10708 vsize=1530532 CPUtime=0.94
/proc/10710/task/10720/stat : 10720 (java) S 10708 10710 10362 0 -1 4202560 530 0 0 0 94 0 0 0 16 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10721] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10721/stat : 10721 (java) S 10708 10710 10362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10722] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10722/stat : 10722 (java) S 10708 10710 10362 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10723] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10723/stat : 10723 (java) S 10708 10710 10362 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 3870475 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1607.53
Current children cumulated vsize (KiB) 1530532

[startup+1662.3 s]
/proc/loadavg: 1.00 1.05 1.12 2/119 10770
/proc/meminfo: memFree=1565668/2059040 swapFree=4187148/4192956
[pid=10710] ppid=10708 vsize=1530532 CPUtime=1667.62
/proc/10710/stat : 10710 (java) S 10708 10710 10362 0 -1 4202496 62386 0 1 0 166483 279 0 0 15 0 13 0 3869822 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10710/statm: 382633 55986 1435 10 0 379935 0
[pid=10710/tid=10712] ppid=10708 vsize=1530532 CPUtime=1640.63
/proc/10710/task/10712/stat : 10712 (java) R 10708 10710 10362 0 -1 4202560 35278 0 1 0 164030 33 0 0 25 0 13 0 3869824 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4109574016 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10710/tid=10713] ppid=10708 vsize=1530532 CPUtime=12.2
/proc/10710/task/10713/stat : 10713 (java) S 10708 10710 10362 0 -1 4202560 12021 0 0 0 1106 114 0 0 15 0 13 0 3869825 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10714] ppid=10708 vsize=1530532 CPUtime=12.07
/proc/10710/task/10714/stat : 10714 (java) S 10708 10710 10362 0 -1 4202560 11507 0 0 0 1093 114 0 0 15 0 13 0 3869825 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10715] ppid=10708 vsize=1530532 CPUtime=0.41
/proc/10710/task/10715/stat : 10715 (java) S 10708 10710 10362 0 -1 4202560 113 0 0 0 27 14 0 0 16 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10716] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10716/stat : 10716 (java) S 10708 10710 10362 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10717] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10717/stat : 10717 (java) S 10708 10710 10362 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10718] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10718/stat : 10718 (java) S 10708 10710 10362 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10719] ppid=10708 vsize=1530532 CPUtime=1.31
/proc/10710/task/10719/stat : 10719 (java) S 10708 10710 10362 0 -1 4202560 1773 0 0 0 130 1 0 0 16 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10720] ppid=10708 vsize=1530532 CPUtime=0.94
/proc/10710/task/10720/stat : 10720 (java) S 10708 10710 10362 0 -1 4202560 530 0 0 0 94 0 0 0 16 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10721] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10721/stat : 10721 (java) S 10708 10710 10362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10722] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10722/stat : 10722 (java) S 10708 10710 10362 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10723] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10723/stat : 10723 (java) S 10708 10710 10362 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 3870475 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.62
Current children cumulated vsize (KiB) 1530532

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.11 3/119 10770
/proc/meminfo: memFree=1565544/2059040 swapFree=4187148/4192956
[pid=10710] ppid=10708 vsize=1530532 CPUtime=1727.69
/proc/10710/stat : 10710 (java) S 10708 10710 10362 0 -1 4202496 62493 0 1 0 172482 287 0 0 15 0 13 0 3869822 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10710/statm: 382633 55986 1435 10 0 379935 0
[pid=10710/tid=10712] ppid=10708 vsize=1530532 CPUtime=1699.96
/proc/10710/task/10712/stat : 10712 (java) R 10708 10710 10362 0 -1 4202560 35377 0 1 0 169963 33 0 0 25 0 13 0 3869824 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4109574795 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10710/tid=10713] ppid=10708 vsize=1530532 CPUtime=12.58
/proc/10710/task/10713/stat : 10713 (java) S 10708 10710 10362 0 -1 4202560 12021 0 0 0 1140 118 0 0 15 0 13 0 3869825 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10714] ppid=10708 vsize=1530532 CPUtime=12.42
/proc/10710/task/10714/stat : 10714 (java) S 10708 10710 10362 0 -1 4202560 11507 0 0 0 1124 118 0 0 15 0 13 0 3869825 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10715] ppid=10708 vsize=1530532 CPUtime=0.43
/proc/10710/task/10715/stat : 10715 (java) S 10708 10710 10362 0 -1 4202560 117 0 0 0 29 14 0 0 16 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10716] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10716/stat : 10716 (java) S 10708 10710 10362 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10717] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10717/stat : 10717 (java) S 10708 10710 10362 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10718] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10718/stat : 10718 (java) S 10708 10710 10362 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10719] ppid=10708 vsize=1530532 CPUtime=1.31
/proc/10710/task/10719/stat : 10719 (java) S 10708 10710 10362 0 -1 4202560 1773 0 0 0 130 1 0 0 16 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10720] ppid=10708 vsize=1530532 CPUtime=0.94
/proc/10710/task/10720/stat : 10720 (java) S 10708 10710 10362 0 -1 4202560 530 0 0 0 94 0 0 0 16 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10721] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10721/stat : 10721 (java) S 10708 10710 10362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10722] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10722/stat : 10722 (java) S 10708 10710 10362 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10723] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10723/stat : 10723 (java) S 10708 10710 10362 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 3870475 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.69
Current children cumulated vsize (KiB) 1530532

[startup+1782.3 s]
/proc/loadavg: 1.00 1.03 1.10 2/119 10772
/proc/meminfo: memFree=1565296/2059040 swapFree=4187148/4192956
[pid=10710] ppid=10708 vsize=1530532 CPUtime=1787.76
/proc/10710/stat : 10710 (java) S 10708 10710 10362 0 -1 4202496 62589 0 1 0 178483 293 0 0 15 0 13 0 3869822 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10710/statm: 382633 55986 1435 10 0 379935 0
[pid=10710/tid=10712] ppid=10708 vsize=1530532 CPUtime=1759.4
/proc/10710/task/10712/stat : 10712 (java) R 10708 10710 10362 0 -1 4202560 35465 0 1 0 175906 34 0 0 25 0 13 0 3869824 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4109887723 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10710/tid=10713] ppid=10708 vsize=1530532 CPUtime=12.89
/proc/10710/task/10713/stat : 10713 (java) S 10708 10710 10362 0 -1 4202560 12021 0 0 0 1169 120 0 0 15 0 13 0 3869825 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10714] ppid=10708 vsize=1530532 CPUtime=12.73
/proc/10710/task/10714/stat : 10714 (java) S 10708 10710 10362 0 -1 4202560 11507 0 0 0 1152 121 0 0 15 0 13 0 3869825 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10715] ppid=10708 vsize=1530532 CPUtime=0.44
/proc/10710/task/10715/stat : 10715 (java) S 10708 10710 10362 0 -1 4202560 121 0 0 0 30 14 0 0 15 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10716] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10716/stat : 10716 (java) S 10708 10710 10362 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10717] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10717/stat : 10717 (java) S 10708 10710 10362 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10718] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10718/stat : 10718 (java) S 10708 10710 10362 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10719] ppid=10708 vsize=1530532 CPUtime=1.31
/proc/10710/task/10719/stat : 10719 (java) S 10708 10710 10362 0 -1 4202560 1773 0 0 0 130 1 0 0 16 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10720] ppid=10708 vsize=1530532 CPUtime=0.94
/proc/10710/task/10720/stat : 10720 (java) S 10708 10710 10362 0 -1 4202560 530 0 0 0 94 0 0 0 16 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10721] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10721/stat : 10721 (java) S 10708 10710 10362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10722] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10722/stat : 10722 (java) S 10708 10710 10362 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10723] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10723/stat : 10723 (java) S 10708 10710 10362 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 3870475 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.76
Current children cumulated vsize (KiB) 1530532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 1.00 1.02 1.10 2/119 10772
/proc/meminfo: memFree=1565296/2059040 swapFree=4187148/4192956
[pid=10710] ppid=10708 vsize=1530532 CPUtime=1800.07
/proc/10710/stat : 10710 (java) S 10708 10710 10362 0 -1 4202496 62598 0 1 0 179714 293 0 0 15 0 13 0 3869822 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10710/statm: 382633 55986 1435 10 0 379935 0
[pid=10710/tid=10712] ppid=10708 vsize=1530532 CPUtime=1771.65
/proc/10710/task/10712/stat : 10712 (java) R 10708 10710 10362 0 -1 4202560 35474 0 1 0 177131 34 0 0 25 0 13 0 3869824 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4109855737 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10710/tid=10713] ppid=10708 vsize=1530532 CPUtime=12.93
/proc/10710/task/10713/stat : 10713 (java) S 10708 10710 10362 0 -1 4202560 12021 0 0 0 1172 121 0 0 15 0 13 0 3869825 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10714] ppid=10708 vsize=1530532 CPUtime=12.76
/proc/10710/task/10714/stat : 10714 (java) S 10708 10710 10362 0 -1 4202560 11507 0 0 0 1155 121 0 0 15 0 13 0 3869825 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10715] ppid=10708 vsize=1530532 CPUtime=0.44
/proc/10710/task/10715/stat : 10715 (java) S 10708 10710 10362 0 -1 4202560 121 0 0 0 30 14 0 0 15 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10716] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10716/stat : 10716 (java) S 10708 10710 10362 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10717] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10717/stat : 10717 (java) S 10708 10710 10362 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3869827 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10718] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10718/stat : 10718 (java) S 10708 10710 10362 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10719] ppid=10708 vsize=1530532 CPUtime=1.31
/proc/10710/task/10719/stat : 10719 (java) S 10708 10710 10362 0 -1 4202560 1773 0 0 0 130 1 0 0 16 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10710/tid=10720] ppid=10708 vsize=1530532 CPUtime=0.94
/proc/10710/task/10720/stat : 10720 (java) S 10708 10710 10362 0 -1 4202560 530 0 0 0 94 0 0 0 16 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10721] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10721/stat : 10721 (java) S 10708 10710 10362 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10722] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10722/stat : 10722 (java) S 10708 10710 10362 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 3869832 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10710/tid=10723] ppid=10708 vsize=1530532 CPUtime=0
/proc/10710/task/10723/stat : 10723 (java) S 10708 10710 10362 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 3870475 1567264768 55986 1992294400 134512640 134550932 4291751632 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1530532

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

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

Child status: 143
Real time (s): 1794.66
CPU time (s): 1800.13
CPU user time (s): 1797.17
CPU system time (s): 2.96355
CPU usage (%): 100.305
Max. virtual memory (cumulated for all children) (KiB): 1531144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.17
system time used= 2.96355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62618
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= 76167
involuntary context switches= 48068

runsolver used 3.61345 second user time and 9.64653 second system time

The end

Launcher Data

Begin job on node048 at 2010-06-15 20:16:19
IDJOB=2660358
IDBENCH=2990
IDSOLVER=1165
FILE ID=node048/2660358-1276625778
PBS_JOBID= 11172339
Free space on /tmp= 62444 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=380-sizeP=191-sizeQ=380-765568612-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660358-1276625778/watcher-2660358-1276625778 -o /tmp/evaluation-result-2660358-1276625778/solver-2660358-1276625778 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660358-1276625778.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2191fd085de8ae061d8b0a530b1c363f
RANDOM SEED=13384530

node048.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1787136 kB
Buffers:         37184 kB
Cached:         116552 kB
SwapCached:        280 kB
Active:          89212 kB
Inactive:       118360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1787136 kB
SwapTotal:     4192956 kB
SwapFree:      4187148 kB
Dirty:           12948 kB
Writeback:           0 kB
AnonPages:       53540 kB
Mapped:          15308 kB
Slab:            42304 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183216 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62444 MiB
End job on node048 at 2010-06-15 20:46:16