Trace number 419508

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
absconPseudo 102? (TO) 1800.21 1800.92

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/dspam/dspam_dump_vc1104.opb
MD5SUM50c0a72eee1d7cad57996871248759d1
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.20575
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables280900
Total number of constraints926808
Number of constraints which are clauses926808
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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/1800.81	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/419508-1177408251/instance-419508-1177408251.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-419508-1177408251 -o ROOT/results/node17/solver-419508-1177408251 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -Xms1600M -Xmx1600M -jar absconPseudo1.jar configuration.xml 1 pseudo /tmp/evaluation/419508-1177408251/instance-419508-1177408251.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.95 0.98 0.99 3/77 21679
/proc/meminfo: memFree=1824816/2055920 swapFree=4116864/4192956
[pid=21679] ppid=21677 vsize=18528 CPUtime=0
/proc/21679/stat : 21679 (runsolver) R 21677 21679 20263 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 188742821 18972672 284 18446744073709551615 4194304 4255128 548682068880 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/21679/statm: 4632 284 249 14 0 2626 0

[startup+0.034467 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 21679
/proc/meminfo: memFree=1824816/2055920 swapFree=4116864/4192956
[pid=21679] ppid=21677 vsize=10476 CPUtime=0.01
/proc/21679/stat : 21679 (java) D 21677 21679 20263 0 -1 0 400 0 10 0 0 1 0 0 18 0 1 0 188742821 10727424 198 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 2831146 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/21679/statm: 2619 199 148 9 0 1147 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10476

[startup+0.105727 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 21679
/proc/meminfo: memFree=1824816/2055920 swapFree=4116864/4192956
[pid=21679] ppid=21677 vsize=1783732 CPUtime=0.02
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 1870 0 33 0 0 2 0 0 18 0 2 0 188742821 1826541568 1636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 445933 1636 457 9 0 440935 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1783732

[startup+0.30164 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 21679
/proc/meminfo: memFree=1824816/2055920 swapFree=4116864/4192956
[pid=21679] ppid=21677 vsize=1790004 CPUtime=0.14
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 4141 0 64 0 7 7 0 0 18 0 9 0 188742821 1832964096 3654 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 447501 3654 1667 9 0 442093 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1790004

[startup+0.701674 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 21679
/proc/meminfo: memFree=1824816/2055920 swapFree=4116864/4192956
[pid=21679] ppid=21677 vsize=1790032 CPUtime=0.49
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 16753 0 67 0 37 12 0 0 18 0 9 0 188742821 1832992768 16234 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 447508 16236 1844 9 0 442093 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 1790032

[startup+1.50277 s]
/proc/loadavg: 0.95 0.98 0.99 2/86 21688
/proc/meminfo: memFree=1676904/2055920 swapFree=4116864/4192956
[pid=21679] ppid=21677 vsize=1790164 CPUtime=1.31
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 50589 0 67 0 105 26 0 0 18 0 9 0 188742821 1833127936 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 447541 50067 1863 9 0 442126 0
[pid=21679/tid=21681] ppid=21677 vsize=1790164 CPUtime=0.69
/proc/21679/task/21681/stat : 21681 (java) R 21677 21679 20263 0 -1 64 28046 0 40 0 55 14 0 0 16 0 9 0 188742826 1833127936 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21679/tid=21682] ppid=21677 vsize=1790164 CPUtime=0.49
/proc/21679/task/21682/stat : 21682 (java) S 21677 21679 20263 0 -1 64 21537 0 0 0 41 8 0 0 19 0 9 0 188742833 1833127936 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21683] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21683/stat : 21683 (java) S 21677 21679 20263 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 188742835 1833127936 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21684] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21684/stat : 21684 (java) S 21677 21679 20263 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 188742835 1833127936 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21685] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21685/stat : 21685 (java) S 21677 21679 20263 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 188742841 1833127936 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21686] ppid=21677 vsize=1790164 CPUtime=0.07
/proc/21679/task/21686/stat : 21686 (java) S 21677 21679 20263 0 -1 64 308 0 2 0 7 0 0 0 16 0 9 0 188742841 1833127936 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21687] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21687/stat : 21687 (java) S 21677 21679 20263 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 188742841 1833127936 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21688] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21688/stat : 21688 (java) S 21677 21679 20263 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 188742841 1833127936 50067 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 1790164

