Trace number 2083871

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) 651.638 638.431

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-10.xml
MD5SUM5e00df4470fb1641364528d5964a8e44
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.2512
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data

535.23/522.29	c [ 522.011] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
535.93/522.96	c CPU-LOAD 485.53
535.93/522.96	c LOADED 1800 V (302 E), 26179 PredicateConstraint, 23086 ExtensionConstraint2D, arity 2, 485.53 cpu
651.41/638.30	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
651.41/638.30		at java.util.TreeMap.put(Unknown Source)
651.41/638.30		at cspfj.ResultHandler.statistics(ResultHandler.java:198)
651.51/638.30		at concrete.AbstractLauncher.collectStatistics(AbstractLauncher.java:427)
651.51/638.30		at concrete.AbstractLauncher.solve(AbstractLauncher.java:406)
651.51/638.30		at concrete.Concrete.solve(Concrete.java:187)
651.51/638.30		at concrete.Concrete.run(Concrete.java:112)
651.51/638.30		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-2083871-1247723887/watcher-2083871-1247723887 -o /tmp/evaluation-result-2083871-1247723887/solver-2083871-1247723887 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2083871-1247723887.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.08 2.03 3/82 15020
/proc/meminfo: memFree=788904/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) R 15018 15020 13570 0 -1 4194304 291 127 0 0 0 0 0 0 18 0 1 0 59453210 5484544 238 996147200 4194304 4889804 548682068816 18446744073709551615 231882680991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/15020/statm: 1339 238 197 169 0 50 0
[pid=15022] ppid=15020 vsize=5356 CPUtime=0
/proc/15022/stat : 15022 (concrete.sh) R 15020 15020 13570 0 -1 4194368 22 0 0 0 0 0 0 0 18 0 1 0 59453210 5484544 239 996147200 4194304 4889804 548682068816 18446744073709551615 231882680991 0 65538 4096 65538 0 0 0 17 0 0 0
/proc/15022/statm: 1339 239 198 169 0 50 0

[startup+0.101156 s]
/proc/loadavg: 1.99 2.08 2.03 3/82 15020
/proc/meminfo: memFree=788904/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201174 s]
/proc/loadavg: 1.99 2.08 2.03 3/82 15020
/proc/meminfo: memFree=788904/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301183 s]
/proc/loadavg: 1.99 2.08 2.03 3/82 15020
/proc/meminfo: memFree=788904/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701231 s]
/proc/loadavg: 1.99 2.08 2.03 3/82 15020
/proc/meminfo: memFree=788904/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50232 s]
/proc/loadavg: 1.99 2.08 2.03 3/92 15033
/proc/meminfo: memFree=770264/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
[pid=15025] ppid=15020 vsize=848432 CPUtime=1.77
/proc/15025/stat : 15025 (java) S 15020 15020 13570 0 -1 0 8695 0 1 0 171 6 0 0 21 0 9 0 59453210 868794368 7583 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15025/statm: 212108 7583 2625 9 0 206586 0
[pid=15025/tid=15026] ppid=15020 vsize=848432 CPUtime=1.29
/proc/15025/task/15026/stat : 15026 (java) R 15020 15020 13570 0 -1 64 3916 0 1 0 126 3 0 0 17 0 9 0 59453211 868794368 7583 996147200 134512640 134550932 4294955408 18446744073709551615 4126210303 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15027] ppid=15020 vsize=848432 CPUtime=0.15
/proc/15025/task/15027/stat : 15027 (java) S 15020 15020 13570 0 -1 64 2581 0 0 0 14 1 0 0 16 0 9 0 59453213 868794368 7583 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15028] ppid=15020 vsize=848432 CPUtime=0
/proc/15025/task/15028/stat : 15028 (java) S 15020 15020 13570 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 59453213 868794368 7583 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15029] ppid=15020 vsize=848432 CPUtime=0
/proc/15025/task/15029/stat : 15029 (java) S 15020 15020 13570 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59453213 868794368 7583 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15030] ppid=15020 vsize=848432 CPUtime=0
/proc/15025/task/15030/stat : 15030 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453215 868794368 7583 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15031] ppid=15020 vsize=848432 CPUtime=0.3
/proc/15025/task/15031/stat : 15031 (java) S 15020 15020 13570 0 -1 64 1501 0 0 0 30 0 0 0 15 0 9 0 59453218 868794368 7583 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15032] ppid=15020 vsize=848432 CPUtime=0
/proc/15025/task/15032/stat : 15032 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453218 868794368 7583 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15033] ppid=15020 vsize=848432 CPUtime=0
/proc/15025/task/15033/stat : 15033 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59453218 868794368 7583 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 853788

