Trace number 349505

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.24 1723.83

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scsd6.opb
MD5SUMb8af5f694536c159804fb560c7265020
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 variables40500
Total number of constraints147
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 constraints147
Minimum length of a constraint600
Maximum length of a constraint1200
Number of terms in the objective function 40500
Biggest coefficient in the objective function 240095970606448640
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 319188057892705067220
Number of bits of the sum of numbers in the objective function 69
Biggest number in a constraint 240095970606448640
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 319188057892705067220
Number of bits of the biggest sum of numbers69
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.09/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.09/0.20	--- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.20	c No reason simplification
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c Simplify asserted PB constraints to clauses
0.09/0.20	c solving /tmp/evaluation/349505-1176703418/instance-349505-1176703418.opb
0.09/0.20	c reading problem ... 
3.85/2.87	c ... done. Wall clock time 2.672s.
3.85/2.87	c CPU time (experimental) 2.3s.
3.85/2.87	c #vars     40500
3.85/2.87	c #constraints  294
1800.01/1723.61	c starts		: 2
1800.01/1723.61	c conflicts		: 14375
1800.01/1723.61	c decisions		: 131038
1800.01/1723.61	c propagations		: 207067
1800.01/1723.61	c inspects		: 48840417
1800.01/1723.61	c learnt literals	: 0
1800.01/1723.61	c learnt binary clauses	: 0
1800.01/1723.61	c learnt ternary clauses	: 0
1800.01/1723.61	c learnt clauses	: 14374
1800.01/1723.61	c root simplifications	: 0
1800.01/1723.61	c removed literals (reason simplification)	: 0
1800.01/1723.61	c reason swapping (by a shorter reason)	: 0
1800.01/1723.61	c Calls to reduceDB	: 0
1800.01/1723.61	c speed (decisions/second)	: 76.17279350428683
1800.01/1723.61	c non guided choices	0
1800.01/1723.61	s UNKNOWN
1800.01/1723.61	c Total wall clock time (ms): 1723.416

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/node30/watcher-349505-1176703418 -o ROOT/results/node30/solver-349505-1176703418 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349505-1176703418/sat4jPseudoCPClause.jar /tmp/evaluation/349505-1176703418/instance-349505-1176703418.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.92 0.98 0.99 2/77 1915
/proc/meminfo: memFree=1935152/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=18568 CPUtime=0
/proc/1915/stat : 1915 (runsolver) R 1913 1915 525 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 118257493 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1915/statm: 4642 292 257 24 0 2626 0

