Trace number 351716

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-23SAT (TO)52 1804.05 1798.39

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-sp97ar.opb
MD5SUM08881dff6590c7283bf2bddc3ff4042d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark1149.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 46
Optimality of the best value was proved NO
Number of variables282020
Total number of constraints1761
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1761
Minimum length of a constraint20
Maximum length of a constraint49260
Number of terms in the objective function 282020
Biggest coefficient in the objective function 79
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 756319
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 756319
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

Verifier Data (download as text)

OK	52

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node50/watcher-351716-1176610222 -o ROOT/results/node50/solver-351716-1176610222 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351716-1176610222/sat4jPseudoResolution.jar /tmp/evaluation/351716-1176610222/instance-351716-1176610222.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/64 24818
/proc/meminfo: memFree=1538744/2055920 swapFree=4192956/4192956
[pid=24818] ppid=24816 vsize=152 CPUtime=0
/proc/24818/stat : 24818 (java) R 24816 24818 24449 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 15867531 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7917867 0 0 4096 0 0 0 0 17 1 0 0
/proc/24818/statm: 38 26 19 9 0 4 0

[startup+0.0260579 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 24818
/proc/meminfo: memFree=1538744/2055920 swapFree=4192956/4192956
[pid=24818] ppid=24816 vsize=1772952 CPUtime=0.01
/proc/24818/stat : 24818 (java) S 24816 24818 24449 0 -1 0 2065 0 1 0 0 1 0 0 18 0 2 0 15867531 1815502848 1815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/24818/statm: 443238 1826 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.101052 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 24818
/proc/meminfo: memFree=1538744/2055920 swapFree=4192956/4192956
[pid=24818] ppid=24816 vsize=1780108 CPUtime=0.08
/proc/24818/stat : 24818 (java) S 24816 24818 24449 0 -1 0 3976 0 1 0 6 2 0 0 18 0 12 0 15867531 1822830592 3717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24818/statm: 445027 3717 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301076 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 24818
/proc/meminfo: memFree=1538744/2055920 swapFree=4192956/4192956
[pid=24818] ppid=24816 vsize=1782404 CPUtime=0.31
/proc/24818/stat : 24818 (java) S 24816 24818 24449 0 -1 0 7516 0 1 0 27 4 0 0 18 0 12 0 15867531 1825181696 7254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24818/statm: 445601 7254 1267 9 0 443213 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782404

[startup+0.701114 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 24818
/proc/meminfo: memFree=1538744/2055920 swapFree=4192956/4192956
[pid=24818] ppid=24816 vsize=1783464 CPUtime=0.91
/proc/24818/stat : 24818 (java) S 24816 24818 24449 0 -1 0 11822 0 1 0 85 6 0 0 18 0 12 0 15867531 1826267136 11019 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24818/statm: 445866 11019 1296 9 0 443478 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1783464

[startup+1.50217 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 24830
/proc/meminfo: memFree=1471704/2055920 swapFree=4192956/4192956
[pid=24818] ppid=24816 vsize=1783464 CPUtime=1.71
/proc/24818/stat : 24818 (java) S 24816 24818 24449 0 -1 0 31034 0 1 0 155 16 0 0 18 0 12 0 15867531 1826267136 30231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24818/statm: 445866 30232 1296 9 0 443478 0
[pid=24818/tid=24820] ppid=24816 vsize=1783464 CPUtime=1.32
/proc/24818/task/24820/stat : 24820 (java) R 24816 24818 24449 0 -1 64 28871 0 1 0 118 14 0 0 25 0 12 0 15867532 1826267136 30233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24821] ppid=24816 vsize=1783464 CPUtime=0
/proc/24818/task/24821/stat : 24821 (java) S 24816 24818 24449 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 15867534 1826267136 30234 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24822] ppid=24816 vsize=1783464 CPUtime=0
/proc/24818/task/24822/stat : 24822 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 15867534 1826267136 30235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24823] ppid=24816 vsize=1783464 CPUtime=0
/proc/24818/task/24823/stat : 24823 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 15867536 1826267136 30236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24824] ppid=24816 vsize=1783464 CPUtime=0
/proc/24818/task/24824/stat : 24824 (java) S 24816 24818 24449 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 15867536 1826267136 30237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24825] ppid=24816 vsize=1783464 CPUtime=0
/proc/24818/task/24825/stat : 24825 (java) S 24816 24818 24449 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 15867536 1826267136 30238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24826] ppid=24816 vsize=1783464 CPUtime=0
/proc/24818/task/24826/stat : 24826 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 15867540 1826267136 30239 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24827] ppid=24816 vsize=1783464 CPUtime=0.21
/proc/24818/task/24827/stat : 24827 (java) S 24816 24818 24449 0 -1 64 1082 0 0 0 21 0 0 0 17 0 12 0 15867540 1826267136 30240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24828] ppid=24816 vsize=1783464 CPUtime=0.15
/proc/24818/task/24828/stat : 24828 (java) S 24816 24818 24449 0 -1 64 363 0 0 0 15 0 0 0 16 0 12 0 15867540 1826267136 30241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24829] ppid=24816 vsize=1783464 CPUtime=0
/proc/24818/task/24829/stat : 24829 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 15867540 1826267136 30242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24830] ppid=24816 vsize=1783464 CPUtime=0
/proc/24818/task/24830/stat : 24830 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 15867540 1826267136 30243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 1783464

