Trace number 420086

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 NameAnswerCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23SAT 970.283 966.517

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/
industrial/palacios/uts/uts-l06-ipc5-h35-unknown.opb
MD5SUMecd892960cc360ea30071d6d2b01c7e5
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark141.067
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables196689
Total number of constraints912286
Number of constraints which are clauses912286
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 constraint1
Maximum length of a constraint591
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1180
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)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK	0

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node29/watcher-420086-1177418668 -o ROOT/results/node29/solver-420086-1177418668 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420086-1177418668/sat4jPseudoResolution.jar /tmp/evaluation/420086-1177418668/instance-420086-1177418668.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: 1.00 1.00 1.00 2/77 23515
/proc/meminfo: memFree=1838408/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1800 CPUtime=0
/proc/23515/stat : 23515 (java) R 23513 23515 22794 0 -1 0 174 0 0 0 0 0 0 0 18 0 1 0 189782765 1843200 148 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/23515/statm: 450 148 111 9 0 92 0

[startup+0.064864 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23515
/proc/meminfo: memFree=1838408/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1777708 CPUtime=0.05
/proc/23515/stat : 23515 (java) S 23513 23515 22794 0 -1 0 3643 0 1 0 3 2 0 0 18 0 7 0 189782765 1820372992 3387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 444427 3387 1077 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101866 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23515
/proc/meminfo: memFree=1838408/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1780108 CPUtime=0.08
/proc/23515/stat : 23515 (java) S 23513 23515 22794 0 -1 0 3962 0 1 0 5 3 0 0 18 0 12 0 189782765 1822830592 3705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 445027 3705 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301881 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23515
/proc/meminfo: memFree=1838408/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1781420 CPUtime=0.3
/proc/23515/stat : 23515 (java) S 23513 23515 22794 0 -1 0 6792 0 1 0 25 5 0 0 18 0 12 0 189782765 1824174080 6533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 445355 6533 1263 9 0 442967 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781420

[startup+0.70191 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23515
/proc/meminfo: memFree=1838408/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1782452 CPUtime=0.87
/proc/23515/stat : 23515 (java) S 23513 23515 22794 0 -1 0 8346 0 1 0 82 5 0 0 18 0 12 0 189782765 1825230848 7902 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 445613 7902 1301 9 0 443225 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1782452

[startup+1.50296 s]
/proc/loadavg: 1.00 1.00 1.00 4/89 23527
/proc/meminfo: memFree=1802856/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1788200 CPUtime=2.17
/proc/23515/stat : 23515 (java) S 23513 23515 22794 0 -1 0 20448 0 1 0 205 12 0 0 18 0 12 0 189782765 1831116800 17049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 447050 17051 1303 9 0 444662 0
[pid=23515/tid=23517] ppid=23513 vsize=1788200 CPUtime=0.97
/proc/23515/task/23517/stat : 23517 (java) R 23513 23515 22794 0 -1 64 14494 0 1 0 89 8 0 0 23 0 12 0 189782766 1831116800 17052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109627649 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23518] ppid=23513 vsize=1788200 CPUtime=0
/proc/23515/task/23518/stat : 23518 (java) S 23513 23515 22794 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 189782768 1831116800 17053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23519] ppid=23513 vsize=1788200 CPUtime=0
/proc/23515/task/23519/stat : 23519 (java) S 23513 23515 22794 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 189782768 1831116800 17055 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23520] ppid=23513 vsize=1788200 CPUtime=0
/proc/23515/task/23520/stat : 23520 (java) S 23513 23515 22794 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 189782770 1831116800 17056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23521] ppid=23513 vsize=1788200 CPUtime=0
/proc/23515/task/23521/stat : 23521 (java) S 23513 23515 22794 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 189782771 1831116800 17057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23522] ppid=23513 vsize=1788200 CPUtime=0
/proc/23515/task/23522/stat : 23522 (java) S 23513 23515 22794 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 189782771 1831116800 17058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23523] ppid=23513 vsize=1788200 CPUtime=0
/proc/23515/task/23523/stat : 23523 (java) S 23513 23515 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 189782775 1831116800 17059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=1788200 CPUtime=0.66
/proc/23515/task/23524/stat : 23524 (java) S 23513 23515 22794 0 -1 64 3530 0 0 0 65 1 0 0 16 0 12 0 189782775 1831116800 17061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23525] ppid=23513 vsize=1788200 CPUtime=0.5
/proc/23515/task/23525/stat : 23525 (java) S 23513 23515 22794 0 -1 64 1709 0 0 0 50 0 0 0 17 0 12 0 189782775 1831116800 17062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23526] ppid=23513 vsize=1788200 CPUtime=0
/proc/23515/task/23526/stat : 23526 (java) S 23513 23515 22794 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189782775 1831116800 17064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23527] ppid=23513 vsize=1788200 CPUtime=0
/proc/23515/task/23527/stat : 23527 (java) S 23513 23515 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 189782775 1831116800 17065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1788200

