Trace number 2083607

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Concrete 2009-07-14? (exit code) 494.438 495.913

General information on the benchmark

Namecsp/fapp/fapp28/
normalized-fapp28-2800-9.xml
MD5SUM54b400bba60c57784266f5aabcfb5702
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark49.0455
Satisfiable
(Un)Satisfiability was proved
Number of variables2800
Number of constraints22569
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22569
Global constraints used (with number of constraints)

Solver Data

270.65/272.03	c CPU-LOAD 252.06
270.65/272.03	c LOADED 2800 V (998 E), 3695 ExtensionConstraint2D, 11762 PredicateConstraint, arity 2, 252.06 cpu
494.25/495.75	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
494.25/495.75		at java.lang.Long.valueOf(Unknown Source)
494.25/495.75		at concrete.AbstractLauncher.collectStatistics(AbstractLauncher.java:435)
494.25/495.75		at concrete.AbstractLauncher.solve(AbstractLauncher.java:406)
494.25/495.75		at concrete.Concrete.solve(Concrete.java:187)
494.25/495.75		at concrete.Concrete.run(Concrete.java:112)
494.25/495.75		at concrete.Concrete.main(Concrete.java:105)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083607-1247723382/watcher-2083607-1247723382 -o /tmp/evaluation-result-2083607-1247723382/solver-2083607-1247723382 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2083607-1247723382.xml 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.12 2.06 4/81 12814
/proc/meminfo: memFree=1472864/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=18576 CPUtime=0
/proc/12814/stat : 12814 (runsolver) R 12812 12814 12777 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 59401019 19021824 284 996147200 4194304 4302564 548682068512 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12814/statm: 4644 284 249 26 0 2626 0

[startup+0.0359569 s]
/proc/loadavg: 2.08 2.12 2.06 4/81 12814
/proc/meminfo: memFree=1472864/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102587 s]
/proc/loadavg: 2.08 2.12 2.06 4/81 12814
/proc/meminfo: memFree=1472864/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302612 s]
/proc/loadavg: 2.08 2.12 2.06 4/81 12814
/proc/meminfo: memFree=1472864/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702656 s]
/proc/loadavg: 2.08 2.12 2.06 4/81 12814
/proc/meminfo: memFree=1472864/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50275 s]
/proc/loadavg: 2.08 2.12 2.06 3/91 12827
/proc/meminfo: memFree=1457352/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
[pid=12819] ppid=12814 vsize=847604 CPUtime=1.47
/proc/12819/stat : 12819 (java) S 12814 12814 12777 0 -1 0 8071 0 1 0 141 6 0 0 18 0 9 0 59401020 867946496 7129 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12819/statm: 211901 7129 2624 9 0 206379 0
[pid=12819/tid=12820] ppid=12814 vsize=847604 CPUtime=0.96
/proc/12819/task/12820/stat : 12820 (java) R 12814 12814 12777 0 -1 64 3891 0 1 0 93 3 0 0 21 0 9 0 59401021 867946496 7129 996147200 134512640 134550932 4294955408 18446744073709551615 4126532838 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12821] ppid=12814 vsize=847604 CPUtime=0.14
/proc/12819/task/12821/stat : 12821 (java) S 12814 12814 12777 0 -1 64 2122 0 0 0 14 0 0 0 16 0 9 0 59401022 867946496 7129 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12822] ppid=12814 vsize=847604 CPUtime=0
/proc/12819/task/12822/stat : 12822 (java) S 12814 12814 12777 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59401023 867946496 7129 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12823] ppid=12814 vsize=847604 CPUtime=0
/proc/12819/task/12823/stat : 12823 (java) S 12814 12814 12777 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59401023 867946496 7129 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12824] ppid=12814 vsize=847604 CPUtime=0
/proc/12819/task/12824/stat : 12824 (java) S 12814 12814 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59401025 867946496 7129 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12825] ppid=12814 vsize=847604 CPUtime=0.34
/proc/12819/task/12825/stat : 12825 (java) S 12814 12814 12777 0 -1 64 1361 0 0 0 33 1 0 0 15 0 9 0 59401029 867946496 7129 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12826] ppid=12814 vsize=847604 CPUtime=0
/proc/12819/task/12826/stat : 12826 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59401029 867946496 7129 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12827] ppid=12814 vsize=847604 CPUtime=0
/proc/12819/task/12827/stat : 12827 (java) R 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59401029 867946496 7129 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 852960

