Trace number 348073

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.14 1789.29

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic98.opb
MD5SUMcf56ee4a2e10a22486df8fb664e91027
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 variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531126
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.12/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.33	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.33	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.34	c no version file found!!!
0.12/0.34	c sun.arch.data.model	32
0.12/0.34	c java.version	1.6.0
0.12/0.34	c os.name	Linux
0.12/0.34	c os.version	2.6.9-22.EL.rootsmp
0.12/0.34	c os.arch	i386
0.12/0.34	c Free memory 1651659224
0.12/0.34	c Max memory 1654456320
0.12/0.34	c Total memory 1654456320
0.12/0.34	c Number of processors 2
0.22/0.40	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.22/0.40	--- Begin Solver configuration ---
0.22/0.40	c Stops conflict analysis at the first Unique Implication Point
0.22/0.40	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.22/0.40	c Learn all clauses as in MiniSAT
0.22/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.22/0.40	c VSIDS like heuristics from MiniSAT using a heap
0.22/0.40	c No reason simplification
0.22/0.40	c --- End Solver configuration ---
0.22/0.40	c Simplify asserted PB constraints to clauses
0.22/0.40	c solving /tmp/evaluation/348073-1176568065/instance-348073-1176568065.opb
0.22/0.40	c reading problem ... 
3.52/2.88	c ... done. Wall clock time 2.482s.
3.52/2.88	c CPU time (experimental) 2.0s.
3.52/2.88	c #vars     15501
3.52/2.88	c #constraints  853
1800.05/1789.21	c starts		: 2
1800.05/1789.21	c conflicts		: 135
1800.05/1789.21	c decisions		: 22685
1800.05/1789.21	c propagations		: 202119
1800.05/1789.21	c inspects		: 2148199
1800.05/1789.21	c learnt literals	: 0
1800.05/1789.21	c learnt binary clauses	: 0
1800.05/1789.21	c learnt ternary clauses	: 0
1800.05/1789.21	c learnt clauses	: 134
1800.05/1789.21	c root simplifications	: 0
1800.05/1789.21	c removed literals (reason simplification)	: 0
1800.05/1789.21	c reason swapping (by a shorter reason)	: 0
1800.05/1789.21	c Calls to reduceDB	: 0
1800.05/1789.21	c speed (decisions/second)	: 12.699491460522692
1800.05/1789.21	c non guided choices	0
1800.05/1789.21	s UNKNOWN
1800.05/1789.21	c Total wall clock time (ms): 1788.815

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/node54/watcher-348073-1176568065 -o ROOT/results/node54/solver-348073-1176568065 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348073-1176568065/sat4jPseudoCPClause.jar /tmp/evaluation/348073-1176568065/instance-348073-1176568065.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 1.05 2/66 5973
/proc/meminfo: memFree=1545008/2055920 swapFree=4191892/4192956
[pid=5973] ppid=5971 vsize=1800 CPUtime=0
/proc/5973/stat : 5973 (java) D 5971 5973 5648 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 104180966 1843200 143 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/5973/statm: 450 143 106 9 0 92 0

[startup+0.0700259 s]
/proc/loadavg: 0.92 0.98 1.05 2/66 5973
/proc/meminfo: memFree=1545008/2055920 swapFree=4191892/4192956
[pid=5973] ppid=5971 vsize=1800 CPUtime=0
/proc/5973/stat : 5973 (java) D 5971 5973 5648 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 104180966 1843200 143 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/5973/statm: 450 143 106 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.104287 s]
/proc/loadavg: 0.92 0.98 1.05 2/66 5973
/proc/meminfo: memFree=1545008/2055920 swapFree=4191892/4192956
[pid=5973] ppid=5971 vsize=12056 CPUtime=0.01
/proc/5973/stat : 5973 (java) D 5971 5973 5648 0 -1 0 369 0 5 0 0 1 0 0 18 0 1 0 104180966 12345344 181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 1790762 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/5973/statm: 3014 181 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.301061 s]
/proc/loadavg: 0.92 0.98 1.05 2/66 5973
/proc/meminfo: memFree=1545008/2055920 swapFree=4191892/4192956
[pid=5973] ppid=5971 vsize=1780260 CPUtime=0.12
/proc/5973/stat : 5973 (java) S 5971 5973 5648 0 -1 0 4060 0 24 0 7 5 0 0 18 0 12 0 104180966 1822986240 3824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5973/statm: 445065 3824 1125 9 0 442683 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1780260

