Trace number 1050726

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete + CPS4J 2008-05-30SAT 68.1806 68.2797

DiagnosticValue
CHECKS181104000
NODES40844

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-44-9-a3.xml
MD5SUM6de01b27f769737f714418b007caf2d5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.17967
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints702
Maximum constraint arity3
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension702
Global constraints used (with number of constraints)

Solver Data (download as text)

2.27/2.33	c CPU-LOAD 1.74
2.27/2.33	c LOADED 45 V (45 E), 36 PredicateConstraint, 666 ExtensionConstraint2D, arity 3, 1.74 cpu
68.04/68.20	v 0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 
68.14/68.22	s SATISFIABLE
68.14/68.22	d NODES 40844
68.14/68.22	d CHECKS 181103872
68.14/68.22	c gac3-effective-revisions: 4102761
68.14/68.22	c gac3-useless-revisions: 20622031
68.14/68.22	c heuristic-cpu: 0.0
68.14/68.22	c prepro-constraint-ccks: 1654245
68.14/68.22	c prepro-constraint-presenceccks: 23007
68.14/68.22	c prepro-cpu: 0.3
68.14/68.22	c prepro-matrix2d-ccks: 3483
68.14/68.22	c prepro-matrix2d-presenceccks: 14768
68.14/68.22	c prepro-removed: 240
68.14/68.22	c search-cpu: 63.969997
68.14/68.22	c total-assgn: 40844
68.14/68.22	c total-constraint-ccks: 174698014
68.14/68.22	c total-constraint-presence-ccks: 32451466
68.14/68.22	c total-cpu: 64.27
68.14/68.22	c total-matrix2d-ccks: 6405858
68.14/68.22	c total-matrix2d-presence-ccks: 101795033
68.14/68.22	c tuples: 0
68.14/68.22	c tuples-collisions: 0
68.14/68.22	c TOTAL-NODES 40844
68.14/68.22	c TOTAL-CPU 64.27

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050726-1215050679/watcher-1050726-1215050679 -o /tmp/evaluation-result-1050726-1215050679/solver-1050726-1215050679 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1050726-1215050679.xml 

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


[startup+0 s]
/proc/loadavg: 2.79 2.39 2.14 4/72 3033
/proc/meminfo: memFree=1469184/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=18572 CPUtime=0
/proc/3033/stat : 3033 (runsolver) R 3031 3033 1188 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 989522850 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3033/statm: 4643 292 257 25 0 2626 0

[startup+0.0580309 s]
/proc/loadavg: 2.79 2.39 2.14 4/72 3033
/proc/meminfo: memFree=1469184/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101858 s]
/proc/loadavg: 2.79 2.39 2.14 4/72 3033
/proc/meminfo: memFree=1469184/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302876 s]
/proc/loadavg: 2.79 2.39 2.14 4/72 3033
/proc/meminfo: memFree=1469184/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702911 s]
/proc/loadavg: 2.79 2.39 2.14 4/72 3033
/proc/meminfo: memFree=1469184/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50197 s]
/proc/loadavg: 2.79 2.39 2.14 3/83 3045
/proc/meminfo: memFree=1456488/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
[pid=3036] ppid=3033 vsize=847076 CPUtime=1.48
/proc/3036/stat : 3036 (java) S 3033 3033 1188 0 -1 0 7605 0 1 0 142 6 0 0 18 0 10 0 989522851 867405824 6683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3036/statm: 211769 6683 2585 9 0 206329 0
[pid=3036/tid=3037] ppid=3033 vsize=847076 CPUtime=1.01
/proc/3036/task/3037/stat : 3037 (java) R 3033 3033 1188 0 -1 64 3691 0 1 0 99 2 0 0 25 0 10 0 989522852 867405824 6683 996147200 134512640 134550740 4294956032 18446744073709551615 4125778944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3038] ppid=3033 vsize=847076 CPUtime=0.12
/proc/3036/task/3038/stat : 3038 (java) S 3033 3033 1188 0 -1 64 2092 0 0 0 11 1 0 0 16 0 10 0 989522853 867405824 6683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3039] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3039/stat : 3039 (java) S 3033 3033 1188 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 989522853 867405824 6683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3040] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3040/stat : 3040 (java) S 3033 3033 1188 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 989522853 867405824 6683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3041] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3041/stat : 3041 (java) S 3033 3033 1188 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 989522855 867405824 6683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3042] ppid=3033 vsize=847076 CPUtime=0.32
/proc/3036/task/3042/stat : 3042 (java) S 3033 3033 1188 0 -1 64 1085 0 0 0 31 1 0 0 15 0 10 0 989522855 867405824 6683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3043] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3043/stat : 3043 (java) S 3033 3033 1188 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 989522855 867405824 6683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3044] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3044/stat : 3044 (java) S 3033 3033 1188 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 989522855 867405824 6683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 852432

