Trace number 2075621

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) 1620.76 1632.3

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-03-16.xml
MD5SUMdf9481f3cfdafddde2762be913d8464a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.06808
Satisfiable
(Un)Satisfiability was proved
Number of variables14930
Number of constraints87036
Maximum constraint arity19
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension87036
Global constraints used (with number of constraints)

Solver Data

512.39/517.32	c [ 516.924] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
515.66/520.66	c CPU-LOAD 486.04
515.66/520.66	c LOADED 14930 V (16 E), 81046 PredicateConstraint, arity 19, 486.04 cpu
1617.58/1629.02	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1617.58/1629.02		at java.util.jar.Manifest$FastInputStream.<init>(Unknown Source)
1617.58/1629.02		at java.util.jar.Manifest$FastInputStream.<init>(Unknown Source)
1617.58/1629.02		at java.util.jar.Manifest.read(Unknown Source)
1617.58/1629.02		at java.util.jar.Manifest.<init>(Unknown Source)
1617.58/1629.02		at java.util.jar.JarFile.getManifestFromReference(Unknown Source)
1617.58/1629.02		at java.util.jar.JarFile.getManifest(Unknown Source)
1617.58/1629.02		at sun.misc.URLClassPath$JarLoader$2.getManifest(Unknown Source)
1617.58/1629.02		at java.net.URLClassLoader.defineClass(Unknown Source)
1620.67/1632.18		at java.net.URLClassLoader.access$000(Unknown Source)
1620.67/1632.18		at java.net.URLClassLoader$1.run(Unknown Source)
1620.67/1632.18		at java.security.AccessController.doPrivileged(Native Method)
1620.67/1632.18		at java.net.URLClassLoader.findClass(Unknown Source)
1620.67/1632.18		at java.lang.ClassLoader.loadClass(Unknown Source)
1620.67/1632.18		at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
1620.67/1632.18		at java.lang.ClassLoader.loadClass(Unknown Source)
1620.67/1632.18		at java.lang.ClassLoader.loadClassInternal(Unknown Source)
1620.67/1632.18		at concrete.AbstractLauncher.solve(AbstractLauncher.java:403)
1620.67/1632.18		at concrete.Concrete.solve(Concrete.java:187)
1620.67/1632.18		at concrete.Concrete.run(Concrete.java:112)
1620.67/1632.18		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-2075621-1247713579/watcher-2075621-1247713579 -o /tmp/evaluation-result-2075621-1247713579/solver-2075621-1247713579 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2075621-1247713579.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: 1.99 2.00 2.00 4/72 17659
/proc/meminfo: memFree=1649008/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=18576 CPUtime=0
/proc/17659/stat : 17659 (runsolver) R 17657 17659 16577 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 58425534 19021824 284 996147200 4194304 4302564 548682068512 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17659/statm: 4644 284 249 26 0 2626 0

[startup+0.0391259 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 17659
/proc/meminfo: memFree=1649008/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101638 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 17659
/proc/meminfo: memFree=1649008/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302675 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 17659
/proc/meminfo: memFree=1649008/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701735 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 17659
/proc/meminfo: memFree=1649008/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50186 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 17672
/proc/meminfo: memFree=1632544/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 244 201 169 0 50 0
[pid=17664] ppid=17659 vsize=847800 CPUtime=1.46
/proc/17664/stat : 17664 (java) S 17659 17659 16577 0 -1 0 8390 0 1 0 140 6 0 0 18 0 9 0 58425535 868147200 7255 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17664/statm: 211950 7255 2625 9 0 206428 0
[pid=17664/tid=17665] ppid=17659 vsize=847800 CPUtime=0.89
/proc/17664/task/17665/stat : 17665 (java) R 17659 17659 16577 0 -1 64 3926 0 1 0 86 3 0 0 20 0 9 0 58425536 868147200 7255 996147200 134512640 134550932 4294955408 18446744073709551615 4125998289 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17666] ppid=17659 vsize=847800 CPUtime=0.11
/proc/17664/task/17666/stat : 17666 (java) S 17659 17659 16577 0 -1 64 2142 0 0 0 10 1 0 0 16 0 9 0 58425538 868147200 7255 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17667] ppid=17659 vsize=847800 CPUtime=0
/proc/17664/task/17667/stat : 17667 (java) S 17659 17659 16577 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58425538 868147200 7255 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17668] ppid=17659 vsize=847800 CPUtime=0
/proc/17664/task/17668/stat : 17668 (java) S 17659 17659 16577 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58425538 868147200 7255 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17669] ppid=17659 vsize=847800 CPUtime=0
/proc/17664/task/17669/stat : 17669 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58425540 868147200 7255 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17670] ppid=17659 vsize=847800 CPUtime=0.43
/proc/17664/task/17670/stat : 17670 (java) S 17659 17659 16577 0 -1 64 1623 0 0 0 42 1 0 0 16 0 9 0 58425544 868147200 7255 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17671] ppid=17659 vsize=847800 CPUtime=0
/proc/17664/task/17671/stat : 17671 (java) S 17659 17659 16577 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58425544 868147200 7255 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17672] ppid=17659 vsize=847800 CPUtime=0
/proc/17664/task/17672/stat : 17672 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58425544 868147200 7255 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 853156

