Trace number 2083288

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) 676.078 678.908

General information on the benchmark

Namecsp/fapp/fapp39/
normalized-fapp39-2750-10.xml
MD5SUM8a127deb0eee354290b5835e74cbb9f7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2750
Number of constraints23154
Maximum constraint arity2
Maximum domain size502
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23154
Global constraints used (with number of constraints)

Solver Data

254.18/256.75	c [ 256.328] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
258.84/261.46	c CPU-LOAD 228.52
258.84/261.46	c LOADED 2750 V (502 E), 9962 ExtensionConstraint2D, 7119 PredicateConstraint, arity 2, 228.52 cpu
670.09/673.00	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
670.20/673.00		at java.util.jar.Manifest$FastInputStream.<init>(Unknown Source)
670.20/673.00		at java.util.jar.Manifest$FastInputStream.<init>(Unknown Source)
670.20/673.00		at java.util.jar.Manifest.read(Unknown Source)
671.80/674.67		at java.util.jar.Manifest.<init>(Unknown Source)
671.80/674.67		at java.util.jar.JarFile.getManifestFromReference(Unknown Source)
671.80/674.67		at java.util.jar.JarFile.getManifest(Unknown Source)
671.80/674.67		at sun.misc.URLClassPath$JarLoader$2.getManifest(Unknown Source)
671.80/674.67		at java.net.URLClassLoader.defineClass(Unknown Source)
671.80/674.67		at java.net.URLClassLoader.access$000(Unknown Source)
673.50/676.33		at java.net.URLClassLoader$1.run(Unknown Source)
673.50/676.33		at java.security.AccessController.doPrivileged(Native Method)
673.50/676.33		at java.net.URLClassLoader.findClass(Unknown Source)
673.50/676.33		at java.lang.ClassLoader.loadClass(Unknown Source)
673.50/676.33		at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
673.50/676.33		at java.lang.ClassLoader.loadClass(Unknown Source)
675.91/678.75		at java.lang.ClassLoader.loadClassInternal(Unknown Source)
675.91/678.75		at concrete.AbstractLauncher.solve(AbstractLauncher.java:403)
675.91/678.75		at concrete.Concrete.solve(Concrete.java:187)
675.91/678.75		at concrete.Concrete.run(Concrete.java:112)
675.91/678.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-2083288-1247722895/watcher-2083288-1247722895 -o /tmp/evaluation-result-2083288-1247722895/solver-2083288-1247722895 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2083288-1247722895.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.00 2.00 2.00 4/72 15125
/proc/meminfo: memFree=817344/2055920 swapFree=4192812/4192956
[pid=15125] ppid=15123 vsize=18576 CPUtime=0
/proc/15125/stat : 15125 (runsolver) R 15123 15125 13213 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 59355496 19021824 284 996147200 4194304 4302564 548682068512 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15125/statm: 4644 284 249 26 0 2626 0

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

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

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

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

[startup+1.5022 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15138
/proc/meminfo: memFree=801904/2055920 swapFree=4192812/4192956
[pid=15125] ppid=15123 vsize=5356 CPUtime=0
/proc/15125/stat : 15125 (concrete.sh) S 15123 15125 13213 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 59355496 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15125/statm: 1339 244 201 169 0 50 0
[pid=15130] ppid=15125 vsize=847656 CPUtime=1.45
/proc/15130/stat : 15130 (java) S 15125 15125 13213 0 -1 0 8280 0 1 0 140 5 0 0 18 0 9 0 59355498 867999744 7143 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15130/statm: 211914 7143 2624 9 0 206392 0
[pid=15130/tid=15131] ppid=15125 vsize=847656 CPUtime=0.96
/proc/15130/task/15131/stat : 15131 (java) R 15125 15125 13213 0 -1 64 3932 0 1 0 94 2 0 0 21 0 9 0 59355499 867999744 7143 996147200 134512640 134550932 4294955408 18446744073709551615 4126487539 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15132] ppid=15125 vsize=847656 CPUtime=0.13
/proc/15130/task/15132/stat : 15132 (java) S 15125 15125 13213 0 -1 64 2152 0 0 0 12 1 0 0 16 0 9 0 59355500 867999744 7143 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15133] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15133/stat : 15133 (java) S 15125 15125 13213 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355500 867999744 7143 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15134] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15125 15125 13213 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59355500 867999744 7143 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15135] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15125 15125 13213 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59355503 867999744 7143 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15136] ppid=15125 vsize=847656 CPUtime=0.33
/proc/15130/task/15136/stat : 15136 (java) S 15125 15125 13213 0 -1 64 1498 0 0 0 33 0 0 0 16 0 9 0 59355506 867999744 7143 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15137] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15125 15125 13213 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 59355506 867999744 7143 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15138] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15138/stat : 15138 (java) S 15125 15125 13213 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355507 867999744 7143 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 853012