[startup+3.10109 s]
/proc/loadavg: 2.79 2.39 2.14 3/83 3046
/proc/meminfo: memFree=1452256/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
[pid=3036] ppid=3033 vsize=847076 CPUtime=3.08
/proc/3036/stat : 3036 (java) S 3033 3033 1188 0 -1 0 7837 0 1 0 300 8 0 0 18 0 9 0 989522851 867405824 6766 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3036/statm: 211769 6766 2585 9 0 206329 0
[pid=3036/tid=3037] ppid=3033 vsize=847076 CPUtime=2.49
/proc/3036/task/3037/stat : 3037 (java) R 3033 3033 1188 0 -1 64 3854 0 1 0 246 3 0 0 25 0 9 0 989522852 867405824 6766 996147200 134512640 134550740 4294956032 18446744073709551615 4126585380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3038] ppid=3033 vsize=847076 CPUtime=0.2
/proc/3036/task/3038/stat : 3038 (java) S 3033 3033 1188 0 -1 64 2143 0 0 0 18 2 0 0 16 0 9 0 989522853 867405824 6766 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3039] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3039/stat : 3039 (java) S 3033 3033 1188 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 989522853 867405824 6766 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3040] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3040/stat : 3040 (java) S 3033 3033 1188 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 989522853 867405824 6766 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3041] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3041/stat : 3041 (java) S 3033 3033 1188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989522855 867405824 6766 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3042] ppid=3033 vsize=847076 CPUtime=0.35
/proc/3036/task/3042/stat : 3042 (java) S 3033 3033 1188 0 -1 64 1103 0 0 0 34 1 0 0 16 0 9 0 989522855 867405824 6766 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3043] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3043/stat : 3043 (java) S 3033 3033 1188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 989522855 867405824 6766 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3044] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3044/stat : 3044 (java) S 3033 3033 1188 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 989522855 867405824 6766 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 852432

[startup+6.30235 s]
/proc/loadavg: 2.73 2.38 2.14 3/82 3047
/proc/meminfo: memFree=1451680/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
[pid=3036] ppid=3033 vsize=847076 CPUtime=6.28
/proc/3036/stat : 3036 (java) S 3033 3033 1188 0 -1 0 8180 0 1 0 617 11 0 0 18 0 9 0 989522851 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3036/statm: 211769 6834 2585 9 0 206329 0
[pid=3036/tid=3037] ppid=3033 vsize=847076 CPUtime=5.58
/proc/3036/task/3037/stat : 3037 (java) R 3033 3033 1188 0 -1 64 4129 0 1 0 554 4 0 0 25 0 9 0 989522852 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4126624391 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3038] ppid=3033 vsize=847076 CPUtime=0.29
/proc/3036/task/3038/stat : 3038 (java) S 3033 3033 1188 0 -1 64 2204 0 0 0 26 3 0 0 16 0 9 0 989522853 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3039] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3039/stat : 3039 (java) S 3033 3033 1188 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 989522853 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3040] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3040/stat : 3040 (java) S 3033 3033 1188 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 989522853 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3041] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3041/stat : 3041 (java) S 3033 3033 1188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989522855 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3042] ppid=3033 vsize=847076 CPUtime=0.37
/proc/3036/task/3042/stat : 3042 (java) S 3033 3033 1188 0 -1 64 1110 0 0 0 36 1 0 0 16 0 9 0 989522855 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3043] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3043/stat : 3043 (java) S 3033 3033 1188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 989522855 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3044] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3044/stat : 3044 (java) S 3033 3033 1188 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 989522855 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 852432

