Trace number 1101938

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 139.718 139.834

DiagnosticValue
CHECKS1108330000
NODES2674630

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-20_ext.xml
MD5SUM949bd89fb1ad1829b78282e8f26c6254
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.40802
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints456
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension456
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.77	c CPU-LOAD 0.45
0.00/0.77	c LOADED 50 V (23 E), 456 ExtensionConstraint2D, arity 2, 0.45 cpu
139.62/139.77	v 8 4 21 10 6 10 8 22 14 14 6 13 11 22 11 15 7 2 18 6 14 5 0 3 7 2 16 0 17 15 13 0 5 14 10 15 13 20 14 11 0 6 4 0 19 21 20 4 13 16 
139.62/139.77	s SATISFIABLE
139.62/139.77	d NODES 2674626
139.62/139.77	d CHECKS 1108327577
139.62/139.77	c gac3-effective-revisions: 0
139.62/139.77	c gac3-useless-revisions: 912
139.62/139.77	c prepro-constraint-ccks: 0
139.62/139.77	c prepro-constraint-presenceccks: 0
139.62/139.77	c prepro-cpu: 0.01
139.62/139.77	c prepro-matrix2d-ccks: 20976
139.62/139.77	c prepro-matrix2d-presenceccks: 20976
139.62/139.77	c prepro-removed: 0
139.62/139.77	c total-assgn: 2674626
139.62/139.77	c total-constraint-ccks: 1108254721
139.62/139.77	c total-constraint-presence-ccks: 0
139.62/139.77	c total-cpu: 138.84999
139.62/139.77	c total-matrix2d-ccks: 72856
139.62/139.77	c total-matrix2d-presence-ccks: 398544
139.62/139.77	c tuples: 0
139.62/139.77	c tuples-collisions: 0
139.62/139.77	c TOTAL-NODES 2674626
139.62/139.77	c TOTAL-CPU 138.84999

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-1101938-1215294915/watcher-1101938-1215294915 -o /tmp/evaluation-result-1101938-1215294915/solver-1101938-1215294915 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1101938-1215294915.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.00 2.00 2.00 4/72 16183
/proc/meminfo: memFree=1656672/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) R 16181 16183 15238 0 -1 4194304 262 0 0 0 0 0 0 0 22 0 1 0 2008460355 5484544 230 996147200 4194304 4889804 548682068768 18446744073709551615 237947644575 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16183/statm: 1339 230 191 169 0 50 0
[pid=16184] ppid=16183 vsize=5356 CPUtime=0
/proc/16184/stat : 16184 (concrete.sh) R 16183 16183 15238 0 -1 4194368 0 0 0 0 0 0 0 0 22 0 1 0 2008460356 5484544 230 996147200 4194304 4889804 548682068768 18446744073709551615 237947644575 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16184/statm: 1339 230 191 169 0 50 0

[startup+0.064803 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16183
/proc/meminfo: memFree=1656672/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102812 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16183
/proc/meminfo: memFree=1656672/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301845 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16183
/proc/meminfo: memFree=1656672/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701909 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16183
/proc/meminfo: memFree=1656672/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50204 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16196
/proc/meminfo: memFree=1643472/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
[pid=16186] ppid=16183 vsize=845232 CPUtime=1.48
/proc/16186/stat : 16186 (java) S 16183 16183 15238 0 -1 0 6640 0 1 0 144 4 0 0 18 0 9 0 2008460356 865517568 5788 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16186/statm: 211308 5788 2569 9 0 205875 0
[pid=16186/tid=16187] ppid=16183 vsize=845232 CPUtime=1.2
/proc/16186/task/16187/stat : 16187 (java) R 16183 16183 15238 0 -1 64 3216 0 1 0 118 2 0 0 25 0 9 0 2008460357 865517568 5788 996147200 134512640 134550740 4294956016 18446744073709551615 4126065648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16188] ppid=16183 vsize=845232 CPUtime=0.1
/proc/16186/task/16188/stat : 16188 (java) S 16183 16183 15238 0 -1 64 2158 0 0 0 9 1 0 0 16 0 9 0 2008460359 865517568 5788 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16189] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16189/stat : 16189 (java) S 16183 16183 15238 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008460359 865517568 5788 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16190] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16190/stat : 16190 (java) S 16183 16183 15238 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008460359 865517568 5788 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16191] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16191/stat : 16191 (java) S 16183 16183 15238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008460361 865517568 5788 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16192] ppid=16183 vsize=845232 CPUtime=0.15
/proc/16186/task/16192/stat : 16192 (java) S 16183 16183 15238 0 -1 64 528 0 0 0 15 0 0 0 16 0 9 0 2008460361 865517568 5788 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16193] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16193/stat : 16193 (java) S 16183 16183 15238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008460361 865517568 5788 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16194] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16194/stat : 16194 (java) S 16183 16183 15238 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008460361 865517568 5788 996147200 134512640 134550740 4294956016 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) 850588