[startup+3.10212 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 17672
/proc/meminfo: memFree=1628448/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 244 201 169 0 50 0
[pid=17664] ppid=17659 vsize=847816 CPUtime=3.04
/proc/17664/stat : 17664 (java) S 17659 17659 16577 0 -1 0 9235 0 1 0 296 8 0 0 18 0 9 0 58425535 868163584 8020 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17664/statm: 211954 8020 2625 9 0 206432 0
[pid=17664/tid=17665] ppid=17659 vsize=847816 CPUtime=2.35
/proc/17664/task/17665/stat : 17665 (java) R 17659 17659 16577 0 -1 64 3943 0 1 0 231 4 0 0 25 0 9 0 58425536 868163584 8020 996147200 134512640 134550932 4294955408 18446744073709551615 4126848933 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17666] ppid=17659 vsize=847816 CPUtime=0.22
/proc/17664/task/17666/stat : 17666 (java) S 17659 17659 16577 0 -1 64 2967 0 0 0 21 1 0 0 16 0 9 0 58425538 868163584 8020 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17667] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17667/stat : 17667 (java) S 17659 17659 16577 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58425538 868163584 8020 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17668] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17668/stat : 17668 (java) S 17659 17659 16577 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58425538 868163584 8020 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17669] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17669/stat : 17669 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58425540 868163584 8020 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17670] ppid=17659 vsize=847816 CPUtime=0.44
/proc/17664/task/17670/stat : 17670 (java) S 17659 17659 16577 0 -1 64 1626 0 0 0 43 1 0 0 16 0 9 0 58425544 868163584 8020 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17671] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17671/stat : 17671 (java) S 17659 17659 16577 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58425544 868163584 8020 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17672] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17672/stat : 17672 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58425544 868163584 8020 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 853172

[startup+6.30164 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 17672
/proc/meminfo: memFree=1623776/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 244 201 169 0 50 0
[pid=17664] ppid=17659 vsize=847816 CPUtime=6.21
/proc/17664/stat : 17664 (java) S 17659 17659 16577 0 -1 0 10694 0 1 0 612 9 0 0 18 0 9 0 58425535 868163584 8823 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17664/statm: 211954 8823 2626 9 0 206432 0
[pid=17664/tid=17665] ppid=17659 vsize=847816 CPUtime=5.36
/proc/17664/task/17665/stat : 17665 (java) R 17659 17659 16577 0 -1 64 3989 0 1 0 532 4 0 0 25 0 9 0 58425536 868163584 8823 996147200 134512640 134550932 4294955408 18446744073709551615 4126310048 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17666] ppid=17659 vsize=847816 CPUtime=0.37
/proc/17664/task/17666/stat : 17666 (java) S 17659 17659 16577 0 -1 64 4380 0 0 0 35 2 0 0 16 0 9 0 58425538 868163584 8823 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17667] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17667/stat : 17667 (java) S 17659 17659 16577 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58425538 868163584 8823 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17668] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17668/stat : 17668 (java) S 17659 17659 16577 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58425538 868163584 8823 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17669] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17669/stat : 17669 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58425540 868163584 8823 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17670] ppid=17659 vsize=847816 CPUtime=0.44
/proc/17664/task/17670/stat : 17670 (java) S 17659 17659 16577 0 -1 64 1626 0 0 0 43 1 0 0 16 0 9 0 58425544 868163584 8823 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17671] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17671/stat : 17671 (java) S 17659 17659 16577 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58425544 868163584 8823 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17672] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17672/stat : 17672 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58425544 868163584 8823 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 853172

