Trace number 2084037

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 243.897 246.408

DiagnosticValue
CHECKS648016
NODES0

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-0.xml
MD5SUMd906e0cdeb61b6e1a4851a754c024184
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.4938
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data

240.16/242.67	c CPU-LOAD 205.98
240.16/242.67	c LOADED 2000 V (454 E), 8700 ExtensionConstraint2D, 4685 PredicateConstraint, arity 2, 205.98 cpu
243.73/246.23	s UNSATISFIABLE
243.73/246.23	d NODES 0
243.73/246.23	d CHECKS 648016
243.73/246.23	c CDC-added-constraints: 0
243.73/246.23	c CDC-nbsingletontests: 0
243.73/246.23	c CDC-nogoods: 0
243.73/246.23	c prepro-constraint-ccks: 499441
243.73/246.23	c prepro-constraint-presenceccks: 33481
243.73/246.23	c prepro-cpu: 1.09
243.73/246.23	c prepro-matrix2d-ccks: 148575
243.73/246.23	c prepro-matrix2d-presenceccks: 158729
243.73/246.23	c prepro-removed: 39775
243.73/246.23	c total-assgn: 0
243.73/246.23	c total-constraint-ccks: 499441
243.73/246.23	c total-constraint-presence-ccks: 33481
243.73/246.23	c total-cpu: 1.86
243.73/246.23	c total-matrix2d-ccks: 148575
243.73/246.23	c total-matrix2d-presence-ccks: 158729
243.73/246.23	c TOTAL-NODES 0
243.73/246.23	c TOTAL-CPU 1.86

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-2084037-1247724335/watcher-2084037-1247724335 -o /tmp/evaluation-result-2084037-1247724335/solver-2084037-1247724335 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2084037-1247724335.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.16 2.27 2.18 4/81 17049
/proc/meminfo: memFree=1496792/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=18576 CPUtime=0
/proc/17049/stat : 17049 (runsolver) R 17047 17049 16929 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 59500936 19021824 284 996147200 4194304 4302564 548682068432 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17049/statm: 4644 284 249 26 0 2626 0

[startup+0.0962791 s]
/proc/loadavg: 2.16 2.27 2.18 4/81 17049
/proc/meminfo: memFree=1496792/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101275 s]
/proc/loadavg: 2.16 2.27 2.18 4/81 17049
/proc/meminfo: memFree=1496792/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301303 s]
/proc/loadavg: 2.16 2.27 2.18 4/81 17049
/proc/meminfo: memFree=1496792/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701342 s]
/proc/loadavg: 2.16 2.27 2.18 4/81 17049
/proc/meminfo: memFree=1496792/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50242 s]
/proc/loadavg: 2.16 2.27 2.18 3/91 17062
/proc/meminfo: memFree=1482376/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
[pid=17054] ppid=17049 vsize=847600 CPUtime=1.46
/proc/17054/stat : 17054 (java) S 17049 17049 16929 0 -1 0 7023 0 1 0 142 4 0 0 18 0 9 0 59500937 867942400 6278 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17054/statm: 211900 6278 2004 9 0 206378 0
[pid=17054/tid=17055] ppid=17049 vsize=847600 CPUtime=1.01
/proc/17054/task/17055/stat : 17055 (java) R 17049 17049 16929 0 -1 64 3910 0 1 0 99 2 0 0 21 0 9 0 59500939 867942400 6278 996147200 134512640 134550932 4294955344 18446744073709551615 4126512364 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17056] ppid=17049 vsize=847600 CPUtime=0.07
/proc/17054/task/17056/stat : 17056 (java) S 17049 17049 16929 0 -1 64 1071 0 0 0 7 0 0 0 16 0 9 0 59500940 867942400 6278 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17057] ppid=17049 vsize=847600 CPUtime=0
/proc/17054/task/17057/stat : 17057 (java) S 17049 17049 16929 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59500940 867942400 6278 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17058] ppid=17049 vsize=847600 CPUtime=0
/proc/17054/task/17058/stat : 17058 (java) S 17049 17049 16929 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59500940 867942400 6278 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17059] ppid=17049 vsize=847600 CPUtime=0
/proc/17054/task/17059/stat : 17059 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59500943 867942400 6278 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17060] ppid=17049 vsize=847600 CPUtime=0.34
/proc/17054/task/17060/stat : 17060 (java) S 17049 17049 16929 0 -1 64 1346 0 0 0 34 0 0 0 16 0 9 0 59500946 867942400 6278 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17061] ppid=17049 vsize=847600 CPUtime=0
/proc/17054/task/17061/stat : 17061 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59500946 867942400 6278 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17062] ppid=17049 vsize=847600 CPUtime=0
/proc/17054/task/17062/stat : 17062 (java) S 17049 17049 16929 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59500946 867942400 6278 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) 852956