[startup+3.10232 s]
/proc/loadavg: 0.99 0.98 0.99 3/76 24830
/proc/meminfo: memFree=1356248/2055920 swapFree=4192956/4192956
[pid=24818] ppid=24816 vsize=1795168 CPUtime=4.25
/proc/24818/stat : 24818 (java) S 24816 24818 24449 0 -1 0 52801 0 1 0 397 28 0 0 18 0 12 0 15867531 1838252032 49721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24818/statm: 448792 49721 1316 9 0 446404 0
[pid=24818/tid=24820] ppid=24816 vsize=1795168 CPUtime=2.33
/proc/24818/task/24820/stat : 24820 (java) R 24816 24818 24449 0 -1 64 37677 0 1 0 215 18 0 0 22 0 12 0 15867532 1838252032 49721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24821] ppid=24816 vsize=1795168 CPUtime=0.23
/proc/24818/task/24821/stat : 24821 (java) S 24816 24818 24449 0 -1 64 3637 0 0 0 21 2 0 0 16 0 12 0 15867534 1838252032 49721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24822] ppid=24816 vsize=1795168 CPUtime=0.23
/proc/24818/task/24822/stat : 24822 (java) S 24816 24818 24449 0 -1 64 4884 0 0 0 21 2 0 0 16 0 12 0 15867534 1838252032 49721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24823] ppid=24816 vsize=1795168 CPUtime=0
/proc/24818/task/24823/stat : 24823 (java) S 24816 24818 24449 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 15867536 1838252032 49721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24824] ppid=24816 vsize=1795168 CPUtime=0
/proc/24818/task/24824/stat : 24824 (java) S 24816 24818 24449 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 15867536 1838252032 49721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24825] ppid=24816 vsize=1795168 CPUtime=0
/proc/24818/task/24825/stat : 24825 (java) S 24816 24818 24449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 15867536 1838252032 49721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24826] ppid=24816 vsize=1795168 CPUtime=0
/proc/24818/task/24826/stat : 24826 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 15867540 1838252032 49721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24827] ppid=24816 vsize=1795168 CPUtime=0.63
/proc/24818/task/24827/stat : 24827 (java) R 24816 24818 24449 0 -1 64 2674 0 0 0 63 0 0 0 16 0 12 0 15867540 1838252032 49721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102297562 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24828] ppid=24816 vsize=1795168 CPUtime=0.78
/proc/24818/task/24828/stat : 24828 (java) R 24816 24818 24449 0 -1 64 3204 0 0 0 75 3 0 0 18 0 12 0 15867540 1838252032 49721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103319316 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24829] ppid=24816 vsize=1795168 CPUtime=0
/proc/24818/task/24829/stat : 24829 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 15867540 1838252032 49721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24830] ppid=24816 vsize=1795168 CPUtime=0
/proc/24818/task/24830/stat : 24830 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 15867540 1838252032 49721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 1795168

