Trace number 1072746

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 - Tabu Engine 2008-05-30? (TO) 1800.09 1806.52

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-7.xml
MD5SUMeff04b5a6c8760c244f6779320bb569d
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.052991
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity20
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)

109.33/109.84	c CPU-LOAD 15.87
109.33/109.84	c LOADED 180 V (4 E), 64 PredicateConstraint, arity 20, 15.87 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-1072746-1215175586/watcher-1072746-1215175586 -o /tmp/evaluation-result-1072746-1215175586/solver-1072746-1215175586 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1072746-1215175586.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: 1.96 2.05 1.96 4/80 19411
/proc/meminfo: memFree=1637648/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=18572 CPUtime=0
/proc/19411/stat : 19411 (runsolver) R 19409 19411 18419 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1996530903 19017728 292 996147200 4194304 4296836 548682068432 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19411/statm: 4643 292 257 25 0 2626 0

[startup+0.0466141 s]
/proc/loadavg: 1.96 2.05 1.96 4/80 19411
/proc/meminfo: memFree=1637648/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=5356 CPUtime=0
/proc/19411/stat : 19411 (concrete.sh) S 19409 19411 18419 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996530903 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19411/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.108397 s]
/proc/loadavg: 1.96 2.05 1.96 4/80 19411
/proc/meminfo: memFree=1637648/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=5356 CPUtime=0
/proc/19411/stat : 19411 (concrete.sh) S 19409 19411 18419 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996530903 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19411/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301427 s]
/proc/loadavg: 1.96 2.05 1.96 4/80 19411
/proc/meminfo: memFree=1637648/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=5356 CPUtime=0
/proc/19411/stat : 19411 (concrete.sh) S 19409 19411 18419 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996530903 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19411/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702486 s]
/proc/loadavg: 1.96 2.05 1.96 4/80 19411
/proc/meminfo: memFree=1637648/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=5356 CPUtime=0
/proc/19411/stat : 19411 (concrete.sh) S 19409 19411 18419 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996530903 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19411/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50161 s]
/proc/loadavg: 2.04 2.07 1.97 4/91 19423
/proc/meminfo: memFree=1602296/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=5356 CPUtime=0
/proc/19411/stat : 19411 (concrete.sh) S 19409 19411 18419 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996530903 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19411/statm: 1339 242 201 169 0 50 0
[pid=19414] ppid=19411 vsize=847516 CPUtime=1.48
/proc/19414/stat : 19414 (java) S 19411 19411 18419 0 -1 0 19468 0 1 0 137 11 0 0 18 0 10 0 1996530904 867856384 18570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19414/statm: 211879 18572 2578 9 0 206439 0
[pid=19414/tid=19415] ppid=19411 vsize=847516 CPUtime=0.55
/proc/19414/task/19415/stat : 19415 (java) R 19411 19411 18419 0 -1 64 5119 0 1 0 51 4 0 0 21 0 10 0 1996530905 867856384 18575 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19416] ppid=19411 vsize=847516 CPUtime=0.69
/proc/19414/task/19416/stat : 19416 (java) R 19411 19411 18419 0 -1 64 12607 0 0 0 64 5 0 0 19 0 10 0 1996530907 867856384 18578 996147200 134512640 134550740 4294956016 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19417] ppid=19411 vsize=847516 CPUtime=0
/proc/19414/task/19417/stat : 19417 (java) S 19411 19411 18419 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1996530907 867856384 18581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19418] ppid=19411 vsize=847516 CPUtime=0
/proc/19414/task/19418/stat : 19418 (java) S 19411 19411 18419 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1996530907 867856384 18585 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19419] ppid=19411 vsize=847516 CPUtime=0
/proc/19414/task/19419/stat : 19419 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1996530909 867856384 18588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19420] ppid=19411 vsize=847516 CPUtime=0.21
/proc/19414/task/19420/stat : 19420 (java) S 19411 19411 18419 0 -1 64 1016 0 0 0 21 0 0 0 16 0 10 0 1996530909 867856384 18591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19421] ppid=19411 vsize=847516 CPUtime=0
/proc/19414/task/19421/stat : 19421 (java) S 19411 19411 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1996530909 867856384 18594 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19422] ppid=19411 vsize=847516 CPUtime=0
/proc/19414/task/19422/stat : 19422 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 1996530909 867856384 18597 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19423] ppid=19411 vsize=847516 CPUtime=0
/proc/19414/task/19423/stat : 19423 (java) S 19411 19411 18419 0 -1 64 3 0 0 0 0 0 0 0 21 0 10 0 1996530954 867856384 18600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 852872