[startup+12.7027 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 17672
/proc/meminfo: memFree=1619552/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 244 201 169 0 50 0
[pid=17664] ppid=17659 vsize=847816 CPUtime=12.55
/proc/17664/stat : 17664 (java) S 17659 17659 16577 0 -1 0 11556 0 1 0 1245 10 0 0 18 0 9 0 58425535 868163584 9674 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17664/statm: 211954 9674 2626 9 0 206432 0
[pid=17664/tid=17665] ppid=17659 vsize=847816 CPUtime=11.65
/proc/17664/task/17665/stat : 17665 (java) R 17659 17659 16577 0 -1 64 4000 0 1 0 1161 4 0 0 25 0 9 0 58425536 868163584 9674 996147200 134512640 134550932 4294955408 18446744073709551615 4126840521 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17666] ppid=17659 vsize=847816 CPUtime=0.43
/proc/17664/task/17666/stat : 17666 (java) S 17659 17659 16577 0 -1 64 5231 0 0 0 40 3 0 0 16 0 9 0 58425538 868163584 9674 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17667] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17667/stat : 17667 (java) S 17659 17659 16577 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58425538 868163584 9674 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17668] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17668/stat : 17668 (java) S 17659 17659 16577 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58425538 868163584 9674 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17669] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17669/stat : 17669 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58425540 868163584 9674 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17670] ppid=17659 vsize=847816 CPUtime=0.44
/proc/17664/task/17670/stat : 17670 (java) S 17659 17659 16577 0 -1 64 1626 0 0 0 43 1 0 0 16 0 9 0 58425544 868163584 9674 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17671] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17671/stat : 17671 (java) S 17659 17659 16577 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58425544 868163584 9674 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17672] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17672/stat : 17672 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58425544 868163584 9674 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 853172

[startup+25.5027 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 17672
/proc/meminfo: memFree=1611232/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 244 201 169 0 50 0
[pid=17664] ppid=17659 vsize=847816 CPUtime=25.23
/proc/17664/stat : 17664 (java) S 17659 17659 16577 0 -1 0 14102 0 1 0 2512 11 0 0 18 0 9 0 58425535 868163584 11557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17664/statm: 211954 11557 2626 9 0 206432 0
[pid=17664/tid=17665] ppid=17659 vsize=847816 CPUtime=24.1
/proc/17664/task/17665/stat : 17665 (java) R 17659 17659 16577 0 -1 64 4133 0 1 0 2405 5 0 0 25 0 9 0 58425536 868163584 11557 996147200 134512640 134550932 4294955408 18446744073709551615 4125182128 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17666] ppid=17659 vsize=847816 CPUtime=0.66
/proc/17664/task/17666/stat : 17666 (java) S 17659 17659 16577 0 -1 64 7644 0 0 0 63 3 0 0 17 0 9 0 58425538 868163584 11557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17667] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17667/stat : 17667 (java) S 17659 17659 16577 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58425538 868163584 11557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17668] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17668/stat : 17668 (java) S 17659 17659 16577 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58425538 868163584 11557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17669] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17669/stat : 17669 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58425540 868163584 11557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17670] ppid=17659 vsize=847816 CPUtime=0.44
/proc/17664/task/17670/stat : 17670 (java) S 17659 17659 16577 0 -1 64 1626 0 0 0 43 1 0 0 16 0 9 0 58425544 868163584 11557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17671] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17671/stat : 17671 (java) S 17659 17659 16577 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58425544 868163584 11557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17672] ppid=17659 vsize=847816 CPUtime=0
/proc/17664/task/17672/stat : 17672 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58425544 868163584 11557 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) 853172

[startup+51.1029 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 17672
/proc/meminfo: memFree=1600992/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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


[startup+1625.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 17707
/proc/meminfo: memFree=917904/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 244 201 169 0 50 0
[pid=17664] ppid=17659 vsize=851188 CPUtime=1614.08
/proc/17664/stat : 17664 (java) S 17659 17659 16577 0 -1 0 227096 0 1 0 161294 114 0 0 18 0 9 0 58425535 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17664/statm: 212797 191395 2638 9 0 207275 0
[pid=17664/tid=17665] ppid=17659 vsize=851188 CPUtime=728.32
/proc/17664/task/17665/stat : 17665 (java) S 17659 17659 16577 0 -1 64 10150 0 1 0 72814 18 0 0 17 0 9 0 58425536 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17664/tid=17666] ppid=17659 vsize=851188 CPUtime=884.59
/proc/17664/task/17666/stat : 17666 (java) R 17659 17659 16577 0 -1 64 213462 0 0 0 88368 91 0 0 25 0 9 0 58425538 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 104190752 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17664/tid=17667] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17667/stat : 17667 (java) S 17659 17659 16577 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58425538 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17668] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17668/stat : 17668 (java) S 17659 17659 16577 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58425538 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17669] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17669/stat : 17669 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58425540 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17670] ppid=17659 vsize=851188 CPUtime=1.14
/proc/17664/task/17670/stat : 17670 (java) S 17659 17659 16577 0 -1 64 2775 0 0 0 111 3 0 0 15 0 9 0 58425544 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17671] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17671/stat : 17671 (java) S 17659 17659 16577 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58425544 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17672] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17672/stat : 17672 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58425544 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.08
Current children cumulated vsize (KiB) 856544

