Trace number 2077723

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.07 1802.22

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-07.xml
MD5SUM649294e53c6b0b14135b49af7d95af4e
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 benchmark5.61815
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

481.83/483.40	c CPU-LOAD 91.66
481.83/483.40	c LOADED 368 V (26 E), 152 ExtensionConstraintDynamic, 2420 PredicateConstraint, arity 20, 91.66 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-2077723-1247715389/watcher-2077723-1247715389 -o /tmp/evaluation-result-2077723-1247715389/solver-2077723-1247715389 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2077723-1247715389.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.92 1.99 2.03 4/83 20538
/proc/meminfo: memFree=767240/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 58230219 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 264519778386 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/20538/statm: 1339 230 191 169 0 50 0
[pid=20539] ppid=20538 vsize=124 CPUtime=0
/proc/20539/stat : 20539 (dirname) R 20538 20538 19656 0 -1 4194304 47 0 0 0 0 0 0 0 22 0 1 0 58230219 126976 22 996147200 4194304 4208292 548682069008 18446744073709551615 264516990229 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 31 22 16 3 0 3 0

[startup+0.0854619 s]
/proc/loadavg: 1.92 1.99 2.03 4/83 20538
/proc/meminfo: memFree=767240/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58230219 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20538/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101464 s]
/proc/loadavg: 1.92 1.99 2.03 4/83 20538
/proc/meminfo: memFree=767240/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58230219 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20538/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301491 s]
/proc/loadavg: 1.92 1.99 2.03 4/83 20538
/proc/meminfo: memFree=767240/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58230219 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20538/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701538 s]
/proc/loadavg: 1.92 1.99 2.03 4/83 20538
/proc/meminfo: memFree=767240/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58230219 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20538/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50267 s]
/proc/loadavg: 1.92 1.99 2.03 4/93 20551
/proc/meminfo: memFree=750264/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58230219 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20538/statm: 1339 244 201 169 0 50 0
[pid=20543] ppid=20538 vsize=847616 CPUtime=1.45
/proc/20543/stat : 20543 (java) S 20538 20538 19656 0 -1 0 8124 0 1 0 138 7 0 0 18 0 9 0 58230220 867958784 7092 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20543/statm: 211904 7092 2623 9 0 206382 0
[pid=20543/tid=20544] ppid=20538 vsize=847616 CPUtime=0.94
/proc/20543/task/20544/stat : 20544 (java) R 20538 20538 19656 0 -1 64 3838 0 1 0 91 3 0 0 19 0 9 0 58230221 867958784 7092 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20545] ppid=20538 vsize=847616 CPUtime=0.14
/proc/20543/task/20545/stat : 20545 (java) R 20538 20538 19656 0 -1 64 2239 0 0 0 13 1 0 0 16 0 9 0 58230223 867958784 7092 996147200 134512640 134550932 4294955344 18446744073709551615 102381670 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20546] ppid=20538 vsize=847616 CPUtime=0
/proc/20543/task/20546/stat : 20546 (java) S 20538 20538 19656 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58230223 867958784 7092 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20547] ppid=20538 vsize=847616 CPUtime=0
/proc/20543/task/20547/stat : 20547 (java) S 20538 20538 19656 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58230223 867958784 7092 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20548] ppid=20538 vsize=847616 CPUtime=0
/proc/20543/task/20548/stat : 20548 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58230226 867958784 7092 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20549] ppid=20538 vsize=847616 CPUtime=0.34
/proc/20543/task/20549/stat : 20549 (java) S 20538 20538 19656 0 -1 64 1352 0 0 0 33 1 0 0 16 0 9 0 58230229 867958784 7092 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20550] ppid=20538 vsize=847616 CPUtime=0
/proc/20543/task/20550/stat : 20550 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58230229 867958784 7092 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20551] ppid=20538 vsize=847616 CPUtime=0
/proc/20543/task/20551/stat : 20551 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58230229 867958784 7092 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 852972