[startup+3.10239 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 15138
/proc/meminfo: memFree=795440/2055920 swapFree=4192812/4192956
[pid=15125] ppid=15123 vsize=5356 CPUtime=0
/proc/15125/stat : 15125 (concrete.sh) S 15123 15125 13213 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 59355496 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15125/statm: 1339 244 201 169 0 50 0
[pid=15130] ppid=15125 vsize=847656 CPUtime=3.04
/proc/15130/stat : 15130 (java) S 15125 15125 13213 0 -1 0 9642 0 1 0 299 5 0 0 18 0 9 0 59355498 867999744 8463 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15130/statm: 211914 8463 2625 9 0 206392 0
[pid=15130/tid=15131] ppid=15125 vsize=847656 CPUtime=2.42
/proc/15130/task/15131/stat : 15131 (java) R 15125 15125 13213 0 -1 64 3959 0 1 0 240 2 0 0 25 0 9 0 59355499 867999744 8463 996147200 134512640 134550932 4294955408 18446744073709551615 4125949408 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15132] ppid=15125 vsize=847656 CPUtime=0.26
/proc/15130/task/15132/stat : 15132 (java) S 15125 15125 13213 0 -1 64 3486 0 0 0 25 1 0 0 16 0 9 0 59355500 867999744 8463 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15133] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15133/stat : 15133 (java) S 15125 15125 13213 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355500 867999744 8463 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15134] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15125 15125 13213 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59355500 867999744 8463 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15135] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15125 15125 13213 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59355503 867999744 8463 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15136] ppid=15125 vsize=847656 CPUtime=0.33
/proc/15130/task/15136/stat : 15136 (java) S 15125 15125 13213 0 -1 64 1499 0 0 0 33 0 0 0 16 0 9 0 59355506 867999744 8463 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15137] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15125 15125 13213 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 59355506 867999744 8463 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15138] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15138/stat : 15138 (java) S 15125 15125 13213 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355507 867999744 8463 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) 853012

[startup+6.30177 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 15138
/proc/meminfo: memFree=786352/2055920 swapFree=4192812/4192956
[pid=15125] ppid=15123 vsize=5356 CPUtime=0
/proc/15125/stat : 15125 (concrete.sh) S 15123 15125 13213 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 59355496 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15125/statm: 1339 244 201 169 0 50 0
[pid=15130] ppid=15125 vsize=847656 CPUtime=6.2
/proc/15130/stat : 15130 (java) S 15125 15125 13213 0 -1 0 11146 0 1 0 614 6 0 0 18 0 9 0 59355498 867999744 9931 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15130/statm: 211914 9931 2625 9 0 206392 0
[pid=15130/tid=15131] ppid=15125 vsize=847656 CPUtime=5.41
/proc/15130/task/15131/stat : 15131 (java) R 15125 15125 13213 0 -1 64 4028 0 1 0 538 3 0 0 25 0 9 0 59355499 867999744 9931 996147200 134512640 134550932 4294955408 18446744073709551615 4126209624 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15132] ppid=15125 vsize=847656 CPUtime=0.44
/proc/15130/task/15132/stat : 15132 (java) S 15125 15125 13213 0 -1 64 4921 0 0 0 42 2 0 0 16 0 9 0 59355500 867999744 9931 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15133] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15133/stat : 15133 (java) S 15125 15125 13213 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355500 867999744 9931 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15134] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15125 15125 13213 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59355500 867999744 9931 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15135] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15125 15125 13213 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59355503 867999744 9931 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15136] ppid=15125 vsize=847656 CPUtime=0.33
/proc/15130/task/15136/stat : 15136 (java) S 15125 15125 13213 0 -1 64 1499 0 0 0 33 0 0 0 16 0 9 0 59355506 867999744 9931 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15137] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15125 15125 13213 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 59355506 867999744 9931 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15138] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15138/stat : 15138 (java) S 15125 15125 13213 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355507 867999744 9931 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 853012

