Trace number 1072789

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 + CSP4J - WMC Engine 2008-05-30? (TO) 1800.05 1800.22

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-13.xml
MD5SUM8ae865c23523a773092aa24060572545
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 benchmark0.044993
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity18
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

162.21/162.01	c CPU-LOAD 22.89
162.21/162.01	c LOADED 180 V (4 E), 64 PredicateConstraint, arity 18, 22.89 cpu

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072789-1215175718/watcher-1072789-1215175718 -o /tmp/evaluation-result-1072789-1215175718/solver-1072789-1215175718 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1072789-1215175718.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5107
/proc/meminfo: memFree=1687376/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0

[startup+0.086529 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5107
/proc/meminfo: memFree=1687376/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101068 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5107
/proc/meminfo: memFree=1687376/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301102 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5107
/proc/meminfo: memFree=1687376/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70115 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5107
/proc/meminfo: memFree=1687376/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50224 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 5119
/proc/meminfo: memFree=1559096/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0
[pid=5109] ppid=5107 vsize=855640 CPUtime=1.74
/proc/5109/stat : 5109 (java) S 5107 5107 4428 0 -1 0 55039 0 1 0 149 25 0 0 21 0 10 0 1996545281 876175360 54162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5109/statm: 213910 54162 2578 9 0 208470 0
[pid=5109/tid=5111] ppid=5107 vsize=855640 CPUtime=0.85
/proc/5109/task/5111/stat : 5111 (java) S 5107 5107 4428 0 -1 64 16637 0 1 0 76 9 0 0 17 0 10 0 1996545282 876175360 54162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5112] ppid=5107 vsize=855640 CPUtime=0.61
/proc/5109/task/5112/stat : 5112 (java) R 5107 5107 4428 0 -1 64 36650 0 0 0 47 14 0 0 16 0 10 0 1996545283 876175360 54162 996147200 134512640 134550740 4294956016 18446744073709551615 102109593 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5113] ppid=5107 vsize=855640 CPUtime=0
/proc/5109/task/5113/stat : 5113 (java) S 5107 5107 4428 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1996545283 876175360 54162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5114] ppid=5107 vsize=855640 CPUtime=0
/proc/5109/task/5114/stat : 5114 (java) S 5107 5107 4428 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1996545283 876175360 54162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5115] ppid=5107 vsize=855640 CPUtime=0
/proc/5109/task/5115/stat : 5115 (java) S 5107 5107 4428 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 1996545285 876175360 54162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5116] ppid=5107 vsize=855640 CPUtime=0.24
/proc/5109/task/5116/stat : 5116 (java) S 5107 5107 4428 0 -1 64 1015 0 0 0 24 0 0 0 16 0 10 0 1996545285 876175360 54162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5117] ppid=5107 vsize=855640 CPUtime=0
/proc/5109/task/5117/stat : 5117 (java) S 5107 5107 4428 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 1996545285 876175360 54162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5118] ppid=5107 vsize=855640 CPUtime=0
/proc/5109/task/5118/stat : 5118 (java) S 5107 5107 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1996545285 876175360 54162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5119] ppid=5107 vsize=855640 CPUtime=0
/proc/5109/task/5119/stat : 5119 (java) S 5107 5107 4428 0 -1 64 5 0 0 0 0 0 0 0 18 0 10 0 1996545316 876175360 54162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 860996

[startup+3.10243 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 5119
/proc/meminfo: memFree=1388216/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0
[pid=5109] ppid=5107 vsize=858712 CPUtime=3.36
/proc/5109/stat : 5109 (java) S 5107 5107 4428 0 -1 0 89825 0 1 0 296 40 0 0 21 0 10 0 1996545281 879321088 88944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5109/statm: 214678 88944 2579 9 0 209238 0
[pid=5109/tid=5111] ppid=5107 vsize=858712 CPUtime=1.94
/proc/5109/task/5111/stat : 5111 (java) R 5107 5107 4428 0 -1 64 17324 0 1 0 185 9 0 0 17 0 10 0 1996545282 879321088 88944 996147200 134512640 134550740 4294956016 18446744073709551615 4126465498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5112] ppid=5107 vsize=858712 CPUtime=1.11
/proc/5109/task/5112/stat : 5112 (java) S 5107 5107 4428 0 -1 64 70718 0 0 0 82 29 0 0 16 0 10 0 1996545283 879321088 88944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5113] ppid=5107 vsize=858712 CPUtime=0
/proc/5109/task/5113/stat : 5113 (java) S 5107 5107 4428 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1996545283 879321088 88944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5114] ppid=5107 vsize=858712 CPUtime=0
/proc/5109/task/5114/stat : 5114 (java) S 5107 5107 4428 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1996545283 879321088 88944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5115] ppid=5107 vsize=858712 CPUtime=0
/proc/5109/task/5115/stat : 5115 (java) S 5107 5107 4428 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 1996545285 879321088 88944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5116] ppid=5107 vsize=858712 CPUtime=0.28
/proc/5109/task/5116/stat : 5116 (java) S 5107 5107 4428 0 -1 64 1046 0 0 0 28 0 0 0 16 0 10 0 1996545285 879321088 88944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5117] ppid=5107 vsize=858712 CPUtime=0
/proc/5109/task/5117/stat : 5117 (java) S 5107 5107 4428 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 1996545285 879321088 88944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5118] ppid=5107 vsize=858712 CPUtime=0
/proc/5109/task/5118/stat : 5118 (java) S 5107 5107 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1996545285 879321088 88944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5119] ppid=5107 vsize=858712 CPUtime=0
/proc/5109/task/5119/stat : 5119 (java) S 5107 5107 4428 0 -1 64 5 0 0 0 0 0 0 0 18 0 10 0 1996545316 879321088 88944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 864068

