Trace number 2077668

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.08 1808.32

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-23-02.xml
MD5SUMc43c11a622e7a100b4687e0b36838a79
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 benchmark2.35764
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of constraints4428
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension182
Number of constraints which are defined in intension4246
Global constraints used (with number of constraints)

Solver Data

160.77/161.65	c [ 160.940] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
161.06/161.99	c CPU-LOAD 24.98
161.06/161.99	c LOADED 435 V (26 E), 182 ExtensionConstraintDynamic, 4246 PredicateConstraint, arity 24, 24.98 cpu
1800.08/1808.32	c [1807.940] WARNING : java.lang.InterruptedException: SIGTERM
1800.08/1808.32	concrete.AbstractLauncher.handle(AbstractLauncher.java:498)
1800.08/1808.32	sun.misc.Signal$1.run(Unknown Source)
1800.08/1808.32	java.lang.Thread.run(Unknown Source) (cspfj.ResultHandler.result)

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-2077668-1247715277/watcher-2077668-1247715277 -o /tmp/evaluation-result-2077668-1247715277/solver-2077668-1247715277 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2077668-1247715277.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.00 2.00 2.01 4/73 11795
/proc/meminfo: memFree=1365760/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) R 11793 11795 11556 0 -1 4194304 320 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706544287 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=5356 CPUtime=0
/proc/11799/stat : 11799 (concrete.sh) R 11795 11795 11556 0 -1 4194368 6 0 0 0 0 0 0 0 17 0 1 0 58594963 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706544545 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11799/statm: 1339 244 201 169 0 50 0

[startup+0.044238 s]
/proc/loadavg: 2.00 2.00 2.01 4/73 11795
/proc/meminfo: memFree=1365760/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) S 11793 11795 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=837368 CPUtime=0.02
/proc/11799/stat : 11799 (java) S 11795 11795 11556 0 -1 0 1914 0 1 0 1 1 0 0 18 0 5 0 58594963 857464832 1519 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/11799/statm: 209342 1519 875 9 0 204247 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 842724

[startup+0.102242 s]
/proc/loadavg: 2.00 2.00 2.01 4/73 11795
/proc/meminfo: memFree=1365760/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) S 11793 11795 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=843904 CPUtime=0.07
/proc/11799/stat : 11799 (java) S 11795 11795 11556 0 -1 0 3558 0 1 0 6 1 0 0 18 0 9 0 58594963 864157696 3032 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11799/statm: 210976 3032 1650 9 0 205468 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 849260

[startup+0.302262 s]
/proc/loadavg: 2.00 2.00 2.01 4/73 11795
/proc/meminfo: memFree=1365760/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) S 11793 11795 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=847296 CPUtime=0.27
/proc/11799/stat : 11799 (java) S 11795 11795 11556 0 -1 0 5219 0 1 0 25 2 0 0 18 0 9 0 58594963 867631104 4377 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11799/statm: 211824 4377 1784 9 0 206316 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 852652

[startup+0.702301 s]
/proc/loadavg: 2.00 2.00 2.01 4/73 11795
/proc/meminfo: memFree=1365760/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) S 11793 11795 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=847456 CPUtime=0.68
/proc/11799/stat : 11799 (java) S 11795 11795 11556 0 -1 0 5976 0 1 0 64 4 0 0 18 0 9 0 58594963 867794944 5072 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11799/statm: 211864 5072 1924 9 0 206349 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 852812

