Trace number 2063247

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 DC 2009-07-14? (TO) 1800.04 1806.02

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-33_ext.xml
MD5SUM38434596d43f0104d081ed7024cf6a1a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark263.651
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

3.01/2.84	c CPU-LOAD 1.85
3.01/2.84	c LOADED 24 V (24 E), 76 ExtensionConstraintGeneral, arity 3, 1.85 cpu

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-2063247-1247700041/watcher-2063247-1247700041 -o /tmp/evaluation-result-2063247-1247700041/solver-2063247-1247700041 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2063247-1247700041.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.00 1.26 1.62 3/82 11389
/proc/meminfo: memFree=1372808/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 300 128 0 0 0 0 0 0 19 0 1 0 57070264 5484544 238 996147200 4194304 4889804 548682068736 18446744073709551615 221780869202 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/11389/statm: 1339 238 197 169 0 50 0
[pid=11391] ppid=11389 vsize=0 CPUtime=0
/proc/11391/stat : 11391 (concrete.sh) Z 11389 11389 10909 0 -1 4194380 50 116 0 0 0 0 0 0 20 0 1 0 57070265 0 0 996147200 0 0 0 0 0 0 0 4096 65538 18446744071563351923 0 0 17 0 0 0
/proc/11391/statm: -- couldn't open statm file --
[startup+0.046012 s]
/proc/loadavg: 1.00 1.26 1.62 3/82 11389
/proc/meminfo: memFree=1372808/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 57070264 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11389/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101017 s]
/proc/loadavg: 1.00 1.26 1.62 3/82 11389
/proc/meminfo: memFree=1372808/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 57070264 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11389/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301036 s]
/proc/loadavg: 1.00 1.26 1.62 3/82 11389
/proc/meminfo: memFree=1372808/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 57070264 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11389/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701056 s]
/proc/loadavg: 1.00 1.26 1.62 3/82 11389
/proc/meminfo: memFree=1372808/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 57070264 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11389/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50211 s]
/proc/loadavg: 1.00 1.26 1.62 2/92 11402
/proc/meminfo: memFree=1355192/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 57070264 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11389/statm: 1339 244 201 169 0 50 0
[pid=11394] ppid=11389 vsize=848160 CPUtime=1.69
/proc/11394/stat : 11394 (java) S 11389 11389 10909 0 -1 0 9062 0 1 0 163 6 0 0 21 0 9 0 57070265 868515840 7787 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11394/statm: 212040 7787 2614 9 0 206525 0
[pid=11394/tid=11395] ppid=11389 vsize=848160 CPUtime=1.12
/proc/11394/task/11395/stat : 11395 (java) R 11389 11389 10909 0 -1 64 3739 0 1 0 110 2 0 0 16 0 9 0 57070266 868515840 7787 996147200 134512640 134550932 4294955344 18446744073709551615 4126312702 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11396] ppid=11389 vsize=848160 CPUtime=0.32
/proc/11394/task/11396/stat : 11396 (java) S 11389 11389 10909 0 -1 64 3202 0 0 0 31 1 0 0 16 0 9 0 57070267 868515840 7787 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11397] ppid=11389 vsize=848160 CPUtime=0
/proc/11394/task/11397/stat : 11397 (java) S 11389 11389 10909 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 57070268 868515840 7787 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11398] ppid=11389 vsize=848160 CPUtime=0
/proc/11394/task/11398/stat : 11398 (java) S 11389 11389 10909 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57070268 868515840 7787 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11399] ppid=11389 vsize=848160 CPUtime=0
/proc/11394/task/11399/stat : 11399 (java) S 11389 11389 10909 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57070270 868515840 7787 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11400] ppid=11389 vsize=848160 CPUtime=0.21
/proc/11394/task/11400/stat : 11400 (java) S 11389 11389 10909 0 -1 64 1425 0 0 0 21 0 0 0 15 0 9 0 57070273 868515840 7787 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11401] ppid=11389 vsize=848160 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57070273 868515840 7787 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11402] ppid=11389 vsize=848160 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57070273 868515840 7787 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 853516

