Trace number 1067478

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.04 1804.62

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-60-3-5.xml
MD5SUM235600e323957506107d4b93da33d8c8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity8
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

32.85/33.29	c CPU-LOAD 10.45
32.85/33.29	c LOADED 100 V (70 E), 60 PredicateConstraint, arity 8, 10.45 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-1067478-1215150191/watcher-1067478-1215150191 -o /tmp/evaluation-result-1067478-1215150191/solver-1067478-1215150191 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1067478-1215150191.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.86 1.83 1.92 4/81 21475
/proc/meminfo: memFree=1061240/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) R 21473 21475 21026 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 1993993645 5484544 230 996147200 4194304 4889804 548682068784 18446744073709551615 237788261023 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/21475/statm: 1339 230 191 169 0 50 0
[pid=21476] ppid=21475 vsize=5356 CPUtime=0
/proc/21476/stat : 21476 (concrete.sh) R 21475 21475 21026 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 1993993646 5484544 230 996147200 4194304 4889804 548682068784 18446744073709551615 237788261023 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/21476/statm: 1339 230 191 169 0 50 0

[startup+0.0852029 s]
/proc/loadavg: 1.86 1.83 1.92 4/81 21475
/proc/meminfo: memFree=1061240/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) S 21473 21475 21026 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1993993645 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21475/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102199 s]
/proc/loadavg: 1.86 1.83 1.92 4/81 21475
/proc/meminfo: memFree=1061240/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) S 21473 21475 21026 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1993993645 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21475/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302217 s]
/proc/loadavg: 1.86 1.83 1.92 4/81 21475
/proc/meminfo: memFree=1061240/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) S 21473 21475 21026 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1993993645 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21475/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702262 s]
/proc/loadavg: 1.86 1.83 1.92 4/81 21475
/proc/meminfo: memFree=1061240/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) S 21473 21475 21026 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1993993645 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21475/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50134 s]
/proc/loadavg: 1.95 1.85 1.92 4/92 21487
/proc/meminfo: memFree=1025440/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) S 21473 21475 21026 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1993993645 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21475/statm: 1339 242 201 169 0 50 0
[pid=21478] ppid=21475 vsize=848056 CPUtime=1.46
/proc/21478/stat : 21478 (java) S 21475 21475 21026 0 -1 0 19811 0 1 0 137 9 0 0 18 0 10 0 1993993646 868409344 18931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21478/statm: 212014 18931 2578 9 0 206574 0
[pid=21478/tid=21479] ppid=21475 vsize=848056 CPUtime=0.7
/proc/21478/task/21479/stat : 21479 (java) R 21475 21475 21026 0 -1 64 9299 0 1 0 65 5 0 0 21 0 10 0 1993993647 868409344 18931 996147200 134512640 134550740 4294956016 18446744073709551615 104454754 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21480] ppid=21475 vsize=848056 CPUtime=0.51
/proc/21478/task/21480/stat : 21480 (java) S 21475 21475 21026 0 -1 64 8820 0 0 0 49 2 0 0 18 0 10 0 1993993649 868409344 18931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21481] ppid=21475 vsize=848056 CPUtime=0
/proc/21478/task/21481/stat : 21481 (java) S 21475 21475 21026 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1993993649 868409344 18931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21482] ppid=21475 vsize=848056 CPUtime=0
/proc/21478/task/21482/stat : 21482 (java) S 21475 21475 21026 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1993993649 868409344 18931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21483] ppid=21475 vsize=848056 CPUtime=0
/proc/21478/task/21483/stat : 21483 (java) S 21475 21475 21026 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993993651 868409344 18931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21484] ppid=21475 vsize=848056 CPUtime=0.21
/proc/21478/task/21484/stat : 21484 (java) S 21475 21475 21026 0 -1 64 957 0 0 0 21 0 0 0 18 0 10 0 1993993651 868409344 18931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21485] ppid=21475 vsize=848056 CPUtime=0
/proc/21478/task/21485/stat : 21485 (java) S 21475 21475 21026 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1993993651 868409344 18931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21486] ppid=21475 vsize=848056 CPUtime=0
/proc/21478/task/21486/stat : 21486 (java) S 21475 21475 21026 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1993993651 868409344 18931 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21487] ppid=21475 vsize=848056 CPUtime=0
/proc/21478/task/21487/stat : 21487 (java) S 21475 21475 21026 0 -1 64 3 0 0 0 0 0 0 0 21 0 10 0 1993993706 868409344 18931 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) 853412