[startup+6.30141 s]
/proc/loadavg: 1.07 1.00 1.00 2/76 24830
/proc/meminfo: memFree=1285464/2055920 swapFree=4192956/4192956
[pid=24818] ppid=24816 vsize=1797712 CPUtime=8.38
/proc/24818/stat : 24818 (java) S 24816 24818 24449 0 -1 0 75995 0 1 0 797 41 0 0 18 0 12 0 15867531 1840857088 67439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24818/statm: 449428 67439 1317 9 0 447040 0
[pid=24818/tid=24820] ppid=24816 vsize=1797712 CPUtime=4.95
/proc/24818/task/24820/stat : 24820 (java) R 24816 24818 24449 0 -1 64 37682 0 1 0 476 19 0 0 17 0 12 0 15867532 1840857088 67439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24821] ppid=24816 vsize=1797712 CPUtime=0.8
/proc/24818/task/24821/stat : 24821 (java) S 24816 24818 24449 0 -1 64 14619 0 0 0 73 7 0 0 16 0 12 0 15867534 1840857088 67439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24822] ppid=24816 vsize=1797712 CPUtime=0.79
/proc/24818/task/24822/stat : 24822 (java) S 24816 24818 24449 0 -1 64 15079 0 0 0 71 8 0 0 17 0 12 0 15867534 1840857088 67439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24823] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24823/stat : 24823 (java) S 24816 24818 24449 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 15867536 1840857088 67439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24824] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24824/stat : 24824 (java) S 24816 24818 24449 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 15867536 1840857088 67439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24825] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24825/stat : 24825 (java) S 24816 24818 24449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 15867536 1840857088 67439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24826] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24826/stat : 24826 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 15867540 1840857088 67439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24827] ppid=24816 vsize=1797712 CPUtime=0.64
/proc/24818/task/24827/stat : 24827 (java) S 24816 24818 24449 0 -1 64 2675 0 0 0 64 0 0 0 16 0 12 0 15867540 1840857088 67439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24828] ppid=24816 vsize=1797712 CPUtime=1.14
/proc/24818/task/24828/stat : 24828 (java) S 24816 24818 24449 0 -1 64 5215 0 0 0 110 4 0 0 16 0 12 0 15867540 1840857088 67439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24829] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24829/stat : 24829 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 15867540 1840857088 67439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24830] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24830/stat : 24830 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 15867540 1840857088 67439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 1797712

[startup+12.703 s]
/proc/loadavg: 1.07 1.00 1.00 2/76 24830
/proc/meminfo: memFree=1242008/2055920 swapFree=4192956/4192956
[pid=24818] ppid=24816 vsize=1797712 CPUtime=15.48
/proc/24818/stat : 24818 (java) S 24816 24818 24449 0 -1 0 84912 0 1 0 1502 46 0 0 18 0 12 0 15867531 1840857088 75580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24818/statm: 449428 75580 1317 9 0 447040 0
[pid=24818/tid=24820] ppid=24816 vsize=1797712 CPUtime=10.64
/proc/24818/task/24820/stat : 24820 (java) R 24816 24818 24449 0 -1 64 37691 0 1 0 1044 20 0 0 25 0 12 0 15867532 1840857088 75580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343730 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24821] ppid=24816 vsize=1797712 CPUtime=1.51
/proc/24818/task/24821/stat : 24821 (java) S 24816 24818 24449 0 -1 64 18477 0 0 0 142 9 0 0 16 0 12 0 15867534 1840857088 75580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24822] ppid=24816 vsize=1797712 CPUtime=1.49
/proc/24818/task/24822/stat : 24822 (java) S 24816 24818 24449 0 -1 64 20129 0 0 0 139 10 0 0 16 0 12 0 15867534 1840857088 75580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24823] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24823/stat : 24823 (java) S 24816 24818 24449 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 15867536 1840857088 75580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24824] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24824/stat : 24824 (java) S 24816 24818 24449 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 15867536 1840857088 75580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24825] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24825/stat : 24825 (java) S 24816 24818 24449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 15867536 1840857088 75580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24826] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24826/stat : 24826 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 15867540 1840857088 75580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24827] ppid=24816 vsize=1797712 CPUtime=0.64
/proc/24818/task/24827/stat : 24827 (java) S 24816 24818 24449 0 -1 64 2675 0 0 0 64 0 0 0 17 0 12 0 15867540 1840857088 75580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24828] ppid=24816 vsize=1797712 CPUtime=1.15
/proc/24818/task/24828/stat : 24828 (java) S 24816 24818 24449 0 -1 64 5215 0 0 0 110 5 0 0 16 0 12 0 15867540 1840857088 75580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24829] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24829/stat : 24829 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 15867540 1840857088 75580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24830] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24830/stat : 24830 (java) R 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 15867540 1840857088 75580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.48
Current children cumulated vsize (KiB) 1797712

