Trace number 1077744

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 + CPS4J 2008-05-30? (TO) 1800.01 1800.42

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-40-3-5.xml
MD5SUM502e8fd02fd7f6c0b17a69b6739e9cc7
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 constraints40
Maximum constraint arity8
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

60.74/60.69	c Fri Jul 04 20:02:44 CEST 2008 concrete.ResourceController isOutOfTime
60.74/60.69	c WARNING: Out of time
121.07/120.90	c CPU-LOAD 72.13
121.07/120.90	c LOADED 100 V (28 E), 40 PredicateConstraint, arity 8, 72.13 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-1077744-1215194504/watcher-1077744-1215194504 -o /tmp/evaluation-result-1077744-1215194504/solver-1077744-1215194504 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1077744-1215194504.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.96 0.98 0.99 3/64 31421
/proc/meminfo: memFree=1861544/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0

[startup+0.0207061 s]
/proc/loadavg: 0.96 0.98 0.99 3/64 31421
/proc/meminfo: memFree=1861544/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10173 s]
/proc/loadavg: 0.96 0.98 0.99 3/64 31421
/proc/meminfo: memFree=1861544/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301768 s]
/proc/loadavg: 0.96 0.98 0.99 3/64 31421
/proc/meminfo: memFree=1861544/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701841 s]
/proc/loadavg: 0.96 0.98 0.99 3/64 31421
/proc/meminfo: memFree=1861544/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50299 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 31433
/proc/meminfo: memFree=1811152/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0
[pid=31423] ppid=31421 vsize=850956 CPUtime=1.63
/proc/31423/stat : 31423 (java) S 31421 31421 30024 0 -1 0 23380 0 1 0 153 10 0 0 21 0 10 0 1549126603 871378944 22489 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31423/statm: 212739 22489 2579 9 0 207299 0
[pid=31423/tid=31425] ppid=31421 vsize=850956 CPUtime=0.59
/proc/31423/task/31425/stat : 31425 (java) S 31421 31421 30024 0 -1 64 7346 0 1 0 55 4 0 0 16 0 10 0 1549126604 871378944 22489 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31426] ppid=31421 vsize=850956 CPUtime=0.87
/proc/31423/task/31426/stat : 31426 (java) R 31421 31421 30024 0 -1 64 14548 0 0 0 82 5 0 0 19 0 10 0 1549126605 871378944 22489 996147200 134512640 134550740 4294956032 18446744073709551615 103737184 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31427] ppid=31421 vsize=850956 CPUtime=0
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 30024 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1549126605 871378944 22489 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31428] ppid=31421 vsize=850956 CPUtime=0
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 30024 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1549126605 871378944 22489 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31429] ppid=31421 vsize=850956 CPUtime=0
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 1549126607 871378944 22489 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31430] ppid=31421 vsize=850956 CPUtime=0.15
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 30024 0 -1 64 752 0 0 0 15 0 0 0 16 0 10 0 1549126607 871378944 22489 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31431] ppid=31421 vsize=850956 CPUtime=0
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 30024 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 1549126607 871378944 22489 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31432] ppid=31421 vsize=850956 CPUtime=0
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 1549126607 871378944 22489 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31433] ppid=31421 vsize=850956 CPUtime=0
/proc/31423/task/31433/stat : 31433 (java) S 31421 31421 30024 0 -1 64 3 0 0 0 0 0 0 0 18 0 10 0 1549126634 871378944 22489 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 856312

