Trace number 352483

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
SAT4JPseudoResolution 2007-03-23? (exit code) 186.5 182.536

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_34.opb.PB06.opb
MD5SUMe19b588c94d7a5fd177e87fa7a6307a3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1033
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1033
Optimality of the best value was proved NO
Number of variables1960
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1960
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1960
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1960
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
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=1.5 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 solving /tmp/evaluation/352483-1176633176/instance-352483-1176633176.opb
0.20/0.20	c reading problem ... 
1.25/0.92	c ... done. Wall clock time 0.718s.
1.25/0.92	c CPU time (experimental) 0.62s.
1.25/0.92	c #vars     1960
1.25/0.92	c #constraints  4000
1.36/1.01	c SATISFIABLE
1.36/1.01	c OPTIMIZING...
1.36/1.01	c Got one! Elapsed wall clock time (in seconds):0.812
1.36/1.02	o 1181
1.68/1.29	c Got one! Elapsed wall clock time (in seconds):1.093
1.68/1.30	o 1180
110.78/108.19	c Got one! Elapsed wall clock time (in seconds):107.993
110.78/108.19	o 1179
157.70/153.98	c Got one! Elapsed wall clock time (in seconds):153.778
157.70/153.98	o 1178
181.43/177.44	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
184.23/180.21		at org.sat4j.minisat.constraints.cnf.WLClause.(Unknown Source)
185.53/181.55		at org.sat4j.minisat.constraints.cnf.LearntWLClause.(Unknown Source)

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/node20/watcher-352483-1176633176 -o ROOT/results/node20/solver-352483-1176633176 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352483-1176633176/sat4jPseudoResolution.jar /tmp/evaluation/352483-1176633176/instance-352483-1176633176.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.99 0.98 0.99 2/77 7601
/proc/meminfo: memFree=1871928/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=1800 CPUtime=0
/proc/7601/stat : 7601 (java) D 7599 7601 6613 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 111234951 1843200 148 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/7601/statm: 450 150 113 9 0 92 0

[startup+0.066006 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 7601
/proc/meminfo: memFree=1871928/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=1777708 CPUtime=0.05
/proc/7601/stat : 7601 (java) S 7599 7601 6613 0 -1 0 3688 0 1 0 3 2 0 0 18 0 7 0 111234951 1820372992 3430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 444427 3430 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101012 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 7601
/proc/meminfo: memFree=1871928/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=1780108 CPUtime=0.09
/proc/7601/stat : 7601 (java) S 7599 7601 6613 0 -1 0 3983 0 1 0 6 3 0 0 18 0 12 0 111234951 1822830592 3724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 445027 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301057 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 7601
/proc/meminfo: memFree=1871928/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=1782044 CPUtime=0.33
/proc/7601/stat : 7601 (java) S 7599 7601 6613 0 -1 0 5087 0 1 0 30 3 0 0 18 0 12 0 111234951 1824813056 4823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 445511 4823 1264 9 0 443123 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782044

[startup+0.701141 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 7601
/proc/meminfo: memFree=1871928/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=1782904 CPUtime=0.9
/proc/7601/stat : 7601 (java) S 7599 7601 6613 0 -1 0 6836 0 1 0 85 5 0 0 18 0 12 0 111234951 1825693696 6423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 445726 6423 1301 9 0 443338 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1782904

[startup+1.5023 s]
/proc/loadavg: 1.15 1.01 1.00 3/90 7614
/proc/meminfo: memFree=1845776/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=1785492 CPUtime=2.19
/proc/7601/stat : 7601 (java) S 7599 7601 6613 0 -1 0 11515 0 1 0 211 8 0 0 18 0 13 0 111234951 1828343808 8827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 446373 8827 1316 9 0 443985 0
[pid=7601/tid=7603] ppid=7599 vsize=1785492 CPUtime=0.96
/proc/7601/task/7603/stat : 7603 (java) R 7599 7601 6613 0 -1 64 7063 0 1 0 91 5 0 0 20 0 13 0 111234952 1828343808 8827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105880117 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7604] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7604/stat : 7604 (java) S 7599 7601 6613 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 111234954 1828343808 8828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7605] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7605/stat : 7605 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 111234954 1828343808 8828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7606] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7606/stat : 7606 (java) S 7599 7601 6613 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 111234956 1828343808 8828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7607] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7607/stat : 7607 (java) S 7599 7601 6613 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 111234956 1828343808 8828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7608] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7608/stat : 7608 (java) S 7599 7601 6613 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 111234956 1828343808 8828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7609] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7609/stat : 7609 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828343808 8828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7610] ppid=7599 vsize=1785492 CPUtime=0.59
/proc/7601/task/7610/stat : 7610 (java) R 7599 7601 6613 0 -1 64 1574 0 0 0 59 0 0 0 16 0 13 0 111234960 1828343808 8828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104807618 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7611] ppid=7599 vsize=1785492 CPUtime=0.61
/proc/7601/task/7611/stat : 7611 (java) S 7599 7601 6613 0 -1 64 2154 0 0 0 60 1 0 0 16 0 13 0 111234960 1828343808 8828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7612] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7612/stat : 7612 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828343808 8830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7613] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7613/stat : 7613 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111234960 1828343808 8830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1785492

