Trace number 2075600

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 DC 2009-07-14UNSAT 183.94 185.756

DiagnosticValue
CHECKS137639
NODES0

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-02.xml
MD5SUM6d16801e14280bc3782d0701adbaad01
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.70459
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data

177.77/179.60	c [ 179.180] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
180.05/181.87	c CPU-LOAD 157.19
180.05/181.87	c LOADED 8710 V (2 E), 46914 PredicateConstraint, arity 33, 157.19 cpu
183.71/185.59	s UNSATISFIABLE
183.71/185.59	d NODES 0
183.71/185.59	d CHECKS 137639
183.71/185.59	c CDC-added-constraints: 0
183.71/185.59	c CDC-nbsingletontests: 0
183.71/185.59	c CDC-nogoods: 0
183.71/185.59	c prepro-constraint-ccks: 137639
183.71/185.59	c prepro-constraint-presenceccks: 69535
183.71/185.59	c prepro-cpu: 3.1100001
183.71/185.59	c prepro-matrix2d-ccks: 0
183.71/185.59	c prepro-matrix2d-presenceccks: 0
183.71/185.59	c prepro-removed: 56
183.71/185.59	c total-assgn: 0
183.71/185.59	c total-constraint-ccks: 137639
183.71/185.59	c total-constraint-presence-ccks: 69535
183.71/185.59	c total-cpu: 3.24
183.71/185.59	c total-matrix2d-ccks: 0
183.71/185.59	c total-matrix2d-presence-ccks: 0
183.71/185.59	c TOTAL-NODES 0
183.71/185.59	c TOTAL-CPU 3.24

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2075600-1247713498/watcher-2075600-1247713498 -o /tmp/evaluation-result-2075600-1247713498/solver-2075600-1247713498 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2075600-1247713498.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 16799
/proc/meminfo: memFree=1161568/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) R 16797 16799 16233 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 58415633 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 228774701727 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16799/statm: 1339 230 191 169 0 50 0
[pid=16800] ppid=16799 vsize=5356 CPUtime=0
/proc/16800/stat : 16800 (concrete.sh) R 16799 16799 16233 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 58415634 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 228774701727 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16800/statm: 1339 230 191 169 0 50 0

[startup+0.0541311 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 16799
/proc/meminfo: memFree=1161568/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101705 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 16799
/proc/meminfo: memFree=1161568/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302729 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 16799
/proc/meminfo: memFree=1161568/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702772 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 16799
/proc/meminfo: memFree=1161568/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50187 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16812
/proc/meminfo: memFree=1146320/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
[pid=16804] ppid=16799 vsize=848668 CPUtime=1.46
/proc/16804/stat : 16804 (java) S 16799 16799 16233 0 -1 0 7164 0 1 0 140 6 0 0 18 0 9 0 58415635 869036032 6201 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16804/statm: 212167 6201 2009 9 0 206645 0
[pid=16804/tid=16805] ppid=16799 vsize=848668 CPUtime=0.96
/proc/16804/task/16805/stat : 16805 (java) R 16799 16799 16233 0 -1 64 3919 0 1 0 93 3 0 0 20 0 9 0 58415636 869036032 6201 996147200 134512640 134550932 4294955344 18446744073709551615 4126210062 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16806] ppid=16799 vsize=848668 CPUtime=0.06
/proc/16804/task/16806/stat : 16806 (java) S 16799 16799 16233 0 -1 64 920 0 0 0 6 0 0 0 16 0 9 0 58415637 869036032 6201 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16807] ppid=16799 vsize=848668 CPUtime=0
/proc/16804/task/16807/stat : 16807 (java) S 16799 16799 16233 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58415637 869036032 6201 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16808] ppid=16799 vsize=848668 CPUtime=0
/proc/16804/task/16808/stat : 16808 (java) S 16799 16799 16233 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58415637 869036032 6201 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16809] ppid=16799 vsize=848668 CPUtime=0
/proc/16804/task/16809/stat : 16809 (java) S 16799 16799 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58415640 869036032 6201 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16810] ppid=16799 vsize=848668 CPUtime=0.4
/proc/16804/task/16810/stat : 16810 (java) S 16799 16799 16233 0 -1 64 1629 0 0 0 39 1 0 0 15 0 9 0 58415643 869036032 6201 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16811] ppid=16799 vsize=848668 CPUtime=0
/proc/16804/task/16811/stat : 16811 (java) S 16799 16799 16233 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58415643 869036032 6201 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16812] ppid=16799 vsize=848668 CPUtime=0
/proc/16804/task/16812/stat : 16812 (java) S 16799 16799 16233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58415644 869036032 6201 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 854024