[startup+3.10285 s]
/proc/loadavg: 1.92 1.99 2.03 3/94 20552
/proc/meminfo: memFree=746032/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58230219 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20538/statm: 1339 244 201 169 0 50 0
[pid=20543] ppid=20538 vsize=851144 CPUtime=3.04
/proc/20543/stat : 20543 (java) S 20538 20538 19656 0 -1 0 10420 0 1 0 294 10 0 0 18 0 10 0 58230220 871571456 9194 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20543/statm: 212786 9194 2628 9 0 207264 0
[pid=20543/tid=20544] ppid=20538 vsize=851144 CPUtime=1.94
/proc/20543/task/20544/stat : 20544 (java) R 20538 20538 19656 0 -1 64 3981 0 1 0 191 3 0 0 25 0 10 0 58230221 871571456 9194 996147200 134512640 134550932 4294955344 18446744073709551615 4125941630 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20545] ppid=20538 vsize=851144 CPUtime=0.37
/proc/20543/task/20545/stat : 20545 (java) S 20538 20538 19656 0 -1 64 3438 0 0 0 34 3 0 0 16 0 10 0 58230223 871571456 9194 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20546] ppid=20538 vsize=851144 CPUtime=0
/proc/20543/task/20546/stat : 20546 (java) S 20538 20538 19656 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58230223 871571456 9194 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20547] ppid=20538 vsize=851144 CPUtime=0
/proc/20543/task/20547/stat : 20547 (java) S 20538 20538 19656 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58230223 871571456 9194 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20548] ppid=20538 vsize=851144 CPUtime=0
/proc/20543/task/20548/stat : 20548 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58230226 871571456 9194 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20549] ppid=20538 vsize=851144 CPUtime=0.7
/proc/20543/task/20549/stat : 20549 (java) S 20538 20538 19656 0 -1 64 2303 0 0 0 68 2 0 0 16 0 10 0 58230229 871571456 9194 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20550] ppid=20538 vsize=851144 CPUtime=0
/proc/20543/task/20550/stat : 20550 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58230229 871571456 9194 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20551] ppid=20538 vsize=851144 CPUtime=0
/proc/20543/task/20551/stat : 20551 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58230229 871571456 9194 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20552] ppid=20538 vsize=851144 CPUtime=0
/proc/20543/task/20552/stat : 20552 (java) S 20538 20538 19656 0 -1 64 3 0 0 0 0 0 0 0 20 0 10 0 58230404 871571456 9194 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) 856500

[startup+6.30227 s]
/proc/loadavg: 2.01 2.00 2.04 4/94 20552
/proc/meminfo: memFree=685168/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58230219 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20538/statm: 1339 244 201 169 0 50 0
[pid=20543] ppid=20538 vsize=851148 CPUtime=6.19
/proc/20543/stat : 20543 (java) S 20538 20538 19656 0 -1 0 32129 0 1 0 597 22 0 0 18 0 10 0 58230220 871575552 30242 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20543/statm: 212787 30242 2634 9 0 207265 0
[pid=20543/tid=20544] ppid=20538 vsize=851148 CPUtime=3.33
/proc/20543/task/20544/stat : 20544 (java) R 20538 20538 19656 0 -1 64 4767 0 1 0 328 5 0 0 25 0 10 0 58230221 871575552 30242 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20545] ppid=20538 vsize=851148 CPUtime=2.1
/proc/20543/task/20545/stat : 20545 (java) R 20538 20538 19656 0 -1 64 24335 0 0 0 196 14 0 0 16 0 10 0 58230223 871575552 30242 996147200 134512640 134550932 4294955344 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20546] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20546/stat : 20546 (java) S 20538 20538 19656 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58230223 871575552 30242 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20547] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20547/stat : 20547 (java) S 20538 20538 19656 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58230223 871575552 30242 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20548] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20548/stat : 20548 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58230226 871575552 30242 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20549] ppid=20538 vsize=851148 CPUtime=0.74
/proc/20543/task/20549/stat : 20549 (java) S 20538 20538 19656 0 -1 64 2329 0 0 0 72 2 0 0 15 0 10 0 58230229 871575552 30242 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20550] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20550/stat : 20550 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58230229 871575552 30242 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20551] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20551/stat : 20551 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58230229 871575552 30242 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20552] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20552/stat : 20552 (java) S 20538 20538 19656 0 -1 64 3 0 0 0 0 0 0 0 20 0 10 0 58230404 871575552 30242 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 856504