[startup+3.10129 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16196
/proc/meminfo: memFree=1643280/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
[pid=16186] ppid=16183 vsize=845232 CPUtime=3.07
/proc/16186/stat : 16186 (java) S 16183 16183 15238 0 -1 0 6643 0 1 0 303 4 0 0 18 0 9 0 2008460356 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16186/statm: 211308 5790 2570 9 0 205875 0
[pid=16186/tid=16187] ppid=16183 vsize=845232 CPUtime=2.8
/proc/16186/task/16187/stat : 16187 (java) R 16183 16183 15238 0 -1 64 3217 0 1 0 278 2 0 0 25 0 9 0 2008460357 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4126048091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16188] ppid=16183 vsize=845232 CPUtime=0.1
/proc/16186/task/16188/stat : 16188 (java) S 16183 16183 15238 0 -1 64 2158 0 0 0 9 1 0 0 16 0 9 0 2008460359 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16189] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16189/stat : 16189 (java) S 16183 16183 15238 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008460359 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16190] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16190/stat : 16190 (java) S 16183 16183 15238 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008460359 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16191] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16191/stat : 16191 (java) S 16183 16183 15238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008460361 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16192] ppid=16183 vsize=845232 CPUtime=0.15
/proc/16186/task/16192/stat : 16192 (java) S 16183 16183 15238 0 -1 64 530 0 0 0 15 0 0 0 15 0 9 0 2008460361 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16193] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16193/stat : 16193 (java) S 16183 16183 15238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008460361 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16194] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16194/stat : 16194 (java) S 16183 16183 15238 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008460361 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 850588

