Trace number 349834

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
absconPseudo 102? (TO) 1800.25 1801.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUMde4cbecd7c9968d40b279ce145b888a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
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 constraints17459
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2691
Number of bits of the biggest sum of numbers12
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)

1800.08/1801.01	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/349834-1176716776/instance-349834-1176716776.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node86/watcher-349834-1176716776 -o ROOT/results/node86/solver-349834-1176716776 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -Xms1600M -Xmx1600M -jar absconPseudo1.jar configuration.xml 1 pseudo /tmp/evaluation/349834-1176716776/instance-349834-1176716776.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.97 0.98 0.99 2/68 1044
/proc/meminfo: memFree=1854208/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=18572 CPUtime=0
/proc/1044/stat : 1044 (runsolver) D 1042 1044 522 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 147646082 19017728 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 208476369943 0 0 4096 24578 18446744071563611212 0 0 17 0 0 0
/proc/1044/statm: 4643 292 257 24 0 2626 0

[startup+0.087242 s]
/proc/loadavg: 0.97 0.98 0.99 2/68 1044
/proc/meminfo: memFree=1854208/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=11008 CPUtime=0.01
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 777 0 27 0 0 1 0 0 18 0 2 0 147646082 11272192 552 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 2752 552 255 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11008

[startup+0.10124 s]
/proc/loadavg: 0.97 0.98 0.99 2/68 1044
/proc/meminfo: memFree=1854208/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1780600 CPUtime=0.01
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 909 0 32 0 0 1 0 0 18 0 2 0 147646082 1823334400 677 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 445150 678 362 9 0 443557 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1780600

[startup+0.301281 s]
/proc/loadavg: 0.97 0.98 0.99 2/68 1044
/proc/meminfo: memFree=1854208/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1790008 CPUtime=0.13
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 4270 0 70 0 8 5 0 0 18 0 9 0 147646082 1832968192 3781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 447502 3781 1716 9 0 442093 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 1790008

[startup+0.701355 s]
/proc/loadavg: 0.97 0.98 0.99 2/68 1044
/proc/meminfo: memFree=1854208/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1790168 CPUtime=0.53
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 20894 0 73 0 41 12 0 0 18 0 9 0 147646082 1833132032 20382 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 447542 20389 1848 9 0 442126 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1790168

[startup+1.50252 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 1053
/proc/meminfo: memFree=1636856/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1790168 CPUtime=1.33
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 78206 0 73 0 98 35 0 0 18 0 9 0 147646082 1833132032 77691 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 447542 77691 1863 9 0 442126 0
[pid=1044/tid=1046] ppid=1042 vsize=1790168 CPUtime=0.87
/proc/1044/task/1046/stat : 1046 (java) R 1042 1044 522 0 -1 64 29028 0 45 0 72 15 0 0 17 0 9 0 147646088 1833132032 77691 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126538137 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1044/tid=1047] ppid=1042 vsize=1790168 CPUtime=0.36
/proc/1044/task/1047/stat : 1047 (java) S 1042 1044 522 0 -1 64 48173 0 0 0 18 18 0 0 16 0 9 0 147646095 1833132032 77691 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1048] ppid=1042 vsize=1790168 CPUtime=0
/proc/1044/task/1048/stat : 1048 (java) S 1042 1044 522 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 147646096 1833132032 77691 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1049] ppid=1042 vsize=1790168 CPUtime=0
/proc/1044/task/1049/stat : 1049 (java) S 1042 1044 522 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 147646096 1833132032 77691 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1050] ppid=1042 vsize=1790168 CPUtime=0
/proc/1044/task/1050/stat : 1050 (java) S 1042 1044 522 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 147646101 1833132032 77691 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1051] ppid=1042 vsize=1790168 CPUtime=0.07
/proc/1044/task/1051/stat : 1051 (java) S 1042 1044 522 0 -1 64 309 0 2 0 7 0 0 0 16 0 9 0 147646101 1833132032 77691 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1044/tid=1052] ppid=1042 vsize=1790168 CPUtime=0
/proc/1044/task/1052/stat : 1052 (java) S 1042 1044 522 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 147646101 1833132032 77691 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1053] ppid=1042 vsize=1790168 CPUtime=0
/proc/1044/task/1053/stat : 1053 (java) S 1042 1044 522 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 147646101 1833132032 77691 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 1790168