[startup+12.7029 s]
/proc/loadavg: 2.67 2.37 2.14 3/82 3047
/proc/meminfo: memFree=1451432/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
[pid=3036] ppid=3033 vsize=847076 CPUtime=12.68
/proc/3036/stat : 3036 (java) S 3033 3033 1188 0 -1 0 8696 0 1 0 1253 15 0 0 18 0 9 0 989522851 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3036/statm: 211769 6834 2585 9 0 206329 0
[pid=3036/tid=3037] ppid=3033 vsize=847076 CPUtime=11.82
/proc/3036/task/3037/stat : 3037 (java) R 3033 3033 1188 0 -1 64 4645 0 1 0 1177 5 0 0 25 0 9 0 989522852 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4126590568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3038] ppid=3033 vsize=847076 CPUtime=0.45
/proc/3036/task/3038/stat : 3038 (java) S 3033 3033 1188 0 -1 64 2204 0 0 0 39 6 0 0 16 0 9 0 989522853 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3039] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3039/stat : 3039 (java) S 3033 3033 1188 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 989522853 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3040] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3040/stat : 3040 (java) S 3033 3033 1188 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 989522853 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3041] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3041/stat : 3041 (java) S 3033 3033 1188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989522855 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3042] ppid=3033 vsize=847076 CPUtime=0.37
/proc/3036/task/3042/stat : 3042 (java) S 3033 3033 1188 0 -1 64 1110 0 0 0 36 1 0 0 15 0 9 0 989522855 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3043] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3043/stat : 3043 (java) S 3033 3033 1188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 989522855 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3044] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3044/stat : 3044 (java) S 3033 3033 1188 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 989522855 867405824 6834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 852432

[startup+25.5029 s]
/proc/loadavg: 2.52 2.35 2.14 3/82 3047
/proc/meminfo: memFree=1451432/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
[pid=3036] ppid=3033 vsize=847076 CPUtime=25.46
/proc/3036/stat : 3036 (java) S 3033 3033 1188 0 -1 0 9492 0 1 0 2523 23 0 0 18 0 9 0 989522851 867405824 6838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3036/statm: 211769 6838 2585 9 0 206329 0
[pid=3036/tid=3037] ppid=3033 vsize=847076 CPUtime=24.35
/proc/3036/task/3037/stat : 3037 (java) R 3033 3033 1188 0 -1 64 5437 0 1 0 2426 9 0 0 25 0 9 0 989522852 867405824 6838 996147200 134512640 134550740 4294956032 18446744073709551615 4126623598 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3038] ppid=3033 vsize=847076 CPUtime=0.71
/proc/3036/task/3038/stat : 3038 (java) S 3033 3033 1188 0 -1 64 2208 0 0 0 60 11 0 0 16 0 9 0 989522853 867405824 6838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3039] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3039/stat : 3039 (java) S 3033 3033 1188 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 989522853 867405824 6838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3040] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3040/stat : 3040 (java) S 3033 3033 1188 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 989522853 867405824 6838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3041] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3041/stat : 3041 (java) S 3033 3033 1188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989522855 867405824 6838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3042] ppid=3033 vsize=847076 CPUtime=0.37
/proc/3036/task/3042/stat : 3042 (java) S 3033 3033 1188 0 -1 64 1110 0 0 0 36 1 0 0 15 0 9 0 989522855 867405824 6838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3043] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3043/stat : 3043 (java) S 3033 3033 1188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 989522855 867405824 6838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3044] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3044/stat : 3044 (java) S 3033 3033 1188 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 989522855 867405824 6838 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 852432

