Trace number 2087799

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 984.002 991.227

DiagnosticValue
CHECKS0
NODES63695

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-6.xml
MD5SUMd69420449403c15dce93504730da03ea
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark137.415
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

41.77/42.15	c CPU-LOAD 30.8
41.77/42.15	c LOADED 23 V (3 E), 16 ExtensionConstraintDynamic, arity 15, 30.8 cpu
983.89/991.12	s UNSATISFIABLE
983.89/991.12	d NODES 63695
983.89/991.12	d CHECKS 0
983.89/991.12	c CDC-added-constraints: 0
983.89/991.12	c CDC-nbsingletontests: 69
983.89/991.12	c CDC-nogoods: 0
983.89/991.12	c heuristic-cpu: 0.0
983.89/991.12	c prepro-constraint-ccks: 0
983.89/991.12	c prepro-constraint-presenceccks: 0
983.89/991.12	c prepro-cpu: 162.57999
983.89/991.12	c prepro-matrix2d-ccks: 0
983.89/991.12	c prepro-matrix2d-presenceccks: 0
983.89/991.12	c prepro-removed: 0
983.89/991.12	c search-cpu: 777.66003
983.89/991.12	c search-nps: 81.90597
983.89/991.12	c total-assgn: 63695
983.89/991.12	c total-constraint-ccks: 0
983.89/991.12	c total-constraint-presence-ccks: 0
983.89/991.12	c total-cpu: 940.51
983.89/991.12	c total-matrix2d-ccks: 0
983.89/991.12	c total-matrix2d-presence-ccks: 0
983.89/991.12	c TOTAL-NODES 63695
983.89/991.12	c TOTAL-CPU 940.51

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-2087799-1247728372/watcher-2087799-1247728372 -o /tmp/evaluation-result-2087799-1247728372/solver-2087799-1247728372 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2087799-1247728372.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 1.93 4/72 15386
/proc/meminfo: memFree=1413480/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) D 15384 15386 15125 0 -1 4194304 320 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588882021 0 2147483391 4100 65536 18446744072099863542 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0

[startup+0.0483719 s]
/proc/loadavg: 2.00 2.00 1.93 4/72 15386
/proc/meminfo: memFree=1413480/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.1022 s]
/proc/loadavg: 2.00 2.00 1.93 4/72 15386
/proc/meminfo: memFree=1413480/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301234 s]
/proc/loadavg: 2.00 2.00 1.93 4/72 15386
/proc/meminfo: memFree=1413480/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70131 s]
/proc/loadavg: 2.00 2.00 1.93 4/72 15386
/proc/meminfo: memFree=1413480/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50245 s]
/proc/loadavg: 2.16 2.03 1.94 4/82 15399
/proc/meminfo: memFree=1368216/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
[pid=15390] ppid=15386 vsize=848028 CPUtime=1.57
/proc/15390/stat : 15390 (java) S 15386 15386 15125 0 -1 0 18045 0 1 0 145 12 0 0 18 0 9 0 59904056 868380672 17137 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15390/statm: 212007 17137 2614 9 0 206492 0
[pid=15390/tid=15392] ppid=15386 vsize=848028 CPUtime=0.99
/proc/15390/task/15392/stat : 15392 (java) R 15386 15386 15125 0 -1 64 10195 0 1 0 92 7 0 0 23 0 9 0 59904058 868380672 17137 996147200 134512640 134550932 4294955344 18446744073709551615 4126234952 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15393] ppid=15386 vsize=848028 CPUtime=0.32
/proc/15390/task/15393/stat : 15393 (java) S 15386 15386 15125 0 -1 64 5922 0 0 0 30 2 0 0 16 0 9 0 59904059 868380672 17137 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15394] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15394/stat : 15394 (java) S 15386 15386 15125 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59904059 868380672 17137 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15395] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15395/stat : 15395 (java) S 15386 15386 15125 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59904059 868380672 17137 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15396] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15396/stat : 15396 (java) S 15386 15386 15125 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59904062 868380672 17137 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15397] ppid=15386 vsize=848028 CPUtime=0.23
/proc/15390/task/15397/stat : 15397 (java) S 15386 15386 15125 0 -1 64 1233 0 0 0 22 1 0 0 16 0 9 0 59904065 868380672 17137 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15398] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15398/stat : 15398 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59904065 868380672 17137 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15399] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15399/stat : 15399 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59904065 868380672 17137 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 853384