[startup+3.10285 s]
/proc/loadavg: 2.04 2.07 1.97 4/91 19423
/proc/meminfo: memFree=1403448/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=5356 CPUtime=0
/proc/19411/stat : 19411 (concrete.sh) S 19409 19411 18419 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996530903 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19411/statm: 1339 242 201 169 0 50 0
[pid=19414] ppid=19411 vsize=850012 CPUtime=3.08
/proc/19414/stat : 19414 (java) S 19411 19411 18419 0 -1 0 90603 0 1 0 266 42 0 0 18 0 10 0 1996530904 870412288 89688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19414/statm: 212503 89691 2580 9 0 207063 0
[pid=19414/tid=19415] ppid=19411 vsize=850012 CPUtime=1.21
/proc/19414/task/19415/stat : 19415 (java) R 19411 19411 18419 0 -1 64 51358 0 1 0 97 24 0 0 24 0 10 0 1996530905 870412288 89694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19416] ppid=19411 vsize=850012 CPUtime=1.59
/proc/19414/task/19416/stat : 19416 (java) R 19411 19411 18419 0 -1 64 37441 0 0 0 144 15 0 0 17 0 10 0 1996530907 870412288 89698 996147200 134512640 134550740 4294956016 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19417] ppid=19411 vsize=850012 CPUtime=0
/proc/19414/task/19417/stat : 19417 (java) S 19411 19411 18419 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1996530907 870412288 89702 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19418] ppid=19411 vsize=850012 CPUtime=0
/proc/19414/task/19418/stat : 19418 (java) S 19411 19411 18419 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1996530907 870412288 89706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19419] ppid=19411 vsize=850012 CPUtime=0
/proc/19414/task/19419/stat : 19419 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1996530909 870412288 89710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19420] ppid=19411 vsize=850012 CPUtime=0.24
/proc/19414/task/19420/stat : 19420 (java) S 19411 19411 18419 0 -1 64 1081 0 0 0 24 0 0 0 16 0 10 0 1996530909 870412288 89714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19421] ppid=19411 vsize=850012 CPUtime=0
/proc/19414/task/19421/stat : 19421 (java) S 19411 19411 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1996530909 870412288 89718 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19422] ppid=19411 vsize=850012 CPUtime=0
/proc/19414/task/19422/stat : 19422 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 1996530909 870412288 89721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19423] ppid=19411 vsize=850012 CPUtime=0
/proc/19414/task/19423/stat : 19423 (java) S 19411 19411 18419 0 -1 64 3 0 0 0 0 0 0 0 21 0 10 0 1996530954 870412288 89725 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 855368