[startup+51.1029 s]
/proc/loadavg: 2.34 2.33 2.13 3/82 3047
/proc/meminfo: memFree=1451304/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0

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

Current children cumulated CPU time (s) 57.44
Current children cumulated vsize (KiB) 852432

[startup+63.9029 s]
/proc/loadavg: 2.27 2.31 2.13 3/82 3047
/proc/meminfo: memFree=1451304/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
[pid=3036] ppid=3033 vsize=847076 CPUtime=63.84
/proc/3036/stat : 3036 (java) S 3033 3033 1188 0 -1 0 12096 0 1 0 6337 47 0 0 18 0 9 0 989522851 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3036/statm: 211769 6843 2585 9 0 206329 0
[pid=3036/tid=3037] ppid=3033 vsize=847076 CPUtime=61.9
/proc/3036/task/3037/stat : 3037 (java) R 3033 3033 1188 0 -1 64 8036 0 1 0 6174 16 0 0 25 0 9 0 989522852 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4125776680 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3038] ppid=3033 vsize=847076 CPUtime=1.53
/proc/3036/task/3038/stat : 3038 (java) S 3033 3033 1188 0 -1 64 2213 0 0 0 126 27 0 0 16 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3039] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3039/stat : 3039 (java) S 3033 3033 1188 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3040] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3040/stat : 3040 (java) S 3033 3033 1188 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3041] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3041/stat : 3041 (java) S 3033 3033 1188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3042] ppid=3033 vsize=847076 CPUtime=0.37
/proc/3036/task/3042/stat : 3042 (java) S 3033 3033 1188 0 -1 64 1110 0 0 0 36 1 0 0 15 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3043] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3043/stat : 3043 (java) S 3033 3033 1188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3044] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3044/stat : 3044 (java) S 3033 3033 1188 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.84
Current children cumulated vsize (KiB) 852432

[startup+65.502 s]
/proc/loadavg: 2.27 2.31 2.13 3/82 3047
/proc/meminfo: memFree=1451304/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
[pid=3036] ppid=3033 vsize=847076 CPUtime=65.44
/proc/3036/stat : 3036 (java) S 3033 3033 1188 0 -1 0 12210 0 1 0 6496 48 0 0 18 0 9 0 989522851 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3036/statm: 211769 6843 2585 9 0 206329 0
[pid=3036/tid=3037] ppid=3033 vsize=847076 CPUtime=63.46
/proc/3036/task/3037/stat : 3037 (java) R 3033 3033 1188 0 -1 64 8150 0 1 0 6330 16 0 0 25 0 9 0 989522852 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4125786976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3038] ppid=3033 vsize=847076 CPUtime=1.57
/proc/3036/task/3038/stat : 3038 (java) S 3033 3033 1188 0 -1 64 2213 0 0 0 129 28 0 0 16 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3039] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3039/stat : 3039 (java) S 3033 3033 1188 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3040] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3040/stat : 3040 (java) S 3033 3033 1188 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3041] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3041/stat : 3041 (java) S 3033 3033 1188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3042] ppid=3033 vsize=847076 CPUtime=0.37
/proc/3036/task/3042/stat : 3042 (java) S 3033 3033 1188 0 -1 64 1110 0 0 0 36 1 0 0 15 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3043] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3043/stat : 3043 (java) S 3033 3033 1188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3044] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3044/stat : 3044 (java) S 3033 3033 1188 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.44
Current children cumulated vsize (KiB) 852432