[startup+6.3028 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 5119
/proc/meminfo: memFree=945208/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0
[pid=5109] ppid=5107 vsize=869976 CPUtime=6.56
/proc/5109/stat : 5109 (java) S 5107 5107 4428 0 -1 0 193604 0 1 0 573 83 0 0 21 0 10 0 1996545281 890855424 192715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5109/statm: 217494 192715 2580 9 0 212054 0
[pid=5109/tid=5111] ppid=5107 vsize=869976 CPUtime=2.89
/proc/5109/task/5111/stat : 5111 (java) S 5107 5107 4428 0 -1 64 33449 0 1 0 273 16 0 0 17 0 10 0 1996545282 890855424 192715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5112] ppid=5107 vsize=869976 CPUtime=3.36
/proc/5109/task/5112/stat : 5112 (java) R 5107 5107 4428 0 -1 64 158370 0 0 0 271 65 0 0 22 0 10 0 1996545283 890855424 192715 996147200 134512640 134550740 4294956016 18446744073709551615 104181398 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5113] ppid=5107 vsize=869976 CPUtime=0
/proc/5109/task/5113/stat : 5113 (java) S 5107 5107 4428 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1996545283 890855424 192715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5114] ppid=5107 vsize=869976 CPUtime=0
/proc/5109/task/5114/stat : 5114 (java) S 5107 5107 4428 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1996545283 890855424 192715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5115] ppid=5107 vsize=869976 CPUtime=0
/proc/5109/task/5115/stat : 5115 (java) S 5107 5107 4428 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 1996545285 890855424 192715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5116] ppid=5107 vsize=869976 CPUtime=0.28
/proc/5109/task/5116/stat : 5116 (java) S 5107 5107 4428 0 -1 64 1048 0 0 0 28 0 0 0 16 0 10 0 1996545285 890855424 192715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5117] ppid=5107 vsize=869976 CPUtime=0
/proc/5109/task/5117/stat : 5117 (java) S 5107 5107 4428 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 1996545285 890855424 192715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5118] ppid=5107 vsize=869976 CPUtime=0
/proc/5109/task/5118/stat : 5118 (java) S 5107 5107 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1996545285 890855424 192715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5119] ppid=5107 vsize=869976 CPUtime=0
/proc/5109/task/5119/stat : 5119 (java) S 5107 5107 4428 0 -1 64 5 0 0 0 0 0 0 0 18 0 10 0 1996545316 890855424 192715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 875332

