Trace number 347930

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 1750.81

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos9.opb
MD5SUM3f95880b258ecfc346507235783375e9
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables874498
Total number of constraints110909
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints110822
Minimum length of a constraint11
Maximum length of a constraint14080
Number of terms in the objective function 198658
Biggest coefficient in the objective function 14
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 636932
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 6076
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 636932
Number of bits of the biggest sum of numbers20
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/347930-1176539005/instance-347930-1176539005.opb
0.20/0.20	c reading problem ... 
36.81/28.02	c ... done. Wall clock time 27.817s.
36.81/28.02	c CPU time (experimental) 19.79s.
36.81/28.02	c #vars     874498
36.81/28.02	c #constraints  118637
1800.02/1750.61	c starts		: 2
1800.02/1750.61	c conflicts		: 51066
1800.02/1750.61	c decisions		: 274932
1800.02/1750.61	c propagations		: 1124593
1800.02/1750.61	c inspects		: 540791501
1800.02/1750.61	c learnt literals	: 0
1800.02/1750.61	c learnt binary clauses	: 0
1800.02/1750.61	c learnt ternary clauses	: 0
1800.02/1750.61	c learnt clauses	: 51066
1800.02/1750.61	c root simplifications	: 0
1800.02/1750.61	c removed literals (reason simplification)	: 0
1800.02/1750.61	c reason swapping (by a shorter reason)	: 0
1800.02/1750.61	c Calls to reduceDB	: 0
1800.02/1750.61	c speed (decisions/second)	: 159.6716107416461
1800.02/1750.61	c non guided choices	0
1800.02/1750.61	s UNKNOWN
1800.02/1750.61	c Total wall clock time (ms): 1750.409

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/node10/watcher-347930-1176539005 -o ROOT/results/node10/solver-347930-1176539005 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347930-1176539005/sat4jPseudoCPClause.jar /tmp/evaluation/347930-1176539005/instance-347930-1176539005.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.91 0.97 0.99 2/77 7333
/proc/meminfo: memFree=1728584/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=18568 CPUtime=0
/proc/7333/stat : 7333 (runsolver) R 7331 7333 6975 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 129938102 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7333/statm: 4642 292 257 24 0 2626 0

