Trace number 1093949

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 + CSP4J - Tabu Engine 2008-05-30SAT 157.937 159.491

DiagnosticValue
CHECKS21591500
NODES135

General information on the benchmark

Namecsp/queens/
normalized-queens-200.xml
MD5SUM054f76ffe13ea2991d6de6635966b938
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.37933
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints19900
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19900
Global constraints used (with number of constraints)

Solver Data (download as text)

152.50/154.09	c CPU-LOAD 143.89
152.50/154.09	c LOADED 200 V (200 E), 19900 ExtensionConstraint2D, arity 2, 143.89 cpu
157.85/159.42	v 64 112 180 148 90 62 125 24 15 171 189 118 156 193 46 11 5 54 116 124 168 137 77 4 179 192 65 87 57 20 161 106 91 67 48 167 81 132 188 108 134 51 159 29 154 2 126 94 185 72 165 109 83 66 153 176 158 92 26 130 27 69 149 85 129 63 56 146 169 107 89 133 190 45 194 52 10 28 187 100 60 172 88 33 14 182 23 25 196 82 43 127 95 123 144 68 139 145 142 78 8 178 174 42 58 70 30 13 135 113 173 136 152 53 39 37 80 184 199 175 140 73 34 38 197 1 177 181 16 157 35 93 49 6 200 104 141 183 59 102 50 84 41 12 110 47 105 17 164 131 120 79 147 195 98 40 22 128 191 170 101 121 138 21 3 166 150 155 18 163 99 186 103 122 31 61 74 162 7 114 32 97 115 75 44 111 198 143 71 19 117 9 96 151 55 86 119 76 36 160 
157.85/159.42	s SATISFIABLE
157.85/159.42	d NODES 135
157.85/159.42	d CHECKS 21591500
157.85/159.42	c gac3-effective-revisions: 0
157.85/159.42	c gac3-useless-revisions: 39800
157.85/159.42	c prepro-constraint-ccks: 0
157.85/159.42	c prepro-constraint-presenceccks: 0
157.85/159.42	c prepro-cpu: 0.62
157.85/159.42	c prepro-matrix2d-ccks: 7960000
157.85/159.42	c prepro-matrix2d-presenceccks: 7960000
157.85/159.42	c prepro-removed: 0
157.85/159.42	c total-assgn: 135
157.85/159.42	c total-constraint-ccks: 13352900
157.85/159.42	c total-constraint-presence-ccks: 0
157.85/159.42	c total-cpu: 4.12
157.85/159.42	c total-matrix2d-ccks: 8238600
157.85/159.42	c total-matrix2d-presence-ccks: 15920000
157.85/159.42	c tuples: 0
157.85/159.42	c tuples-collisions: 0
157.85/159.42	c TOTAL-NODES 135
157.85/159.42	c TOTAL-CPU 4.12

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-1093949-1215278595/watcher-1093949-1215278595 -o /tmp/evaluation-result-1093949-1215278595/solver-1093949-1215278595 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1093949-1215278595.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.03 2.03 2.00 4/81 21964
/proc/meminfo: memFree=1700208/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=18572 CPUtime=0
/proc/21964/stat : 21964 (runsolver) R 21962 21964 18713 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 2006833011 19017728 292 996147200 4194304 4296836 548682068432 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21964/statm: 4643 292 257 25 0 2626 0