[startup+3.10205 s]
/proc/loadavg: 1.00 1.00 1.00 3/89 23527
/proc/meminfo: memFree=1704296/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1788200 CPUtime=3.82
/proc/23515/stat : 23515 (java) S 23513 23515 22794 0 -1 0 46575 0 1 0 357 25 0 0 18 0 12 0 189782765 1831116800 43173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 447050 43173 1312 9 0 444662 0
[pid=23515/tid=23517] ppid=23513 vsize=1788200 CPUtime=2.52
/proc/23515/task/23517/stat : 23517 (java) R 23513 23515 22794 0 -1 64 37673 0 1 0 232 20 0 0 23 0 12 0 189782766 1831116800 43173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517136 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23518] ppid=23513 vsize=1788200 CPUtime=0.04
/proc/23515/task/23518/stat : 23518 (java) S 23513 23515 22794 0 -1 64 1426 0 0 0 4 0 0 0 17 0 12 0 189782768 1831116800 43173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23519] ppid=23513 vsize=1788200 CPUtime=0.04
/proc/23515/task/23519/stat : 23519 (java) S 23513 23515 22794 0 -1 64 1514 0 0 0 3 1 0 0 16 0 12 0 189782768 1831116800 43173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23520] ppid=23513 vsize=1788200 CPUtime=0
/proc/23515/task/23520/stat : 23520 (java) S 23513 23515 22794 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 189782770 1831116800 43173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23521] ppid=23513 vsize=1788200 CPUtime=0
/proc/23515/task/23521/stat : 23521 (java) S 23513 23515 22794 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 189782771 1831116800 43173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23522] ppid=23513 vsize=1788200 CPUtime=0
/proc/23515/task/23522/stat : 23522 (java) S 23513 23515 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189782771 1831116800 43173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23523] ppid=23513 vsize=1788200 CPUtime=0
/proc/23515/task/23523/stat : 23523 (java) S 23513 23515 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 189782775 1831116800 43173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=1788200 CPUtime=0.66
/proc/23515/task/23524/stat : 23524 (java) S 23513 23515 22794 0 -1 64 3530 0 0 0 65 1 0 0 16 0 12 0 189782775 1831116800 43173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23525] ppid=23513 vsize=1788200 CPUtime=0.5
/proc/23515/task/23525/stat : 23525 (java) S 23513 23515 22794 0 -1 64 1709 0 0 0 50 0 0 0 17 0 12 0 189782775 1831116800 43173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23526] ppid=23513 vsize=1788200 CPUtime=0
/proc/23515/task/23526/stat : 23526 (java) S 23513 23515 22794 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189782775 1831116800 43173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23527] ppid=23513 vsize=1788200 CPUtime=0
/proc/23515/task/23527/stat : 23527 (java) S 23513 23515 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 189782775 1831116800 43173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 1788200