[startup+0.105155 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1915
/proc/meminfo: memFree=1935152/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=1780112 CPUtime=0.09
/proc/1915/stat : 1915 (java) S 1913 1915 525 0 -1 0 3981 0 1 0 7 2 0 0 18 0 12 0 118257493 1822834688 3722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1915/statm: 445028 3722 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780112

[startup+0.201159 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1915
/proc/meminfo: memFree=1935152/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=1782424 CPUtime=0.21
/proc/1915/stat : 1915 (java) S 1913 1915 525 0 -1 0 4881 0 1 0 18 3 0 0 18 0 12 0 118257493 1825202176 4619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1915/statm: 445606 4619 1246 9 0 443217 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1782424

[startup+0.301168 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1915
/proc/meminfo: memFree=1935152/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=1782632 CPUtime=0.36
/proc/1915/stat : 1915 (java) S 1913 1915 525 0 -1 0 5445 0 1 0 33 3 0 0 18 0 12 0 118257493 1825415168 5183 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1915/statm: 445658 5183 1269 9 0 443269 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1782632

[startup+0.701189 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1915
/proc/meminfo: memFree=1935152/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=1784252 CPUtime=0.93
/proc/1915/stat : 1915 (java) S 1913 1915 525 0 -1 0 9233 0 1 0 88 5 0 0 18 0 12 0 118257493 1827074048 8703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1915/statm: 446063 8704 1297 9 0 443674 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1784252

[startup+1.50224 s]
/proc/loadavg: 1.01 1.00 1.00 4/89 1927
/proc/meminfo: memFree=1888400/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=1793700 CPUtime=2.36
/proc/1915/stat : 1915 (java) S 1913 1915 525 0 -1 0 21148 0 1 0 226 10 0 0 18 0 12 0 118257493 1836748800 17836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1915/statm: 448425 17836 1304 9 0 446036 0
[pid=1915/tid=1917] ppid=1913 vsize=1793700 CPUtime=1.07
/proc/1915/task/1917/stat : 1917 (java) R 1913 1915 525 0 -1 64 14235 0 1 0 100 7 0 0 18 0 12 0 118257495 1836748800 17836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109497977 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1918] ppid=1913 vsize=1793700 CPUtime=0
/proc/1915/task/1918/stat : 1918 (java) S 1913 1915 525 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 118257496 1836748800 17836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1919] ppid=1913 vsize=1793700 CPUtime=0
/proc/1915/task/1919/stat : 1919 (java) S 1913 1915 525 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 118257496 1836748800 17836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1920] ppid=1913 vsize=1793700 CPUtime=0
/proc/1915/task/1920/stat : 1920 (java) S 1913 1915 525 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 118257499 1836748800 17836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1921] ppid=1913 vsize=1793700 CPUtime=0
/proc/1915/task/1921/stat : 1921 (java) S 1913 1915 525 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 118257499 1836748800 17836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1922] ppid=1913 vsize=1793700 CPUtime=0
/proc/1915/task/1922/stat : 1922 (java) S 1913 1915 525 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 118257499 1836748800 17836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1923] ppid=1913 vsize=1793700 CPUtime=0
/proc/1915/task/1923/stat : 1923 (java) S 1913 1915 525 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118257503 1836748800 17836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1924] ppid=1913 vsize=1793700 CPUtime=0.46
/proc/1915/task/1924/stat : 1924 (java) S 1913 1915 525 0 -1 64 1633 0 0 0 46 0 0 0 16 0 12 0 118257503 1836748800 17836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1925] ppid=1913 vsize=1793700 CPUtime=0.79
/proc/1915/task/1925/stat : 1925 (java) R 1913 1915 525 0 -1 64 4560 0 0 0 78 1 0 0 21 0 12 0 118257503 1836748800 17836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103319427 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1926] ppid=1913 vsize=1793700 CPUtime=0
/proc/1915/task/1926/stat : 1926 (java) S 1913 1915 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118257503 1836748800 17836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1927] ppid=1913 vsize=1793700 CPUtime=0
/proc/1915/task/1927/stat : 1927 (java) S 1913 1915 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118257503 1836748800 17836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 1793700

[startup+3.10234 s]
/proc/loadavg: 1.01 1.00 1.00 2/89 1927
/proc/meminfo: memFree=1802128/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=1792100 CPUtime=4.29
/proc/1915/stat : 1915 (java) S 1913 1915 525 0 -1 0 51557 0 1 0 405 24 0 0 18 0 12 0 118257493 1835110400 47307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1915/statm: 448025 47307 1328 9 0 445636 0
[pid=1915/tid=1917] ppid=1913 vsize=1792100 CPUtime=2.43
/proc/1915/task/1917/stat : 1917 (java) R 1913 1915 525 0 -1 64 37717 0 1 0 226 17 0 0 20 0 12 0 118257495 1835110400 47307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109213228 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1918] ppid=1913 vsize=1792100 CPUtime=0.1
/proc/1915/task/1918/stat : 1918 (java) S 1913 1915 525 0 -1 64 3670 0 0 0 9 1 0 0 18 0 12 0 118257496 1835110400 47307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1919] ppid=1913 vsize=1792100 CPUtime=0.11
/proc/1915/task/1919/stat : 1919 (java) S 1913 1915 525 0 -1 64 2745 0 0 0 10 1 0 0 18 0 12 0 118257496 1835110400 47307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1920] ppid=1913 vsize=1792100 CPUtime=0
/proc/1915/task/1920/stat : 1920 (java) S 1913 1915 525 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 118257499 1835110400 47307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1921] ppid=1913 vsize=1792100 CPUtime=0
/proc/1915/task/1921/stat : 1921 (java) S 1913 1915 525 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 118257499 1835110400 47307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1922] ppid=1913 vsize=1792100 CPUtime=0
/proc/1915/task/1922/stat : 1922 (java) S 1913 1915 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118257499 1835110400 47307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1923] ppid=1913 vsize=1792100 CPUtime=0
/proc/1915/task/1923/stat : 1923 (java) S 1913 1915 525 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118257503 1835110400 47307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1924] ppid=1913 vsize=1792100 CPUtime=0.6
/proc/1915/task/1924/stat : 1924 (java) R 1913 1915 525 0 -1 64 1682 0 0 0 60 0 0 0 16 0 12 0 118257503 1835110400 47307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102673122 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1925] ppid=1913 vsize=1792100 CPUtime=0.99
/proc/1915/task/1925/stat : 1925 (java) S 1913 1915 525 0 -1 64 5018 0 0 0 97 2 0 0 16 0 12 0 118257503 1835110400 47307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1926] ppid=1913 vsize=1792100 CPUtime=0
/proc/1915/task/1926/stat : 1926 (java) S 1913 1915 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118257503 1835110400 47307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1927] ppid=1913 vsize=1792100 CPUtime=0
/proc/1915/task/1927/stat : 1927 (java) S 1913 1915 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118257503 1835110400 47307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 1792100

