Trace number 354131

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, and are wall clock time (not CPU 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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.16 1772.05

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-trento1.opb
MD5SUM3e144bcef2d8d517e1e9ee592d533dc8
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 21491069266217984
Optimality of the best value was proved NO
Number of variables44575
Total number of constraints1264
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1264
Minimum length of a constraint35
Maximum length of a constraint44575
Number of terms in the objective function 44575
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 3578049115531221094637
Number of bits of the sum of numbers in the objective function 72
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 3578151515531221094637
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.07/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.24	c no version file found!!!
0.12/0.24	c sun.arch.data.model	32
0.12/0.24	c java.version	1.6.0
0.12/0.24	c os.name	Linux
0.12/0.24	c os.version	2.6.9-22.EL.rootsmp
0.12/0.24	c os.arch	i386
0.12/0.24	c Free memory 1651659224
0.12/0.24	c Max memory 1654456320
0.12/0.24	c Total memory 1654456320
0.12/0.24	c Number of processors 2
0.12/0.29	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.12/0.29	--- Begin Solver configuration ---
0.12/0.29	c Stops conflict analysis at the first Unique Implication Point
0.12/0.29	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.29	c Learn all clauses as in MiniSAT
0.12/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.12/0.29	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.29	c No reason simplification
0.12/0.29	c --- End Solver configuration ---
0.12/0.29	c Simplify asserted PB constraints to clauses
0.12/0.29	c solving /tmp/evaluation/354131-1176696149/instance-354131-1176696149.opb
0.12/0.29	c reading problem ... 
4.36/3.24	c ... done. Wall clock time 2.95s.
4.36/3.24	c CPU time (experimental) 2.38s.
4.36/3.24	c #vars     44575
4.36/3.24	c #constraints  2512
1800.00/1771.91	c starts		: 2
1800.00/1771.91	c conflicts		: 3397
1800.00/1771.91	c decisions		: 1238485
1800.00/1771.91	c propagations		: 3287582
1800.00/1771.91	c inspects		: 31570027
1800.00/1771.91	c learnt literals	: 0
1800.00/1771.91	c learnt binary clauses	: 0
1800.00/1771.91	c learnt ternary clauses	: 0
1800.00/1771.91	c learnt clauses	: 3397
1800.00/1771.91	c root simplifications	: 0
1800.00/1771.91	c removed literals (reason simplification)	: 0
1800.00/1771.91	c reason swapping (by a shorter reason)	: 0
1800.00/1771.91	c Calls to reduceDB	: 0
1800.00/1771.91	c speed (decisions/second)	: 700.3817225583895
1800.00/1771.91	c non guided choices	0
1800.00/1771.91	s UNKNOWN
1800.00/1771.91	c Total wall clock time (ms): 1771.62

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node68/watcher-354131-1176696149 -o ROOT/results/node68/solver-354131-1176696149 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354131-1176696149/sat4jPseudoCPClause.jar /tmp/evaluation/354131-1176696149/instance-354131-1176696149.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.96 1.01 1.00 3/64 28074
/proc/meminfo: memFree=1938000/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=18568 CPUtime=0
/proc/28074/stat : 28074 (runsolver) R 28072 28074 27655 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 145604460 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 257414458663 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/28074/statm: 4642 292 257 24 0 2626 0

[startup+0.042301 s]
/proc/loadavg: 0.96 1.01 1.00 3/64 28074
/proc/meminfo: memFree=1938000/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=1776088 CPUtime=0.02
/proc/28074/stat : 28074 (java) S 28072 28074 27655 0 -1 0 3224 0 1 0 1 1 0 0 18 0 4 0 145604460 1818714112 2971 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/28074/statm: 444022 2971 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.101304 s]
/proc/loadavg: 0.96 1.01 1.00 3/64 28074
/proc/meminfo: memFree=1938000/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=1777844 CPUtime=0.07
/proc/28074/stat : 28074 (java) S 28072 28074 27655 0 -1 0 3872 0 1 0 4 3 0 0 18 0 7 0 145604460 1820512256 3614 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/28074/statm: 444461 3614 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301326 s]
/proc/loadavg: 0.96 1.01 1.00 3/64 28074
/proc/meminfo: memFree=1938000/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=1781392 CPUtime=0.21
/proc/28074/stat : 28074 (java) S 28072 28074 27655 0 -1 0 4889 0 1 0 17 4 0 0 18 0 12 0 145604460 1824145408 4627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28074/statm: 445348 4627 1246 9 0 442959 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1781392

