Trace number 2066382

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.09 1804.82

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-30-40.xml
MD5SUM9a003ce3b7fcd7489458f88e729a9490
Bench CategoryN-ARY-INT (n-ary 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 variables2400
Number of constraints140
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension140
Global constraints used (with number of constraints)

Solver Data

44.24/44.75	c CPU-LOAD 11.35
44.24/44.75	c LOADED 2400 V (2 E), 140 PredicateConstraint, arity 40, 11.35 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-2066382-1247704881/watcher-2066382-1247704881 -o /tmp/evaluation-result-2066382-1247704881/solver-2066382-1247704881 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2066382-1247704881.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.79 2.54 2.29 4/81 9293
/proc/meminfo: memFree=1348992/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) R 9291 9293 8004 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 57551909 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 258939087519 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/9293/statm: 1339 230 191 169 0 50 0
[pid=9294] ppid=9293 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) R 9293 9293 8004 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 57551909 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 258939087519 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/9294/statm: 1339 230 191 169 0 50 0

[startup+0.102723 s]
/proc/loadavg: 2.79 2.54 2.29 4/81 9293
/proc/meminfo: memFree=1348992/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) S 9291 9293 8004 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57551909 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.202742 s]
/proc/loadavg: 2.79 2.54 2.29 4/81 9293
/proc/meminfo: memFree=1348992/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) S 9291 9293 8004 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57551909 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302761 s]
/proc/loadavg: 2.79 2.54 2.29 4/81 9293
/proc/meminfo: memFree=1348992/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) S 9291 9293 8004 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57551909 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702832 s]
/proc/loadavg: 2.79 2.54 2.29 4/81 9293
/proc/meminfo: memFree=1348992/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) S 9291 9293 8004 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57551909 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50198 s]
/proc/loadavg: 2.79 2.54 2.29 5/92 9307
/proc/meminfo: memFree=1333288/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) S 9291 9293 8004 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57551909 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 244 201 169 0 50 0
[pid=9298] ppid=9293 vsize=848728 CPUtime=1.46
/proc/9298/stat : 9298 (java) S 9293 9293 8004 0 -1 0 8441 0 1 0 140 6 0 0 18 0 10 0 57551910 869097472 7262 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9298/statm: 212182 7262 2624 9 0 206660 0
[pid=9298/tid=9299] ppid=9293 vsize=848728 CPUtime=0.88
/proc/9298/task/9299/stat : 9299 (java) R 9293 9293 8004 0 -1 64 3990 0 1 0 86 2 0 0 21 0 10 0 57551911 869097472 7262 996147200 134512640 134550932 4294955344 18446744073709551615 4126563853 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9300] ppid=9293 vsize=848728 CPUtime=0.13
/proc/9298/task/9300/stat : 9300 (java) S 9293 9293 8004 0 -1 64 2103 0 0 0 13 0 0 0 16 0 10 0 57551912 869097472 7262 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9301] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9301/stat : 9301 (java) S 9293 9293 8004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 7262 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9302] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9302/stat : 9302 (java) S 9293 9293 8004 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57551913 869097472 7262 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9303] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9303/stat : 9303 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57551915 869097472 7262 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9304] ppid=9293 vsize=848728 CPUtime=0.41
/proc/9298/task/9304/stat : 9304 (java) S 9293 9293 8004 0 -1 64 1648 0 0 0 39 2 0 0 15 0 10 0 57551919 869097472 7262 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9305] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9305/stat : 9305 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57551919 869097472 7262 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9306] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9306/stat : 9306 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57551919 869097472 7262 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9307] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9307/stat : 9307 (java) S 9293 9293 8004 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 57552013 869097472 7262 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 854084