[startup+6.30281 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16196
/proc/meminfo: memFree=1643088/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
[pid=16186] ppid=16183 vsize=845232 CPUtime=6.27
/proc/16186/stat : 16186 (java) S 16183 16183 15238 0 -1 0 6643 0 1 0 623 4 0 0 18 0 9 0 2008460356 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16186/statm: 211308 5790 2570 9 0 205875 0
[pid=16186/tid=16187] ppid=16183 vsize=845232 CPUtime=6
/proc/16186/task/16187/stat : 16187 (java) R 16183 16183 15238 0 -1 64 3217 0 1 0 598 2 0 0 25 0 9 0 2008460357 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4126071351 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16188] ppid=16183 vsize=845232 CPUtime=0.1
/proc/16186/task/16188/stat : 16188 (java) S 16183 16183 15238 0 -1 64 2158 0 0 0 9 1 0 0 16 0 9 0 2008460359 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16189] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16189/stat : 16189 (java) S 16183 16183 15238 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008460359 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16190] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16190/stat : 16190 (java) S 16183 16183 15238 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008460359 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16191] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16191/stat : 16191 (java) S 16183 16183 15238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008460361 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16192] ppid=16183 vsize=845232 CPUtime=0.15
/proc/16186/task/16192/stat : 16192 (java) S 16183 16183 15238 0 -1 64 530 0 0 0 15 0 0 0 15 0 9 0 2008460361 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16193] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16193/stat : 16193 (java) S 16183 16183 15238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008460361 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16194] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16194/stat : 16194 (java) S 16183 16183 15238 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008460361 865517568 5790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 850588

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16196
/proc/meminfo: memFree=1642960/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
[pid=16186] ppid=16183 vsize=845232 CPUtime=12.67
/proc/16186/stat : 16186 (java) S 16183 16183 15238 0 -1 0 6648 0 1 0 1263 4 0 0 18 0 9 0 2008460356 865517568 5793 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16186/statm: 211308 5793 2570 9 0 205875 0
[pid=16186/tid=16187] ppid=16183 vsize=845232 CPUtime=12.39
/proc/16186/task/16187/stat : 16187 (java) R 16183 16183 15238 0 -1 64 3219 0 1 0 1237 2 0 0 25 0 9 0 2008460357 865517568 5793 996147200 134512640 134550740 4294956016 18446744073709551615 4126065625 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16188] ppid=16183 vsize=845232 CPUtime=0.1
/proc/16186/task/16188/stat : 16188 (java) S 16183 16183 15238 0 -1 64 2158 0 0 0 9 1 0 0 16 0 9 0 2008460359 865517568 5793 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16189] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16189/stat : 16189 (java) S 16183 16183 15238 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008460359 865517568 5793 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16190] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16190/stat : 16190 (java) S 16183 16183 15238 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008460359 865517568 5793 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16191] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16191/stat : 16191 (java) S 16183 16183 15238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008460361 865517568 5793 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16192] ppid=16183 vsize=845232 CPUtime=0.16
/proc/16186/task/16192/stat : 16192 (java) S 16183 16183 15238 0 -1 64 533 0 0 0 16 0 0 0 16 0 9 0 2008460361 865517568 5793 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16193] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16193/stat : 16193 (java) S 16183 16183 15238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008460361 865517568 5793 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16194] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16194/stat : 16194 (java) S 16183 16183 15238 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008460361 865517568 5793 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 850588

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16196
/proc/meminfo: memFree=1643024/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
[pid=16186] ppid=16183 vsize=845232 CPUtime=25.46
/proc/16186/stat : 16186 (java) S 16183 16183 15238 0 -1 0 6650 0 1 0 2542 4 0 0 18 0 9 0 2008460356 865517568 5794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16186/statm: 211308 5794 2570 9 0 205875 0
[pid=16186/tid=16187] ppid=16183 vsize=845232 CPUtime=25.18
/proc/16186/task/16187/stat : 16187 (java) R 16183 16183 15238 0 -1 64 3220 0 1 0 2516 2 0 0 25 0 9 0 2008460357 865517568 5794 996147200 134512640 134550740 4294956016 18446744073709551615 4126070510 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16188] ppid=16183 vsize=845232 CPUtime=0.1
/proc/16186/task/16188/stat : 16188 (java) S 16183 16183 15238 0 -1 64 2158 0 0 0 9 1 0 0 16 0 9 0 2008460359 865517568 5794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16189] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16189/stat : 16189 (java) S 16183 16183 15238 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008460359 865517568 5794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16190] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16190/stat : 16190 (java) S 16183 16183 15238 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008460359 865517568 5794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16191] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16191/stat : 16191 (java) S 16183 16183 15238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008460361 865517568 5794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16192] ppid=16183 vsize=845232 CPUtime=0.16
/proc/16186/task/16192/stat : 16192 (java) S 16183 16183 15238 0 -1 64 534 0 0 0 16 0 0 0 16 0 9 0 2008460361 865517568 5794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16193] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16193/stat : 16193 (java) S 16183 16183 15238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008460361 865517568 5794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16194] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16194/stat : 16194 (java) S 16183 16183 15238 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008460361 865517568 5794 996147200 134512640 134550740 4294956016 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) 850588

