Trace number 1061264

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

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32a1.xml
MD5SUM72ae0cb88dda6e556de340f4a34c407f
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 benchmark7.11792
Satisfiable
(Un)Satisfiability was proved
Number of variables918
Number of constraints9671
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9671
Global constraints used (with number of constraints)

Solver Data (download as text)

26.81/27.13	c CPU-LOAD 24.33
26.81/27.13	c LOADED 918 V (2 E), 9099 ExtensionConstraint2D, 572 PredicateConstraint, arity 32, 24.33 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-1061264-1215131857/watcher-1061264-1215131857 -o /tmp/evaluation-result-1061264-1215131857/solver-1061264-1215131857 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1061264-1215131857.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.79 1.95 1.98 4/72 3448
/proc/meminfo: memFree=1866464/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=18572 CPUtime=0
/proc/3448/stat : 3448 (runsolver) R 3446 3448 3357 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 636122836 19017728 292 996147200 4194304 4296836 548682068432 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3448/statm: 4643 292 257 25 0 2626 0

[startup+0.0704889 s]
/proc/loadavg: 1.79 1.95 1.98 4/72 3448
/proc/meminfo: memFree=1866464/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=5356 CPUtime=0
/proc/3448/stat : 3448 (concrete.sh) S 3446 3448 3357 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 636122836 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3448/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102497 s]
/proc/loadavg: 1.79 1.95 1.98 4/72 3448
/proc/meminfo: memFree=1866464/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=5356 CPUtime=0
/proc/3448/stat : 3448 (concrete.sh) S 3446 3448 3357 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 636122836 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3448/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302534 s]
/proc/loadavg: 1.79 1.95 1.98 4/72 3448
/proc/meminfo: memFree=1866464/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=5356 CPUtime=0
/proc/3448/stat : 3448 (concrete.sh) S 3446 3448 3357 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 636122836 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3448/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70161 s]
/proc/loadavg: 1.79 1.95 1.98 4/72 3448
/proc/meminfo: memFree=1866464/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=5356 CPUtime=0
/proc/3448/stat : 3448 (concrete.sh) S 3446 3448 3357 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 636122836 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3448/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50176 s]
/proc/loadavg: 1.79 1.95 1.98 3/82 3459
/proc/meminfo: memFree=1855120/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=5356 CPUtime=0
/proc/3448/stat : 3448 (concrete.sh) S 3446 3448 3357 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 636122836 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3448/statm: 1339 242 201 169 0 50 0
[pid=3451] ppid=3448 vsize=844244 CPUtime=1.46
/proc/3451/stat : 3451 (java) S 3448 3448 3357 0 -1 0 5531 0 1 0 142 4 0 0 18 0 9 0 636122837 864505856 4825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3451/statm: 211061 4825 1900 9 0 205622 0
[pid=3451/tid=3452] ppid=3448 vsize=844244 CPUtime=1.2
/proc/3451/task/3452/stat : 3452 (java) R 3448 3448 3357 0 -1 64 3432 0 1 0 117 3 0 0 25 0 9 0 636122838 864505856 4825 996147200 134512640 134550740 4294956016 18446744073709551615 4125904774 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3453] ppid=3448 vsize=844244 CPUtime=0.07
/proc/3451/task/3453/stat : 3453 (java) S 3448 3448 3357 0 -1 64 842 0 0 0 7 0 0 0 16 0 9 0 636122840 864505856 4825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3454] ppid=3448 vsize=844244 CPUtime=0
/proc/3451/task/3454/stat : 3454 (java) S 3448 3448 3357 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636122840 864505856 4825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3455] ppid=3448 vsize=844244 CPUtime=0
/proc/3451/task/3455/stat : 3455 (java) S 3448 3448 3357 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 636122840 864505856 4825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3456] ppid=3448 vsize=844244 CPUtime=0
/proc/3451/task/3456/stat : 3456 (java) S 3448 3448 3357 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636122842 864505856 4825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3457] ppid=3448 vsize=844244 CPUtime=0.16
/proc/3451/task/3457/stat : 3457 (java) S 3448 3448 3357 0 -1 64 524 0 0 0 16 0 0 0 16 0 9 0 636122842 864505856 4825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3458] ppid=3448 vsize=844244 CPUtime=0
/proc/3451/task/3458/stat : 3458 (java) S 3448 3448 3357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636122842 864505856 4825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3459] ppid=3448 vsize=844244 CPUtime=0
/proc/3451/task/3459/stat : 3459 (java) S 3448 3448 3357 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 636122842 864505856 4825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 849600