[startup+3.10221 s]
/proc/loadavg: 1.00 1.25 1.62 2/92 11402
/proc/meminfo: memFree=1346936/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 57070264 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11389/statm: 1339 244 201 169 0 50 0
[pid=11394] ppid=11389 vsize=849188 CPUtime=3.34
/proc/11394/stat : 11394 (java) S 11389 11389 10909 0 -1 0 11458 0 1 0 325 9 0 0 21 0 10 0 57070265 869568512 9969 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11394/statm: 212297 9969 2617 9 0 206782 0
[pid=11394/tid=11395] ppid=11389 vsize=849188 CPUtime=2.28
/proc/11394/task/11395/stat : 11395 (java) R 11389 11389 10909 0 -1 64 4073 0 1 0 224 4 0 0 16 0 10 0 57070266 869568512 9969 996147200 134512640 134550932 4294955344 18446744073709551615 4126429288 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11396] ppid=11389 vsize=849188 CPUtime=0.76
/proc/11394/task/11396/stat : 11396 (java) S 11389 11389 10909 0 -1 64 5197 0 0 0 73 3 0 0 17 0 10 0 57070267 869568512 9969 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11397] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11397/stat : 11397 (java) S 11389 11389 10909 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57070268 869568512 9969 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11398] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11398/stat : 11398 (java) S 11389 11389 10909 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57070268 869568512 9969 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11399] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11399/stat : 11399 (java) S 11389 11389 10909 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 57070270 869568512 9969 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11400] ppid=11389 vsize=849188 CPUtime=0.27
/proc/11394/task/11400/stat : 11400 (java) S 11389 11389 10909 0 -1 64 1486 0 0 0 27 0 0 0 16 0 10 0 57070273 869568512 9969 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11401] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57070273 869568512 9969 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11402] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57070273 869568512 9969 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 854544

[startup+6.3014 s]
/proc/loadavg: 1.00 1.25 1.62 2/92 11404
/proc/meminfo: memFree=1342392/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 57070264 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11389/statm: 1339 244 201 169 0 50 0
[pid=11394] ppid=11389 vsize=849188 CPUtime=6.56
/proc/11394/stat : 11394 (java) S 11389 11389 10909 0 -1 0 11526 0 1 0 647 9 0 0 21 0 9 0 57070265 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11394/statm: 212297 9995 2617 9 0 206782 0
[pid=11394/tid=11395] ppid=11389 vsize=849188 CPUtime=5.42
/proc/11394/task/11395/stat : 11395 (java) R 11389 11389 10909 0 -1 64 4116 0 1 0 538 4 0 0 17 0 9 0 57070266 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4126471864 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11396] ppid=11389 vsize=849188 CPUtime=0.81
/proc/11394/task/11396/stat : 11396 (java) S 11389 11389 10909 0 -1 64 5203 0 0 0 78 3 0 0 15 0 9 0 57070267 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11397] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11397/stat : 11397 (java) S 11389 11389 10909 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11398] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11398/stat : 11398 (java) S 11389 11389 10909 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11399] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11399/stat : 11399 (java) S 11389 11389 10909 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57070270 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11400] ppid=11389 vsize=849188 CPUtime=0.29
/proc/11394/task/11400/stat : 11400 (java) S 11389 11389 10909 0 -1 64 1505 0 0 0 29 0 0 0 16 0 9 0 57070273 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11401] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57070273 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11402] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57070273 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 854544

[startup+12.7028 s]
/proc/loadavg: 1.00 1.24 1.61 2/92 11404
/proc/meminfo: memFree=1342208/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 57070264 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11389/statm: 1339 244 201 169 0 50 0
[pid=11394] ppid=11389 vsize=849188 CPUtime=12.97
/proc/11394/stat : 11394 (java) S 11389 11389 10909 0 -1 0 11610 0 1 0 1287 10 0 0 21 0 9 0 57070265 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11394/statm: 212297 9995 2617 9 0 206782 0
[pid=11394/tid=11395] ppid=11389 vsize=849188 CPUtime=11.75
/proc/11394/task/11395/stat : 11395 (java) R 11389 11389 10909 0 -1 64 4200 0 1 0 1171 4 0 0 17 0 9 0 57070266 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4125643688 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11396] ppid=11389 vsize=849188 CPUtime=0.89
/proc/11394/task/11396/stat : 11396 (java) S 11389 11389 10909 0 -1 64 5203 0 0 0 85 4 0 0 16 0 9 0 57070267 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11397] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11397/stat : 11397 (java) S 11389 11389 10909 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11398] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11398/stat : 11398 (java) S 11389 11389 10909 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11399] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11399/stat : 11399 (java) S 11389 11389 10909 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57070270 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11400] ppid=11389 vsize=849188 CPUtime=0.3
/proc/11394/task/11400/stat : 11400 (java) S 11389 11389 10909 0 -1 64 1505 0 0 0 30 0 0 0 16 0 9 0 57070273 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11401] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57070273 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11402] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57070273 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 854544