[startup+0.70136 s]
/proc/loadavg: 0.96 1.01 1.00 3/64 28074
/proc/meminfo: memFree=1938000/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=1784684 CPUtime=0.77
/proc/28074/stat : 28074 (java) S 28072 28074 27655 0 -1 0 7979 0 1 0 72 5 0 0 18 0 12 0 145604460 1827516416 7404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28074/statm: 446171 7404 1297 9 0 443782 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1784684

[startup+1.50244 s]
/proc/loadavg: 0.96 1.01 1.00 3/76 28086
/proc/meminfo: memFree=1897968/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=1797296 CPUtime=2.08
/proc/28074/stat : 28074 (java) S 28072 28074 27655 0 -1 0 18320 0 1 0 199 9 0 0 18 0 12 0 145604460 1840431104 15645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28074/statm: 449324 15645 1310 9 0 446935 0
[pid=28074/tid=28076] ppid=28072 vsize=1797296 CPUtime=0.88
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27655 0 -1 64 11224 0 1 0 82 6 0 0 18 0 12 0 145604462 1840431104 15645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109603951 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1797296 CPUtime=0
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27655 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 145604463 1840431104 15645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1797296 CPUtime=0
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 145604463 1840431104 15645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1797296 CPUtime=0
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 145604465 1840431104 15645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1797296 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27655 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 145604466 1840431104 15645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1797296 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27655 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 145604466 1840431104 15645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1797296 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 145604473 1840431104 15645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1797296 CPUtime=0.6
/proc/28074/task/28083/stat : 28083 (java) R 28072 28074 27655 0 -1 64 3555 0 0 0 59 1 0 0 17 0 12 0 145604474 1840431104 15645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336776 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1797296 CPUtime=0.58
/proc/28074/task/28084/stat : 28084 (java) R 28072 28074 27655 0 -1 64 2821 0 0 0 57 1 0 0 17 0 12 0 145604474 1840431104 15645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103334180 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1797296 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 145604474 1840431104 15645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1797296 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145604474 1840431104 15645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 1797296

[startup+3.10257 s]
/proc/loadavg: 0.96 1.01 1.00 3/76 28086
/proc/meminfo: memFree=1830768/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=1795784 CPUtime=4.26
/proc/28074/stat : 28074 (java) S 28072 28074 27655 0 -1 0 53530 0 1 0 400 26 0 0 18 0 12 0 145604460 1838882816 48080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28074/statm: 448946 48080 1320 9 0 446557 0
[pid=28074/tid=28076] ppid=28072 vsize=1795784 CPUtime=2.23
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27655 0 -1 64 37671 0 1 0 205 18 0 0 18 0 12 0 145604462 1838882816 48080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1795784 CPUtime=0.12
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27655 0 -1 64 3097 0 0 0 11 1 0 0 16 0 12 0 145604463 1838882816 48080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1795784 CPUtime=0.13
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27655 0 -1 64 3065 0 0 0 12 1 0 0 17 0 12 0 145604463 1838882816 48080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1795784 CPUtime=0
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27655 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 145604465 1838882816 48080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1795784 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27655 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 145604466 1838882816 48080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1795784 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27655 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 145604466 1838882816 48080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1795784 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 145604473 1838882816 48080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1795784 CPUtime=0.95
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27655 0 -1 64 5476 0 0 0 94 1 0 0 16 0 12 0 145604474 1838882816 48080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1795784 CPUtime=0.76
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27655 0 -1 64 3496 0 0 0 74 2 0 0 17 0 12 0 145604474 1838882816 48080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1795784 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 145604474 1838882816 48080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1795784 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145604474 1838882816 48080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 1795784