[startup+3.10183 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 1053
/proc/meminfo: memFree=1362744/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1790168 CPUtime=2.93
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 170094 0 73 0 220 73 0 0 18 0 9 0 147646082 1833132032 169575 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 447542 169575 1863 9 0 442126 0
[pid=1044/tid=1046] ppid=1042 vsize=1790168 CPUtime=1.74
/proc/1044/task/1046/stat : 1046 (java) R 1042 1044 522 0 -1 64 29033 0 45 0 159 15 0 0 17 0 9 0 147646088 1833132032 169575 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126610030 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1044/tid=1047] ppid=1042 vsize=1790168 CPUtime=1.09
/proc/1044/task/1047/stat : 1047 (java) S 1042 1044 522 0 -1 64 140054 0 0 0 53 56 0 0 17 0 9 0 147646095 1833132032 169575 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1048] ppid=1042 vsize=1790168 CPUtime=0
/proc/1044/task/1048/stat : 1048 (java) S 1042 1044 522 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 147646096 1833132032 169575 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1049] ppid=1042 vsize=1790168 CPUtime=0
/proc/1044/task/1049/stat : 1049 (java) S 1042 1044 522 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 147646096 1833132032 169575 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1050] ppid=1042 vsize=1790168 CPUtime=0
/proc/1044/task/1050/stat : 1050 (java) S 1042 1044 522 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 147646101 1833132032 169575 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1051] ppid=1042 vsize=1790168 CPUtime=0.07
/proc/1044/task/1051/stat : 1051 (java) S 1042 1044 522 0 -1 64 311 0 2 0 7 0 0 0 15 0 9 0 147646101 1833132032 169575 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1052] ppid=1042 vsize=1790168 CPUtime=0
/proc/1044/task/1052/stat : 1052 (java) S 1042 1044 522 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 147646101 1833132032 169575 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1053] ppid=1042 vsize=1790168 CPUtime=0
/proc/1044/task/1053/stat : 1053 (java) S 1042 1044 522 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 147646101 1833132032 169575 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 1790168

[startup+6.30243 s]
/proc/loadavg: 1.05 1.00 1.00 2/77 1053
/proc/meminfo: memFree=1073976/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1790300 CPUtime=6.18
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 192424 0 73 0 537 81 0 0 18 0 9 0 147646082 1833267200 191890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 447575 191890 1881 9 0 442159 0
[pid=1044/tid=1046] ppid=1042 vsize=1790300 CPUtime=4.75
/proc/1044/task/1046/stat : 1046 (java) R 1042 1044 522 0 -1 64 29126 0 45 0 459 16 0 0 25 0 9 0 147646088 1833267200 191890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126771722 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1047] ppid=1042 vsize=1790300 CPUtime=1.27
/proc/1044/task/1047/stat : 1047 (java) S 1042 1044 522 0 -1 64 162209 0 0 0 64 63 0 0 16 0 9 0 147646095 1833267200 191890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1048] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1048/stat : 1048 (java) S 1042 1044 522 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1044/tid=1049] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1049/stat : 1049 (java) S 1042 1044 522 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1050] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1050/stat : 1050 (java) S 1042 1044 522 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1051] ppid=1042 vsize=1790300 CPUtime=0.13
/proc/1044/task/1051/stat : 1051 (java) S 1042 1044 522 0 -1 64 392 0 2 0 13 0 0 0 16 0 9 0 147646101 1833267200 191890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1052] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1052/stat : 1052 (java) S 1042 1044 522 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1053] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1053/stat : 1053 (java) S 1042 1044 522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 147646101 1833267200 191890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1790300