[startup+3.10251 s]
/proc/loadavg: 1.99 2.08 2.03 2/92 15033
/proc/meminfo: memFree=765528/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
[pid=15025] ppid=15020 vsize=848448 CPUtime=3.36
/proc/15025/stat : 15025 (java) S 15020 15020 13570 0 -1 0 9985 0 1 0 329 7 0 0 21 0 9 0 59453210 868810752 8835 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15025/statm: 212112 8835 2625 9 0 206590 0
[pid=15025/tid=15026] ppid=15020 vsize=848448 CPUtime=2.67
/proc/15025/task/15026/stat : 15026 (java) R 15020 15020 13570 0 -1 64 3939 0 1 0 263 4 0 0 16 0 9 0 59453211 868810752 8835 996147200 134512640 134550932 4294955408 18446744073709551615 4126516325 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15027] ppid=15020 vsize=848448 CPUtime=0.35
/proc/15025/task/15027/stat : 15027 (java) S 15020 15020 13570 0 -1 64 3848 0 0 0 34 1 0 0 16 0 9 0 59453213 868810752 8835 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15028] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15028/stat : 15028 (java) S 15020 15020 13570 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59453213 868810752 8835 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15029] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15029/stat : 15029 (java) S 15020 15020 13570 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59453213 868810752 8835 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15030] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15030/stat : 15030 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453215 868810752 8835 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15031] ppid=15020 vsize=848448 CPUtime=0.3
/proc/15025/task/15031/stat : 15031 (java) S 15020 15020 13570 0 -1 64 1501 0 0 0 30 0 0 0 15 0 9 0 59453218 868810752 8835 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15032] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15032/stat : 15032 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453218 868810752 8835 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15033] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15033/stat : 15033 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59453218 868810752 8835 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 853804

[startup+6.30189 s]
/proc/loadavg: 1.91 2.07 2.02 2/92 15033
/proc/meminfo: memFree=758232/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
[pid=15025] ppid=15020 vsize=848448 CPUtime=6.53
/proc/15025/stat : 15025 (java) S 15020 15020 13570 0 -1 0 11461 0 1 0 645 8 0 0 21 0 9 0 59453210 868810752 10292 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15025/statm: 212112 10292 2625 9 0 206590 0
[pid=15025/tid=15026] ppid=15020 vsize=848448 CPUtime=5.78
/proc/15025/task/15026/stat : 15026 (java) R 15020 15020 13570 0 -1 64 4022 0 1 0 574 4 0 0 18 0 9 0 59453211 868810752 10292 996147200 134512640 134550932 4294955408 18446744073709551615 4126512265 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15027] ppid=15020 vsize=848448 CPUtime=0.42
/proc/15025/task/15027/stat : 15027 (java) S 15020 15020 13570 0 -1 64 5241 0 0 0 40 2 0 0 16 0 9 0 59453213 868810752 10292 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15028] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15028/stat : 15028 (java) S 15020 15020 13570 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59453213 868810752 10292 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15029] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15029/stat : 15029 (java) S 15020 15020 13570 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59453213 868810752 10292 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15030] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15030/stat : 15030 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453215 868810752 10292 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15031] ppid=15020 vsize=848448 CPUtime=0.3
/proc/15025/task/15031/stat : 15031 (java) S 15020 15020 13570 0 -1 64 1501 0 0 0 30 0 0 0 15 0 9 0 59453218 868810752 10292 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15032] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15032/stat : 15032 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453218 868810752 10292 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15033] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15033/stat : 15033 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59453218 868810752 10292 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 853804