[startup+6.30154 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 1928
/proc/meminfo: memFree=1750792/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=1791416 CPUtime=8.04
/proc/1915/stat : 1915 (java) S 1913 1915 525 0 -1 0 52739 0 1 0 780 24 0 0 18 0 13 0 118257493 1834409984 47130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1915/statm: 447854 47130 1329 9 0 445465 0
[pid=1915/tid=1917] ppid=1913 vsize=1791416 CPUtime=5.37
/proc/1915/task/1917/stat : 1917 (java) R 1913 1915 525 0 -1 64 37749 0 1 0 520 17 0 0 25 0 13 0 118257495 1834409984 47130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109215949 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1918] ppid=1913 vsize=1791416 CPUtime=0.1
/proc/1915/task/1918/stat : 1918 (java) S 1913 1915 525 0 -1 64 3670 0 0 0 9 1 0 0 18 0 13 0 118257496 1834409984 47130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1919] ppid=1913 vsize=1791416 CPUtime=0.11
/proc/1915/task/1919/stat : 1919 (java) S 1913 1915 525 0 -1 64 2745 0 0 0 10 1 0 0 18 0 13 0 118257496 1834409984 47130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1920] ppid=1913 vsize=1791416 CPUtime=0
/proc/1915/task/1920/stat : 1920 (java) S 1913 1915 525 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118257499 1834409984 47130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1921] ppid=1913 vsize=1791416 CPUtime=0
/proc/1915/task/1921/stat : 1921 (java) S 1913 1915 525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118257499 1834409984 47130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1922] ppid=1913 vsize=1791416 CPUtime=0
/proc/1915/task/1922/stat : 1922 (java) S 1913 1915 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118257499 1834409984 47130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1923] ppid=1913 vsize=1791416 CPUtime=0
/proc/1915/task/1923/stat : 1923 (java) S 1913 1915 525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118257503 1834409984 47130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1924] ppid=1913 vsize=1791416 CPUtime=1
/proc/1915/task/1924/stat : 1924 (java) S 1913 1915 525 0 -1 64 2651 0 0 0 100 0 0 0 16 0 13 0 118257503 1834409984 47130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1925] ppid=1913 vsize=1791416 CPUtime=1.4
/proc/1915/task/1925/stat : 1925 (java) R 1913 1915 525 0 -1 64 5195 0 0 0 138 2 0 0 16 0 13 0 118257503 1834409984 47130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105132475 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1926] ppid=1913 vsize=1791416 CPUtime=0
/proc/1915/task/1926/stat : 1926 (java) S 1913 1915 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118257503 1834409984 47130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1927] ppid=1913 vsize=1791416 CPUtime=0
/proc/1915/task/1927/stat : 1927 (java) S 1913 1915 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118257503 1834409984 47130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1928] ppid=1913 vsize=1791416 CPUtime=0
/proc/1915/task/1928/stat : 1928 (java) S 1913 1915 525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118257828 1834409984 47130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 1791416

