Trace number 1101080

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 1166.35 1176.37

DiagnosticValue
CHECKS8434440000
NODES19697200

General information on the benchmark

Namecsp/rand-2-50-23/
normalized-rand-2-50-23-587-230-30_ext.xml
MD5SUMc9f7fbedbf6fbc0bcfd5567db216b6ab
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 benchmark1166.35
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints471
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension471
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.89	c CPU-LOAD 0.53
0.00/0.89	c LOADED 50 V (23 E), 471 ExtensionConstraint2D, arity 2, 0.53 cpu
1166.27/1176.35	v 21 15 3 9 14 13 9 2 6 13 11 1 11 13 15 13 15 3 4 8 0 16 16 3 7 7 14 6 4 20 11 17 8 12 10 12 4 8 5 2 1 8 13 14 5 10 14 22 19 5 
1166.27/1176.35	s SATISFIABLE
1166.27/1176.35	d NODES 19697218
1166.27/1176.35	d CHECKS 8434436132
1166.27/1176.35	c gac3-effective-revisions: 0
1166.27/1176.35	c gac3-useless-revisions: 942
1166.27/1176.35	c prepro-constraint-ccks: 0
1166.27/1176.35	c prepro-constraint-presenceccks: 0
1166.27/1176.35	c prepro-cpu: 0.01
1166.27/1176.35	c prepro-matrix2d-ccks: 21666
1166.27/1176.35	c prepro-matrix2d-presenceccks: 21666
1166.27/1176.35	c prepro-removed: 0
1166.27/1176.35	c total-assgn: 19697218
1166.27/1176.35	c total-constraint-ccks: 8434025276
1166.27/1176.35	c total-constraint-presence-ccks: 0
1166.27/1176.35	c total-cpu: 1165.35
1166.27/1176.35	c total-matrix2d-ccks: 410856
1166.27/1176.35	c total-matrix2d-presence-ccks: 2881578
1166.27/1176.35	c tuples: 0
1166.27/1176.35	c tuples-collisions: 0
1166.27/1176.35	c TOTAL-NODES 19697218
1166.27/1176.35	c TOTAL-CPU 1165.35

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-1101080-1215290385/watcher-1101080-1215290385 -o /tmp/evaluation-result-1101080-1215290385/solver-1101080-1215290385 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1101080-1215290385.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 9294
/proc/meminfo: memFree=1671816/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) R 9292 9294 6662 0 -1 4194304 295 128 0 0 0 0 0 0 21 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076248677 0 2147483391 4100 65536 0 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0

[startup+0.076648 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9294
/proc/meminfo: memFree=1671816/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102659 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9294
/proc/meminfo: memFree=1671816/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301692 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9294
/proc/meminfo: memFree=1671816/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702754 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9294
/proc/meminfo: memFree=1671816/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50188 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9307
/proc/meminfo: memFree=1658232/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
[pid=9297] ppid=9294 vsize=845228 CPUtime=1.46
/proc/9297/stat : 9297 (java) S 9294 9294 6662 0 -1 0 6680 0 1 0 142 4 0 0 18 0 9 0 2008009948 865513472 5827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9297/statm: 211307 5827 2569 9 0 205874 0
[pid=9297/tid=9298] ppid=9294 vsize=845228 CPUtime=1.15
/proc/9297/task/9298/stat : 9298 (java) R 9294 9294 6662 0 -1 64 3218 0 1 0 112 3 0 0 25 0 9 0 2008009949 865513472 5827 996147200 134512640 134550740 4294956016 18446744073709551615 4126053587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9299] ppid=9294 vsize=845228 CPUtime=0.14
/proc/9297/task/9299/stat : 9299 (java) S 9294 9294 6662 0 -1 64 2194 0 0 0 14 0 0 0 16 0 9 0 2008009950 865513472 5827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9300] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9300/stat : 9300 (java) S 9294 9294 6662 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2008009950 865513472 5827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9301] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9301/stat : 9301 (java) S 9294 9294 6662 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008009950 865513472 5827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9302] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9302/stat : 9302 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008009952 865513472 5827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9303] ppid=9294 vsize=845228 CPUtime=0.15
/proc/9297/task/9303/stat : 9303 (java) S 9294 9294 6662 0 -1 64 530 0 0 0 15 0 0 0 16 0 9 0 2008009952 865513472 5827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9304] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9304/stat : 9304 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008009952 865513472 5827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9305] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9305/stat : 9305 (java) S 9294 9294 6662 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008009952 865513472 5827 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) 850584