[startup+0.067392 s]
/proc/loadavg: 2.03 2.03 2.00 4/81 21964
/proc/meminfo: memFree=1700208/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101396 s]
/proc/loadavg: 2.03 2.03 2.00 4/81 21964
/proc/meminfo: memFree=1700208/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301427 s]
/proc/loadavg: 2.03 2.03 2.00 4/81 21964
/proc/meminfo: memFree=1700208/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701487 s]
/proc/loadavg: 2.03 2.03 2.00 4/81 21964
/proc/meminfo: memFree=1700208/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50262 s]
/proc/loadavg: 2.03 2.03 2.00 3/91 21975
/proc/meminfo: memFree=1688736/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
[pid=21967] ppid=21964 vsize=844220 CPUtime=1.46
/proc/21967/stat : 21967 (java) S 21964 21964 18713 0 -1 0 5571 0 1 0 141 5 0 0 18 0 9 0 2006833012 864481280 4859 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21967/statm: 211055 4859 1900 9 0 205616 0
[pid=21967/tid=21968] ppid=21964 vsize=844220 CPUtime=1.2
/proc/21967/task/21968/stat : 21968 (java) R 21964 21964 18713 0 -1 64 3436 0 1 0 118 2 0 0 25 0 9 0 2006833013 864481280 4859 996147200 134512640 134550740 4294956016 18446744073709551615 4125795792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21969] ppid=21964 vsize=844220 CPUtime=0.09
/proc/21967/task/21969/stat : 21969 (java) S 21964 21964 18713 0 -1 64 909 0 0 0 8 1 0 0 16 0 9 0 2006833014 864481280 4859 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21970] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21970/stat : 21970 (java) S 21964 21964 18713 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006833014 864481280 4859 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21971] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21971/stat : 21971 (java) S 21964 21964 18713 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2006833014 864481280 4859 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21972] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21972/stat : 21972 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006833016 864481280 4859 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21973] ppid=21964 vsize=844220 CPUtime=0.14
/proc/21967/task/21973/stat : 21973 (java) S 21964 21964 18713 0 -1 64 495 0 0 0 14 0 0 0 16 0 9 0 2006833016 864481280 4859 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21974] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21974/stat : 21974 (java) S 21964 21964 18713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006833016 864481280 4859 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21975] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21975/stat : 21975 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006833016 864481280 4859 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 849576

[startup+3.10186 s]
/proc/loadavg: 2.03 2.03 2.00 4/91 21975
/proc/meminfo: memFree=1685984/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
[pid=21967] ppid=21964 vsize=844220 CPUtime=3.05
/proc/21967/stat : 21967 (java) S 21964 21964 18713 0 -1 0 7213 0 1 0 298 7 0 0 18 0 9 0 2006833012 864481280 6179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21967/statm: 211055 6179 2574 9 0 205616 0
[pid=21967/tid=21968] ppid=21964 vsize=844220 CPUtime=2.65
/proc/21967/task/21968/stat : 21968 (java) R 21964 21964 18713 0 -1 64 3571 0 1 0 262 3 0 0 25 0 9 0 2006833013 864481280 6179 996147200 134512640 134550740 4294956016 18446744073709551615 4125795242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21969] ppid=21964 vsize=844220 CPUtime=0.23
/proc/21967/task/21969/stat : 21969 (java) S 21964 21964 18713 0 -1 64 2416 0 0 0 21 2 0 0 16 0 9 0 2006833014 864481280 6179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21970] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21970/stat : 21970 (java) S 21964 21964 18713 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006833014 864481280 6179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21971] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21971/stat : 21971 (java) S 21964 21964 18713 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2006833014 864481280 6179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21972] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21972/stat : 21972 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006833016 864481280 6179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21973] ppid=21964 vsize=844220 CPUtime=0.14
/proc/21967/task/21973/stat : 21973 (java) S 21964 21964 18713 0 -1 64 495 0 0 0 14 0 0 0 16 0 9 0 2006833016 864481280 6179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21974] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21974/stat : 21974 (java) S 21964 21964 18713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006833016 864481280 6179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21975] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21975/stat : 21975 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006833016 864481280 6179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 849576