[startup+3.10207 s]
/proc/loadavg: 1.79 1.95 1.98 3/82 3459
/proc/meminfo: memFree=1853328/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=5356 CPUtime=0
/proc/3448/stat : 3448 (concrete.sh) S 3446 3448 3357 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 636122836 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3448/statm: 1339 242 201 169 0 50 0
[pid=3451] ppid=3448 vsize=844360 CPUtime=3.05
/proc/3451/stat : 3451 (java) S 3448 3448 3357 0 -1 0 7128 0 1 0 299 6 0 0 18 0 9 0 636122837 864624640 6105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3451/statm: 211090 6105 2574 9 0 205651 0
[pid=3451/tid=3452] ppid=3448 vsize=844360 CPUtime=2.64
/proc/3451/task/3452/stat : 3452 (java) R 3448 3448 3357 0 -1 64 3562 0 1 0 261 3 0 0 25 0 9 0 636122838 864624640 6105 996147200 134512640 134550740 4294956016 18446744073709551615 4125718374 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3453] ppid=3448 vsize=844360 CPUtime=0.22
/proc/3451/task/3453/stat : 3453 (java) S 3448 3448 3357 0 -1 64 2309 0 0 0 21 1 0 0 16 0 9 0 636122840 864624640 6105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3454] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3454/stat : 3454 (java) S 3448 3448 3357 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636122840 864624640 6105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3455] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3455/stat : 3455 (java) S 3448 3448 3357 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 636122840 864624640 6105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3456] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3456/stat : 3456 (java) S 3448 3448 3357 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636122842 864624640 6105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3457] ppid=3448 vsize=844360 CPUtime=0.16
/proc/3451/task/3457/stat : 3457 (java) S 3448 3448 3357 0 -1 64 524 0 0 0 16 0 0 0 16 0 9 0 636122842 864624640 6105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3458] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3458/stat : 3458 (java) S 3448 3448 3357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636122842 864624640 6105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3459] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3459/stat : 3459 (java) S 3448 3448 3357 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 636122842 864624640 6105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 849716

[startup+6.30168 s]
/proc/loadavg: 1.81 1.95 1.98 3/82 3459
/proc/meminfo: memFree=1850064/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=5356 CPUtime=0
/proc/3448/stat : 3448 (concrete.sh) S 3446 3448 3357 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 636122836 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3448/statm: 1339 242 201 169 0 50 0
[pid=3451] ppid=3448 vsize=844360 CPUtime=6.22
/proc/3451/stat : 3451 (java) S 3448 3448 3357 0 -1 0 7786 0 1 0 613 9 0 0 18 0 9 0 636122837 864624640 6546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3451/statm: 211090 6546 2574 9 0 205651 0
[pid=3451/tid=3452] ppid=3448 vsize=844360 CPUtime=5.65
/proc/3451/task/3452/stat : 3452 (java) R 3448 3448 3357 0 -1 64 3779 0 1 0 561 4 0 0 25 0 9 0 636122838 864624640 6546 996147200 134512640 134550740 4294956016 18446744073709551615 4125905484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3453] ppid=3448 vsize=844360 CPUtime=0.38
/proc/3451/task/3453/stat : 3453 (java) S 3448 3448 3357 0 -1 64 2750 0 0 0 35 3 0 0 16 0 9 0 636122840 864624640 6546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3454] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3454/stat : 3454 (java) S 3448 3448 3357 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636122840 864624640 6546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3455] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3455/stat : 3455 (java) S 3448 3448 3357 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 636122840 864624640 6546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3456] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3456/stat : 3456 (java) S 3448 3448 3357 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636122842 864624640 6546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3457] ppid=3448 vsize=844360 CPUtime=0.16
/proc/3451/task/3457/stat : 3457 (java) S 3448 3448 3357 0 -1 64 524 0 0 0 16 0 0 0 16 0 9 0 636122842 864624640 6546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3458] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3458/stat : 3458 (java) S 3448 3448 3357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636122842 864624640 6546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3459] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3459/stat : 3459 (java) S 3448 3448 3357 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 636122842 864624640 6546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 849716