[startup+3.10151 s]
/proc/loadavg: 1.95 1.85 1.92 3/92 21487
/proc/meminfo: memFree=964704/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) S 21473 21475 21026 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1993993645 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21475/statm: 1339 242 201 169 0 50 0
[pid=21478] ppid=21475 vsize=856536 CPUtime=3.05
/proc/21478/stat : 21478 (java) S 21475 21475 21026 0 -1 0 40060 0 1 0 288 17 0 0 18 0 10 0 1993993646 877092864 39170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21478/statm: 214134 39170 2578 9 0 208694 0
[pid=21478/tid=21479] ppid=21475 vsize=856536 CPUtime=0.96
/proc/21478/task/21479/stat : 21479 (java) S 21475 21475 21026 0 -1 64 11842 0 1 0 90 6 0 0 16 0 10 0 1993993647 877092864 39170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21480] ppid=21475 vsize=856536 CPUtime=1.84
/proc/21478/task/21480/stat : 21480 (java) R 21475 21475 21026 0 -1 64 26526 0 0 0 175 9 0 0 25 0 10 0 1993993649 877092864 39170 996147200 134512640 134550740 4294956016 18446744073709551615 104457044 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21481] ppid=21475 vsize=856536 CPUtime=0
/proc/21478/task/21481/stat : 21481 (java) S 21475 21475 21026 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1993993649 877092864 39170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21482] ppid=21475 vsize=856536 CPUtime=0
/proc/21478/task/21482/stat : 21482 (java) S 21475 21475 21026 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1993993649 877092864 39170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21483] ppid=21475 vsize=856536 CPUtime=0
/proc/21478/task/21483/stat : 21483 (java) S 21475 21475 21026 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993993651 877092864 39170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21484] ppid=21475 vsize=856536 CPUtime=0.21
/proc/21478/task/21484/stat : 21484 (java) S 21475 21475 21026 0 -1 64 957 0 0 0 21 0 0 0 18 0 10 0 1993993651 877092864 39170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21485] ppid=21475 vsize=856536 CPUtime=0
/proc/21478/task/21485/stat : 21485 (java) S 21475 21475 21026 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1993993651 877092864 39170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21486] ppid=21475 vsize=856536 CPUtime=0
/proc/21478/task/21486/stat : 21486 (java) S 21475 21475 21026 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1993993651 877092864 39170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21487] ppid=21475 vsize=856536 CPUtime=0
/proc/21478/task/21487/stat : 21487 (java) S 21475 21475 21026 0 -1 64 3 0 0 0 0 0 0 0 21 0 10 0 1993993706 877092864 39170 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) 861892