[startup+3.1023 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 31433
/proc/meminfo: memFree=1739280/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0
[pid=31423] ppid=31421 vsize=858284 CPUtime=3.24
/proc/31423/stat : 31423 (java) S 31421 31421 30024 0 -1 0 45171 0 1 0 305 19 0 0 21 0 10 0 1549126603 878882816 44271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31423/statm: 214571 44271 2579 9 0 209131 0
[pid=31423/tid=31425] ppid=31421 vsize=858284 CPUtime=1.09
/proc/31423/task/31425/stat : 31425 (java) R 31421 31421 30024 0 -1 64 13889 0 1 0 103 6 0 0 18 0 10 0 1549126604 878882816 44271 996147200 134512640 134550740 4294956032 18446744073709551615 4126148310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31426] ppid=31421 vsize=858284 CPUtime=1.96
/proc/31423/task/31426/stat : 31426 (java) S 31421 31421 30024 0 -1 64 29790 0 0 0 185 11 0 0 20 0 10 0 1549126605 878882816 44271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31427] ppid=31421 vsize=858284 CPUtime=0
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 30024 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1549126605 878882816 44271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31428] ppid=31421 vsize=858284 CPUtime=0
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 30024 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1549126605 878882816 44271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31429] ppid=31421 vsize=858284 CPUtime=0
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 1549126607 878882816 44271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31430] ppid=31421 vsize=858284 CPUtime=0.15
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 30024 0 -1 64 758 0 0 0 15 0 0 0 16 0 10 0 1549126607 878882816 44271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31431] ppid=31421 vsize=858284 CPUtime=0
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 30024 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 1549126607 878882816 44271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31432] ppid=31421 vsize=858284 CPUtime=0
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 1549126607 878882816 44271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31433] ppid=31421 vsize=858284 CPUtime=0
/proc/31423/task/31433/stat : 31433 (java) S 31421 31421 30024 0 -1 64 3 0 0 0 0 0 0 0 18 0 10 0 1549126634 878882816 44271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 863640

[startup+6.30292 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 31433
/proc/meminfo: memFree=1637648/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0
[pid=31423] ppid=31421 vsize=858284 CPUtime=6.46
/proc/31423/stat : 31423 (java) S 31421 31421 30024 0 -1 0 60714 0 1 0 620 26 0 0 21 0 10 0 1549126603 878882816 56658 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31423/statm: 214571 56658 2580 9 0 209131 0
[pid=31423/tid=31425] ppid=31421 vsize=858284 CPUtime=2.43
/proc/31423/task/31425/stat : 31425 (java) R 31421 31421 30024 0 -1 64 17920 0 1 0 235 8 0 0 17 0 10 0 1549126604 878882816 56658 996147200 134512640 134550740 4294956032 18446744073709551615 4126161170 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31426] ppid=31421 vsize=858284 CPUtime=3.82
/proc/31423/task/31426/stat : 31426 (java) S 31421 31421 30024 0 -1 64 41278 0 0 0 365 17 0 0 17 0 10 0 1549126605 878882816 56658 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31427] ppid=31421 vsize=858284 CPUtime=0
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 30024 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1549126605 878882816 56658 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31428] ppid=31421 vsize=858284 CPUtime=0
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 30024 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1549126605 878882816 56658 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31429] ppid=31421 vsize=858284 CPUtime=0
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 1549126607 878882816 56658 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31430] ppid=31421 vsize=858284 CPUtime=0.18
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 30024 0 -1 64 782 0 0 0 18 0 0 0 16 0 10 0 1549126607 878882816 56658 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31431] ppid=31421 vsize=858284 CPUtime=0
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 30024 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 1549126607 878882816 56658 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31432] ppid=31421 vsize=858284 CPUtime=0
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 1549126607 878882816 56658 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31433] ppid=31421 vsize=858284 CPUtime=0
/proc/31423/task/31433/stat : 31433 (java) S 31421 31421 30024 0 -1 64 3 0 0 0 0 0 0 0 18 0 10 0 1549126634 878882816 56658 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 863640