[startup+3.10105 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16812
/proc/meminfo: memFree=1141520/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
[pid=16804] ppid=16799 vsize=848724 CPUtime=3.04
/proc/16804/stat : 16804 (java) S 16799 16799 16233 0 -1 0 9093 0 1 0 297 7 0 0 18 0 9 0 58415635 869093376 7889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16804/statm: 212181 7889 2625 9 0 206659 0
[pid=16804/tid=16805] ppid=16799 vsize=848724 CPUtime=2.43
/proc/16804/task/16805/stat : 16805 (java) R 16799 16799 16233 0 -1 64 3935 0 1 0 240 3 0 0 25 0 9 0 58415636 869093376 7889 996147200 134512640 134550932 4294955344 18446744073709551615 4125182246 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16806] ppid=16799 vsize=848724 CPUtime=0.18
/proc/16804/task/16806/stat : 16806 (java) S 16799 16799 16233 0 -1 64 2833 0 0 0 17 1 0 0 16 0 9 0 58415637 869093376 7889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16807] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16807/stat : 16807 (java) S 16799 16799 16233 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58415637 869093376 7889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16808] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16808/stat : 16808 (java) S 16799 16799 16233 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58415637 869093376 7889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16809] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16809/stat : 16809 (java) S 16799 16799 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58415640 869093376 7889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16810] ppid=16799 vsize=848724 CPUtime=0.4
/proc/16804/task/16810/stat : 16810 (java) S 16799 16799 16233 0 -1 64 1629 0 0 0 39 1 0 0 15 0 9 0 58415643 869093376 7889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16811] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16811/stat : 16811 (java) S 16799 16799 16233 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58415643 869093376 7889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16812] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16812/stat : 16812 (java) S 16799 16799 16233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58415644 869093376 7889 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 854080

[startup+6.30242 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16812
/proc/meminfo: memFree=1137104/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
[pid=16804] ppid=16799 vsize=848724 CPUtime=6.21
/proc/16804/stat : 16804 (java) S 16799 16799 16233 0 -1 0 10059 0 1 0 613 8 0 0 18 0 9 0 58415635 869093376 8760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16804/statm: 212181 8760 2625 9 0 206659 0
[pid=16804/tid=16805] ppid=16799 vsize=848724 CPUtime=5.47
/proc/16804/task/16805/stat : 16805 (java) R 16799 16799 16233 0 -1 64 3952 0 1 0 544 3 0 0 25 0 9 0 58415636 869093376 8760 996147200 134512640 134550932 4294955344 18446744073709551615 4126204400 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16806] ppid=16799 vsize=848724 CPUtime=0.31
/proc/16804/task/16806/stat : 16806 (java) S 16799 16799 16233 0 -1 64 3781 0 0 0 29 2 0 0 16 0 9 0 58415637 869093376 8760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16807] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16807/stat : 16807 (java) S 16799 16799 16233 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58415637 869093376 8760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16808] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16808/stat : 16808 (java) S 16799 16799 16233 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58415637 869093376 8760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16809] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16809/stat : 16809 (java) S 16799 16799 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58415640 869093376 8760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16810] ppid=16799 vsize=848724 CPUtime=0.4
/proc/16804/task/16810/stat : 16810 (java) S 16799 16799 16233 0 -1 64 1629 0 0 0 39 1 0 0 16 0 9 0 58415643 869093376 8760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16811] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16811/stat : 16811 (java) S 16799 16799 16233 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58415643 869093376 8760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16812] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16812/stat : 16812 (java) S 16799 16799 16233 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 58415644 869093376 8760 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 854080