[startup+3.10259 s]
/proc/loadavg: 2.16 2.27 2.18 3/91 17062
/proc/meminfo: memFree=1475272/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
[pid=17054] ppid=17049 vsize=847600 CPUtime=3.05
/proc/17054/stat : 17054 (java) S 17049 17049 16929 0 -1 0 9352 0 1 0 300 5 0 0 18 0 9 0 59500937 867942400 8386 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17054/statm: 211900 8386 2625 9 0 206378 0
[pid=17054/tid=17055] ppid=17049 vsize=847600 CPUtime=2.39
/proc/17054/task/17055/stat : 17055 (java) R 17049 17049 16929 0 -1 64 3935 0 1 0 236 3 0 0 25 0 9 0 59500939 867942400 8386 996147200 134512640 134550932 4294955344 18446744073709551615 4126512421 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17056] ppid=17049 vsize=847600 CPUtime=0.28
/proc/17054/task/17056/stat : 17056 (java) S 17049 17049 16929 0 -1 64 3374 0 0 0 28 0 0 0 16 0 9 0 59500940 867942400 8386 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17057] ppid=17049 vsize=847600 CPUtime=0
/proc/17054/task/17057/stat : 17057 (java) S 17049 17049 16929 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59500940 867942400 8386 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17058] ppid=17049 vsize=847600 CPUtime=0
/proc/17054/task/17058/stat : 17058 (java) S 17049 17049 16929 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59500940 867942400 8386 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17059] ppid=17049 vsize=847600 CPUtime=0
/proc/17054/task/17059/stat : 17059 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59500943 867942400 8386 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17060] ppid=17049 vsize=847600 CPUtime=0.34
/proc/17054/task/17060/stat : 17060 (java) S 17049 17049 16929 0 -1 64 1347 0 0 0 34 0 0 0 16 0 9 0 59500946 867942400 8386 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17061] ppid=17049 vsize=847600 CPUtime=0
/proc/17054/task/17061/stat : 17061 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59500946 867942400 8386 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17062] ppid=17049 vsize=847600 CPUtime=0
/proc/17054/task/17062/stat : 17062 (java) S 17049 17049 16929 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59500946 867942400 8386 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 852956

[startup+6.30193 s]
/proc/loadavg: 2.15 2.27 2.18 3/91 17062
/proc/meminfo: memFree=1466568/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
[pid=17054] ppid=17049 vsize=847652 CPUtime=6.21
/proc/17054/stat : 17054 (java) S 17049 17049 16929 0 -1 0 12139 0 1 0 614 7 0 0 18 0 9 0 59500937 867995648 9905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17054/statm: 211913 9905 2626 9 0 206391 0
[pid=17054/tid=17055] ppid=17049 vsize=847652 CPUtime=5.32
/proc/17054/task/17055/stat : 17055 (java) R 17049 17049 16929 0 -1 64 4053 0 1 0 529 3 0 0 25 0 9 0 59500939 867995648 9905 996147200 134512640 134550932 4294955344 18446744073709551615 4125998263 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17056] ppid=17049 vsize=847652 CPUtime=0.51
/proc/17054/task/17056/stat : 17056 (java) S 17049 17049 16929 0 -1 64 6043 0 0 0 49 2 0 0 16 0 9 0 59500940 867995648 9905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17057] ppid=17049 vsize=847652 CPUtime=0
/proc/17054/task/17057/stat : 17057 (java) S 17049 17049 16929 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59500940 867995648 9905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17058] ppid=17049 vsize=847652 CPUtime=0
/proc/17054/task/17058/stat : 17058 (java) S 17049 17049 16929 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59500940 867995648 9905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17059] ppid=17049 vsize=847652 CPUtime=0
/proc/17054/task/17059/stat : 17059 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59500943 867995648 9905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17060] ppid=17049 vsize=847652 CPUtime=0.34
/proc/17054/task/17060/stat : 17060 (java) S 17049 17049 16929 0 -1 64 1347 0 0 0 34 0 0 0 16 0 9 0 59500946 867995648 9905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17061] ppid=17049 vsize=847652 CPUtime=0
/proc/17054/task/17061/stat : 17061 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59500946 867995648 9905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17062] ppid=17049 vsize=847652 CPUtime=0
/proc/17054/task/17062/stat : 17062 (java) S 17049 17049 16929 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59500946 867995648 9905 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) 853008