[startup+12.7029 s]
/proc/loadavg: 1.82 1.95 1.98 3/82 3459
/proc/meminfo: memFree=1847696/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=5356 CPUtime=0
/proc/3448/stat : 3448 (concrete.sh) S 3446 3448 3357 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 636122836 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3448/statm: 1339 242 201 169 0 50 0
[pid=3451] ppid=3448 vsize=844360 CPUtime=12.55
/proc/3451/stat : 3451 (java) S 3448 3448 3357 0 -1 0 9122 0 1 0 1243 12 0 0 18 0 9 0 636122837 864624640 7064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3451/statm: 211090 7064 2574 9 0 205651 0
[pid=3451/tid=3452] ppid=3448 vsize=844360 CPUtime=11.66
/proc/3451/task/3452/stat : 3452 (java) R 3448 3448 3357 0 -1 64 4113 0 1 0 1161 5 0 0 25 0 9 0 636122838 864624640 7064 996147200 134512640 134550740 4294956016 18446744073709551615 4125718374 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3453] ppid=3448 vsize=844360 CPUtime=0.7
/proc/3451/task/3453/stat : 3453 (java) S 3448 3448 3357 0 -1 64 3752 0 0 0 65 5 0 0 16 0 9 0 636122840 864624640 7064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3454] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3454/stat : 3454 (java) S 3448 3448 3357 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636122840 864624640 7064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3455] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3455/stat : 3455 (java) S 3448 3448 3357 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 636122840 864624640 7064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3456] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3456/stat : 3456 (java) S 3448 3448 3357 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636122842 864624640 7064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3457] ppid=3448 vsize=844360 CPUtime=0.16
/proc/3451/task/3457/stat : 3457 (java) S 3448 3448 3357 0 -1 64 524 0 0 0 16 0 0 0 16 0 9 0 636122842 864624640 7064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3458] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3458/stat : 3458 (java) S 3448 3448 3357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636122842 864624640 7064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3459] ppid=3448 vsize=844360 CPUtime=0
/proc/3451/task/3459/stat : 3459 (java) S 3448 3448 3357 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 636122842 864624640 7064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 849716