[startup+3.10262 s]
/proc/loadavg: 1.15 1.01 1.00 2/90 7616
/proc/meminfo: memFree=1834440/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=1785492 CPUtime=3.9
/proc/7601/stat : 7601 (java) S 7599 7601 6613 0 -1 0 16450 0 1 0 381 9 0 0 18 0 13 0 111234951 1828343808 13670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 446373 13670 1318 9 0 443985 0
[pid=7601/tid=7603] ppid=7599 vsize=1785492 CPUtime=2.52
/proc/7601/task/7603/stat : 7603 (java) R 7599 7601 6613 0 -1 64 11896 0 1 0 246 6 0 0 25 0 13 0 111234952 1828343808 13670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109686424 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7604] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7604/stat : 7604 (java) S 7599 7601 6613 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 111234954 1828343808 13670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7605] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7605/stat : 7605 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 111234954 1828343808 13670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7606] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7606/stat : 7606 (java) S 7599 7601 6613 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 111234956 1828343808 13670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7607] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7607/stat : 7607 (java) S 7599 7601 6613 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 111234956 1828343808 13670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7608] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7608/stat : 7608 (java) S 7599 7601 6613 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 111234956 1828343808 13670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7609] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7609/stat : 7609 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828343808 13670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7610] ppid=7599 vsize=1785492 CPUtime=0.67
/proc/7601/task/7610/stat : 7610 (java) S 7599 7601 6613 0 -1 64 1674 0 0 0 67 0 0 0 16 0 13 0 111234960 1828343808 13670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7611] ppid=7599 vsize=1785492 CPUtime=0.68
/proc/7601/task/7611/stat : 7611 (java) S 7599 7601 6613 0 -1 64 2156 0 0 0 67 1 0 0 16 0 13 0 111234960 1828343808 13670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7612] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7612/stat : 7612 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828343808 13670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7613] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7613/stat : 7613 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111234960 1828343808 13670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7616] ppid=7599 vsize=1785492 CPUtime=0
/proc/7601/task/7616/stat : 7616 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 111235098 1828343808 13670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 1785492

[startup+6.30107 s]
/proc/loadavg: 1.14 1.01 1.00 2/90 7616
/proc/meminfo: memFree=1795848/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=1785364 CPUtime=7.13
/proc/7601/stat : 7601 (java) S 7599 7601 6613 0 -1 0 25154 0 1 0 699 14 0 0 18 0 13 0 111234951 1828212736 22264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 446341 22264 1318 9 0 443953 0
[pid=7601/tid=7603] ppid=7599 vsize=1785364 CPUtime=5.71
/proc/7601/task/7603/stat : 7603 (java) R 7599 7601 6613 0 -1 64 20599 0 1 0 560 11 0 0 23 0 13 0 111234952 1828212736 22264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109690435 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7604] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7604/stat : 7604 (java) S 7599 7601 6613 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 111234954 1828212736 22264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7605] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7605/stat : 7605 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 111234954 1828212736 22264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7606] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7606/stat : 7606 (java) S 7599 7601 6613 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 111234956 1828212736 22264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7607] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7607/stat : 7607 (java) S 7599 7601 6613 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 111234956 1828212736 22264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7608] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7608/stat : 7608 (java) S 7599 7601 6613 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 111234956 1828212736 22264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7609] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7609/stat : 7609 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828212736 22264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7610] ppid=7599 vsize=1785364 CPUtime=0.69
/proc/7601/task/7610/stat : 7610 (java) S 7599 7601 6613 0 -1 64 1674 0 0 0 69 0 0 0 16 0 13 0 111234960 1828212736 22264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7611] ppid=7599 vsize=1785364 CPUtime=0.7
/proc/7601/task/7611/stat : 7611 (java) S 7599 7601 6613 0 -1 64 2157 0 0 0 69 1 0 0 16 0 13 0 111234960 1828212736 22264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7612] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7612/stat : 7612 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828212736 22264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7613] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7613/stat : 7613 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111234960 1828212736 22264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7616] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7616/stat : 7616 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 111235098 1828212736 22264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 1785364