[startup+12.7026 s]
/proc/loadavg: 2.14 2.26 2.18 3/91 17062
/proc/meminfo: memFree=1458760/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
[pid=17054] ppid=17049 vsize=850220 CPUtime=12.55
/proc/17054/stat : 17054 (java) S 17049 17049 16929 0 -1 0 14162 0 1 0 1248 7 0 0 18 0 9 0 59500937 870625280 11911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17054/statm: 212555 11911 2626 9 0 207033 0
[pid=17054/tid=17055] ppid=17049 vsize=850220 CPUtime=11.41
/proc/17054/task/17055/stat : 17055 (java) R 17049 17049 16929 0 -1 64 4070 0 1 0 1138 3 0 0 25 0 9 0 59500939 870625280 11911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17056] ppid=17049 vsize=850220 CPUtime=0.77
/proc/17054/task/17056/stat : 17056 (java) R 17049 17049 16929 0 -1 64 8049 0 0 0 74 3 0 0 16 0 9 0 59500940 870625280 11911 996147200 134512640 134550932 4294955344 18446744073709551615 102510244 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17057] ppid=17049 vsize=850220 CPUtime=0
/proc/17054/task/17057/stat : 17057 (java) S 17049 17049 16929 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59500940 870625280 11911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17058] ppid=17049 vsize=850220 CPUtime=0
/proc/17054/task/17058/stat : 17058 (java) S 17049 17049 16929 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59500940 870625280 11911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17059] ppid=17049 vsize=850220 CPUtime=0
/proc/17054/task/17059/stat : 17059 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59500943 870625280 11911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17060] ppid=17049 vsize=850220 CPUtime=0.34
/proc/17054/task/17060/stat : 17060 (java) S 17049 17049 16929 0 -1 64 1347 0 0 0 34 0 0 0 17 0 9 0 59500946 870625280 11911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17061] ppid=17049 vsize=850220 CPUtime=0
/proc/17054/task/17061/stat : 17061 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59500946 870625280 11911 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17062] ppid=17049 vsize=850220 CPUtime=0
/proc/17054/task/17062/stat : 17062 (java) S 17049 17049 16929 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59500946 870625280 11911 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) 855576

[startup+25.5029 s]
/proc/loadavg: 2.11 2.25 2.17 3/92 17063
/proc/meminfo: memFree=1430848/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
[pid=17054] ppid=17049 vsize=851196 CPUtime=25.22
/proc/17054/stat : 17054 (java) S 17049 17049 16929 0 -1 0 21043 0 1 0 2508 14 0 0 18 0 10 0 59500937 871624704 17571 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17054/statm: 212799 17571 2629 9 0 207277 0
[pid=17054/tid=17055] ppid=17049 vsize=851196 CPUtime=22.94
/proc/17054/task/17055/stat : 17055 (java) R 17049 17049 16929 0 -1 64 4516 0 1 0 2290 4 0 0 25 0 10 0 59500939 871624704 17571 996147200 134512640 134550932 4294955344 18446744073709551615 4125943043 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17056] ppid=17049 vsize=851196 CPUtime=1.53
/proc/17054/task/17056/stat : 17056 (java) S 17049 17049 16929 0 -1 64 13541 0 0 0 146 7 0 0 16 0 10 0 59500940 871624704 17571 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17057] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17057/stat : 17057 (java) S 17049 17049 16929 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59500940 871624704 17571 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17058] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17058/stat : 17058 (java) S 17049 17049 16929 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59500940 871624704 17571 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17059] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17059/stat : 17059 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59500943 871624704 17571 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17060] ppid=17049 vsize=851196 CPUtime=0.72
/proc/17054/task/17060/stat : 17060 (java) S 17049 17049 16929 0 -1 64 2286 0 0 0 71 1 0 0 16 0 10 0 59500946 871624704 17571 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17061] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17061/stat : 17061 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59500946 871624704 17571 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17062] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17062/stat : 17062 (java) S 17049 17049 16929 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59500946 871624704 17571 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17063] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17063/stat : 17063 (java) S 17049 17049 16929 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 59502273 871624704 17571 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 856552