[startup+1.50137 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 11808
/proc/meminfo: memFree=1348336/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) S 11793 11795 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=847484 CPUtime=1.47
/proc/11799/stat : 11799 (java) S 11795 11795 11556 0 -1 0 8594 0 1 0 141 6 0 0 18 0 9 0 58594963 867823616 7320 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11799/statm: 211871 7320 2630 9 0 206349 0
[pid=11799/tid=11801] ppid=11795 vsize=847484 CPUtime=0.96
/proc/11799/task/11801/stat : 11801 (java) R 11795 11795 11556 0 -1 64 3904 0 1 0 93 3 0 0 25 0 9 0 58594964 867823616 7320 996147200 134512640 134550932 4294955344 18446744073709551615 4126501733 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11802] ppid=11795 vsize=847484 CPUtime=0.18
/proc/11799/task/11802/stat : 11802 (java) S 11795 11795 11556 0 -1 64 2490 0 0 0 17 1 0 0 16 0 9 0 58594965 867823616 7320 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11803] ppid=11795 vsize=847484 CPUtime=0
/proc/11799/task/11803/stat : 11803 (java) S 11795 11795 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58594966 867823616 7320 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11804] ppid=11795 vsize=847484 CPUtime=0
/proc/11799/task/11804/stat : 11804 (java) S 11795 11795 11556 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58594966 867823616 7320 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11805] ppid=11795 vsize=847484 CPUtime=0
/proc/11799/task/11805/stat : 11805 (java) S 11795 11795 11556 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 58594968 867823616 7320 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11806] ppid=11795 vsize=847484 CPUtime=0.29
/proc/11799/task/11806/stat : 11806 (java) S 11795 11795 11556 0 -1 64 1505 0 0 0 29 0 0 0 16 0 9 0 58594971 867823616 7320 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11807] ppid=11795 vsize=847484 CPUtime=0
/proc/11799/task/11807/stat : 11807 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 58594971 867823616 7320 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11808] ppid=11795 vsize=847484 CPUtime=0
/proc/11799/task/11808/stat : 11808 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58594971 867823616 7320 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 852840

[startup+3.10153 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 11808
/proc/meminfo: memFree=1344048/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) S 11793 11795 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=848912 CPUtime=3.06
/proc/11799/stat : 11799 (java) S 11795 11795 11556 0 -1 0 10307 0 1 0 299 7 0 0 18 0 10 0 58594963 869285888 8950 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11799/statm: 212228 8950 2625 9 0 206706 0
[pid=11799/tid=11801] ppid=11795 vsize=848912 CPUtime=2.16
/proc/11799/task/11801/stat : 11801 (java) R 11795 11795 11556 0 -1 64 3995 0 1 0 213 3 0 0 25 0 10 0 58594964 869285888 8950 996147200 134512640 134550932 4294955344 18446744073709551615 4127047608 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11802] ppid=11795 vsize=848912 CPUtime=0.4
/proc/11799/task/11802/stat : 11802 (java) S 11795 11795 11556 0 -1 64 3929 0 0 0 38 2 0 0 16 0 10 0 58594965 869285888 8950 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11803] ppid=11795 vsize=848912 CPUtime=0
/proc/11799/task/11803/stat : 11803 (java) S 11795 11795 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58594966 869285888 8950 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11804] ppid=11795 vsize=848912 CPUtime=0
/proc/11799/task/11804/stat : 11804 (java) S 11795 11795 11556 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58594966 869285888 8950 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11805] ppid=11795 vsize=848912 CPUtime=0
/proc/11799/task/11805/stat : 11805 (java) S 11795 11795 11556 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 58594968 869285888 8950 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11806] ppid=11795 vsize=848912 CPUtime=0.48
/proc/11799/task/11806/stat : 11806 (java) S 11795 11795 11556 0 -1 64 1685 0 0 0 47 1 0 0 16 0 10 0 58594971 869285888 8950 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11807] ppid=11795 vsize=848912 CPUtime=0
/proc/11799/task/11807/stat : 11807 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 58594971 869285888 8950 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11808] ppid=11795 vsize=848912 CPUtime=0
/proc/11799/task/11808/stat : 11808 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58594971 869285888 8950 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 854268

[startup+6.30529 s]
/proc/loadavg: 2.00 2.00 2.01 4/84 11809
/proc/meminfo: memFree=1301800/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) S 11793 11795 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=851268 CPUtime=6.25
/proc/11799/stat : 11799 (java) S 11795 11795 11556 0 -1 0 30298 0 1 0 607 18 0 0 18 0 10 0 58594963 871698432 25554 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11799/statm: 212817 25554 2634 9 0 207295 0
[pid=11799/tid=11801] ppid=11795 vsize=851268 CPUtime=3.76
/proc/11799/task/11801/stat : 11801 (java) R 11795 11795 11556 0 -1 64 4886 0 1 0 372 4 0 0 25 0 10 0 58594964 871698432 25554 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11802] ppid=11795 vsize=851268 CPUtime=1.78
/proc/11799/task/11802/stat : 11802 (java) S 11795 11795 11556 0 -1 64 22213 0 0 0 168 10 0 0 15 0 10 0 58594965 871698432 25554 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11803] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11803/stat : 11803 (java) S 11795 11795 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58594966 871698432 25554 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11804] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11804/stat : 11804 (java) S 11795 11795 11556 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58594966 871698432 25554 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11805] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11805/stat : 11805 (java) S 11795 11795 11556 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 58594968 871698432 25554 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11806] ppid=11795 vsize=851268 CPUtime=0.66
/proc/11799/task/11806/stat : 11806 (java) S 11795 11795 11556 0 -1 64 2501 0 0 0 65 1 0 0 15 0 10 0 58594971 871698432 25554 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11807] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11807/stat : 11807 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 58594971 871698432 25554 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11808] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11808/stat : 11808 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58594971 871698432 25554 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11809] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11809/stat : 11809 (java) S 11795 11795 11556 0 -1 64 3 0 0 0 0 0 0 0 25 0 10 0 58595224 871698432 25554 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 856624