[startup+12.7012 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 16812
/proc/meminfo: memFree=1130000/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
[pid=16804] ppid=16799 vsize=848724 CPUtime=12.55
/proc/16804/stat : 16804 (java) S 16799 16799 16233 0 -1 0 12211 0 1 0 1245 10 0 0 18 0 9 0 58415635 869093376 10252 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16804/statm: 212181 10252 2626 9 0 206659 0
[pid=16804/tid=16805] ppid=16799 vsize=848724 CPUtime=11.63
/proc/16804/task/16805/stat : 16805 (java) R 16799 16799 16233 0 -1 64 4066 0 1 0 1159 4 0 0 25 0 9 0 58415636 869093376 10252 996147200 134512640 134550932 4294955344 18446744073709551615 4126741486 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16806] ppid=16799 vsize=848724 CPUtime=0.48
/proc/16804/task/16806/stat : 16806 (java) S 16799 16799 16233 0 -1 64 5819 0 0 0 45 3 0 0 16 0 9 0 58415637 869093376 10252 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16807] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16807/stat : 16807 (java) S 16799 16799 16233 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58415637 869093376 10252 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16808] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16808/stat : 16808 (java) S 16799 16799 16233 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58415637 869093376 10252 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16809] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16809/stat : 16809 (java) S 16799 16799 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58415640 869093376 10252 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16810] ppid=16799 vsize=848724 CPUtime=0.4
/proc/16804/task/16810/stat : 16810 (java) S 16799 16799 16233 0 -1 64 1629 0 0 0 39 1 0 0 16 0 9 0 58415643 869093376 10252 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16811] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16811/stat : 16811 (java) S 16799 16799 16233 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58415643 869093376 10252 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16812] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16812/stat : 16812 (java) S 16799 16799 16233 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 58415644 869093376 10252 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 854080

[startup+25.5026 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 16812
/proc/meminfo: memFree=1124176/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
[pid=16804] ppid=16799 vsize=848724 CPUtime=25.23
/proc/16804/stat : 16804 (java) S 16799 16799 16233 0 -1 0 13566 0 1 0 2512 11 0 0 18 0 9 0 58415635 869093376 11593 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16804/statm: 212181 11593 2626 9 0 206659 0
[pid=16804/tid=16805] ppid=16799 vsize=848724 CPUtime=24.07
/proc/16804/task/16805/stat : 16805 (java) R 16799 16799 16233 0 -1 64 4224 0 1 0 2402 5 0 0 25 0 9 0 58415636 869093376 11593 996147200 134512640 134550932 4294955344 18446744073709551615 4126741513 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16806] ppid=16799 vsize=848724 CPUtime=0.72
/proc/16804/task/16806/stat : 16806 (java) S 16799 16799 16233 0 -1 64 7016 0 0 0 69 3 0 0 16 0 9 0 58415637 869093376 11593 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16807] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16807/stat : 16807 (java) S 16799 16799 16233 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58415637 869093376 11593 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16808] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16808/stat : 16808 (java) S 16799 16799 16233 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58415637 869093376 11593 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16809] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16809/stat : 16809 (java) S 16799 16799 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58415640 869093376 11593 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16810] ppid=16799 vsize=848724 CPUtime=0.4
/proc/16804/task/16810/stat : 16810 (java) S 16799 16799 16233 0 -1 64 1629 0 0 0 39 1 0 0 16 0 9 0 58415643 869093376 11593 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16811] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16811/stat : 16811 (java) S 16799 16799 16233 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58415643 869093376 11593 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16812] ppid=16799 vsize=848724 CPUtime=0
/proc/16804/task/16812/stat : 16812 (java) S 16799 16799 16233 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 58415644 869093376 11593 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 854080