[startup+12.7026 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 5119
/proc/meminfo: memFree=898808/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0
[pid=5109] ppid=5107 vsize=886680 CPUtime=12.96
/proc/5109/stat : 5109 (java) S 5107 5107 4428 0 -1 0 200097 0 1 0 1210 86 0 0 21 0 10 0 1996545281 907960320 199201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5109/statm: 221670 199201 2580 9 0 216230 0
[pid=5109/tid=5111] ppid=5107 vsize=886680 CPUtime=3.5
/proc/5109/task/5111/stat : 5111 (java) S 5107 5107 4428 0 -1 64 37624 0 1 0 332 18 0 0 17 0 10 0 1996545282 907960320 199201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5112] ppid=5107 vsize=886680 CPUtime=9.14
/proc/5109/task/5112/stat : 5112 (java) R 5107 5107 4428 0 -1 64 160688 0 0 0 848 66 0 0 22 0 10 0 1996545283 907960320 199201 996147200 134512640 134550740 4294956016 18446744073709551615 103735859 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5113] ppid=5107 vsize=886680 CPUtime=0
/proc/5109/task/5113/stat : 5113 (java) S 5107 5107 4428 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1996545283 907960320 199201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5114] ppid=5107 vsize=886680 CPUtime=0
/proc/5109/task/5114/stat : 5114 (java) S 5107 5107 4428 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1996545283 907960320 199201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5115] ppid=5107 vsize=886680 CPUtime=0
/proc/5109/task/5115/stat : 5115 (java) S 5107 5107 4428 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 1996545285 907960320 199201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5116] ppid=5107 vsize=886680 CPUtime=0.28
/proc/5109/task/5116/stat : 5116 (java) S 5107 5107 4428 0 -1 64 1048 0 0 0 28 0 0 0 16 0 10 0 1996545285 907960320 199201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5117] ppid=5107 vsize=886680 CPUtime=0
/proc/5109/task/5117/stat : 5117 (java) S 5107 5107 4428 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 1996545285 907960320 199201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5118] ppid=5107 vsize=886680 CPUtime=0
/proc/5109/task/5118/stat : 5118 (java) S 5107 5107 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1996545285 907960320 199201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5119] ppid=5107 vsize=886680 CPUtime=0
/proc/5109/task/5119/stat : 5119 (java) S 5107 5107 4428 0 -1 64 5 0 0 0 0 0 0 0 18 0 10 0 1996545316 907960320 199201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.96
Current children cumulated vsize (KiB) 892036

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/75 5119
/proc/meminfo: memFree=898424/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0
[pid=5109] ppid=5107 vsize=886840 CPUtime=25.75
/proc/5109/stat : 5109 (java) S 5107 5107 4428 0 -1 0 200142 0 1 0 2489 86 0 0 21 0 10 0 1996545281 908124160 199230 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5109/statm: 221710 199230 2580 9 0 216270 0
[pid=5109/tid=5111] ppid=5107 vsize=886840 CPUtime=4.91
/proc/5109/task/5111/stat : 5111 (java) S 5107 5107 4428 0 -1 64 37640 0 1 0 473 18 0 0 17 0 10 0 1996545282 908124160 199230 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5112] ppid=5107 vsize=886840 CPUtime=20.52
/proc/5109/task/5112/stat : 5112 (java) R 5107 5107 4428 0 -1 64 160714 0 0 0 1986 66 0 0 16 0 10 0 1996545283 908124160 199230 996147200 134512640 134550740 4294956016 18446744073709551615 102674817 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5113] ppid=5107 vsize=886840 CPUtime=0
/proc/5109/task/5113/stat : 5113 (java) S 5107 5107 4428 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1996545283 908124160 199230 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5114] ppid=5107 vsize=886840 CPUtime=0
/proc/5109/task/5114/stat : 5114 (java) S 5107 5107 4428 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1996545283 908124160 199230 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5115] ppid=5107 vsize=886840 CPUtime=0
/proc/5109/task/5115/stat : 5115 (java) S 5107 5107 4428 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 1996545285 908124160 199230 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5116] ppid=5107 vsize=886840 CPUtime=0.29
/proc/5109/task/5116/stat : 5116 (java) S 5107 5107 4428 0 -1 64 1051 0 0 0 29 0 0 0 16 0 10 0 1996545285 908124160 199230 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5117] ppid=5107 vsize=886840 CPUtime=0
/proc/5109/task/5117/stat : 5117 (java) S 5107 5107 4428 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 1996545285 908124160 199230 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5118] ppid=5107 vsize=886840 CPUtime=0

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

/proc/5109/task/5116/stat : 5116 (java) S 5107 5107 4428 0 -1 64 1180 0 0 0 54 0 0 0 15 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5117] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5117/stat : 5117 (java) S 5107 5107 4428 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5118] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5118/stat : 5118 (java) S 5107 5107 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.24
Current children cumulated vsize (KiB) 889764