[startup+12.7025 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 15138
/proc/meminfo: memFree=776048/2055920 swapFree=4192812/4192956
[pid=15125] ppid=15123 vsize=5356 CPUtime=0
/proc/15125/stat : 15125 (concrete.sh) S 15123 15125 13213 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 59355496 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15125/statm: 1339 244 201 169 0 50 0
[pid=15130] ppid=15125 vsize=847656 CPUtime=12.55
/proc/15130/stat : 15130 (java) S 15125 15125 13213 0 -1 0 13147 0 1 0 1247 8 0 0 18 0 9 0 59355498 867999744 11275 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15130/statm: 211914 11275 2626 9 0 206392 0
[pid=15130/tid=15131] ppid=15125 vsize=847656 CPUtime=11.51
/proc/15130/task/15131/stat : 15131 (java) R 15125 15125 13213 0 -1 64 4171 0 1 0 1148 3 0 0 25 0 9 0 59355499 867999744 11275 996147200 134512640 134550932 4294955408 18446744073709551615 4125182203 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15132] ppid=15125 vsize=847656 CPUtime=0.68
/proc/15130/task/15132/stat : 15132 (java) S 15125 15125 13213 0 -1 64 6779 0 0 0 65 3 0 0 16 0 9 0 59355500 867999744 11275 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15133] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15133/stat : 15133 (java) S 15125 15125 13213 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355500 867999744 11275 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15134] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15125 15125 13213 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59355500 867999744 11275 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15135] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15125 15125 13213 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59355503 867999744 11275 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15136] ppid=15125 vsize=847656 CPUtime=0.33
/proc/15130/task/15136/stat : 15136 (java) S 15125 15125 13213 0 -1 64 1499 0 0 0 33 0 0 0 17 0 9 0 59355506 867999744 11275 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15137] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15125 15125 13213 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 59355506 867999744 11275 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15138] ppid=15125 vsize=847656 CPUtime=0
/proc/15130/task/15138/stat : 15138 (java) S 15125 15125 13213 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355507 867999744 11275 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) 853012

[startup+25.5021 s]
/proc/loadavg: 2.06 2.01 2.00 4/83 15139
/proc/meminfo: memFree=746472/2055920 swapFree=4192812/4192956
[pid=15125] ppid=15123 vsize=5356 CPUtime=0
/proc/15125/stat : 15125 (concrete.sh) S 15123 15125 13213 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 59355496 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15125/statm: 1339 244 201 169 0 50 0
[pid=15130] ppid=15125 vsize=848684 CPUtime=25.22
/proc/15130/stat : 15130 (java) S 15125 15125 13213 0 -1 0 19399 0 1 0 2510 12 0 0 18 0 10 0 59355498 869052416 16832 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15130/statm: 212171 16832 2626 9 0 206649 0
[pid=15130/tid=15131] ppid=15125 vsize=848684 CPUtime=23.77
/proc/15130/task/15131/stat : 15131 (java) R 15125 15125 13213 0 -1 64 4495 0 1 0 2373 4 0 0 25 0 10 0 59355499 869052416 16832 996147200 134512640 134550932 4294955408 18446744073709551615 4126493638 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15132] ppid=15125 vsize=848684 CPUtime=1.09
/proc/15130/task/15132/stat : 15132 (java) S 15125 15125 13213 0 -1 64 12691 0 0 0 102 7 0 0 17 0 10 0 59355500 869052416 16832 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15133] ppid=15125 vsize=848684 CPUtime=0
/proc/15130/task/15133/stat : 15133 (java) S 15125 15125 13213 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59355500 869052416 16832 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15134] ppid=15125 vsize=848684 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15125 15125 13213 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59355500 869052416 16832 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15135] ppid=15125 vsize=848684 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15125 15125 13213 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59355503 869052416 16832 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15136] ppid=15125 vsize=848684 CPUtime=0.35
/proc/15130/task/15136/stat : 15136 (java) S 15125 15125 13213 0 -1 64 1511 0 0 0 35 0 0 0 16 0 10 0 59355506 869052416 16832 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15137] ppid=15125 vsize=848684 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15125 15125 13213 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 59355506 869052416 16832 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15138] ppid=15125 vsize=848684 CPUtime=0
/proc/15130/task/15138/stat : 15138 (java) S 15125 15125 13213 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59355507 869052416 16832 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15139] ppid=15125 vsize=848684 CPUtime=0
/proc/15130/task/15139/stat : 15139 (java) S 15125 15125 13213 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 59357669 869052416 16832 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 854040