[startup+6.30289 s]
/proc/loadavg: 0.96 1.01 1.00 3/77 28087
/proc/meminfo: memFree=1717608/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=1796688 CPUtime=8.6
/proc/28074/stat : 28074 (java) S 28072 28074 27655 0 -1 0 62391 0 1 0 829 31 0 0 18 0 13 0 145604460 1839808512 56122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28074/statm: 449172 56122 1333 9 0 446783 0
[pid=28074/tid=28076] ppid=28072 vsize=1796688 CPUtime=4.88
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27655 0 -1 64 37717 0 1 0 469 19 0 0 23 0 13 0 145604462 1839808512 56122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109943843 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1796688 CPUtime=0.42
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27655 0 -1 64 7417 0 0 0 38 4 0 0 16 0 13 0 145604463 1839808512 56122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1796688 CPUtime=0.42
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27655 0 -1 64 7179 0 0 0 39 3 0 0 18 0 13 0 145604463 1839808512 56122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27655 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145604465 1839808512 56122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27655 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 56122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27655 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 56122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 145604473 1839808512 56122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1796688 CPUtime=1.62
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27655 0 -1 64 5517 0 0 0 161 1 0 0 16 0 13 0 145604474 1839808512 56122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1796688 CPUtime=1.21
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27655 0 -1 64 3833 0 0 0 119 2 0 0 16 0 13 0 145604474 1839808512 56122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 145604474 1839808512 56122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145604474 1839808512 56122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28087] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28087/stat : 28087 (java) S 28072 28074 27655 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145604832 1839808512 56122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 1796688

[startup+12.7024 s]
/proc/loadavg: 0.96 1.01 1.00 3/77 28087
/proc/meminfo: memFree=1693608/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=1796688 CPUtime=15.51
/proc/28074/stat : 28074 (java) S 28072 28074 27655 0 -1 0 69713 0 1 0 1516 35 0 0 18 0 13 0 145604460 1839808512 62377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28074/statm: 449172 62377 1333 9 0 446783 0
[pid=28074/tid=28076] ppid=28072 vsize=1796688 CPUtime=10.75
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27655 0 -1 64 37723 0 1 0 1056 19 0 0 22 0 13 0 145604462 1839808512 62377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109942748 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1796688 CPUtime=0.94
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27655 0 -1 64 11547 0 0 0 88 6 0 0 16 0 13 0 145604463 1839808512 62377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1796688 CPUtime=0.92
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27655 0 -1 64 10365 0 0 0 88 4 0 0 16 0 13 0 145604463 1839808512 62377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27655 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145604465 1839808512 62377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27655 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 62377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27655 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 62377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 145604473 1839808512 62377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1796688 CPUtime=1.62
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27655 0 -1 64 5517 0 0 0 161 1 0 0 16 0 13 0 145604474 1839808512 62377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1796688 CPUtime=1.21
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27655 0 -1 64 3833 0 0 0 119 2 0 0 16 0 13 0 145604474 1839808512 62377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 145604474 1839808512 62377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145604474 1839808512 62377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28087] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28087/stat : 28087 (java) S 28072 28074 27655 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145604832 1839808512 62377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.51
Current children cumulated vsize (KiB) 1796688

[startup+25.5016 s]
/proc/loadavg: 0.97 1.01 1.00 2/77 28087
/proc/meminfo: memFree=1736936/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=1796688 CPUtime=28.31
/proc/28074/stat : 28074 (java) S 28072 28074 27655 0 -1 0 69728 0 1 0 2796 35 0 0 18 0 13 0 145604460 1839808512 51334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28074/statm: 449172 51334 1333 9 0 446783 0
[pid=28074/tid=28076] ppid=28072 vsize=1796688 CPUtime=23.52
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27655 0 -1 64 37738 0 1 0 2333 19 0 0 19 0 13 0 145604462 1839808512 51334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109942833 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1796688 CPUtime=0.96
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27655 0 -1 64 11547 0 0 0 90 6 0 0 16 0 13 0 145604463 1839808512 51334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1796688 CPUtime=0.93
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27655 0 -1 64 10365 0 0 0 89 4 0 0 16 0 13 0 145604463 1839808512 51334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27655 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145604465 1839808512 51334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27655 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 51334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=28074/tid=28079] ppid=28072 vsize=1796688 CPUtime=0.51
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27655 0 -1 64 170 0 0 0 32 19 0 0 16 0 13 0 145604465 1839808512 134063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27655 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 134063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27655 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 134063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 145604473 1839808512 134063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1796688 CPUtime=1.91
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27655 0 -1 64 5529 0 0 0 190 1 0 0 16 0 13 0 145604474 1839808512 134063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1796688 CPUtime=1.58
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27655 0 -1 64 3850 0 0 0 156 2 0 0 16 0 13 0 145604474 1839808512 134063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 145604474 1839808512 134063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145604474 1839808512 134063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28087] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28087/stat : 28087 (java) S 28072 28074 27655 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145604832 1839808512 134063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1565.68
Current children cumulated vsize (KiB) 1796688