[startup+25.5024 s]
/proc/loadavg: 1.86 1.95 1.98 3/83 3460
/proc/meminfo: memFree=1831432/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=5356 CPUtime=0
/proc/3448/stat : 3448 (concrete.sh) S 3446 3448 3357 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 636122836 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3448/statm: 1339 242 201 169 0 50 0
[pid=3451] ppid=3448 vsize=850900 CPUtime=25.23
/proc/3451/stat : 3451 (java) S 3448 3448 3357 0 -1 0 14298 0 1 0 2502 21 0 0 18 0 10 0 636122837 871321600 11141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3451/statm: 212725 11141 2579 9 0 207286 0
[pid=3451/tid=3452] ppid=3448 vsize=850900 CPUtime=23.35
/proc/3451/task/3452/stat : 3452 (java) R 3448 3448 3357 0 -1 64 4763 0 1 0 2327 8 0 0 25 0 10 0 636122838 871321600 11141 996147200 134512640 134550740 4294956016 18446744073709551615 4125904716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3453] ppid=3448 vsize=850900 CPUtime=1.3
/proc/3451/task/3453/stat : 3453 (java) S 3448 3448 3357 0 -1 64 6535 0 0 0 120 10 0 0 16 0 10 0 636122840 871321600 11141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3454] ppid=3448 vsize=850900 CPUtime=0
/proc/3451/task/3454/stat : 3454 (java) S 3448 3448 3357 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 636122840 871321600 11141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3455] ppid=3448 vsize=850900 CPUtime=0
/proc/3451/task/3455/stat : 3455 (java) S 3448 3448 3357 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 636122840 871321600 11141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3456] ppid=3448 vsize=850900 CPUtime=0
/proc/3451/task/3456/stat : 3456 (java) S 3448 3448 3357 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 636122842 871321600 11141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3457] ppid=3448 vsize=850900 CPUtime=0.54
/proc/3451/task/3457/stat : 3457 (java) S 3448 3448 3357 0 -1 64 2261 0 0 0 53 1 0 0 15 0 10 0 636122842 871321600 11141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3458] ppid=3448 vsize=850900 CPUtime=0
/proc/3451/task/3458/stat : 3458 (java) S 3448 3448 3357 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 636122842 871321600 11141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3459] ppid=3448 vsize=850900 CPUtime=0
/proc/3451/task/3459/stat : 3459 (java) S 3448 3448 3357 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 636122842 871321600 11141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3460] ppid=3448 vsize=850900 CPUtime=0
/proc/3451/task/3460/stat : 3460 (java) S 3448 3448 3357 0 -1 64 6 0 0 0 0 0 0 0 25 0 10 0 636124898 871321600 11141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 856256

[startup+51.1023 s]
/proc/loadavg: 1.91 1.96 1.98 3/82 3461

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

/proc/3451/task/3457/stat : 3457 (java) S 3448 3448 3357 0 -1 64 2322 0 0 0 64 2 0 0 16 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3458] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3458/stat : 3458 (java) S 3448 3448 3357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3459] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3459/stat : 3459 (java) S 3448 3448 3357 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.69
Current children cumulated vsize (KiB) 856260

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 3469
/proc/meminfo: memFree=1778688/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=5356 CPUtime=0
/proc/3448/stat : 3448 (concrete.sh) S 3446 3448 3357 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 636122836 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3448/statm: 1339 242 201 169 0 50 0
[pid=3451] ppid=3448 vsize=850904 CPUtime=1587.12
/proc/3451/stat : 3451 (java) S 3448 3448 3357 0 -1 0 27884 0 1 0 158675 37 0 0 18 0 9 0 636122837 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3451/statm: 212726 23942 2586 9 0 207286 0
[pid=3451/tid=3452] ppid=3448 vsize=850904 CPUtime=1584.11
/proc/3451/task/3452/stat : 3452 (java) R 3448 3448 3357 0 -1 64 15491 0 1 0 158393 18 0 0 25 0 9 0 636122838 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4127297305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3453] ppid=3448 vsize=850904 CPUtime=2.33
/proc/3451/task/3453/stat : 3453 (java) S 3448 3448 3357 0 -1 64 9324 0 0 0 217 16 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3454] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3454/stat : 3454 (java) S 3448 3448 3357 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3455] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3455/stat : 3455 (java) S 3448 3448 3357 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3456] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3456/stat : 3456 (java) S 3448 3448 3357 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3457] ppid=3448 vsize=850904 CPUtime=0.66
/proc/3451/task/3457/stat : 3457 (java) S 3448 3448 3357 0 -1 64 2322 0 0 0 64 2 0 0 16 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3458] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3458/stat : 3458 (java) S 3448 3448 3357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3459] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3459/stat : 3459 (java) S 3448 3448 3357 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.12
Current children cumulated vsize (KiB) 856260