[startup+12.7019 s]
/proc/loadavg: 1.08 1.02 1.00 2/90 1928
/proc/meminfo: memFree=1698504/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=1791184 CPUtime=15.63
/proc/1915/stat : 1915 (java) S 1913 1915 525 0 -1 0 68134 0 1 0 1531 32 0 0 18 0 13 0 118257493 1834172416 60329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1915/statm: 447796 60329 1329 9 0 445407 0
[pid=1915/tid=1917] ppid=1913 vsize=1791184 CPUtime=10.83
/proc/1915/task/1917/stat : 1917 (java) R 1913 1915 525 0 -1 64 37760 0 1 0 1065 18 0 0 22 0 13 0 118257495 1834172416 60329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110002380 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1918] ppid=1913 vsize=1791184 CPUtime=0.84
/proc/1915/task/1918/stat : 1918 (java) S 1913 1915 525 0 -1 64 11580 0 0 0 79 5 0 0 16 0 13 0 118257496 1834172416 60329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1919] ppid=1913 vsize=1791184 CPUtime=0.84
/proc/1915/task/1919/stat : 1919 (java) S 1913 1915 525 0 -1 64 9820 0 0 0 79 5 0 0 16 0 13 0 118257496 1834172416 60329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1920] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1920/stat : 1920 (java) S 1913 1915 525 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118257499 1834172416 60329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1921] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1921/stat : 1921 (java) S 1913 1915 525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118257499 1834172416 60329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1922] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1922/stat : 1922 (java) S 1913 1915 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118257499 1834172416 60329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1923] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1923/stat : 1923 (java) S 1913 1915 525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118257503 1834172416 60329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1924] ppid=1913 vsize=1791184 CPUtime=1.42
/proc/1915/task/1924/stat : 1924 (java) S 1913 1915 525 0 -1 64 3020 0 0 0 142 0 0 0 16 0 13 0 118257503 1834172416 60329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1925] ppid=1913 vsize=1791184 CPUtime=1.64
/proc/1915/task/1925/stat : 1925 (java) S 1913 1915 525 0 -1 64 5225 0 0 0 162 2 0 0 16 0 13 0 118257503 1834172416 60329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1926] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1926/stat : 1926 (java) S 1913 1915 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118257503 1834172416 60329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1927] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1927/stat : 1927 (java) S 1913 1915 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118257503 1834172416 60329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1928] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1928/stat : 1928 (java) S 1913 1915 525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118257828 1834172416 60329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.63
Current children cumulated vsize (KiB) 1791184

[startup+25.5027 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 1928
/proc/meminfo: memFree=1768200/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=1791184 CPUtime=28.52
/proc/1915/stat : 1915 (java) S 1913 1915 525 0 -1 0 69844 0 1 0 2818 34 0 0 18 0 13 0 118257493 1834172416 42809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1915/statm: 447796 42809 1329 9 0 445407 0
[pid=1915/tid=1917] ppid=1913 vsize=1791184 CPUtime=23.5
/proc/1915/task/1917/stat : 1917 (java) R 1913 1915 525 0 -1 64 37786 0 1 0 2332 18 0 0 25 0 13 0 118257495 1834172416 42809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109958211 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1918] ppid=1913 vsize=1791184 CPUtime=0.91
/proc/1915/task/1918/stat : 1918 (java) S 1913 1915 525 0 -1 64 12433 0 0 0 86 5 0 0 15 0 13 0 118257496 1834172416 42809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1919] ppid=1913 vsize=1791184 CPUtime=0.92
/proc/1915/task/1919/stat : 1919 (java) S 1913 1915 525 0 -1 64 10648 0 0 0 87 5 0 0 16 0 13 0 118257496 1834172416 42809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1920] ppid=1913 vsize=1791184 CPUtime=0.01
/proc/1915/task/1920/stat : 1920 (java) S 1913 1915 525 0 -1 64 8 0 0 0 0 1 0 0 16 0 13 0 118257499 1834172416 42809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1921] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1921/stat : 1921 (java) S 1913 1915 525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118257499 1834172416 42809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/1915/task/1924/stat : 1924 (java) S 1913 1915 525 0 -1 64 3025 0 0 0 152 0 0 0 16 0 13 0 118257503 1834172416 271734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1925] ppid=1913 vsize=1791184 CPUtime=1.72
/proc/1915/task/1925/stat : 1925 (java) S 1913 1915 525 0 -1 64 5227 0 0 0 170 2 0 0 17 0 13 0 118257503 1834172416 271734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1926] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1926/stat : 1926 (java) S 1913 1915 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118257503 1834172416 271734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1927] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1927/stat : 1927 (java) S 1913 1915 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118257503 1834172416 271734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1928] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1928/stat : 1928 (java) S 1913 1915 525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118257828 1834172416 271734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1604.7
Current children cumulated vsize (KiB) 1791184