[startup+51.1021 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 15139
/proc/meminfo: memFree=701672/2055920 swapFree=4192812/4192956

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

[pid=15130/tid=15132] ppid=15125 vsize=851200 CPUtime=350.93
/proc/15130/task/15132/stat : 15132 (java) R 15125 15125 13213 0 -1 64 180161 0 0 0 35011 82 0 0 25 0 10 0 59355500 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 102768136 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15133/stat : 15133 (java) S 15125 15125 13213 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59355500 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15134] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15125 15125 13213 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 59355500 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15135] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15125 15125 13213 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59355503 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15136] ppid=15125 vsize=851200 CPUtime=6.87
/proc/15130/task/15136/stat : 15136 (java) S 15125 15125 13213 0 -1 64 4078 0 0 0 671 16 0 0 16 0 10 0 59355506 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15125 15125 13213 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 59355506 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15138] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15138/stat : 15138 (java) S 15125 15125 13213 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59355507 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15140] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15140/stat : 15140 (java) S 15125 15125 13213 0 -1 64 0 0 0 0 0 0 0 0 22 0 10 0 59381876 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 662.7
Current children cumulated vsize (KiB) 856556

[startup+671.902 s]
/proc/loadavg: 2.05 2.21 2.10 3/82 15207
/proc/meminfo: memFree=597792/2055920 swapFree=4192812/4192956
[pid=15125] ppid=15123 vsize=5356 CPUtime=0
/proc/15125/stat : 15125 (concrete.sh) S 15123 15125 13213 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 59355496 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15125/statm: 1339 244 201 169 0 50 0
[pid=15130] ppid=15125 vsize=851200 CPUtime=669.1
/proc/15130/stat : 15130 (java) S 15125 15125 13213 0 -1 0 197541 0 1 0 66756 154 0 0 18 0 9 0 59355498 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15130/statm: 212800 193932 2635 9 0 207278 0
[pid=15130/tid=15131] ppid=15125 vsize=851200 CPUtime=304.87
/proc/15130/task/15131/stat : 15131 (java) S 15125 15125 13213 0 -1 64 12595 0 1 0 30432 55 0 0 17 0 9 0 59355499 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15132] ppid=15125 vsize=851200 CPUtime=357.33
/proc/15130/task/15132/stat : 15132 (java) R 15125 15125 13213 0 -1 64 180161 0 0 0 35651 82 0 0 25 0 9 0 59355500 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15133/stat : 15133 (java) S 15125 15125 13213 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355500 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15134] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15125 15125 13213 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 59355500 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15135] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15125 15125 13213 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59355503 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15136] ppid=15125 vsize=851200 CPUtime=6.87
/proc/15130/task/15136/stat : 15136 (java) S 15125 15125 13213 0 -1 64 4078 0 0 0 671 16 0 0 16 0 9 0 59355506 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15125 15125 13213 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 59355506 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15138] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15138/stat : 15138 (java) S 15125 15125 13213 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355507 871628800 193932 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 669.1
Current children cumulated vsize (KiB) 856556