[startup+12.7024 s]
/proc/loadavg: 2.07 2.02 2.01 3/84 11809
/proc/meminfo: memFree=1070952/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) S 11793 11795 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=851268 CPUtime=12.6
/proc/11799/stat : 11799 (java) S 11795 11795 11556 0 -1 0 85054 0 1 0 1222 38 0 0 18 0 10 0 58594963 871698432 80279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11799/statm: 212817 80279 2634 9 0 207295 0
[pid=11799/tid=11801] ppid=11795 vsize=851268 CPUtime=6.67
/proc/11799/task/11801/stat : 11801 (java) R 11795 11795 11556 0 -1 64 6245 0 1 0 662 5 0 0 25 0 10 0 58594964 871698432 80279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11802] ppid=11795 vsize=851268 CPUtime=5.24
/proc/11799/task/11802/stat : 11802 (java) R 11795 11795 11556 0 -1 64 75610 0 0 0 494 30 0 0 16 0 10 0 58594965 871698432 80279 996147200 134512640 134550932 4294955344 18446744073709551615 104188671 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11803] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11803/stat : 11803 (java) S 11795 11795 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58594966 871698432 80279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11804] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11804/stat : 11804 (java) S 11795 11795 11556 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58594966 871698432 80279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11805] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11805/stat : 11805 (java) S 11795 11795 11556 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 58594968 871698432 80279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11806] ppid=11795 vsize=851268 CPUtime=0.66
/proc/11799/task/11806/stat : 11806 (java) S 11795 11795 11556 0 -1 64 2501 0 0 0 65 1 0 0 15 0 10 0 58594971 871698432 80279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11807] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11807/stat : 11807 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 58594971 871698432 80279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11808] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11808/stat : 11808 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58594971 871698432 80279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11809] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11809/stat : 11809 (java) S 11795 11795 11556 0 -1 64 3 0 0 0 0 0 0 0 25 0 10 0 58595224 871698432 80279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 856624

[startup+25.5026 s]
/proc/loadavg: 2.21 2.05 2.02 4/84 11809
/proc/meminfo: memFree=648552/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) S 11793 11795 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=851268 CPUtime=25.34
/proc/11799/stat : 11799 (java) S 11795 11795 11556 0 -1 0 186122 0 1 0 2459 75 0 0 18 0 10 0 58594963 871698432 181327 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11799/statm: 212817 181327 2634 9 0 207295 0
[pid=11799/tid=11801] ppid=11795 vsize=851268 CPUtime=11.78
/proc/11799/task/11801/stat : 11801 (java) R 11795 11795 11556 0 -1 64 17276 0 1 0 1169 9 0 0 25 0 10 0 58594964 871698432 181327 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11802] ppid=11795 vsize=851268 CPUtime=12.87
/proc/11799/task/11802/stat : 11802 (java) R 11795 11795 11556 0 -1 64 165647 0 0 0 1224 63 0 0 17 0 10 0 58594965 871698432 181327 996147200 134512640 134550932 4294955344 18446744073709551615 104516167 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11803] ppid=11795 vsize=851268 CPUtime=0

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