[startup+6.30236 s]
/proc/loadavg: 2.02 2.03 2.00 3/91 21975
/proc/meminfo: memFree=1683296/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
[pid=21967] ppid=21964 vsize=844220 CPUtime=6.22
/proc/21967/stat : 21967 (java) S 21964 21964 18713 0 -1 0 8448 0 1 0 613 9 0 0 18 0 9 0 2006833012 864481280 6667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21967/statm: 211055 6667 2574 9 0 205616 0
[pid=21967/tid=21968] ppid=21964 vsize=844220 CPUtime=5.59
/proc/21967/task/21968/stat : 21968 (java) R 21964 21964 18713 0 -1 64 3793 0 1 0 556 3 0 0 25 0 9 0 2006833013 864481280 6667 996147200 134512640 134550740 4294956016 18446744073709551615 4125789536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21969] ppid=21964 vsize=844220 CPUtime=0.46
/proc/21967/task/21969/stat : 21969 (java) S 21964 21964 18713 0 -1 64 3429 0 0 0 42 4 0 0 16 0 9 0 2006833014 864481280 6667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21970] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21970/stat : 21970 (java) S 21964 21964 18713 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006833014 864481280 6667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21971] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21971/stat : 21971 (java) S 21964 21964 18713 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2006833014 864481280 6667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21972] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21972/stat : 21972 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006833016 864481280 6667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21973] ppid=21964 vsize=844220 CPUtime=0.14
/proc/21967/task/21973/stat : 21973 (java) S 21964 21964 18713 0 -1 64 495 0 0 0 14 0 0 0 16 0 9 0 2006833016 864481280 6667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21974] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21974/stat : 21974 (java) S 21964 21964 18713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006833016 864481280 6667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21975] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21975/stat : 21975 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006833016 864481280 6667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 849576

[startup+12.7014 s]
/proc/loadavg: 2.02 2.03 2.00 3/91 21975
/proc/meminfo: memFree=1680608/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
[pid=21967] ppid=21964 vsize=844220 CPUtime=12.55
/proc/21967/stat : 21967 (java) S 21964 21964 18713 0 -1 0 9457 0 1 0 1242 13 0 0 18 0 9 0 2006833012 864481280 7302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21967/statm: 211055 7302 2574 9 0 205616 0
[pid=21967/tid=21968] ppid=21964 vsize=844220 CPUtime=11.68
/proc/21967/task/21968/stat : 21968 (java) R 21964 21964 18713 0 -1 64 4167 0 1 0 1163 5 0 0 25 0 9 0 2006833013 864481280 7302 996147200 134512640 134550740 4294956016 18446744073709551615 4125718371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21969] ppid=21964 vsize=844220 CPUtime=0.7
/proc/21967/task/21969/stat : 21969 (java) S 21964 21964 18713 0 -1 64 4064 0 0 0 64 6 0 0 16 0 9 0 2006833014 864481280 7302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21970] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21970/stat : 21970 (java) S 21964 21964 18713 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006833014 864481280 7302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21971] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21971/stat : 21971 (java) S 21964 21964 18713 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2006833014 864481280 7302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21972] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21972/stat : 21972 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006833016 864481280 7302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21973] ppid=21964 vsize=844220 CPUtime=0.14
/proc/21967/task/21973/stat : 21973 (java) S 21964 21964 18713 0 -1 64 495 0 0 0 14 0 0 0 16 0 9 0 2006833016 864481280 7302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21974] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21974/stat : 21974 (java) S 21964 21964 18713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006833016 864481280 7302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21975] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21975/stat : 21975 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006833016 864481280 7302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 849576

[startup+25.5023 s]
/proc/loadavg: 2.02 2.03 2.00 3/91 21975
/proc/meminfo: memFree=1676896/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
[pid=21967] ppid=21964 vsize=844220 CPUtime=25.23
/proc/21967/stat : 21967 (java) S 21964 21964 18713 0 -1 0 11369 0 1 0 2503 20 0 0 18 0 9 0 2006833012 864481280 8146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21967/statm: 211055 8146 2574 9 0 205616 0
[pid=21967/tid=21968] ppid=21964 vsize=844220 CPUtime=23.86
/proc/21967/task/21968/stat : 21968 (java) R 21964 21964 18713 0 -1 64 4790 0 1 0 2380 6 0 0 25 0 9 0 2006833013 864481280 8146 996147200 134512640 134550740 4294956016 18446744073709551615 4125805452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21969] ppid=21964 vsize=844220 CPUtime=1.18
/proc/21967/task/21969/stat : 21969 (java) S 21964 21964 18713 0 -1 64 5353 0 0 0 107 11 0 0 16 0 9 0 2006833014 864481280 8146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21970] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21970/stat : 21970 (java) S 21964 21964 18713 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006833014 864481280 8146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21971] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21971/stat : 21971 (java) S 21964 21964 18713 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2006833014 864481280 8146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21972] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21972/stat : 21972 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006833016 864481280 8146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21973] ppid=21964 vsize=844220 CPUtime=0.14
/proc/21967/task/21973/stat : 21973 (java) S 21964 21964 18713 0 -1 64 495 0 0 0 14 0 0 0 16 0 9 0 2006833016 864481280 8146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21974] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21974/stat : 21974 (java) S 21964 21964 18713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006833016 864481280 8146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21975] ppid=21964 vsize=844220 CPUtime=0
/proc/21967/task/21975/stat : 21975 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006833016 864481280 8146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 849576