[startup+25.5011 s]
/proc/loadavg: 1.05 1.00 1.00 2/76 24830
/proc/meminfo: memFree=1241752/2055920 swapFree=4192956/4192956
[pid=24818] ppid=24816 vsize=1797712 CPUtime=28.55
/proc/24818/stat : 24818 (java) S 24816 24818 24449 0 -1 0 87048 0 1 0 2805 50 0 0 18 0 12 0 15867531 1840857088 75988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24818/statm: 449428 75988 1317 9 0 447040 0
[pid=24818/tid=24820] ppid=24816 vsize=1797712 CPUtime=23.19
/proc/24818/task/24820/stat : 24820 (java) R 24816 24818 24449 0 -1 64 37711 0 1 0 2296 23 0 0 17 0 12 0 15867532 1840857088 75988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109615800 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24821] ppid=24816 vsize=1797712 CPUtime=1.74
/proc/24818/task/24821/stat : 24821 (java) S 24816 24818 24449 0 -1 64 19899 0 0 0 165 9 0 0 16 0 12 0 15867534 1840857088 75988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24822] ppid=24816 vsize=1797712 CPUtime=1.73
/proc/24818/task/24822/stat : 24822 (java) S 24816 24818 24449 0 -1 64 20816 0 0 0 163 10 0 0 16 0 12 0 15867534 1840857088 75988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24823] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24823/stat : 24823 (java) S 24816 24818 24449 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 15867536 1840857088 75988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24824] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24824/stat : 24824 (java) S 24816 24818 24449 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 15867536 1840857088 75988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24825] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24825/stat : 24825 (java) S 24816 24818 24449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 15867536 1840857088 75988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24826] ppid=24816 vsize=1797712 CPUtime=0
/proc/24818/task/24826/stat : 24826 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 15867540 1840857088 75988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=24818/tid=24822] ppid=24816 vsize=1798684 CPUtime=2.14
/proc/24818/task/24822/stat : 24822 (java) S 24816 24818 24449 0 -1 64 24395 0 0 0 202 12 0 0 17 0 15 0 15867534 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24823] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24823/stat : 24823 (java) S 24816 24818 24449 0 -1 64 15 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24824] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24824/stat : 24824 (java) S 24816 24818 24449 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24825] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24825/stat : 24825 (java) S 24816 24818 24449 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24826] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24826/stat : 24826 (java) S 24816 24818 24449 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24827] ppid=24816 vsize=1798684 CPUtime=1.19
/proc/24818/task/24827/stat : 24827 (java) S 24816 24818 24449 0 -1 64 2724 0 0 0 119 0 0 0 16 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24828] ppid=24816 vsize=1798684 CPUtime=1.72
/proc/24818/task/24828/stat : 24828 (java) S 24816 24818 24449 0 -1 64 5253 0 0 0 167 5 0 0 16 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24829] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24829/stat : 24829 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24830] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24830/stat : 24830 (java) R 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24832] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24832/stat : 24832 (java) S 24816 24818 24449 0 -1 64 2 0 0 0 0 0 0 0 19 0 15 0 15887279 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (KiB) 1798684