[startup+3.10275 s]
/proc/loadavg: 2.16 2.03 1.94 3/82 15399
/proc/meminfo: memFree=1355352/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
[pid=15390] ppid=15386 vsize=848028 CPUtime=3.15
/proc/15390/stat : 15390 (java) S 15386 15386 15125 0 -1 0 20481 0 1 0 300 15 0 0 18 0 9 0 59904056 868380672 19525 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15390/statm: 212007 19525 2614 9 0 206492 0
[pid=15390/tid=15392] ppid=15386 vsize=848028 CPUtime=2.42
/proc/15390/task/15392/stat : 15392 (java) R 15386 15386 15125 0 -1 64 12060 0 1 0 232 10 0 0 25 0 9 0 59904058 868380672 19525 996147200 134512640 134550932 4294955344 18446744073709551615 104749878 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15393] ppid=15386 vsize=848028 CPUtime=0.47
/proc/15390/task/15393/stat : 15393 (java) S 15386 15386 15125 0 -1 64 6489 0 0 0 44 3 0 0 16 0 9 0 59904059 868380672 19525 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15394] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15394/stat : 15394 (java) S 15386 15386 15125 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59904059 868380672 19525 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15395] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15395/stat : 15395 (java) S 15386 15386 15125 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59904059 868380672 19525 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15396] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15396/stat : 15396 (java) S 15386 15386 15125 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59904062 868380672 19525 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15397] ppid=15386 vsize=848028 CPUtime=0.23
/proc/15390/task/15397/stat : 15397 (java) S 15386 15386 15125 0 -1 64 1237 0 0 0 22 1 0 0 16 0 9 0 59904065 868380672 19525 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15398] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15398/stat : 15398 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59904065 868380672 19525 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15399] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15399/stat : 15399 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59904065 868380672 19525 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 853384

[startup+6.30232 s]
/proc/loadavg: 2.23 2.05 1.95 4/82 15399
/proc/meminfo: memFree=1309080/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
[pid=15390] ppid=15386 vsize=848028 CPUtime=6.32
/proc/15390/stat : 15390 (java) S 15386 15386 15125 0 -1 0 29698 0 1 0 610 22 0 0 18 0 9 0 59904056 868380672 28684 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15390/statm: 212007 28684 2614 9 0 206492 0
[pid=15390/tid=15392] ppid=15386 vsize=848028 CPUtime=5.01
/proc/15390/task/15392/stat : 15392 (java) R 15386 15386 15125 0 -1 64 17697 0 1 0 487 14 0 0 25 0 9 0 59904058 868380672 28684 996147200 134512640 134550932 4294955344 18446744073709551615 4126356394 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15393] ppid=15386 vsize=848028 CPUtime=1.04
/proc/15390/task/15393/stat : 15393 (java) S 15386 15386 15125 0 -1 64 10066 0 0 0 99 5 0 0 16 0 9 0 59904059 868380672 28684 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15394] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15394/stat : 15394 (java) S 15386 15386 15125 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59904059 868380672 28684 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15395] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15395/stat : 15395 (java) S 15386 15386 15125 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59904059 868380672 28684 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15396] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15396/stat : 15396 (java) S 15386 15386 15125 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59904062 868380672 28684 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15397] ppid=15386 vsize=848028 CPUtime=0.24
/proc/15390/task/15397/stat : 15397 (java) S 15386 15386 15125 0 -1 64 1240 0 0 0 23 1 0 0 16 0 9 0 59904065 868380672 28684 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15398] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15398/stat : 15398 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59904065 868380672 28684 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15399] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15399/stat : 15399 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59904065 868380672 28684 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 853384

[startup+12.7027 s]
/proc/loadavg: 2.21 2.05 1.95 3/82 15399
/proc/meminfo: memFree=1252696/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
[pid=15390] ppid=15386 vsize=848028 CPUtime=12.66
/proc/15390/stat : 15390 (java) S 15386 15386 15125 0 -1 0 42244 0 1 0 1234 32 0 0 18 0 9 0 59904056 868380672 40676 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15390/statm: 212007 40676 2614 9 0 206492 0
[pid=15390/tid=15392] ppid=15386 vsize=848028 CPUtime=10.24
/proc/15390/task/15392/stat : 15392 (java) R 15386 15386 15125 0 -1 64 21634 0 1 0 1005 19 0 0 25 0 9 0 59904058 868380672 40676 996147200 134512640 134550932 4294955344 18446744073709551615 4126233616 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15393] ppid=15386 vsize=848028 CPUtime=2.14
/proc/15390/task/15393/stat : 15393 (java) S 15386 15386 15125 0 -1 64 18673 0 0 0 204 10 0 0 16 0 9 0 59904059 868380672 40676 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15394] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15394/stat : 15394 (java) S 15386 15386 15125 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59904059 868380672 40676 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15395] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15395/stat : 15395 (java) S 15386 15386 15125 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59904059 868380672 40676 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15396] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15396/stat : 15396 (java) S 15386 15386 15125 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59904062 868380672 40676 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15397] ppid=15386 vsize=848028 CPUtime=0.24
/proc/15390/task/15397/stat : 15397 (java) S 15386 15386 15125 0 -1 64 1242 0 0 0 23 1 0 0 16 0 9 0 59904065 868380672 40676 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15398] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15398/stat : 15398 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59904065 868380672 40676 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15399] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15399/stat : 15399 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59904065 868380672 40676 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 853384