/proc/meminfo: memFree=954776/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) S 11793 11795 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=851268 CPUtime=1654.65
/proc/11799/stat : 11799 (java) S 11795 11795 11556 0 -1 0 199357 0 1 0 165362 103 0 0 18 0 10 0 58594963 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11799/statm: 212817 105087 2636 9 0 207295 0
[pid=11799/tid=11801] ppid=11795 vsize=851268 CPUtime=1494.58
/proc/11799/task/11801/stat : 11801 (java) R 11795 11795 11556 0 -1 64 18374 0 1 0 149440 18 0 0 25 0 10 0 58594964 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4127952811 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11802] ppid=11795 vsize=851268 CPUtime=159.18
/proc/11799/task/11802/stat : 11802 (java) S 11795 11795 11556 0 -1 64 177641 0 0 0 15837 81 0 0 16 0 10 0 58594965 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11803] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11803/stat : 11803 (java) S 11795 11795 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58594966 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11804] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11804/stat : 11804 (java) S 11795 11795 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58594966 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11805] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11805/stat : 11805 (java) S 11795 11795 11556 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 58594968 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11806] ppid=11795 vsize=851268 CPUtime=0.85
/proc/11799/task/11806/stat : 11806 (java) S 11795 11795 11556 0 -1 64 2642 0 0 0 83 2 0 0 17 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11807] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11807/stat : 11807 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11808] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11808/stat : 11808 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11810] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11810/stat : 11810 (java) S 11795 11795 11556 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 58611181 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.65
Current children cumulated vsize (KiB) 856624

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 11957
/proc/meminfo: memFree=949720/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) S 11793 11795 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=851268 CPUtime=1714.42
/proc/11799/stat : 11799 (java) S 11795 11795 11556 0 -1 0 199367 0 1 0 171339 103 0 0 18 0 10 0 58594963 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11799/statm: 212817 105087 2636 9 0 207295 0
[pid=11799/tid=11801] ppid=11795 vsize=851268 CPUtime=1554.23
/proc/11799/task/11801/stat : 11801 (java) R 11795 11795 11556 0 -1 64 18384 0 1 0 155405 18 0 0 25 0 10 0 58594964 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4127952811 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11802] ppid=11795 vsize=851268 CPUtime=159.3
/proc/11799/task/11802/stat : 11802 (java) S 11795 11795 11556 0 -1 64 177641 0 0 0 15849 81 0 0 16 0 10 0 58594965 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11803] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11803/stat : 11803 (java) S 11795 11795 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58594966 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11804] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11804/stat : 11804 (java) S 11795 11795 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58594966 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11805] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11805/stat : 11805 (java) S 11795 11795 11556 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 58594968 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11806] ppid=11795 vsize=851268 CPUtime=0.85
/proc/11799/task/11806/stat : 11806 (java) S 11795 11795 11556 0 -1 64 2642 0 0 0 83 2 0 0 17 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11807] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11807/stat : 11807 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11808] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11808/stat : 11808 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11810] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11810/stat : 11810 (java) S 11795 11795 11556 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 58611181 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.42
Current children cumulated vsize (KiB) 856624

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11957
/proc/meminfo: memFree=945496/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) S 11793 11795 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=851268 CPUtime=1774.18
/proc/11799/stat : 11799 (java) S 11795 11795 11556 0 -1 0 199375 0 1 0 177315 103 0 0 18 0 10 0 58594963 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11799/statm: 212817 105087 2636 9 0 207295 0
[pid=11799/tid=11801] ppid=11795 vsize=851268 CPUtime=1613.91
/proc/11799/task/11801/stat : 11801 (java) R 11795 11795 11556 0 -1 64 18392 0 1 0 161373 18 0 0 25 0 10 0 58594964 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4127928136 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11802] ppid=11795 vsize=851268 CPUtime=159.38
/proc/11799/task/11802/stat : 11802 (java) S 11795 11795 11556 0 -1 64 177641 0 0 0 15857 81 0 0 16 0 10 0 58594965 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11803] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11803/stat : 11803 (java) S 11795 11795 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58594966 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11804] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11804/stat : 11804 (java) S 11795 11795 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58594966 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11805] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11805/stat : 11805 (java) S 11795 11795 11556 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 58594968 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11806] ppid=11795 vsize=851268 CPUtime=0.85
/proc/11799/task/11806/stat : 11806 (java) S 11795 11795 11556 0 -1 64 2642 0 0 0 83 2 0 0 17 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11807] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11807/stat : 11807 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11808] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11808/stat : 11808 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11810] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11810/stat : 11810 (java) S 11795 11795 11556 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 58611181 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.18
Current children cumulated vsize (KiB) 856624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11957
/proc/meminfo: memFree=943320/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) S 11793 11795 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=851268 CPUtime=1800.08
/proc/11799/stat : 11799 (java) S 11795 11795 11556 0 -1 0 199379 0 1 0 179905 103 0 0 18 0 10 0 58594963 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11799/statm: 212817 105087 2636 9 0 207295 0
[pid=11799/tid=11801] ppid=11795 vsize=851268 CPUtime=1639.75
/proc/11799/task/11801/stat : 11801 (java) R 11795 11795 11556 0 -1 64 18396 0 1 0 163957 18 0 0 25 0 10 0 58594964 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4127952933 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11802] ppid=11795 vsize=851268 CPUtime=159.44
/proc/11799/task/11802/stat : 11802 (java) S 11795 11795 11556 0 -1 64 177641 0 0 0 15863 81 0 0 16 0 10 0 58594965 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11803] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11803/stat : 11803 (java) S 11795 11795 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58594966 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11804] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11804/stat : 11804 (java) S 11795 11795 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58594966 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11805] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11805/stat : 11805 (java) S 11795 11795 11556 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 58594968 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11806] ppid=11795 vsize=851268 CPUtime=0.85
/proc/11799/task/11806/stat : 11806 (java) S 11795 11795 11556 0 -1 64 2642 0 0 0 83 2 0 0 17 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11807] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11807/stat : 11807 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11808] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11808/stat : 11808 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11810] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11810/stat : 11810 (java) S 11795 11795 11556 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 58611181 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 856624

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

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

