Trace number 2063323

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 2009-07-14? (TO) 1800.09 1815.82

General information on the benchmark

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

Solver Data

2.94/3.09	c CPU-LOAD 1.84
2.94/3.09	c LOADED 24 V (24 E), 76 ExtensionConstraintGeneral, arity 3, 1.84 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-2063323-1247700250/watcher-2063323-1247700250 -o /tmp/evaluation-result-2063323-1247700250/solver-2063323-1247700250 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2063323-1247700250.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.20 2.12 2.03 4/82 10674
/proc/meminfo: memFree=1189560/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) R 10672 10674 10236 0 -1 4194304 291 127 0 0 0 0 0 0 18 0 1 0 57090226 5484544 238 996147200 4194304 4889804 548682068816 18446744073709551615 228043844255 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/10674/statm: 1339 238 197 169 0 50 0
[pid=10676] ppid=10674 vsize=5356 CPUtime=0
/proc/10676/stat : 10676 (concrete.sh) R 10674 10674 10236 0 -1 4194368 22 0 0 0 0 0 0 0 18 0 1 0 57090227 5484544 239 996147200 4194304 4889804 548682068816 18446744073709551615 228043844255 0 65538 4096 65538 0 0 0 17 1 0 0
/proc/10676/statm: 1339 239 198 169 0 50 0
[pid=10677] ppid=10676 vsize=5356 CPUtime=0
/proc/10677/stat : 10677 (concrete.sh) R 10676 10674 10236 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 57090227 5484544 239 996147200 4194304 4889804 548682068816 18446744073709551615 228043844255 0 65538 4096 65538 0 0 0 17 1 0 0
/proc/10677/statm: 1339 239 198 169 0 50 0

[startup+0.0477319 s]
/proc/loadavg: 2.20 2.12 2.03 4/82 10674
/proc/meminfo: memFree=1189560/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) S 10672 10674 10236 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57090226 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10674/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101702 s]
/proc/loadavg: 2.20 2.12 2.03 4/82 10674
/proc/meminfo: memFree=1189560/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) S 10672 10674 10236 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57090226 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10674/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301744 s]
/proc/loadavg: 2.20 2.12 2.03 4/82 10674
/proc/meminfo: memFree=1189560/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) S 10672 10674 10236 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57090226 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10674/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701824 s]
/proc/loadavg: 2.20 2.12 2.03 4/82 10674
/proc/meminfo: memFree=1189560/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) S 10672 10674 10236 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57090226 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10674/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50898 s]
/proc/loadavg: 2.20 2.12 2.03 3/92 10687
/proc/meminfo: memFree=1172264/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) S 10672 10674 10236 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57090226 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10674/statm: 1339 244 201 169 0 50 0
[pid=10679] ppid=10674 vsize=847444 CPUtime=1.46
/proc/10679/stat : 10679 (java) S 10674 10674 10236 0 -1 0 8415 0 1 0 141 5 0 0 20 0 9 0 57090227 867782656 7304 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10679/statm: 211861 7304 2614 9 0 206346 0
[pid=10679/tid=10680] ppid=10674 vsize=847444 CPUtime=0.96
/proc/10679/task/10680/stat : 10680 (java) R 10674 10674 10236 0 -1 64 3673 0 1 0 93 3 0 0 25 0 9 0 57090228 867782656 7304 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10681] ppid=10674 vsize=847444 CPUtime=0.27
/proc/10679/task/10681/stat : 10681 (java) R 10674 10674 10236 0 -1 64 2749 0 0 0 26 1 0 0 16 0 9 0 57090230 867782656 7304 996147200 134512640 134550932 4294955408 18446744073709551615 104189916 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10682] ppid=10674 vsize=847444 CPUtime=0
/proc/10679/task/10682/stat : 10682 (java) S 10674 10674 10236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57090230 867782656 7304 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10683] ppid=10674 vsize=847444 CPUtime=0
/proc/10679/task/10683/stat : 10683 (java) S 10674 10674 10236 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57090230 867782656 7304 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10684] ppid=10674 vsize=847444 CPUtime=0
/proc/10679/task/10684/stat : 10684 (java) S 10674 10674 10236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57090232 867782656 7304 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10685] ppid=10674 vsize=847444 CPUtime=0.21
/proc/10679/task/10685/stat : 10685 (java) S 10674 10674 10236 0 -1 64 1297 0 0 0 21 0 0 0 16 0 9 0 57090235 867782656 7304 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10686] ppid=10674 vsize=847444 CPUtime=0
/proc/10679/task/10686/stat : 10686 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57090236 867782656 7304 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10687] ppid=10674 vsize=847444 CPUtime=0
/proc/10679/task/10687/stat : 10687 (java) R 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57090236 867782656 7304 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 852800