[startup+51.1016 s]
/proc/loadavg: 2.19 2.26 2.18 3/92 17063
/proc/meminfo: memFree=1355712/2055920 swapFree=4192812/4192956

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


[startup+236.701 s]
/proc/loadavg: 2.08 2.16 2.15 3/93 17064
/proc/meminfo: memFree=705592/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
[pid=17054] ppid=17049 vsize=851196 CPUtime=234.31
/proc/17054/stat : 17054 (java) S 17049 17049 16929 0 -1 0 187702 0 1 0 23251 180 0 0 18 0 10 0 59500937 871624704 184041 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17054/statm: 212799 184041 2633 9 0 207277 0
[pid=17054/tid=17055] ppid=17049 vsize=851196 CPUtime=200.59
/proc/17054/task/17055/stat : 17055 (java) S 17049 17049 16929 0 -1 64 12454 0 1 0 19984 75 0 0 25 0 10 0 59500939 871624704 184041 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17056] ppid=17049 vsize=851196 CPUtime=24.27
/proc/17054/task/17056/stat : 17056 (java) R 17049 17049 16929 0 -1 64 169759 0 0 0 2346 81 0 0 18 0 10 0 59500940 871624704 184041 996147200 134512640 134550932 4294955344 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17057] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17057/stat : 17057 (java) S 17049 17049 16929 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59500940 871624704 184041 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17058] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17058/stat : 17058 (java) S 17049 17049 16929 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 59500940 871624704 184041 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17059] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17059/stat : 17059 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59500943 871624704 184041 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17060] ppid=17049 vsize=851196 CPUtime=9.41
/proc/17054/task/17060/stat : 17060 (java) S 17049 17049 16929 0 -1 64 4784 0 0 0 919 22 0 0 16 0 10 0 59500946 871624704 184041 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17061] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17061/stat : 17061 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59500946 871624704 184041 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17062] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17062/stat : 17062 (java) S 17049 17049 16929 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59500946 871624704 184041 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17063] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17063/stat : 17063 (java) S 17049 17049 16929 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 59502273 871624704 184041 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 234.31
Current children cumulated vsize (KiB) 856552

[startup+243.108 s]
/proc/loadavg: 2.08 2.16 2.15 4/92 17064
/proc/meminfo: memFree=703928/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
[pid=17054] ppid=17049 vsize=851196 CPUtime=240.65
/proc/17054/stat : 17054 (java) S 17049 17049 16929 0 -1 0 188119 0 1 0 23884 181 0 0 18 0 9 0 59500937 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17054/statm: 212799 184452 2634 9 0 207277 0
[pid=17054/tid=17055] ppid=17049 vsize=851196 CPUtime=206.26
/proc/17054/task/17055/stat : 17055 (java) R 17049 17049 16929 0 -1 64 12462 0 1 0 20549 77 0 0 25 0 9 0 59500939 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17056] ppid=17049 vsize=851196 CPUtime=24.95
/proc/17054/task/17056/stat : 17056 (java) R 17049 17049 16929 0 -1 64 170167 0 0 0 2414 81 0 0 16 0 9 0 59500940 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17057] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17057/stat : 17057 (java) S 17049 17049 16929 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59500940 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17058] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17058/stat : 17058 (java) S 17049 17049 16929 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59500940 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17059] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17059/stat : 17059 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59500943 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17060] ppid=17049 vsize=851196 CPUtime=9.42
/proc/17054/task/17060/stat : 17060 (java) S 17049 17049 16929 0 -1 64 4784 0 0 0 920 22 0 0 16 0 9 0 59500946 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17061] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17061/stat : 17061 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59500946 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17062] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17062/stat : 17062 (java) S 17049 17049 16929 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59500946 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 240.65
Current children cumulated vsize (KiB) 856552