[startup+3.10194 s]
/proc/loadavg: 2.08 2.12 2.06 3/91 12827
/proc/meminfo: memFree=1451080/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
[pid=12819] ppid=12814 vsize=847604 CPUtime=3.05
/proc/12819/stat : 12819 (java) S 12814 12814 12777 0 -1 0 9418 0 1 0 299 6 0 0 18 0 9 0 59401020 867946496 8450 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12819/statm: 211901 8450 2625 9 0 206379 0
[pid=12819/tid=12820] ppid=12814 vsize=847604 CPUtime=2.39
/proc/12819/task/12820/stat : 12820 (java) R 12814 12814 12777 0 -1 64 3917 0 1 0 236 3 0 0 25 0 9 0 59401021 867946496 8450 996147200 134512640 134550932 4294955408 18446744073709551615 4126613624 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12821] ppid=12814 vsize=847604 CPUtime=0.28
/proc/12819/task/12821/stat : 12821 (java) S 12814 12814 12777 0 -1 64 3442 0 0 0 28 0 0 0 16 0 9 0 59401022 867946496 8450 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12822] ppid=12814 vsize=847604 CPUtime=0
/proc/12819/task/12822/stat : 12822 (java) S 12814 12814 12777 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59401023 867946496 8450 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12823] ppid=12814 vsize=847604 CPUtime=0
/proc/12819/task/12823/stat : 12823 (java) S 12814 12814 12777 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59401023 867946496 8450 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12824] ppid=12814 vsize=847604 CPUtime=0
/proc/12819/task/12824/stat : 12824 (java) S 12814 12814 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59401025 867946496 8450 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12825] ppid=12814 vsize=847604 CPUtime=0.34
/proc/12819/task/12825/stat : 12825 (java) S 12814 12814 12777 0 -1 64 1362 0 0 0 33 1 0 0 15 0 9 0 59401029 867946496 8450 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12826] ppid=12814 vsize=847604 CPUtime=0
/proc/12819/task/12826/stat : 12826 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59401029 867946496 8450 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12827] ppid=12814 vsize=847604 CPUtime=0
/proc/12819/task/12827/stat : 12827 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59401029 867946496 8450 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 852960

[startup+6.30231 s]
/proc/loadavg: 2.07 2.11 2.06 3/91 12827
/proc/meminfo: memFree=1441224/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
[pid=12819] ppid=12814 vsize=847652 CPUtime=6.22
/proc/12819/stat : 12819 (java) S 12814 12814 12777 0 -1 0 11004 0 1 0 615 7 0 0 18 0 9 0 59401020 867995648 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12819/statm: 211913 10000 2625 9 0 206391 0
[pid=12819/tid=12820] ppid=12814 vsize=847652 CPUtime=5.38
/proc/12819/task/12820/stat : 12820 (java) R 12814 12814 12777 0 -1 64 3987 0 1 0 534 4 0 0 25 0 9 0 59401021 867995648 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4126511204 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12821] ppid=12814 vsize=847652 CPUtime=0.48
/proc/12819/task/12821/stat : 12821 (java) S 12814 12814 12777 0 -1 64 4958 0 0 0 47 1 0 0 16 0 9 0 59401022 867995648 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12822] ppid=12814 vsize=847652 CPUtime=0
/proc/12819/task/12822/stat : 12822 (java) S 12814 12814 12777 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59401023 867995648 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12823] ppid=12814 vsize=847652 CPUtime=0
/proc/12819/task/12823/stat : 12823 (java) S 12814 12814 12777 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59401023 867995648 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12824] ppid=12814 vsize=847652 CPUtime=0
/proc/12819/task/12824/stat : 12824 (java) S 12814 12814 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59401025 867995648 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12825] ppid=12814 vsize=847652 CPUtime=0.34
/proc/12819/task/12825/stat : 12825 (java) S 12814 12814 12777 0 -1 64 1362 0 0 0 33 1 0 0 15 0 9 0 59401029 867995648 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12826] ppid=12814 vsize=847652 CPUtime=0
/proc/12819/task/12826/stat : 12826 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59401029 867995648 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12827] ppid=12814 vsize=847652 CPUtime=0
/proc/12819/task/12827/stat : 12827 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59401029 867995648 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 853008