[startup+3.10115 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9307
/proc/meminfo: memFree=1658040/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
[pid=9297] ppid=9294 vsize=845228 CPUtime=3.05
/proc/9297/stat : 9297 (java) S 9294 9294 6662 0 -1 0 6682 0 1 0 301 4 0 0 18 0 9 0 2008009948 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9297/statm: 211307 5829 2570 9 0 205874 0
[pid=9297/tid=9298] ppid=9294 vsize=845228 CPUtime=2.73
/proc/9297/task/9298/stat : 9298 (java) R 9294 9294 6662 0 -1 64 3218 0 1 0 270 3 0 0 25 0 9 0 2008009949 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4126074511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9299] ppid=9294 vsize=845228 CPUtime=0.14
/proc/9297/task/9299/stat : 9299 (java) S 9294 9294 6662 0 -1 64 2194 0 0 0 14 0 0 0 16 0 9 0 2008009950 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9300] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9300/stat : 9300 (java) S 9294 9294 6662 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2008009950 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9301] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9301/stat : 9301 (java) S 9294 9294 6662 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008009950 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9302] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9302/stat : 9302 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008009952 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9303] ppid=9294 vsize=845228 CPUtime=0.16
/proc/9297/task/9303/stat : 9303 (java) S 9294 9294 6662 0 -1 64 532 0 0 0 16 0 0 0 15 0 9 0 2008009952 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9304] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9304/stat : 9304 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008009952 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9305] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9305/stat : 9305 (java) S 9294 9294 6662 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008009952 865513472 5829 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) 850584

[startup+6.30269 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9307
/proc/meminfo: memFree=1657848/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
[pid=9297] ppid=9294 vsize=845228 CPUtime=6.22
/proc/9297/stat : 9297 (java) S 9294 9294 6662 0 -1 0 6682 0 1 0 618 4 0 0 18 0 9 0 2008009948 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9297/statm: 211307 5829 2570 9 0 205874 0
[pid=9297/tid=9298] ppid=9294 vsize=845228 CPUtime=5.91
/proc/9297/task/9298/stat : 9298 (java) R 9294 9294 6662 0 -1 64 3218 0 1 0 588 3 0 0 25 0 9 0 2008009949 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4126044013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9299] ppid=9294 vsize=845228 CPUtime=0.14
/proc/9297/task/9299/stat : 9299 (java) S 9294 9294 6662 0 -1 64 2194 0 0 0 14 0 0 0 16 0 9 0 2008009950 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9300] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9300/stat : 9300 (java) S 9294 9294 6662 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2008009950 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9301] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9301/stat : 9301 (java) S 9294 9294 6662 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008009950 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9302] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9302/stat : 9302 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008009952 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9303] ppid=9294 vsize=845228 CPUtime=0.16
/proc/9297/task/9303/stat : 9303 (java) S 9294 9294 6662 0 -1 64 532 0 0 0 16 0 0 0 15 0 9 0 2008009952 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9304] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9304/stat : 9304 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008009952 865513472 5829 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9305] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9305/stat : 9305 (java) S 9294 9294 6662 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008009952 865513472 5829 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) 850584

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9307
/proc/meminfo: memFree=1657720/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
[pid=9297] ppid=9294 vsize=845228 CPUtime=12.56
/proc/9297/stat : 9297 (java) S 9294 9294 6662 0 -1 0 6686 0 1 0 1252 4 0 0 18 0 9 0 2008009948 865513472 5831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9297/statm: 211307 5831 2570 9 0 205874 0
[pid=9297/tid=9298] ppid=9294 vsize=845228 CPUtime=12.24
/proc/9297/task/9298/stat : 9298 (java) R 9294 9294 6662 0 -1 64 3220 0 1 0 1221 3 0 0 25 0 9 0 2008009949 865513472 5831 996147200 134512640 134550740 4294956016 18446744073709551615 4126053513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9299] ppid=9294 vsize=845228 CPUtime=0.14
/proc/9297/task/9299/stat : 9299 (java) S 9294 9294 6662 0 -1 64 2194 0 0 0 14 0 0 0 16 0 9 0 2008009950 865513472 5831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9300] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9300/stat : 9300 (java) S 9294 9294 6662 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2008009950 865513472 5831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9301] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9301/stat : 9301 (java) S 9294 9294 6662 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008009950 865513472 5831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9302] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9302/stat : 9302 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008009952 865513472 5831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9303] ppid=9294 vsize=845228 CPUtime=0.16
/proc/9297/task/9303/stat : 9303 (java) S 9294 9294 6662 0 -1 64 534 0 0 0 16 0 0 0 16 0 9 0 2008009952 865513472 5831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9304] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9304/stat : 9304 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008009952 865513472 5831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9305] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9305/stat : 9305 (java) S 9294 9294 6662 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008009952 865513472 5831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 850584

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9307
/proc/meminfo: memFree=1657656/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
[pid=9297] ppid=9294 vsize=845228 CPUtime=25.25
/proc/9297/stat : 9297 (java) S 9294 9294 6662 0 -1 0 6687 0 1 0 2521 4 0 0 18 0 9 0 2008009948 865513472 5832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9297/statm: 211307 5832 2570 9 0 205874 0
[pid=9297/tid=9298] ppid=9294 vsize=845228 CPUtime=24.93
/proc/9297/task/9298/stat : 9298 (java) R 9294 9294 6662 0 -1 64 3220 0 1 0 2490 3 0 0 25 0 9 0 2008009949 865513472 5832 996147200 134512640 134550740 4294956016 18446744073709551615 4126056864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9299] ppid=9294 vsize=845228 CPUtime=0.14
/proc/9297/task/9299/stat : 9299 (java) S 9294 9294 6662 0 -1 64 2194 0 0 0 14 0 0 0 16 0 9 0 2008009950 865513472 5832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9300] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9300/stat : 9300 (java) S 9294 9294 6662 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2008009950 865513472 5832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9301] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9301/stat : 9301 (java) S 9294 9294 6662 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008009950 865513472 5832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9302] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9302/stat : 9302 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008009952 865513472 5832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9303] ppid=9294 vsize=845228 CPUtime=0.16
/proc/9297/task/9303/stat : 9303 (java) S 9294 9294 6662 0 -1 64 535 0 0 0 16 0 0 0 16 0 9 0 2008009952 865513472 5832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9304] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9304/stat : 9304 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008009952 865513472 5832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9305] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9305/stat : 9305 (java) S 9294 9294 6662 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008009952 865513472 5832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 850584