[startup+1602.3 s]
/proc/loadavg: 1.08 1.07 1.03 2/77 28087
/proc/meminfo: memFree=1394280/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=1796688 CPUtime=1626.85
/proc/28074/stat : 28074 (java) S 28072 28074 27655 0 -1 0 205920 0 1 0 162549 136 0 0 18 0 13 0 145604460 1839808512 136755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28074/statm: 449172 136755 1333 9 0 446783 0
[pid=28074/tid=28076] ppid=28072 vsize=1796688 CPUtime=1576.42
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27655 0 -1 64 83386 0 1 0 157594 48 0 0 25 0 13 0 145604462 1839808512 136755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110028732 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1796688 CPUtime=23.16
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27655 0 -1 64 54235 0 0 0 2285 31 0 0 16 0 13 0 145604463 1839808512 136755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1796688 CPUtime=23.19
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27655 0 -1 64 58028 0 0 0 2288 31 0 0 16 0 13 0 145604463 1839808512 136755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1796688 CPUtime=0.52
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27655 0 -1 64 171 0 0 0 33 19 0 0 16 0 13 0 145604465 1839808512 136755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27655 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 136755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27655 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 136755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 145604473 1839808512 136755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1796688 CPUtime=1.91
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27655 0 -1 64 5529 0 0 0 190 1 0 0 16 0 13 0 145604474 1839808512 136755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1796688 CPUtime=1.58
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27655 0 -1 64 3850 0 0 0 156 2 0 0 16 0 13 0 145604474 1839808512 136755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 145604474 1839808512 136755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145604474 1839808512 136755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28087] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28087/stat : 28087 (java) S 28072 28074 27655 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145604832 1839808512 136755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1626.85
Current children cumulated vsize (KiB) 1796688

[startup+1662.3 s]
/proc/loadavg: 1.17 1.09 1.03 2/77 28087
/proc/meminfo: memFree=1385512/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=1796688 CPUtime=1688.15
/proc/28074/stat : 28074 (java) S 28072 28074 27655 0 -1 0 208267 0 1 0 168676 139 0 0 18 0 13 0 145604460 1839808512 138943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28074/statm: 449172 138943 1333 9 0 446783 0
[pid=28074/tid=28076] ppid=28072 vsize=1796688 CPUtime=1635.05
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27655 0 -1 64 83463 0 1 0 163457 48 0 0 24 0 13 0 145604462 1839808512 138943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109926715 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1796688 CPUtime=24.49
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27655 0 -1 64 55750 0 0 0 2416 33 0 0 16 0 13 0 145604463 1839808512 138943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1796688 CPUtime=24.51
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27655 0 -1 64 58783 0 0 0 2420 31 0 0 16 0 13 0 145604463 1839808512 138943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1796688 CPUtime=0.54
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27655 0 -1 64 171 0 0 0 34 20 0 0 15 0 13 0 145604465 1839808512 138943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27655 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 138943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27655 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 138943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 145604473 1839808512 138943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1796688 CPUtime=1.91
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27655 0 -1 64 5529 0 0 0 190 1 0 0 16 0 13 0 145604474 1839808512 138943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1796688 CPUtime=1.58
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27655 0 -1 64 3850 0 0 0 156 2 0 0 16 0 13 0 145604474 1839808512 138943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 145604474 1839808512 138943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145604474 1839808512 138943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28087] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28087/stat : 28087 (java) S 28072 28074 27655 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145604832 1839808512 138943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1688.15
Current children cumulated vsize (KiB) 1796688