[startup+0.034874 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 7333
/proc/meminfo: memFree=1728584/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=1775952 CPUtime=0.01
/proc/7333/stat : 7333 (java) S 7331 7333 6975 0 -1 0 2751 0 1 0 0 1 0 0 18 0 4 0 129938102 1818574848 2499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7333/statm: 443988 2499 538 9 0 441624 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1775952

[startup+0.10189 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 7333
/proc/meminfo: memFree=1728584/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=1780112 CPUtime=0.08
/proc/7333/stat : 7333 (java) S 7331 7333 6975 0 -1 0 3967 0 1 0 6 2 0 0 18 0 12 0 129938102 1822834688 3709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7333/statm: 445028 3709 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301933 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 7333
/proc/meminfo: memFree=1728584/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=1782292 CPUtime=0.3
/proc/7333/stat : 7333 (java) S 7331 7333 6975 0 -1 0 12665 0 1 0 24 6 0 0 18 0 12 0 129938102 1825067008 12404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7333/statm: 445573 12405 1263 9 0 443184 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782292

[startup+0.702016 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 7333
/proc/meminfo: memFree=1728584/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=1783748 CPUtime=0.87
/proc/7333/stat : 7333 (java) S 7331 7333 6975 0 -1 0 16304 0 1 0 80 7 0 0 18 0 12 0 129938102 1826557952 15842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7333/statm: 445937 15843 1296 9 0 443548 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783748

[startup+1.50119 s]
/proc/loadavg: 0.91 0.97 0.99 2/89 7345
/proc/meminfo: memFree=1643240/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=1783748 CPUtime=1.7
/proc/7333/stat : 7333 (java) S 7331 7333 6975 0 -1 0 34945 0 1 0 156 14 0 0 18 0 12 0 129938102 1826557952 34483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7333/statm: 445937 34483 1296 9 0 443548 0
[pid=7333/tid=7335] ppid=7331 vsize=1783748 CPUtime=1.33
/proc/7333/task/7335/stat : 7335 (java) R 7331 7333 6975 0 -1 64 33213 0 1 0 120 13 0 0 25 0 12 0 129938103 1826557952 34483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221638 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7336] ppid=7331 vsize=1783748 CPUtime=0
/proc/7333/task/7336/stat : 7336 (java) S 7331 7333 6975 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 129938105 1826557952 34483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7337] ppid=7331 vsize=1783748 CPUtime=0
/proc/7333/task/7337/stat : 7337 (java) S 7331 7333 6975 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 129938105 1826557952 34483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7338] ppid=7331 vsize=1783748 CPUtime=0
/proc/7333/task/7338/stat : 7338 (java) S 7331 7333 6975 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 129938107 1826557952 34483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7339] ppid=7331 vsize=1783748 CPUtime=0
/proc/7333/task/7339/stat : 7339 (java) S 7331 7333 6975 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 129938108 1826557952 34483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7340] ppid=7331 vsize=1783748 CPUtime=0
/proc/7333/task/7340/stat : 7340 (java) S 7331 7333 6975 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 129938108 1826557952 34483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7341] ppid=7331 vsize=1783748 CPUtime=0
/proc/7333/task/7341/stat : 7341 (java) S 7331 7333 6975 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 129938111 1826557952 34484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7342] ppid=7331 vsize=1783748 CPUtime=0.18
/proc/7333/task/7342/stat : 7342 (java) S 7331 7333 6975 0 -1 64 423 0 0 0 18 0 0 0 16 0 12 0 129938111 1826557952 34484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7343] ppid=7331 vsize=1783748 CPUtime=0.17
/proc/7333/task/7343/stat : 7343 (java) S 7331 7333 6975 0 -1 64 588 0 0 0 17 0 0 0 16 0 12 0 129938111 1826557952 34484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7344] ppid=7331 vsize=1783748 CPUtime=0
/proc/7333/task/7344/stat : 7344 (java) S 7331 7333 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 129938111 1826557952 34484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7345] ppid=7331 vsize=1783748 CPUtime=0
/proc/7333/task/7345/stat : 7345 (java) S 7331 7333 6975 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129938112 1826557952 34485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 1783748