[startup+0.701114 s]
/proc/loadavg: 0.92 0.98 1.05 2/66 5973
/proc/meminfo: memFree=1545008/2055920 swapFree=4191892/4192956
[pid=5973] ppid=5971 vsize=1786372 CPUtime=0.68
/proc/5973/stat : 5973 (java) S 5971 5973 5648 0 -1 0 6948 0 24 0 62 6 0 0 18 0 12 0 104180966 1829244928 6420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5973/statm: 446593 6421 1289 9 0 444204 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1786372

[startup+1.50223 s]
/proc/loadavg: 0.92 0.98 1.05 4/78 5985
/proc/meminfo: memFree=1508368/2055920 swapFree=4191892/4192956
[pid=5973] ppid=5971 vsize=1791948 CPUtime=2.05
/proc/5973/stat : 5973 (java) S 5971 5973 5648 0 -1 0 19919 0 24 0 193 12 0 0 18 0 12 0 104180966 1834954752 17105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5973/statm: 447987 17105 1303 9 0 445598 0
[pid=5973/tid=5975] ppid=5971 vsize=1791948 CPUtime=0.78
/proc/5973/task/5975/stat : 5975 (java) R 5971 5973 5648 0 -1 64 13651 0 1 0 71 7 0 0 20 0 12 0 104180980 1834954752 17105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109571535 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5976] ppid=5971 vsize=1791948 CPUtime=0
/proc/5973/task/5976/stat : 5976 (java) S 5971 5973 5648 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 104180982 1834954752 17105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5977] ppid=5971 vsize=1791948 CPUtime=0
/proc/5973/task/5977/stat : 5977 (java) S 5971 5973 5648 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 104180982 1834954752 17105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5978] ppid=5971 vsize=1791948 CPUtime=0
/proc/5973/task/5978/stat : 5978 (java) S 5971 5973 5648 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 104180984 1834954752 17105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5979] ppid=5971 vsize=1791948 CPUtime=0
/proc/5973/task/5979/stat : 5979 (java) S 5971 5973 5648 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 104180985 1834954752 17105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5980] ppid=5971 vsize=1791948 CPUtime=0
/proc/5973/task/5980/stat : 5980 (java) S 5971 5973 5648 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 104180985 1834954752 17105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5981] ppid=5971 vsize=1791948 CPUtime=0
/proc/5973/task/5981/stat : 5981 (java) S 5971 5973 5648 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 104180992 1834954752 17105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5982] ppid=5971 vsize=1791948 CPUtime=0.55
/proc/5973/task/5982/stat : 5982 (java) S 5971 5973 5648 0 -1 64 2031 0 0 0 55 0 0 0 16 0 12 0 104180992 1834954752 17105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5983] ppid=5971 vsize=1791948 CPUtime=0.68
/proc/5973/task/5983/stat : 5983 (java) S 5971 5973 5648 0 -1 64 3538 0 0 0 66 2 0 0 16 0 12 0 104180992 1834954752 17105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5984] ppid=5971 vsize=1791948 CPUtime=0
/proc/5973/task/5984/stat : 5984 (java) S 5971 5973 5648 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 104180992 1834954752 17105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5985] ppid=5971 vsize=1791948 CPUtime=0
/proc/5973/task/5985/stat : 5985 (java) S 5971 5973 5648 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 104180992 1834954752 17105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1791948