[startup+12.7014 s]
/proc/loadavg: 1.13 1.01 1.00 2/90 7616
/proc/meminfo: memFree=1729736/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=1785364 CPUtime=13.52
/proc/7601/stat : 7601 (java) S 7599 7601 6613 0 -1 0 40990 0 1 0 1332 20 0 0 18 0 13 0 111234951 1828212736 38099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 446341 38099 1318 9 0 443953 0
[pid=7601/tid=7603] ppid=7599 vsize=1785364 CPUtime=12.1
/proc/7601/task/7603/stat : 7603 (java) R 7599 7601 6613 0 -1 64 36435 0 1 0 1193 17 0 0 25 0 13 0 111234952 1828212736 38099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109800479 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7604] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7604/stat : 7604 (java) S 7599 7601 6613 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 111234954 1828212736 38100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7605] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7605/stat : 7605 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 111234954 1828212736 38100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7606] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7606/stat : 7606 (java) S 7599 7601 6613 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 111234956 1828212736 38100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7607] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7607/stat : 7607 (java) S 7599 7601 6613 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 111234956 1828212736 38100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7608] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7608/stat : 7608 (java) S 7599 7601 6613 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 111234956 1828212736 38100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7609] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7609/stat : 7609 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828212736 38100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7610] ppid=7599 vsize=1785364 CPUtime=0.69
/proc/7601/task/7610/stat : 7610 (java) S 7599 7601 6613 0 -1 64 1674 0 0 0 69 0 0 0 16 0 13 0 111234960 1828212736 38100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7611] ppid=7599 vsize=1785364 CPUtime=0.7
/proc/7601/task/7611/stat : 7611 (java) S 7599 7601 6613 0 -1 64 2157 0 0 0 69 1 0 0 16 0 13 0 111234960 1828212736 38101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7612] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7612/stat : 7612 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828212736 38101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7613] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7613/stat : 7613 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111234960 1828212736 38101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7616] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7616/stat : 7616 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 111235098 1828212736 38101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.52
Current children cumulated vsize (KiB) 1785364

[startup+25.5029 s]
/proc/loadavg: 1.11 1.01 1.00 2/90 7616
/proc/meminfo: memFree=1592648/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=1785364 CPUtime=26.53
/proc/7601/stat : 7601 (java) S 7599 7601 6613 0 -1 0 89961 0 1 0 2609 44 0 0 18 0 13 0 111234951 1828212736 70799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 446341 70799 1327 9 0 443953 0
[pid=7601/tid=7603] ppid=7599 vsize=1785364 CPUtime=24.66
/proc/7601/task/7603/stat : 7603 (java) R 7599 7601 6613 0 -1 64 37737 0 1 0 2448 18 0 0 25 0 13 0 111234952 1828212736 70799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109690548 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7604] ppid=7599 vsize=1785364 CPUtime=0.2
/proc/7601/task/7604/stat : 7604 (java) S 7599 7601 6613 0 -1 64 24194 0 0 0 9 11 0 0 18 0 13 0 111234954 1828212736 70799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7605] ppid=7599 vsize=1785364 CPUtime=0.2
/proc/7601/task/7605/stat : 7605 (java) S 7599 7601 6613 0 -1 64 23468 0 0 0 10 10 0 0 16 0 13 0 111234954 1828212736 70799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7606] ppid=7599 vsize=1785364 CPUtime=0
/proc/7601/task/7606/stat : 7606 (java) S 7599 7601 6613 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 111234956 1828212736 70799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=7601/tid=7606] ppid=7599 vsize=1786008 CPUtime=0.4
/proc/7601/task/7606/stat : 7606 (java) S 7599 7601 6613 0 -1 64 14066 0 0 0 35 5 0 0 16 0 13 0 111234956 1828872192 398866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7607] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7607/stat : 7607 (java) S 7599 7601 6613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 111234956 1828872192 398866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7608] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7608/stat : 7608 (java) S 7599 7601 6613 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 111234956 1828872192 398866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7609] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7609/stat : 7609 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828872192 398866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7610] ppid=7599 vsize=1786008 CPUtime=0.71
/proc/7601/task/7610/stat : 7610 (java) S 7599 7601 6613 0 -1 64 1674 0 0 0 71 0 0 0 17 0 13 0 111234960 1828872192 398866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7611] ppid=7599 vsize=1786008 CPUtime=0.73
/proc/7601/task/7611/stat : 7611 (java) S 7599 7601 6613 0 -1 64 2160 0 0 0 72 1 0 0 16 0 13 0 111234960 1828872192 398866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7612] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7612/stat : 7612 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828872192 398866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7613] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7613/stat : 7613 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111234960 1828872192 398866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7618] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7618/stat : 7618 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111250351 1828872192 398866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 170.26
Current children cumulated vsize (KiB) 1786008