[startup+12.7021 s]
/proc/loadavg: 0.97 0.98 0.99 2/75 31433
/proc/meminfo: memFree=1135448/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0
[pid=31423] ppid=31421 vsize=874804 CPUtime=12.86
/proc/31423/stat : 31423 (java) S 31421 31421 30024 0 -1 0 237126 0 1 0 1180 106 0 0 21 0 10 0 1549126603 895799296 183507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31423/statm: 218701 183507 2580 9 0 213261 0
[pid=31423/tid=31425] ppid=31421 vsize=874804 CPUtime=4.99
/proc/31423/task/31425/stat : 31425 (java) S 31421 31421 30024 0 -1 64 125692 0 1 0 444 55 0 0 17 0 10 0 1549126604 895799296 183507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31426] ppid=31421 vsize=874804 CPUtime=7.64
/proc/31423/task/31426/stat : 31426 (java) R 31421 31421 30024 0 -1 64 109903 0 0 0 715 49 0 0 23 0 10 0 1549126605 895799296 183507 996147200 134512640 134550740 4294956032 18446744073709551615 103834240 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31427] ppid=31421 vsize=874804 CPUtime=0
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 30024 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1549126605 895799296 183507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31428] ppid=31421 vsize=874804 CPUtime=0
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 30024 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1549126605 895799296 183507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31429] ppid=31421 vsize=874804 CPUtime=0
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 1549126607 895799296 183507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31430] ppid=31421 vsize=874804 CPUtime=0.2
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 30024 0 -1 64 797 0 0 0 20 0 0 0 16 0 10 0 1549126607 895799296 183507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31431] ppid=31421 vsize=874804 CPUtime=0
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 30024 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 1549126607 895799296 183507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31432] ppid=31421 vsize=874804 CPUtime=0
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 1549126607 895799296 183507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31433] ppid=31421 vsize=874804 CPUtime=0
/proc/31423/task/31433/stat : 31433 (java) S 31421 31421 30024 0 -1 64 3 0 0 0 0 0 0 0 18 0 10 0 1549126634 895799296 183507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 880160

[startup+25.5016 s]
/proc/loadavg: 0.97 0.98 0.99 2/75 31433
/proc/meminfo: memFree=1078168/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0
[pid=31423] ppid=31421 vsize=881972 CPUtime=25.65
/proc/31423/stat : 31423 (java) S 31421 31421 30024 0 -1 0 251431 0 1 0 2453 112 0 0 21 0 10 0 1549126603 903139328 197798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31423/statm: 220493 197798 2580 9 0 215053 0
[pid=31423/tid=31425] ppid=31421 vsize=881972 CPUtime=6.59
/proc/31423/task/31425/stat : 31425 (java) S 31421 31421 30024 0 -1 64 127366 0 1 0 603 56 0 0 17 0 10 0 1549126604 903139328 197798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31426] ppid=31421 vsize=881972 CPUtime=18.83
/proc/31423/task/31426/stat : 31426 (java) R 31421 31421 30024 0 -1 64 122534 0 0 0 1829 54 0 0 19 0 10 0 1549126605 903139328 197798 996147200 134512640 134550740 4294956032 18446744073709551615 103737072 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31427] ppid=31421 vsize=881972 CPUtime=0
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 30024 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1549126605 903139328 197798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31428] ppid=31421 vsize=881972 CPUtime=0
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 30024 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1549126605 903139328 197798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31429] ppid=31421 vsize=881972 CPUtime=0
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 1549126607 903139328 197798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31430] ppid=31421 vsize=881972 CPUtime=0.2
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 30024 0 -1 64 797 0 0 0 20 0 0 0 16 0 10 0 1549126607 903139328 197798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31431] ppid=31421 vsize=881972 CPUtime=0
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 30024 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 1549126607 903139328 197798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31432] ppid=31421 vsize=881972 CPUtime=0

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

/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 30024 0 -1 64 867 0 0 0 28 0 0 0 16 0 9 0 1549126607 885280768 175259 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31431] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 30024 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1549126607 885280768 175259 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31432] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1549126607 885280768 175259 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 869888