[startup+1602.3 s]
/proc/loadavg: 1.06 1.06 1.01 2/90 1928
/proc/meminfo: memFree=821320/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=1791184 CPUtime=1669.18
/proc/1915/stat : 1915 (java) S 1913 1915 525 0 -1 0 356127 0 1 0 166733 185 0 0 18 0 13 0 118257493 1834172416 278660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1915/statm: 447796 278660 1329 9 0 445407 0
[pid=1915/tid=1917] ppid=1913 vsize=1791184 CPUtime=1533.9
/proc/1915/task/1917/stat : 1917 (java) R 1913 1915 525 0 -1 64 68125 0 1 0 153350 40 0 0 25 0 13 0 118257495 1834172416 278660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109591071 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1918] ppid=1913 vsize=1791184 CPUtime=65.68
/proc/1915/task/1918/stat : 1918 (java) S 1913 1915 525 0 -1 64 130228 0 0 0 6512 56 0 0 16 0 13 0 118257496 1834172416 278660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1919] ppid=1913 vsize=1791184 CPUtime=65.75
/proc/1915/task/1919/stat : 1919 (java) S 1913 1915 525 0 -1 64 148658 0 0 0 6510 65 0 0 16 0 13 0 118257496 1834172416 278660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1920] ppid=1913 vsize=1791184 CPUtime=0.54
/proc/1915/task/1920/stat : 1920 (java) S 1913 1915 525 0 -1 64 142 0 0 0 36 18 0 0 16 0 13 0 118257499 1834172416 278660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1921] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1921/stat : 1921 (java) S 1913 1915 525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118257499 1834172416 278660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1922] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1922/stat : 1922 (java) S 1913 1915 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118257499 1834172416 278660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1923] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1923/stat : 1923 (java) S 1913 1915 525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118257503 1834172416 278660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1924] ppid=1913 vsize=1791184 CPUtime=1.52
/proc/1915/task/1924/stat : 1924 (java) S 1913 1915 525 0 -1 64 3025 0 0 0 152 0 0 0 16 0 13 0 118257503 1834172416 278660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1925] ppid=1913 vsize=1791184 CPUtime=1.72
/proc/1915/task/1925/stat : 1925 (java) S 1913 1915 525 0 -1 64 5227 0 0 0 170 2 0 0 17 0 13 0 118257503 1834172416 278660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1926] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1926/stat : 1926 (java) S 1913 1915 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118257503 1834172416 278660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1927] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1927/stat : 1927 (java) S 1913 1915 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118257503 1834172416 278660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1928] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1928/stat : 1928 (java) S 1913 1915 525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118257828 1834172416 278660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1669.18
Current children cumulated vsize (KiB) 1791184

[startup+1662.3 s]
/proc/loadavg: 1.07 1.06 1.01 2/90 1928
/proc/meminfo: memFree=795016/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=1791184 CPUtime=1733.83
/proc/1915/stat : 1915 (java) S 1913 1915 525 0 -1 0 363034 0 1 0 173194 189 0 0 18 0 13 0 118257493 1834172416 285106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1915/statm: 447796 285106 1329 9 0 445407 0
[pid=1915/tid=1917] ppid=1913 vsize=1791184 CPUtime=1589.15
/proc/1915/task/1917/stat : 1917 (java) R 1913 1915 525 0 -1 64 68189 0 1 0 158874 41 0 0 25 0 13 0 118257495 1834172416 285106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110002654 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1918] ppid=1913 vsize=1791184 CPUtime=70.38
/proc/1915/task/1918/stat : 1918 (java) S 1913 1915 525 0 -1 64 134769 0 0 0 6980 58 0 0 16 0 13 0 118257496 1834172416 285106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1919] ppid=1913 vsize=1791184 CPUtime=70.43
/proc/1915/task/1919/stat : 1919 (java) S 1913 1915 525 0 -1 64 150960 0 0 0 6977 66 0 0 16 0 13 0 118257496 1834172416 285106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1920] ppid=1913 vsize=1791184 CPUtime=0.57
/proc/1915/task/1920/stat : 1920 (java) S 1913 1915 525 0 -1 64 142 0 0 0 38 19 0 0 16 0 13 0 118257499 1834172416 285106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1921] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1921/stat : 1921 (java) S 1913 1915 525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118257499 1834172416 285106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1922] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1922/stat : 1922 (java) S 1913 1915 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118257499 1834172416 285106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1923] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1923/stat : 1923 (java) S 1913 1915 525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118257503 1834172416 285106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1924] ppid=1913 vsize=1791184 CPUtime=1.52
/proc/1915/task/1924/stat : 1924 (java) S 1913 1915 525 0 -1 64 3025 0 0 0 152 0 0 0 16 0 13 0 118257503 1834172416 285106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1925] ppid=1913 vsize=1791184 CPUtime=1.72
/proc/1915/task/1925/stat : 1925 (java) S 1913 1915 525 0 -1 64 5227 0 0 0 170 2 0 0 17 0 13 0 118257503 1834172416 285106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1926] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1926/stat : 1926 (java) S 1913 1915 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118257503 1834172416 285106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1927] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1927/stat : 1927 (java) S 1913 1915 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118257503 1834172416 285106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1928] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1928/stat : 1928 (java) S 1913 1915 525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118257828 1834172416 285106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1733.83
Current children cumulated vsize (KiB) 1791184