[startup+51.1022 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 9307
/proc/meminfo: memFree=1657656/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0

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

Current children cumulated CPU time (s) 1142.08
Current children cumulated vsize (KiB) 850584

[startup+1164.7 s]
/proc/loadavg: 2.11 2.04 2.00 3/82 9307
/proc/meminfo: memFree=1657272/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
[pid=9297] ppid=9294 vsize=845228 CPUtime=1154.78
/proc/9297/stat : 9297 (java) S 9294 9294 6662 0 -1 0 6734 0 1 0 115471 7 0 0 18 0 9 0 2008009948 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9297/statm: 211307 5845 2570 9 0 205874 0
[pid=9297/tid=9298] ppid=9294 vsize=845228 CPUtime=1154.41
/proc/9297/task/9298/stat : 9298 (java) R 9294 9294 6662 0 -1 64 3254 0 1 0 115436 5 0 0 25 0 9 0 2008009949 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4126074023 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9299] ppid=9294 vsize=845228 CPUtime=0.15
/proc/9297/task/9299/stat : 9299 (java) S 9294 9294 6662 0 -1 64 2196 0 0 0 15 0 0 0 16 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9300] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9300/stat : 9300 (java) S 9294 9294 6662 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9301] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9301/stat : 9301 (java) S 9294 9294 6662 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9302] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9302/stat : 9302 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9303] ppid=9294 vsize=845228 CPUtime=0.19
/proc/9297/task/9303/stat : 9303 (java) S 9294 9294 6662 0 -1 64 546 0 0 0 19 0 0 0 16 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9304] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9304/stat : 9304 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9305] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9305/stat : 9305 (java) S 9294 9294 6662 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1154.78
Current children cumulated vsize (KiB) 850584