[startup+12.7016 s]
/proc/loadavg: 1.83 2.05 2.02 2/92 15033
/proc/meminfo: memFree=752408/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
[pid=15025] ppid=15020 vsize=848448 CPUtime=12.89
/proc/15025/stat : 15025 (java) S 15020 15020 13570 0 -1 0 14421 0 1 0 1280 9 0 0 21 0 9 0 59453210 868810752 11636 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15025/statm: 212112 11636 2626 9 0 206590 0
[pid=15025/tid=15026] ppid=15020 vsize=848448 CPUtime=11.9
/proc/15025/task/15026/stat : 15026 (java) R 15020 15020 13570 0 -1 64 4179 0 1 0 1186 4 0 0 21 0 9 0 59453211 868810752 11636 996147200 134512640 134550932 4294955408 18446744073709551615 4126512345 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15027] ppid=15020 vsize=848448 CPUtime=0.67
/proc/15025/task/15027/stat : 15027 (java) S 15020 15020 13570 0 -1 64 8044 0 0 0 64 3 0 0 16 0 9 0 59453213 868810752 11636 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15028] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15028/stat : 15028 (java) S 15020 15020 13570 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59453213 868810752 11636 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15029] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15029/stat : 15029 (java) S 15020 15020 13570 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59453213 868810752 11636 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15030] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15030/stat : 15030 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453215 868810752 11636 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15031] ppid=15020 vsize=848448 CPUtime=0.3
/proc/15025/task/15031/stat : 15031 (java) S 15020 15020 13570 0 -1 64 1501 0 0 0 30 0 0 0 17 0 9 0 59453218 868810752 11636 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15032] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15032/stat : 15032 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453218 868810752 11636 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15033] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15033/stat : 15033 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59453218 868810752 11636 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 853804

[startup+25.5021 s]
/proc/loadavg: 1.78 2.03 2.01 2/92 15033
/proc/meminfo: memFree=745496/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
[pid=15025] ppid=15020 vsize=848448 CPUtime=25.64
/proc/15025/stat : 15025 (java) S 15020 15020 13570 0 -1 0 16054 0 1 0 2553 11 0 0 21 0 9 0 59453210 868810752 13256 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15025/statm: 212112 13256 2626 9 0 206590 0
[pid=15025/tid=15026] ppid=15020 vsize=848448 CPUtime=24.57
/proc/15025/task/15026/stat : 15026 (java) R 15020 15020 13570 0 -1 64 4192 0 1 0 2452 5 0 0 18 0 9 0 59453211 868810752 13256 996147200 134512640 134550932 4294955408 18446744073709551615 4126516325 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15027] ppid=15020 vsize=848448 CPUtime=0.75
/proc/15025/task/15027/stat : 15027 (java) S 15020 15020 13570 0 -1 64 9664 0 0 0 71 4 0 0 16 0 9 0 59453213 868810752 13256 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15028] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15028/stat : 15028 (java) S 15020 15020 13570 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59453213 868810752 13256 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15029] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15029/stat : 15029 (java) S 15020 15020 13570 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59453213 868810752 13256 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15030] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15030/stat : 15030 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453215 868810752 13256 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15031] ppid=15020 vsize=848448 CPUtime=0.3
/proc/15025/task/15031/stat : 15031 (java) S 15020 15020 13570 0 -1 64 1501 0 0 0 30 0 0 0 17 0 9 0 59453218 868810752 13256 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15032] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15032/stat : 15032 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453218 868810752 13256 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15033] ppid=15020 vsize=848448 CPUtime=0
/proc/15025/task/15033/stat : 15033 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59453218 868810752 13256 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.64
Current children cumulated vsize (KiB) 853804

[startup+51.1022 s]
/proc/loadavg: 1.52 1.94 1.98 2/92 15033

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

[pid=15025/tid=15026] ppid=15020 vsize=854836 CPUtime=542.29
/proc/15025/task/15026/stat : 15026 (java) S 15020 15020 13570 0 -1 64 14501 0 1 0 54105 124 0 0 16 0 9 0 59453211 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15027] ppid=15020 vsize=854836 CPUtime=69.1
/proc/15025/task/15027/stat : 15027 (java) R 15020 15020 13570 0 -1 64 182597 0 0 0 6841 69 0 0 25 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 102768136 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15028] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15028/stat : 15028 (java) S 15020 15020 13570 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15029] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15029/stat : 15029 (java) S 15020 15020 13570 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15030] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15030/stat : 15030 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453215 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15031] ppid=15020 vsize=854836 CPUtime=16.19
/proc/15025/task/15031/stat : 15031 (java) S 15020 15020 13570 0 -1 64 8639 0 0 0 1583 36 0 0 16 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15032] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15032/stat : 15032 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15033] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15033/stat : 15033 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 627.61
Current children cumulated vsize (KiB) 860192