[startup+3.10242 s]
/proc/loadavg: 1.09 1.02 1.06 2/78 5985
/proc/meminfo: memFree=1402384/2055920 swapFree=4191892/4192956
[pid=5973] ppid=5971 vsize=1792916 CPUtime=3.99
/proc/5973/stat : 5973 (java) S 5971 5973 5648 0 -1 0 49790 0 24 0 377 22 0 0 18 0 13 0 104180966 1835945984 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5973/statm: 448229 46660 1321 9 0 445840 0
[pid=5973/tid=5975] ppid=5971 vsize=1792916 CPUtime=2.18
/proc/5973/task/5975/stat : 5975 (java) R 5971 5973 5648 0 -1 64 37718 0 1 0 204 14 0 0 20 0 13 0 104180980 1835945984 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109792425 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5976] ppid=5971 vsize=1792916 CPUtime=0.13
/proc/5973/task/5976/stat : 5976 (java) S 5971 5973 5648 0 -1 64 2460 0 0 0 13 0 0 0 16 0 13 0 104180982 1835945984 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5977] ppid=5971 vsize=1792916 CPUtime=0.14
/proc/5973/task/5977/stat : 5977 (java) S 5971 5973 5648 0 -1 64 3141 0 0 0 13 1 0 0 18 0 13 0 104180982 1835945984 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5978] ppid=5971 vsize=1792916 CPUtime=0
/proc/5973/task/5978/stat : 5978 (java) S 5971 5973 5648 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 104180984 1835945984 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5979] ppid=5971 vsize=1792916 CPUtime=0
/proc/5973/task/5979/stat : 5979 (java) S 5971 5973 5648 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104180985 1835945984 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5980] ppid=5971 vsize=1792916 CPUtime=0
/proc/5973/task/5980/stat : 5980 (java) S 5971 5973 5648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104180985 1835945984 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5981] ppid=5971 vsize=1792916 CPUtime=0
/proc/5973/task/5981/stat : 5981 (java) S 5971 5973 5648 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 104180992 1835945984 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5982] ppid=5971 vsize=1792916 CPUtime=0.71
/proc/5973/task/5982/stat : 5982 (java) S 5971 5973 5648 0 -1 64 2214 0 0 0 71 0 0 0 17 0 13 0 104180992 1835945984 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5983] ppid=5971 vsize=1792916 CPUtime=0.76
/proc/5973/task/5983/stat : 5983 (java) S 5971 5973 5648 0 -1 64 3550 0 0 0 74 2 0 0 15 0 13 0 104180992 1835945984 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5984] ppid=5971 vsize=1792916 CPUtime=0
/proc/5973/task/5984/stat : 5984 (java) S 5971 5973 5648 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 104180992 1835945984 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5985] ppid=5971 vsize=1792916 CPUtime=0
/proc/5973/task/5985/stat : 5985 (java) S 5971 5973 5648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104180992 1835945984 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 1792916

[startup+6.30183 s]
/proc/loadavg: 1.09 1.02 1.06 2/79 5986
/proc/meminfo: memFree=1325576/2055920 swapFree=4191892/4192956
[pid=5973] ppid=5971 vsize=1794168 CPUtime=7.8
/proc/5973/stat : 5973 (java) S 5971 5973 5648 0 -1 0 58368 0 24 0 755 25 0 0 18 0 13 0 104180966 1837228032 54584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5973/statm: 448542 54584 1325 9 0 446153 0
[pid=5973/tid=5975] ppid=5971 vsize=1794168 CPUtime=4.93
/proc/5973/task/5975/stat : 5975 (java) R 5971 5973 5648 0 -1 64 37739 0 1 0 479 14 0 0 22 0 13 0 104180980 1837228032 54584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109793039 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5976] ppid=5971 vsize=1794168 CPUtime=0.4
/proc/5973/task/5976/stat : 5976 (java) S 5971 5973 5648 0 -1 64 8168 0 0 0 38 2 0 0 17 0 13 0 104180982 1837228032 54584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5977] ppid=5971 vsize=1794168 CPUtime=0.4
/proc/5973/task/5977/stat : 5977 (java) S 5971 5973 5648 0 -1 64 5911 0 0 0 38 2 0 0 16 0 13 0 104180982 1837228032 54584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5978] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5978/stat : 5978 (java) S 5971 5973 5648 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 104180984 1837228032 54584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5979] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5979/stat : 5979 (java) S 5971 5973 5648 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104180985 1837228032 54584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5980] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5980/stat : 5980 (java) S 5971 5973 5648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104180985 1837228032 54584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5981] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5981/stat : 5981 (java) S 5971 5973 5648 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 104180992 1837228032 54584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5982] ppid=5971 vsize=1794168 CPUtime=0.96
/proc/5973/task/5982/stat : 5982 (java) S 5971 5973 5648 0 -1 64 2255 0 0 0 95 1 0 0 16 0 13 0 104180992 1837228032 54584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5983] ppid=5971 vsize=1794168 CPUtime=1.06
/proc/5973/task/5983/stat : 5983 (java) S 5971 5973 5648 0 -1 64 3586 0 0 0 104 2 0 0 16 0 13 0 104180992 1837228032 54584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5984] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5984/stat : 5984 (java) S 5971 5973 5648 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 104180992 1837228032 54584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5985] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5985/stat : 5985 (java) S 5971 5973 5648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104180992 1837228032 54584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5986] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5986/stat : 5986 (java) S 5971 5973 5648 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 104181259 1837228032 54584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 1794168