[startup+51.1026 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 16812

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

[pid=16804/tid=16810] ppid=16799 vsize=852128 CPUtime=0.8
/proc/16804/task/16810/stat : 16810 (java) S 16799 16799 16233 0 -1 64 2560 0 0 0 77 3 0 0 15 0 10 0 58415643 872579072 148820 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16811] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16811/stat : 16811 (java) S 16799 16799 16233 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58415643 872579072 148820 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16812] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16812/stat : 16812 (java) S 16799 16799 16233 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 58415644 872579072 148820 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16813] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16813/stat : 16813 (java) S 16799 16799 16233 0 -1 64 5 0 0 0 0 0 0 0 25 0 10 0 58429433 872579072 148820 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 164.69
Current children cumulated vsize (KiB) 857484

[startup+179.102 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 16813
/proc/meminfo: memFree=401096/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
[pid=16804] ppid=16799 vsize=852128 CPUtime=177.38
/proc/16804/stat : 16804 (java) S 16799 16799 16233 0 -1 0 193385 0 1 0 17643 95 0 0 18 0 10 0 58415635 872579072 190962 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16804/statm: 213032 190962 2634 9 0 207510 0
[pid=16804/tid=16805] ppid=16799 vsize=852128 CPUtime=156.26
/proc/16804/task/16805/stat : 16805 (java) S 16799 16799 16233 0 -1 64 10579 0 1 0 15614 12 0 0 17 0 10 0 58415636 872579072 190962 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16806] ppid=16799 vsize=852128 CPUtime=20.28
/proc/16804/task/16806/stat : 16806 (java) R 16799 16799 16233 0 -1 64 179540 0 0 0 1950 78 0 0 25 0 10 0 58415637 872579072 190962 996147200 134512640 134550932 4294955344 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16807] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16807/stat : 16807 (java) S 16799 16799 16233 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58415637 872579072 190962 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16808] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16808/stat : 16808 (java) S 16799 16799 16233 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 58415637 872579072 190962 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16809] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16809/stat : 16809 (java) S 16799 16799 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58415640 872579072 190962 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16810] ppid=16799 vsize=852128 CPUtime=0.8
/proc/16804/task/16810/stat : 16810 (java) S 16799 16799 16233 0 -1 64 2560 0 0 0 77 3 0 0 15 0 10 0 58415643 872579072 190962 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16811] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16811/stat : 16811 (java) S 16799 16799 16233 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58415643 872579072 190962 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16812] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16812/stat : 16812 (java) S 16799 16799 16233 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 58415644 872579072 190962 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16813] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16813/stat : 16813 (java) S 16799 16799 16233 0 -1 64 5 0 0 0 0 0 0 0 25 0 10 0 58429433 872579072 190962 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 177.38
Current children cumulated vsize (KiB) 857484

[startup+182.302 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 16813
/proc/meminfo: memFree=400648/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
[pid=16804] ppid=16799 vsize=852128 CPUtime=180.55
/proc/16804/stat : 16804 (java) S 16799 16799 16233 0 -1 0 193503 0 1 0 17958 97 0 0 18 0 9 0 58415635 872579072 191071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16804/statm: 213032 191071 2636 9 0 207510 0
[pid=16804/tid=16805] ppid=16799 vsize=852128 CPUtime=157.46
/proc/16804/task/16805/stat : 16805 (java) R 16799 16799 16233 0 -1 64 10659 0 1 0 15733 13 0 0 25 0 9 0 58415636 872579072 191071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16806] ppid=16799 vsize=852128 CPUtime=22.17
/proc/16804/task/16806/stat : 16806 (java) R 16799 16799 16233 0 -1 64 179540 0 0 0 2139 78 0 0 16 0 9 0 58415637 872579072 191071 996147200 134512640 134550932 4294955344 18446744073709551615 102768020 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16807] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16807/stat : 16807 (java) S 16799 16799 16233 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58415637 872579072 191071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16808] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16808/stat : 16808 (java) S 16799 16799 16233 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 58415637 872579072 191071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16809] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16809/stat : 16809 (java) S 16799 16799 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58415640 872579072 191071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16810] ppid=16799 vsize=852128 CPUtime=0.87
/proc/16804/task/16810/stat : 16810 (java) S 16799 16799 16233 0 -1 64 2596 0 0 0 84 3 0 0 15 0 9 0 58415643 872579072 191071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16811] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16811/stat : 16811 (java) S 16799 16799 16233 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58415643 872579072 191071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16812] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16812/stat : 16812 (java) S 16799 16799 16233 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 58415644 872579072 191071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 180.55
Current children cumulated vsize (KiB) 857484