[startup+172.706 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 7618
/proc/meminfo: memFree=217144/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=1786008 CPUtime=176.74
/proc/7601/stat : 7601 (java) S 7599 7601 6613 0 -1 0 613591 0 1 0 17384 290 0 0 18 0 13 0 111234951 1828872192 413853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 446502 413853 1330 9 0 444114 0
[pid=7601/tid=7603] ppid=7599 vsize=1786008 CPUtime=167.86
/proc/7601/task/7603/stat : 7603 (java) R 7599 7601 6613 0 -1 64 37754 0 1 0 16767 19 0 0 25 0 13 0 111234952 1828872192 413853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109678809 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7604] ppid=7599 vsize=1786008 CPUtime=3.27
/proc/7601/task/7604/stat : 7604 (java) S 7599 7601 6613 0 -1 64 276444 0 0 0 198 129 0 0 16 0 13 0 111234954 1828872192 413853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7605] ppid=7599 vsize=1786008 CPUtime=3.28
/proc/7601/task/7605/stat : 7605 (java) S 7599 7601 6613 0 -1 64 266706 0 0 0 201 127 0 0 16 0 13 0 111234954 1828872192 413853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7606] ppid=7599 vsize=1786008 CPUtime=0.81
/proc/7601/task/7606/stat : 7606 (java) S 7599 7601 6613 0 -1 64 28127 0 0 0 71 10 0 0 16 0 13 0 111234956 1828872192 413853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7607] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7607/stat : 7607 (java) S 7599 7601 6613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 111234956 1828872192 413853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7608] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7608/stat : 7608 (java) S 7599 7601 6613 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 111234956 1828872192 413853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7609] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7609/stat : 7609 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828872192 413853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7610] ppid=7599 vsize=1786008 CPUtime=0.71
/proc/7601/task/7610/stat : 7610 (java) S 7599 7601 6613 0 -1 64 1674 0 0 0 71 0 0 0 17 0 13 0 111234960 1828872192 413853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7611] ppid=7599 vsize=1786008 CPUtime=0.73
/proc/7601/task/7611/stat : 7611 (java) S 7599 7601 6613 0 -1 64 2160 0 0 0 72 1 0 0 16 0 13 0 111234960 1828872192 413853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7612] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7612/stat : 7612 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828872192 413853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7613] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7613/stat : 7613 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111234960 1828872192 413853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7618] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7618/stat : 7618 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111250351 1828872192 413853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 176.74
Current children cumulated vsize (KiB) 1786008