[startup+1602.3 s]
/proc/loadavg: 2.00 1.91 1.53 3/91 5302
/proc/meminfo: memFree=871272/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0
[pid=5109] ppid=5107 vsize=884408 CPUtime=1602.21
/proc/5109/stat : 5109 (java) S 5107 5107 4428 0 -1 0 623675 0 1 0 159850 371 0 0 21 0 9 0 1996545281 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5109/statm: 221102 180372 2584 9 0 215662 0
[pid=5109/tid=5111] ppid=5107 vsize=884408 CPUtime=1462.42
/proc/5109/task/5111/stat : 5111 (java) R 5107 5107 4428 0 -1 64 118521 0 1 0 146110 132 0 0 25 0 9 0 1996545282 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4126751949 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=884408 CPUtime=139.2
/proc/5109/task/5112/stat : 5112 (java) S 5107 5107 4428 0 -1 64 503236 0 0 0 13685 235 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5113] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5113/stat : 5113 (java) S 5107 5107 4428 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5114] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5114/stat : 5114 (java) S 5107 5107 4428 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5115] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5115/stat : 5115 (java) S 5107 5107 4428 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5116] ppid=5107 vsize=884408 CPUtime=0.54
/proc/5109/task/5116/stat : 5116 (java) S 5107 5107 4428 0 -1 64 1180 0 0 0 54 0 0 0 15 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5117] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5117/stat : 5117 (java) S 5107 5107 4428 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5118] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5118/stat : 5118 (java) S 5107 5107 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.21
Current children cumulated vsize (KiB) 889764

[startup+1662.3 s]
/proc/loadavg: 2.00 1.92 1.56 3/91 5302
/proc/meminfo: memFree=868648/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0
[pid=5109] ppid=5107 vsize=884408 CPUtime=1662.19
/proc/5109/stat : 5109 (java) S 5107 5107 4428 0 -1 0 623693 0 1 0 165845 374 0 0 21 0 9 0 1996545281 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5109/statm: 221102 180372 2584 9 0 215662 0
[pid=5109/tid=5111] ppid=5107 vsize=884408 CPUtime=1522.39
/proc/5109/task/5111/stat : 5111 (java) R 5107 5107 4428 0 -1 64 118539 0 1 0 152104 135 0 0 25 0 9 0 1996545282 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4126751911 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=884408 CPUtime=139.21
/proc/5109/task/5112/stat : 5112 (java) S 5107 5107 4428 0 -1 64 503236 0 0 0 13686 235 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5113] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5113/stat : 5113 (java) S 5107 5107 4428 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5114] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5114/stat : 5114 (java) S 5107 5107 4428 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5115] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5115/stat : 5115 (java) S 5107 5107 4428 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5116] ppid=5107 vsize=884408 CPUtime=0.54
/proc/5109/task/5116/stat : 5116 (java) S 5107 5107 4428 0 -1 64 1180 0 0 0 54 0 0 0 15 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5117] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5117/stat : 5117 (java) S 5107 5107 4428 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5118] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5118/stat : 5118 (java) S 5107 5107 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.19
Current children cumulated vsize (KiB) 889764

[startup+1722.3 s]
/proc/loadavg: 2.00 1.93 1.58 3/91 5302
/proc/meminfo: memFree=866216/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0
[pid=5109] ppid=5107 vsize=884408 CPUtime=1722.17
/proc/5109/stat : 5109 (java) S 5107 5107 4428 0 -1 0 623710 0 1 0 171840 377 0 0 21 0 9 0 1996545281 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5109/statm: 221102 180372 2584 9 0 215662 0
[pid=5109/tid=5111] ppid=5107 vsize=884408 CPUtime=1582.36
/proc/5109/task/5111/stat : 5111 (java) R 5107 5107 4428 0 -1 64 118556 0 1 0 158098 138 0 0 25 0 9 0 1996545282 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4126783524 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=884408 CPUtime=139.22
/proc/5109/task/5112/stat : 5112 (java) S 5107 5107 4428 0 -1 64 503236 0 0 0 13687 235 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5113] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5113/stat : 5113 (java) S 5107 5107 4428 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5114] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5114/stat : 5114 (java) S 5107 5107 4428 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5115] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5115/stat : 5115 (java) S 5107 5107 4428 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5116] ppid=5107 vsize=884408 CPUtime=0.54
/proc/5109/task/5116/stat : 5116 (java) S 5107 5107 4428 0 -1 64 1180 0 0 0 54 0 0 0 15 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5117] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5117/stat : 5117 (java) S 5107 5107 4428 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5118] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5118/stat : 5118 (java) S 5107 5107 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.17
Current children cumulated vsize (KiB) 889764