[startup+12.7026 s]
/proc/loadavg: 1.07 1.02 1.06 2/79 5986
/proc/meminfo: memFree=1301448/2055920 swapFree=4191892/4192956
[pid=5973] ppid=5971 vsize=1794168 CPUtime=14.67
/proc/5973/stat : 5973 (java) S 5971 5973 5648 0 -1 0 66212 0 24 0 1437 30 0 0 18 0 13 0 104180966 1837228032 58749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5973/statm: 448542 58749 1325 9 0 446153 0
[pid=5973/tid=5975] ppid=5971 vsize=1794168 CPUtime=10.94
/proc/5973/task/5975/stat : 5975 (java) R 5971 5973 5648 0 -1 64 37753 0 1 0 1080 14 0 0 16 0 13 0 104180980 1837228032 58749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109918593 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5976] ppid=5971 vsize=1794168 CPUtime=0.74
/proc/5973/task/5976/stat : 5976 (java) S 5971 5973 5648 0 -1 64 12742 0 0 0 69 5 0 0 16 0 13 0 104180982 1837228032 58749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5977] ppid=5971 vsize=1794168 CPUtime=0.74
/proc/5973/task/5977/stat : 5977 (java) S 5971 5973 5648 0 -1 64 9156 0 0 0 70 4 0 0 16 0 13 0 104180982 1837228032 58749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5978] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5978/stat : 5978 (java) S 5971 5973 5648 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 104180984 1837228032 58749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5979] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5979/stat : 5979 (java) S 5971 5973 5648 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104180985 1837228032 58749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5980] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5980/stat : 5980 (java) S 5971 5973 5648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104180985 1837228032 58749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5981] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5981/stat : 5981 (java) S 5971 5973 5648 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 104180992 1837228032 58749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5982] ppid=5971 vsize=1794168 CPUtime=1.06
/proc/5973/task/5982/stat : 5982 (java) S 5971 5973 5648 0 -1 64 2263 0 0 0 105 1 0 0 16 0 13 0 104180992 1837228032 58749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5983] ppid=5971 vsize=1794168 CPUtime=1.13
/proc/5973/task/5983/stat : 5983 (java) S 5971 5973 5648 0 -1 64 3589 0 0 0 111 2 0 0 16 0 13 0 104180992 1837228032 58749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5984] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5984/stat : 5984 (java) S 5971 5973 5648 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 104180992 1837228032 58749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5985] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5985/stat : 5985 (java) S 5971 5973 5648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104180992 1837228032 58749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5986] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5986/stat : 5986 (java) S 5971 5973 5648 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 104181259 1837228032 58749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.67
Current children cumulated vsize (KiB) 1794168