[startup+6.30132 s]
/proc/loadavg: 2.12 2.09 1.97 3/91 19423
/proc/meminfo: memFree=1075000/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=5356 CPUtime=0
/proc/19411/stat : 19411 (concrete.sh) S 19409 19411 18419 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996530903 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19411/statm: 1339 242 201 169 0 50 0
[pid=19414] ppid=19411 vsize=862808 CPUtime=6.28
/proc/19414/stat : 19414 (java) S 19411 19411 18419 0 -1 0 157217 0 1 0 556 72 0 0 18 0 10 0 1996530904 883515392 156293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19414/statm: 215702 156294 2580 9 0 210262 0
[pid=19414/tid=19415] ppid=19411 vsize=862808 CPUtime=1.65
/proc/19414/task/19415/stat : 19415 (java) R 19411 19411 18419 0 -1 64 56101 0 1 0 138 27 0 0 16 0 10 0 1996530905 883515392 156294 996147200 134512640 134550740 4294956016 18446744073709551615 104454812 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19416] ppid=19411 vsize=862808 CPUtime=4.35
/proc/19414/task/19416/stat : 19416 (java) R 19411 19411 18419 0 -1 64 99302 0 0 0 392 43 0 0 25 0 10 0 1996530907 883515392 156294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19417] ppid=19411 vsize=862808 CPUtime=0
/proc/19414/task/19417/stat : 19417 (java) S 19411 19411 18419 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1996530907 883515392 156295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19418] ppid=19411 vsize=862808 CPUtime=0
/proc/19414/task/19418/stat : 19418 (java) S 19411 19411 18419 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1996530907 883515392 156295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19419] ppid=19411 vsize=862808 CPUtime=0
/proc/19414/task/19419/stat : 19419 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1996530909 883515392 156295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19420] ppid=19411 vsize=862808 CPUtime=0.24
/proc/19414/task/19420/stat : 19420 (java) S 19411 19411 18419 0 -1 64 1081 0 0 0 24 0 0 0 16 0 10 0 1996530909 883515392 156296 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19421] ppid=19411 vsize=862808 CPUtime=0
/proc/19414/task/19421/stat : 19421 (java) S 19411 19411 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1996530909 883515392 156296 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19422] ppid=19411 vsize=862808 CPUtime=0
/proc/19414/task/19422/stat : 19422 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 1996530909 883515392 156296 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19423] ppid=19411 vsize=862808 CPUtime=0
/proc/19414/task/19423/stat : 19423 (java) S 19411 19411 18419 0 -1 64 3 0 0 0 0 0 0 0 21 0 10 0 1996530954 883515392 156296 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 868164

[startup+12.7023 s]
/proc/loadavg: 2.11 2.08 1.97 3/91 19423
/proc/meminfo: memFree=862264/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=5356 CPUtime=0
/proc/19411/stat : 19411 (concrete.sh) S 19409 19411 18419 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996530903 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19411/statm: 1339 242 201 169 0 50 0
[pid=19414] ppid=19411 vsize=873208 CPUtime=12.68
/proc/19414/stat : 19414 (java) S 19411 19411 18419 0 -1 0 196748 0 1 0 1178 90 0 0 18 0 10 0 1996530904 894164992 195819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19414/statm: 218302 195819 2580 9 0 212862 0
[pid=19414/tid=19415] ppid=19411 vsize=873208 CPUtime=2.01
/proc/19414/task/19415/stat : 19415 (java) S 19411 19411 18419 0 -1 64 58615 0 1 0 173 28 0 0 17 0 10 0 1996530905 894164992 195819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19416] ppid=19411 vsize=873208 CPUtime=10.39
/proc/19414/task/19416/stat : 19416 (java) R 19411 19411 18419 0 -1 64 136318 0 0 0 979 60 0 0 25 0 10 0 1996530907 894164992 195819 996147200 134512640 134550740 4294956016 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19417] ppid=19411 vsize=873208 CPUtime=0
/proc/19414/task/19417/stat : 19417 (java) S 19411 19411 18419 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1996530907 894164992 195819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19418] ppid=19411 vsize=873208 CPUtime=0
/proc/19414/task/19418/stat : 19418 (java) S 19411 19411 18419 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1996530907 894164992 195819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19419] ppid=19411 vsize=873208 CPUtime=0
/proc/19414/task/19419/stat : 19419 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1996530909 894164992 195819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19420] ppid=19411 vsize=873208 CPUtime=0.24
/proc/19414/task/19420/stat : 19420 (java) S 19411 19411 18419 0 -1 64 1081 0 0 0 24 0 0 0 16 0 10 0 1996530909 894164992 195819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19421] ppid=19411 vsize=873208 CPUtime=0
/proc/19414/task/19421/stat : 19421 (java) S 19411 19411 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1996530909 894164992 195819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19422] ppid=19411 vsize=873208 CPUtime=0
/proc/19414/task/19422/stat : 19422 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 1996530909 894164992 195819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19423] ppid=19411 vsize=873208 CPUtime=0
/proc/19414/task/19423/stat : 19423 (java) S 19411 19411 18419 0 -1 64 3 0 0 0 0 0 0 0 21 0 10 0 1996530954 894164992 195819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 878564