[startup+1797.41 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 24835
/proc/meminfo: memFree=1210872/2055920 swapFree=4192956/4192956
[pid=24818] ppid=24816 vsize=1798684 CPUtime=1802.15
/proc/24818/stat : 24818 (java) S 24816 24818 24449 0 -1 0 94012 0 1 0 180155 60 0 0 16 0 15 0 15867531 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24818/statm: 449671 82627 1329 9 0 447283 0
[pid=24818/tid=24820] ppid=24816 vsize=1798684 CPUtime=1793.94
/proc/24818/task/24820/stat : 24820 (java) R 24816 24818 24449 0 -1 64 37751 0 1 0 179366 28 0 0 25 0 15 0 15867532 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110000558 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24821] ppid=24816 vsize=1798684 CPUtime=2.15
/proc/24818/task/24821/stat : 24821 (java) S 24816 24818 24449 0 -1 64 23130 0 0 0 204 11 0 0 16 0 15 0 15867534 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24822] ppid=24816 vsize=1798684 CPUtime=2.14
/proc/24818/task/24822/stat : 24822 (java) S 24816 24818 24449 0 -1 64 24395 0 0 0 202 12 0 0 17 0 15 0 15867534 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24823] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24823/stat : 24823 (java) S 24816 24818 24449 0 -1 64 15 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24824] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24824/stat : 24824 (java) S 24816 24818 24449 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24825] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24825/stat : 24825 (java) S 24816 24818 24449 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24826] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24826/stat : 24826 (java) S 24816 24818 24449 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24827] ppid=24816 vsize=1798684 CPUtime=1.19
/proc/24818/task/24827/stat : 24827 (java) S 24816 24818 24449 0 -1 64 2724 0 0 0 119 0 0 0 16 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24828] ppid=24816 vsize=1798684 CPUtime=1.72
/proc/24818/task/24828/stat : 24828 (java) S 24816 24818 24449 0 -1 64 5253 0 0 0 167 5 0 0 16 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24829] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24829/stat : 24829 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24830] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24830/stat : 24830 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24832] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24832/stat : 24832 (java) S 24816 24818 24449 0 -1 64 2 0 0 0 0 0 0 0 19 0 15 0 15887279 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24834] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24834/stat : 24834 (java) S 24816 24818 24449 0 -1 64 7 0 0 0 0 0 0 0 19 0 15 0 16047163 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24835] ppid=24816 vsize=1798684 CPUtime=0.94
/proc/24818/task/24835/stat : 24835 (java) R 24816 24818 24449 0 -1 64 5 0 0 0 94 0 0 0 25 0 15 0 16047163 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110039139 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 1798684

[startup+1797.8 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 24835
/proc/meminfo: memFree=1210872/2055920 swapFree=4192956/4192956
[pid=24818] ppid=24816 vsize=1798684 CPUtime=1802.94
/proc/24818/stat : 24818 (java) S 24816 24818 24449 0 -1 0 94012 0 1 0 180234 60 0 0 16 0 15 0 15867531 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24818/statm: 449671 82627 1329 9 0 447283 0
[pid=24818/tid=24820] ppid=24816 vsize=1798684 CPUtime=1794.34
/proc/24818/task/24820/stat : 24820 (java) R 24816 24818 24449 0 -1 64 37751 0 1 0 179406 28 0 0 25 0 15 0 15867532 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110000565 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24821] ppid=24816 vsize=1798684 CPUtime=2.15
/proc/24818/task/24821/stat : 24821 (java) S 24816 24818 24449 0 -1 64 23130 0 0 0 204 11 0 0 16 0 15 0 15867534 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24822] ppid=24816 vsize=1798684 CPUtime=2.14
/proc/24818/task/24822/stat : 24822 (java) S 24816 24818 24449 0 -1 64 24395 0 0 0 202 12 0 0 17 0 15 0 15867534 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24823] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24823/stat : 24823 (java) S 24816 24818 24449 0 -1 64 15 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24824] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24824/stat : 24824 (java) S 24816 24818 24449 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24825] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24825/stat : 24825 (java) S 24816 24818 24449 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24826] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24826/stat : 24826 (java) S 24816 24818 24449 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24827] ppid=24816 vsize=1798684 CPUtime=1.19
/proc/24818/task/24827/stat : 24827 (java) S 24816 24818 24449 0 -1 64 2724 0 0 0 119 0 0 0 16 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24828] ppid=24816 vsize=1798684 CPUtime=1.72
/proc/24818/task/24828/stat : 24828 (java) S 24816 24818 24449 0 -1 64 5253 0 0 0 167 5 0 0 16 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24829] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24829/stat : 24829 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24830] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24830/stat : 24830 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24832] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24832/stat : 24832 (java) S 24816 24818 24449 0 -1 64 2 0 0 0 0 0 0 0 19 0 15 0 15887279 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24834] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24834/stat : 24834 (java) S 24816 24818 24449 0 -1 64 7 0 0 0 0 0 0 0 19 0 15 0 16047163 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24835] ppid=24816 vsize=1798684 CPUtime=1.33
/proc/24818/task/24835/stat : 24835 (java) R 24816 24818 24449 0 -1 64 5 0 0 0 133 0 0 0 25 0 15 0 16047163 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110039173 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802.94
Current children cumulated vsize (KiB) 1798684