[startup+12.7011 s]
/proc/loadavg: 2.17 2.03 2.05 4/94 20552
/proc/meminfo: memFree=505008/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58230219 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20538/statm: 1339 244 201 169 0 50 0
[pid=20543] ppid=20538 vsize=851148 CPUtime=12.52
/proc/20543/stat : 20543 (java) S 20538 20538 19656 0 -1 0 74169 0 1 0 1208 44 0 0 18 0 10 0 58230220 871575552 72259 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20543/statm: 212787 72259 2634 9 0 207265 0
[pid=20543/tid=20544] ppid=20538 vsize=851148 CPUtime=6.02
/proc/20543/task/20544/stat : 20544 (java) R 20538 20538 19656 0 -1 64 5814 0 1 0 597 5 0 0 25 0 10 0 58230221 871575552 72259 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20545] ppid=20538 vsize=851148 CPUtime=5.73
/proc/20543/task/20545/stat : 20545 (java) R 20538 20538 19656 0 -1 64 65328 0 0 0 538 35 0 0 16 0 10 0 58230223 871575552 72259 996147200 134512640 134550932 4294955344 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20546] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20546/stat : 20546 (java) S 20538 20538 19656 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58230223 871575552 72259 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20547] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20547/stat : 20547 (java) S 20538 20538 19656 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58230223 871575552 72259 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20548] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20548/stat : 20548 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58230226 871575552 72259 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20549] ppid=20538 vsize=851148 CPUtime=0.74
/proc/20543/task/20549/stat : 20549 (java) S 20538 20538 19656 0 -1 64 2329 0 0 0 72 2 0 0 15 0 10 0 58230229 871575552 72259 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20550] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20550/stat : 20550 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58230229 871575552 72259 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20551] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20551/stat : 20551 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58230229 871575552 72259 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20552] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20552/stat : 20552 (java) S 20538 20538 19656 0 -1 64 3 0 0 0 0 0 0 0 20 0 10 0 58230404 871575552 72259 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 856504

[startup+25.5028 s]
/proc/loadavg: 2.13 2.03 2.05 4/94 20552
/proc/meminfo: memFree=55088/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58230219 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20538/statm: 1339 244 201 169 0 50 0
[pid=20543] ppid=20538 vsize=851148 CPUtime=25.19
/proc/20543/stat : 20543 (java) S 20538 20538 19656 0 -1 0 182003 0 1 0 2417 102 0 0 18 0 10 0 58230220 871575552 180076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20543/statm: 212787 180076 2634 9 0 207265 0
[pid=20543/tid=20544] ppid=20538 vsize=851148 CPUtime=11.59
/proc/20543/task/20544/stat : 20544 (java) R 20538 20538 19656 0 -1 64 42141 0 1 0 1132 27 0 0 25 0 10 0 58230221 871575552 180076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20545] ppid=20538 vsize=851148 CPUtime=12.83
/proc/20543/task/20545/stat : 20545 (java) R 20538 20538 19656 0 -1 64 136835 0 0 0 1212 71 0 0 16 0 10 0 58230223 871575552 180076 996147200 134512640 134550932 4294955344 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20546] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20546/stat : 20546 (java) S 20538 20538 19656 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58230223 871575552 180076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20547] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20547/stat : 20547 (java) S 20538 20538 19656 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58230223 871575552 180076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20548] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20548/stat : 20548 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58230226 871575552 180076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20549] ppid=20538 vsize=851148 CPUtime=0.74
/proc/20543/task/20549/stat : 20549 (java) S 20538 20538 19656 0 -1 64 2329 0 0 0 72 2 0 0 15 0 10 0 58230229 871575552 180076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20550] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20550/stat : 20550 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58230229 871575552 180076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20551] ppid=20538 vsize=851148 CPUtime=0

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