[startup+183.902 s]
/proc/loadavg: 2.11 2.03 2.01 3/84 16814
/proc/meminfo: memFree=442752/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
[pid=16804] ppid=16799 vsize=852128 CPUtime=182.12
/proc/16804/stat : 16804 (java) S 16799 16799 16233 0 -1 0 193515 0 1 0 18115 97 0 0 18 0 10 0 58415635 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16804/statm: 213032 180459 2636 9 0 207510 0
[pid=16804/tid=16805] ppid=16799 vsize=852128 CPUtime=158.9
/proc/16804/task/16805/stat : 16805 (java) R 16799 16799 16233 0 -1 64 10661 0 1 0 15877 13 0 0 25 0 10 0 58415636 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4128083503 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16806] ppid=16799 vsize=852128 CPUtime=22.3
/proc/16804/task/16806/stat : 16806 (java) S 16799 16799 16233 0 -1 64 179540 0 0 0 2151 79 0 0 17 0 10 0 58415637 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16807] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16807/stat : 16807 (java) S 16799 16799 16233 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58415637 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16808] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16808/stat : 16808 (java) S 16799 16799 16233 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 58415637 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16809] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16809/stat : 16809 (java) S 16799 16799 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58415640 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16810] ppid=16799 vsize=852128 CPUtime=0.89
/proc/16804/task/16810/stat : 16810 (java) S 16799 16799 16233 0 -1 64 2606 0 0 0 86 3 0 0 15 0 10 0 58415643 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16811] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16811/stat : 16811 (java) S 16799 16799 16233 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58415643 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16812] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16812/stat : 16812 (java) S 16799 16799 16233 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 58415644 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16814] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16814/stat : 16814 (java) S 16799 16799 16233 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58433876 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 182.12
Current children cumulated vsize (KiB) 857484

[startup+184.703 s]
/proc/loadavg: 2.11 2.03 2.01 3/84 16814
/proc/meminfo: memFree=442688/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
[pid=16804] ppid=16799 vsize=852128 CPUtime=182.92
/proc/16804/stat : 16804 (java) S 16799 16799 16233 0 -1 0 193516 0 1 0 18195 97 0 0 18 0 10 0 58415635 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16804/statm: 213032 180459 2636 9 0 207510 0
[pid=16804/tid=16805] ppid=16799 vsize=852128 CPUtime=159.69
/proc/16804/task/16805/stat : 16805 (java) R 16799 16799 16233 0 -1 64 10662 0 1 0 15956 13 0 0 25 0 10 0 58415636 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4128081103 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16806] ppid=16799 vsize=852128 CPUtime=22.31
/proc/16804/task/16806/stat : 16806 (java) S 16799 16799 16233 0 -1 64 179540 0 0 0 2152 79 0 0 16 0 10 0 58415637 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16807] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16807/stat : 16807 (java) S 16799 16799 16233 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58415637 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16808] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16808/stat : 16808 (java) S 16799 16799 16233 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 58415637 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16809] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16809/stat : 16809 (java) S 16799 16799 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58415640 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16810] ppid=16799 vsize=852128 CPUtime=0.89
/proc/16804/task/16810/stat : 16810 (java) S 16799 16799 16233 0 -1 64 2606 0 0 0 86 3 0 0 15 0 10 0 58415643 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16811] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16811/stat : 16811 (java) S 16799 16799 16233 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58415643 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16812] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16812/stat : 16812 (java) S 16799 16799 16233 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 58415644 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16814] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16814/stat : 16814 (java) S 16799 16799 16233 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58433876 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 182.92
Current children cumulated vsize (KiB) 857484