[startup+675.102 s]
/proc/loadavg: 2.04 2.21 2.10 3/82 15207
/proc/meminfo: memFree=597792/2055920 swapFree=4192812/4192956
[pid=15125] ppid=15123 vsize=5356 CPUtime=0
/proc/15125/stat : 15125 (concrete.sh) S 15123 15125 13213 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 59355496 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15125/statm: 1339 244 201 169 0 50 0
[pid=15130] ppid=15125 vsize=851200 CPUtime=672.3
/proc/15130/stat : 15130 (java) S 15125 15125 13213 0 -1 0 197544 0 1 0 67075 155 0 0 18 0 9 0 59355498 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15130/statm: 212800 193933 2635 9 0 207278 0
[pid=15130/tid=15131] ppid=15125 vsize=851200 CPUtime=304.87
/proc/15130/task/15131/stat : 15131 (java) S 15125 15125 13213 0 -1 64 12596 0 1 0 30432 55 0 0 16 0 9 0 59355499 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15132] ppid=15125 vsize=851200 CPUtime=360.52
/proc/15130/task/15132/stat : 15132 (java) R 15125 15125 13213 0 -1 64 180162 0 0 0 35970 82 0 0 25 0 9 0 59355500 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 102758168 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15133/stat : 15133 (java) S 15125 15125 13213 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355500 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15134] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15125 15125 13213 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 59355500 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15125 15125 13213 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59355503 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15136] ppid=15125 vsize=851200 CPUtime=6.87
/proc/15130/task/15136/stat : 15136 (java) S 15125 15125 13213 0 -1 64 4078 0 0 0 671 16 0 0 16 0 9 0 59355506 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15125 15125 13213 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 59355506 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15138] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15138/stat : 15138 (java) S 15125 15125 13213 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355507 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 672.3
Current children cumulated vsize (KiB) 856556

[startup+676.702 s]
/proc/loadavg: 2.04 2.20 2.10 3/82 15207
/proc/meminfo: memFree=597792/2055920 swapFree=4192812/4192956
[pid=15125] ppid=15123 vsize=5356 CPUtime=0
/proc/15125/stat : 15125 (concrete.sh) S 15123 15125 13213 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 59355496 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15125/statm: 1339 244 201 169 0 50 0
[pid=15130] ppid=15125 vsize=851200 CPUtime=673.9
/proc/15130/stat : 15130 (java) S 15125 15125 13213 0 -1 0 197545 0 1 0 67235 155 0 0 18 0 9 0 59355498 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15130/statm: 212800 193933 2635 9 0 207278 0
[pid=15130/tid=15131] ppid=15125 vsize=851200 CPUtime=304.87
/proc/15130/task/15131/stat : 15131 (java) S 15125 15125 13213 0 -1 64 12597 0 1 0 30432 55 0 0 17 0 9 0 59355499 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15132] ppid=15125 vsize=851200 CPUtime=362.12
/proc/15130/task/15132/stat : 15132 (java) R 15125 15125 13213 0 -1 64 180162 0 0 0 36130 82 0 0 25 0 9 0 59355500 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 102758168 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15133/stat : 15133 (java) S 15125 15125 13213 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355500 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15134] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15125 15125 13213 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 59355500 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15125 15125 13213 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59355503 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15136] ppid=15125 vsize=851200 CPUtime=6.87
/proc/15130/task/15136/stat : 15136 (java) S 15125 15125 13213 0 -1 64 4078 0 0 0 671 16 0 0 16 0 9 0 59355506 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15125 15125 13213 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 59355506 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15138] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15138/stat : 15138 (java) S 15125 15125 13213 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355507 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 673.9
Current children cumulated vsize (KiB) 856556

[startup+678.302 s]
/proc/loadavg: 2.04 2.20 2.10 3/82 15207
/proc/meminfo: memFree=597792/2055920 swapFree=4192812/4192956
[pid=15125] ppid=15123 vsize=5356 CPUtime=0
/proc/15125/stat : 15125 (concrete.sh) S 15123 15125 13213 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 59355496 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15125/statm: 1339 244 201 169 0 50 0
[pid=15130] ppid=15125 vsize=851200 CPUtime=675.5
/proc/15130/stat : 15130 (java) S 15125 15125 13213 0 -1 0 197545 0 1 0 67395 155 0 0 18 0 9 0 59355498 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15130/statm: 212800 193933 2635 9 0 207278 0
[pid=15130/tid=15131] ppid=15125 vsize=851200 CPUtime=304.87
/proc/15130/task/15131/stat : 15131 (java) S 15125 15125 13213 0 -1 64 12597 0 1 0 30432 55 0 0 17 0 9 0 59355499 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15132] ppid=15125 vsize=851200 CPUtime=363.72
/proc/15130/task/15132/stat : 15132 (java) R 15125 15125 13213 0 -1 64 180162 0 0 0 36290 82 0 0 25 0 9 0 59355500 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 104191080 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15133/stat : 15133 (java) S 15125 15125 13213 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355500 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15134] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15125 15125 13213 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 59355500 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15125 15125 13213 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59355503 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15136] ppid=15125 vsize=851200 CPUtime=6.87
/proc/15130/task/15136/stat : 15136 (java) S 15125 15125 13213 0 -1 64 4078 0 0 0 671 16 0 0 16 0 9 0 59355506 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15125 15125 13213 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 59355506 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15138] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15138/stat : 15138 (java) S 15125 15125 13213 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355507 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 675.5
Current children cumulated vsize (KiB) 856556