[startup+6.30284 s]
/proc/loadavg: 1.95 1.85 1.92 3/92 21487
/proc/meminfo: memFree=982240/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) S 21473 21475 21026 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1993993645 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21475/statm: 1339 242 201 169 0 50 0
[pid=21478] ppid=21475 vsize=863092 CPUtime=6.22
/proc/21478/stat : 21478 (java) S 21475 21475 21026 0 -1 0 83760 0 1 0 584 38 0 0 18 0 10 0 1993993646 883806208 32625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21478/statm: 215773 32625 2580 9 0 210333 0
[pid=21478/tid=21479] ppid=21475 vsize=863092 CPUtime=1.93
/proc/21478/task/21479/stat : 21479 (java) S 21475 21475 21026 0 -1 64 24385 0 1 0 182 11 0 0 16 0 10 0 1993993647 883806208 32625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21480] ppid=21475 vsize=863092 CPUtime=4.01
/proc/21478/task/21480/stat : 21480 (java) R 21475 21475 21026 0 -1 64 57656 0 0 0 376 25 0 0 25 0 10 0 1993993649 883806208 32625 996147200 134512640 134550740 4294956016 18446744073709551615 102516776 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21481] ppid=21475 vsize=863092 CPUtime=0
/proc/21478/task/21481/stat : 21481 (java) S 21475 21475 21026 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1993993649 883806208 32625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21482] ppid=21475 vsize=863092 CPUtime=0
/proc/21478/task/21482/stat : 21482 (java) S 21475 21475 21026 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1993993649 883806208 32625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21483] ppid=21475 vsize=863092 CPUtime=0
/proc/21478/task/21483/stat : 21483 (java) S 21475 21475 21026 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993993651 883806208 32625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21484] ppid=21475 vsize=863092 CPUtime=0.24
/proc/21478/task/21484/stat : 21484 (java) S 21475 21475 21026 0 -1 64 984 0 0 0 24 0 0 0 16 0 10 0 1993993651 883806208 32625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21485] ppid=21475 vsize=863092 CPUtime=0
/proc/21478/task/21485/stat : 21485 (java) S 21475 21475 21026 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1993993651 883806208 32625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21486] ppid=21475 vsize=863092 CPUtime=0
/proc/21478/task/21486/stat : 21486 (java) S 21475 21475 21026 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1993993651 883806208 32625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21487] ppid=21475 vsize=863092 CPUtime=0
/proc/21478/task/21487/stat : 21487 (java) S 21475 21475 21026 0 -1 64 3 0 0 0 0 0 0 0 21 0 10 0 1993993706 883806208 32625 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) 868448

[startup+12.7025 s]
/proc/loadavg: 2.04 1.87 1.93 3/92 21487
/proc/meminfo: memFree=953760/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) S 21473 21475 21026 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1993993645 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21475/statm: 1339 242 201 169 0 50 0
[pid=21478] ppid=21475 vsize=863092 CPUtime=12.55
/proc/21478/stat : 21478 (java) S 21475 21475 21026 0 -1 0 149414 0 1 0 1186 69 0 0 18 0 10 0 1993993646 883806208 38258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21478/statm: 215773 38258 2580 9 0 210333 0
[pid=21478/tid=21479] ppid=21475 vsize=863092 CPUtime=3.99
/proc/21478/task/21479/stat : 21479 (java) R 21475 21475 21026 0 -1 64 40169 0 1 0 381 18 0 0 16 0 10 0 1993993647 883806208 38258 996147200 134512640 134550740 4294956016 18446744073709551615 102317184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21480] ppid=21475 vsize=863092 CPUtime=8.28
/proc/21478/task/21480/stat : 21480 (java) R 21475 21475 21026 0 -1 64 107520 0 0 0 779 49 0 0 25 0 10 0 1993993649 883806208 38258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21481] ppid=21475 vsize=863092 CPUtime=0
/proc/21478/task/21481/stat : 21481 (java) S 21475 21475 21026 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1993993649 883806208 38258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21482] ppid=21475 vsize=863092 CPUtime=0
/proc/21478/task/21482/stat : 21482 (java) S 21475 21475 21026 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1993993649 883806208 38258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21483] ppid=21475 vsize=863092 CPUtime=0
/proc/21478/task/21483/stat : 21483 (java) S 21475 21475 21026 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993993651 883806208 38258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21484] ppid=21475 vsize=863092 CPUtime=0.25
/proc/21478/task/21484/stat : 21484 (java) S 21475 21475 21026 0 -1 64 990 0 0 0 25 0 0 0 15 0 10 0 1993993651 883806208 38258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21485] ppid=21475 vsize=863092 CPUtime=0
/proc/21478/task/21485/stat : 21485 (java) S 21475 21475 21026 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1993993651 883806208 38258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21486] ppid=21475 vsize=863092 CPUtime=0
/proc/21478/task/21486/stat : 21486 (java) S 21475 21475 21026 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1993993651 883806208 38258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21487] ppid=21475 vsize=863092 CPUtime=0
/proc/21478/task/21487/stat : 21487 (java) S 21475 21475 21026 0 -1 64 3 0 0 0 0 0 0 0 21 0 10 0 1993993706 883806208 38258 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) 868448