[startup+12.7011 s]
/proc/loadavg: 2.07 2.11 2.06 3/92 12828
/proc/meminfo: memFree=1420992/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
[pid=12819] ppid=12814 vsize=847652 CPUtime=12.56
/proc/12819/stat : 12819 (java) S 12814 12814 12777 0 -1 0 13049 0 1 0 1247 9 0 0 18 0 9 0 59401020 867995648 11388 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12819/statm: 211913 11388 2626 9 0 206391 0
[pid=12819/tid=12820] ppid=12814 vsize=847652 CPUtime=11.44
/proc/12819/task/12820/stat : 12820 (java) R 12814 12814 12777 0 -1 64 4130 0 1 0 1140 4 0 0 25 0 9 0 59401021 867995648 11388 996147200 134512640 134550932 4294955408 18446744073709551615 4126508041 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12821] ppid=12814 vsize=847652 CPUtime=0.74
/proc/12819/task/12821/stat : 12821 (java) S 12814 12814 12777 0 -1 64 6860 0 0 0 72 2 0 0 16 0 9 0 59401022 867995648 11388 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12822] ppid=12814 vsize=847652 CPUtime=0
/proc/12819/task/12822/stat : 12822 (java) S 12814 12814 12777 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59401023 867995648 11388 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12823] ppid=12814 vsize=847652 CPUtime=0
/proc/12819/task/12823/stat : 12823 (java) S 12814 12814 12777 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59401023 867995648 11388 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12824] ppid=12814 vsize=847652 CPUtime=0
/proc/12819/task/12824/stat : 12824 (java) S 12814 12814 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59401025 867995648 11388 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12825] ppid=12814 vsize=847652 CPUtime=0.34
/proc/12819/task/12825/stat : 12825 (java) S 12814 12814 12777 0 -1 64 1362 0 0 0 33 1 0 0 16 0 9 0 59401029 867995648 11388 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12826] ppid=12814 vsize=847652 CPUtime=0
/proc/12819/task/12826/stat : 12826 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59401029 867995648 11388 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12827] ppid=12814 vsize=847652 CPUtime=0
/proc/12819/task/12827/stat : 12827 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59401029 867995648 11388 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 853008

[startup+25.5026 s]
/proc/loadavg: 2.05 2.11 2.06 3/93 12829
/proc/meminfo: memFree=1379512/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
[pid=12819] ppid=12814 vsize=848680 CPUtime=25.23
/proc/12819/stat : 12819 (java) S 12814 12814 12777 0 -1 0 20491 0 1 0 2510 13 0 0 18 0 10 0 59401020 869048320 18435 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12819/statm: 212170 18435 2626 9 0 206648 0
[pid=12819/tid=12820] ppid=12814 vsize=848680 CPUtime=23.62
/proc/12819/task/12820/stat : 12820 (java) R 12814 12814 12777 0 -1 64 4427 0 1 0 2357 5 0 0 25 0 10 0 59401021 869048320 18435 996147200 134512640 134550932 4294955408 18446744073709551615 4126508041 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12821] ppid=12814 vsize=848680 CPUtime=1.22
/proc/12819/task/12821/stat : 12821 (java) S 12814 12814 12777 0 -1 64 13989 0 0 0 116 6 0 0 16 0 10 0 59401022 869048320 18435 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12822] ppid=12814 vsize=848680 CPUtime=0
/proc/12819/task/12822/stat : 12822 (java) S 12814 12814 12777 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59401023 869048320 18435 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12823] ppid=12814 vsize=848680 CPUtime=0
/proc/12819/task/12823/stat : 12823 (java) S 12814 12814 12777 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59401023 869048320 18435 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12824] ppid=12814 vsize=848680 CPUtime=0
/proc/12819/task/12824/stat : 12824 (java) S 12814 12814 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59401025 869048320 18435 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12825] ppid=12814 vsize=848680 CPUtime=0.36
/proc/12819/task/12825/stat : 12825 (java) S 12814 12814 12777 0 -1 64 1374 0 0 0 35 1 0 0 16 0 10 0 59401029 869048320 18435 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12826] ppid=12814 vsize=848680 CPUtime=0
/proc/12819/task/12826/stat : 12826 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59401029 869048320 18435 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12827] ppid=12814 vsize=848680 CPUtime=0
/proc/12819/task/12827/stat : 12827 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59401029 869048320 18435 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12829] ppid=12814 vsize=848680 CPUtime=0
/proc/12819/task/12829/stat : 12829 (java) S 12814 12814 12777 0 -1 64 4 0 0 0 0 0 0 0 25 0 10 0 59403055 869048320 18435 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 854036