[startup+25.5022 s]
/proc/loadavg: 2.08 2.08 1.97 3/91 19423
/proc/meminfo: memFree=862200/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=5356 CPUtime=0
/proc/19411/stat : 19411 (concrete.sh) S 19409 19411 18419 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996530903 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19411/statm: 1339 242 201 169 0 50 0
[pid=19414] ppid=19411 vsize=873080 CPUtime=25.47
/proc/19414/stat : 19414 (java) S 19411 19411 18419 0 -1 0 196793 0 1 0 2456 91 0 0 18 0 10 0 1996530904 894033920 195848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19414/statm: 218270 195848 2580 9 0 212830 0
[pid=19414/tid=19415] ppid=19411 vsize=873080 CPUtime=3.21
/proc/19414/task/19415/stat : 19415 (java) S 19411 19411 18419 0 -1 64 58631 0 1 0 292 29 0 0 17 0 10 0 1996530905 894033920 195848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19416] ppid=19411 vsize=873080 CPUtime=21.97
/proc/19414/task/19416/stat : 19416 (java) R 19411 19411 18419 0 -1 64 136329 0 0 0 2137 60 0 0 25 0 10 0 1996530907 894033920 195848 996147200 134512640 134550740 4294956016 18446744073709551615 104181352 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19417] ppid=19411 vsize=873080 CPUtime=0
/proc/19414/task/19417/stat : 19417 (java) S 19411 19411 18419 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1996530907 894033920 195848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19418] ppid=19411 vsize=873080 CPUtime=0
/proc/19414/task/19418/stat : 19418 (java) S 19411 19411 18419 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1996530907 894033920 195848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19419] ppid=19411 vsize=873080 CPUtime=0
/proc/19414/task/19419/stat : 19419 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1996530909 894033920 195848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19420] ppid=19411 vsize=873080 CPUtime=0.26
/proc/19414/task/19420/stat : 19420 (java) S 19411 19411 18419 0 -1 64 1099 0 0 0 26 0 0 0 16 0 10 0 1996530909 894033920 195848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19421] ppid=19411 vsize=873080 CPUtime=0
/proc/19414/task/19421/stat : 19421 (java) S 19411 19411 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1996530909 894033920 195848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19422] ppid=19411 vsize=873080 CPUtime=0

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