[startup+3.1103 s]
/proc/loadavg: 2.50 2.19 2.05 3/92 10687
/proc/meminfo: memFree=1166376/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) S 10672 10674 10236 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57090226 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10674/statm: 1339 244 201 169 0 50 0
[pid=10679] ppid=10674 vsize=848472 CPUtime=3.05
/proc/10679/stat : 10679 (java) S 10674 10674 10236 0 -1 0 11642 0 1 0 296 9 0 0 20 0 9 0 57090227 868835328 10274 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10679/statm: 212118 10274 2617 9 0 206603 0
[pid=10679/tid=10680] ppid=10674 vsize=848472 CPUtime=2.07
/proc/10679/task/10680/stat : 10680 (java) R 10674 10674 10236 0 -1 64 4038 0 1 0 203 4 0 0 25 0 9 0 57090228 868835328 10274 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10681] ppid=10674 vsize=848472 CPUtime=0.69
/proc/10679/task/10681/stat : 10681 (java) R 10674 10674 10236 0 -1 64 5581 0 0 0 66 3 0 0 16 0 9 0 57090230 868835328 10274 996147200 134512640 134550932 4294955408 18446744073709551615 102499761 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10682] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10682/stat : 10682 (java) S 10674 10674 10236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 10274 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10683] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10683/stat : 10683 (java) S 10674 10674 10236 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57090230 868835328 10274 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10684] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10684/stat : 10684 (java) S 10674 10674 10236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57090232 868835328 10274 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10685] ppid=10674 vsize=848472 CPUtime=0.25
/proc/10679/task/10685/stat : 10685 (java) S 10674 10674 10236 0 -1 64 1323 0 0 0 25 0 0 0 16 0 9 0 57090235 868835328 10274 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10686] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10686/stat : 10686 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57090236 868835328 10274 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10687] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10687/stat : 10687 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57090236 868835328 10274 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 853828

[startup+6.30192 s]
/proc/loadavg: 2.50 2.19 2.05 3/92 10689
/proc/meminfo: memFree=1157472/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) S 10672 10674 10236 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57090226 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10674/statm: 1339 244 201 169 0 50 0
[pid=10679] ppid=10674 vsize=848472 CPUtime=6.21
/proc/10679/stat : 10679 (java) S 10674 10674 10236 0 -1 0 11789 0 1 0 611 10 0 0 20 0 9 0 57090227 868835328 10381 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10679/statm: 212118 10381 2618 9 0 206603 0
[pid=10679/tid=10680] ppid=10674 vsize=848472 CPUtime=5.08
/proc/10679/task/10680/stat : 10680 (java) R 10674 10674 10236 0 -1 64 4094 0 1 0 504 4 0 0 25 0 9 0 57090228 868835328 10381 996147200 134512640 134550932 4294955408 18446744073709551615 4126490085 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10681] ppid=10674 vsize=848472 CPUtime=0.79
/proc/10679/task/10681/stat : 10681 (java) S 10674 10674 10236 0 -1 64 5642 0 0 0 76 3 0 0 16 0 9 0 57090230 868835328 10381 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10682] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10682/stat : 10682 (java) S 10674 10674 10236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 10381 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10683] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10683/stat : 10683 (java) S 10674 10674 10236 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 10381 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10684] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10684/stat : 10684 (java) S 10674 10674 10236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57090232 868835328 10381 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10685] ppid=10674 vsize=848472 CPUtime=0.29
/proc/10679/task/10685/stat : 10685 (java) S 10674 10674 10236 0 -1 64 1352 0 0 0 29 0 0 0 16 0 9 0 57090235 868835328 10381 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10686] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10686/stat : 10686 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57090236 868835328 10381 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10687] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10687/stat : 10687 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57090236 868835328 10381 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 853828