[startup+1808.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 11957
/proc/meminfo: memFree=943320/2055920 swapFree=4192812/4192956
[pid=11795] ppid=11793 vsize=5356 CPUtime=0
/proc/11795/stat : 11795 (concrete.sh) S 11793 11795 11556 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58594962 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11795/statm: 1339 244 201 169 0 50 0
[pid=11799] ppid=11795 vsize=851268 CPUtime=1800.08
/proc/11799/stat : 11799 (java) S 11795 11795 11556 0 -1 0 199379 0 1 0 179905 103 0 0 18 0 10 0 58594963 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11799/statm: 212817 105087 2636 9 0 207295 0
[pid=11799/tid=11801] ppid=11795 vsize=851268 CPUtime=1639.75
/proc/11799/task/11801/stat : 11801 (java) R 11795 11795 11556 0 -1 64 18396 0 1 0 163957 18 0 0 25 0 10 0 58594964 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4127952933 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11802] ppid=11795 vsize=851268 CPUtime=159.44
/proc/11799/task/11802/stat : 11802 (java) S 11795 11795 11556 0 -1 64 177641 0 0 0 15863 81 0 0 16 0 10 0 58594965 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11803] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11803/stat : 11803 (java) S 11795 11795 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58594966 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11804] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11804/stat : 11804 (java) S 11795 11795 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58594966 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11805] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11805/stat : 11805 (java) S 11795 11795 11556 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 58594968 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11806] ppid=11795 vsize=851268 CPUtime=0.85
/proc/11799/task/11806/stat : 11806 (java) S 11795 11795 11556 0 -1 64 2642 0 0 0 83 2 0 0 17 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11799/tid=11807] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11807/stat : 11807 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11808] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11808/stat : 11808 (java) S 11795 11795 11556 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58594971 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11799/tid=11810] ppid=11795 vsize=851268 CPUtime=0
/proc/11799/task/11810/stat : 11810 (java) S 11795 11795 11556 0 -1 64 1 0 0 0 0 0 0 0 17 0 10 0 58611181 871698432 105087 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 856624

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1808.32
CPU time (s): 1800.08
CPU user time (s): 1799.05
CPU system time (s): 1.03
CPU usage (%): 99.5442
Max. virtual memory (cumulated for all children) (KiB): 859192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
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= 5

runsolver used 2.29965 second user time and 5.97009 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-16 05:34:37
IDJOB=2077668
IDBENCH=56647
IDSOLVER=736
FILE ID=node8/2077668-1247715277
PBS_JOBID= 9521433
Free space on /tmp= 66088 MiB

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

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

MD5SUM BENCH= c43c11a622e7a100b4687e0b36838a79
RANDOM SEED=1779980119

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1366112 kB
Buffers:         66968 kB
Cached:         518920 kB
SwapCached:          0 kB
Active:          96572 kB
Inactive:       515760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1366112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2832 kB
Writeback:           0 kB
Mapped:          37904 kB
Slab:            62668 kB
Committed_AS:   456640 kB
PageTables:       1716 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= 66088 MiB
End job on node8 at 2009-07-16 06:04:47