[startup+1171.1 s]
/proc/loadavg: 2.10 2.04 2.00 3/82 9307
/proc/meminfo: memFree=1657272/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
[pid=9297] ppid=9294 vsize=845228 CPUtime=1161.12
/proc/9297/stat : 9297 (java) S 9294 9294 6662 0 -1 0 6734 0 1 0 116105 7 0 0 18 0 9 0 2008009948 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9297/statm: 211307 5845 2570 9 0 205874 0
[pid=9297/tid=9298] ppid=9294 vsize=845228 CPUtime=1160.75
/proc/9297/task/9298/stat : 9298 (java) R 9294 9294 6662 0 -1 64 3254 0 1 0 116070 5 0 0 25 0 9 0 2008009949 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4126053577 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9299] ppid=9294 vsize=845228 CPUtime=0.15
/proc/9297/task/9299/stat : 9299 (java) S 9294 9294 6662 0 -1 64 2196 0 0 0 15 0 0 0 16 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9300] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9300/stat : 9300 (java) S 9294 9294 6662 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9301] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9301/stat : 9301 (java) S 9294 9294 6662 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9302] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9302/stat : 9302 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9303] ppid=9294 vsize=845228 CPUtime=0.19
/proc/9297/task/9303/stat : 9303 (java) S 9294 9294 6662 0 -1 64 546 0 0 0 19 0 0 0 16 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9304] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9304/stat : 9304 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9305] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9305/stat : 9305 (java) S 9294 9294 6662 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1161.12
Current children cumulated vsize (KiB) 850584

[startup+1174.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/82 9307
/proc/meminfo: memFree=1657272/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
[pid=9297] ppid=9294 vsize=845228 CPUtime=1164.29
/proc/9297/stat : 9297 (java) S 9294 9294 6662 0 -1 0 6734 0 1 0 116422 7 0 0 18 0 9 0 2008009948 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9297/statm: 211307 5845 2570 9 0 205874 0
[pid=9297/tid=9298] ppid=9294 vsize=845228 CPUtime=1163.92
/proc/9297/task/9298/stat : 9298 (java) R 9294 9294 6662 0 -1 64 3254 0 1 0 116387 5 0 0 25 0 9 0 2008009949 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4126066759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9299] ppid=9294 vsize=845228 CPUtime=0.15
/proc/9297/task/9299/stat : 9299 (java) S 9294 9294 6662 0 -1 64 2196 0 0 0 15 0 0 0 16 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9300] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9300/stat : 9300 (java) S 9294 9294 6662 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9301] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9301/stat : 9301 (java) S 9294 9294 6662 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9302] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9302/stat : 9302 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9303] ppid=9294 vsize=845228 CPUtime=0.19
/proc/9297/task/9303/stat : 9303 (java) S 9294 9294 6662 0 -1 64 546 0 0 0 19 0 0 0 16 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9304] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9304/stat : 9304 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9305] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9305/stat : 9305 (java) S 9294 9294 6662 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1164.29
Current children cumulated vsize (KiB) 850584

[startup+1175.1 s]
/proc/loadavg: 2.09 2.04 2.00 3/82 9307
/proc/meminfo: memFree=1657272/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
[pid=9297] ppid=9294 vsize=845228 CPUtime=1165.08
/proc/9297/stat : 9297 (java) S 9294 9294 6662 0 -1 0 6734 0 1 0 116501 7 0 0 18 0 9 0 2008009948 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9297/statm: 211307 5845 2570 9 0 205874 0
[pid=9297/tid=9298] ppid=9294 vsize=845228 CPUtime=1164.71
/proc/9297/task/9298/stat : 9298 (java) R 9294 9294 6662 0 -1 64 3254 0 1 0 116466 5 0 0 25 0 9 0 2008009949 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4126074419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9299] ppid=9294 vsize=845228 CPUtime=0.15
/proc/9297/task/9299/stat : 9299 (java) S 9294 9294 6662 0 -1 64 2196 0 0 0 15 0 0 0 16 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9300] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9300/stat : 9300 (java) S 9294 9294 6662 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9301] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9301/stat : 9301 (java) S 9294 9294 6662 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9302] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9302/stat : 9302 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9303] ppid=9294 vsize=845228 CPUtime=0.19
/proc/9297/task/9303/stat : 9303 (java) S 9294 9294 6662 0 -1 64 546 0 0 0 19 0 0 0 16 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9304] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9304/stat : 9304 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9305] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9305/stat : 9305 (java) S 9294 9294 6662 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1165.08
Current children cumulated vsize (KiB) 850584