[startup+6.30125 s]
/proc/loadavg: 1.00 1.00 1.00 3/89 23527
/proc/meminfo: memFree=1639976/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1788460 CPUtime=7.42
/proc/23515/stat : 23515 (java) S 23513 23515 22794 0 -1 0 57447 0 1 0 713 29 0 0 18 0 12 0 189782765 1831383040 53489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 447115 53489 1313 9 0 444727 0
[pid=23515/tid=23517] ppid=23513 vsize=1788460 CPUtime=5.28
/proc/23515/task/23517/stat : 23517 (java) R 23513 23515 22794 0 -1 64 37677 0 1 0 508 20 0 0 25 0 12 0 189782766 1831383040 53489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109513188 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23518] ppid=23513 vsize=1788460 CPUtime=0.46
/proc/23515/task/23518/stat : 23518 (java) S 23513 23515 22794 0 -1 64 7270 0 0 0 44 2 0 0 16 0 12 0 189782768 1831383040 53489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23519] ppid=23513 vsize=1788460 CPUtime=0.45
/proc/23515/task/23519/stat : 23519 (java) S 23513 23515 22794 0 -1 64 6532 0 0 0 43 2 0 0 16 0 12 0 189782768 1831383040 53489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23520] ppid=23513 vsize=1788460 CPUtime=0
/proc/23515/task/23520/stat : 23520 (java) S 23513 23515 22794 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 189782770 1831383040 53489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23521] ppid=23513 vsize=1788460 CPUtime=0
/proc/23515/task/23521/stat : 23521 (java) S 23513 23515 22794 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 189782771 1831383040 53489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23522] ppid=23513 vsize=1788460 CPUtime=0
/proc/23515/task/23522/stat : 23522 (java) S 23513 23515 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189782771 1831383040 53489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23523] ppid=23513 vsize=1788460 CPUtime=0
/proc/23515/task/23523/stat : 23523 (java) S 23513 23515 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 189782775 1831383040 53489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=1788460 CPUtime=0.67
/proc/23515/task/23524/stat : 23524 (java) S 23513 23515 22794 0 -1 64 3530 0 0 0 66 1 0 0 17 0 12 0 189782775 1831383040 53489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23525] ppid=23513 vsize=1788460 CPUtime=0.5
/proc/23515/task/23525/stat : 23525 (java) S 23513 23515 22794 0 -1 64 1710 0 0 0 50 0 0 0 16 0 12 0 189782775 1831383040 53489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23526] ppid=23513 vsize=1788460 CPUtime=0
/proc/23515/task/23526/stat : 23526 (java) S 23513 23515 22794 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189782775 1831383040 53489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23527] ppid=23513 vsize=1788460 CPUtime=0
/proc/23515/task/23527/stat : 23527 (java) S 23513 23515 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 189782775 1831383040 53489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 1788460

