Trace number 2068615

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.06 1813.72

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-21-07.xml
MD5SUM4af1932123ff3de2965e6529e00ee888
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.36879
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2572
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension152
Number of constraints which are defined in intension2420
Global constraints used (with number of constraints)

Solver Data

575.53/581.15	c CPU-LOAD 97.83
575.53/581.15	c LOADED 368 V (26 E), 2420 PredicateConstraint, 152 ExtensionConstraintDynamic, arity 20, 97.83 cpu
1800.06/1813.72	c [

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-2068615-1247706955/watcher-2068615-1247706955 -o /tmp/evaluation-result-2068615-1247706955/solver-2068615-1247706955 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2068615-1247706955.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.91 1.97 1.96 4/74 18687
/proc/meminfo: memFree=815280/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 57386811 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 264519778386 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/18687/statm: 1339 230 191 169 0 50 0
[pid=18688] ppid=18687 vsize=124 CPUtime=0
/proc/18688/stat : 18688 (dirname) R 18687 18687 17111 0 -1 4194304 47 0 0 0 0 0 0 0 22 0 1 0 57386812 126976 22 996147200 4194304 4208292 548682069008 18446744073709551615 264516990229 0 0 4096 0 0 0 0 17 1 0 0
/proc/18688/statm: 31 22 16 3 0 3 0

[startup+0.10919 s]
/proc/loadavg: 1.91 1.97 1.96 4/74 18687
/proc/meminfo: memFree=815280/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57386811 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18687/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.202532 s]
/proc/loadavg: 1.91 1.97 1.96 4/74 18687
/proc/meminfo: memFree=815280/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57386811 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18687/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302423 s]
/proc/loadavg: 1.91 1.97 1.96 4/74 18687
/proc/meminfo: memFree=815280/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57386811 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18687/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702267 s]
/proc/loadavg: 1.91 1.97 1.96 4/74 18687
/proc/meminfo: memFree=815280/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57386811 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18687/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50238 s]
/proc/loadavg: 1.91 1.97 1.96 3/84 18700
/proc/meminfo: memFree=794400/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57386811 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18687/statm: 1339 244 201 169 0 50 0
[pid=18692] ppid=18687 vsize=847456 CPUtime=1.46
/proc/18692/stat : 18692 (java) S 18687 18687 17111 0 -1 0 8951 0 1 0 139 7 0 0 18 0 9 0 57386813 867794944 7970 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18692/statm: 211864 7970 2614 9 0 206349 0
[pid=18692/tid=18693] ppid=18687 vsize=847456 CPUtime=0.97
/proc/18692/task/18693/stat : 18693 (java) R 18687 18687 17111 0 -1 64 4589 0 1 0 94 3 0 0 24 0 9 0 57386814 867794944 7970 996147200 134512640 134550932 4294955344 18446744073709551615 4126252109 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18694] ppid=18687 vsize=847456 CPUtime=0.2
/proc/18692/task/18694/stat : 18694 (java) S 18687 18687 17111 0 -1 64 2372 0 0 0 18 2 0 0 16 0 9 0 57386815 867794944 7970 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18695] ppid=18687 vsize=847456 CPUtime=0
/proc/18692/task/18695/stat : 18695 (java) S 18687 18687 17111 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57386815 867794944 7970 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18696] ppid=18687 vsize=847456 CPUtime=0
/proc/18692/task/18696/stat : 18696 (java) S 18687 18687 17111 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57386815 867794944 7970 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18697] ppid=18687 vsize=847456 CPUtime=0
/proc/18692/task/18697/stat : 18697 (java) S 18687 18687 17111 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57386818 867794944 7970 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18698] ppid=18687 vsize=847456 CPUtime=0.25
/proc/18692/task/18698/stat : 18698 (java) S 18687 18687 17111 0 -1 64 1295 0 0 0 25 0 0 0 16 0 9 0 57386821 867794944 7970 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18699] ppid=18687 vsize=847456 CPUtime=0
/proc/18692/task/18699/stat : 18699 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57386821 867794944 7970 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18700] ppid=18687 vsize=847456 CPUtime=0
/proc/18692/task/18700/stat : 18700 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57386821 867794944 7970 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) 852812