[startup+1628.7 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 17707
/proc/meminfo: memFree=917904/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 244 201 169 0 50 0
[pid=17664] ppid=17659 vsize=851188 CPUtime=1617.28
/proc/17664/stat : 17664 (java) S 17659 17659 16577 0 -1 0 227096 0 1 0 161614 114 0 0 18 0 9 0 58425535 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17664/statm: 212797 191395 2638 9 0 207275 0
[pid=17664/tid=17665] ppid=17659 vsize=851188 CPUtime=728.32
/proc/17664/task/17665/stat : 17665 (java) S 17659 17659 16577 0 -1 64 10150 0 1 0 72814 18 0 0 17 0 9 0 58425536 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17664/tid=17666] ppid=17659 vsize=851188 CPUtime=887.79
/proc/17664/task/17666/stat : 17666 (java) R 17659 17659 16577 0 -1 64 213462 0 0 0 88688 91 0 0 25 0 9 0 58425538 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 104190755 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17664/tid=17667] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17667/stat : 17667 (java) S 17659 17659 16577 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58425538 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17668] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17668/stat : 17668 (java) S 17659 17659 16577 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58425538 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17669] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17669/stat : 17669 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58425540 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17670] ppid=17659 vsize=851188 CPUtime=1.14
/proc/17664/task/17670/stat : 17670 (java) S 17659 17659 16577 0 -1 64 2775 0 0 0 111 3 0 0 15 0 9 0 58425544 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17671] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17671/stat : 17671 (java) S 17659 17659 16577 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58425544 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17672] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17672/stat : 17672 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58425544 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1617.28
Current children cumulated vsize (KiB) 856544

[startup+1630.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 17707
/proc/meminfo: memFree=917904/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 244 201 169 0 50 0
[pid=17664] ppid=17659 vsize=851188 CPUtime=1618.88
/proc/17664/stat : 17664 (java) S 17659 17659 16577 0 -1 0 227097 0 1 0 161774 114 0 0 18 0 9 0 58425535 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17664/statm: 212797 191395 2638 9 0 207275 0
[pid=17664/tid=17665] ppid=17659 vsize=851188 CPUtime=728.32
/proc/17664/task/17665/stat : 17665 (java) S 17659 17659 16577 0 -1 64 10151 0 1 0 72814 18 0 0 17 0 9 0 58425536 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17664/tid=17666] ppid=17659 vsize=851188 CPUtime=889.38
/proc/17664/task/17666/stat : 17666 (java) R 17659 17659 16577 0 -1 64 213462 0 0 0 88847 91 0 0 25 0 9 0 58425538 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 104195286 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17664/tid=17667] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17667/stat : 17667 (java) S 17659 17659 16577 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58425538 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17668] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17668/stat : 17668 (java) S 17659 17659 16577 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58425538 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17669] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17669/stat : 17669 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58425540 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17670] ppid=17659 vsize=851188 CPUtime=1.14
/proc/17664/task/17670/stat : 17670 (java) S 17659 17659 16577 0 -1 64 2775 0 0 0 111 3 0 0 15 0 9 0 58425544 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17671] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17671/stat : 17671 (java) S 17659 17659 16577 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58425544 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17672] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17672/stat : 17672 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58425544 871616512 191395 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1618.88
Current children cumulated vsize (KiB) 856544

[startup+1631.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 17707
/proc/meminfo: memFree=917904/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 244 201 169 0 50 0
[pid=17664] ppid=17659 vsize=851188 CPUtime=1619.67
/proc/17664/stat : 17664 (java) S 17659 17659 16577 0 -1 0 227098 0 1 0 161853 114 0 0 18 0 9 0 58425535 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17664/statm: 212797 191396 2638 9 0 207275 0
[pid=17664/tid=17665] ppid=17659 vsize=851188 CPUtime=728.32
/proc/17664/task/17665/stat : 17665 (java) S 17659 17659 16577 0 -1 64 10151 0 1 0 72814 18 0 0 17 0 9 0 58425536 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17664/tid=17666] ppid=17659 vsize=851188 CPUtime=890.18
/proc/17664/task/17666/stat : 17666 (java) R 17659 17659 16577 0 -1 64 213463 0 0 0 88927 91 0 0 25 0 9 0 58425538 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 102768036 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17664/tid=17667] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17667/stat : 17667 (java) S 17659 17659 16577 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58425538 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17668] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17668/stat : 17668 (java) S 17659 17659 16577 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58425538 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17669] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17669/stat : 17669 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58425540 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17670] ppid=17659 vsize=851188 CPUtime=1.14
/proc/17664/task/17670/stat : 17670 (java) S 17659 17659 16577 0 -1 64 2775 0 0 0 111 3 0 0 15 0 9 0 58425544 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17671] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17671/stat : 17671 (java) S 17659 17659 16577 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58425544 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17672] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17672/stat : 17672 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58425544 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1619.67
Current children cumulated vsize (KiB) 856544