[startup+12.7027 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 23527
/proc/meminfo: memFree=1582056/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1791728 CPUtime=15.45
/proc/23515/stat : 23515 (java) S 23513 23515 22794 0 -1 0 74115 0 1 0 1507 38 0 0 18 0 12 0 189782765 1834729472 67615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 447932 67615 1313 9 0 445544 0
[pid=23515/tid=23517] ppid=23513 vsize=1791728 CPUtime=10
/proc/23515/task/23517/stat : 23517 (java) R 23513 23515 22794 0 -1 64 37685 0 1 0 978 22 0 0 25 0 12 0 189782766 1834729472 67615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109627549 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23518] ppid=23513 vsize=1791728 CPUtime=2.12
/proc/23515/task/23518/stat : 23518 (java) S 23513 23515 22794 0 -1 64 15971 0 0 0 205 7 0 0 16 0 12 0 189782768 1834729472 67615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23519] ppid=23513 vsize=1791728 CPUtime=2.1
/proc/23515/task/23519/stat : 23519 (java) S 23513 23515 22794 0 -1 64 14490 0 0 0 205 5 0 0 16 0 12 0 189782768 1834729472 67615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23520] ppid=23513 vsize=1791728 CPUtime=0
/proc/23515/task/23520/stat : 23520 (java) S 23513 23515 22794 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 189782770 1834729472 67615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23521] ppid=23513 vsize=1791728 CPUtime=0
/proc/23515/task/23521/stat : 23521 (java) S 23513 23515 22794 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 189782771 1834729472 67615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23522] ppid=23513 vsize=1791728 CPUtime=0
/proc/23515/task/23522/stat : 23522 (java) S 23513 23515 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189782771 1834729472 67615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23523] ppid=23513 vsize=1791728 CPUtime=0
/proc/23515/task/23523/stat : 23523 (java) S 23513 23515 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 189782775 1834729472 67615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=1791728 CPUtime=0.67
/proc/23515/task/23524/stat : 23524 (java) S 23513 23515 22794 0 -1 64 3530 0 0 0 66 1 0 0 16 0 12 0 189782775 1834729472 67615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23525] ppid=23513 vsize=1791728 CPUtime=0.5
/proc/23515/task/23525/stat : 23525 (java) S 23513 23515 22794 0 -1 64 1710 0 0 0 50 0 0 0 16 0 12 0 189782775 1834729472 67615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23526] ppid=23513 vsize=1791728 CPUtime=0
/proc/23515/task/23526/stat : 23526 (java) S 23513 23515 22794 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189782775 1834729472 67615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23527] ppid=23513 vsize=1791728 CPUtime=0
/proc/23515/task/23527/stat : 23527 (java) S 23513 23515 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 189782775 1834729472 67615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.45
Current children cumulated vsize (KiB) 1791728

[startup+25.5024 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23528
/proc/meminfo: memFree=1538912/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1791384 CPUtime=29.47
/proc/23515/stat : 23515 (java) S 23513 23515 22794 0 -1 0 84086 0 1 0 2903 44 0 0 18 0 13 0 189782765 1834377216 75838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 447846 75838 1328 9 0 445458 0
[pid=23515/tid=23517] ppid=23513 vsize=1791384 CPUtime=21.9
/proc/23515/task/23517/stat : 23517 (java) R 23513 23515 22794 0 -1 64 37724 0 1 0 2167 23 0 0 25 0 13 0 189782766 1834377216 75838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109850992 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23518] ppid=23513 vsize=1791384 CPUtime=2.75
/proc/23515/task/23518/stat : 23518 (java) S 23513 23515 22794 0 -1 64 19890 0 0 0 266 9 0 0 16 0 13 0 189782768 1834377216 75838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23519] ppid=23513 vsize=1791384 CPUtime=2.75
/proc/23515/task/23519/stat : 23519 (java) S 23513 23515 22794 0 -1 64 19342 0 0 0 268 7 0 0 16 0 13 0 189782768 1834377216 75838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23520] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23520/stat : 23520 (java) S 23513 23515 22794 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 189782770 1834377216 75838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23521] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23521/stat : 23521 (java) S 23513 23515 22794 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189782771 1834377216 75838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23522] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23522/stat : 23522 (java) S 23513 23515 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189782771 1834377216 75838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23523] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23523/stat : 23523 (java) S 23513 23515 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189782775 1834377216 75838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/loadavg: 1.00 1.00 1.00 2/90 23528
/proc/meminfo: memFree=1538080/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1791384 CPUtime=963.43
/proc/23515/stat : 23515 (java) S 23513 23515 22794 0 -1 0 84091 0 1 0 96296 47 0 0 18 0 13 0 189782765 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 447846 75841 1328 9 0 445458 0
[pid=23515/tid=23517] ppid=23513 vsize=1791384 CPUtime=955.78
/proc/23515/task/23517/stat : 23517 (java) R 23513 23515 22794 0 -1 64 37726 0 1 0 95553 25 0 0 25 0 13 0 189782766 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109344626 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23518] ppid=23513 vsize=1791384 CPUtime=2.75
/proc/23515/task/23518/stat : 23518 (java) S 23513 23515 22794 0 -1 64 19890 0 0 0 266 9 0 0 16 0 13 0 189782768 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23519] ppid=23513 vsize=1791384 CPUtime=2.75
/proc/23515/task/23519/stat : 23519 (java) S 23513 23515 22794 0 -1 64 19342 0 0 0 268 7 0 0 16 0 13 0 189782768 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23520] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23520/stat : 23520 (java) S 23513 23515 22794 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 189782770 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23521] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23521/stat : 23521 (java) S 23513 23515 22794 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189782771 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23522] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23522/stat : 23522 (java) S 23513 23515 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189782771 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23523] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23523/stat : 23523 (java) S 23513 23515 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=1791384 CPUtime=1.18
/proc/23515/task/23524/stat : 23524 (java) S 23513 23515 22794 0 -1 64 3635 0 0 0 117 1 0 0 16 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23525] ppid=23513 vsize=1791384 CPUtime=0.9
/proc/23515/task/23525/stat : 23525 (java) S 23513 23515 22794 0 -1 64 2765 0 0 0 89 1 0 0 17 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23526] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23526/stat : 23526 (java) S 23513 23515 22794 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23527] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23527/stat : 23527 (java) S 23513 23515 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23528] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23528/stat : 23528 (java) S 23513 23515 22794 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189784407 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 963.43
Current children cumulated vsize (KiB) 1791384