[startup+12.7022 s]
/proc/loadavg: 2.57 2.21 2.06 3/92 10689
/proc/meminfo: memFree=1157408/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) S 10672 10674 10236 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57090226 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10674/statm: 1339 244 201 169 0 50 0
[pid=10679] ppid=10674 vsize=848472 CPUtime=12.55
/proc/10679/stat : 10679 (java) S 10674 10674 10236 0 -1 0 11874 0 1 0 1244 11 0 0 20 0 9 0 57090227 868835328 10382 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10679/statm: 212118 10382 2618 9 0 206603 0
[pid=10679/tid=10680] ppid=10674 vsize=848472 CPUtime=11.35
/proc/10679/task/10680/stat : 10680 (java) R 10674 10674 10236 0 -1 64 4178 0 1 0 1130 5 0 0 25 0 9 0 57090228 868835328 10382 996147200 134512640 134550932 4294955408 18446744073709551615 4126508053 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10681] ppid=10674 vsize=848472 CPUtime=0.87
/proc/10679/task/10681/stat : 10681 (java) S 10674 10674 10236 0 -1 64 5642 0 0 0 83 4 0 0 16 0 9 0 57090230 868835328 10382 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10682] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10682/stat : 10682 (java) S 10674 10674 10236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 10382 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10683] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10683/stat : 10683 (java) S 10674 10674 10236 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 10382 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10684] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10684/stat : 10684 (java) S 10674 10674 10236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57090232 868835328 10382 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10685] ppid=10674 vsize=848472 CPUtime=0.29
/proc/10679/task/10685/stat : 10685 (java) S 10674 10674 10236 0 -1 64 1353 0 0 0 29 0 0 0 16 0 9 0 57090235 868835328 10382 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10686] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10686/stat : 10686 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57090236 868835328 10382 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10687] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10687/stat : 10687 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57090236 868835328 10382 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 853828

[startup+25.5017 s]
/proc/loadavg: 2.48 2.21 2.06 3/92 10689
/proc/meminfo: memFree=1157408/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) S 10672 10674 10236 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57090226 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10674/statm: 1339 244 201 169 0 50 0
[pid=10679] ppid=10674 vsize=848472 CPUtime=25.23
/proc/10679/stat : 10679 (java) S 10674 10674 10236 0 -1 0 12043 0 1 0 2510 13 0 0 20 0 9 0 57090227 868835328 10384 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10679/statm: 212118 10384 2618 9 0 206603 0
[pid=10679/tid=10680] ppid=10674 vsize=848472 CPUtime=23.88
/proc/10679/task/10680/stat : 10680 (java) R 10674 10674 10236 0 -1 64 4345 0 1 0 2383 5 0 0 25 0 9 0 57090228 868835328 10384 996147200 134512640 134550932 4294955408 18446744073709551615 4126485657 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10681] ppid=10674 vsize=848472 CPUtime=1.01
/proc/10679/task/10681/stat : 10681 (java) S 10674 10674 10236 0 -1 64 5643 0 0 0 96 5 0 0 16 0 9 0 57090230 868835328 10384 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10682] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10682/stat : 10682 (java) S 10674 10674 10236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 10384 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10683] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10683/stat : 10683 (java) S 10674 10674 10236 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 10384 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10684] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10684/stat : 10684 (java) S 10674 10674 10236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57090232 868835328 10384 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10685] ppid=10674 vsize=848472 CPUtime=0.3
/proc/10679/task/10685/stat : 10685 (java) S 10674 10674 10236 0 -1 64 1354 0 0 0 30 0 0 0 17 0 9 0 57090235 868835328 10384 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10686] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10686/stat : 10686 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57090236 868835328 10384 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10687] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10687/stat : 10687 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57090236 868835328 10384 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 853828

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

/proc/10679/task/10685/stat : 10685 (java) S 10674 10674 10236 0 -1 64 1354 0 0 0 30 0 0 0 17 0 9 0 57090235 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10686] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10686/stat : 10686 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57090236 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10687] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10687/stat : 10687 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57090236 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.97
Current children cumulated vsize (KiB) 853828

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 10732
/proc/meminfo: memFree=926752/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) S 10672 10674 10236 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57090226 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10674/statm: 1339 244 201 169 0 50 0
[pid=10679] ppid=10674 vsize=848472 CPUtime=1587.66
/proc/10679/stat : 10679 (java) S 10674 10674 10236 0 -1 0 33010 0 1 0 158570 196 0 0 20 0 9 0 57090227 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10679/statm: 212118 11578 2618 9 0 206603 0
[pid=10679/tid=10680] ppid=10674 vsize=848472 CPUtime=1568.8
/proc/10679/task/10680/stat : 10680 (java) R 10674 10674 10236 0 -1 64 24113 0 1 0 156813 67 0 0 25 0 9 0 57090228 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 103211122 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10681] ppid=10674 vsize=848472 CPUtime=18.53
/proc/10679/task/10681/stat : 10681 (java) S 10674 10674 10236 0 -1 64 6842 0 0 0 1726 127 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10682] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10682/stat : 10682 (java) S 10674 10674 10236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10683] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10683/stat : 10683 (java) S 10674 10674 10236 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10684] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10684/stat : 10684 (java) S 10674 10674 10236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57090232 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10685] ppid=10674 vsize=848472 CPUtime=0.3
/proc/10679/task/10685/stat : 10685 (java) S 10674 10674 10236 0 -1 64 1354 0 0 0 30 0 0 0 17 0 9 0 57090235 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10686] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10686/stat : 10686 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57090236 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10687] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10687/stat : 10687 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57090236 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.66
Current children cumulated vsize (KiB) 853828