[startup+3.10253 s]
/proc/loadavg: 0.91 0.97 0.99 3/89 7345
/proc/meminfo: memFree=1539880/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=1787556 CPUtime=4
/proc/7333/stat : 7333 (java) S 7331 7333 6975 0 -1 0 55363 0 1 0 376 24 0 0 18 0 12 0 129938102 1830457344 52216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7333/statm: 446889 52216 1312 9 0 444500 0
[pid=7333/tid=7335] ppid=7331 vsize=1787556 CPUtime=2.52
/proc/7333/task/7335/stat : 7335 (java) R 7331 7333 6975 0 -1 64 37669 0 1 0 236 16 0 0 25 0 12 0 129938103 1830457344 52216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109531013 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7336] ppid=7331 vsize=1787556 CPUtime=0.16
/proc/7333/task/7336/stat : 7336 (java) S 7331 7333 6975 0 -1 64 9469 0 0 0 13 3 0 0 16 0 12 0 129938105 1830457344 52216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7337] ppid=7331 vsize=1787556 CPUtime=0.17
/proc/7333/task/7337/stat : 7337 (java) S 7331 7333 6975 0 -1 64 3639 0 0 0 16 1 0 0 16 0 12 0 129938105 1830457344 52216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7338] ppid=7331 vsize=1787556 CPUtime=0
/proc/7333/task/7338/stat : 7338 (java) S 7331 7333 6975 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 129938107 1830457344 52216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7339] ppid=7331 vsize=1787556 CPUtime=0
/proc/7333/task/7339/stat : 7339 (java) S 7331 7333 6975 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 129938108 1830457344 52216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7340] ppid=7331 vsize=1787556 CPUtime=0
/proc/7333/task/7340/stat : 7340 (java) S 7331 7333 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 129938108 1830457344 52216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7341] ppid=7331 vsize=1787556 CPUtime=0
/proc/7333/task/7341/stat : 7341 (java) S 7331 7333 6975 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 129938111 1830457344 52216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7342] ppid=7331 vsize=1787556 CPUtime=0.55
/proc/7333/task/7342/stat : 7342 (java) R 7331 7333 6975 0 -1 64 2001 0 0 0 55 0 0 0 17 0 12 0 129938111 1830457344 52216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105429818 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7343] ppid=7331 vsize=1787556 CPUtime=0.54
/proc/7333/task/7343/stat : 7343 (java) R 7331 7333 6975 0 -1 64 1859 0 0 0 54 0 0 0 18 0 12 0 129938111 1830457344 52216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336811 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7344] ppid=7331 vsize=1787556 CPUtime=0
/proc/7333/task/7344/stat : 7344 (java) S 7331 7333 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 129938111 1830457344 52216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7345] ppid=7331 vsize=1787556 CPUtime=0
/proc/7333/task/7345/stat : 7345 (java) S 7331 7333 6975 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129938112 1830457344 52216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 1787556

[startup+6.30122 s]
/proc/loadavg: 0.92 0.97 0.99 3/89 7345
/proc/meminfo: memFree=1435496/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=1789212 CPUtime=8.34
/proc/7333/stat : 7333 (java) S 7331 7333 6975 0 -1 0 90028 0 1 0 793 41 0 0 18 0 12 0 129938102 1832153088 82458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7333/statm: 447303 82458 1312 9 0 444914 0
[pid=7333/tid=7335] ppid=7331 vsize=1789212 CPUtime=4.77
/proc/7333/task/7335/stat : 7335 (java) R 7331 7333 6975 0 -1 64 37674 0 1 0 460 17 0 0 21 0 12 0 129938103 1832153088 82458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514780 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7336] ppid=7331 vsize=1789212 CPUtime=1.07
/proc/7333/task/7336/stat : 7336 (java) S 7331 7333 6975 0 -1 64 19679 0 0 0 99 8 0 0 16 0 12 0 129938105 1832153088 82458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7337] ppid=7331 vsize=1789212 CPUtime=1.11
/proc/7333/task/7337/stat : 7337 (java) S 7331 7333 6975 0 -1 64 27797 0 0 0 98 13 0 0 16 0 12 0 129938105 1832153088 82458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7338] ppid=7331 vsize=1789212 CPUtime=0
/proc/7333/task/7338/stat : 7338 (java) S 7331 7333 6975 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 129938107 1832153088 82458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7339] ppid=7331 vsize=1789212 CPUtime=0
/proc/7333/task/7339/stat : 7339 (java) S 7331 7333 6975 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 129938108 1832153088 82458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7340] ppid=7331 vsize=1789212 CPUtime=0
/proc/7333/task/7340/stat : 7340 (java) S 7331 7333 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 129938108 1832153088 82458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7341] ppid=7331 vsize=1789212 CPUtime=0
/proc/7333/task/7341/stat : 7341 (java) S 7331 7333 6975 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 129938111 1832153088 82458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7342] ppid=7331 vsize=1789212 CPUtime=0.76
/proc/7333/task/7342/stat : 7342 (java) S 7331 7333 6975 0 -1 64 2153 0 0 0 76 0 0 0 16 0 12 0 129938111 1832153088 82458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7343] ppid=7331 vsize=1789212 CPUtime=0.58
/proc/7333/task/7343/stat : 7343 (java) S 7331 7333 6975 0 -1 64 1999 0 0 0 58 0 0 0 17 0 12 0 129938111 1832153088 82458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7344] ppid=7331 vsize=1789212 CPUtime=0
/proc/7333/task/7344/stat : 7344 (java) S 7331 7333 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 129938111 1832153088 82458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7345] ppid=7331 vsize=1789212 CPUtime=0
/proc/7333/task/7345/stat : 7345 (java) S 7331 7333 6975 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129938112 1832153088 82458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 1789212