[startup+25.5016 s]
/proc/loadavg: 1.00 1.23 1.61 2/92 11404
/proc/meminfo: memFree=1342208/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 57070264 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11389/statm: 1339 244 201 169 0 50 0
[pid=11394] ppid=11389 vsize=849188 CPUtime=25.75
/proc/11394/stat : 11394 (java) S 11389 11389 10909 0 -1 0 11770 0 1 0 2564 11 0 0 21 0 9 0 57070265 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11394/statm: 212297 9995 2617 9 0 206782 0
[pid=11394/tid=11395] ppid=11389 vsize=849188 CPUtime=24.39
/proc/11394/task/11395/stat : 11395 (java) R 11389 11389 10909 0 -1 64 4360 0 1 0 2434 5 0 0 17 0 9 0 57070266 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 103565712 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11396] ppid=11389 vsize=849188 CPUtime=1.02
/proc/11394/task/11396/stat : 11396 (java) S 11389 11389 10909 0 -1 64 5203 0 0 0 98 4 0 0 16 0 9 0 57070267 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11397] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11397/stat : 11397 (java) S 11389 11389 10909 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11398] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11398/stat : 11398 (java) S 11389 11389 10909 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11399] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11399/stat : 11399 (java) S 11389 11389 10909 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57070270 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11400] ppid=11389 vsize=849188 CPUtime=0.3
/proc/11394/task/11400/stat : 11400 (java) S 11389 11389 10909 0 -1 64 1505 0 0 0 30 0 0 0 16 0 9 0 57070273 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11401] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57070273 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11402] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57070273 869568512 9995 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.75
Current children cumulated vsize (KiB) 854544

[startup+51.1012 s]
/proc/loadavg: 1.00 1.21 1.59 2/92 11404
/proc/meminfo: memFree=1341184/2055920 swapFree=4191900/4192956

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

/proc/11394/task/11400/stat : 11400 (java) S 11389 11389 10909 0 -1 64 1506 0 0 0 30 0 0 0 16 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11401] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11402] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.65
Current children cumulated vsize (KiB) 854544

[startup+1602.3 s]
/proc/loadavg: 1.02 1.01 1.09 2/92 11404
/proc/meminfo: memFree=1335104/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 57070264 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11389/statm: 1339 244 201 169 0 50 0
[pid=11394] ppid=11389 vsize=849188 CPUtime=1596.44
/proc/11394/stat : 11394 (java) S 11389 11389 10909 0 -1 0 33196 0 1 0 159459 185 0 0 21 0 9 0 57070265 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11394/statm: 212297 11675 2617 9 0 206782 0
[pid=11394/tid=11395] ppid=11389 vsize=849188 CPUtime=1577.89
/proc/11394/task/11395/stat : 11395 (java) R 11389 11389 10909 0 -1 64 24105 0 1 0 157725 64 0 0 17 0 9 0 57070266 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4126482452 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11396] ppid=11389 vsize=849188 CPUtime=18.21
/proc/11394/task/11396/stat : 11396 (java) S 11389 11389 10909 0 -1 64 6883 0 0 0 1702 119 0 0 16 0 9 0 57070267 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11397] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11397/stat : 11397 (java) S 11389 11389 10909 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11398] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11398/stat : 11398 (java) S 11389 11389 10909 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11399] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11399/stat : 11399 (java) S 11389 11389 10909 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57070270 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11400] ppid=11389 vsize=849188 CPUtime=0.3
/proc/11394/task/11400/stat : 11400 (java) S 11389 11389 10909 0 -1 64 1506 0 0 0 30 0 0 0 16 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11401] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11402] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.44
Current children cumulated vsize (KiB) 854544