[startup+244.703 s]
/proc/loadavg: 2.15 2.17 2.16 4/92 17064
/proc/meminfo: memFree=703928/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
[pid=17054] ppid=17049 vsize=851196 CPUtime=242.24
/proc/17054/stat : 17054 (java) S 17049 17049 16929 0 -1 0 188119 0 1 0 24043 181 0 0 18 0 9 0 59500937 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17054/statm: 212799 184452 2634 9 0 207277 0
[pid=17054/tid=17055] ppid=17049 vsize=851196 CPUtime=206.26
/proc/17054/task/17055/stat : 17055 (java) S 17049 17049 16929 0 -1 64 12462 0 1 0 20549 77 0 0 25 0 9 0 59500939 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17056] ppid=17049 vsize=851196 CPUtime=26.53
/proc/17054/task/17056/stat : 17056 (java) R 17049 17049 16929 0 -1 64 170167 0 0 0 2572 81 0 0 18 0 9 0 59500940 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17057] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17057/stat : 17057 (java) S 17049 17049 16929 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59500940 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17058] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17058/stat : 17058 (java) S 17049 17049 16929 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 59500940 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17059] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17059/stat : 17059 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59500943 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17060] ppid=17049 vsize=851196 CPUtime=9.42
/proc/17054/task/17060/stat : 17060 (java) S 17049 17049 16929 0 -1 64 4784 0 0 0 920 22 0 0 16 0 9 0 59500946 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17061] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17061/stat : 17061 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59500946 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17062] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17062/stat : 17062 (java) S 17049 17049 16929 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59500946 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 242.24
Current children cumulated vsize (KiB) 856552

[startup+245.502 s]
/proc/loadavg: 2.15 2.17 2.16 3/93 17065
/proc/meminfo: memFree=703920/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
[pid=17054] ppid=17049 vsize=851196 CPUtime=243.03
/proc/17054/stat : 17054 (java) S 17049 17049 16929 0 -1 0 188121 0 1 0 24121 182 0 0 18 0 10 0 59500937 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17054/statm: 212799 184452 2634 9 0 207277 0
[pid=17054/tid=17055] ppid=17049 vsize=851196 CPUtime=206.68
/proc/17054/task/17055/stat : 17055 (java) R 17049 17049 16929 0 -1 64 12464 0 1 0 20591 77 0 0 25 0 10 0 59500939 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4127681175 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17056] ppid=17049 vsize=851196 CPUtime=26.84
/proc/17054/task/17056/stat : 17056 (java) S 17049 17049 16929 0 -1 64 170167 0 0 0 2603 81 0 0 18 0 10 0 59500940 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17057] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17057/stat : 17057 (java) S 17049 17049 16929 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59500940 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17058] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17058/stat : 17058 (java) S 17049 17049 16929 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 59500940 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17059] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17059/stat : 17059 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59500943 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17060] ppid=17049 vsize=851196 CPUtime=9.47
/proc/17054/task/17060/stat : 17060 (java) S 17049 17049 16929 0 -1 64 4784 0 0 0 925 22 0 0 15 0 10 0 59500946 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17061] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17061/stat : 17061 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59500946 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17062] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17062/stat : 17062 (java) S 17049 17049 16929 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59500946 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17065] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17065/stat : 17065 (java) S 17049 17049 16929 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59525438 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 243.03
Current children cumulated vsize (KiB) 856552