[startup+3.10194 s]
/proc/loadavg: 0.95 0.98 0.99 2/86 21688
/proc/meminfo: memFree=1607528/2055920 swapFree=4116864/4192956
[pid=21679] ppid=21677 vsize=1790164 CPUtime=2.91
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 67453 0 67 0 259 32 0 0 18 0 9 0 188742821 1833127936 66930 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 447541 66930 1863 9 0 442126 0
[pid=21679/tid=21681] ppid=21677 vsize=1790164 CPUtime=1.65
/proc/21679/task/21681/stat : 21681 (java) R 21677 21679 20263 0 -1 64 29029 0 40 0 150 15 0 0 20 0 9 0 188742826 1833127936 66930 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102643728 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21679/tid=21682] ppid=21677 vsize=1790164 CPUtime=1.13
/proc/21679/task/21682/stat : 21682 (java) S 21677 21679 20263 0 -1 64 37411 0 0 0 100 13 0 0 22 0 9 0 188742833 1833127936 66930 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21683] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21683/stat : 21683 (java) S 21677 21679 20263 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 188742835 1833127936 66930 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21684] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21684/stat : 21684 (java) S 21677 21679 20263 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 188742835 1833127936 66930 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21685] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21685/stat : 21685 (java) S 21677 21679 20263 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 188742841 1833127936 66930 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21686] ppid=21677 vsize=1790164 CPUtime=0.09
/proc/21679/task/21686/stat : 21686 (java) S 21677 21679 20263 0 -1 64 315 0 2 0 8 1 0 0 15 0 9 0 188742841 1833127936 66930 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21687] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21687/stat : 21687 (java) S 21677 21679 20263 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 188742841 1833127936 66930 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21688] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21688/stat : 21688 (java) S 21677 21679 20263 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 188742841 1833127936 66930 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 1790164

[startup+6.30108 s]
/proc/loadavg: 0.95 0.98 0.99 2/86 21688
/proc/meminfo: memFree=1456232/2055920 swapFree=4116864/4192956
[pid=21679] ppid=21677 vsize=1790164 CPUtime=6.11
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 100938 0 67 0 565 46 0 0 18 0 9 0 188742821 1833127936 100411 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 447541 100411 1864 9 0 442126 0
[pid=21679/tid=21681] ppid=21677 vsize=1790164 CPUtime=3.05
/proc/21679/task/21681/stat : 21681 (java) R 21677 21679 20263 0 -1 64 29033 0 40 0 289 16 0 0 16 0 9 0 188742826 1833127936 100411 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126586440 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21679/tid=21682] ppid=21677 vsize=1790164 CPUtime=2.94
/proc/21679/task/21682/stat : 21682 (java) S 21677 21679 20263 0 -1 64 70886 0 0 0 268 26 0 0 21 0 9 0 188742833 1833127936 100411 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21683] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21683/stat : 21683 (java) S 21677 21679 20263 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 188742835 1833127936 100411 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21684] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21684/stat : 21684 (java) S 21677 21679 20263 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 188742835 1833127936 100411 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21685] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21685/stat : 21685 (java) S 21677 21679 20263 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 188742841 1833127936 100411 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21686] ppid=21677 vsize=1790164 CPUtime=0.09
/proc/21679/task/21686/stat : 21686 (java) S 21677 21679 20263 0 -1 64 320 0 2 0 8 1 0 0 16 0 9 0 188742841 1833127936 100411 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21687] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21687/stat : 21687 (java) S 21677 21679 20263 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 188742841 1833127936 100411 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21688] ppid=21677 vsize=1790164 CPUtime=0
/proc/21679/task/21688/stat : 21688 (java) S 21677 21679 20263 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188742841 1833127936 100411 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 1790164