[startup+1662.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/92 10732
/proc/meminfo: memFree=926752/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) S 10672 10674 10236 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57090226 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10674/statm: 1339 244 201 169 0 50 0
[pid=10679] ppid=10674 vsize=848472 CPUtime=1647.35
/proc/10679/stat : 10679 (java) S 10674 10674 10236 0 -1 0 33765 0 1 0 164531 204 0 0 20 0 9 0 57090227 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10679/statm: 212118 11578 2618 9 0 206603 0
[pid=10679/tid=10680] ppid=10674 vsize=848472 CPUtime=1627.82
/proc/10679/task/10680/stat : 10680 (java) R 10674 10674 10236 0 -1 64 24868 0 1 0 162711 71 0 0 25 0 9 0 57090228 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4126480823 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10681] ppid=10674 vsize=848472 CPUtime=19.21
/proc/10679/task/10681/stat : 10681 (java) S 10674 10674 10236 0 -1 64 6842 0 0 0 1789 132 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10682] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10682/stat : 10682 (java) S 10674 10674 10236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10683] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10683/stat : 10683 (java) S 10674 10674 10236 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10684] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10684/stat : 10684 (java) S 10674 10674 10236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57090232 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10685] ppid=10674 vsize=848472 CPUtime=0.3
/proc/10679/task/10685/stat : 10685 (java) S 10674 10674 10236 0 -1 64 1354 0 0 0 30 0 0 0 17 0 9 0 57090235 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10686] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10686/stat : 10686 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57090236 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10687] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10687/stat : 10687 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57090236 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1647.35
Current children cumulated vsize (KiB) 853828

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/92 10734
/proc/meminfo: memFree=926688/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) S 10672 10674 10236 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57090226 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10674/statm: 1339 244 201 169 0 50 0
[pid=10679] ppid=10674 vsize=848472 CPUtime=1707.05
/proc/10679/stat : 10679 (java) S 10674 10674 10236 0 -1 0 34524 0 1 0 170494 211 0 0 20 0 9 0 57090227 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10679/statm: 212118 11578 2618 9 0 206603 0
[pid=10679/tid=10680] ppid=10674 vsize=848472 CPUtime=1686.77
/proc/10679/task/10680/stat : 10680 (java) R 10674 10674 10236 0 -1 64 25627 0 1 0 168604 73 0 0 25 0 9 0 57090228 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4126426544 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10681] ppid=10674 vsize=848472 CPUtime=19.95
/proc/10679/task/10681/stat : 10681 (java) S 10674 10674 10236 0 -1 64 6842 0 0 0 1859 136 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10682] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10682/stat : 10682 (java) S 10674 10674 10236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10683] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10683/stat : 10683 (java) S 10674 10674 10236 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10684] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10684/stat : 10684 (java) S 10674 10674 10236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57090232 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10685] ppid=10674 vsize=848472 CPUtime=0.3
/proc/10679/task/10685/stat : 10685 (java) S 10674 10674 10236 0 -1 64 1354 0 0 0 30 0 0 0 17 0 9 0 57090235 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10686] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10686/stat : 10686 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57090236 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10687] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10687/stat : 10687 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57090236 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.05
Current children cumulated vsize (KiB) 853828