[startup+1798.2 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 24835
/proc/meminfo: memFree=1210872/2055920 swapFree=4192956/4192956
[pid=24818] ppid=24816 vsize=1798684 CPUtime=1803.74
/proc/24818/stat : 24818 (java) S 24816 24818 24449 0 -1 0 94012 0 1 0 180314 60 0 0 16 0 15 0 15867531 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24818/statm: 449671 82627 1329 9 0 447283 0
[pid=24818/tid=24820] ppid=24816 vsize=1798684 CPUtime=1794.74
/proc/24818/task/24820/stat : 24820 (java) R 24816 24818 24449 0 -1 64 37751 0 1 0 179446 28 0 0 25 0 15 0 15867532 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110000565 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24821] ppid=24816 vsize=1798684 CPUtime=2.15
/proc/24818/task/24821/stat : 24821 (java) S 24816 24818 24449 0 -1 64 23130 0 0 0 204 11 0 0 16 0 15 0 15867534 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24822] ppid=24816 vsize=1798684 CPUtime=2.14
/proc/24818/task/24822/stat : 24822 (java) S 24816 24818 24449 0 -1 64 24395 0 0 0 202 12 0 0 17 0 15 0 15867534 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24823] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24823/stat : 24823 (java) S 24816 24818 24449 0 -1 64 15 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24824] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24824/stat : 24824 (java) S 24816 24818 24449 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24825] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24825/stat : 24825 (java) S 24816 24818 24449 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24826] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24826/stat : 24826 (java) S 24816 24818 24449 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24827] ppid=24816 vsize=1798684 CPUtime=1.19
/proc/24818/task/24827/stat : 24827 (java) S 24816 24818 24449 0 -1 64 2724 0 0 0 119 0 0 0 16 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24828] ppid=24816 vsize=1798684 CPUtime=1.72
/proc/24818/task/24828/stat : 24828 (java) S 24816 24818 24449 0 -1 64 5253 0 0 0 167 5 0 0 16 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24829] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24829/stat : 24829 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24830] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24830/stat : 24830 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24832] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24832/stat : 24832 (java) S 24816 24818 24449 0 -1 64 2 0 0 0 0 0 0 0 19 0 15 0 15887279 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24834] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24834/stat : 24834 (java) S 24816 24818 24449 0 -1 64 7 0 0 0 0 0 0 0 19 0 15 0 16047163 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24835] ppid=24816 vsize=1798684 CPUtime=1.73
/proc/24818/task/24835/stat : 24835 (java) R 24816 24818 24449 0 -1 64 5 0 0 0 173 0 0 0 25 0 15 0 16047163 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110039184 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1803.74
Current children cumulated vsize (KiB) 1798684

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 24835
/proc/meminfo: memFree=1210872/2055920 swapFree=4192956/4192956
[pid=24818] ppid=24816 vsize=1798684 CPUtime=1803.94
/proc/24818/stat : 24818 (java) S 24816 24818 24449 0 -1 0 94012 0 1 0 180334 60 0 0 16 0 15 0 15867531 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24818/statm: 449671 82627 1329 9 0 447283 0
[pid=24818/tid=24820] ppid=24816 vsize=1798684 CPUtime=1794.84
/proc/24818/task/24820/stat : 24820 (java) R 24816 24818 24449 0 -1 64 37751 0 1 0 179456 28 0 0 25 0 15 0 15867532 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110000565 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24821] ppid=24816 vsize=1798684 CPUtime=2.15
/proc/24818/task/24821/stat : 24821 (java) S 24816 24818 24449 0 -1 64 23130 0 0 0 204 11 0 0 16 0 15 0 15867534 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24822] ppid=24816 vsize=1798684 CPUtime=2.14
/proc/24818/task/24822/stat : 24822 (java) S 24816 24818 24449 0 -1 64 24395 0 0 0 202 12 0 0 17 0 15 0 15867534 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24823] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24823/stat : 24823 (java) S 24816 24818 24449 0 -1 64 15 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24824] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24824/stat : 24824 (java) S 24816 24818 24449 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24825] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24825/stat : 24825 (java) S 24816 24818 24449 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 15867536 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24826] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24826/stat : 24826 (java) S 24816 24818 24449 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24827] ppid=24816 vsize=1798684 CPUtime=1.19
/proc/24818/task/24827/stat : 24827 (java) S 24816 24818 24449 0 -1 64 2724 0 0 0 119 0 0 0 16 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24828] ppid=24816 vsize=1798684 CPUtime=1.72
/proc/24818/task/24828/stat : 24828 (java) S 24816 24818 24449 0 -1 64 5253 0 0 0 167 5 0 0 16 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24829] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24829/stat : 24829 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24830] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24830/stat : 24830 (java) S 24816 24818 24449 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 15867540 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24832] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24832/stat : 24832 (java) S 24816 24818 24449 0 -1 64 2 0 0 0 0 0 0 0 19 0 15 0 15887279 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24818/tid=24834] ppid=24816 vsize=1798684 CPUtime=0
/proc/24818/task/24834/stat : 24834 (java) S 24816 24818 24449 0 -1 64 7 0 0 0 0 0 0 0 19 0 15 0 16047163 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24818/tid=24835] ppid=24816 vsize=1798684 CPUtime=1.83
/proc/24818/task/24835/stat : 24835 (java) R 24816 24818 24449 0 -1 64 5 0 0 0 183 0 0 0 25 0 15 0 16047163 1841852416 82627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110039181 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1803.94
Current children cumulated vsize (KiB) 1798684

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1798.39
CPU time (s): 1804.05
CPU user time (s): 1803.39
CPU system time (s): 0.6569
CPU usage (%): 100.315
Max. virtual memory (cumulated for all children) (KiB): 1798684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1803.39
system time used= 0.6569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94012
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= 37918
involuntary context switches= 6819

runsolver used 1.84972 second user time and 4.75028 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Sun Apr 15 04:10:24 UTC 2007

IDJOB= 351716
IDBENCH= 1793
IDSOLVER= 159
FILE ID= node50/351716-1176610222

PBS_JOBID= 4557018

Free space on /tmp= 66497 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-sp97ar.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351716-1176610222/sat4jPseudoResolution.jar /tmp/evaluation/351716-1176610222/instance-351716-1176610222.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-351716-1176610222 -o ROOT/results/node50/solver-351716-1176610222 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351716-1176610222/sat4jPseudoResolution.jar /tmp/evaluation/351716-1176610222/instance-351716-1176610222.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  08881dff6590c7283bf2bddc3ff4042d

RANDOM SEED= 939286723

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node50.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.232
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.232
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:       1539216 kB
Buffers:         43852 kB
Cached:         377272 kB
SwapCached:          0 kB
Active:         180336 kB
Inactive:       256468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539216 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           69152 kB
Writeback:           0 kB
Mapped:          25740 kB
Slab:            65940 kB
Committed_AS:   284868 kB
PageTables:       1460 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= 66497 MiB

End job on node50 on Sun Apr 15 04:40:22 UTC 2007