[startup+1602.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/74 31435
/proc/meminfo: memFree=1167184/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0
[pid=31423] ppid=31421 vsize=864532 CPUtime=1601.97
/proc/31423/stat : 31423 (java) S 31421 31421 30024 0 -1 0 259329 0 3 0 160046 151 0 0 21 0 9 0 1549126603 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31423/statm: 216133 175261 2594 9 0 210693 0
[pid=31423/tid=31425] ppid=31421 vsize=864532 CPUtime=1551.61
/proc/31423/task/31425/stat : 31425 (java) R 31421 31421 30024 0 -1 64 135170 0 3 0 155089 72 0 0 25 0 9 0 1549126604 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4126477088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31426] ppid=31421 vsize=864532 CPUtime=50.04
/proc/31423/task/31426/stat : 31426 (java) S 31421 31421 30024 0 -1 64 122554 0 0 0 4927 77 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31427] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 30024 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31428] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 30024 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31429] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31430] ppid=31421 vsize=864532 CPUtime=0.28
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 30024 0 -1 64 869 0 0 0 28 0 0 0 16 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31431] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 30024 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31432] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 869888

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31435
/proc/meminfo: memFree=1167120/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0
[pid=31423] ppid=31421 vsize=864532 CPUtime=1661.95
/proc/31423/stat : 31423 (java) S 31421 31421 30024 0 -1 0 259458 0 3 0 166042 153 0 0 21 0 9 0 1549126603 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31423/statm: 216133 175261 2594 9 0 210693 0
[pid=31423/tid=31425] ppid=31421 vsize=864532 CPUtime=1611.52
/proc/31423/task/31425/stat : 31425 (java) R 31421 31421 30024 0 -1 64 135299 0 3 0 161080 72 0 0 25 0 9 0 1549126604 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4126475217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31426] ppid=31421 vsize=864532 CPUtime=50.1
/proc/31423/task/31426/stat : 31426 (java) S 31421 31421 30024 0 -1 64 122554 0 0 0 4932 78 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31427] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 30024 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31428] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 30024 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31429] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31430] ppid=31421 vsize=864532 CPUtime=0.28
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 30024 0 -1 64 869 0 0 0 28 0 0 0 16 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31431] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 30024 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31432] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 869888

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31435
/proc/meminfo: memFree=1167120/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0
[pid=31423] ppid=31421 vsize=864532 CPUtime=1721.93
/proc/31423/stat : 31423 (java) S 31421 31421 30024 0 -1 0 259587 0 3 0 172038 155 0 0 21 0 9 0 1549126603 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31423/statm: 216133 175261 2594 9 0 210693 0
[pid=31423/tid=31425] ppid=31421 vsize=864532 CPUtime=1671.45
/proc/31423/task/31425/stat : 31425 (java) R 31421 31421 30024 0 -1 64 135428 0 3 0 167072 73 0 0 25 0 9 0 1549126604 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4126475179 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31426] ppid=31421 vsize=864532 CPUtime=50.15
/proc/31423/task/31426/stat : 31426 (java) S 31421 31421 30024 0 -1 64 122554 0 0 0 4936 79 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31427] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 30024 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31428] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 30024 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31429] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31430] ppid=31421 vsize=864532 CPUtime=0.28
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 30024 0 -1 64 869 0 0 0 28 0 0 0 16 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31431] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 30024 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31432] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 869888

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31435
/proc/meminfo: memFree=1167056/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0
[pid=31423] ppid=31421 vsize=864532 CPUtime=1781.91
/proc/31423/stat : 31423 (java) S 31421 31421 30024 0 -1 0 259718 0 3 0 178035 156 0 0 21 0 9 0 1549126603 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31423/statm: 216133 175261 2594 9 0 210693 0
[pid=31423/tid=31425] ppid=31421 vsize=864532 CPUtime=1731.37
/proc/31423/task/31425/stat : 31425 (java) R 31421 31421 30024 0 -1 64 135559 0 3 0 173063 74 0 0 25 0 9 0 1549126604 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4125231270 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31426] ppid=31421 vsize=864532 CPUtime=50.21
/proc/31423/task/31426/stat : 31426 (java) S 31421 31421 30024 0 -1 64 122554 0 0 0 4941 80 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31427] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 30024 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31428] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 30024 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31429] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31430] ppid=31421 vsize=864532 CPUtime=0.28
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 30024 0 -1 64 869 0 0 0 28 0 0 0 16 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31431] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 30024 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31432] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 869888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31435
/proc/meminfo: memFree=1167056/2055920 swapFree=4114092/4192956
[pid=31421] ppid=31419 vsize=5356 CPUtime=0
/proc/31421/stat : 31421 (concrete.sh) S 31419 31421 30024 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1549126602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31421/statm: 1339 242 201 169 0 50 0
[pid=31423] ppid=31421 vsize=864532 CPUtime=1800.01
/proc/31423/stat : 31423 (java) S 31421 31421 30024 0 -1 0 259758 0 3 0 179844 157 0 0 21 0 9 0 1549126603 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31423/statm: 216133 175261 2594 9 0 210693 0
[pid=31423/tid=31425] ppid=31421 vsize=864532 CPUtime=1749.45
/proc/31423/task/31425/stat : 31425 (java) R 31421 31421 30024 0 -1 64 135599 0 3 0 174871 74 0 0 25 0 9 0 1549126604 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4126475217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31426] ppid=31421 vsize=864532 CPUtime=50.23
/proc/31423/task/31426/stat : 31426 (java) S 31421 31421 30024 0 -1 64 122554 0 0 0 4943 80 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31427] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31427/stat : 31427 (java) S 31421 31421 30024 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31423/tid=31428] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31428/stat : 31428 (java) S 31421 31421 30024 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1549126605 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31429] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31429/stat : 31429 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31430] ppid=31421 vsize=864532 CPUtime=0.28
/proc/31423/task/31430/stat : 31430 (java) S 31421 31421 30024 0 -1 64 869 0 0 0 28 0 0 0 16 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31431] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31431/stat : 31431 (java) S 31421 31421 30024 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31423/tid=31432] ppid=31421 vsize=864532 CPUtime=0
/proc/31423/task/31432/stat : 31432 (java) S 31421 31421 30024 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1549126607 885280768 175261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 869888

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