[startup+12.7018 s]
/proc/loadavg: 0.95 0.98 0.99 2/86 21688
/proc/meminfo: memFree=1255336/2055920 swapFree=4116864/4192956
[pid=21679] ppid=21677 vsize=1790448 CPUtime=12.56
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 143164 0 67 0 1193 63 0 0 18 0 9 0 188742821 1833418752 142604 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 447612 142604 1880 9 0 442197 0
[pid=21679/tid=21681] ppid=21677 vsize=1790448 CPUtime=7.2
/proc/21679/task/21681/stat : 21681 (java) R 21677 21679 20263 0 -1 64 29137 0 40 0 702 18 0 0 18 0 9 0 188742826 1833418752 142604 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4159724240 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21679/tid=21682] ppid=21677 vsize=1790448 CPUtime=5.19
/proc/21679/task/21682/stat : 21682 (java) S 21677 21679 20263 0 -1 64 112899 0 0 0 477 42 0 0 17 0 9 0 188742833 1833418752 142604 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21683] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21683/stat : 21683 (java) S 21677 21679 20263 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142604 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21684] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21684/stat : 21684 (java) S 21677 21679 20263 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142604 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21685] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21685/stat : 21685 (java) S 21677 21679 20263 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 188742841 1833418752 142604 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21686] ppid=21677 vsize=1790448 CPUtime=0.14
/proc/21679/task/21686/stat : 21686 (java) S 21677 21679 20263 0 -1 64 427 0 2 0 13 1 0 0 16 0 9 0 188742841 1833418752 142604 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21687] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21687/stat : 21687 (java) S 21677 21679 20263 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 188742841 1833418752 142604 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21688] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21688/stat : 21688 (java) S 21677 21679 20263 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188742841 1833418752 142604 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 1790448

[startup+25.5011 s]
/proc/loadavg: 0.96 0.98 0.99 2/86 21688
/proc/meminfo: memFree=1242864/2055920 swapFree=4116864/4192956
[pid=21679] ppid=21677 vsize=1790448 CPUtime=25.39
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 143200 0 67 0 2475 64 0 0 18 0 9 0 188742821 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 447612 142635 1882 9 0 442197 0
[pid=21679/tid=21681] ppid=21677 vsize=1790448 CPUtime=19.75
/proc/21679/task/21681/stat : 21681 (java) R 21677 21679 20263 0 -1 64 29151 0 40 0 1957 18 0 0 25 0 9 0 188742826 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126850976 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21679/tid=21682] ppid=21677 vsize=1790448 CPUtime=5.43
/proc/21679/task/21682/stat : 21682 (java) S 21677 21679 20263 0 -1 64 112899 0 0 0 501 42 0 0 16 0 9 0 188742833 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21683] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21683/stat : 21683 (java) S 21677 21679 20263 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21684] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21684/stat : 21684 (java) S 21677 21679 20263 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21685] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21685/stat : 21685 (java) S 21677 21679 20263 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 188742841 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21686] ppid=21677 vsize=1790448 CPUtime=0.17
/proc/21679/task/21686/stat : 21686 (java) S 21677 21679 20263 0 -1 64 449 0 2 0 16 1 0 0 16 0 9 0 188742841 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21687] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21687/stat : 21687 (java) S 21677 21679 20263 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 188742841 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21688] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21688/stat : 21688 (java) S 21677 21679 20263 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188742841 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1790448