[startup+51.1026 s]
/proc/loadavg: 2.03 2.10 2.06 3/93 12829
/proc/meminfo: memFree=1285432/2055920 swapFree=4192812/4192956

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

[pid=12819/tid=12820] ppid=12814 vsize=851196 CPUtime=366.57
/proc/12819/task/12820/stat : 12820 (java) S 12814 12814 12777 0 -1 64 12185 0 1 0 36611 46 0 0 17 0 9 0 59401021 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12821] ppid=12814 vsize=851196 CPUtime=99.2
/proc/12819/task/12821/stat : 12821 (java) R 12814 12814 12777 0 -1 64 179819 0 0 0 9843 77 0 0 25 0 9 0 59401022 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 104189893 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12822] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12822/stat : 12822 (java) S 12814 12814 12777 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59401023 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12823] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12823/stat : 12823 (java) S 12814 12814 12777 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 59401023 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12824] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12824/stat : 12824 (java) S 12814 12814 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59401025 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12825] ppid=12814 vsize=851196 CPUtime=6.26
/proc/12819/task/12825/stat : 12825 (java) S 12814 12814 12777 0 -1 64 3859 0 0 0 612 14 0 0 17 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12826] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12826/stat : 12826 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12827] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12827/stat : 12827 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 472.06
Current children cumulated vsize (KiB) 856552

[startup+486.303 s]
/proc/loadavg: 2.55 2.31 2.15 3/82 12907
/proc/meminfo: memFree=588352/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
[pid=12819] ppid=12814 vsize=851196 CPUtime=484.86
/proc/12819/stat : 12819 (java) S 12814 12814 12777 0 -1 0 196576 0 1 0 48346 140 0 0 18 0 9 0 59401020 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12819/statm: 212799 193739 2634 9 0 207277 0
[pid=12819/tid=12820] ppid=12814 vsize=851196 CPUtime=366.57
/proc/12819/task/12820/stat : 12820 (java) S 12814 12814 12777 0 -1 64 12189 0 1 0 36611 46 0 0 17 0 9 0 59401021 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12821] ppid=12814 vsize=851196 CPUtime=112
/proc/12819/task/12821/stat : 12821 (java) R 12814 12814 12777 0 -1 64 179819 0 0 0 11122 78 0 0 25 0 9 0 59401022 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 103830992 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12822] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12822/stat : 12822 (java) S 12814 12814 12777 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59401023 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12823] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12823/stat : 12823 (java) S 12814 12814 12777 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 59401023 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12824] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12824/stat : 12824 (java) S 12814 12814 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59401025 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12825] ppid=12814 vsize=851196 CPUtime=6.26
/proc/12819/task/12825/stat : 12825 (java) S 12814 12814 12777 0 -1 64 3859 0 0 0 612 14 0 0 17 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12826] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12826/stat : 12826 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12827] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12827/stat : 12827 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 484.86
Current children cumulated vsize (KiB) 856552