[startup+51.1028 s]
/proc/loadavg: 2.01 2.02 2.00 3/91 21975
/proc/meminfo: memFree=1672544/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0

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


[startup+153.502 s]
/proc/loadavg: 2.00 2.01 2.00 4/92 21976
/proc/meminfo: memFree=1456728/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
[pid=21967] ppid=21964 vsize=850976 CPUtime=152
/proc/21967/stat : 21967 (java) S 21964 21964 18713 0 -1 0 86092 0 1 0 15119 81 0 0 18 0 10 0 2006833012 871399424 79815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21967/statm: 212744 79815 2583 9 0 207304 0
[pid=21967/tid=21968] ppid=21964 vsize=850976 CPUtime=143.7
/proc/21967/task/21968/stat : 21968 (java) R 21964 21964 18713 0 -1 64 10929 0 1 0 14350 20 0 0 25 0 10 0 2006833013 871399424 79815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21969] ppid=21964 vsize=850976 CPUtime=7.49
/proc/21967/task/21969/stat : 21969 (java) R 21964 21964 18713 0 -1 64 72001 0 0 0 693 56 0 0 16 0 10 0 2006833014 871399424 79815 996147200 134512640 134550740 4294956016 18446744073709551615 104185422 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21970] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21970/stat : 21970 (java) S 21964 21964 18713 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2006833014 871399424 79815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21971] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21971/stat : 21971 (java) S 21964 21964 18713 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 2006833014 871399424 79815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21972] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21972/stat : 21972 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2006833016 871399424 79815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21973] ppid=21964 vsize=850976 CPUtime=0.78
/proc/21967/task/21973/stat : 21973 (java) S 21964 21964 18713 0 -1 64 2423 0 0 0 75 3 0 0 16 0 10 0 2006833016 871399424 79815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21974] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21974/stat : 21974 (java) S 21964 21964 18713 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2006833016 871399424 79815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21975] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21975/stat : 21975 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 2006833016 871399424 79815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21976] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21976/stat : 21976 (java) S 21964 21964 18713 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 2006845231 871399424 79815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 152
Current children cumulated vsize (KiB) 856332

[startup+156.703 s]
/proc/loadavg: 2.08 2.03 2.01 3/91 21977
/proc/meminfo: memFree=1325464/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
[pid=21967] ppid=21964 vsize=850976 CPUtime=155.17
/proc/21967/stat : 21967 (java) S 21964 21964 18713 0 -1 0 102020 0 1 0 15430 87 0 0 18 0 9 0 2006833012 871399424 95734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21967/statm: 212744 95734 2585 9 0 207304 0
[pid=21967/tid=21968] ppid=21964 vsize=850976 CPUtime=145.43
/proc/21967/task/21968/stat : 21968 (java) R 21964 21964 18713 0 -1 64 10941 0 1 0 14523 20 0 0 25 0 9 0 2006833013 871399424 95734 996147200 134512640 134550740 4294956016 18446744073709551615 4127256500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21969] ppid=21964 vsize=850976 CPUtime=8.89
/proc/21967/task/21969/stat : 21969 (java) S 21964 21964 18713 0 -1 64 87913 0 0 0 827 62 0 0 17 0 9 0 2006833014 871399424 95734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21970] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21970/stat : 21970 (java) S 21964 21964 18713 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006833014 871399424 95734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21971] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21971/stat : 21971 (java) S 21964 21964 18713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006833014 871399424 95734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21972] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21972/stat : 21972 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006833016 871399424 95734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21973] ppid=21964 vsize=850976 CPUtime=0.81
/proc/21967/task/21973/stat : 21973 (java) S 21964 21964 18713 0 -1 64 2424 0 0 0 78 3 0 0 15 0 9 0 2006833016 871399424 95734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21974] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21974/stat : 21974 (java) S 21964 21964 18713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006833016 871399424 95734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21975] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21975/stat : 21975 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006833016 871399424 95734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 155.17
Current children cumulated vsize (KiB) 856332