[startup+12.7027 s]
/proc/loadavg: 1.05 1.00 1.00 2/77 1053
/proc/meminfo: memFree=1074376/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1790300 CPUtime=12.58
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 192428 0 73 0 1177 81 0 0 18 0 9 0 147646082 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 447575 191891 1881 9 0 442159 0
[pid=1044/tid=1046] ppid=1042 vsize=1790300 CPUtime=11.14
/proc/1044/task/1046/stat : 1046 (java) R 1042 1044 522 0 -1 64 29127 0 45 0 1098 16 0 0 25 0 9 0 147646088 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126786390 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1047] ppid=1042 vsize=1790300 CPUtime=1.27
/proc/1044/task/1047/stat : 1047 (java) S 1042 1044 522 0 -1 64 162209 0 0 0 64 63 0 0 17 0 9 0 147646095 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1048] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1048/stat : 1048 (java) S 1042 1044 522 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1044/tid=1049] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1049/stat : 1049 (java) S 1042 1044 522 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1050] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1050/stat : 1050 (java) S 1042 1044 522 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1051] ppid=1042 vsize=1790300 CPUtime=0.14
/proc/1044/task/1051/stat : 1051 (java) S 1042 1044 522 0 -1 64 395 0 2 0 14 0 0 0 16 0 9 0 147646101 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1052] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1052/stat : 1052 (java) S 1042 1044 522 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1053] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1053/stat : 1053 (java) S 1042 1044 522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 147646101 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1790300

[startup+25.5011 s]
/proc/loadavg: 1.04 1.00 1.00 2/77 1053
/proc/meminfo: memFree=1074568/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1790300 CPUtime=25.36
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 192428 0 73 0 2455 81 0 0 18 0 9 0 147646082 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 447575 191891 1881 9 0 442159 0
[pid=1044/tid=1046] ppid=1042 vsize=1790300 CPUtime=23.92
/proc/1044/task/1046/stat : 1046 (java) R 1042 1044 522 0 -1 64 29127 0 45 0 2376 16 0 0 25 0 9 0 147646088 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126793289 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1047] ppid=1042 vsize=1790300 CPUtime=1.27
/proc/1044/task/1047/stat : 1047 (java) S 1042 1044 522 0 -1 64 162209 0 0 0 64 63 0 0 16 0 9 0 147646095 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1048] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1048/stat : 1048 (java) S 1042 1044 522 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1044/tid=1049] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1049/stat : 1049 (java) S 1042 1044 522 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1050] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1050/stat : 1050 (java) S 1042 1044 522 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1051] ppid=1042 vsize=1790300 CPUtime=0.14
/proc/1044/task/1051/stat : 1051 (java) S 1042 1044 522 0 -1 64 395 0 2 0 14 0 0 0 16 0 9 0 147646101 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1052] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1052/stat : 1052 (java) S 1042 1044 522 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1053] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1053/stat : 1053 (java) S 1042 1044 522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 147646101 1833267200 191891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1790300

[startup+51.1011 s]
/proc/loadavg: 1.02 1.00 1.00 2/77 1053
/proc/meminfo: memFree=1074504/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1790300 CPUtime=50.95
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 192440 0 73 0 5014 81 0 0 18 0 9 0 147646082 1833267200 191899 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 447575 191899 1881 9 0 442159 0
[pid=1044/tid=1046] ppid=1042 vsize=1790300 CPUtime=49.5
/proc/1044/task/1046/stat : 1046 (java) R 1042 1044 522 0 -1 64 29128 0 45 0 4934 16 0 0 25 0 9 0 147646088 1833267200 191899 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126763986 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1047] ppid=1042 vsize=1790300 CPUtime=1.27
/proc/1044/task/1047/stat : 1047 (java) S 1042 1044 522 0 -1 64 162209 0 0 0 64 63 0 0 16 0 9 0 147646095 1833267200 191899 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1048] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1048/stat : 1048 (java) S 1042 1044 522 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191899 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1044/tid=1049] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1049/stat : 1049 (java) S 1042 1044 522 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191899 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1050] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1050/stat : 1050 (java) S 1042 1044 522 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191899 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1051] ppid=1042 vsize=1790300 CPUtime=0.16
/proc/1044/task/1051/stat : 1051 (java) S 1042 1044 522 0 -1 64 406 0 2 0 16 0 0 0 16 0 9 0 147646101 1833267200 191899 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1052] ppid=1042 vsize=1790300 CPUtime=0

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