[startup+492.702 s]
/proc/loadavg: 2.50 2.30 2.15 3/82 12907
/proc/meminfo: memFree=582464/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
[pid=12819] ppid=12814 vsize=851196 CPUtime=491.26
/proc/12819/stat : 12819 (java) S 12814 12814 12777 0 -1 0 196578 0 1 0 48986 140 0 0 18 0 9 0 59401020 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12819/statm: 212799 193739 2634 9 0 207277 0
[pid=12819/tid=12820] ppid=12814 vsize=851196 CPUtime=366.57
/proc/12819/task/12820/stat : 12820 (java) S 12814 12814 12777 0 -1 64 12191 0 1 0 36611 46 0 0 17 0 9 0 59401021 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12821] ppid=12814 vsize=851196 CPUtime=118.4
/proc/12819/task/12821/stat : 12821 (java) R 12814 12814 12777 0 -1 64 179819 0 0 0 11762 78 0 0 25 0 9 0 59401022 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 102768021 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12822] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12822/stat : 12822 (java) S 12814 12814 12777 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59401023 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12823] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12823/stat : 12823 (java) S 12814 12814 12777 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 59401023 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12824] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12824/stat : 12824 (java) S 12814 12814 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59401025 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12825] ppid=12814 vsize=851196 CPUtime=6.26
/proc/12819/task/12825/stat : 12825 (java) S 12814 12814 12777 0 -1 64 3859 0 0 0 612 14 0 0 17 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12826] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12826/stat : 12826 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12827] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12827/stat : 12827 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 491.26
Current children cumulated vsize (KiB) 856552

[startup+494.303 s]
/proc/loadavg: 2.50 2.30 2.15 3/82 12907
/proc/meminfo: memFree=581504/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
[pid=12819] ppid=12814 vsize=851196 CPUtime=492.85
/proc/12819/stat : 12819 (java) S 12814 12814 12777 0 -1 0 196579 0 1 0 49145 140 0 0 18 0 9 0 59401020 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12819/statm: 212799 193739 2634 9 0 207277 0
[pid=12819/tid=12820] ppid=12814 vsize=851196 CPUtime=366.57
/proc/12819/task/12820/stat : 12820 (java) S 12814 12814 12777 0 -1 64 12192 0 1 0 36611 46 0 0 17 0 9 0 59401021 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12821] ppid=12814 vsize=851196 CPUtime=119.99
/proc/12819/task/12821/stat : 12821 (java) R 12814 12814 12777 0 -1 64 179819 0 0 0 11921 78 0 0 25 0 9 0 59401022 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 104189914 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12822] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12822/stat : 12822 (java) S 12814 12814 12777 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59401023 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12823] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12823/stat : 12823 (java) S 12814 12814 12777 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 59401023 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12824] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12824/stat : 12824 (java) S 12814 12814 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59401025 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12825] ppid=12814 vsize=851196 CPUtime=6.26
/proc/12819/task/12825/stat : 12825 (java) S 12814 12814 12777 0 -1 64 3859 0 0 0 612 14 0 0 17 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12826] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12826/stat : 12826 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12827] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12827/stat : 12827 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 492.85
Current children cumulated vsize (KiB) 856552

[startup+495.103 s]
/proc/loadavg: 2.46 2.30 2.14 3/82 12907
/proc/meminfo: memFree=580480/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
[pid=12819] ppid=12814 vsize=851196 CPUtime=493.65
/proc/12819/stat : 12819 (java) S 12814 12814 12777 0 -1 0 196579 0 1 0 49225 140 0 0 18 0 9 0 59401020 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12819/statm: 212799 193739 2634 9 0 207277 0
[pid=12819/tid=12820] ppid=12814 vsize=851196 CPUtime=366.57
/proc/12819/task/12820/stat : 12820 (java) S 12814 12814 12777 0 -1 64 12192 0 1 0 36611 46 0 0 17 0 9 0 59401021 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12821] ppid=12814 vsize=851196 CPUtime=120.79
/proc/12819/task/12821/stat : 12821 (java) R 12814 12814 12777 0 -1 64 179819 0 0 0 12001 78 0 0 25 0 9 0 59401022 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 104190892 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12822] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12822/stat : 12822 (java) S 12814 12814 12777 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59401023 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12823] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12823/stat : 12823 (java) S 12814 12814 12777 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 59401023 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12824] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12824/stat : 12824 (java) S 12814 12814 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59401025 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12825] ppid=12814 vsize=851196 CPUtime=6.26
/proc/12819/task/12825/stat : 12825 (java) S 12814 12814 12777 0 -1 64 3859 0 0 0 612 14 0 0 17 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12826] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12826/stat : 12826 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12827] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12827/stat : 12827 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 493.65
Current children cumulated vsize (KiB) 856552