[startup+179.102 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 7618
/proc/meminfo: memFree=212280/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=1786008 CPUtime=183.13
/proc/7601/stat : 7601 (java) S 7599 7601 6613 0 -1 0 620079 0 1 0 18020 293 0 0 18 0 13 0 111234951 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 446502 415064 1330 9 0 444114 0
[pid=7601/tid=7603] ppid=7599 vsize=1786008 CPUtime=169.06
/proc/7601/task/7603/stat : 7603 (java) S 7599 7601 6613 0 -1 64 37762 0 1 0 16887 19 0 0 15 0 13 0 111234952 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7604] ppid=7599 vsize=1786008 CPUtime=3.27
/proc/7601/task/7604/stat : 7604 (java) S 7599 7601 6613 0 -1 64 276444 0 0 0 198 129 0 0 16 0 13 0 111234954 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7605] ppid=7599 vsize=1786008 CPUtime=3.28
/proc/7601/task/7605/stat : 7605 (java) S 7599 7601 6613 0 -1 64 266706 0 0 0 201 127 0 0 16 0 13 0 111234954 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7606] ppid=7599 vsize=1786008 CPUtime=6
/proc/7601/task/7606/stat : 7606 (java) R 7599 7601 6613 0 -1 64 34606 0 0 0 587 13 0 0 17 0 13 0 111234956 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105333995 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7607] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7607/stat : 7607 (java) S 7599 7601 6613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 111234956 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7608] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7608/stat : 7608 (java) S 7599 7601 6613 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 111234956 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7609] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7609/stat : 7609 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7610] ppid=7599 vsize=1786008 CPUtime=0.71
/proc/7601/task/7610/stat : 7610 (java) S 7599 7601 6613 0 -1 64 1674 0 0 0 71 0 0 0 17 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7611] ppid=7599 vsize=1786008 CPUtime=0.73
/proc/7601/task/7611/stat : 7611 (java) S 7599 7601 6613 0 -1 64 2160 0 0 0 72 1 0 0 16 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7612] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7612/stat : 7612 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7613] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7613/stat : 7613 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7618] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7618/stat : 7618 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 111250351 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 183.13
Current children cumulated vsize (KiB) 1786008

[startup+180.702 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 7618
/proc/meminfo: memFree=212280/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=1786008 CPUtime=184.73
/proc/7601/stat : 7601 (java) S 7599 7601 6613 0 -1 0 620084 0 1 0 18180 293 0 0 18 0 13 0 111234951 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 446502 415064 1330 9 0 444114 0
[pid=7601/tid=7603] ppid=7599 vsize=1786008 CPUtime=169.06
/proc/7601/task/7603/stat : 7603 (java) S 7599 7601 6613 0 -1 64 37767 0 1 0 16887 19 0 0 15 0 13 0 111234952 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7604] ppid=7599 vsize=1786008 CPUtime=3.27
/proc/7601/task/7604/stat : 7604 (java) S 7599 7601 6613 0 -1 64 276444 0 0 0 198 129 0 0 16 0 13 0 111234954 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7605] ppid=7599 vsize=1786008 CPUtime=3.28
/proc/7601/task/7605/stat : 7605 (java) S 7599 7601 6613 0 -1 64 266706 0 0 0 201 127 0 0 16 0 13 0 111234954 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7606] ppid=7599 vsize=1786008 CPUtime=7.6
/proc/7601/task/7606/stat : 7606 (java) R 7599 7601 6613 0 -1 64 34606 0 0 0 747 13 0 0 17 0 13 0 111234956 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105333154 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7607] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7607/stat : 7607 (java) S 7599 7601 6613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 111234956 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7608] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7608/stat : 7608 (java) S 7599 7601 6613 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 111234956 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7609] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7609/stat : 7609 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7610] ppid=7599 vsize=1786008 CPUtime=0.71
/proc/7601/task/7610/stat : 7610 (java) S 7599 7601 6613 0 -1 64 1674 0 0 0 71 0 0 0 17 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7611] ppid=7599 vsize=1786008 CPUtime=0.73
/proc/7601/task/7611/stat : 7611 (java) S 7599 7601 6613 0 -1 64 2160 0 0 0 72 1 0 0 16 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7612] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7612/stat : 7612 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7613] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7613/stat : 7613 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7618] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7618/stat : 7618 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 111250351 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 184.73
Current children cumulated vsize (KiB) 1786008