[startup+3.10158 s]
/proc/loadavg: 1.91 1.97 1.96 3/84 18700
/proc/meminfo: memFree=790560/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57386811 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18687/statm: 1339 244 201 169 0 50 0
[pid=18692] ppid=18687 vsize=848820 CPUtime=3.04
/proc/18692/stat : 18692 (java) S 18687 18687 17111 0 -1 0 10220 0 1 0 295 9 0 0 18 0 10 0 57386813 869191680 9135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18692/statm: 212205 9135 2625 9 0 206683 0
[pid=18692/tid=18693] ppid=18687 vsize=848820 CPUtime=2
/proc/18692/task/18693/stat : 18693 (java) R 18687 18687 17111 0 -1 64 4948 0 1 0 196 4 0 0 25 0 10 0 57386814 869191680 9135 996147200 134512640 134550932 4294955344 18446744073709551615 4126876010 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18694] ppid=18687 vsize=848820 CPUtime=0.44
/proc/18692/task/18694/stat : 18694 (java) S 18687 18687 17111 0 -1 64 3028 0 0 0 42 2 0 0 16 0 10 0 57386815 869191680 9135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18695] ppid=18687 vsize=848820 CPUtime=0
/proc/18692/task/18695/stat : 18695 (java) S 18687 18687 17111 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57386815 869191680 9135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18696] ppid=18687 vsize=848820 CPUtime=0
/proc/18692/task/18696/stat : 18696 (java) S 18687 18687 17111 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57386815 869191680 9135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18697] ppid=18687 vsize=848820 CPUtime=0
/proc/18692/task/18697/stat : 18697 (java) S 18687 18687 17111 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57386818 869191680 9135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18698] ppid=18687 vsize=848820 CPUtime=0.57
/proc/18692/task/18698/stat : 18698 (java) S 18687 18687 17111 0 -1 64 1545 0 0 0 56 1 0 0 15 0 10 0 57386821 869191680 9135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18699] ppid=18687 vsize=848820 CPUtime=0
/proc/18692/task/18699/stat : 18699 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57386821 869191680 9135 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18700] ppid=18687 vsize=848820 CPUtime=0
/proc/18692/task/18700/stat : 18700 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57386821 869191680 9135 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) 854176

[startup+6.30299 s]
/proc/loadavg: 1.92 1.97 1.96 3/85 18701
/proc/meminfo: memFree=739672/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57386811 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18687/statm: 1339 244 201 169 0 50 0
[pid=18692] ppid=18687 vsize=851144 CPUtime=6.21
/proc/18692/stat : 18692 (java) S 18687 18687 17111 0 -1 0 29057 0 1 0 601 20 0 0 18 0 10 0 57386813 871571456 26629 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18692/statm: 212786 26629 2634 9 0 207264 0
[pid=18692/tid=18693] ppid=18687 vsize=851144 CPUtime=3.53
/proc/18692/task/18693/stat : 18693 (java) R 18687 18687 17111 0 -1 64 7107 0 1 0 348 5 0 0 25 0 10 0 57386814 871571456 26629 996147200 134512640 134550932 4294955344 18446744073709551615 4127747459 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18694] ppid=18687 vsize=851144 CPUtime=1.91
/proc/18692/task/18694/stat : 18694 (java) S 18687 18687 17111 0 -1 64 18911 0 0 0 179 12 0 0 16 0 10 0 57386815 871571456 26629 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18695] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18695/stat : 18695 (java) S 18687 18687 17111 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57386815 871571456 26629 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18696] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18696/stat : 18696 (java) S 18687 18687 17111 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57386815 871571456 26629 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18697] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18697/stat : 18697 (java) S 18687 18687 17111 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57386818 871571456 26629 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18698] ppid=18687 vsize=851144 CPUtime=0.74
/proc/18692/task/18698/stat : 18698 (java) S 18687 18687 17111 0 -1 64 2340 0 0 0 73 1 0 0 15 0 10 0 57386821 871571456 26629 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18699] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18699/stat : 18699 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57386821 871571456 26629 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18700] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18700/stat : 18700 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57386821 871571456 26629 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18701] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18701/stat : 18701 (java) S 18687 18687 17111 0 -1 64 4 0 0 0 0 0 0 0 17 0 10 0 57387052 871571456 26629 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) 856500