[startup+51.1019 s]
/proc/loadavg: 0.97 0.98 0.99 2/86 21688
/proc/meminfo: memFree=1242672/2055920 swapFree=4116864/4192956
[pid=21679] ppid=21677 vsize=1790448 CPUtime=50.97
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 143200 0 67 0 5033 64 0 0 18 0 9 0 188742821 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 447612 142635 1882 9 0 442197 0
[pid=21679/tid=21681] ppid=21677 vsize=1790448 CPUtime=45.33
/proc/21679/task/21681/stat : 21681 (java) R 21677 21679 20263 0 -1 64 29151 0 40 0 4515 18 0 0 25 0 9 0 188742826 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126857728 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21679/tid=21682] ppid=21677 vsize=1790448 CPUtime=5.43
/proc/21679/task/21682/stat : 21682 (java) S 21677 21679 20263 0 -1 64 112899 0 0 0 501 42 0 0 16 0 9 0 188742833 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21683] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21683/stat : 21683 (java) S 21677 21679 20263 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21684] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21684/stat : 21684 (java) S 21677 21679 20263 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21685] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21685/stat : 21685 (java) S 21677 21679 20263 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 188742841 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21686] ppid=21677 vsize=1790448 CPUtime=0.17
/proc/21679/task/21686/stat : 21686 (java) S 21677 21679 20263 0 -1 64 449 0 2 0 16 1 0 0 16 0 9 0 188742841 1833418752 142635 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21687] ppid=21677 vsize=1790448 CPUtime=0

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

Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 1790448

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/86 21886
/proc/meminfo: memFree=1239536/2055920 swapFree=4116868/4192956
[pid=21679] ppid=21677 vsize=1790448 CPUtime=1541.65
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 143224 0 67 0 154091 74 0 0 18 0 9 0 188742821 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 447612 142645 1882 9 0 442197 0
[pid=21679/tid=21681] ppid=21677 vsize=1790448 CPUtime=1536.01
/proc/21679/task/21681/stat : 21681 (java) R 21677 21679 20263 0 -1 64 29160 0 40 0 153572 29 0 0 25 0 9 0 188742826 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126822876 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21679/tid=21682] ppid=21677 vsize=1790448 CPUtime=5.43
/proc/21679/task/21682/stat : 21682 (java) S 21677 21679 20263 0 -1 64 112899 0 0 0 501 42 0 0 16 0 9 0 188742833 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21683] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21683/stat : 21683 (java) S 21677 21679 20263 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21684] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21684/stat : 21684 (java) S 21677 21679 20263 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21685] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21685/stat : 21685 (java) S 21677 21679 20263 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21686] ppid=21677 vsize=1790448 CPUtime=0.19
/proc/21679/task/21686/stat : 21686 (java) S 21677 21679 20263 0 -1 64 464 0 2 0 18 1 0 0 16 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21687] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21687/stat : 21687 (java) S 21677 21679 20263 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21688] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21688/stat : 21688 (java) S 21677 21679 20263 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 1790448

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/86 21886
/proc/meminfo: memFree=1239408/2055920 swapFree=4116868/4192956
[pid=21679] ppid=21677 vsize=1790448 CPUtime=1601.63
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 143224 0 67 0 160089 74 0 0 18 0 9 0 188742821 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 447612 142645 1882 9 0 442197 0
[pid=21679/tid=21681] ppid=21677 vsize=1790448 CPUtime=1595.98
/proc/21679/task/21681/stat : 21681 (java) R 21677 21679 20263 0 -1 64 29160 0 40 0 159569 29 0 0 25 0 9 0 188742826 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126822935 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21679/tid=21682] ppid=21677 vsize=1790448 CPUtime=5.43
/proc/21679/task/21682/stat : 21682 (java) S 21677 21679 20263 0 -1 64 112899 0 0 0 501 42 0 0 16 0 9 0 188742833 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21683] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21683/stat : 21683 (java) S 21677 21679 20263 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21684] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21684/stat : 21684 (java) S 21677 21679 20263 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21685] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21685/stat : 21685 (java) S 21677 21679 20263 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21686] ppid=21677 vsize=1790448 CPUtime=0.19
/proc/21679/task/21686/stat : 21686 (java) S 21677 21679 20263 0 -1 64 464 0 2 0 18 1 0 0 16 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21687] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21687/stat : 21687 (java) S 21677 21679 20263 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21688] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21688/stat : 21688 (java) S 21677 21679 20263 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.63
Current children cumulated vsize (KiB) 1790448

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/86 21886
/proc/meminfo: memFree=1239344/2055920 swapFree=4116868/4192956
[pid=21679] ppid=21677 vsize=1790448 CPUtime=1661.62
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 143224 0 67 0 166087 75 0 0 18 0 9 0 188742821 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 447612 142645 1882 9 0 442197 0
[pid=21679/tid=21681] ppid=21677 vsize=1790448 CPUtime=1655.97
/proc/21679/task/21681/stat : 21681 (java) R 21677 21679 20263 0 -1 64 29160 0 40 0 165567 30 0 0 25 0 9 0 188742826 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126856073 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21679/tid=21682] ppid=21677 vsize=1790448 CPUtime=5.43
/proc/21679/task/21682/stat : 21682 (java) S 21677 21679 20263 0 -1 64 112899 0 0 0 501 42 0 0 16 0 9 0 188742833 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21683] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21683/stat : 21683 (java) S 21677 21679 20263 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21684] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21684/stat : 21684 (java) S 21677 21679 20263 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21685] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21685/stat : 21685 (java) S 21677 21679 20263 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21686] ppid=21677 vsize=1790448 CPUtime=0.19
/proc/21679/task/21686/stat : 21686 (java) S 21677 21679 20263 0 -1 64 464 0 2 0 18 1 0 0 16 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21687] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21687/stat : 21687 (java) S 21677 21679 20263 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21688] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21688/stat : 21688 (java) R 21677 21679 20263 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.62
Current children cumulated vsize (KiB) 1790448

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/86 21886
/proc/meminfo: memFree=1239280/2055920 swapFree=4116868/4192956
[pid=21679] ppid=21677 vsize=1790448 CPUtime=1721.6
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 143224 0 67 0 172085 75 0 0 18 0 9 0 188742821 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 447612 142645 1882 9 0 442197 0
[pid=21679/tid=21681] ppid=21677 vsize=1790448 CPUtime=1715.95
/proc/21679/task/21681/stat : 21681 (java) R 21677 21679 20263 0 -1 64 29160 0 40 0 171565 30 0 0 25 0 9 0 188742826 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126856102 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21679/tid=21682] ppid=21677 vsize=1790448 CPUtime=5.43
/proc/21679/task/21682/stat : 21682 (java) S 21677 21679 20263 0 -1 64 112899 0 0 0 501 42 0 0 16 0 9 0 188742833 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21683] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21683/stat : 21683 (java) S 21677 21679 20263 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21684] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21684/stat : 21684 (java) S 21677 21679 20263 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21685] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21685/stat : 21685 (java) S 21677 21679 20263 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21686] ppid=21677 vsize=1790448 CPUtime=0.19
/proc/21679/task/21686/stat : 21686 (java) S 21677 21679 20263 0 -1 64 464 0 2 0 18 1 0 0 16 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21687] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21687/stat : 21687 (java) S 21677 21679 20263 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21688] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21688/stat : 21688 (java) S 21677 21679 20263 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 1790448

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/86 21886
/proc/meminfo: memFree=1239152/2055920 swapFree=4116868/4192956
[pid=21679] ppid=21677 vsize=1790448 CPUtime=1781.59
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 143224 0 67 0 178083 76 0 0 18 0 9 0 188742821 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 447612 142645 1882 9 0 442197 0
[pid=21679/tid=21681] ppid=21677 vsize=1790448 CPUtime=1775.94
/proc/21679/task/21681/stat : 21681 (java) R 21677 21679 20263 0 -1 64 29160 0 40 0 177563 31 0 0 25 0 9 0 188742826 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126826852 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21679/tid=21682] ppid=21677 vsize=1790448 CPUtime=5.43
/proc/21679/task/21682/stat : 21682 (java) S 21677 21679 20263 0 -1 64 112899 0 0 0 501 42 0 0 16 0 9 0 188742833 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21683] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21683/stat : 21683 (java) S 21677 21679 20263 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21684] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21684/stat : 21684 (java) S 21677 21679 20263 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21685] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21685/stat : 21685 (java) S 21677 21679 20263 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21686] ppid=21677 vsize=1790448 CPUtime=0.19
/proc/21679/task/21686/stat : 21686 (java) S 21677 21679 20263 0 -1 64 464 0 2 0 18 1 0 0 16 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21687] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21687/stat : 21687 (java) S 21677 21679 20263 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21688] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21688/stat : 21688 (java) S 21677 21679 20263 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 1790448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/86 21886
/proc/meminfo: memFree=1239152/2055920 swapFree=4116868/4192956
[pid=21679] ppid=21677 vsize=1790448 CPUtime=1800.08
/proc/21679/stat : 21679 (java) S 21677 21679 20263 0 -1 0 143224 0 67 0 179932 76 0 0 18 0 9 0 188742821 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 447612 142645 1882 9 0 442197 0
[pid=21679/tid=21681] ppid=21677 vsize=1790448 CPUtime=1794.44
/proc/21679/task/21681/stat : 21681 (java) R 21677 21679 20263 0 -1 64 29160 0 40 0 179413 31 0 0 25 0 9 0 188742826 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4126908658 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21679/tid=21682] ppid=21677 vsize=1790448 CPUtime=5.43
/proc/21679/task/21682/stat : 21682 (java) S 21677 21679 20263 0 -1 64 112899 0 0 0 501 42 0 0 16 0 9 0 188742833 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21683] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21683/stat : 21683 (java) S 21677 21679 20263 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21684] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21684/stat : 21684 (java) S 21677 21679 20263 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 188742835 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21685] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21685/stat : 21685 (java) S 21677 21679 20263 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21686] ppid=21677 vsize=1790448 CPUtime=0.19
/proc/21679/task/21686/stat : 21686 (java) S 21677 21679 20263 0 -1 64 464 0 2 0 18 1 0 0 16 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21687] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21687/stat : 21687 (java) S 21677 21679 20263 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 188742841 1833418752 142645 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21679/tid=21688] ppid=21677 vsize=1790448 CPUtime=0
/proc/21679/task/21688/stat : 21688 (java) S 21677 21679 20263 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 188742841 1833418752 142645 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) 1790448

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

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