[startup+25.5023 s]
/proc/loadavg: 1.06 1.01 1.06 2/79 5986
/proc/meminfo: memFree=1429832/2055920 swapFree=4191892/4192956
[pid=5973] ppid=5971 vsize=1794168 CPUtime=27.48
/proc/5973/stat : 5973 (java) S 5971 5973 5648 0 -1 0 66264 0 24 0 2715 33 0 0 18 0 13 0 104180966 1837228032 28017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5973/statm: 448542 28017 1325 9 0 446153 0
[pid=5973/tid=5975] ppid=5971 vsize=1794168 CPUtime=23.68
/proc/5973/task/5975/stat : 5975 (java) R 5971 5973 5648 0 -1 64 37805 0 1 0 2353 15 0 0 17 0 13 0 104180980 1837228032 28017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109918916 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5976] ppid=5971 vsize=1794168 CPUtime=0.76
/proc/5973/task/5976/stat : 5976 (java) S 5971 5973 5648 0 -1 64 12742 0 0 0 71 5 0 0 17 0 13 0 104180982 1837228032 28017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5977] ppid=5971 vsize=1794168 CPUtime=0.76
/proc/5973/task/5977/stat : 5977 (java) S 5971 5973 5648 0 -1 64 9156 0 0 0 72 4 0 0 16 0 13 0 104180982 1837228032 28017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5978] ppid=5971 vsize=1794168 CPUtime=0.02
/proc/5973/task/5978/stat : 5978 (java) S 5971 5973 5648 0 -1 64 9 0 0 0 0 2 0 0 15 0 13 0 104180984 1837228032 28017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5979] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5979/stat : 5979 (java) S 5971 5973 5648 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104180985 1837228032 28017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=5973] ppid=5971 vsize=1794168 CPUtime=1612.08
/proc/5973/stat : 5973 (java) S 5971 5973 5648 0 -1 0 203384 0 24 0 160962 246 0 0 18 0 13 0 104180966 1837228032 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5973/statm: 448542 95862 1326 9 0 446153 0
[pid=5973/tid=5975] ppid=5971 vsize=1794168 CPUtime=1586.49
/proc/5973/task/5975/stat : 5975 (java) R 5971 5973 5648 0 -1 64 131479 0 1 0 158585 64 0 0 25 0 13 0 104180980 1837228032 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109912748 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5976] ppid=5971 vsize=1794168 CPUtime=10.9
/proc/5973/task/5976/stat : 5976 (java) S 5971 5973 5648 0 -1 64 35212 0 0 0 1014 76 0 0 16 0 13 0 104180982 1837228032 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5977] ppid=5971 vsize=1794168 CPUtime=10.94
/proc/5973/task/5977/stat : 5977 (java) S 5971 5973 5648 0 -1 64 29783 0 0 0 1026 68 0 0 16 0 13 0 104180982 1837228032 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5978] ppid=5971 vsize=1794168 CPUtime=0.72
/proc/5973/task/5978/stat : 5978 (java) S 5971 5973 5648 0 -1 64 306 0 0 0 42 30 0 0 16 0 13 0 104180984 1837228032 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5979] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5979/stat : 5979 (java) S 5971 5973 5648 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104180985 1837228032 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5980] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5980/stat : 5980 (java) S 5971 5973 5648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104180985 1837228032 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5981] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5981/stat : 5981 (java) S 5971 5973 5648 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 104180992 1837228032 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5982] ppid=5971 vsize=1794168 CPUtime=1.55
/proc/5973/task/5982/stat : 5982 (java) S 5971 5973 5648 0 -1 64 2291 0 0 0 154 1 0 0 16 0 13 0 104180992 1837228032 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5983] ppid=5971 vsize=1794168 CPUtime=1.4
/proc/5973/task/5983/stat : 5983 (java) S 5971 5973 5648 0 -1 64 3613 0 0 0 138 2 0 0 17 0 13 0 104180992 1837228032 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5984] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5984/stat : 5984 (java) S 5971 5973 5648 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 104180992 1837228032 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5985] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5985/stat : 5985 (java) S 5971 5973 5648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104180992 1837228032 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5986] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5986/stat : 5986 (java) S 5971 5973 5648 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 104181259 1837228032 95862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1612.08
Current children cumulated vsize (KiB) 1794168

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5986
/proc/meminfo: memFree=1159176/2055920 swapFree=4191892/4192956
[pid=5973] ppid=5971 vsize=1794168 CPUtime=1672.46
/proc/5973/stat : 5973 (java) S 5971 5973 5648 0 -1 0 207215 0 24 0 166994 252 0 0 18 0 13 0 104180966 1837228032 95585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5973/statm: 448542 95585 1326 9 0 446153 0
[pid=5973/tid=5975] ppid=5971 vsize=1794168 CPUtime=1645.89
/proc/5973/task/5975/stat : 5975 (java) R 5971 5973 5648 0 -1 64 132585 0 1 0 164525 64 0 0 25 0 13 0 104180980 1837228032 95585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109912266 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5976] ppid=5971 vsize=1794168 CPUtime=11.38
/proc/5973/task/5976/stat : 5976 (java) S 5971 5973 5648 0 -1 64 36626 0 0 0 1061 77 0 0 16 0 13 0 104180982 1837228032 95585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5977] ppid=5971 vsize=1794168 CPUtime=11.42
/proc/5973/task/5977/stat : 5977 (java) S 5971 5973 5648 0 -1 64 31089 0 0 0 1071 71 0 0 16 0 13 0 104180982 1837228032 95585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5978] ppid=5971 vsize=1794168 CPUtime=0.73
/proc/5973/task/5978/stat : 5978 (java) S 5971 5973 5648 0 -1 64 311 0 0 0 42 31 0 0 16 0 13 0 104180984 1837228032 95585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5979] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5979/stat : 5979 (java) S 5971 5973 5648 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104180985 1837228032 95585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5980] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5980/stat : 5980 (java) S 5971 5973 5648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104180985 1837228032 95585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5981] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5981/stat : 5981 (java) S 5971 5973 5648 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 104180992 1837228032 95585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5982] ppid=5971 vsize=1794168 CPUtime=1.55
/proc/5973/task/5982/stat : 5982 (java) S 5971 5973 5648 0 -1 64 2291 0 0 0 154 1 0 0 16 0 13 0 104180992 1837228032 95585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5983] ppid=5971 vsize=1794168 CPUtime=1.4
/proc/5973/task/5983/stat : 5983 (java) S 5971 5973 5648 0 -1 64 3613 0 0 0 138 2 0 0 17 0 13 0 104180992 1837228032 95585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5984] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5984/stat : 5984 (java) S 5971 5973 5648 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 104180992 1837228032 95585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5985] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5985/stat : 5985 (java) S 5971 5973 5648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104180992 1837228032 95585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5986] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5986/stat : 5986 (java) S 5971 5973 5648 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 104181259 1837228032 95585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1672.46
Current children cumulated vsize (KiB) 1794168

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5986
/proc/meminfo: memFree=1158408/2055920 swapFree=4191892/4192956
[pid=5973] ppid=5971 vsize=1794168 CPUtime=1732.78
/proc/5973/stat : 5973 (java) S 5971 5973 5648 0 -1 0 211256 0 24 0 173019 259 0 0 18 0 13 0 104180966 1837228032 95936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5973/statm: 448542 95936 1326 9 0 446153 0
[pid=5973/tid=5975] ppid=5971 vsize=1794168 CPUtime=1705.31
/proc/5973/task/5975/stat : 5975 (java) R 5971 5973 5648 0 -1 64 134918 0 1 0 170466 65 0 0 25 0 13 0 104180980 1837228032 95936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109919235 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5976] ppid=5971 vsize=1794168 CPUtime=11.83
/proc/5973/task/5976/stat : 5976 (java) S 5971 5973 5648 0 -1 64 37578 0 0 0 1104 79 0 0 16 0 13 0 104180982 1837228032 95936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5977] ppid=5971 vsize=1794168 CPUtime=11.87
/proc/5973/task/5977/stat : 5977 (java) S 5971 5973 5648 0 -1 64 31833 0 0 0 1111 76 0 0 16 0 13 0 104180982 1837228032 95936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5978] ppid=5971 vsize=1794168 CPUtime=0.74
/proc/5973/task/5978/stat : 5978 (java) S 5971 5973 5648 0 -1 64 323 0 0 0 43 31 0 0 16 0 13 0 104180984 1837228032 95936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5979] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5979/stat : 5979 (java) S 5971 5973 5648 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104180985 1837228032 95936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5980] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5980/stat : 5980 (java) S 5971 5973 5648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104180985 1837228032 95936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5981] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5981/stat : 5981 (java) S 5971 5973 5648 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 104180992 1837228032 95936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5982] ppid=5971 vsize=1794168 CPUtime=1.55
/proc/5973/task/5982/stat : 5982 (java) S 5971 5973 5648 0 -1 64 2291 0 0 0 154 1 0 0 16 0 13 0 104180992 1837228032 95936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5983] ppid=5971 vsize=1794168 CPUtime=1.4
/proc/5973/task/5983/stat : 5983 (java) S 5971 5973 5648 0 -1 64 3613 0 0 0 138 2 0 0 17 0 13 0 104180992 1837228032 95936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5984] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5984/stat : 5984 (java) S 5971 5973 5648 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 104180992 1837228032 95936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5985] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5985/stat : 5985 (java) S 5971 5973 5648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104180992 1837228032 95936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5986] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5986/stat : 5986 (java) S 5971 5973 5648 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 104181259 1837228032 95936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1732.78
Current children cumulated vsize (KiB) 1794168

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5986
/proc/meminfo: memFree=1148488/2055920 swapFree=4191892/4192956
[pid=5973] ppid=5971 vsize=1794168 CPUtime=1793.1
/proc/5973/stat : 5973 (java) S 5971 5973 5648 0 -1 0 217606 0 24 0 179045 265 0 0 18 0 13 0 104180966 1837228032 98373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5973/statm: 448542 98373 1326 9 0 446153 0
[pid=5973/tid=5975] ppid=5971 vsize=1794168 CPUtime=1764.69
/proc/5973/task/5975/stat : 5975 (java) R 5971 5973 5648 0 -1 64 138302 0 1 0 176402 67 0 0 25 0 13 0 104180980 1837228032 98373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109918217 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5976] ppid=5971 vsize=1794168 CPUtime=12.3
/proc/5973/task/5976/stat : 5976 (java) S 5971 5973 5648 0 -1 64 39177 0 0 0 1150 80 0 0 16 0 13 0 104180982 1837228032 98373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5977] ppid=5971 vsize=1794168 CPUtime=12.34
/proc/5973/task/5977/stat : 5977 (java) S 5971 5973 5648 0 -1 64 33198 0 0 0 1155 79 0 0 16 0 13 0 104180982 1837228032 98373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5978] ppid=5971 vsize=1794168 CPUtime=0.76
/proc/5973/task/5978/stat : 5978 (java) S 5971 5973 5648 0 -1 64 325 0 0 0 44 32 0 0 16 0 13 0 104180984 1837228032 98373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5979] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5979/stat : 5979 (java) S 5971 5973 5648 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104180985 1837228032 98373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5980] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5980/stat : 5980 (java) S 5971 5973 5648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104180985 1837228032 98373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5981] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5981/stat : 5981 (java) S 5971 5973 5648 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 104180992 1837228032 98373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5982] ppid=5971 vsize=1794168 CPUtime=1.55
/proc/5973/task/5982/stat : 5982 (java) S 5971 5973 5648 0 -1 64 2291 0 0 0 154 1 0 0 16 0 13 0 104180992 1837228032 98373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5983] ppid=5971 vsize=1794168 CPUtime=1.4
/proc/5973/task/5983/stat : 5983 (java) S 5971 5973 5648 0 -1 64 3613 0 0 0 138 2 0 0 17 0 13 0 104180992 1837228032 98373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5984] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5984/stat : 5984 (java) S 5971 5973 5648 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 104180992 1837228032 98373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5985] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5985/stat : 5985 (java) S 5971 5973 5648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104180992 1837228032 98373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5986] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5986/stat : 5986 (java) S 5971 5973 5648 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 104181259 1837228032 98373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1793.1
Current children cumulated vsize (KiB) 1794168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5986
/proc/meminfo: memFree=1150472/2055920 swapFree=4191892/4192956
[pid=5973] ppid=5971 vsize=1794168 CPUtime=1800.05
/proc/5973/stat : 5973 (java) S 5971 5973 5648 0 -1 0 217616 0 24 0 179739 266 0 0 18 0 13 0 104180966 1837228032 97892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5973/statm: 448542 97892 1326 9 0 446153 0
[pid=5973/tid=5975] ppid=5971 vsize=1794168 CPUtime=1771.52
/proc/5973/task/5975/stat : 5975 (java) R 5971 5973 5648 0 -1 64 138312 0 1 0 177085 67 0 0 25 0 13 0 104180980 1837228032 97892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109912297 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5976] ppid=5971 vsize=1794168 CPUtime=12.35
/proc/5973/task/5976/stat : 5976 (java) S 5971 5973 5648 0 -1 64 39177 0 0 0 1154 81 0 0 16 0 13 0 104180982 1837228032 97892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5977] ppid=5971 vsize=1794168 CPUtime=12.4
/proc/5973/task/5977/stat : 5977 (java) S 5971 5973 5648 0 -1 64 33198 0 0 0 1161 79 0 0 16 0 13 0 104180982 1837228032 97892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5978] ppid=5971 vsize=1794168 CPUtime=0.76
/proc/5973/task/5978/stat : 5978 (java) S 5971 5973 5648 0 -1 64 325 0 0 0 44 32 0 0 16 0 13 0 104180984 1837228032 97892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5979] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5979/stat : 5979 (java) S 5971 5973 5648 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104180985 1837228032 97892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5980] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5980/stat : 5980 (java) S 5971 5973 5648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104180985 1837228032 97892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5981] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5981/stat : 5981 (java) S 5971 5973 5648 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 104180992 1837228032 97892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5982] ppid=5971 vsize=1794168 CPUtime=1.55
/proc/5973/task/5982/stat : 5982 (java) S 5971 5973 5648 0 -1 64 2291 0 0 0 154 1 0 0 16 0 13 0 104180992 1837228032 97892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5983] ppid=5971 vsize=1794168 CPUtime=1.4
/proc/5973/task/5983/stat : 5983 (java) S 5971 5973 5648 0 -1 64 3613 0 0 0 138 2 0 0 17 0 13 0 104180992 1837228032 97892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5984] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5984/stat : 5984 (java) S 5971 5973 5648 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 104180992 1837228032 97892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5973/tid=5985] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5985/stat : 5985 (java) S 5971 5973 5648 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104180992 1837228032 97892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5973/tid=5986] ppid=5971 vsize=1794168 CPUtime=0
/proc/5973/task/5986/stat : 5986 (java) S 5971 5973 5648 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 104181259 1837228032 97892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1794168

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

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