[startup+627.202 s]
/proc/loadavg: 1.13 1.25 1.57 2/92 15041
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
[pid=15025] ppid=15020 vsize=854836 CPUtime=640.41
/proc/15025/stat : 15025 (java) S 15020 15020 13570 0 -1 0 206446 0 1 0 63809 232 0 0 21 0 9 0 59453210 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15025/statm: 213709 199895 2635 9 0 208187 0
[pid=15025/tid=15026] ppid=15020 vsize=854836 CPUtime=542.29
/proc/15025/task/15026/stat : 15026 (java) S 15020 15020 13570 0 -1 64 14505 0 1 0 54105 124 0 0 16 0 9 0 59453211 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15027] ppid=15020 vsize=854836 CPUtime=81.89
/proc/15025/task/15027/stat : 15027 (java) R 15020 15020 13570 0 -1 64 182597 0 0 0 8120 69 0 0 25 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 102758033 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15028] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15028/stat : 15028 (java) S 15020 15020 13570 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15029] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15029/stat : 15029 (java) S 15020 15020 13570 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15030] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15030/stat : 15030 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453215 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15031] ppid=15020 vsize=854836 CPUtime=16.19
/proc/15025/task/15031/stat : 15031 (java) S 15020 15020 13570 0 -1 64 8639 0 0 0 1583 36 0 0 16 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15032] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15032/stat : 15032 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15033] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15033/stat : 15033 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 640.41
Current children cumulated vsize (KiB) 860192

[startup+633.603 s]
/proc/loadavg: 1.11 1.24 1.57 2/92 15041
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
[pid=15025] ppid=15020 vsize=854836 CPUtime=646.82
/proc/15025/stat : 15025 (java) S 15020 15020 13570 0 -1 0 206448 0 1 0 64450 232 0 0 21 0 9 0 59453210 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15025/statm: 213709 199895 2635 9 0 208187 0
[pid=15025/tid=15026] ppid=15020 vsize=854836 CPUtime=542.29
/proc/15025/task/15026/stat : 15026 (java) S 15020 15020 13570 0 -1 64 14507 0 1 0 54105 124 0 0 16 0 9 0 59453211 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15027] ppid=15020 vsize=854836 CPUtime=88.29
/proc/15025/task/15027/stat : 15027 (java) R 15020 15020 13570 0 -1 64 182597 0 0 0 8760 69 0 0 25 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 102758168 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15028] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15028/stat : 15028 (java) S 15020 15020 13570 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15029] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15029/stat : 15029 (java) S 15020 15020 13570 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15030] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15030/stat : 15030 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453215 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15031] ppid=15020 vsize=854836 CPUtime=16.19
/proc/15025/task/15031/stat : 15031 (java) S 15020 15020 13570 0 -1 64 8639 0 0 0 1583 36 0 0 16 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15032] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15032/stat : 15032 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15033] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15033/stat : 15033 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 646.82
Current children cumulated vsize (KiB) 860192

[startup+636.801 s]
/proc/loadavg: 1.11 1.24 1.57 2/92 15041
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
[pid=15025] ppid=15020 vsize=854836 CPUtime=650.01
/proc/15025/stat : 15025 (java) S 15020 15020 13570 0 -1 0 206449 0 1 0 64769 232 0 0 21 0 9 0 59453210 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15025/statm: 213709 199895 2635 9 0 208187 0
[pid=15025/tid=15026] ppid=15020 vsize=854836 CPUtime=542.29
/proc/15025/task/15026/stat : 15026 (java) S 15020 15020 13570 0 -1 64 14508 0 1 0 54105 124 0 0 16 0 9 0 59453211 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15027] ppid=15020 vsize=854836 CPUtime=91.49
/proc/15025/task/15027/stat : 15027 (java) R 15020 15020 13570 0 -1 64 182597 0 0 0 9080 69 0 0 25 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 104189947 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15028] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15028/stat : 15028 (java) S 15020 15020 13570 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15029] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15029/stat : 15029 (java) S 15020 15020 13570 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15030] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15030/stat : 15030 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453215 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15031] ppid=15020 vsize=854836 CPUtime=16.19
/proc/15025/task/15031/stat : 15031 (java) S 15020 15020 13570 0 -1 64 8639 0 0 0 1583 36 0 0 16 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15032] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15032/stat : 15032 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15033] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15033/stat : 15033 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 650.01
Current children cumulated vsize (KiB) 860192