[startup+1800.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/86 21886
/proc/meminfo: memFree=1239152/2055920 swapFree=4116868/4192956
[pid=21679] ppid=21677 vsize=0 CPUtime=1800.2
/proc/21679/stat : 21679 (java) Z 21677 21679 20263 0 -1 1036 143241 0 67 0 179936 84 0 0 16 0 2 0 188742821 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21679/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1800.92
CPU time (s): 1800.21
CPU user time (s): 1799.36
CPU system time (s): 0.847871
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 1790448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.847871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143241
page faults= 67
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37257
involuntary context switches= 38128

runsolver used 1.72374 second user time and 4.85226 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Apr 24 09:50:53 UTC 2007

IDJOB= 419508
IDBENCH= 47779
IDSOLVER= 155
FILE ID= node17/419508-1177408251

PBS_JOBID= 4675629

Free space on /tmp= 66366 MiB

SOLVER NAME= absconPseudo 102
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/dspam/dspam_dump_vc1104.opb
COMMAND LINE= java -Xms1600M -Xmx1600M  -jar absconPseudo1.jar configuration.xml 1 pseudo /tmp/evaluation/419508-1177408251/instance-419508-1177408251.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node17/convwatcher-419508-1177408251 -o ROOT/results/node17/conversion-419508-1177408251 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/419508-1177408251/instance-419508-1177408251.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= af6648fa1ac31d79961ee160b5e03dc5
MD5SUM BENCH=  50c0a72eee1d7cad57996871248759d1

RANDOM SEED= 66248721

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1825224 kB
Buffers:          2620 kB
Cached:         117156 kB
SwapCached:      34244 kB
Active:         123680 kB
Inactive:        58916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825224 kB
SwapTotal:     4192956 kB
SwapFree:      4116864 kB
Dirty:           34212 kB
Writeback:           0 kB
Mapped:          67800 kB
Slab:            33400 kB
Committed_AS:  7281016 kB
PageTables:       1980 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= 66366 MiB

End job on node17 on Tue Apr 24 10:20:56 UTC 2007