[startup+1782.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/92 10734
/proc/meminfo: memFree=926688/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) S 10672 10674 10236 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57090226 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10674/statm: 1339 244 201 169 0 50 0
[pid=10679] ppid=10674 vsize=848472 CPUtime=1766.75
/proc/10679/stat : 10679 (java) S 10674 10674 10236 0 -1 0 35277 0 1 0 176456 219 0 0 20 0 9 0 57090227 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10679/statm: 212118 11578 2618 9 0 206603 0
[pid=10679/tid=10680] ppid=10674 vsize=848472 CPUtime=1745.81
/proc/10679/task/10680/stat : 10680 (java) R 10674 10674 10236 0 -1 64 26380 0 1 0 174506 75 0 0 25 0 9 0 57090228 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 103211122 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10681] ppid=10674 vsize=848472 CPUtime=20.6
/proc/10679/task/10681/stat : 10681 (java) S 10674 10674 10236 0 -1 64 6842 0 0 0 1919 141 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10682] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10682/stat : 10682 (java) S 10674 10674 10236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10683] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10683/stat : 10683 (java) S 10674 10674 10236 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10684] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10684/stat : 10684 (java) S 10674 10674 10236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57090232 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10685] ppid=10674 vsize=848472 CPUtime=0.3
/proc/10679/task/10685/stat : 10685 (java) S 10674 10674 10236 0 -1 64 1354 0 0 0 30 0 0 0 17 0 9 0 57090235 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10686] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10686/stat : 10686 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57090236 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10687] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10687/stat : 10687 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57090236 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.75
Current children cumulated vsize (KiB) 853828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.8 s]
/proc/loadavg: 2.13 2.06 2.01 3/92 10734
/proc/meminfo: memFree=926688/2055920 swapFree=4192812/4192956
[pid=10674] ppid=10672 vsize=5356 CPUtime=0
/proc/10674/stat : 10674 (concrete.sh) S 10672 10674 10236 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 57090226 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10674/statm: 1339 244 201 169 0 50 0
[pid=10679] ppid=10674 vsize=848472 CPUtime=1800.09
/proc/10679/stat : 10679 (java) S 10674 10674 10236 0 -1 0 35696 0 1 0 179786 223 0 0 20 0 9 0 57090227 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10679/statm: 212118 11578 2618 9 0 206603 0
[pid=10679/tid=10680] ppid=10674 vsize=848472 CPUtime=1778.7
/proc/10679/task/10680/stat : 10680 (java) R 10674 10674 10236 0 -1 64 26799 0 1 0 177793 77 0 0 25 0 9 0 57090228 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4126477024 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10681] ppid=10674 vsize=848472 CPUtime=21.05
/proc/10679/task/10681/stat : 10681 (java) S 10674 10674 10236 0 -1 64 6842 0 0 0 1961 144 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10682] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10682/stat : 10682 (java) S 10674 10674 10236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10683] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10683/stat : 10683 (java) S 10674 10674 10236 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57090230 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10684] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10684/stat : 10684 (java) S 10674 10674 10236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57090232 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10685] ppid=10674 vsize=848472 CPUtime=0.3
/proc/10679/task/10685/stat : 10685 (java) S 10674 10674 10236 0 -1 64 1354 0 0 0 30 0 0 0 17 0 9 0 57090235 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10686] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10686/stat : 10686 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57090236 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10679/tid=10687] ppid=10674 vsize=848472 CPUtime=0
/proc/10679/task/10687/stat : 10687 (java) S 10674 10674 10236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57090236 868835328 11578 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 853828

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 10674 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.004998
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.82
CPU time (s): 1800.09
CPU user time (s): 1797.86
CPU system time (s): 2.23
CPU usage (%): 99.1337
Max. virtual memory (cumulated for all children) (KiB): 853828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 632
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= 21
involuntary context switches= 6

runsolver used 2.28065 second user time and 6.08607 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-16 01:24:10
IDJOB=2063323
IDBENCH=54004
IDSOLVER=735
FILE ID=node77/2063323-1247700250
PBS_JOBID= 9521162
Free space on /tmp= 66164 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-10_ext.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063323-1247700250/watcher-2063323-1247700250 -o /tmp/evaluation-result-2063323-1247700250/solver-2063323-1247700250 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2063323-1247700250.xml

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

MD5SUM BENCH= bf18611143afc06b8e4788fb89aa7ca2
RANDOM SEED=496735174

node77.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.256
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.256
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:       1190040 kB
Buffers:         80020 kB
Cached:         658120 kB
SwapCached:          0 kB
Active:         238524 kB
Inactive:       533508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1190040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4164 kB
Writeback:           0 kB
Mapped:          54284 kB
Slab:            78984 kB
Committed_AS:   511392 kB
PageTables:       1856 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66160 MiB
End job on node77 at 2009-07-16 01:54:28