[startup+67.1072 s]
/proc/loadavg: 2.27 2.31 2.13 3/82 3047
/proc/meminfo: memFree=1451304/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
[pid=3036] ppid=3033 vsize=847076 CPUtime=67.04
/proc/3036/stat : 3036 (java) S 3033 3033 1188 0 -1 0 12322 0 1 0 6655 49 0 0 18 0 9 0 989522851 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3036/statm: 211769 6843 2585 9 0 206329 0
[pid=3036/tid=3037] ppid=3033 vsize=847076 CPUtime=65.03
/proc/3036/task/3037/stat : 3037 (java) R 3033 3033 1188 0 -1 64 8262 0 1 0 6486 17 0 0 25 0 9 0 989522852 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4126616684 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3038] ppid=3033 vsize=847076 CPUtime=1.61
/proc/3036/task/3038/stat : 3038 (java) S 3033 3033 1188 0 -1 64 2213 0 0 0 132 29 0 0 16 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3039] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3039/stat : 3039 (java) S 3033 3033 1188 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3040] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3040/stat : 3040 (java) S 3033 3033 1188 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3041] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3041/stat : 3041 (java) S 3033 3033 1188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3042] ppid=3033 vsize=847076 CPUtime=0.37
/proc/3036/task/3042/stat : 3042 (java) S 3033 3033 1188 0 -1 64 1110 0 0 0 36 1 0 0 15 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3043] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3043/stat : 3043 (java) S 3033 3033 1188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3044] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3044/stat : 3044 (java) S 3033 3033 1188 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 67.04
Current children cumulated vsize (KiB) 852432

[startup+67.9022 s]
/proc/loadavg: 2.27 2.31 2.13 3/82 3047
/proc/meminfo: memFree=1451304/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
[pid=3036] ppid=3033 vsize=847076 CPUtime=67.83
/proc/3036/stat : 3036 (java) S 3033 3033 1188 0 -1 0 12381 0 1 0 6734 49 0 0 18 0 9 0 989522851 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3036/statm: 211769 6843 2585 9 0 206329 0
[pid=3036/tid=3037] ppid=3033 vsize=847076 CPUtime=65.81
/proc/3036/task/3037/stat : 3037 (java) R 3033 3033 1188 0 -1 64 8321 0 1 0 6564 17 0 0 25 0 9 0 989522852 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4125652723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3038] ppid=3033 vsize=847076 CPUtime=1.62
/proc/3036/task/3038/stat : 3038 (java) S 3033 3033 1188 0 -1 64 2213 0 0 0 133 29 0 0 16 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3039] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3039/stat : 3039 (java) S 3033 3033 1188 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3040] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3040/stat : 3040 (java) S 3033 3033 1188 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3041] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3041/stat : 3041 (java) S 3033 3033 1188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3042] ppid=3033 vsize=847076 CPUtime=0.37
/proc/3036/task/3042/stat : 3042 (java) S 3033 3033 1188 0 -1 64 1110 0 0 0 36 1 0 0 15 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3043] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3043/stat : 3043 (java) S 3033 3033 1188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3044] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3044/stat : 3044 (java) S 3033 3033 1188 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 67.83
Current children cumulated vsize (KiB) 852432

[startup+68.1022 s]
/proc/loadavg: 2.24 2.30 2.13 3/82 3047
/proc/meminfo: memFree=1451304/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
[pid=3036] ppid=3033 vsize=847076 CPUtime=68.04
/proc/3036/stat : 3036 (java) S 3033 3033 1188 0 -1 0 12395 0 1 0 6755 49 0 0 18 0 9 0 989522851 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3036/statm: 211769 6843 2585 9 0 206329 0
[pid=3036/tid=3037] ppid=3033 vsize=847076 CPUtime=66.01
/proc/3036/task/3037/stat : 3037 (java) R 3033 3033 1188 0 -1 64 8335 0 1 0 6584 17 0 0 25 0 9 0 989522852 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4126657120 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3038] ppid=3033 vsize=847076 CPUtime=1.63
/proc/3036/task/3038/stat : 3038 (java) S 3033 3033 1188 0 -1 64 2213 0 0 0 134 29 0 0 16 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3039] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3039/stat : 3039 (java) S 3033 3033 1188 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3040] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3040/stat : 3040 (java) S 3033 3033 1188 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 989522853 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3041] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3041/stat : 3041 (java) S 3033 3033 1188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3042] ppid=3033 vsize=847076 CPUtime=0.37
/proc/3036/task/3042/stat : 3042 (java) S 3033 3033 1188 0 -1 64 1110 0 0 0 36 1 0 0 15 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3043] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3043/stat : 3043 (java) S 3033 3033 1188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3044] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3044/stat : 3044 (java) S 3033 3033 1188 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 989522855 867405824 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 68.04
Current children cumulated vsize (KiB) 852432