[startup+3.10227 s]
/proc/loadavg: 2.81 2.55 2.29 4/92 9307
/proc/meminfo: memFree=1316328/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) S 9291 9293 8004 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57551909 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 244 201 169 0 50 0
[pid=9298] ppid=9293 vsize=848728 CPUtime=3.04
/proc/9298/stat : 9298 (java) S 9293 9293 8004 0 -1 0 20205 0 1 0 292 12 0 0 18 0 10 0 57551910 869097472 18924 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9298/statm: 212182 18924 2632 9 0 206660 0
[pid=9298/tid=9299] ppid=9293 vsize=848728 CPUtime=1.68
/proc/9298/task/9299/stat : 9299 (java) R 9293 9293 8004 0 -1 64 4647 0 1 0 165 3 0 0 25 0 10 0 57551911 869097472 18924 996147200 134512640 134550932 4294955344 18446744073709551615 102523996 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9300] ppid=9293 vsize=848728 CPUtime=0.86
/proc/9298/task/9300/stat : 9300 (java) S 9293 9293 8004 0 -1 64 13165 0 0 0 80 6 0 0 16 0 10 0 57551912 869097472 18924 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9301] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9301/stat : 9301 (java) S 9293 9293 8004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 18924 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9302] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9302/stat : 9302 (java) S 9293 9293 8004 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57551913 869097472 18924 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9303] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9303/stat : 9303 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57551915 869097472 18924 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9304] ppid=9293 vsize=848728 CPUtime=0.47
/proc/9298/task/9304/stat : 9304 (java) S 9293 9293 8004 0 -1 64 1693 0 0 0 45 2 0 0 16 0 10 0 57551919 869097472 18924 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9305] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9305/stat : 9305 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57551919 869097472 18924 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9306] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9306/stat : 9306 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57551919 869097472 18924 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9307] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9307/stat : 9307 (java) S 9293 9293 8004 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 57552013 869097472 18924 996147200 134512640 134550932 4294955344 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) 854084

[startup+6.30286 s]
/proc/loadavg: 2.81 2.55 2.29 3/92 9307
/proc/meminfo: memFree=1181032/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) S 9291 9293 8004 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57551909 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 244 201 169 0 50 0
[pid=9298] ppid=9293 vsize=848728 CPUtime=6.21
/proc/9298/stat : 9298 (java) S 9293 9293 8004 0 -1 0 51162 0 1 0 597 24 0 0 18 0 10 0 57551910 869097472 49859 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9298/statm: 212182 49859 2632 9 0 206660 0
[pid=9298/tid=9299] ppid=9293 vsize=848728 CPUtime=3.15
/proc/9298/task/9299/stat : 9299 (java) R 9293 9293 8004 0 -1 64 6349 0 1 0 311 4 0 0 25 0 10 0 57551911 869097472 49859 996147200 134512640 134550932 4294955344 18446744073709551615 4127057342 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9300] ppid=9293 vsize=848728 CPUtime=2.57
/proc/9298/task/9300/stat : 9300 (java) S 9293 9293 8004 0 -1 64 42420 0 0 0 240 17 0 0 16 0 10 0 57551912 869097472 49859 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9301] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9301/stat : 9301 (java) S 9293 9293 8004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 49859 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9302] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9302/stat : 9302 (java) S 9293 9293 8004 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57551913 869097472 49859 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9303] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9303/stat : 9303 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57551915 869097472 49859 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9304] ppid=9293 vsize=848728 CPUtime=0.47
/proc/9298/task/9304/stat : 9304 (java) S 9293 9293 8004 0 -1 64 1693 0 0 0 45 2 0 0 16 0 10 0 57551919 869097472 49859 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9305] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9305/stat : 9305 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57551919 869097472 49859 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9306] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9306/stat : 9306 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57551919 869097472 49859 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9307] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9307/stat : 9307 (java) S 9293 9293 8004 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 57552013 869097472 49859 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 854084