[startup+1722.3 s]
/proc/loadavg: 1.06 1.07 1.03 2/77 28087
/proc/meminfo: memFree=1375080/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=1796688 CPUtime=1749.33
/proc/28074/stat : 28074 (java) S 28072 28074 27655 0 -1 0 211097 0 1 0 174792 141 0 0 18 0 13 0 145604460 1839808512 141563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28074/statm: 449172 141563 1333 9 0 446783 0
[pid=28074/tid=28076] ppid=28072 vsize=1796688 CPUtime=1693.8
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27655 0 -1 64 83539 0 1 0 169331 49 0 0 25 0 13 0 145604462 1839808512 141563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110114410 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1796688 CPUtime=25.7
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27655 0 -1 64 56703 0 0 0 2536 34 0 0 16 0 13 0 145604463 1839808512 141563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1796688 CPUtime=25.72
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27655 0 -1 64 60584 0 0 0 2540 32 0 0 16 0 13 0 145604463 1839808512 141563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1796688 CPUtime=0.56
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27655 0 -1 64 171 0 0 0 36 20 0 0 15 0 13 0 145604465 1839808512 141563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27655 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 141563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27655 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 141563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 145604473 1839808512 141563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1796688 CPUtime=1.91
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27655 0 -1 64 5529 0 0 0 190 1 0 0 16 0 13 0 145604474 1839808512 141563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1796688 CPUtime=1.58
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27655 0 -1 64 3850 0 0 0 156 2 0 0 16 0 13 0 145604474 1839808512 141563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 145604474 1839808512 141563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145604474 1839808512 141563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28087] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28087/stat : 28087 (java) S 28072 28074 27655 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145604832 1839808512 141563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1749.33
Current children cumulated vsize (KiB) 1796688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.9 s]
/proc/loadavg: 1.02 1.06 1.02 2/77 28087
/proc/meminfo: memFree=1367528/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=1796688 CPUtime=1800
/proc/28074/stat : 28074 (java) S 28072 28074 27655 0 -1 0 213063 0 1 0 179857 143 0 0 18 0 13 0 145604460 1839808512 143376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28074/statm: 449172 143376 1333 9 0 446783 0
[pid=28074/tid=28076] ppid=28072 vsize=1796688 CPUtime=1742.25
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27655 0 -1 64 83602 0 1 0 174176 49 0 0 25 0 13 0 145604462 1839808512 143376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109888726 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1796688 CPUtime=26.8
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27655 0 -1 64 57652 0 0 0 2646 34 0 0 16 0 13 0 145604463 1839808512 143376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1796688 CPUtime=26.82
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27655 0 -1 64 61538 0 0 0 2650 32 0 0 16 0 13 0 145604463 1839808512 143376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1796688 CPUtime=0.58
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27655 0 -1 64 171 0 0 0 37 21 0 0 16 0 13 0 145604465 1839808512 143376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27655 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 143376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27655 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145604466 1839808512 143376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 145604473 1839808512 143376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1796688 CPUtime=1.91
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27655 0 -1 64 5529 0 0 0 190 1 0 0 16 0 13 0 145604474 1839808512 143376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1796688 CPUtime=1.58
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27655 0 -1 64 3850 0 0 0 156 2 0 0 16 0 13 0 145604474 1839808512 143376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 145604474 1839808512 143376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) R 28072 28074 27655 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145604474 1839808512 143376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28087] ppid=28072 vsize=1796688 CPUtime=0
/proc/28074/task/28087/stat : 28087 (java) S 28072 28074 27655 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145604832 1839808512 143376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1796688

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

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

[startup+1772.01 s]
/proc/loadavg: 1.02 1.06 1.02 2/67 28090
/proc/meminfo: memFree=1703832/2055920 swapFree=4183804/4192956
[pid=28074] ppid=28072 vsize=0 CPUtime=1800.12
/proc/28074/stat : 28074 (java) Z 28072 28074 27655 0 -1 1036 213083 0 1 0 179863 149 0 0 16 0 2 0 145604460 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28074/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.05
CPU time (s): 1800.16
CPU user time (s): 1798.63
CPU system time (s): 1.52277
CPU usage (%): 101.586
Max. virtual memory (cumulated for all children) (KiB): 1797460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.52277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213083
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= 59157
involuntary context switches= 32164

runsolver used 1.91471 second user time and 5.02823 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Mon Apr 16 04:02:29 UTC 2007

IDJOB= 354131
IDBENCH= 2357
IDSOLVER= 164
FILE ID= node68/354131-1176696149

PBS_JOBID= 4560043

Free space on /tmp= 66404 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-trento1.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354131-1176696149/sat4jPseudoCPClause.jar /tmp/evaluation/354131-1176696149/instance-354131-1176696149.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-354131-1176696149 -o ROOT/results/node68/solver-354131-1176696149 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354131-1176696149/sat4jPseudoCPClause.jar /tmp/evaluation/354131-1176696149/instance-354131-1176696149.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  3e144bcef2d8d517e1e9ee592d533dc8

RANDOM SEED= 888079632

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.216
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.216
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1938408 kB
Buffers:          4564 kB
Cached:          65420 kB
SwapCached:       3456 kB
Active:          45184 kB
Inactive:        35192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1938408 kB
SwapTotal:     4192956 kB
SwapFree:      4183804 kB
Dirty:            6984 kB
Writeback:           0 kB
Mapped:          15768 kB
Slab:            23232 kB
Committed_AS:  2633952 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66404 MiB

End job on node68 on Mon Apr 16 04:32:03 UTC 2007