[startup+25.5018 s]
/proc/loadavg: 2.24 2.06 1.95 3/82 15399
/proc/meminfo: memFree=1163160/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
[pid=15390] ppid=15386 vsize=848028 CPUtime=25.32
/proc/15390/stat : 15390 (java) S 15386 15386 15125 0 -1 0 65661 0 1 0 2485 47 0 0 18 0 9 0 59904056 868380672 63064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15390/statm: 212007 63064 2614 9 0 206492 0
[pid=15390/tid=15392] ppid=15386 vsize=848028 CPUtime=20.17
/proc/15390/task/15392/stat : 15392 (java) R 15386 15386 15125 0 -1 64 22376 0 1 0 1994 23 0 0 25 0 9 0 59904058 868380672 63064 996147200 134512640 134550932 4294955344 18446744073709551615 102093443 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15393] ppid=15386 vsize=848028 CPUtime=4.88
/proc/15390/task/15393/stat : 15393 (java) S 15386 15386 15125 0 -1 64 41342 0 0 0 466 22 0 0 16 0 9 0 59904059 868380672 63064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15394] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15394/stat : 15394 (java) S 15386 15386 15125 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59904059 868380672 63064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15395] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15395/stat : 15395 (java) S 15386 15386 15125 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59904059 868380672 63064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15396] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15396/stat : 15396 (java) S 15386 15386 15125 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59904062 868380672 63064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15397] ppid=15386 vsize=848028 CPUtime=0.25
/proc/15390/task/15397/stat : 15397 (java) S 15386 15386 15125 0 -1 64 1248 0 0 0 24 1 0 0 17 0 9 0 59904065 868380672 63064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15398] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15398/stat : 15398 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59904065 868380672 63064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15399] ppid=15386 vsize=848028 CPUtime=0
/proc/15390/task/15399/stat : 15399 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59904065 868380672 63064 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 853384

[startup+51.1026 s]
/proc/loadavg: 2.15 2.06 1.95 3/83 15401
/proc/meminfo: memFree=893576/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

[pid=15390/tid=15392] ppid=15386 vsize=849056 CPUtime=959.37
/proc/15390/task/15392/stat : 15392 (java) R 15386 15386 15125 0 -1 64 25076 0 1 0 95910 27 0 0 25 0 9 0 59904058 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4126486673 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15393] ppid=15386 vsize=849056 CPUtime=12.2
/proc/15390/task/15393/stat : 15393 (java) S 15386 15386 15125 0 -1 64 105942 0 0 0 1167 53 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15394] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15394/stat : 15394 (java) S 15386 15386 15125 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15395] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15395/stat : 15395 (java) S 15386 15386 15125 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15396] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15396/stat : 15396 (java) S 15386 15386 15125 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59904062 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15397] ppid=15386 vsize=849056 CPUtime=0.33
/proc/15390/task/15397/stat : 15397 (java) S 15386 15386 15125 0 -1 64 1292 0 0 0 32 1 0 0 17 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15398] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15398/stat : 15398 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15399] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15399/stat : 15399 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 971.94
Current children cumulated vsize (KiB) 854412