[startup+12.7028 s]
/proc/loadavg: 0.93 0.97 0.99 2/89 7345
/proc/meminfo: memFree=1264680/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=1790188 CPUtime=17.46
/proc/7333/stat : 7333 (java) S 7331 7333 6975 0 -1 0 132192 0 1 0 1684 62 0 0 18 0 12 0 129938102 1833152512 119057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7333/statm: 447547 119057 1313 9 0 445158 0
[pid=7333/tid=7335] ppid=7331 vsize=1790188 CPUtime=8.52
/proc/7333/task/7335/stat : 7335 (java) R 7331 7333 6975 0 -1 64 37684 0 1 0 835 17 0 0 17 0 12 0 129938103 1833152512 119057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109511823 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7336] ppid=7331 vsize=1790188 CPUtime=3.7
/proc/7333/task/7336/stat : 7336 (java) S 7331 7333 6975 0 -1 64 43465 0 0 0 351 19 0 0 16 0 12 0 129938105 1833152512 119057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7337] ppid=7331 vsize=1790188 CPUtime=3.73
/proc/7333/task/7337/stat : 7337 (java) S 7331 7333 6975 0 -1 64 46156 0 0 0 352 21 0 0 17 0 12 0 129938105 1833152512 119057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7338] ppid=7331 vsize=1790188 CPUtime=0
/proc/7333/task/7338/stat : 7338 (java) S 7331 7333 6975 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 129938107 1833152512 119057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7339] ppid=7331 vsize=1790188 CPUtime=0
/proc/7333/task/7339/stat : 7339 (java) S 7331 7333 6975 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 129938108 1833152512 119057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7340] ppid=7331 vsize=1790188 CPUtime=0
/proc/7333/task/7340/stat : 7340 (java) S 7331 7333 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 129938108 1833152512 119057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7341] ppid=7331 vsize=1790188 CPUtime=0
/proc/7333/task/7341/stat : 7341 (java) S 7331 7333 6975 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 129938111 1833152512 119057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7342] ppid=7331 vsize=1790188 CPUtime=0.78
/proc/7333/task/7342/stat : 7342 (java) S 7331 7333 6975 0 -1 64 2153 0 0 0 78 0 0 0 16 0 12 0 129938111 1833152512 119057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7343] ppid=7331 vsize=1790188 CPUtime=0.66
/proc/7333/task/7343/stat : 7343 (java) S 7331 7333 6975 0 -1 64 2008 0 0 0 66 0 0 0 16 0 12 0 129938111 1833152512 119057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7344] ppid=7331 vsize=1790188 CPUtime=0
/proc/7333/task/7344/stat : 7344 (java) S 7331 7333 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 129938111 1833152512 119057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7345] ppid=7331 vsize=1790188 CPUtime=0
/proc/7333/task/7345/stat : 7345 (java) S 7331 7333 6975 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129938112 1833152512 119057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.46
Current children cumulated vsize (KiB) 1790188