[startup+1662.3 s]
/proc/loadavg: 1.83 1.94 1.97 3/91 3609
/proc/meminfo: memFree=1742008/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=5356 CPUtime=0
/proc/3448/stat : 3448 (concrete.sh) S 3446 3448 3357 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 636122836 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3448/statm: 1339 242 201 169 0 50 0
[pid=3451] ppid=3448 vsize=850904 CPUtime=1646.84
/proc/3451/stat : 3451 (java) S 3448 3448 3357 0 -1 0 27909 0 1 0 164644 40 0 0 18 0 9 0 636122837 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3451/statm: 212726 23942 2586 9 0 207286 0
[pid=3451/tid=3452] ppid=3448 vsize=850904 CPUtime=1643.81
/proc/3451/task/3452/stat : 3452 (java) R 3448 3448 3357 0 -1 64 15516 0 1 0 164361 20 0 0 25 0 9 0 636122838 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4127348242 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3451/tid=3453] ppid=3448 vsize=850904 CPUtime=2.33
/proc/3451/task/3453/stat : 3453 (java) S 3448 3448 3357 0 -1 64 9324 0 0 0 217 16 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3451/tid=3454] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3454/stat : 3454 (java) S 3448 3448 3357 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3455] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3455/stat : 3455 (java) S 3448 3448 3357 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3456] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3456/stat : 3456 (java) S 3448 3448 3357 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3457] ppid=3448 vsize=850904 CPUtime=0.66
/proc/3451/task/3457/stat : 3457 (java) S 3448 3448 3357 0 -1 64 2322 0 0 0 64 2 0 0 16 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3458] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3458/stat : 3458 (java) S 3448 3448 3357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3459] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3459/stat : 3459 (java) S 3448 3448 3357 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.84
Current children cumulated vsize (KiB) 856260

[startup+1722.3 s]
/proc/loadavg: 1.93 1.95 1.97 3/91 3609
/proc/meminfo: memFree=1742080/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=5356 CPUtime=0
/proc/3448/stat : 3448 (concrete.sh) S 3446 3448 3357 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 636122836 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3448/statm: 1339 242 201 169 0 50 0
[pid=3451] ppid=3448 vsize=850904 CPUtime=1706.81
/proc/3451/stat : 3451 (java) S 3448 3448 3357 0 -1 0 27934 0 1 0 170641 40 0 0 18 0 9 0 636122837 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3451/statm: 212726 23942 2586 9 0 207286 0
[pid=3451/tid=3452] ppid=3448 vsize=850904 CPUtime=1703.78
/proc/3451/task/3452/stat : 3452 (java) R 3448 3448 3357 0 -1 64 15541 0 1 0 170357 21 0 0 25 0 9 0 636122838 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4127348242 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3451/tid=3453] ppid=3448 vsize=850904 CPUtime=2.35
/proc/3451/task/3453/stat : 3453 (java) S 3448 3448 3357 0 -1 64 9324 0 0 0 219 16 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3451/tid=3454] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3454/stat : 3454 (java) S 3448 3448 3357 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3455] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3455/stat : 3455 (java) S 3448 3448 3357 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3456] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3456/stat : 3456 (java) S 3448 3448 3357 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3457] ppid=3448 vsize=850904 CPUtime=0.66
/proc/3451/task/3457/stat : 3457 (java) S 3448 3448 3357 0 -1 64 2322 0 0 0 64 2 0 0 16 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3458] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3458/stat : 3458 (java) S 3448 3448 3357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3459] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3459/stat : 3459 (java) S 3448 3448 3357 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.81
Current children cumulated vsize (KiB) 856260