Current children cumulated CPU time (s) 1481.5
Current children cumulated vsize (KiB) 1790300

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 1258
/proc/meminfo: memFree=1073416/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1790300 CPUtime=1541.47
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 192444 0 73 0 154055 92 0 0 18 0 9 0 147646082 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 447575 191901 1881 9 0 442159 0
[pid=1044/tid=1046] ppid=1042 vsize=1790300 CPUtime=1540
/proc/1044/task/1046/stat : 1046 (java) R 1042 1044 522 0 -1 64 29128 0 45 0 153974 26 0 0 25 0 9 0 147646088 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126773676 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1047] ppid=1042 vsize=1790300 CPUtime=1.27
/proc/1044/task/1047/stat : 1047 (java) S 1042 1044 522 0 -1 64 162209 0 0 0 64 63 0 0 16 0 9 0 147646095 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1048] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1048/stat : 1048 (java) S 1042 1044 522 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1044/tid=1049] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1049/stat : 1049 (java) S 1042 1044 522 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1050] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1050/stat : 1050 (java) S 1042 1044 522 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1051] ppid=1042 vsize=1790300 CPUtime=0.16
/proc/1044/task/1051/stat : 1051 (java) S 1042 1044 522 0 -1 64 410 0 2 0 16 0 0 0 16 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1052] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1052/stat : 1052 (java) S 1042 1044 522 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1053] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1053/stat : 1053 (java) S 1042 1044 522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.47
Current children cumulated vsize (KiB) 1790300

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 1258
/proc/meminfo: memFree=1073416/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1790300 CPUtime=1601.45
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 192444 0 73 0 160053 92 0 0 18 0 9 0 147646082 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 447575 191901 1881 9 0 442159 0
[pid=1044/tid=1046] ppid=1042 vsize=1790300 CPUtime=1599.98
/proc/1044/task/1046/stat : 1046 (java) R 1042 1044 522 0 -1 64 29128 0 45 0 159972 26 0 0 25 0 9 0 147646088 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126786384 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1047] ppid=1042 vsize=1790300 CPUtime=1.27
/proc/1044/task/1047/stat : 1047 (java) S 1042 1044 522 0 -1 64 162209 0 0 0 64 63 0 0 16 0 9 0 147646095 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1048] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1048/stat : 1048 (java) S 1042 1044 522 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1044/tid=1049] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1049/stat : 1049 (java) S 1042 1044 522 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1050] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1050/stat : 1050 (java) S 1042 1044 522 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1051] ppid=1042 vsize=1790300 CPUtime=0.16
/proc/1044/task/1051/stat : 1051 (java) S 1042 1044 522 0 -1 64 410 0 2 0 16 0 0 0 16 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1052] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1052/stat : 1052 (java) S 1042 1044 522 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1053] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1053/stat : 1053 (java) S 1042 1044 522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.45
Current children cumulated vsize (KiB) 1790300

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 1258
/proc/meminfo: memFree=1073416/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1790300 CPUtime=1661.43
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 192444 0 73 0 166051 92 0 0 18 0 9 0 147646082 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 447575 191901 1881 9 0 442159 0
[pid=1044/tid=1046] ppid=1042 vsize=1790300 CPUtime=1659.96
/proc/1044/task/1046/stat : 1046 (java) R 1042 1044 522 0 -1 64 29128 0 45 0 165970 26 0 0 25 0 9 0 147646088 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126773666 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1047] ppid=1042 vsize=1790300 CPUtime=1.27
/proc/1044/task/1047/stat : 1047 (java) S 1042 1044 522 0 -1 64 162209 0 0 0 64 63 0 0 16 0 9 0 147646095 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1048] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1048/stat : 1048 (java) S 1042 1044 522 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1044/tid=1049] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1049/stat : 1049 (java) S 1042 1044 522 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1050] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1050/stat : 1050 (java) S 1042 1044 522 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1051] ppid=1042 vsize=1790300 CPUtime=0.16
/proc/1044/task/1051/stat : 1051 (java) S 1042 1044 522 0 -1 64 410 0 2 0 16 0 0 0 16 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1052] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1052/stat : 1052 (java) S 1042 1044 522 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1053] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1053/stat : 1053 (java) S 1042 1044 522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.43
Current children cumulated vsize (KiB) 1790300

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 1258
/proc/meminfo: memFree=1073352/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1790300 CPUtime=1721.41
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 192444 0 73 0 172049 92 0 0 18 0 9 0 147646082 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 447575 191901 1881 9 0 442159 0
[pid=1044/tid=1046] ppid=1042 vsize=1790300 CPUtime=1719.94
/proc/1044/task/1046/stat : 1046 (java) R 1042 1044 522 0 -1 64 29128 0 45 0 171968 26 0 0 25 0 9 0 147646088 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126759208 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1047] ppid=1042 vsize=1790300 CPUtime=1.27
/proc/1044/task/1047/stat : 1047 (java) S 1042 1044 522 0 -1 64 162209 0 0 0 64 63 0 0 16 0 9 0 147646095 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1048] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1048/stat : 1048 (java) S 1042 1044 522 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1044/tid=1049] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1049/stat : 1049 (java) S 1042 1044 522 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1050] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1050/stat : 1050 (java) S 1042 1044 522 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1051] ppid=1042 vsize=1790300 CPUtime=0.16
/proc/1044/task/1051/stat : 1051 (java) S 1042 1044 522 0 -1 64 410 0 2 0 16 0 0 0 16 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1052] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1052/stat : 1052 (java) S 1042 1044 522 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1053] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1053/stat : 1053 (java) S 1042 1044 522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.41
Current children cumulated vsize (KiB) 1790300

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 1258
/proc/meminfo: memFree=1073288/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1790300 CPUtime=1781.38
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 192444 0 73 0 178046 92 0 0 18 0 9 0 147646082 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 447575 191901 1881 9 0 442159 0
[pid=1044/tid=1046] ppid=1042 vsize=1790300 CPUtime=1779.92
/proc/1044/task/1046/stat : 1046 (java) R 1042 1044 522 0 -1 64 29128 0 45 0 177965 27 0 0 25 0 9 0 147646088 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126775722 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1047] ppid=1042 vsize=1790300 CPUtime=1.27
/proc/1044/task/1047/stat : 1047 (java) S 1042 1044 522 0 -1 64 162209 0 0 0 64 63 0 0 16 0 9 0 147646095 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1048] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1048/stat : 1048 (java) S 1042 1044 522 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1044/tid=1049] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1049/stat : 1049 (java) S 1042 1044 522 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1050] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1050/stat : 1050 (java) S 1042 1044 522 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1051] ppid=1042 vsize=1790300 CPUtime=0.16
/proc/1044/task/1051/stat : 1051 (java) S 1042 1044 522 0 -1 64 410 0 2 0 16 0 0 0 16 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1052] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1052/stat : 1052 (java) S 1042 1044 522 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1053] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1053/stat : 1053 (java) S 1042 1044 522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.38
Current children cumulated vsize (KiB) 1790300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 1258
/proc/meminfo: memFree=1073288/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=1790300 CPUtime=1800.08
/proc/1044/stat : 1044 (java) S 1042 1044 522 0 -1 0 192444 0 73 0 179916 92 0 0 18 0 9 0 147646082 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1044/statm: 447575 191901 1881 9 0 442159 0
[pid=1044/tid=1046] ppid=1042 vsize=1790300 CPUtime=1798.62
/proc/1044/task/1046/stat : 1046 (java) R 1042 1044 522 0 -1 64 29128 0 45 0 179835 27 0 0 25 0 9 0 147646088 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126775725 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1047] ppid=1042 vsize=1790300 CPUtime=1.27
/proc/1044/task/1047/stat : 1047 (java) S 1042 1044 522 0 -1 64 162209 0 0 0 64 63 0 0 16 0 9 0 147646095 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1048] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1048/stat : 1048 (java) S 1042 1044 522 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1044/tid=1049] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1049/stat : 1049 (java) S 1042 1044 522 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 147646096 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1050] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1050/stat : 1050 (java) S 1042 1044 522 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1051] ppid=1042 vsize=1790300 CPUtime=0.16
/proc/1044/task/1051/stat : 1051 (java) S 1042 1044 522 0 -1 64 410 0 2 0 16 0 0 0 16 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1052] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1052/stat : 1052 (java) S 1042 1044 522 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1044/tid=1053] ppid=1042 vsize=1790300 CPUtime=0
/proc/1044/task/1053/stat : 1053 (java) S 1042 1044 522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 147646101 1833267200 191901 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1790300

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

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