[startup+963.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23528
/proc/meminfo: memFree=1538080/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1791384 CPUtime=966.62
/proc/23515/stat : 23515 (java) S 23513 23515 22794 0 -1 0 84091 0 1 0 96615 47 0 0 18 0 13 0 189782765 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 447846 75841 1328 9 0 445458 0
[pid=23515/tid=23517] ppid=23513 vsize=1791384 CPUtime=958.97
/proc/23515/task/23517/stat : 23517 (java) R 23513 23515 22794 0 -1 64 37726 0 1 0 95872 25 0 0 25 0 13 0 189782766 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109864166 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23518] ppid=23513 vsize=1791384 CPUtime=2.75
/proc/23515/task/23518/stat : 23518 (java) S 23513 23515 22794 0 -1 64 19890 0 0 0 266 9 0 0 16 0 13 0 189782768 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23519] ppid=23513 vsize=1791384 CPUtime=2.75
/proc/23515/task/23519/stat : 23519 (java) S 23513 23515 22794 0 -1 64 19342 0 0 0 268 7 0 0 16 0 13 0 189782768 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23520] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23520/stat : 23520 (java) S 23513 23515 22794 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 189782770 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23521] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23521/stat : 23521 (java) S 23513 23515 22794 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189782771 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23522] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23522/stat : 23522 (java) S 23513 23515 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189782771 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23523] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23523/stat : 23523 (java) S 23513 23515 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=1791384 CPUtime=1.18
/proc/23515/task/23524/stat : 23524 (java) S 23513 23515 22794 0 -1 64 3635 0 0 0 117 1 0 0 16 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23525] ppid=23513 vsize=1791384 CPUtime=0.9
/proc/23515/task/23525/stat : 23525 (java) S 23513 23515 22794 0 -1 64 2765 0 0 0 89 1 0 0 17 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23526] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23526/stat : 23526 (java) S 23513 23515 22794 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23527] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23527/stat : 23527 (java) S 23513 23515 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23528] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23528/stat : 23528 (java) S 23513 23515 22794 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189784407 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 966.62
Current children cumulated vsize (KiB) 1791384