[startup+1631.9 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 17707
/proc/meminfo: memFree=917904/2055920 swapFree=4192812/4192956
[pid=17659] ppid=17657 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (concrete.sh) S 17657 17659 16577 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58425534 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 244 201 169 0 50 0
[pid=17664] ppid=17659 vsize=851188 CPUtime=1620.47
/proc/17664/stat : 17664 (java) S 17659 17659 16577 0 -1 0 227098 0 1 0 161933 114 0 0 18 0 9 0 58425535 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17664/statm: 212797 191396 2638 9 0 207275 0
[pid=17664/tid=17665] ppid=17659 vsize=851188 CPUtime=728.32
/proc/17664/task/17665/stat : 17665 (java) S 17659 17659 16577 0 -1 64 10151 0 1 0 72814 18 0 0 17 0 9 0 58425536 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=17664/tid=17666] ppid=17659 vsize=851188 CPUtime=890.98
/proc/17664/task/17666/stat : 17666 (java) R 17659 17659 16577 0 -1 64 213463 0 0 0 89007 91 0 0 25 0 9 0 58425538 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 104191150 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=17664/tid=17667] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17667/stat : 17667 (java) S 17659 17659 16577 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58425538 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17668] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17668/stat : 17668 (java) S 17659 17659 16577 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58425538 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17669] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17669/stat : 17669 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58425540 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17670] ppid=17659 vsize=851188 CPUtime=1.14
/proc/17664/task/17670/stat : 17670 (java) S 17659 17659 16577 0 -1 64 2775 0 0 0 111 3 0 0 15 0 9 0 58425544 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17671] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17671/stat : 17671 (java) S 17659 17659 16577 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58425544 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17664/tid=17672] ppid=17659 vsize=851188 CPUtime=0
/proc/17664/task/17672/stat : 17672 (java) S 17659 17659 16577 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58425544 871616512 191396 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1620.47
Current children cumulated vsize (KiB) 856544

[startup+1632.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 17708
/proc/meminfo: memFree=1663312/2055920 swapFree=4192812/4192956
[pid=17659] ppid=-1 vsize=0 CPUtime=0
/proc/17659/stat : -- couldn't open stat file --/proc/17659/statm: 629 105 89 2 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17659 and gives
#  childrusage.ru_utime.tv_sec=1619
#  childrusage.ru_utime.tv_usec=620780
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=261808
# CPU time returned by wait4() is 1620.88
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1620.76
#  lost CPU user time (s): 1619.61
#  lost CPU system time (s): 1.15

Real time (s): 1632.3
CPU time (s): 1620.76
CPU user time (s): 1619.61
CPU system time (s): 1.15
CPU usage (%): 99.2927
Max. virtual memory (cumulated for all children) (KiB): 856544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1619.62
system time used= 1.26181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227749
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= 41682
involuntary context switches= 68746

runsolver used 1.9787 second user time and 5.47817 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-16 05:06:20
IDJOB=2075621
IDBENCH=56328
IDSOLVER=735
FILE ID=node3/2075621-1247713579
PBS_JOBID= 9521332
Free space on /tmp= 66388 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-03-16.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075621-1247713579/watcher-2075621-1247713579 -o /tmp/evaluation-result-2075621-1247713579/solver-2075621-1247713579 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2075621-1247713579.xml

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

MD5SUM BENCH= df9481f3cfdafddde2762be913d8464a
RANDOM SEED=2045049991

node3.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.259
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.259
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:       1649488 kB
Buffers:         65380 kB
Cached:         220084 kB
SwapCached:          0 kB
Active:         131776 kB
Inactive:       204540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           13312 kB
Writeback:           0 kB
Mapped:          62288 kB
Slab:            55560 kB
Committed_AS:   655148 kB
PageTables:       1788 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= 66388 MiB
End job on node3 at 2009-07-16 05:33:32