[startup+12.702 s]
/proc/loadavg: 2.77 2.55 2.29 4/92 9307
/proc/meminfo: memFree=900080/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) S 9291 9293 8004 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57551909 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 244 201 169 0 50 0
[pid=9298] ppid=9293 vsize=848728 CPUtime=12.55
/proc/9298/stat : 9298 (java) S 9293 9293 8004 0 -1 0 119469 0 1 0 1203 52 0 0 18 0 10 0 57551910 869097472 118151 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9298/statm: 212182 118151 2632 9 0 206660 0
[pid=9298/tid=9299] ppid=9293 vsize=848728 CPUtime=6.28
/proc/9298/task/9299/stat : 9299 (java) R 9293 9293 8004 0 -1 64 10076 0 1 0 623 5 0 0 25 0 10 0 57551911 869097472 118151 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9300] ppid=9293 vsize=848728 CPUtime=5.76
/proc/9298/task/9300/stat : 9300 (java) R 9293 9293 8004 0 -1 64 107000 0 0 0 533 43 0 0 16 0 10 0 57551912 869097472 118151 996147200 134512640 134550932 4294955344 18446744073709551615 102709373 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9301] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9301/stat : 9301 (java) S 9293 9293 8004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 118151 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9302] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9302/stat : 9302 (java) S 9293 9293 8004 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57551913 869097472 118151 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9303] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9303/stat : 9303 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57551915 869097472 118151 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9304] ppid=9293 vsize=848728 CPUtime=0.47
/proc/9298/task/9304/stat : 9304 (java) S 9293 9293 8004 0 -1 64 1693 0 0 0 45 2 0 0 16 0 10 0 57551919 869097472 118151 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9305] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9305/stat : 9305 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57551919 869097472 118151 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9306] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9306/stat : 9306 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57551919 869097472 118151 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9307] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9307/stat : 9307 (java) S 9293 9293 8004 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 57552013 869097472 118151 996147200 134512640 134550932 4294955344 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) 854084

[startup+25.5023 s]
/proc/loadavg: 2.80 2.56 2.30 3/92 9307
/proc/meminfo: memFree=596528/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) S 9291 9293 8004 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57551909 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 244 201 169 0 50 0
[pid=9298] ppid=9293 vsize=848728 CPUtime=25.23
/proc/9298/stat : 9298 (java) S 9293 9293 8004 0 -1 0 191441 0 1 0 2442 81 0 0 18 0 10 0 57551910 869097472 190110 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9298/statm: 212182 190110 2632 9 0 206660 0
[pid=9298/tid=9299] ppid=9293 vsize=848728 CPUtime=11.23
/proc/9298/task/9299/stat : 9299 (java) R 9293 9293 8004 0 -1 64 10088 0 1 0 1118 5 0 0 25 0 10 0 57551911 869097472 190110 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9300] ppid=9293 vsize=848728 CPUtime=13.49
/proc/9298/task/9300/stat : 9300 (java) R 9293 9293 8004 0 -1 64 178960 0 0 0 1277 72 0 0 16 0 10 0 57551912 869097472 190110 996147200 134512640 134550932 4294955344 18446744073709551615 103825730 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9301] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9301/stat : 9301 (java) S 9293 9293 8004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 190110 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9302] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9302/stat : 9302 (java) S 9293 9293 8004 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57551913 869097472 190110 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9303] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9303/stat : 9303 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57551915 869097472 190110 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9304] ppid=9293 vsize=848728 CPUtime=0.47
/proc/9298/task/9304/stat : 9304 (java) S 9293 9293 8004 0 -1 64 1693 0 0 0 45 2 0 0 16 0 10 0 57551919 869097472 190110 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9305] ppid=9293 vsize=848728 CPUtime=0

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

/proc/meminfo: memFree=603600/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) S 9291 9293 8004 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57551909 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 244 201 169 0 50 0
[pid=9298] ppid=9293 vsize=848728 CPUtime=1657.66
/proc/9298/stat : 9298 (java) S 9293 9293 8004 0 -1 0 192130 0 1 0 165673 93 0 0 18 0 10 0 57551910 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9298/statm: 212182 172140 2633 9 0 206660 0
[pid=9298/tid=9299] ppid=9293 vsize=848728 CPUtime=1624.51
/proc/9298/task/9299/stat : 9299 (java) R 9293 9293 8004 0 -1 64 10739 0 1 0 162438 13 0 0 25 0 10 0 57551911 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4127170848 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9300] ppid=9293 vsize=848728 CPUtime=32.59
/proc/9298/task/9300/stat : 9300 (java) S 9293 9293 8004 0 -1 64 178960 0 0 0 3182 77 0 0 16 0 10 0 57551912 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9301] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9301/stat : 9301 (java) S 9293 9293 8004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9302] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9302/stat : 9302 (java) S 9293 9293 8004 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9303] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9303/stat : 9303 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57551915 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9304] ppid=9293 vsize=848728 CPUtime=0.52
/proc/9298/task/9304/stat : 9304 (java) S 9293 9293 8004 0 -1 64 1730 0 0 0 50 2 0 0 15 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9305] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9305/stat : 9305 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9306] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9306/stat : 9306 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9308] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9308/stat : 9308 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 17 0 10 0 57556393 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.66
Current children cumulated vsize (KiB) 854084