[startup+1782.3 s]
/proc/loadavg: 1.97 1.95 1.97 3/91 3609
/proc/meminfo: memFree=1741888/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=5356 CPUtime=0
/proc/3448/stat : 3448 (concrete.sh) S 3446 3448 3357 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 636122836 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3448/statm: 1339 242 201 169 0 50 0
[pid=3451] ppid=3448 vsize=850904 CPUtime=1766.78
/proc/3451/stat : 3451 (java) S 3448 3448 3357 0 -1 0 27960 0 1 0 176638 40 0 0 18 0 9 0 636122837 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3451/statm: 212726 23942 2586 9 0 207286 0
[pid=3451/tid=3452] ppid=3448 vsize=850904 CPUtime=1763.74
/proc/3451/task/3452/stat : 3452 (java) R 3448 3448 3357 0 -1 64 15567 0 1 0 176353 21 0 0 25 0 9 0 636122838 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4127297353 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3451/tid=3453] ppid=3448 vsize=850904 CPUtime=2.35
/proc/3451/task/3453/stat : 3453 (java) S 3448 3448 3357 0 -1 64 9324 0 0 0 219 16 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3451/tid=3454] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3454/stat : 3454 (java) S 3448 3448 3357 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3455] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3455/stat : 3455 (java) S 3448 3448 3357 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3456] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3456/stat : 3456 (java) S 3448 3448 3357 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3457] ppid=3448 vsize=850904 CPUtime=0.66
/proc/3451/task/3457/stat : 3457 (java) S 3448 3448 3357 0 -1 64 2322 0 0 0 64 2 0 0 16 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3458] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3458/stat : 3458 (java) S 3448 3448 3357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3459] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3459/stat : 3459 (java) S 3448 3448 3357 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.78
Current children cumulated vsize (KiB) 856260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.6 s]
/proc/loadavg: 1.98 1.96 1.97 4/91 3609
/proc/meminfo: memFree=1741888/2055920 swapFree=4180232/4192956
[pid=3448] ppid=3446 vsize=5356 CPUtime=0
/proc/3448/stat : 3448 (concrete.sh) S 3446 3448 3357 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 636122836 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3448/statm: 1339 242 201 169 0 50 0
[pid=3451] ppid=3448 vsize=850904 CPUtime=1800.07
/proc/3451/stat : 3451 (java) S 3448 3448 3357 0 -1 0 27975 0 1 0 179967 40 0 0 18 0 9 0 636122837 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3451/statm: 212726 23942 2586 9 0 207286 0
[pid=3451/tid=3452] ppid=3448 vsize=850904 CPUtime=1797.02
/proc/3451/task/3452/stat : 3452 (java) R 3448 3448 3357 0 -1 64 15582 0 1 0 179681 21 0 0 25 0 9 0 636122838 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4127294737 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3451/tid=3453] ppid=3448 vsize=850904 CPUtime=2.36
/proc/3451/task/3453/stat : 3453 (java) S 3448 3448 3357 0 -1 64 9324 0 0 0 220 16 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3451/tid=3454] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3454/stat : 3454 (java) S 3448 3448 3357 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3455] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3455/stat : 3455 (java) S 3448 3448 3357 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636122840 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3456] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3456/stat : 3456 (java) S 3448 3448 3357 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3457] ppid=3448 vsize=850904 CPUtime=0.66
/proc/3451/task/3457/stat : 3457 (java) S 3448 3448 3357 0 -1 64 2322 0 0 0 64 2 0 0 16 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3458] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3458/stat : 3458 (java) S 3448 3448 3357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3451/tid=3459] ppid=3448 vsize=850904 CPUtime=0
/proc/3451/task/3459/stat : 3459 (java) S 3448 3448 3357 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 636122842 871325696 23942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 856260

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

Real time (s): 1815.62
CPU time (s): 1800.07
CPU user time (s): 1799.67
CPU system time (s): 0.4
CPU usage (%): 99.1436
Max. virtual memory (cumulated for all children) (KiB): 856264

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

runsolver used 2.37464 second user time and 5.98009 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-04 02:37:37
IDJOB=1061264
IDBENCH=54535
IDSOLVER=303
FILE ID=node5/1061264-1215131857
PBS_JOBID= 7877346
Free space on /tmp= 66540 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-32a1.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-1061264-1215131857/watcher-1061264-1215131857 -o /tmp/evaluation-result-1061264-1215131857/solver-1061264-1215131857 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1061264-1215131857.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 72ae0cb88dda6e556de340f4a34c407f
RANDOM SEED=717340566

node5.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.279
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.279
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:       1866944 kB
Buffers:         14960 kB
Cached:          92452 kB
SwapCached:       6964 kB
Active:         102952 kB
Inactive:        30620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866944 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            2496 kB
Writeback:           0 kB
Mapped:          33168 kB
Slab:            40892 kB
Committed_AS:   891784 kB
PageTables:       1744 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= 66536 MiB
End job on node5 at 2008-07-04 03:07:55