Child status: 143
Real time (s): 1789.29
CPU time (s): 1800.14
CPU user time (s): 1797.42
CPU system time (s): 2.72558
CPU usage (%): 100.606
Max. virtual memory (cumulated for all children) (KiB): 1794200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.42
system time used= 2.72558
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217637
page faults= 24
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77203
involuntary context switches= 34698

runsolver used 2.38264 second user time and 5.76212 second system time

The end

Launcher Data (download as text)

Begin job on node54 on Sat Apr 14 16:27:45 UTC 2007

IDJOB= 348073
IDBENCH= 1613
IDSOLVER= 164
FILE ID= node54/348073-1176568065

PBS_JOBID= 4556884

Free space on /tmp= 66559 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/unibo/normalized-reduced-mps-v2-20-10-blp-ic98.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348073-1176568065/sat4jPseudoCPClause.jar /tmp/evaluation/348073-1176568065/instance-348073-1176568065.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node54/watcher-348073-1176568065 -o ROOT/results/node54/solver-348073-1176568065 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348073-1176568065/sat4jPseudoCPClause.jar /tmp/evaluation/348073-1176568065/instance-348073-1176568065.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cf56ee4a2e10a22486df8fb664e91027

RANDOM SEED= 351648236

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node54.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.234
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.234
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:       1545416 kB
Buffers:         43072 kB
Cached:         332368 kB
SwapCached:        396 kB
Active:         156080 kB
Inactive:       235624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545416 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5672 kB
Writeback:           0 kB
Mapped:          25324 kB
Slab:           104732 kB
Committed_AS:   119864 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66559 MiB

End job on node54 on Sat Apr 14 16:57:36 UTC 2007