[startup+637.601 s]
/proc/loadavg: 1.11 1.24 1.57 2/92 15041
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
[pid=15025] ppid=15020 vsize=854836 CPUtime=650.81
/proc/15025/stat : 15025 (java) S 15020 15020 13570 0 -1 0 206449 0 1 0 64849 232 0 0 21 0 9 0 59453210 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15025/statm: 213709 199895 2635 9 0 208187 0
[pid=15025/tid=15026] ppid=15020 vsize=854836 CPUtime=542.29
/proc/15025/task/15026/stat : 15026 (java) S 15020 15020 13570 0 -1 64 14508 0 1 0 54105 124 0 0 16 0 9 0 59453211 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15027] ppid=15020 vsize=854836 CPUtime=92.29
/proc/15025/task/15027/stat : 15027 (java) R 15020 15020 13570 0 -1 64 182597 0 0 0 9160 69 0 0 25 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 104516127 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15028] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15028/stat : 15028 (java) S 15020 15020 13570 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15029] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15029/stat : 15029 (java) S 15020 15020 13570 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15030] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15030/stat : 15030 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453215 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15031] ppid=15020 vsize=854836 CPUtime=16.19
/proc/15025/task/15031/stat : 15031 (java) S 15020 15020 13570 0 -1 64 8639 0 0 0 1583 36 0 0 16 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15032] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15032/stat : 15032 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15033] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15033/stat : 15033 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 650.81
Current children cumulated vsize (KiB) 860192

[startup+638.001 s]
/proc/loadavg: 1.11 1.24 1.57 2/92 15041
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
[pid=15025] ppid=15020 vsize=854836 CPUtime=651.21
/proc/15025/stat : 15025 (java) S 15020 15020 13570 0 -1 0 206449 0 1 0 64889 232 0 0 21 0 9 0 59453210 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15025/statm: 213709 199895 2635 9 0 208187 0
[pid=15025/tid=15026] ppid=15020 vsize=854836 CPUtime=542.29
/proc/15025/task/15026/stat : 15026 (java) S 15020 15020 13570 0 -1 64 14508 0 1 0 54105 124 0 0 16 0 9 0 59453211 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15027] ppid=15020 vsize=854836 CPUtime=92.69
/proc/15025/task/15027/stat : 15027 (java) R 15020 15020 13570 0 -1 64 182597 0 0 0 9200 69 0 0 25 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 104191083 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15028] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15028/stat : 15028 (java) S 15020 15020 13570 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15029] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15029/stat : 15029 (java) S 15020 15020 13570 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59453213 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15030] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15030/stat : 15030 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453215 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15031] ppid=15020 vsize=854836 CPUtime=16.19
/proc/15025/task/15031/stat : 15031 (java) S 15020 15020 13570 0 -1 64 8639 0 0 0 1583 36 0 0 16 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15025/tid=15032] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15032/stat : 15032 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15025/tid=15033] ppid=15020 vsize=854836 CPUtime=0
/proc/15025/task/15033/stat : 15033 (java) S 15020 15020 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59453218 875352064 199895 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 651.21
Current children cumulated vsize (KiB) 860192

[startup+638.402 s]
/proc/loadavg: 1.11 1.24 1.57 2/92 15041
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=15020] ppid=15018 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (concrete.sh) S 15018 15020 13570 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 59453210 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15020/statm: 1339 244 201 169 0 50 0
[pid=15025] ppid=15020 vsize=0 CPUtime=651.59
/proc/15025/stat : 15025 (java) Z 15020 15020 13570 0 -1 12 206458 0 1 0 64919 240 0 0 16 0 2 0 59453210 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15025/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 651.59
Current children cumulated vsize (KiB) 5356

Child status: 1
Real time (s): 638.431
CPU time (s): 651.638
CPU user time (s): 649.197
CPU system time (s): 2.44063
CPU usage (%): 102.069
Max. virtual memory (cumulated for all children) (KiB): 860636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 649.197
system time used= 2.44063
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207100
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= 43092
involuntary context switches= 23358

runsolver used 0.767883 second user time and 1.89771 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-16 07:58:08
IDJOB=2083871
IDBENCH=57962
IDSOLVER=735
FILE ID=node75/2083871-1247723887
PBS_JOBID= 9521471
Free space on /tmp= 66240 MiB

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

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

MD5SUM BENCH= 5e00df4470fb1641364528d5964a8e44
RANDOM SEED=1485898680

node75.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        789384 kB
Buffers:         78604 kB
Cached:         317360 kB
SwapCached:          0 kB
Active:         819528 kB
Inactive:       357264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        789384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10056 kB
Writeback:           0 kB
Mapped:         801348 kB
Slab:            73384 kB
Committed_AS:  1303228 kB
PageTables:       3356 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= 66236 MiB
End job on node75 at 2009-07-16 08:08:46