[startup+12.7028 s]
/proc/loadavg: 1.93 1.97 1.96 3/85 18701
/proc/meminfo: memFree=526232/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57386811 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18687/statm: 1339 244 201 169 0 50 0
[pid=18692] ppid=18687 vsize=851144 CPUtime=12.55
/proc/18692/stat : 18692 (java) S 18687 18687 17111 0 -1 0 89675 0 1 0 1209 46 0 0 18 0 10 0 57386813 871571456 87223 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18692/statm: 212786 87223 2634 9 0 207264 0
[pid=18692/tid=18693] ppid=18687 vsize=851144 CPUtime=6.56
/proc/18692/task/18693/stat : 18693 (java) R 18687 18687 17111 0 -1 64 23115 0 1 0 644 12 0 0 25 0 10 0 57386814 871571456 87223 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18694] ppid=18687 vsize=851144 CPUtime=5.21
/proc/18692/task/18694/stat : 18694 (java) R 18687 18687 17111 0 -1 64 63521 0 0 0 491 30 0 0 16 0 10 0 57386815 871571456 87223 996147200 134512640 134550932 4294955344 18446744073709551615 103825728 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18695] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18695/stat : 18695 (java) S 18687 18687 17111 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57386815 871571456 87223 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18696] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18696/stat : 18696 (java) S 18687 18687 17111 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57386815 871571456 87223 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18697] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18697/stat : 18697 (java) S 18687 18687 17111 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57386818 871571456 87223 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18698] ppid=18687 vsize=851144 CPUtime=0.74
/proc/18692/task/18698/stat : 18698 (java) S 18687 18687 17111 0 -1 64 2340 0 0 0 73 1 0 0 15 0 10 0 57386821 871571456 87223 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18699] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18699/stat : 18699 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57386821 871571456 87223 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18700] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18700/stat : 18700 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57386821 871571456 87223 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18701] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18701/stat : 18701 (java) S 18687 18687 17111 0 -1 64 4 0 0 0 0 0 0 0 17 0 10 0 57387052 871571456 87223 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) 856500

[startup+25.5028 s]
/proc/loadavg: 2.08 2.00 1.97 3/85 18701
/proc/meminfo: memFree=98968/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57386811 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18687/statm: 1339 244 201 169 0 50 0
[pid=18692] ppid=18687 vsize=851144 CPUtime=25.22
/proc/18692/stat : 18692 (java) S 18687 18687 17111 0 -1 0 182069 0 1 0 2436 86 0 0 18 0 10 0 57386813 871571456 179599 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18692/statm: 212786 179599 2634 9 0 207264 0
[pid=18692/tid=18693] ppid=18687 vsize=851144 CPUtime=12.11
/proc/18692/task/18693/stat : 18693 (java) R 18687 18687 17111 0 -1 64 34723 0 1 0 1193 18 0 0 25 0 10 0 57386814 871571456 179599 996147200 134512640 134550932 4294955344 18446744073709551615 4127729755 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18694] ppid=18687 vsize=851144 CPUtime=12.34
/proc/18692/task/18694/stat : 18694 (java) S 18687 18687 17111 0 -1 64 144307 0 0 0 1169 65 0 0 16 0 10 0 57386815 871571456 179599 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18695] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18695/stat : 18695 (java) S 18687 18687 17111 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57386815 871571456 179599 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18696] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18696/stat : 18696 (java) S 18687 18687 17111 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57386815 871571456 179599 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18697] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18697/stat : 18697 (java) S 18687 18687 17111 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57386818 871571456 179599 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18698] ppid=18687 vsize=851144 CPUtime=0.74
/proc/18692/task/18698/stat : 18698 (java) S 18687 18687 17111 0 -1 64 2340 0 0 0 73 1 0 0 15 0 10 0 57386821 871571456 179599 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18699] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18699/stat : 18699 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57386821 871571456 179599 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18700] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18700/stat : 18700 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57386821 871571456 179599 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18701] ppid=18687 vsize=851144 CPUtime=0

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