[startup+964.706 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23528
/proc/meminfo: memFree=1538080/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1791384 CPUtime=968.23
/proc/23515/stat : 23515 (java) S 23513 23515 22794 0 -1 0 84091 0 1 0 96776 47 0 0 18 0 13 0 189782765 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 447846 75841 1328 9 0 445458 0
[pid=23515/tid=23517] ppid=23513 vsize=1791384 CPUtime=960.58
/proc/23515/task/23517/stat : 23517 (java) R 23513 23515 22794 0 -1 64 37726 0 1 0 96033 25 0 0 25 0 13 0 189782766 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109888015 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23518] ppid=23513 vsize=1791384 CPUtime=2.75
/proc/23515/task/23518/stat : 23518 (java) S 23513 23515 22794 0 -1 64 19890 0 0 0 266 9 0 0 16 0 13 0 189782768 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23519] ppid=23513 vsize=1791384 CPUtime=2.75
/proc/23515/task/23519/stat : 23519 (java) S 23513 23515 22794 0 -1 64 19342 0 0 0 268 7 0 0 16 0 13 0 189782768 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23520] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23520/stat : 23520 (java) S 23513 23515 22794 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 189782770 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23521] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23521/stat : 23521 (java) S 23513 23515 22794 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189782771 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23522] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23522/stat : 23522 (java) S 23513 23515 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189782771 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23523] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23523/stat : 23523 (java) S 23513 23515 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=1791384 CPUtime=1.18
/proc/23515/task/23524/stat : 23524 (java) S 23513 23515 22794 0 -1 64 3635 0 0 0 117 1 0 0 16 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23525] ppid=23513 vsize=1791384 CPUtime=0.9
/proc/23515/task/23525/stat : 23525 (java) S 23513 23515 22794 0 -1 64 2765 0 0 0 89 1 0 0 17 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23526] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23526/stat : 23526 (java) S 23513 23515 22794 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23527] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23527/stat : 23527 (java) S 23513 23515 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23528] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23528/stat : 23528 (java) S 23513 23515 22794 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189784407 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 968.23
Current children cumulated vsize (KiB) 1791384

[startup+965.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23528
/proc/meminfo: memFree=1538080/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1791384 CPUtime=969.02
/proc/23515/stat : 23515 (java) S 23513 23515 22794 0 -1 0 84091 0 1 0 96855 47 0 0 18 0 13 0 189782765 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 447846 75841 1328 9 0 445458 0
[pid=23515/tid=23517] ppid=23513 vsize=1791384 CPUtime=961.37
/proc/23515/task/23517/stat : 23517 (java) R 23513 23515 22794 0 -1 64 37726 0 1 0 96112 25 0 0 25 0 13 0 189782766 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109864166 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23518] ppid=23513 vsize=1791384 CPUtime=2.75
/proc/23515/task/23518/stat : 23518 (java) S 23513 23515 22794 0 -1 64 19890 0 0 0 266 9 0 0 16 0 13 0 189782768 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23519] ppid=23513 vsize=1791384 CPUtime=2.75
/proc/23515/task/23519/stat : 23519 (java) S 23513 23515 22794 0 -1 64 19342 0 0 0 268 7 0 0 16 0 13 0 189782768 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23520] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23520/stat : 23520 (java) S 23513 23515 22794 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 189782770 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23521] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23521/stat : 23521 (java) S 23513 23515 22794 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189782771 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23522] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23522/stat : 23522 (java) S 23513 23515 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189782771 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23523] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23523/stat : 23523 (java) S 23513 23515 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=1791384 CPUtime=1.18
/proc/23515/task/23524/stat : 23524 (java) S 23513 23515 22794 0 -1 64 3635 0 0 0 117 1 0 0 16 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23525] ppid=23513 vsize=1791384 CPUtime=0.9
/proc/23515/task/23525/stat : 23525 (java) S 23513 23515 22794 0 -1 64 2765 0 0 0 89 1 0 0 17 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23526] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23526/stat : 23526 (java) S 23513 23515 22794 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23527] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23527/stat : 23527 (java) S 23513 23515 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 189782775 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23528] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23528/stat : 23528 (java) S 23513 23515 22794 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189784407 1834377216 75841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 969.02
Current children cumulated vsize (KiB) 1791384