[startup+51.103 s]

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

Current children cumulated CPU time (s) 127.82
Current children cumulated vsize (KiB) 850588

[startup+134.301 s]
/proc/loadavg: 2.20 2.08 2.02 3/82 16196
/proc/meminfo: memFree=1642896/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
[pid=16186] ppid=16183 vsize=845232 CPUtime=134.22
/proc/16186/stat : 16186 (java) S 16183 16183 15238 0 -1 0 6677 0 1 0 13417 5 0 0 18 0 9 0 2008460356 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16186/statm: 211308 5817 2570 9 0 205875 0
[pid=16186/tid=16187] ppid=16183 vsize=845232 CPUtime=133.92
/proc/16186/task/16187/stat : 16187 (java) R 16183 16183 15238 0 -1 64 3224 0 1 0 13389 3 0 0 25 0 9 0 2008460357 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4126048034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16188] ppid=16183 vsize=845232 CPUtime=0.11
/proc/16186/task/16188/stat : 16188 (java) S 16183 16183 15238 0 -1 64 2179 0 0 0 10 1 0 0 16 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16189] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16189/stat : 16189 (java) S 16183 16183 15238 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16190] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16190/stat : 16190 (java) S 16183 16183 15238 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16191] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16191/stat : 16191 (java) S 16183 16183 15238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16192] ppid=16183 vsize=845232 CPUtime=0.17
/proc/16186/task/16192/stat : 16192 (java) S 16183 16183 15238 0 -1 64 536 0 0 0 17 0 0 0 17 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16193] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16193/stat : 16193 (java) S 16183 16183 15238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16194] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16194/stat : 16194 (java) S 16183 16183 15238 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 134.22
Current children cumulated vsize (KiB) 850588

[startup+137.508 s]
/proc/loadavg: 2.18 2.08 2.02 3/82 16196
/proc/meminfo: memFree=1642896/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
[pid=16186] ppid=16183 vsize=845232 CPUtime=137.43
/proc/16186/stat : 16186 (java) S 16183 16183 15238 0 -1 0 6677 0 1 0 13738 5 0 0 18 0 9 0 2008460356 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16186/statm: 211308 5817 2570 9 0 205875 0
[pid=16186/tid=16187] ppid=16183 vsize=845232 CPUtime=137.13
/proc/16186/task/16187/stat : 16187 (java) R 16183 16183 15238 0 -1 64 3224 0 1 0 13710 3 0 0 25 0 9 0 2008460357 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4126047992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16188] ppid=16183 vsize=845232 CPUtime=0.11
/proc/16186/task/16188/stat : 16188 (java) S 16183 16183 15238 0 -1 64 2179 0 0 0 10 1 0 0 16 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16189] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16189/stat : 16189 (java) S 16183 16183 15238 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16190] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16190/stat : 16190 (java) S 16183 16183 15238 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16191] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16191/stat : 16191 (java) S 16183 16183 15238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16192] ppid=16183 vsize=845232 CPUtime=0.17
/proc/16186/task/16192/stat : 16192 (java) S 16183 16183 15238 0 -1 64 536 0 0 0 17 0 0 0 17 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16193] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16193/stat : 16193 (java) S 16183 16183 15238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16194] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16194/stat : 16194 (java) S 16183 16183 15238 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 137.43
Current children cumulated vsize (KiB) 850588