/proc/meminfo: memFree=697968/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58230219 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20538/statm: 1339 244 201 169 0 50 0
[pid=20543] ppid=20538 vsize=851148 CPUtime=1600.24
/proc/20543/stat : 20543 (java) S 20538 20538 19656 0 -1 0 194094 0 1 0 159897 127 0 0 18 0 10 0 58230220 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20543/statm: 212787 142916 2635 9 0 207265 0
[pid=20543/tid=20544] ppid=20538 vsize=851148 CPUtime=1200.44
/proc/20543/task/20544/stat : 20544 (java) R 20538 20538 19656 0 -1 64 42999 0 1 0 120009 35 0 0 25 0 10 0 58230221 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4127937850 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20545] ppid=20538 vsize=851148 CPUtime=398.82
/proc/20543/task/20545/stat : 20545 (java) S 20538 20538 19656 0 -1 64 147905 0 0 0 39794 88 0 0 17 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20546] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20546/stat : 20546 (java) S 20538 20538 19656 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20547] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20547/stat : 20547 (java) S 20538 20538 19656 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20548] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20548/stat : 20548 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58230226 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20549] ppid=20538 vsize=851148 CPUtime=0.95
/proc/20543/task/20549/stat : 20549 (java) S 20538 20538 19656 0 -1 64 2490 0 0 0 93 2 0 0 17 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20550] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20550/stat : 20550 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20551] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20551/stat : 20551 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20594] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20594/stat : 20594 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 58278573 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.24
Current children cumulated vsize (KiB) 856504