[startup+678.707 s]
/proc/loadavg: 2.04 2.20 2.10 3/82 15207
/proc/meminfo: memFree=597792/2055920 swapFree=4192812/4192956
[pid=15125] ppid=15123 vsize=5356 CPUtime=0
/proc/15125/stat : 15125 (concrete.sh) S 15123 15125 13213 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 59355496 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15125/statm: 1339 244 201 169 0 50 0
[pid=15130] ppid=15125 vsize=851200 CPUtime=675.91
/proc/15130/stat : 15130 (java) S 15125 15125 13213 0 -1 0 197545 0 1 0 67436 155 0 0 18 0 9 0 59355498 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15130/statm: 212800 193933 2635 9 0 207278 0
[pid=15130/tid=15131] ppid=15125 vsize=851200 CPUtime=304.87
/proc/15130/task/15131/stat : 15131 (java) S 15125 15125 13213 0 -1 64 12597 0 1 0 30432 55 0 0 17 0 9 0 59355499 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15132] ppid=15125 vsize=851200 CPUtime=364.13
/proc/15130/task/15132/stat : 15132 (java) R 15125 15125 13213 0 -1 64 180162 0 0 0 36331 82 0 0 25 0 9 0 59355500 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15133/stat : 15133 (java) S 15125 15125 13213 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59355500 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15134] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15125 15125 13213 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 59355500 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15125 15125 13213 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59355503 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15136] ppid=15125 vsize=851200 CPUtime=6.87
/proc/15130/task/15136/stat : 15136 (java) S 15125 15125 13213 0 -1 64 4078 0 0 0 671 16 0 0 16 0 9 0 59355506 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15125 15125 13213 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 59355506 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15130/tid=15138] ppid=15125 vsize=851200 CPUtime=0
/proc/15130/task/15138/stat : 15138 (java) S 15125 15125 13213 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59355507 871628800 193933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 675.91
Current children cumulated vsize (KiB) 856556

[startup+678.902 s]
/proc/loadavg: 2.04 2.20 2.10 3/82 15207
/proc/meminfo: memFree=597792/2055920 swapFree=4192812/4192956
[pid=15125] ppid=15123 vsize=5356 CPUtime=0
/proc/15125/stat : 15125 (concrete.sh) S 15123 15125 13213 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 59355496 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15125/statm: 1339 244 201 169 0 50 0
[pid=15130] ppid=15125 vsize=0 CPUtime=676.05
/proc/15130/stat : 15130 (java) Z 15125 15125 13213 0 -1 12 197555 0 1 0 67440 165 0 0 16 0 2 0 59355498 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15130/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 676.05
Current children cumulated vsize (KiB) 5356

Child status: 1
Real time (s): 678.908
CPU time (s): 676.078
CPU user time (s): 674.409
CPU system time (s): 1.66875
CPU usage (%): 99.5832
Max. virtual memory (cumulated for all children) (KiB): 857708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 674.409
system time used= 1.66875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198197
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= 43940
involuntary context switches= 50397

runsolver used 0.816875 second user time and 2.34664 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-16 07:41:35
IDJOB=2083288
IDBENCH=57764
IDSOLVER=735
FILE ID=node33/2083288-1247722895
PBS_JOBID= 9521318
Free space on /tmp= 66420 MiB

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

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

MD5SUM BENCH= 8a127deb0eee354290b5835e74cbb9f7
RANDOM SEED=1675977884

node33.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.229
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.229
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:        817824 kB
Buffers:         79184 kB
Cached:         403820 kB
SwapCached:          0 kB
Active:         748328 kB
Inactive:       402096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        817824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4496 kB
Writeback:           0 kB
Mapped:         679000 kB
Slab:            71824 kB
Committed_AS:  1217992 kB
PageTables:       3108 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= 66412 MiB
End job on node33 at 2009-07-16 07:52:54