[startup+139.101 s]
/proc/loadavg: 2.18 2.08 2.02 3/82 16196
/proc/meminfo: memFree=1642896/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
[pid=16186] ppid=16183 vsize=845232 CPUtime=139.02
/proc/16186/stat : 16186 (java) S 16183 16183 15238 0 -1 0 6677 0 1 0 13897 5 0 0 18 0 9 0 2008460356 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16186/statm: 211308 5817 2570 9 0 205875 0
[pid=16186/tid=16187] ppid=16183 vsize=845232 CPUtime=138.72
/proc/16186/task/16187/stat : 16187 (java) R 16183 16183 15238 0 -1 64 3224 0 1 0 13869 3 0 0 25 0 9 0 2008460357 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4126048091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16188] ppid=16183 vsize=845232 CPUtime=0.11
/proc/16186/task/16188/stat : 16188 (java) S 16183 16183 15238 0 -1 64 2179 0 0 0 10 1 0 0 16 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16189] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16189/stat : 16189 (java) S 16183 16183 15238 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16190] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16190/stat : 16190 (java) S 16183 16183 15238 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16191] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16191/stat : 16191 (java) S 16183 16183 15238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16192] ppid=16183 vsize=845232 CPUtime=0.17
/proc/16186/task/16192/stat : 16192 (java) S 16183 16183 15238 0 -1 64 536 0 0 0 17 0 0 0 17 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16193] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16193/stat : 16193 (java) S 16183 16183 15238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16194] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16194/stat : 16194 (java) S 16183 16183 15238 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 139.02
Current children cumulated vsize (KiB) 850588

[startup+139.501 s]
/proc/loadavg: 2.18 2.08 2.02 3/82 16196
/proc/meminfo: memFree=1642896/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
[pid=16186] ppid=16183 vsize=845232 CPUtime=139.42
/proc/16186/stat : 16186 (java) S 16183 16183 15238 0 -1 0 6677 0 1 0 13937 5 0 0 18 0 9 0 2008460356 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16186/statm: 211308 5817 2570 9 0 205875 0
[pid=16186/tid=16187] ppid=16183 vsize=845232 CPUtime=139.12
/proc/16186/task/16187/stat : 16187 (java) R 16183 16183 15238 0 -1 64 3224 0 1 0 13909 3 0 0 25 0 9 0 2008460357 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4126058131 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16188] ppid=16183 vsize=845232 CPUtime=0.11
/proc/16186/task/16188/stat : 16188 (java) S 16183 16183 15238 0 -1 64 2179 0 0 0 10 1 0 0 16 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16189] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16189/stat : 16189 (java) S 16183 16183 15238 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16190] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16190/stat : 16190 (java) S 16183 16183 15238 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16191] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16191/stat : 16191 (java) S 16183 16183 15238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16192] ppid=16183 vsize=845232 CPUtime=0.17
/proc/16186/task/16192/stat : 16192 (java) S 16183 16183 15238 0 -1 64 536 0 0 0 17 0 0 0 17 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16193] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16193/stat : 16193 (java) S 16183 16183 15238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16194] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16194/stat : 16194 (java) S 16183 16183 15238 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 139.42
Current children cumulated vsize (KiB) 850588

[startup+139.706 s]
/proc/loadavg: 2.18 2.08 2.02 3/82 16196
/proc/meminfo: memFree=1642896/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
[pid=16186] ppid=16183 vsize=845232 CPUtime=139.62
/proc/16186/stat : 16186 (java) S 16183 16183 15238 0 -1 0 6677 0 1 0 13957 5 0 0 18 0 9 0 2008460356 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16186/statm: 211308 5817 2570 9 0 205875 0
[pid=16186/tid=16187] ppid=16183 vsize=845232 CPUtime=139.32
/proc/16186/task/16187/stat : 16187 (java) R 16183 16183 15238 0 -1 64 3224 0 1 0 13929 3 0 0 25 0 9 0 2008460357 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4126045265 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16188] ppid=16183 vsize=845232 CPUtime=0.11
/proc/16186/task/16188/stat : 16188 (java) S 16183 16183 15238 0 -1 64 2179 0 0 0 10 1 0 0 16 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16189] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16189/stat : 16189 (java) S 16183 16183 15238 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16190] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16190/stat : 16190 (java) S 16183 16183 15238 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008460359 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16191] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16191/stat : 16191 (java) S 16183 16183 15238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16192] ppid=16183 vsize=845232 CPUtime=0.17
/proc/16186/task/16192/stat : 16192 (java) S 16183 16183 15238 0 -1 64 536 0 0 0 17 0 0 0 17 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16193] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16193/stat : 16193 (java) S 16183 16183 15238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16194] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16194/stat : 16194 (java) S 16183 16183 15238 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008460361 865517568 5817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 139.62
Current children cumulated vsize (KiB) 850588