[startup+185.502 s]
/proc/loadavg: 2.11 2.03 2.01 3/84 16814
/proc/meminfo: memFree=442688/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
[pid=16804] ppid=16799 vsize=852128 CPUtime=183.71
/proc/16804/stat : 16804 (java) S 16799 16799 16233 0 -1 0 193516 0 1 0 18274 97 0 0 18 0 10 0 58415635 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16804/statm: 213032 180459 2636 9 0 207510 0
[pid=16804/tid=16805] ppid=16799 vsize=852128 CPUtime=160.48
/proc/16804/task/16805/stat : 16805 (java) R 16799 16799 16233 0 -1 64 10662 0 1 0 16035 13 0 0 25 0 10 0 58415636 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4128081056 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16806] ppid=16799 vsize=852128 CPUtime=22.31
/proc/16804/task/16806/stat : 16806 (java) S 16799 16799 16233 0 -1 64 179540 0 0 0 2152 79 0 0 16 0 10 0 58415637 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16807] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16807/stat : 16807 (java) S 16799 16799 16233 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58415637 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16808] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16808/stat : 16808 (java) S 16799 16799 16233 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 58415637 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16809] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16809/stat : 16809 (java) S 16799 16799 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58415640 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16810] ppid=16799 vsize=852128 CPUtime=0.89
/proc/16804/task/16810/stat : 16810 (java) S 16799 16799 16233 0 -1 64 2606 0 0 0 86 3 0 0 16 0 10 0 58415643 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16811] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16811/stat : 16811 (java) S 16799 16799 16233 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58415643 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16812] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16812/stat : 16812 (java) S 16799 16799 16233 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 58415644 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16804/tid=16814] ppid=16799 vsize=852128 CPUtime=0
/proc/16804/task/16814/stat : 16814 (java) S 16799 16799 16233 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58433876 872579072 180459 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 183.71
Current children cumulated vsize (KiB) 857484

[startup+185.702 s]
/proc/loadavg: 2.11 2.03 2.01 3/84 16814
/proc/meminfo: memFree=442688/2055920 swapFree=4192812/4192956
[pid=16799] ppid=16797 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (concrete.sh) S 16797 16799 16233 0 -1 4194304 341 294 0 0 0 0 0 0 22 0 1 0 58415633 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 244 201 169 0 50 0
[pid=16804] ppid=16799 vsize=0 CPUtime=183.88
/proc/16804/stat : 16804 (java) Z 16799 16799 16233 0 -1 12 193527 0 1 0 18284 104 0 0 16 0 2 0 58415635 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16804/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 183.88
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 185.756
CPU time (s): 183.94
CPU user time (s): 182.841
CPU system time (s): 1.09883
CPU usage (%): 99.0224
Max. virtual memory (cumulated for all children) (KiB): 857972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.841
system time used= 1.09883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194170
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10220
involuntary context switches= 14071

runsolver used 0.222966 second user time and 0.647901 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-16 05:04:58
IDJOB=2075600
IDBENCH=56325
IDSOLVER=736
FILE ID=node74/2075600-1247713498
PBS_JOBID= 9521383
Free space on /tmp= 103004 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-07-02.xml
COMMAND LINE= HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075600-1247713498/watcher-2075600-1247713498 -o /tmp/evaluation-result-2075600-1247713498/solver-2075600-1247713498 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2075600-1247713498.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6d16801e14280bc3782d0701adbaad01
RANDOM SEED=141675527

node74.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.234
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.234
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:       1161984 kB
Buffers:         66644 kB
Cached:         662180 kB
SwapCached:          0 kB
Active:         169448 kB
Inactive:       650304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1161984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7816 kB
Writeback:           0 kB
Mapped:         102396 kB
Slab:            59248 kB
Committed_AS:   575708 kB
PageTables:       2016 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103004 MiB
End job on node74 at 2009-07-16 05:08:04