[startup+966.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23528
/proc/meminfo: memFree=1538080/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=1791384 CPUtime=970.12
/proc/23515/stat : 23515 (java) S 23513 23515 22794 0 -1 0 105110 0 1 0 96954 58 0 0 18 0 13 0 189782765 1834377216 91352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 447846 91352 1329 9 0 445458 0
[pid=23515/tid=23517] ppid=23513 vsize=1791384 CPUtime=961.81
/proc/23515/task/23517/stat : 23517 (java) S 23513 23515 22794 0 -1 64 37730 0 1 0 96156 25 0 0 25 0 13 0 189782766 1834377216 91352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23518] ppid=23513 vsize=1791384 CPUtime=2.98
/proc/23515/task/23518/stat : 23518 (java) S 23513 23515 22794 0 -1 64 29507 0 0 0 284 14 0 0 16 0 13 0 189782768 1834377216 91352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23519] ppid=23513 vsize=1791384 CPUtime=2.98
/proc/23515/task/23519/stat : 23519 (java) S 23513 23515 22794 0 -1 64 30736 0 0 0 285 13 0 0 16 0 13 0 189782768 1834377216 91352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23520] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23520/stat : 23520 (java) S 23513 23515 22794 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 189782770 1834377216 91352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23521] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23521/stat : 23521 (java) S 23513 23515 22794 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189782771 1834377216 91352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23522] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23522/stat : 23522 (java) S 23513 23515 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189782771 1834377216 91352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23523] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23523/stat : 23523 (java) S 23513 23515 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189782775 1834377216 91352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23524] ppid=23513 vsize=1791384 CPUtime=1.25
/proc/23515/task/23524/stat : 23524 (java) S 23513 23515 22794 0 -1 64 3636 0 0 0 124 1 0 0 16 0 13 0 189782775 1834377216 91352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23515/tid=23525] ppid=23513 vsize=1791384 CPUtime=0.97
/proc/23515/task/23525/stat : 23525 (java) S 23513 23515 22794 0 -1 64 2766 0 0 0 96 1 0 0 16 0 13 0 189782775 1834377216 91352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23526] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23526/stat : 23526 (java) S 23513 23515 22794 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189782775 1834377216 91352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23515/tid=23527] ppid=23513 vsize=1791384 CPUtime=0
/proc/23515/task/23527/stat : 23527 (java) S 23513 23515 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 189782775 1834377216 91352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 970.12
Current children cumulated vsize (KiB) 1791384

[startup+966.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23528
/proc/meminfo: memFree=1538080/2055920 swapFree=4146612/4192956
[pid=23515] ppid=23513 vsize=0 CPUtime=970.27
/proc/23515/stat : 23515 (java) Z 23513 23515 22794 0 -1 1036 105115 0 1 0 96964 63 0 0 16 0 2 0 189782765 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23515/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 970.27
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 966.517
CPU time (s): 970.283
CPU user time (s): 969.642
CPU system time (s): 0.640902
CPU usage (%): 100.39
Max. virtual memory (cumulated for all children) (KiB): 1792944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 969.642
system time used= 0.640902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105115
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= 20765
involuntary context switches= 34802

runsolver used 0.889864 second user time and 2.72159 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Tue Apr 24 12:44:30 UTC 2007

IDJOB= 420086
IDBENCH= 47820
IDSOLVER= 159
FILE ID= node29/420086-1177418668

PBS_JOBID= 4675690

Free space on /tmp= 66436 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/palacios/uts/uts-l06-ipc5-h35-unknown.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420086-1177418668/sat4jPseudoResolution.jar /tmp/evaluation/420086-1177418668/instance-420086-1177418668.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-420086-1177418668 -o ROOT/results/node29/solver-420086-1177418668 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420086-1177418668/sat4jPseudoResolution.jar /tmp/evaluation/420086-1177418668/instance-420086-1177418668.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ecd892960cc360ea30071d6d2b01c7e5

RANDOM SEED= 272674264

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.224
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.224
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:       1838816 kB
Buffers:         16200 kB
Cached:         130644 kB
SwapCached:      11664 kB
Active:          97964 kB
Inactive:        72312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838816 kB
SwapTotal:     4192956 kB
SwapFree:      4146612 kB
Dirty:           32676 kB
Writeback:           0 kB
Mapped:          29724 kB
Slab:            32208 kB
Committed_AS:  2673268 kB
PageTables:       1872 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= 66436 MiB

End job on node29 on Tue Apr 24 13:00:37 UTC 2007