[startup+1662.3 s]
/proc/loadavg: 1.66 1.19 1.15 5/92 11447
/proc/meminfo: memFree=1298744/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 57070264 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11389/statm: 1339 244 201 169 0 50 0
[pid=11394] ppid=11389 vsize=849188 CPUtime=1656.38
/proc/11394/stat : 11394 (java) S 11389 11389 10909 0 -1 0 33957 0 1 0 165446 192 0 0 21 0 9 0 57070265 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11394/statm: 212297 11675 2617 9 0 206782 0
[pid=11394/tid=11395] ppid=11389 vsize=849188 CPUtime=1637.17
/proc/11394/task/11395/stat : 11395 (java) R 11389 11389 10909 0 -1 64 24866 0 1 0 163650 67 0 0 25 0 9 0 57070266 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 103211122 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11396] ppid=11389 vsize=849188 CPUtime=18.89
/proc/11394/task/11396/stat : 11396 (java) S 11389 11389 10909 0 -1 64 6883 0 0 0 1765 124 0 0 16 0 9 0 57070267 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11397] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11397/stat : 11397 (java) S 11389 11389 10909 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11398] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11398/stat : 11398 (java) S 11389 11389 10909 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11399] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11399/stat : 11399 (java) S 11389 11389 10909 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57070270 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11400] ppid=11389 vsize=849188 CPUtime=0.3
/proc/11394/task/11400/stat : 11400 (java) S 11389 11389 10909 0 -1 64 1506 0 0 0 30 0 0 0 16 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11401] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11402] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.38
Current children cumulated vsize (KiB) 854544

[startup+1722.3 s]
/proc/loadavg: 2.09 1.39 1.22 3/92 11447
/proc/meminfo: memFree=1254136/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 57070264 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11389/statm: 1339 244 201 169 0 50 0
[pid=11394] ppid=11389 vsize=849188 CPUtime=1716.37
/proc/11394/stat : 11394 (java) S 11389 11389 10909 0 -1 0 34714 0 1 0 171436 201 0 0 21 0 9 0 57070265 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11394/statm: 212297 11675 2617 9 0 206782 0
[pid=11394/tid=11395] ppid=11389 vsize=849188 CPUtime=1696.45
/proc/11394/task/11395/stat : 11395 (java) R 11389 11389 10909 0 -1 64 25622 0 1 0 169575 70 0 0 25 0 9 0 57070266 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4126481446 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11396] ppid=11389 vsize=849188 CPUtime=19.59
/proc/11394/task/11396/stat : 11396 (java) S 11389 11389 10909 0 -1 64 6884 0 0 0 1830 129 0 0 16 0 9 0 57070267 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11397] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11397/stat : 11397 (java) S 11389 11389 10909 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11398] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11398/stat : 11398 (java) S 11389 11389 10909 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11399] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11399/stat : 11399 (java) S 11389 11389 10909 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57070270 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11400] ppid=11389 vsize=849188 CPUtime=0.3
/proc/11394/task/11400/stat : 11400 (java) S 11389 11389 10909 0 -1 64 1506 0 0 0 30 0 0 0 16 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11401] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11402] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.37
Current children cumulated vsize (KiB) 854544