[startup+985.502 s]
/proc/loadavg: 1.99 1.98 1.95 3/82 15434
/proc/meminfo: memFree=1002440/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
[pid=15390] ppid=15386 vsize=849056 CPUtime=978.31
/proc/15390/stat : 15390 (java) S 15386 15386 15125 0 -1 0 133012 0 1 0 97747 84 0 0 18 0 9 0 59904056 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15390/statm: 212264 130314 2618 9 0 206749 0
[pid=15390/tid=15392] ppid=15386 vsize=849056 CPUtime=965.74
/proc/15390/task/15392/stat : 15392 (java) R 15386 15386 15125 0 -1 64 25076 0 1 0 96547 27 0 0 25 0 9 0 59904058 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4126485249 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15393] ppid=15386 vsize=849056 CPUtime=12.2
/proc/15390/task/15393/stat : 15393 (java) S 15386 15386 15125 0 -1 64 105942 0 0 0 1167 53 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15394] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15394/stat : 15394 (java) S 15386 15386 15125 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15395] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15395/stat : 15395 (java) S 15386 15386 15125 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15396] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15396/stat : 15396 (java) S 15386 15386 15125 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59904062 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15397] ppid=15386 vsize=849056 CPUtime=0.33
/proc/15390/task/15397/stat : 15397 (java) S 15386 15386 15125 0 -1 64 1292 0 0 0 32 1 0 0 17 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15398] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15398/stat : 15398 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15399] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15399/stat : 15399 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 978.31
Current children cumulated vsize (KiB) 854412

[startup+988.702 s]
/proc/loadavg: 1.99 1.98 1.95 3/82 15434
/proc/meminfo: memFree=1002376/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
[pid=15390] ppid=15386 vsize=849056 CPUtime=981.5
/proc/15390/stat : 15390 (java) S 15386 15386 15125 0 -1 0 133012 0 1 0 98066 84 0 0 18 0 9 0 59904056 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15390/statm: 212264 130314 2618 9 0 206749 0
[pid=15390/tid=15392] ppid=15386 vsize=849056 CPUtime=968.93
/proc/15390/task/15392/stat : 15392 (java) R 15386 15386 15125 0 -1 64 25076 0 1 0 96866 27 0 0 25 0 9 0 59904058 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4126486559 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15393] ppid=15386 vsize=849056 CPUtime=12.2
/proc/15390/task/15393/stat : 15393 (java) S 15386 15386 15125 0 -1 64 105942 0 0 0 1167 53 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15394] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15394/stat : 15394 (java) S 15386 15386 15125 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15395] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15395/stat : 15395 (java) S 15386 15386 15125 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15396] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15396/stat : 15396 (java) S 15386 15386 15125 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59904062 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15397] ppid=15386 vsize=849056 CPUtime=0.33
/proc/15390/task/15397/stat : 15397 (java) S 15386 15386 15125 0 -1 64 1292 0 0 0 32 1 0 0 17 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15398] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15398/stat : 15398 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15399] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15399/stat : 15399 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 981.5
Current children cumulated vsize (KiB) 854412

[startup+990.301 s]
/proc/loadavg: 1.99 1.98 1.95 3/82 15434
/proc/meminfo: memFree=1002312/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
[pid=15390] ppid=15386 vsize=849056 CPUtime=983.09
/proc/15390/stat : 15390 (java) S 15386 15386 15125 0 -1 0 133012 0 1 0 98225 84 0 0 18 0 9 0 59904056 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15390/statm: 212264 130314 2618 9 0 206749 0
[pid=15390/tid=15392] ppid=15386 vsize=849056 CPUtime=970.52
/proc/15390/task/15392/stat : 15392 (java) R 15386 15386 15125 0 -1 64 25076 0 1 0 97025 27 0 0 25 0 9 0 59904058 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4126486593 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15393] ppid=15386 vsize=849056 CPUtime=12.2
/proc/15390/task/15393/stat : 15393 (java) S 15386 15386 15125 0 -1 64 105942 0 0 0 1167 53 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15394] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15394/stat : 15394 (java) S 15386 15386 15125 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15395] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15395/stat : 15395 (java) S 15386 15386 15125 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15396] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15396/stat : 15396 (java) S 15386 15386 15125 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59904062 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15397] ppid=15386 vsize=849056 CPUtime=0.33
/proc/15390/task/15397/stat : 15397 (java) S 15386 15386 15125 0 -1 64 1292 0 0 0 32 1 0 0 17 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15398] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15398/stat : 15398 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15399] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15399/stat : 15399 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 983.09
Current children cumulated vsize (KiB) 854412