/proc/19414/task/19420/stat : 19420 (java) S 19411 19411 18419 0 -1 64 1246 0 0 0 54 1 0 0 16 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19421] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19421/stat : 19421 (java) S 19411 19411 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19422] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19422/stat : 19422 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.8
Current children cumulated vsize (KiB) 852488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/91 20265
/proc/meminfo: memFree=1490144/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=5356 CPUtime=0
/proc/19411/stat : 19411 (concrete.sh) S 19409 19411 18419 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996530903 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19411/statm: 1339 242 201 169 0 50 0
[pid=19414] ppid=19411 vsize=847132 CPUtime=1657.24
/proc/19414/stat : 19414 (java) S 19411 19411 18419 0 -1 0 519438 0 1 0 165314 410 0 0 18 0 9 0 1996530904 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19414/statm: 211783 20379 2584 9 0 206343 0
[pid=19414/tid=19415] ppid=19411 vsize=847132 CPUtime=1562.47
/proc/19414/task/19415/stat : 19415 (java) R 19411 19411 18419 0 -1 64 90542 0 1 0 156072 175 0 0 25 0 9 0 1996530905 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4126882368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19416] ppid=19411 vsize=847132 CPUtime=94.19
/proc/19414/task/19416/stat : 19416 (java) S 19411 19411 18419 0 -1 64 426914 0 0 0 9188 231 0 0 17 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19417] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19417/stat : 19417 (java) S 19411 19411 18419 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19418] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19418/stat : 19418 (java) S 19411 19411 18419 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19419] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19419/stat : 19419 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19420] ppid=19411 vsize=847132 CPUtime=0.55
/proc/19414/task/19420/stat : 19420 (java) S 19411 19411 18419 0 -1 64 1246 0 0 0 54 1 0 0 16 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19421] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19421/stat : 19421 (java) S 19411 19411 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19422] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19422/stat : 19422 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.24
Current children cumulated vsize (KiB) 852488

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/91 20265
/proc/meminfo: memFree=1490080/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=5356 CPUtime=0
/proc/19411/stat : 19411 (concrete.sh) S 19409 19411 18419 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996530903 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19411/statm: 1339 242 201 169 0 50 0
[pid=19414] ppid=19411 vsize=847132 CPUtime=1716.68
/proc/19414/stat : 19414 (java) S 19411 19411 18419 0 -1 0 519495 0 1 0 171253 415 0 0 18 0 9 0 1996530904 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19414/statm: 211783 20379 2584 9 0 206343 0
[pid=19414/tid=19415] ppid=19411 vsize=847132 CPUtime=1621.86
/proc/19414/task/19415/stat : 19415 (java) R 19411 19411 18419 0 -1 64 90599 0 1 0 162006 180 0 0 25 0 9 0 1996530905 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4126882353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19416] ppid=19411 vsize=847132 CPUtime=94.23
/proc/19414/task/19416/stat : 19416 (java) S 19411 19411 18419 0 -1 64 426914 0 0 0 9192 231 0 0 17 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19417] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19417/stat : 19417 (java) S 19411 19411 18419 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19418] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19418/stat : 19418 (java) S 19411 19411 18419 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19419] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19419/stat : 19419 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19420] ppid=19411 vsize=847132 CPUtime=0.55
/proc/19414/task/19420/stat : 19420 (java) S 19411 19411 18419 0 -1 64 1246 0 0 0 54 1 0 0 16 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19421] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19421/stat : 19421 (java) S 19411 19411 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19422] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19422/stat : 19422 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.68
Current children cumulated vsize (KiB) 852488

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 20265
/proc/meminfo: memFree=1489952/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=5356 CPUtime=0
/proc/19411/stat : 19411 (concrete.sh) S 19409 19411 18419 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996530903 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19411/statm: 1339 242 201 169 0 50 0
[pid=19414] ppid=19411 vsize=847132 CPUtime=1776.12
/proc/19414/stat : 19414 (java) S 19411 19411 18419 0 -1 0 519552 0 1 0 177193 419 0 0 18 0 9 0 1996530904 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19414/statm: 211783 20379 2584 9 0 206343 0
[pid=19414/tid=19415] ppid=19411 vsize=847132 CPUtime=1681.25
/proc/19414/task/19415/stat : 19415 (java) R 19411 19411 18419 0 -1 64 90656 0 1 0 167941 184 0 0 25 0 9 0 1996530905 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4126882368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19416] ppid=19411 vsize=847132 CPUtime=94.27
/proc/19414/task/19416/stat : 19416 (java) S 19411 19411 18419 0 -1 64 426914 0 0 0 9196 231 0 0 17 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19417] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19417/stat : 19417 (java) S 19411 19411 18419 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19418] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19418/stat : 19418 (java) S 19411 19411 18419 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19419] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19419/stat : 19419 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19420] ppid=19411 vsize=847132 CPUtime=0.55
/proc/19414/task/19420/stat : 19420 (java) S 19411 19411 18419 0 -1 64 1246 0 0 0 54 1 0 0 16 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19421] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19421/stat : 19421 (java) S 19411 19411 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19422] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19422/stat : 19422 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.12
Current children cumulated vsize (KiB) 852488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.5 s]
/proc/loadavg: 2.07 2.03 2.00 3/91 20265
/proc/meminfo: memFree=1489952/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=5356 CPUtime=0
/proc/19411/stat : 19411 (concrete.sh) S 19409 19411 18419 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996530903 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19411/statm: 1339 242 201 169 0 50 0
[pid=19414] ppid=19411 vsize=847132 CPUtime=1800.09
/proc/19414/stat : 19414 (java) S 19411 19411 18419 0 -1 0 519575 0 1 0 179588 421 0 0 18 0 9 0 1996530904 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19414/statm: 211783 20379 2584 9 0 206343 0
[pid=19414/tid=19415] ppid=19411 vsize=847132 CPUtime=1705.21
/proc/19414/task/19415/stat : 19415 (java) R 19411 19411 18419 0 -1 64 90679 0 1 0 170335 186 0 0 25 0 9 0 1996530905 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4126882368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19416] ppid=19411 vsize=847132 CPUtime=94.28
/proc/19414/task/19416/stat : 19416 (java) S 19411 19411 18419 0 -1 64 426914 0 0 0 9197 231 0 0 16 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19417] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19417/stat : 19417 (java) S 19411 19411 18419 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19418] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19418/stat : 19418 (java) S 19411 19411 18419 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19419] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19419/stat : 19419 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19420] ppid=19411 vsize=847132 CPUtime=0.55
/proc/19414/task/19420/stat : 19420 (java) S 19411 19411 18419 0 -1 64 1246 0 0 0 54 1 0 0 16 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19421] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19421/stat : 19421 (java) S 19411 19411 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19422] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19422/stat : 19422 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 852488

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

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