[startup+25.5016 s]
/proc/loadavg: 0.94 0.97 0.99 2/89 7345
/proc/meminfo: memFree=1074600/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=1790188 CPUtime=33.68
/proc/7333/stat : 7333 (java) S 7331 7333 6975 0 -1 0 185649 0 1 0 3276 92 0 0 18 0 12 0 129938102 1833152512 164943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7333/statm: 447547 164943 1324 9 0 445158 0
[pid=7333/tid=7335] ppid=7331 vsize=1790188 CPUtime=17.87
/proc/7333/task/7335/stat : 7335 (java) S 7331 7333 6975 0 -1 64 37711 0 1 0 1767 20 0 0 21 0 12 0 129938103 1833152512 164943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7336] ppid=7331 vsize=1790188 CPUtime=7.13
/proc/7333/task/7336/stat : 7336 (java) R 7331 7333 6975 0 -1 64 69344 0 0 0 680 33 0 0 17 0 12 0 129938105 1833152512 164943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7337] ppid=7331 vsize=1790188 CPUtime=7.14
/proc/7333/task/7337/stat : 7337 (java) R 7331 7333 6975 0 -1 64 73683 0 0 0 679 35 0 0 16 0 12 0 129938105 1833152512 164943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7338] ppid=7331 vsize=1790188 CPUtime=0.01
/proc/7333/task/7338/stat : 7338 (java) S 7331 7333 6975 0 -1 64 22 0 0 0 1 0 0 0 15 0 12 0 129938107 1833152512 164943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7339] ppid=7331 vsize=1790188 CPUtime=0
/proc/7333/task/7339/stat : 7339 (java) S 7331 7333 6975 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 129938108 1833152512 164943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7340] ppid=7331 vsize=1790188 CPUtime=0
/proc/7333/task/7340/stat : 7340 (java) S 7331 7333 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 129938108 1833152512 164943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7341] ppid=7331 vsize=1790188 CPUtime=0
/proc/7333/task/7341/stat : 7341 (java) S 7331 7333 6975 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 129938111 1833152512 164943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7333/tid=7338] ppid=7331 vsize=1790512 CPUtime=0.21
/proc/7333/task/7338/stat : 7338 (java) S 7331 7333 6975 0 -1 64 27 0 0 0 14 7 0 0 16 0 13 0 129938107 1833484288 272461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7339] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7339/stat : 7339 (java) S 7331 7333 6975 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 129938108 1833484288 272461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7340] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7340/stat : 7340 (java) S 7331 7333 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 129938108 1833484288 272461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7341] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7341/stat : 7341 (java) S 7331 7333 6975 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 129938111 1833484288 272461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7342] ppid=7331 vsize=1790512 CPUtime=1.7
/proc/7333/task/7342/stat : 7342 (java) S 7331 7333 6975 0 -1 64 3488 0 0 0 169 1 0 0 17 0 13 0 129938111 1833484288 272461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7343] ppid=7331 vsize=1790512 CPUtime=1.65
/proc/7333/task/7343/stat : 7343 (java) S 7331 7333 6975 0 -1 64 3753 0 0 0 164 1 0 0 16 0 13 0 129938111 1833484288 272461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7344] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7344/stat : 7344 (java) S 7331 7333 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 129938111 1833484288 272461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7345] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7345/stat : 7345 (java) S 7331 7333 6975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 129938112 1833484288 272461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7346] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7346/stat : 7346 (java) S 7331 7333 6975 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 129940978 1833484288 272461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1585.11
Current children cumulated vsize (KiB) 1790512

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7348
/proc/meminfo: memFree=633632/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=1790512 CPUtime=1646.91
/proc/7333/stat : 7333 (java) S 7331 7333 6975 0 -1 0 309038 0 1 0 164499 192 0 0 18 0 13 0 129938102 1833484288 274311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7333/statm: 447628 274311 1334 9 0 445239 0
[pid=7333/tid=7335] ppid=7331 vsize=1790512 CPUtime=1553.87
/proc/7333/task/7335/stat : 7335 (java) R 7331 7333 6975 0 -1 64 40037 0 1 0 155354 33 0 0 25 0 13 0 129938103 1833484288 274311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109977354 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7336] ppid=7331 vsize=1790512 CPUtime=45.02
/proc/7333/task/7336/stat : 7336 (java) S 7331 7333 6975 0 -1 64 121540 0 0 0 4436 66 0 0 16 0 13 0 129938105 1833484288 274311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7337] ppid=7331 vsize=1790512 CPUtime=44.4
/proc/7333/task/7337/stat : 7337 (java) S 7331 7333 6975 0 -1 64 139471 0 0 0 4360 80 0 0 16 0 13 0 129938105 1833484288 274311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7338] ppid=7331 vsize=1790512 CPUtime=0.21
/proc/7333/task/7338/stat : 7338 (java) S 7331 7333 6975 0 -1 64 27 0 0 0 14 7 0 0 16 0 13 0 129938107 1833484288 274311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7339] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7339/stat : 7339 (java) S 7331 7333 6975 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 129938108 1833484288 274311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7340] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7340/stat : 7340 (java) S 7331 7333 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 129938108 1833484288 274311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7341] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7341/stat : 7341 (java) S 7331 7333 6975 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 129938111 1833484288 274311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7342] ppid=7331 vsize=1790512 CPUtime=1.7
/proc/7333/task/7342/stat : 7342 (java) S 7331 7333 6975 0 -1 64 3488 0 0 0 169 1 0 0 17 0 13 0 129938111 1833484288 274311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7343] ppid=7331 vsize=1790512 CPUtime=1.65
/proc/7333/task/7343/stat : 7343 (java) S 7331 7333 6975 0 -1 64 3753 0 0 0 164 1 0 0 16 0 13 0 129938111 1833484288 274311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7344] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7344/stat : 7344 (java) S 7331 7333 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 129938111 1833484288 274311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7345] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7345/stat : 7345 (java) S 7331 7333 6975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 129938112 1833484288 274311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7346] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7346/stat : 7346 (java) S 7331 7333 6975 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 129940978 1833484288 274311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.91
Current children cumulated vsize (KiB) 1790512