[startup+181.506 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7618
/proc/meminfo: memFree=212280/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=1786008 CPUtime=185.53
/proc/7601/stat : 7601 (java) S 7599 7601 6613 0 -1 0 620086 0 1 0 18260 293 0 0 18 0 13 0 111234951 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 446502 415064 1330 9 0 444114 0
[pid=7601/tid=7603] ppid=7599 vsize=1786008 CPUtime=169.06
/proc/7601/task/7603/stat : 7603 (java) S 7599 7601 6613 0 -1 64 37769 0 1 0 16887 19 0 0 15 0 13 0 111234952 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7604] ppid=7599 vsize=1786008 CPUtime=3.27
/proc/7601/task/7604/stat : 7604 (java) S 7599 7601 6613 0 -1 64 276444 0 0 0 198 129 0 0 16 0 13 0 111234954 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7605] ppid=7599 vsize=1786008 CPUtime=3.28
/proc/7601/task/7605/stat : 7605 (java) S 7599 7601 6613 0 -1 64 266706 0 0 0 201 127 0 0 16 0 13 0 111234954 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7606] ppid=7599 vsize=1786008 CPUtime=8.41
/proc/7601/task/7606/stat : 7606 (java) R 7599 7601 6613 0 -1 64 34606 0 0 0 828 13 0 0 17 0 13 0 111234956 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070504 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7607] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7607/stat : 7607 (java) S 7599 7601 6613 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 111234956 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7608] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7608/stat : 7608 (java) S 7599 7601 6613 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 111234956 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7609] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7609/stat : 7609 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7610] ppid=7599 vsize=1786008 CPUtime=0.71
/proc/7601/task/7610/stat : 7610 (java) S 7599 7601 6613 0 -1 64 1674 0 0 0 71 0 0 0 17 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7611] ppid=7599 vsize=1786008 CPUtime=0.73
/proc/7601/task/7611/stat : 7611 (java) S 7599 7601 6613 0 -1 64 2160 0 0 0 72 1 0 0 16 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7601/tid=7612] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7612/stat : 7612 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7613] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7613/stat : 7613 (java) S 7599 7601 6613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111234960 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7601/tid=7618] ppid=7599 vsize=1786008 CPUtime=0
/proc/7601/task/7618/stat : 7618 (java) S 7599 7601 6613 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 111250351 1828872192 415064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 185.53
Current children cumulated vsize (KiB) 1786008

[startup+182.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7618
/proc/meminfo: memFree=212280/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=0 CPUtime=186.34
/proc/7601/stat : 7601 (java) Z 7599 7601 6613 0 -1 12 620089 0 1 0 18332 302 0 0 16 0 2 0 111234951 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 186.34
Current children cumulated vsize (KiB) 0

[startup+182.502 s]
/proc/loadavg: 1.00 1.00 1.00 1/78 7618
/proc/meminfo: memFree=1870464/2055920 swapFree=4156516/4192956
[pid=7601] ppid=7599 vsize=0 CPUtime=186.49
/proc/7601/stat : 7601 (java) Z 7599 7601 6613 0 -1 12 620089 0 1 0 18332 317 0 0 16 0 2 0 111234951 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7601/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 186.49
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 182.536
CPU time (s): 186.5
CPU user time (s): 183.321
CPU system time (s): 3.17852
CPU usage (%): 102.171
Max. virtual memory (cumulated for all children) (KiB): 1788012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 183.321
system time used= 3.17852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 620089
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= 4596
involuntary context switches= 4518

runsolver used 0.188971 second user time and 0.497924 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Sun Apr 15 10:32:56 UTC 2007

IDJOB= 352483
IDBENCH= 1979
IDSOLVER= 159
FILE ID= node20/352483-1176633176

PBS_JOBID= 4559785

Free space on /tmp= 66561 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_34.opb.PB06.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352483-1176633176/sat4jPseudoResolution.jar /tmp/evaluation/352483-1176633176/instance-352483-1176633176.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-352483-1176633176 -o ROOT/results/node20/solver-352483-1176633176 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352483-1176633176/sat4jPseudoResolution.jar /tmp/evaluation/352483-1176633176/instance-352483-1176633176.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e19b588c94d7a5fd177e87fa7a6307a3

RANDOM SEED= 612884916

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.265
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.265
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:       1872600 kB
Buffers:         20440 kB
Cached:          99732 kB
SwapCached:      17936 kB
Active:          42636 kB
Inactive:       103824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1872600 kB
SwapTotal:     4192956 kB
SwapFree:      4156516 kB
Dirty:            3712 kB
Writeback:           0 kB
Mapped:          29932 kB
Slab:            22508 kB
Committed_AS:   710748 kB
PageTables:       1692 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= 66561 MiB

End job on node20 on Sun Apr 15 10:35:59 UTC 2007