[startup+158.303 s]
/proc/loadavg: 2.08 2.03 2.01 3/91 21977
/proc/meminfo: memFree=1325464/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
[pid=21967] ppid=21964 vsize=850976 CPUtime=156.76
/proc/21967/stat : 21967 (java) S 21964 21964 18713 0 -1 0 102023 0 1 0 15589 87 0 0 18 0 9 0 2006833012 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21967/statm: 212744 95737 2585 9 0 207304 0
[pid=21967/tid=21968] ppid=21964 vsize=850976 CPUtime=147.01
/proc/21967/task/21968/stat : 21968 (java) R 21964 21964 18713 0 -1 64 10944 0 1 0 14681 20 0 0 25 0 9 0 2006833013 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4127293403 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21969] ppid=21964 vsize=850976 CPUtime=8.89
/proc/21967/task/21969/stat : 21969 (java) S 21964 21964 18713 0 -1 64 87913 0 0 0 827 62 0 0 17 0 9 0 2006833014 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21970] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21970/stat : 21970 (java) S 21964 21964 18713 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006833014 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21971] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21971/stat : 21971 (java) S 21964 21964 18713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006833014 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21972] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21972/stat : 21972 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21973] ppid=21964 vsize=850976 CPUtime=0.82
/proc/21967/task/21973/stat : 21973 (java) S 21964 21964 18713 0 -1 64 2424 0 0 0 79 3 0 0 16 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21974] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21974/stat : 21974 (java) S 21964 21964 18713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21975] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21975/stat : 21975 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.76
Current children cumulated vsize (KiB) 856332

[startup+159.102 s]
/proc/loadavg: 2.08 2.03 2.01 3/91 21977
/proc/meminfo: memFree=1325464/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
[pid=21967] ppid=21964 vsize=850976 CPUtime=157.55
/proc/21967/stat : 21967 (java) S 21964 21964 18713 0 -1 0 102024 0 1 0 15668 87 0 0 18 0 9 0 2006833012 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21967/statm: 212744 95737 2585 9 0 207304 0
[pid=21967/tid=21968] ppid=21964 vsize=850976 CPUtime=147.79
/proc/21967/task/21968/stat : 21968 (java) R 21964 21964 18713 0 -1 64 10945 0 1 0 14759 20 0 0 25 0 9 0 2006833013 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4127511117 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21969] ppid=21964 vsize=850976 CPUtime=8.89
/proc/21967/task/21969/stat : 21969 (java) S 21964 21964 18713 0 -1 64 87913 0 0 0 827 62 0 0 17 0 9 0 2006833014 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21970] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21970/stat : 21970 (java) S 21964 21964 18713 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006833014 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21971] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21971/stat : 21971 (java) S 21964 21964 18713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006833014 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21972] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21972/stat : 21972 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21973] ppid=21964 vsize=850976 CPUtime=0.83
/proc/21967/task/21973/stat : 21973 (java) S 21964 21964 18713 0 -1 64 2424 0 0 0 80 3 0 0 15 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21974] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21974/stat : 21974 (java) S 21964 21964 18713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21975] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21975/stat : 21975 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.55
Current children cumulated vsize (KiB) 856332