[startup+25.5028 s]
/proc/loadavg: 2.11 1.89 1.94 3/92 21487
/proc/meminfo: memFree=995872/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) S 21473 21475 21026 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1993993645 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21475/statm: 1339 242 201 169 0 50 0
[pid=21478] ppid=21475 vsize=863124 CPUtime=25.22
/proc/21478/stat : 21478 (java) S 21475 21475 21026 0 -1 0 294186 0 1 0 2381 141 0 0 18 0 10 0 1993993646 883838976 22053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21478/statm: 215781 22053 2582 9 0 210341 0
[pid=21478/tid=21479] ppid=21475 vsize=863124 CPUtime=7.71
/proc/21478/task/21479/stat : 21479 (java) S 21475 21475 21026 0 -1 64 78473 0 1 0 737 34 0 0 16 0 10 0 1993993647 883838976 22053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21480] ppid=21475 vsize=863124 CPUtime=17.19
/proc/21478/task/21480/stat : 21480 (java) R 21475 21475 21026 0 -1 64 213960 0 0 0 1614 105 0 0 25 0 10 0 1993993649 883838976 22053 996147200 134512640 134550740 4294956016 18446744073709551615 101443169 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21481] ppid=21475 vsize=863124 CPUtime=0
/proc/21478/task/21481/stat : 21481 (java) S 21475 21475 21026 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1993993649 883838976 22053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21482] ppid=21475 vsize=863124 CPUtime=0
/proc/21478/task/21482/stat : 21482 (java) S 21475 21475 21026 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1993993649 883838976 22053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21483] ppid=21475 vsize=863124 CPUtime=0
/proc/21478/task/21483/stat : 21483 (java) S 21475 21475 21026 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993993651 883838976 22053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21484] ppid=21475 vsize=863124 CPUtime=0.29
/proc/21478/task/21484/stat : 21484 (java) S 21475 21475 21026 0 -1 64 1018 0 0 0 29 0 0 0 15 0 10 0 1993993651 883838976 22053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/21478/task/21484/stat : 21484 (java) S 21475 21475 21026 0 -1 64 1081 0 0 0 32 0 0 0 16 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21485] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21485/stat : 21485 (java) S 21475 21475 21026 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21486] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21486/stat : 21486 (java) S 21475 21475 21026 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.84
Current children cumulated vsize (KiB) 868664

[startup+1602.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/91 21537
/proc/meminfo: memFree=1338456/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) S 21473 21475 21026 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1993993645 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21475/statm: 1339 242 201 169 0 50 0
[pid=21478] ppid=21475 vsize=863308 CPUtime=1597.82
/proc/21478/stat : 21478 (java) S 21475 21475 21026 0 -1 0 505406 0 1 0 158348 1434 0 0 18 0 9 0 1993993646 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21478/statm: 215827 10747 2583 9 0 210387 0
[pid=21478/tid=21479] ppid=21475 vsize=863308 CPUtime=1530.92
/proc/21478/task/21479/stat : 21479 (java) R 21475 21475 21026 0 -1 64 251872 0 1 0 152666 426 0 0 25 0 9 0 1993993647 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4125652723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21478/tid=21480] ppid=21475 vsize=863308 CPUtime=66.54
/proc/21478/task/21480/stat : 21480 (java) S 21475 21475 21026 0 -1 64 251716 0 0 0 5649 1005 0 0 16 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21478/tid=21481] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21481/stat : 21481 (java) S 21475 21475 21026 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21482] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21482/stat : 21482 (java) S 21475 21475 21026 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21483] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21483/stat : 21483 (java) S 21475 21475 21026 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21484] ppid=21475 vsize=863308 CPUtime=0.32
/proc/21478/task/21484/stat : 21484 (java) S 21475 21475 21026 0 -1 64 1081 0 0 0 32 0 0 0 16 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21485] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21485/stat : 21485 (java) S 21475 21475 21026 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21486] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21486/stat : 21486 (java) S 21475 21475 21026 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.82
Current children cumulated vsize (KiB) 868664