/proc/meminfo: memFree=424336/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57386811 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18687/statm: 1339 244 201 169 0 50 0
[pid=18692] ppid=18687 vsize=851144 CPUtime=1588.73
/proc/18692/stat : 18692 (java) S 18687 18687 17111 0 -1 0 194021 0 1 0 158773 100 0 0 18 0 10 0 57386813 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18692/statm: 212786 175858 2635 9 0 207264 0
[pid=18692/tid=18693] ppid=18687 vsize=851144 CPUtime=1108.66
/proc/18692/task/18693/stat : 18693 (java) R 18687 18687 17111 0 -1 64 35237 0 1 0 110844 22 0 0 25 0 10 0 57386814 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4128121719 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18694] ppid=18687 vsize=851144 CPUtime=479.09
/proc/18692/task/18694/stat : 18694 (java) S 18687 18687 17111 0 -1 64 155597 0 0 0 47835 74 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18695] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18695/stat : 18695 (java) S 18687 18687 17111 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18696] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18696/stat : 18696 (java) S 18687 18687 17111 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18697] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18697/stat : 18697 (java) S 18687 18687 17111 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57386818 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18698] ppid=18687 vsize=851144 CPUtime=0.95
/proc/18692/task/18698/stat : 18698 (java) S 18687 18687 17111 0 -1 64 2487 0 0 0 93 2 0 0 16 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18699] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18699/stat : 18699 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18700] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18700/stat : 18700 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18702] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18702/stat : 18702 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 17 0 10 0 57444948 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.73
Current children cumulated vsize (KiB) 856500

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18735
/proc/meminfo: memFree=311248/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57386811 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18687/statm: 1339 244 201 169 0 50 0
[pid=18692] ppid=18687 vsize=851144 CPUtime=1648.71
/proc/18692/stat : 18692 (java) S 18687 18687 17111 0 -1 0 194027 0 1 0 164771 100 0 0 18 0 10 0 57386813 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18692/statm: 212786 175858 2635 9 0 207264 0
[pid=18692/tid=18693] ppid=18687 vsize=851144 CPUtime=1168.53
/proc/18692/task/18693/stat : 18693 (java) R 18687 18687 17111 0 -1 64 35243 0 1 0 116831 22 0 0 25 0 10 0 57386814 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4127960286 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18694] ppid=18687 vsize=851144 CPUtime=479.2
/proc/18692/task/18694/stat : 18694 (java) S 18687 18687 17111 0 -1 64 155597 0 0 0 47846 74 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18695] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18695/stat : 18695 (java) S 18687 18687 17111 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18696] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18696/stat : 18696 (java) S 18687 18687 17111 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18697] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18697/stat : 18697 (java) S 18687 18687 17111 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57386818 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18698] ppid=18687 vsize=851144 CPUtime=0.95
/proc/18692/task/18698/stat : 18698 (java) S 18687 18687 17111 0 -1 64 2487 0 0 0 93 2 0 0 16 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18699] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18699/stat : 18699 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18700] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18700/stat : 18700 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18702] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18702/stat : 18702 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 17 0 10 0 57444948 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.71
Current children cumulated vsize (KiB) 856500

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18735
/proc/meminfo: memFree=201744/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57386811 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18687/statm: 1339 244 201 169 0 50 0
[pid=18692] ppid=18687 vsize=851144 CPUtime=1708.68
/proc/18692/stat : 18692 (java) S 18687 18687 17111 0 -1 0 194034 0 1 0 170768 100 0 0 18 0 10 0 57386813 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18692/statm: 212786 175858 2635 9 0 207264 0
[pid=18692/tid=18693] ppid=18687 vsize=851144 CPUtime=1228.39
/proc/18692/task/18693/stat : 18693 (java) R 18687 18687 17111 0 -1 64 35250 0 1 0 122817 22 0 0 25 0 10 0 57386814 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4127957029 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18694] ppid=18687 vsize=851144 CPUtime=479.31
/proc/18692/task/18694/stat : 18694 (java) S 18687 18687 17111 0 -1 64 155597 0 0 0 47857 74 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18695] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18695/stat : 18695 (java) S 18687 18687 17111 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18696] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18696/stat : 18696 (java) S 18687 18687 17111 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18697] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18697/stat : 18697 (java) S 18687 18687 17111 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57386818 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18698] ppid=18687 vsize=851144 CPUtime=0.95
/proc/18692/task/18698/stat : 18698 (java) S 18687 18687 17111 0 -1 64 2487 0 0 0 93 2 0 0 16 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18699] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18699/stat : 18699 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18700] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18700/stat : 18700 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18702] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18702/stat : 18702 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 17 0 10 0 57444948 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.68
Current children cumulated vsize (KiB) 856500

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18841
/proc/meminfo: memFree=739920/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57386811 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18687/statm: 1339 244 201 169 0 50 0
[pid=18692] ppid=18687 vsize=851144 CPUtime=1768.66
/proc/18692/stat : 18692 (java) S 18687 18687 17111 0 -1 0 194040 0 1 0 176764 102 0 0 18 0 10 0 57386813 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18692/statm: 212786 175858 2635 9 0 207264 0
[pid=18692/tid=18693] ppid=18687 vsize=851144 CPUtime=1288.25
/proc/18692/task/18693/stat : 18693 (java) R 18687 18687 17111 0 -1 64 35256 0 1 0 128801 24 0 0 25 0 10 0 57386814 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4128118808 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18694] ppid=18687 vsize=851144 CPUtime=479.43
/proc/18692/task/18694/stat : 18694 (java) S 18687 18687 17111 0 -1 64 155597 0 0 0 47869 74 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18695] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18695/stat : 18695 (java) S 18687 18687 17111 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18696] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18696/stat : 18696 (java) S 18687 18687 17111 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18697] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18697/stat : 18697 (java) S 18687 18687 17111 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57386818 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18698] ppid=18687 vsize=851144 CPUtime=0.95
/proc/18692/task/18698/stat : 18698 (java) S 18687 18687 17111 0 -1 64 2487 0 0 0 93 2 0 0 16 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18699] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18699/stat : 18699 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18700] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18700/stat : 18700 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18702] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18702/stat : 18702 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 17 0 10 0 57444948 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.66
Current children cumulated vsize (KiB) 856500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18841
/proc/meminfo: memFree=739856/2055920 swapFree=4192812/4192956
[pid=18687] ppid=18685 vsize=5356 CPUtime=0
/proc/18687/stat : 18687 (concrete.sh) S 18685 18687 17111 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57386811 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18687/statm: 1339 244 201 169 0 50 0
[pid=18692] ppid=18687 vsize=851144 CPUtime=1800.06
/proc/18692/stat : 18692 (java) S 18687 18687 17111 0 -1 0 194043 0 1 0 179903 103 0 0 18 0 10 0 57386813 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18692/statm: 212786 175858 2635 9 0 207264 0
[pid=18692/tid=18693] ppid=18687 vsize=851144 CPUtime=1319.6
/proc/18692/task/18693/stat : 18693 (java) R 18687 18687 17111 0 -1 64 35259 0 1 0 131935 25 0 0 25 0 10 0 57386814 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4127966941 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18694] ppid=18687 vsize=851144 CPUtime=479.48
/proc/18692/task/18694/stat : 18694 (java) S 18687 18687 17111 0 -1 64 155597 0 0 0 47874 74 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18695] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18695/stat : 18695 (java) S 18687 18687 17111 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18696] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18696/stat : 18696 (java) S 18687 18687 17111 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57386815 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18697] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18697/stat : 18697 (java) S 18687 18687 17111 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57386818 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18698] ppid=18687 vsize=851144 CPUtime=0.95
/proc/18692/task/18698/stat : 18698 (java) S 18687 18687 17111 0 -1 64 2487 0 0 0 93 2 0 0 16 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18699] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18699/stat : 18699 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18692/tid=18700] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18700/stat : 18700 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57386821 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=18692/tid=18702] ppid=18687 vsize=851144 CPUtime=0
/proc/18692/task/18702/stat : 18702 (java) S 18687 18687 17111 0 -1 64 0 0 0 0 0 0 0 0 17 0 10 0 57444948 871571456 175858 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 856500

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 18687 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.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.72
CPU time (s): 1800.06
CPU user time (s): 1799.03
CPU system time (s): 1.03
CPU usage (%): 99.2468
Max. virtual memory (cumulated for all children) (KiB): 857788

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= 22
involuntary context switches= 10

runsolver used 2.22266 second user time and 6.13707 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-16 03:15:55
IDJOB=2068615
IDBENCH=54895
IDSOLVER=736
FILE ID=node40/2068615-1247706955
PBS_JOBID= 9521230
Free space on /tmp= 66232 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-21-07.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-2068615-1247706955/watcher-2068615-1247706955 -o /tmp/evaluation-result-2068615-1247706955/solver-2068615-1247706955 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2068615-1247706955.xml

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

MD5SUM BENCH= 4af1932123ff3de2965e6529e00ee888
RANDOM SEED=1698571424

node40.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.213
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.213
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:        815696 kB
Buffers:         61028 kB
Cached:         926264 kB
SwapCached:          0 kB
Active:         226576 kB
Inactive:       932572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        815696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3380 kB
Writeback:           0 kB
Mapped:         183628 kB
Slab:            65808 kB
Committed_AS:   818156 kB
PageTables:       2180 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66240 MiB
End job on node40 at 2009-07-16 03:46:11