[startup+159.302 s]
/proc/loadavg: 2.08 2.03 2.01 3/91 21977
/proc/meminfo: memFree=1325464/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
[pid=21967] ppid=21964 vsize=850976 CPUtime=157.75
/proc/21967/stat : 21967 (java) S 21964 21964 18713 0 -1 0 102024 0 1 0 15688 87 0 0 18 0 9 0 2006833012 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21967/statm: 212744 95737 2585 9 0 207304 0
[pid=21967/tid=21968] ppid=21964 vsize=850976 CPUtime=147.99
/proc/21967/task/21968/stat : 21968 (java) R 21964 21964 18713 0 -1 64 10945 0 1 0 14779 20 0 0 25 0 9 0 2006833013 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4127245807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21969] ppid=21964 vsize=850976 CPUtime=8.89
/proc/21967/task/21969/stat : 21969 (java) S 21964 21964 18713 0 -1 64 87913 0 0 0 827 62 0 0 17 0 9 0 2006833014 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21970] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21970/stat : 21970 (java) S 21964 21964 18713 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006833014 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21971] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21971/stat : 21971 (java) S 21964 21964 18713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006833014 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21972] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21972/stat : 21972 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21973] ppid=21964 vsize=850976 CPUtime=0.83
/proc/21967/task/21973/stat : 21973 (java) S 21964 21964 18713 0 -1 64 2424 0 0 0 80 3 0 0 15 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21974] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21974/stat : 21974 (java) S 21964 21964 18713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21975] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21975/stat : 21975 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.75
Current children cumulated vsize (KiB) 856332

[startup+159.402 s]
/proc/loadavg: 2.08 2.03 2.01 3/91 21977
/proc/meminfo: memFree=1325464/2055920 swapFree=4179828/4192956
[pid=21964] ppid=21962 vsize=5356 CPUtime=0
/proc/21964/stat : 21964 (concrete.sh) S 21962 21964 18713 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2006833011 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21964/statm: 1339 242 201 169 0 50 0
[pid=21967] ppid=21964 vsize=850976 CPUtime=157.85
/proc/21967/stat : 21967 (java) S 21964 21964 18713 0 -1 0 102024 0 1 0 15698 87 0 0 18 0 9 0 2006833012 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21967/statm: 212744 95737 2585 9 0 207304 0
[pid=21967/tid=21968] ppid=21964 vsize=850976 CPUtime=148.09
/proc/21967/task/21968/stat : 21968 (java) R 21964 21964 18713 0 -1 64 10945 0 1 0 14789 20 0 0 25 0 9 0 2006833013 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4127418387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21969] ppid=21964 vsize=850976 CPUtime=8.89
/proc/21967/task/21969/stat : 21969 (java) S 21964 21964 18713 0 -1 64 87913 0 0 0 827 62 0 0 17 0 9 0 2006833014 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21970] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21970/stat : 21970 (java) S 21964 21964 18713 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006833014 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21971] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21971/stat : 21971 (java) S 21964 21964 18713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006833014 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21972] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21972/stat : 21972 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21973] ppid=21964 vsize=850976 CPUtime=0.83
/proc/21967/task/21973/stat : 21973 (java) S 21964 21964 18713 0 -1 64 2424 0 0 0 80 3 0 0 15 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21974] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21974/stat : 21974 (java) S 21964 21964 18713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21967/tid=21975] ppid=21964 vsize=850976 CPUtime=0
/proc/21967/task/21975/stat : 21975 (java) S 21964 21964 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006833016 871399424 95737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.85
Current children cumulated vsize (KiB) 856332

Child status: 0
Real time (s): 159.491
CPU time (s): 157.937
CPU user time (s): 157
CPU system time (s): 0.936857
CPU usage (%): 99.0258
Max. virtual memory (cumulated for all children) (KiB): 856332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157
system time used= 0.936857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102481
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= 32336
involuntary context switches= 35524

runsolver used 0.238963 second user time and 0.514921 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 19:23:15
IDJOB=1093949
IDBENCH=58738
IDSOLVER=303
FILE ID=node34/1093949-1215278595
PBS_JOBID= 7882170
Free space on /tmp= 66504 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/queens/normalized-queens-200.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s Tabu BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093949-1215278595/watcher-1093949-1215278595 -o /tmp/evaluation-result-1093949-1215278595/solver-1093949-1215278595 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1093949-1215278595.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 054f76ffe13ea2991d6de6635966b938
RANDOM SEED=1021751729

node34.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.259
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.259
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:       1700688 kB
Buffers:         47928 kB
Cached:         203064 kB
SwapCached:       7272 kB
Active:         197188 kB
Inactive:       105344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700688 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            3352 kB
Writeback:           0 kB
Mapped:          67376 kB
Slab:            37708 kB
Committed_AS:  3655524 kB
PageTables:       1992 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= 66500 MiB
End job on node34 at 2008-07-05 19:25:55