[startup+1722.3 s]
/proc/loadavg: 2.24 2.10 2.10 3/93 9402
/proc/meminfo: memFree=600848/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) S 9291 9293 8004 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57551909 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 244 201 169 0 50 0
[pid=9298] ppid=9293 vsize=848728 CPUtime=1717.63
/proc/9298/stat : 9298 (java) S 9293 9293 8004 0 -1 0 192154 0 1 0 171669 94 0 0 18 0 10 0 57551910 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9298/statm: 212182 172140 2633 9 0 206660 0
[pid=9298/tid=9299] ppid=9293 vsize=848728 CPUtime=1684.48
/proc/9298/task/9299/stat : 9299 (java) R 9293 9293 8004 0 -1 64 10763 0 1 0 168434 14 0 0 25 0 10 0 57551911 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4127227050 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9300] ppid=9293 vsize=848728 CPUtime=32.6
/proc/9298/task/9300/stat : 9300 (java) S 9293 9293 8004 0 -1 64 178960 0 0 0 3183 77 0 0 16 0 10 0 57551912 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9301] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9301/stat : 9301 (java) S 9293 9293 8004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9302] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9302/stat : 9302 (java) S 9293 9293 8004 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9303] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9303/stat : 9303 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57551915 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9304] ppid=9293 vsize=848728 CPUtime=0.52
/proc/9298/task/9304/stat : 9304 (java) S 9293 9293 8004 0 -1 64 1730 0 0 0 50 2 0 0 15 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9305] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9305/stat : 9305 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9306] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9306/stat : 9306 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9308] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9308/stat : 9308 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 17 0 10 0 57556393 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.63
Current children cumulated vsize (KiB) 854084

[startup+1782.3 s]
/proc/loadavg: 2.12 2.09 2.09 3/93 9402
/proc/meminfo: memFree=598104/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) S 9291 9293 8004 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57551909 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 244 201 169 0 50 0
[pid=9298] ppid=9293 vsize=848728 CPUtime=1777.61
/proc/9298/stat : 9298 (java) S 9293 9293 8004 0 -1 0 192177 0 1 0 177667 94 0 0 18 0 10 0 57551910 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9298/statm: 212182 172140 2633 9 0 206660 0
[pid=9298/tid=9299] ppid=9293 vsize=848728 CPUtime=1744.44
/proc/9298/task/9299/stat : 9299 (java) R 9293 9293 8004 0 -1 64 10786 0 1 0 174430 14 0 0 25 0 10 0 57551911 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4127174098 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9300] ppid=9293 vsize=848728 CPUtime=32.62
/proc/9298/task/9300/stat : 9300 (java) S 9293 9293 8004 0 -1 64 178960 0 0 0 3185 77 0 0 16 0 10 0 57551912 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9301] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9301/stat : 9301 (java) S 9293 9293 8004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9302] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9302/stat : 9302 (java) S 9293 9293 8004 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9303] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9303/stat : 9303 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57551915 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9304] ppid=9293 vsize=848728 CPUtime=0.52
/proc/9298/task/9304/stat : 9304 (java) S 9293 9293 8004 0 -1 64 1730 0 0 0 50 2 0 0 15 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9305] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9305/stat : 9305 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9306] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9306/stat : 9306 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9308] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9308/stat : 9308 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 17 0 10 0 57556393 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.61
Current children cumulated vsize (KiB) 854084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.8 s]
/proc/loadavg: 2.22 2.12 2.10 3/93 9402
/proc/meminfo: memFree=597976/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) S 9291 9293 8004 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57551909 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 244 201 169 0 50 0
[pid=9298] ppid=9293 vsize=848728 CPUtime=1800.09
/proc/9298/stat : 9298 (java) S 9293 9293 8004 0 -1 0 192186 0 1 0 179915 94 0 0 18 0 10 0 57551910 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9298/statm: 212182 172140 2633 9 0 206660 0
[pid=9298/tid=9299] ppid=9293 vsize=848728 CPUtime=1766.92
/proc/9298/task/9299/stat : 9299 (java) R 9293 9293 8004 0 -1 64 10795 0 1 0 176678 14 0 0 25 0 10 0 57551911 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4127190766 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9300] ppid=9293 vsize=848728 CPUtime=32.62
/proc/9298/task/9300/stat : 9300 (java) S 9293 9293 8004 0 -1 64 178960 0 0 0 3185 77 0 0 16 0 10 0 57551912 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9301] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9301/stat : 9301 (java) S 9293 9293 8004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9302] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9302/stat : 9302 (java) S 9293 9293 8004 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9303] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9303/stat : 9303 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57551915 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9304] ppid=9293 vsize=848728 CPUtime=0.52
/proc/9298/task/9304/stat : 9304 (java) S 9293 9293 8004 0 -1 64 1730 0 0 0 50 2 0 0 15 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9305] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9305/stat : 9305 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9306] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9306/stat : 9306 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9308] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9308/stat : 9308 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 17 0 10 0 57556393 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 854084

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

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