[startup+68.2073 s]
/proc/loadavg: 2.24 2.30 2.13 3/82 3047
/proc/meminfo: memFree=1451304/2055920 swapFree=4136560/4192956
[pid=3033] ppid=3031 vsize=5356 CPUtime=0
/proc/3033/stat : 3033 (concrete.sh) S 3031 3033 1188 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 989522850 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3033/statm: 1339 242 201 169 0 50 0
[pid=3036] ppid=3033 vsize=847076 CPUtime=68.14
/proc/3036/stat : 3036 (java) S 3033 3033 1188 0 -1 0 12404 0 1 0 6765 49 0 0 18 0 9 0 989522851 867405824 6845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3036/statm: 211769 6845 2585 9 0 206329 0
[pid=3036/tid=3037] ppid=3033 vsize=847076 CPUtime=66.1
/proc/3036/task/3037/stat : 3037 (java) R 3033 3033 1188 0 -1 64 8344 0 1 0 6593 17 0 0 25 0 9 0 989522852 867405824 6845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3038] ppid=3033 vsize=847076 CPUtime=1.63
/proc/3036/task/3038/stat : 3038 (java) S 3033 3033 1188 0 -1 64 2213 0 0 0 134 29 0 0 16 0 9 0 989522853 867405824 6845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3039] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3039/stat : 3039 (java) S 3033 3033 1188 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 989522853 867405824 6845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3040] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3040/stat : 3040 (java) S 3033 3033 1188 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 989522853 867405824 6845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3041] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3041/stat : 3041 (java) S 3033 3033 1188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989522855 867405824 6845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3042] ppid=3033 vsize=847076 CPUtime=0.37
/proc/3036/task/3042/stat : 3042 (java) R 3033 3033 1188 0 -1 64 1110 0 0 0 36 1 0 0 16 0 9 0 989522855 867405824 6845 996147200 134512640 134550740 4294956032 18446744073709551615 102127048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3036/tid=3043] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3043/stat : 3043 (java) S 3033 3033 1188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 989522855 867405824 6845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3036/tid=3044] ppid=3033 vsize=847076 CPUtime=0
/proc/3036/task/3044/stat : 3044 (java) S 3033 3033 1188 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 989522855 867405824 6845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 68.14
Current children cumulated vsize (KiB) 852432

Child status: 0
Real time (s): 68.2797
CPU time (s): 68.1806
CPU user time (s): 67.6727
CPU system time (s): 0.507922
CPU usage (%): 99.8549
Max. virtual memory (cumulated for all children) (KiB): 852432

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

runsolver used 0.110983 second user time and 0.209968 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-03 04:04:39
IDJOB=1050726
IDBENCH=55375
IDSOLVER=305
FILE ID=node26/1050726-1215050679
PBS_JOBID= 7875121
Free space on /tmp= 66544 MiB

SOLVER NAME= Concrete + CPS4J 2008-05-30
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-44-9-a3.xml
COMMAND LINE= HOME/concrete.sh -c -ext 60 BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050726-1215050679/watcher-1050726-1215050679 -o /tmp/evaluation-result-1050726-1215050679/solver-1050726-1215050679 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 60 HOME/instance-1050726-1215050679.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6de01b27f769737f714418b007caf2d5
RANDOM SEED=293589955

node26.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.221
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.221
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:       1469664 kB
Buffers:         80248 kB
Cached:         327276 kB
SwapCached:      50592 kB
Active:         216136 kB
Inactive:       296056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1469664 kB
SwapTotal:     4192956 kB
SwapFree:      4136560 kB
Dirty:            3196 kB
Writeback:           0 kB
Mapped:         111724 kB
Slab:            59300 kB
Committed_AS:  1630564 kB
PageTables:       1864 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= 66544 MiB
End job on node26 at 2008-07-03 04:05:48