[startup+1662.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/91 21537
/proc/meminfo: memFree=1338200/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) S 21473 21475 21026 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1993993645 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21475/statm: 1339 242 201 169 0 50 0
[pid=21478] ppid=21475 vsize=863308 CPUtime=1657.79
/proc/21478/stat : 21478 (java) S 21475 21475 21026 0 -1 0 511759 0 1 0 164296 1483 0 0 18 0 9 0 1993993646 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21478/statm: 215827 10747 2583 9 0 210387 0
[pid=21478/tid=21479] ppid=21475 vsize=863308 CPUtime=1589.21
/proc/21478/task/21479/stat : 21479 (java) R 21475 21475 21026 0 -1 64 258225 0 1 0 158479 442 0 0 25 0 9 0 1993993647 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4126652868 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21478/tid=21480] ppid=21475 vsize=863308 CPUtime=68.23
/proc/21478/task/21480/stat : 21480 (java) S 21475 21475 21026 0 -1 64 251716 0 0 0 5784 1039 0 0 16 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21478/tid=21481] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21481/stat : 21481 (java) S 21475 21475 21026 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21482] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21482/stat : 21482 (java) S 21475 21475 21026 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21483] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21483/stat : 21483 (java) S 21475 21475 21026 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21484] ppid=21475 vsize=863308 CPUtime=0.32
/proc/21478/task/21484/stat : 21484 (java) S 21475 21475 21026 0 -1 64 1081 0 0 0 32 0 0 0 16 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21485] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21485/stat : 21485 (java) S 21475 21475 21026 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21486] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21486/stat : 21486 (java) S 21475 21475 21026 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.79
Current children cumulated vsize (KiB) 868664

[startup+1722.3 s]
/proc/loadavg: 2.10 2.06 2.00 3/91 21537
/proc/meminfo: memFree=1338200/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) S 21473 21475 21026 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1993993645 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21475/statm: 1339 242 201 169 0 50 0
[pid=21478] ppid=21475 vsize=863308 CPUtime=1717.76
/proc/21478/stat : 21478 (java) S 21475 21475 21026 0 -1 0 518112 0 1 0 170241 1535 0 0 18 0 9 0 1993993646 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21478/statm: 215827 10747 2583 9 0 210387 0
[pid=21478/tid=21479] ppid=21475 vsize=863308 CPUtime=1647.47
/proc/21478/task/21479/stat : 21479 (java) R 21475 21475 21026 0 -1 64 264578 0 1 0 164289 458 0 0 25 0 9 0 1993993647 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4126666479 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21478/tid=21480] ppid=21475 vsize=863308 CPUtime=69.93
/proc/21478/task/21480/stat : 21480 (java) S 21475 21475 21026 0 -1 64 251716 0 0 0 5918 1075 0 0 16 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21478/tid=21481] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21481/stat : 21481 (java) S 21475 21475 21026 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21482] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21482/stat : 21482 (java) S 21475 21475 21026 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21483] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21483/stat : 21483 (java) S 21475 21475 21026 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21484] ppid=21475 vsize=863308 CPUtime=0.32
/proc/21478/task/21484/stat : 21484 (java) S 21475 21475 21026 0 -1 64 1081 0 0 0 32 0 0 0 16 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21485] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21485/stat : 21485 (java) S 21475 21475 21026 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21486] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21486/stat : 21486 (java) S 21475 21475 21026 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.76
Current children cumulated vsize (KiB) 868664