[startup+1804.8 s]
/proc/loadavg: 2.22 2.12 2.10 3/93 9402
/proc/meminfo: memFree=597976/2055920 swapFree=4192812/4192956
[pid=9293] ppid=9291 vsize=5356 CPUtime=0
/proc/9293/stat : 9293 (concrete.sh) S 9291 9293 8004 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57551909 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9293/statm: 1339 244 201 169 0 50 0
[pid=9298] ppid=9293 vsize=848728 CPUtime=1800.09
/proc/9298/stat : 9298 (java) S 9293 9293 8004 0 -1 0 192186 0 1 0 179915 94 0 0 18 0 10 0 57551910 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9298/statm: 212182 172140 2633 9 0 206660 0
[pid=9298/tid=9299] ppid=9293 vsize=848728 CPUtime=1766.92
/proc/9298/task/9299/stat : 9299 (java) R 9293 9293 8004 0 -1 64 10795 0 1 0 176678 14 0 0 25 0 10 0 57551911 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4127190766 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9300] ppid=9293 vsize=848728 CPUtime=32.62
/proc/9298/task/9300/stat : 9300 (java) S 9293 9293 8004 0 -1 64 178960 0 0 0 3185 77 0 0 16 0 10 0 57551912 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9301] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9301/stat : 9301 (java) S 9293 9293 8004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9302] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9302/stat : 9302 (java) S 9293 9293 8004 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57551913 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9303] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9303/stat : 9303 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57551915 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9304] ppid=9293 vsize=848728 CPUtime=0.52
/proc/9298/task/9304/stat : 9304 (java) S 9293 9293 8004 0 -1 64 1730 0 0 0 50 2 0 0 15 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9305] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9305/stat : 9305 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9298/tid=9306] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9306/stat : 9306 (java) S 9293 9293 8004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57551919 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9298/tid=9308] ppid=9293 vsize=848728 CPUtime=0
/proc/9298/task/9308/stat : 9308 (java) S 9293 9293 8004 0 -1 64 0 0 0 0 0 0 0 0 17 0 10 0 57556393 869097472 172140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 854084

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1804.82
CPU time (s): 1800.09
CPU user time (s): 1799.15
CPU system time (s): 0.94
CPU usage (%): 99.7379
Max. virtual memory (cumulated for all children) (KiB): 854084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.003999
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= 22
involuntary context switches= 8

runsolver used 2.21766 second user time and 6.05308 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-16 02:41:21
IDJOB=2066382
IDBENCH=54514
IDSOLVER=736
FILE ID=node45/2066382-1247704881
PBS_JOBID= 9521220
Free space on /tmp= 66380 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-30-40.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-2066382-1247704881/watcher-2066382-1247704881 -o /tmp/evaluation-result-2066382-1247704881/solver-2066382-1247704881 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2066382-1247704881.xml

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

MD5SUM BENCH= 9a003ce3b7fcd7489458f88e729a9490
RANDOM SEED=2110941125

node45.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.281
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.281
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:       1349408 kB
Buffers:         78156 kB
Cached:         519496 kB
SwapCached:          0 kB
Active:         211056 kB
Inactive:       423784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1349408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          57712 kB
Slab:            56876 kB
Committed_AS:   554856 kB
PageTables:       1868 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= 66376 MiB
End job on node45 at 2009-07-16 03:11:28