Real time (s): 1800.42
CPU time (s): 1800.01
CPU user time (s): 1798.44
CPU system time (s): 1.57
CPU usage (%): 99.9773
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 444
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 1.92371 second user time and 4.66229 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 20:01:44
IDJOB=1077744
IDBENCH=56708
IDSOLVER=305
FILE ID=node9/1077744-1215194504
PBS_JOBID= 7881612
Free space on /tmp= 66548 MiB

SOLVER NAME= Concrete + CPS4J 2008-05-30
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-40-3-5.xml
COMMAND LINE= HOME/concrete.sh -c -ext 60 BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077744-1215194504/watcher-1077744-1215194504 -o /tmp/evaluation-result-1077744-1215194504/solver-1077744-1215194504 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 60 HOME/instance-1077744-1215194504.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 502e8fd02fd7f6c0b17a69b6739e9cc7
RANDOM SEED=1741090626

node9.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	: 5931.00
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:       1862088 kB
Buffers:          3964 kB
Cached:          40312 kB
SwapCached:      73024 kB
Active:         127024 kB
Inactive:        14680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862088 kB
SwapTotal:     4192956 kB
SwapFree:      4114092 kB
Dirty:             784 kB
Writeback:           0 kB
Mapped:         102712 kB
Slab:            37996 kB
Committed_AS:  2960488 kB
PageTables:       1632 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= 66548 MiB
End job on node9 at 2008-07-04 20:31:46