[startup+1662.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 7348
/proc/meminfo: memFree=625248/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=1790512 CPUtime=1708.87
/proc/7333/stat : 7333 (java) S 7331 7333 6975 0 -1 0 311241 0 1 0 170693 194 0 0 18 0 13 0 129938102 1833484288 276395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7333/statm: 447628 276395 1334 9 0 445239 0
[pid=7333/tid=7335] ppid=7331 vsize=1790512 CPUtime=1611.85
/proc/7333/task/7335/stat : 7335 (java) R 7331 7333 6975 0 -1 64 40063 0 1 0 161151 34 0 0 23 0 13 0 129938103 1833484288 276395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109764074 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7336] ppid=7331 vsize=1790512 CPUtime=47.01
/proc/7333/task/7336/stat : 7336 (java) S 7331 7333 6975 0 -1 64 122069 0 0 0 4635 66 0 0 16 0 13 0 129938105 1833484288 276395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7337] ppid=7331 vsize=1790512 CPUtime=46.39
/proc/7333/task/7337/stat : 7337 (java) S 7331 7333 6975 0 -1 64 141119 0 0 0 4557 82 0 0 16 0 13 0 129938105 1833484288 276395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7338] ppid=7331 vsize=1790512 CPUtime=0.22
/proc/7333/task/7338/stat : 7338 (java) S 7331 7333 6975 0 -1 64 27 0 0 0 15 7 0 0 15 0 13 0 129938107 1833484288 276395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7339] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7339/stat : 7339 (java) S 7331 7333 6975 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 129938108 1833484288 276395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7340] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7340/stat : 7340 (java) S 7331 7333 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 129938108 1833484288 276395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7341] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7341/stat : 7341 (java) S 7331 7333 6975 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 129938111 1833484288 276395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7342] ppid=7331 vsize=1790512 CPUtime=1.7
/proc/7333/task/7342/stat : 7342 (java) S 7331 7333 6975 0 -1 64 3488 0 0 0 169 1 0 0 17 0 13 0 129938111 1833484288 276395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7343] ppid=7331 vsize=1790512 CPUtime=1.65
/proc/7333/task/7343/stat : 7343 (java) S 7331 7333 6975 0 -1 64 3753 0 0 0 164 1 0 0 16 0 13 0 129938111 1833484288 276395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7344] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7344/stat : 7344 (java) S 7331 7333 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 129938111 1833484288 276395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7345] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7345/stat : 7345 (java) S 7331 7333 6975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 129938112 1833484288 276395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7346] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7346/stat : 7346 (java) S 7331 7333 6975 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 129940978 1833484288 276395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.87
Current children cumulated vsize (KiB) 1790512