[startup+139.801 s]
/proc/loadavg: 2.18 2.08 2.02 3/82 16196
/proc/meminfo: memFree=1642896/2055920 swapFree=4179808/4192956
[pid=16183] ppid=16181 vsize=5356 CPUtime=0
/proc/16183/stat : 16183 (concrete.sh) S 16181 16183 15238 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008460355 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16183/statm: 1339 242 201 169 0 50 0
[pid=16186] ppid=16183 vsize=845232 CPUtime=139.7
/proc/16186/stat : 16186 (java) S 16183 16183 15238 0 -1 0 6683 0 1 0 13965 5 0 0 18 0 9 0 2008460356 865517568 5821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16186/statm: 211308 5821 2570 9 0 205875 0
[pid=16186/tid=16187] ppid=16183 vsize=845232 CPUtime=139.39
/proc/16186/task/16187/stat : 16187 (java) S 16183 16183 15238 0 -1 64 3230 0 1 0 13936 3 0 0 25 0 9 0 2008460357 865517568 5821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16188] ppid=16183 vsize=845232 CPUtime=0.11
/proc/16186/task/16188/stat : 16188 (java) S 16183 16183 15238 0 -1 64 2179 0 0 0 10 1 0 0 16 0 9 0 2008460359 865517568 5821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16189] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16189/stat : 16189 (java) S 16183 16183 15238 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2008460359 865517568 5821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16190] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16190/stat : 16190 (java) S 16183 16183 15238 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008460359 865517568 5821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16191] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16191/stat : 16191 (java) S 16183 16183 15238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008460361 865517568 5821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16192] ppid=16183 vsize=845232 CPUtime=0.17
/proc/16186/task/16192/stat : 16192 (java) S 16183 16183 15238 0 -1 64 536 0 0 0 17 0 0 0 16 0 9 0 2008460361 865517568 5821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16186/tid=16193] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16193/stat : 16193 (java) S 16183 16183 15238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008460361 865517568 5821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16186/tid=16194] ppid=16183 vsize=845232 CPUtime=0
/proc/16186/task/16194/stat : 16194 (java) S 16183 16183 15238 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008460361 865517568 5821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 139.7
Current children cumulated vsize (KiB) 850588

Child status: 0
Real time (s): 139.834
CPU time (s): 139.718
CPU user time (s): 139.652
CPU system time (s): 0.065989
CPU usage (%): 99.9167
Max. virtual memory (cumulated for all children) (KiB): 850588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.652
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7138
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= 4274
involuntary context switches= 1982

runsolver used 0.162975 second user time and 0.483926 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-05 23:55:15
IDJOB=1101938
IDBENCH=60085
IDSOLVER=303
FILE ID=node69/1101938-1215294915
PBS_JOBID= 7882343
Free space on /tmp= 66472 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/rand-2-50-23-fcd/normalized-rand-2-50-23-587-230-fcd-20_ext.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-1101938-1215294915/watcher-1101938-1215294915 -o /tmp/evaluation-result-1101938-1215294915/solver-1101938-1215294915 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1101938-1215294915.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 949bd89fb1ad1829b78282e8f26c6254
RANDOM SEED=180783837

node69.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:       1657152 kB
Buffers:         71704 kB
Cached:         245844 kB
SwapCached:       7560 kB
Active:         197128 kB
Inactive:       136336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657152 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            1144 kB
Writeback:           0 kB
Mapped:          23284 kB
Slab:            50516 kB
Committed_AS:  4103984 kB
PageTables:       1872 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= 66472 MiB
End job on node69 at 2008-07-05 23:57:35