[startup+1722.3 s]
/proc/loadavg: 1.13 1.08 1.02 2/90 1928
/proc/meminfo: memFree=770696/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=1791184 CPUtime=1798.54
/proc/1915/stat : 1915 (java) S 1913 1915 525 0 -1 0 369557 0 1 0 179662 192 0 0 18 0 13 0 118257493 1834172416 291251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1915/statm: 447796 291251 1329 9 0 445407 0
[pid=1915/tid=1917] ppid=1913 vsize=1791184 CPUtime=1644.36
/proc/1915/task/1917/stat : 1917 (java) R 1913 1915 525 0 -1 64 68252 0 1 0 164395 41 0 0 25 0 13 0 118257495 1834172416 291251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109958310 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1918] ppid=1913 vsize=1791184 CPUtime=75.12
/proc/1915/task/1918/stat : 1918 (java) S 1913 1915 525 0 -1 64 137186 0 0 0 7453 59 0 0 16 0 13 0 118257496 1834172416 291251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1919] ppid=1913 vsize=1791184 CPUtime=75.18
/proc/1915/task/1919/stat : 1919 (java) S 1913 1915 525 0 -1 64 155003 0 0 0 7450 68 0 0 16 0 13 0 118257496 1834172416 291251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1920] ppid=1913 vsize=1791184 CPUtime=0.58
/proc/1915/task/1920/stat : 1920 (java) S 1913 1915 525 0 -1 64 142 0 0 0 39 19 0 0 16 0 13 0 118257499 1834172416 291251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1921] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1921/stat : 1921 (java) S 1913 1915 525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118257499 1834172416 291251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1922] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1922/stat : 1922 (java) S 1913 1915 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118257499 1834172416 291251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1923] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1923/stat : 1923 (java) S 1913 1915 525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118257503 1834172416 291251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1924] ppid=1913 vsize=1791184 CPUtime=1.52
/proc/1915/task/1924/stat : 1924 (java) S 1913 1915 525 0 -1 64 3025 0 0 0 152 0 0 0 16 0 13 0 118257503 1834172416 291251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1925] ppid=1913 vsize=1791184 CPUtime=1.72
/proc/1915/task/1925/stat : 1925 (java) S 1913 1915 525 0 -1 64 5227 0 0 0 170 2 0 0 17 0 13 0 118257503 1834172416 291251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1926] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1926/stat : 1926 (java) S 1913 1915 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118257503 1834172416 291251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1927] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1927/stat : 1927 (java) S 1913 1915 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118257503 1834172416 291251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1928] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1928/stat : 1928 (java) S 1913 1915 525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118257828 1834172416 291251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (KiB) 1791184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1723.6 s]
/proc/loadavg: 1.13 1.08 1.02 2/90 1928
/proc/meminfo: memFree=769544/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=1791184 CPUtime=1800.01
/proc/1915/stat : 1915 (java) S 1913 1915 525 0 -1 0 369753 0 1 0 179808 193 0 0 18 0 13 0 118257493 1834172416 291444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1915/statm: 447796 291444 1329 9 0 445407 0
[pid=1915/tid=1917] ppid=1913 vsize=1791184 CPUtime=1645.51
/proc/1915/task/1917/stat : 1917 (java) R 1913 1915 525 0 -1 64 68254 0 1 0 164510 41 0 0 25 0 13 0 118257495 1834172416 291444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109903187 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1918] ppid=1913 vsize=1791184 CPUtime=75.28
/proc/1915/task/1918/stat : 1918 (java) S 1913 1915 525 0 -1 64 137352 0 0 0 7469 59 0 0 16 0 13 0 118257496 1834172416 291444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1919] ppid=1913 vsize=1791184 CPUtime=75.34
/proc/1915/task/1919/stat : 1919 (java) S 1913 1915 525 0 -1 64 155031 0 0 0 7466 68 0 0 16 0 13 0 118257496 1834172416 291444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1920] ppid=1913 vsize=1791184 CPUtime=0.58
/proc/1915/task/1920/stat : 1920 (java) S 1913 1915 525 0 -1 64 142 0 0 0 39 19 0 0 16 0 13 0 118257499 1834172416 291444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1921] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1921/stat : 1921 (java) S 1913 1915 525 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118257499 1834172416 291444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1922] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1922/stat : 1922 (java) S 1913 1915 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118257499 1834172416 291444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1923] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1923/stat : 1923 (java) S 1913 1915 525 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118257503 1834172416 291444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1924] ppid=1913 vsize=1791184 CPUtime=1.52
/proc/1915/task/1924/stat : 1924 (java) S 1913 1915 525 0 -1 64 3025 0 0 0 152 0 0 0 16 0 13 0 118257503 1834172416 291444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1925] ppid=1913 vsize=1791184 CPUtime=1.72
/proc/1915/task/1925/stat : 1925 (java) S 1913 1915 525 0 -1 64 5227 0 0 0 170 2 0 0 17 0 13 0 118257503 1834172416 291444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1915/tid=1926] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1926/stat : 1926 (java) S 1913 1915 525 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118257503 1834172416 291444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1927] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1927/stat : 1927 (java) S 1913 1915 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118257503 1834172416 291444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1915/tid=1928] ppid=1913 vsize=1791184 CPUtime=0
/proc/1915/task/1928/stat : 1928 (java) S 1913 1915 525 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118257828 1834172416 291444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1791184

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

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