[startup+1782.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/91 21537
/proc/meminfo: memFree=1338072/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) S 21473 21475 21026 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1993993645 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21475/statm: 1339 242 201 169 0 50 0
[pid=21478] ppid=21475 vsize=863308 CPUtime=1777.75
/proc/21478/stat : 21478 (java) S 21475 21475 21026 0 -1 0 524466 0 1 0 176188 1587 0 0 18 0 9 0 1993993646 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21478/statm: 215827 10747 2583 9 0 210387 0
[pid=21478/tid=21479] ppid=21475 vsize=863308 CPUtime=1705.76
/proc/21478/task/21479/stat : 21479 (java) R 21475 21475 21026 0 -1 64 270932 0 1 0 170102 474 0 0 25 0 9 0 1993993647 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4125652723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21478/tid=21480] ppid=21475 vsize=863308 CPUtime=71.63
/proc/21478/task/21480/stat : 21480 (java) S 21475 21475 21026 0 -1 64 251716 0 0 0 6053 1110 0 0 16 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21478/tid=21481] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21481/stat : 21481 (java) S 21475 21475 21026 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21482] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21482/stat : 21482 (java) S 21475 21475 21026 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21483] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21483/stat : 21483 (java) S 21475 21475 21026 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21484] ppid=21475 vsize=863308 CPUtime=0.32
/proc/21478/task/21484/stat : 21484 (java) S 21475 21475 21026 0 -1 64 1081 0 0 0 32 0 0 0 16 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21485] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21485/stat : 21485 (java) S 21475 21475 21026 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21486] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21486/stat : 21486 (java) S 21475 21475 21026 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.75
Current children cumulated vsize (KiB) 868664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.6 s]
/proc/loadavg: 2.05 2.05 2.00 3/91 21537
/proc/meminfo: memFree=1338072/2055920 swapFree=4180448/4192956
[pid=21475] ppid=21473 vsize=5356 CPUtime=0
/proc/21475/stat : 21475 (concrete.sh) S 21473 21475 21026 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1993993645 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21475/statm: 1339 242 201 169 0 50 0
[pid=21478] ppid=21475 vsize=863308 CPUtime=1800.04
/proc/21478/stat : 21478 (java) S 21475 21475 21026 0 -1 0 526828 0 1 0 178399 1605 0 0 18 0 9 0 1993993646 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21478/statm: 215827 10747 2583 9 0 210387 0
[pid=21478/tid=21479] ppid=21475 vsize=863308 CPUtime=1727.44
/proc/21478/task/21479/stat : 21479 (java) R 21475 21475 21026 0 -1 64 273294 0 1 0 172264 480 0 0 25 0 9 0 1993993647 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4126110794 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21478/tid=21480] ppid=21475 vsize=863308 CPUtime=72.25
/proc/21478/task/21480/stat : 21480 (java) S 21475 21475 21026 0 -1 64 251716 0 0 0 6102 1123 0 0 16 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21478/tid=21481] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21481/stat : 21481 (java) S 21475 21475 21026 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21482] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21482/stat : 21482 (java) S 21475 21475 21026 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993993649 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21483] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21483/stat : 21483 (java) S 21475 21475 21026 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21484] ppid=21475 vsize=863308 CPUtime=0.32
/proc/21478/task/21484/stat : 21484 (java) S 21475 21475 21026 0 -1 64 1081 0 0 0 32 0 0 0 16 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21485] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21485/stat : 21485 (java) S 21475 21475 21026 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21478/tid=21486] ppid=21475 vsize=863308 CPUtime=0
/proc/21478/task/21486/stat : 21486 (java) S 21475 21475 21026 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993993651 884027392 10747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868664

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

Real time (s): 1804.62
CPU time (s): 1800.04
CPU user time (s): 1783.99
CPU system time (s): 16.05
CPU usage (%): 99.7461
Max. virtual memory (cumulated for all children) (KiB): 868664

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

runsolver used 2.43163 second user time and 5.79712 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-04 07:43:11
IDJOB=1067478
IDBENCH=55391
IDSOLVER=303
FILE ID=node24/1067478-1215150191
PBS_JOBID= 7877441
Free space on /tmp= 66552 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-60-3-5.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-1067478-1215150191/watcher-1067478-1215150191 -o /tmp/evaluation-result-1067478-1215150191/solver-1067478-1215150191 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1067478-1215150191.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 235600e323957506107d4b93da33d8c8
RANDOM SEED=1446943962

node24.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.232
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.232
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:       1061720 kB
Buffers:         82600 kB
Cached:         480548 kB
SwapCached:       6556 kB
Active:         581444 kB
Inactive:       337308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1061720 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:             812 kB
Writeback:           0 kB
Mapped:         371820 kB
Slab:            59864 kB
Committed_AS:  4049108 kB
PageTables:       2564 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= 66552 MiB
End job on node24 at 2008-07-04 08:13:18