[startup+245.902 s]
/proc/loadavg: 2.15 2.17 2.16 3/93 17065
/proc/meminfo: memFree=703920/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
[pid=17054] ppid=17049 vsize=851196 CPUtime=243.43
/proc/17054/stat : 17054 (java) S 17049 17049 16929 0 -1 0 188121 0 1 0 24161 182 0 0 18 0 10 0 59500937 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17054/statm: 212799 184452 2634 9 0 207277 0
[pid=17054/tid=17055] ppid=17049 vsize=851196 CPUtime=207.05
/proc/17054/task/17055/stat : 17055 (java) R 17049 17049 16929 0 -1 64 12464 0 1 0 20628 77 0 0 25 0 10 0 59500939 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4128227011 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17056] ppid=17049 vsize=851196 CPUtime=26.84
/proc/17054/task/17056/stat : 17056 (java) S 17049 17049 16929 0 -1 64 170167 0 0 0 2603 81 0 0 18 0 10 0 59500940 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17057] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17057/stat : 17057 (java) S 17049 17049 16929 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59500940 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17058] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17058/stat : 17058 (java) S 17049 17049 16929 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 59500940 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17059] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17059/stat : 17059 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59500943 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17060] ppid=17049 vsize=851196 CPUtime=9.5
/proc/17054/task/17060/stat : 17060 (java) S 17049 17049 16929 0 -1 64 4784 0 0 0 928 22 0 0 15 0 10 0 59500946 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17061] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17061/stat : 17061 (java) S 17049 17049 16929 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59500946 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17062] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17062/stat : 17062 (java) S 17049 17049 16929 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59500946 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=17054/tid=17065] ppid=17049 vsize=851196 CPUtime=0
/proc/17054/task/17065/stat : 17065 (java) S 17049 17049 16929 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59525438 871624704 184452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 243.43
Current children cumulated vsize (KiB) 856552

[startup+246.302 s]
/proc/loadavg: 2.15 2.17 2.16 3/85 17066
/proc/meminfo: memFree=797104/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
[pid=17054] ppid=17049 vsize=0 CPUtime=243.78
/proc/17054/stat : 17054 (java) Z 17049 17049 16929 0 -1 12 188131 0 1 0 24195 183 0 0 16 0 2 0 59500937 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17054/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 243.78
Current children cumulated vsize (KiB) 5356

[startup+246.407 s]
/proc/loadavg: 2.15 2.17 2.16 3/85 17066
/proc/meminfo: memFree=797104/2055920 swapFree=4192812/4192956
[pid=17049] ppid=17047 vsize=5356 CPUtime=0
/proc/17049/stat : 17049 (concrete.sh) S 17047 17049 16929 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59500936 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17049/statm: 1339 244 201 169 0 50 0
[pid=17054] ppid=17049 vsize=0 CPUtime=243.88
/proc/17054/stat : 17054 (java) Z 17049 17049 16929 0 -1 12 188131 0 1 0 24195 193 0 0 16 0 2 0 59500937 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/17054/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 243.88
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 246.408
CPU time (s): 243.897
CPU user time (s): 241.954
CPU system time (s): 1.9427
CPU usage (%): 98.981
Max. virtual memory (cumulated for all children) (KiB): 856552

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

runsolver used 0.310952 second user time and 0.882865 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-16 08:05:35
IDJOB=2084037
IDBENCH=58018
IDSOLVER=736
FILE ID=node7/2084037-1247724335
PBS_JOBID= 9521514
Free space on /tmp= 66108 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/fapp/fapp36/normalized-fapp36-2000-0.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-2084037-1247724335/watcher-2084037-1247724335 -o /tmp/evaluation-result-2084037-1247724335/solver-2084037-1247724335 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2084037-1247724335.xml

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

MD5SUM BENCH= d906e0cdeb61b6e1a4851a754c024184
RANDOM SEED=826823823

node7.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.231
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.231
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:       1497272 kB
Buffers:         78916 kB
Cached:         329764 kB
SwapCached:          0 kB
Active:         117972 kB
Inactive:       364408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1497272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3848 kB
Writeback:           0 kB
Mapped:          94128 kB
Slab:            61240 kB
Committed_AS:   631056 kB
PageTables:       2028 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= 66104 MiB
End job on node7 at 2009-07-16 08:09:42