[startup+1801.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 1258
/proc/meminfo: memFree=1073288/2055892 swapFree=4087128/4096564
[pid=1044] ppid=1042 vsize=0 CPUtime=1800.19
/proc/1044/stat : 1044 (java) Z 1042 1044 522 0 -1 1036 192460 0 73 0 179919 100 0 0 16 0 2 0 147646082 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1044/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1801.16
CPU time (s): 1800.25
CPU user time (s): 1799.2
CPU system time (s): 1.04684
CPU usage (%): 99.9493
Max. virtual memory (cumulated for all children) (KiB): 1790300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 1.04684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192460
page faults= 73
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37242
involuntary context switches= 39712

runsolver used 2.20966 second user time and 4.34734 second system time

The end

Launcher Data (download as text)

Begin job on node86 on Mon Apr 16 09:46:16 UTC 2007

IDJOB= 349834
IDBENCH= 2630
IDSOLVER= 155
FILE ID= node86/349834-1176716776

PBS_JOBID= 4560094

Free space on /tmp= 66645 MiB

SOLVER NAME= absconPseudo 102
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_18.opb
COMMAND LINE= java -Xms1600M -Xmx1600M  -jar absconPseudo1.jar configuration.xml 1 pseudo /tmp/evaluation/349834-1176716776/instance-349834-1176716776.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node86/convwatcher-349834-1176716776 -o ROOT/results/node86/conversion-349834-1176716776 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/349834-1176716776/instance-349834-1176716776.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node86/watcher-349834-1176716776 -o ROOT/results/node86/solver-349834-1176716776 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -Xms1600M -Xmx1600M  -jar absconPseudo1.jar configuration.xml 1 pseudo /tmp/evaluation/349834-1176716776/instance-349834-1176716776.opb            

META MD5SUM SOLVER= af6648fa1ac31d79961ee160b5e03dc5
MD5SUM BENCH=  de4cbecd7c9968d40b279ce145b888a9

RANDOM SEED= 361707866

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node86.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.279
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	: 6006.18
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.279
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	: 5999.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1854744 kB
Buffers:          6204 kB
Cached:          81720 kB
SwapCached:       3128 kB
Active:          26528 kB
Inactive:        71656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1854744 kB
SwapTotal:     4096564 kB
SwapFree:      4087128 kB
Dirty:            6804 kB
Writeback:           0 kB
Mapped:          16176 kB
Slab:            89400 kB
Committed_AS:   128528 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66645 MiB

End job on node86 on Mon Apr 16 10:16:19 UTC 2007