[startup+1782.3 s]
/proc/loadavg: 2.13 1.53 1.28 3/92 11447
/proc/meminfo: memFree=1251576/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 57070264 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11389/statm: 1339 244 201 169 0 50 0
[pid=11394] ppid=11389 vsize=849188 CPUtime=1776.34
/proc/11394/stat : 11394 (java) S 11389 11389 10909 0 -1 0 35497 0 1 0 177427 207 0 0 21 0 9 0 57070265 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11394/statm: 212297 11675 2617 9 0 206782 0
[pid=11394/tid=11395] ppid=11389 vsize=849188 CPUtime=1755.76
/proc/11394/task/11395/stat : 11395 (java) R 11389 11389 10909 0 -1 64 26405 0 1 0 175503 73 0 0 25 0 9 0 57070266 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4126471370 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11396] ppid=11389 vsize=849188 CPUtime=20.25
/proc/11394/task/11396/stat : 11396 (java) S 11389 11389 10909 0 -1 64 6884 0 0 0 1893 132 0 0 16 0 9 0 57070267 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11397] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11397/stat : 11397 (java) S 11389 11389 10909 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11398] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11398/stat : 11398 (java) S 11389 11389 10909 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11399] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11399/stat : 11399 (java) S 11389 11389 10909 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57070270 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11400] ppid=11389 vsize=849188 CPUtime=0.3
/proc/11394/task/11400/stat : 11400 (java) S 11389 11389 10909 0 -1 64 1506 0 0 0 30 0 0 0 16 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11401] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11402] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.34
Current children cumulated vsize (KiB) 854544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806 s]
/proc/loadavg: 2.21 1.60 1.30 3/92 11447
/proc/meminfo: memFree=1250808/2055920 swapFree=4191900/4192956
[pid=11389] ppid=11387 vsize=5356 CPUtime=0
/proc/11389/stat : 11389 (concrete.sh) S 11387 11389 10909 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 57070264 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11389/statm: 1339 244 201 169 0 50 0
[pid=11394] ppid=11389 vsize=849188 CPUtime=1800.04
/proc/11394/stat : 11394 (java) S 11389 11389 10909 0 -1 0 35806 0 1 0 179793 211 0 0 21 0 9 0 57070265 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11394/statm: 212297 11675 2617 9 0 206782 0
[pid=11394/tid=11395] ppid=11389 vsize=849188 CPUtime=1779.19
/proc/11394/task/11395/stat : 11395 (java) R 11389 11389 10909 0 -1 64 26714 0 1 0 177845 74 0 0 25 0 9 0 57070266 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4126485922 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11396] ppid=11389 vsize=849188 CPUtime=20.53
/proc/11394/task/11396/stat : 11396 (java) S 11389 11389 10909 0 -1 64 6884 0 0 0 1918 135 0 0 16 0 9 0 57070267 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11397] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11397/stat : 11397 (java) S 11389 11389 10909 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11394/tid=11398] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11398/stat : 11398 (java) S 11389 11389 10909 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57070268 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11399] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11399/stat : 11399 (java) S 11389 11389 10909 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57070270 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11400] ppid=11389 vsize=849188 CPUtime=0.3
/proc/11394/task/11400/stat : 11400 (java) S 11389 11389 10909 0 -1 64 1506 0 0 0 30 0 0 0 16 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11401] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11394/tid=11402] ppid=11389 vsize=849188 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11389 11389 10909 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57070273 869568512 11675 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 854544

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11389 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=4999
# CPU time returned by wait4() is 0.006998
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.02
CPU time (s): 1800.04
CPU user time (s): 1797.93
CPU system time (s): 2.11
CPU usage (%): 99.6688
Max. virtual memory (cumulated for all children) (KiB): 854544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.004999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 635
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 7

runsolver used 2.43563 second user time and 5.88711 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-16 01:20:41
IDJOB=2063247
IDBENCH=53990
IDSOLVER=736
FILE ID=node29/2063247-1247700041
PBS_JOBID= 9521252
Free space on /tmp= 66320 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-33_ext.xml
COMMAND LINE= HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063247-1247700041/watcher-2063247-1247700041 -o /tmp/evaluation-result-2063247-1247700041/solver-2063247-1247700041 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2063247-1247700041.xml

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

MD5SUM BENCH= 38434596d43f0104d081ed7024cf6a1a
RANDOM SEED=170272458

node29.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.225
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.225
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:       1373352 kB
Buffers:         74464 kB
Cached:         508108 kB
SwapCached:        392 kB
Active:         197972 kB
Inactive:       414576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1373352 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4160 kB
Writeback:           0 kB
Mapped:          47072 kB
Slab:            55236 kB
Committed_AS:   665668 kB
PageTables:       1984 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= 66316 MiB
End job on node29 at 2009-07-16 01:50:49