[startup+495.503 s]
/proc/loadavg: 2.46 2.30 2.14 3/82 12907
/proc/meminfo: memFree=580480/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
[pid=12819] ppid=12814 vsize=851196 CPUtime=494.05
/proc/12819/stat : 12819 (java) S 12814 12814 12777 0 -1 0 196579 0 1 0 49265 140 0 0 18 0 9 0 59401020 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12819/statm: 212799 193739 2634 9 0 207277 0
[pid=12819/tid=12820] ppid=12814 vsize=851196 CPUtime=366.57
/proc/12819/task/12820/stat : 12820 (java) S 12814 12814 12777 0 -1 64 12192 0 1 0 36611 46 0 0 17 0 9 0 59401021 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12821] ppid=12814 vsize=851196 CPUtime=121.19
/proc/12819/task/12821/stat : 12821 (java) R 12814 12814 12777 0 -1 64 179819 0 0 0 12041 78 0 0 25 0 9 0 59401022 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12822] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12822/stat : 12822 (java) S 12814 12814 12777 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59401023 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12823] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12823/stat : 12823 (java) S 12814 12814 12777 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 59401023 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12824] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12824/stat : 12824 (java) S 12814 12814 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59401025 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12825] ppid=12814 vsize=851196 CPUtime=6.26
/proc/12819/task/12825/stat : 12825 (java) S 12814 12814 12777 0 -1 64 3859 0 0 0 612 14 0 0 17 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12819/tid=12826] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12826/stat : 12826 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12819/tid=12827] ppid=12814 vsize=851196 CPUtime=0
/proc/12819/task/12827/stat : 12827 (java) S 12814 12814 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59401029 871624704 193739 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 494.05
Current children cumulated vsize (KiB) 856552

[startup+495.903 s]
/proc/loadavg: 2.46 2.30 2.14 3/82 12907
/proc/meminfo: memFree=580480/2055920 swapFree=4192812/4192956
[pid=12814] ppid=12812 vsize=5356 CPUtime=0
/proc/12814/stat : 12814 (concrete.sh) S 12812 12814 12777 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 59401019 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12814/statm: 1339 244 201 169 0 50 0
[pid=12819] ppid=12814 vsize=0 CPUtime=494.41
/proc/12819/stat : 12819 (java) Z 12814 12814 12777 0 -1 12 196587 0 1 0 49291 150 0 0 16 0 2 0 59401020 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/12819/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 494.41
Current children cumulated vsize (KiB) 5356

Child status: 1
Real time (s): 495.913
CPU time (s): 494.438
CPU user time (s): 492.915
CPU system time (s): 1.52277
CPU usage (%): 99.7026
Max. virtual memory (cumulated for all children) (KiB): 856552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 492.915
system time used= 1.52277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197229
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37800
involuntary context switches= 41913

runsolver used 0.558915 second user time and 1.76673 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-16 07:49:42
IDJOB=2083607
IDBENCH=57871
IDSOLVER=735
FILE ID=node66/2083607-1247723382
PBS_JOBID= 9521492
Free space on /tmp= 66252 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/fapp/fapp28/normalized-fapp28-2800-9.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083607-1247723382/watcher-2083607-1247723382 -o /tmp/evaluation-result-2083607-1247723382/solver-2083607-1247723382 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2083607-1247723382.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 54b400bba60c57784266f5aabcfb5702
RANDOM SEED=804769322

node66.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.214
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.214
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:       1473344 kB
Buffers:         72656 kB
Cached:         374512 kB
SwapCached:          0 kB
Active:          99356 kB
Inactive:       403896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9644 kB
Writeback:           0 kB
Mapped:          76536 kB
Slab:            64460 kB
Committed_AS:   554312 kB
PageTables:       1876 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= 66244 MiB
End job on node66 at 2009-07-16 07:57:58