[startup+1782.3 s]
/proc/loadavg: 2.00 1.94 1.61 3/91 5302
/proc/meminfo: memFree=863656/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0
[pid=5109] ppid=5107 vsize=884408 CPUtime=1782.15
/proc/5109/stat : 5109 (java) S 5107 5107 4428 0 -1 0 623728 0 1 0 177835 380 0 0 21 0 9 0 1996545281 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5109/statm: 221102 180372 2584 9 0 215662 0
[pid=5109/tid=5111] ppid=5107 vsize=884408 CPUtime=1642.33
/proc/5109/task/5111/stat : 5111 (java) R 5107 5107 4428 0 -1 64 118574 0 1 0 164092 141 0 0 25 0 9 0 1996545282 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4126752045 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=884408 CPUtime=139.23
/proc/5109/task/5112/stat : 5112 (java) S 5107 5107 4428 0 -1 64 503236 0 0 0 13688 235 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5113] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5113/stat : 5113 (java) S 5107 5107 4428 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5114] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5114/stat : 5114 (java) S 5107 5107 4428 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5115] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5115/stat : 5115 (java) S 5107 5107 4428 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5116] ppid=5107 vsize=884408 CPUtime=0.54
/proc/5109/task/5116/stat : 5116 (java) S 5107 5107 4428 0 -1 64 1180 0 0 0 54 0 0 0 15 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5117] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5117/stat : 5117 (java) S 5107 5107 4428 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5118] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5118/stat : 5118 (java) S 5107 5107 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.15
Current children cumulated vsize (KiB) 889764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.2 s]
/proc/loadavg: 2.00 1.95 1.61 3/91 5302
/proc/meminfo: memFree=862952/2055920 swapFree=4180424/4192956
[pid=5107] ppid=5105 vsize=5356 CPUtime=0
/proc/5107/stat : 5107 (concrete.sh) S 5105 5107 4428 0 -1 4194304 315 128 0 0 0 0 0 0 19 0 1 0 1996545280 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5107/statm: 1339 242 201 169 0 50 0
[pid=5109] ppid=5107 vsize=884408 CPUtime=1800.05
/proc/5109/stat : 5109 (java) S 5107 5107 4428 0 -1 0 623734 0 1 0 179624 381 0 0 21 0 9 0 1996545281 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5109/statm: 221102 180372 2584 9 0 215662 0
[pid=5109/tid=5111] ppid=5107 vsize=884408 CPUtime=1660.23
/proc/5109/task/5111/stat : 5111 (java) R 5107 5107 4428 0 -1 64 118580 0 1 0 165881 142 0 0 25 0 9 0 1996545282 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4126783732 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5112] ppid=5107 vsize=884408 CPUtime=139.24
/proc/5109/task/5112/stat : 5112 (java) S 5107 5107 4428 0 -1 64 503236 0 0 0 13688 236 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5113] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5113/stat : 5113 (java) S 5107 5107 4428 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5114] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5114/stat : 5114 (java) S 5107 5107 4428 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996545283 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5115] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5115/stat : 5115 (java) S 5107 5107 4428 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5116] ppid=5107 vsize=884408 CPUtime=0.54
/proc/5109/task/5116/stat : 5116 (java) S 5107 5107 4428 0 -1 64 1180 0 0 0 54 0 0 0 15 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5109/tid=5117] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5117/stat : 5117 (java) S 5107 5107 4428 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5109/tid=5118] ppid=5107 vsize=884408 CPUtime=0
/proc/5109/task/5118/stat : 5118 (java) S 5107 5107 4428 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996545285 905633792 180372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 889764

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 5107 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=999
# CPU time returned by wait4() is 0.003998
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.22
CPU time (s): 1800.05
CPU user time (s): 1796.24
CPU system time (s): 3.81
CPU usage (%): 99.9905
Max. virtual memory (cumulated for all children) (KiB): 893860

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

runsolver used 2.22066 second user time and 5.33219 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-04 14:48:38
IDJOB=1072789
IDBENCH=56287
IDSOLVER=304
FILE ID=node33/1072789-1215175718
PBS_JOBID= 7881505
Free space on /tmp= 66556 MiB

SOLVER NAME= Concrete + CSP4J - WMC Engine 2008-05-30
BENCH NAME= CPAI08/csp/radar-8-30-3-0/normalized-radar-8-30-3-0-13.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s WMC BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072789-1215175718/watcher-1072789-1215175718 -o /tmp/evaluation-result-1072789-1215175718/solver-1072789-1215175718 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1072789-1215175718.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8ae865c23523a773092aa24060572545
RANDOM SEED=1668173551

node33.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.231
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.231
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:       1687920 kB
Buffers:         62520 kB
Cached:         228944 kB
SwapCached:       6444 kB
Active:         171920 kB
Inactive:       128064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687920 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1076 kB
Writeback:           0 kB
Mapped:          14248 kB
Slab:            54072 kB
Committed_AS:  3472540 kB
PageTables:       1432 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= 66544 MiB
End job on node33 at 2008-07-04 15:18:40