[startup+1723.71 s]
/proc/loadavg: 1.13 1.08 1.02 3/80 1931
/proc/meminfo: memFree=1187896/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=0 CPUtime=1800.12
/proc/1915/stat : 1915 (java) Z 1913 1915 525 0 -1 1036 369773 0 1 0 179813 199 0 0 16 0 2 0 118257493 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1915/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

[startup+1723.81 s]
/proc/loadavg: 1.13 1.08 1.02 3/80 1931
/proc/meminfo: memFree=1187896/2055920 swapFree=4150108/4192956
[pid=1915] ppid=1913 vsize=0 CPUtime=1800.21
/proc/1915/stat : 1915 (java) Z 1913 1915 525 0 -1 1036 369773 0 1 0 179813 208 0 0 16 0 2 0 118257493 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1915/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1723.83
CPU time (s): 1800.24
CPU user time (s): 1798.13
CPU system time (s): 2.10468
CPU usage (%): 104.433
Max. virtual memory (cumulated for all children) (KiB): 1793700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.13
system time used= 2.10468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369773
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= 56944
involuntary context switches= 54706

runsolver used 1.91471 second user time and 5.56715 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Mon Apr 16 06:03:38 UTC 2007

IDJOB= 349505
IDBENCH= 2463
IDSOLVER= 164
FILE ID= node30/349505-1176703418

PBS_JOBID= 4560013

Free space on /tmp= 66527 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scsd6.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349505-1176703418/sat4jPseudoCPClause.jar /tmp/evaluation/349505-1176703418/instance-349505-1176703418.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-349505-1176703418 -o ROOT/results/node30/solver-349505-1176703418 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349505-1176703418/sat4jPseudoCPClause.jar /tmp/evaluation/349505-1176703418/instance-349505-1176703418.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b8af5f694536c159804fb560c7265020

RANDOM SEED= 644771035

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.218
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.218
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:       1935560 kB
Buffers:          7520 kB
Cached:          55384 kB
SwapCached:      18492 kB
Active:          52384 kB
Inactive:        31436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1935560 kB
SwapTotal:     4192956 kB
SwapFree:      4150108 kB
Dirty:            7204 kB
Writeback:           0 kB
Mapped:          25704 kB
Slab:            22012 kB
Committed_AS:  2749800 kB
PageTables:       1784 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= 66527 MiB

End job on node30 on Mon Apr 16 06:32:24 UTC 2007