[startup+1722.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 7348
/proc/meminfo: memFree=617632/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=1790512 CPUtime=1770.84
/proc/7333/stat : 7333 (java) S 7331 7333 6975 0 -1 0 313224 0 1 0 176888 196 0 0 18 0 13 0 129938102 1833484288 278334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7333/statm: 447628 278334 1334 9 0 445239 0
[pid=7333/tid=7335] ppid=7331 vsize=1790512 CPUtime=1669.79
/proc/7333/task/7335/stat : 7335 (java) R 7331 7333 6975 0 -1 64 40089 0 1 0 166945 34 0 0 25 0 13 0 129938103 1833484288 278334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109605631 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7336] ppid=7331 vsize=1790512 CPUtime=49.01
/proc/7333/task/7336/stat : 7336 (java) S 7331 7333 6975 0 -1 64 122601 0 0 0 4835 66 0 0 17 0 13 0 129938105 1833484288 278334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7337] ppid=7331 vsize=1790512 CPUtime=48.38
/proc/7333/task/7337/stat : 7337 (java) S 7331 7333 6975 0 -1 64 142544 0 0 0 4756 82 0 0 16 0 13 0 129938105 1833484288 278334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7338] ppid=7331 vsize=1790512 CPUtime=0.23
/proc/7333/task/7338/stat : 7338 (java) S 7331 7333 6975 0 -1 64 27 0 0 0 16 7 0 0 16 0 13 0 129938107 1833484288 278334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7339] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7339/stat : 7339 (java) S 7331 7333 6975 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 129938108 1833484288 278334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7340] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7340/stat : 7340 (java) S 7331 7333 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 129938108 1833484288 278334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7341] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7341/stat : 7341 (java) S 7331 7333 6975 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 129938111 1833484288 278334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7342] ppid=7331 vsize=1790512 CPUtime=1.7
/proc/7333/task/7342/stat : 7342 (java) S 7331 7333 6975 0 -1 64 3488 0 0 0 169 1 0 0 17 0 13 0 129938111 1833484288 278334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7343] ppid=7331 vsize=1790512 CPUtime=1.65
/proc/7333/task/7343/stat : 7343 (java) S 7331 7333 6975 0 -1 64 3753 0 0 0 164 1 0 0 16 0 13 0 129938111 1833484288 278334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7344] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7344/stat : 7344 (java) S 7331 7333 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 129938111 1833484288 278334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7345] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7345/stat : 7345 (java) S 7331 7333 6975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 129938112 1833484288 278334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7346] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7346/stat : 7346 (java) S 7331 7333 6975 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 129940978 1833484288 278334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.84
Current children cumulated vsize (KiB) 1790512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1750.6 s]
/proc/loadavg: 1.03 1.02 1.00 2/90 7348
/proc/meminfo: memFree=614624/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=1790512 CPUtime=1800.02
/proc/7333/stat : 7333 (java) S 7331 7333 6975 0 -1 0 314009 0 1 0 179805 197 0 0 18 0 13 0 129938102 1833484288 279041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7333/statm: 447628 279041 1334 9 0 445239 0
[pid=7333/tid=7335] ppid=7331 vsize=1790512 CPUtime=1697.18
/proc/7333/task/7335/stat : 7335 (java) R 7331 7333 6975 0 -1 64 40101 0 1 0 169683 35 0 0 24 0 13 0 129938103 1833484288 279041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110021168 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7336] ppid=7331 vsize=1790512 CPUtime=49.92
/proc/7333/task/7336/stat : 7336 (java) S 7331 7333 6975 0 -1 64 122935 0 0 0 4925 67 0 0 17 0 13 0 129938105 1833484288 279041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7337] ppid=7331 vsize=1790512 CPUtime=49.28
/proc/7333/task/7337/stat : 7337 (java) S 7331 7333 6975 0 -1 64 142983 0 0 0 4846 82 0 0 16 0 13 0 129938105 1833484288 279041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7338] ppid=7331 vsize=1790512 CPUtime=0.23
/proc/7333/task/7338/stat : 7338 (java) S 7331 7333 6975 0 -1 64 27 0 0 0 16 7 0 0 16 0 13 0 129938107 1833484288 279041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7339] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7339/stat : 7339 (java) S 7331 7333 6975 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 129938108 1833484288 279041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7340] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7340/stat : 7340 (java) S 7331 7333 6975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 129938108 1833484288 279041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7341] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7341/stat : 7341 (java) S 7331 7333 6975 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 129938111 1833484288 279041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7342] ppid=7331 vsize=1790512 CPUtime=1.7
/proc/7333/task/7342/stat : 7342 (java) S 7331 7333 6975 0 -1 64 3488 0 0 0 169 1 0 0 17 0 13 0 129938111 1833484288 279041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7333/tid=7343] ppid=7331 vsize=1790512 CPUtime=1.65
/proc/7333/task/7343/stat : 7343 (java) S 7331 7333 6975 0 -1 64 3753 0 0 0 164 1 0 0 16 0 13 0 129938111 1833484288 279041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7344] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7344/stat : 7344 (java) S 7331 7333 6975 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 129938111 1833484288 279041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7345] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7345/stat : 7345 (java) S 7331 7333 6975 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 129938112 1833484288 279041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7333/tid=7346] ppid=7331 vsize=1790512 CPUtime=0
/proc/7333/task/7346/stat : 7346 (java) S 7331 7333 6975 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 129940978 1833484288 279041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1790512

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

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