[startup+1806.5 s]
/proc/loadavg: 2.07 2.03 2.00 3/91 20265
/proc/meminfo: memFree=1489952/2055920 swapFree=4180424/4192956
[pid=19411] ppid=19409 vsize=5356 CPUtime=0
/proc/19411/stat : 19411 (concrete.sh) S 19409 19411 18419 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996530903 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19411/statm: 1339 242 201 169 0 50 0
[pid=19414] ppid=19411 vsize=847132 CPUtime=1800.09
/proc/19414/stat : 19414 (java) S 19411 19411 18419 0 -1 0 519575 0 1 0 179588 421 0 0 18 0 9 0 1996530904 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19414/statm: 211783 20379 2584 9 0 206343 0
[pid=19414/tid=19415] ppid=19411 vsize=847132 CPUtime=1705.21
/proc/19414/task/19415/stat : 19415 (java) R 19411 19411 18419 0 -1 64 90679 0 1 0 170335 186 0 0 25 0 9 0 1996530905 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4126882368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19416] ppid=19411 vsize=847132 CPUtime=94.28
/proc/19414/task/19416/stat : 19416 (java) S 19411 19411 18419 0 -1 64 426914 0 0 0 9197 231 0 0 16 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19417] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19417/stat : 19417 (java) S 19411 19411 18419 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19418] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19418/stat : 19418 (java) S 19411 19411 18419 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996530907 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19419] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19419/stat : 19419 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19420] ppid=19411 vsize=847132 CPUtime=0.55
/proc/19414/task/19420/stat : 19420 (java) S 19411 19411 18419 0 -1 64 1246 0 0 0 54 1 0 0 16 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19414/tid=19421] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19421/stat : 19421 (java) S 19411 19411 18419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19414/tid=19422] ppid=19411 vsize=847132 CPUtime=0
/proc/19414/task/19422/stat : 19422 (java) S 19411 19411 18419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996530909 867463168 20379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 852488

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19411 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# 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): 1806.52
CPU time (s): 1800.09
CPU user time (s): 1795.88
CPU system time (s): 4.21
CPU usage (%): 99.6441
Max. virtual memory (cumulated for all children) (KiB): 892000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.002999
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= 8
involuntary context switches= 4

runsolver used 2.43263 second user time and 5.81212 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-04 14:46:26
IDJOB=1072746
IDBENCH=56285
IDSOLVER=303
FILE ID=node52/1072746-1215175586
PBS_JOBID= 7881501
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eff04b5a6c8760c244f6779320bb569d
RANDOM SEED=229644721

node52.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.265
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.265
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:       1638128 kB
Buffers:         74168 kB
Cached:         183204 kB
SwapCached:       6808 kB
Active:         247588 kB
Inactive:       107948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1638128 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1148 kB
Writeback:           0 kB
Mapped:         114148 kB
Slab:            47360 kB
Committed_AS:  4677420 kB
PageTables:       2072 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= 66556 MiB
End job on node52 at 2008-07-04 15:16:35