[startup+990.702 s]
/proc/loadavg: 1.99 1.98 1.95 3/82 15434
/proc/meminfo: memFree=1002312/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
[pid=15390] ppid=15386 vsize=849056 CPUtime=983.49
/proc/15390/stat : 15390 (java) S 15386 15386 15125 0 -1 0 133012 0 1 0 98265 84 0 0 18 0 9 0 59904056 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15390/statm: 212264 130314 2618 9 0 206749 0
[pid=15390/tid=15392] ppid=15386 vsize=849056 CPUtime=970.92
/proc/15390/task/15392/stat : 15392 (java) R 15386 15386 15125 0 -1 64 25076 0 1 0 97065 27 0 0 25 0 9 0 59904058 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4126486699 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15393] ppid=15386 vsize=849056 CPUtime=12.2
/proc/15390/task/15393/stat : 15393 (java) S 15386 15386 15125 0 -1 64 105942 0 0 0 1167 53 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15394] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15394/stat : 15394 (java) S 15386 15386 15125 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15395] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15395/stat : 15395 (java) S 15386 15386 15125 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15396] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15396/stat : 15396 (java) S 15386 15386 15125 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59904062 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15397] ppid=15386 vsize=849056 CPUtime=0.33
/proc/15390/task/15397/stat : 15397 (java) S 15386 15386 15125 0 -1 64 1292 0 0 0 32 1 0 0 17 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15398] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15398/stat : 15398 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15399] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15399/stat : 15399 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 983.49
Current children cumulated vsize (KiB) 854412

[startup+991.107 s]
/proc/loadavg: 1.99 1.98 1.95 3/82 15434
/proc/meminfo: memFree=1002312/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
[pid=15390] ppid=15386 vsize=849056 CPUtime=983.89
/proc/15390/stat : 15390 (java) S 15386 15386 15125 0 -1 0 133012 0 1 0 98305 84 0 0 18 0 9 0 59904056 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15390/statm: 212264 130314 2618 9 0 206749 0
[pid=15390/tid=15392] ppid=15386 vsize=849056 CPUtime=971.32
/proc/15390/task/15392/stat : 15392 (java) R 15386 15386 15125 0 -1 64 25076 0 1 0 97105 27 0 0 25 0 9 0 59904058 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4126493423 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15393] ppid=15386 vsize=849056 CPUtime=12.2
/proc/15390/task/15393/stat : 15393 (java) S 15386 15386 15125 0 -1 64 105942 0 0 0 1167 53 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15394] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15394/stat : 15394 (java) S 15386 15386 15125 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15395] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15395/stat : 15395 (java) S 15386 15386 15125 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59904059 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15396] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15396/stat : 15396 (java) S 15386 15386 15125 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59904062 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15397] ppid=15386 vsize=849056 CPUtime=0.33
/proc/15390/task/15397/stat : 15397 (java) S 15386 15386 15125 0 -1 64 1292 0 0 0 32 1 0 0 17 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15398] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15398/stat : 15398 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15390/tid=15399] ppid=15386 vsize=849056 CPUtime=0
/proc/15390/task/15399/stat : 15399 (java) S 15386 15386 15125 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59904065 869433344 130314 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 983.89
Current children cumulated vsize (KiB) 854412

[startup+991.202 s]
/proc/loadavg: 1.99 1.98 1.95 3/82 15434
/proc/meminfo: memFree=1002312/2055920 swapFree=4192812/4192956
[pid=15386] ppid=15384 vsize=5356 CPUtime=0
/proc/15386/stat : 15386 (concrete.sh) S 15384 15386 15125 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59904056 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15386/statm: 1339 244 201 169 0 50 0
[pid=15390] ppid=15386 vsize=0 CPUtime=983.96
/proc/15390/stat : 15390 (java) Z 15386 15386 15125 0 -1 12 133024 0 1 0 98306 90 0 0 16 0 2 0 59904056 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15390/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 983.96
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 991.227
CPU time (s): 984.002
CPU user time (s): 983.07
CPU system time (s): 0.932858
CPU usage (%): 99.2712
Max. virtual memory (cumulated for all children) (KiB): 854412

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

runsolver used 1.11383 second user time and 3.41648 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-16 09:12:58
IDJOB=2087799
IDBENCH=58802
IDSOLVER=736
FILE ID=node27/2087799-1247728372
PBS_JOBID= 9521563
Free space on /tmp= 66144 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-6.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-2087799-1247728372/watcher-2087799-1247728372 -o /tmp/evaluation-result-2087799-1247728372/solver-2087799-1247728372 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2087799-1247728372.xml

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

MD5SUM BENCH= d69420449403c15dce93504730da03ea
RANDOM SEED=942064500

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1413960 kB
Buffers:         75252 kB
Cached:         372936 kB
SwapCached:          0 kB
Active:         265144 kB
Inactive:       302052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           71652 kB
Writeback:           0 kB
Mapped:         130416 kB
Slab:            59836 kB
Committed_AS:   662264 kB
PageTables:       2020 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66168 MiB
End job on node27 at 2009-07-16 09:29:29