[startup+1750.8 s]
/proc/loadavg: 1.03 1.02 1.00 2/90 7348
/proc/meminfo: memFree=614624/2055920 swapFree=4166016/4192956
[pid=7333] ppid=7331 vsize=0 CPUtime=1800.22
/proc/7333/stat : 7333 (java) Z 7331 7333 6975 0 -1 1036 314030 0 1 0 179810 212 0 0 16 0 2 0 129938102 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7333/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1750.81
CPU time (s): 1800.24
CPU user time (s): 1798.11
CPU system time (s): 2.13368
CPU usage (%): 102.823
Max. virtual memory (cumulated for all children) (KiB): 1792696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 2.13368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314030
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= 46511
involuntary context switches= 37661

runsolver used 1.80672 second user time and 4.87926 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Apr 14 08:23:26 UTC 2007

IDJOB= 347930
IDBENCH= 1577
IDSOLVER= 164
FILE ID= node10/347930-1176539005

PBS_JOBID= 4556743

Free space on /tmp= 66514 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  3f95880b258ecfc346507235783375e9

RANDOM SEED= 124260957

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1728992 kB
Buffers:         23264 kB
Cached:         220956 kB
SwapCached:       2824 kB
Active:         104756 kB
Inactive:       170176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728992 kB
SwapTotal:     4192956 kB
SwapFree:      4166016 kB
Dirty:           47352 kB
Writeback:           0 kB
Mapped:          38436 kB
Slab:            37616 kB
Committed_AS:  2200032 kB
PageTables:       1708 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= 66514 MiB

End job on node10 on Sat Apr 14 08:52:39 UTC 2007