[startup+1175.91 s]
/proc/loadavg: 2.09 2.04 2.00 3/82 9307
/proc/meminfo: memFree=1657272/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
[pid=9297] ppid=9294 vsize=845228 CPUtime=1165.88
/proc/9297/stat : 9297 (java) S 9294 9294 6662 0 -1 0 6734 0 1 0 116581 7 0 0 18 0 9 0 2008009948 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9297/statm: 211307 5845 2570 9 0 205874 0
[pid=9297/tid=9298] ppid=9294 vsize=845228 CPUtime=1165.51
/proc/9297/task/9298/stat : 9298 (java) R 9294 9294 6662 0 -1 64 3254 0 1 0 116546 5 0 0 25 0 9 0 2008009949 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4126069253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9299] ppid=9294 vsize=845228 CPUtime=0.15
/proc/9297/task/9299/stat : 9299 (java) S 9294 9294 6662 0 -1 64 2196 0 0 0 15 0 0 0 16 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9300] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9300/stat : 9300 (java) S 9294 9294 6662 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9301] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9301/stat : 9301 (java) S 9294 9294 6662 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9302] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9302/stat : 9302 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9303] ppid=9294 vsize=845228 CPUtime=0.19
/proc/9297/task/9303/stat : 9303 (java) S 9294 9294 6662 0 -1 64 546 0 0 0 19 0 0 0 16 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9304] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9304/stat : 9304 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9305] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9305/stat : 9305 (java) S 9294 9294 6662 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1165.88
Current children cumulated vsize (KiB) 850584

[startup+1176.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/82 9307
/proc/meminfo: memFree=1657272/2055920 swapFree=4180732/4192956
[pid=9294] ppid=9292 vsize=5356 CPUtime=0
/proc/9294/stat : 9294 (concrete.sh) S 9292 9294 6662 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2008009947 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9294/statm: 1339 242 201 169 0 50 0
[pid=9297] ppid=9294 vsize=845228 CPUtime=1166.27
/proc/9297/stat : 9297 (java) S 9294 9294 6662 0 -1 0 6734 0 1 0 116620 7 0 0 18 0 9 0 2008009948 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9297/statm: 211307 5845 2570 9 0 205874 0
[pid=9297/tid=9298] ppid=9294 vsize=845228 CPUtime=1165.9
/proc/9297/task/9298/stat : 9298 (java) R 9294 9294 6662 0 -1 64 3254 0 1 0 116585 5 0 0 25 0 9 0 2008009949 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4126069219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9299] ppid=9294 vsize=845228 CPUtime=0.15
/proc/9297/task/9299/stat : 9299 (java) S 9294 9294 6662 0 -1 64 2196 0 0 0 15 0 0 0 16 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9300] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9300/stat : 9300 (java) S 9294 9294 6662 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9301] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9301/stat : 9301 (java) S 9294 9294 6662 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2008009950 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9302] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9302/stat : 9302 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9303] ppid=9294 vsize=845228 CPUtime=0.19
/proc/9297/task/9303/stat : 9303 (java) S 9294 9294 6662 0 -1 64 546 0 0 0 19 0 0 0 16 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9304] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9304/stat : 9304 (java) S 9294 9294 6662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9297/tid=9305] ppid=9294 vsize=845228 CPUtime=0
/proc/9297/task/9305/stat : 9305 (java) S 9294 9294 6662 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2008009952 865513472 5845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1166.27
Current children cumulated vsize (KiB) 850584

Child status: 0
Real time (s): 1176.37
CPU time (s): 1166.35
CPU user time (s): 1166.27
CPU system time (s): 0.081987
CPU usage (%): 99.1478
Max. virtual memory (cumulated for all children) (KiB): 850584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1166.27
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7194
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= 25483
involuntary context switches= 50471

runsolver used 1.38179 second user time and 3.97539 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-05 22:39:45
IDJOB=1101080
IDBENCH=60006
IDSOLVER=303
FILE ID=node57/1101080-1215290385
PBS_JOBID= 7882308
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c9f7fbedbf6fbc0bcfd5567db216b6ab
RANDOM SEED=2009079316

node57.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.258
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.258
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:       1672296 kB
Buffers:         81044 kB
Cached:         231252 kB
SwapCached:       6148 kB
Active:         203996 kB
Inactive:       123564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1672296 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            1164 kB
Writeback:           0 kB
Mapped:          22364 kB
Slab:            41488 kB
Committed_AS:  4087908 kB
PageTables:       1760 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= 66548 MiB
End job on node57 at 2008-07-05 22:59:21