[startup+1662.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/95 20602
/proc/meminfo: memFree=697904/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58230219 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20538/statm: 1339 244 201 169 0 50 0
[pid=20543] ppid=20538 vsize=851148 CPUtime=1660.21
/proc/20543/stat : 20543 (java) S 20538 20538 19656 0 -1 0 194101 0 1 0 165894 127 0 0 18 0 10 0 58230220 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20543/statm: 212787 142916 2635 9 0 207265 0
[pid=20543/tid=20544] ppid=20538 vsize=851148 CPUtime=1260.32
/proc/20543/task/20544/stat : 20544 (java) R 20538 20538 19656 0 -1 64 43006 0 1 0 125997 35 0 0 25 0 10 0 58230221 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4127713908 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20545] ppid=20538 vsize=851148 CPUtime=398.9
/proc/20543/task/20545/stat : 20545 (java) S 20538 20538 19656 0 -1 64 147905 0 0 0 39802 88 0 0 16 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20546] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20546/stat : 20546 (java) S 20538 20538 19656 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20547] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20547/stat : 20547 (java) S 20538 20538 19656 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20548] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20548/stat : 20548 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58230226 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20549] ppid=20538 vsize=851148 CPUtime=0.95
/proc/20543/task/20549/stat : 20549 (java) S 20538 20538 19656 0 -1 64 2490 0 0 0 93 2 0 0 17 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20550] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20550/stat : 20550 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20551] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20551/stat : 20551 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20594] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20594/stat : 20594 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 58278573 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.21
Current children cumulated vsize (KiB) 856504

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/95 20602
/proc/meminfo: memFree=680112/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58230219 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20538/statm: 1339 244 201 169 0 50 0
[pid=20543] ppid=20538 vsize=851148 CPUtime=1720.2
/proc/20543/stat : 20543 (java) S 20538 20538 19656 0 -1 0 194109 0 1 0 171892 128 0 0 18 0 10 0 58230220 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20543/statm: 212787 142916 2635 9 0 207265 0
[pid=20543/tid=20544] ppid=20538 vsize=851148 CPUtime=1320.19
/proc/20543/task/20544/stat : 20544 (java) R 20538 20538 19656 0 -1 64 43014 0 1 0 131984 35 0 0 25 0 10 0 58230221 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4127954398 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20545] ppid=20538 vsize=851148 CPUtime=399.01
/proc/20543/task/20545/stat : 20545 (java) S 20538 20538 19656 0 -1 64 147905 0 0 0 39813 88 0 0 16 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20546] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20546/stat : 20546 (java) S 20538 20538 19656 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20547] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20547/stat : 20547 (java) S 20538 20538 19656 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20548] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20548/stat : 20548 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58230226 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20549] ppid=20538 vsize=851148 CPUtime=0.95
/proc/20543/task/20549/stat : 20549 (java) S 20538 20538 19656 0 -1 64 2490 0 0 0 93 2 0 0 17 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20550] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20550/stat : 20550 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20551] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20551/stat : 20551 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20594] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20594/stat : 20594 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 58278573 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.2
Current children cumulated vsize (KiB) 856504

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/95 20602
/proc/meminfo: memFree=661104/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58230219 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20538/statm: 1339 244 201 169 0 50 0
[pid=20543] ppid=20538 vsize=851148 CPUtime=1780.17
/proc/20543/stat : 20543 (java) S 20538 20538 19656 0 -1 0 194117 0 1 0 177889 128 0 0 18 0 10 0 58230220 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20543/statm: 212787 142916 2635 9 0 207265 0
[pid=20543/tid=20544] ppid=20538 vsize=851148 CPUtime=1380.07
/proc/20543/task/20544/stat : 20544 (java) R 20538 20538 19656 0 -1 64 43022 0 1 0 137972 35 0 0 25 0 10 0 58230221 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4127954534 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20545] ppid=20538 vsize=851148 CPUtime=399.1
/proc/20543/task/20545/stat : 20545 (java) S 20538 20538 19656 0 -1 64 147905 0 0 0 39822 88 0 0 16 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20546] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20546/stat : 20546 (java) S 20538 20538 19656 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20547] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20547/stat : 20547 (java) S 20538 20538 19656 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20548] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20548/stat : 20548 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58230226 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20549] ppid=20538 vsize=851148 CPUtime=0.95
/proc/20543/task/20549/stat : 20549 (java) S 20538 20538 19656 0 -1 64 2490 0 0 0 93 2 0 0 17 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20550] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20550/stat : 20550 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20551] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20551/stat : 20551 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20594] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20594/stat : 20594 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 58278573 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.17
Current children cumulated vsize (KiB) 856504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 2.00 2.02 2.05 3/95 20602
/proc/meminfo: memFree=661112/2055920 swapFree=4192812/4192956
[pid=20538] ppid=20536 vsize=5356 CPUtime=0
/proc/20538/stat : 20538 (concrete.sh) S 20536 20538 19656 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58230219 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20538/statm: 1339 244 201 169 0 50 0
[pid=20543] ppid=20538 vsize=851148 CPUtime=1800.07
/proc/20543/stat : 20543 (java) S 20538 20538 19656 0 -1 0 194119 0 1 0 179879 128 0 0 18 0 10 0 58230220 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20543/statm: 212787 142916 2635 9 0 207265 0
[pid=20543/tid=20544] ppid=20538 vsize=851148 CPUtime=1399.95
/proc/20543/task/20544/stat : 20544 (java) R 20538 20538 19656 0 -1 64 43024 0 1 0 139960 35 0 0 25 0 10 0 58230221 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4127955559 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20545] ppid=20538 vsize=851148 CPUtime=399.12
/proc/20543/task/20545/stat : 20545 (java) S 20538 20538 19656 0 -1 64 147905 0 0 0 39824 88 0 0 16 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20546] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20546/stat : 20546 (java) S 20538 20538 19656 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20547] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20547/stat : 20547 (java) S 20538 20538 19656 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58230223 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20548] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20548/stat : 20548 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58230226 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20549] ppid=20538 vsize=851148 CPUtime=0.95
/proc/20543/task/20549/stat : 20549 (java) S 20538 20538 19656 0 -1 64 2490 0 0 0 93 2 0 0 17 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20550] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20550/stat : 20550 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20543/tid=20551] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20551/stat : 20551 (java) S 20538 20538 19656 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58230229 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20543/tid=20594] ppid=20538 vsize=851148 CPUtime=0
/proc/20543/task/20594/stat : 20594 (java) S 20538 20538 19656 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 58278573 871575552 142916 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 856504

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

Real time (s): 1802.22
CPU time (s): 1800.07
CPU user time (s): 1798.79
CPU system time (s): 1.28
CPU usage (%): 99.8807
Max. virtual memory (cumulated for all children) (KiB): 857792

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.88056 second user time and 5.42018 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-16 05:36:29
IDJOB=2077723
IDBENCH=56653
IDSOLVER=736
FILE ID=node40/2077723-1247715389
PBS_JOBID= 9521416
Free space on /tmp= 66236 MiB

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

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

MD5SUM BENCH= 649294e53c6b0b14135b49af7d95af4e
RANDOM SEED=1700714913

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:        767656 kB
Buffers:         59592 kB
Cached:         365408 kB
SwapCached:          0 kB
Active:         817036 kB
Inactive:       380436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        767656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2112 kB
Writeback:           0 kB
Mapped:         793136 kB
Slab:            74108 kB
Committed_AS:  1440732 kB
PageTables:       3392 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= 66244 MiB
End job on node40 at 2009-07-16 06:06:34