Trace number 1080446

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-30UNSAT 183.406 185.168

DiagnosticValue
CHECKS67209800
NODES0

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-32.xml
MD5SUMc9c6f341263973f32f04d798bb112060
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.035994
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity16
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

160.85/162.44	c CPU-LOAD 20.88
160.85/162.44	c LOADED 144 V (4 E), 2 ExtensionConstraint2D, 62 PredicateConstraint, arity 16, 20.88 cpu
183.24/185.04	s UNSATISFIABLE
183.24/185.04	d NODES 0
183.24/185.04	d CHECKS 67209814
183.24/185.04	c gac3-effective-revisions: 30
183.24/185.04	c gac3-useless-revisions: 688
183.24/185.04	c prepro-constraint-ccks: 67209806
183.24/185.04	c prepro-constraint-presenceccks: 1067
183.24/185.04	c prepro-cpu: 22.25
183.24/185.04	c prepro-matrix2d-ccks: 8
183.24/185.04	c prepro-matrix2d-presenceccks: 8
183.24/185.04	c prepro-removed: 60
183.24/185.04	c total-assgn: 0
183.24/185.04	c total-constraint-ccks: 67209806
183.24/185.04	c total-constraint-presence-ccks: 1067
183.24/185.04	c total-cpu: 22.25
183.24/185.04	c total-matrix2d-ccks: 8
183.24/185.04	c total-matrix2d-presence-ccks: 8
183.24/185.04	c tuples: 0
183.24/185.04	c tuples-collisions: 0
183.24/185.05	c TOTAL-NODES 0
183.24/185.05	c TOTAL-CPU 22.25

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1080446-1215212985/watcher-1080446-1215212985 -o /tmp/evaluation-result-1080446-1215212985/solver-1080446-1215212985 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1080446-1215212985.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.01 2.00 2.00 4/80 30096
/proc/meminfo: memFree=1442764/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=18572 CPUtime=0
/proc/30096/stat : 30096 (runsolver) R 30094 30096 27234 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 2000271377 19017728 292 996147200 4194304 4296836 548682068432 18446744073709551615 240907775271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30096/statm: 4643 292 257 25 0 2626 0

[startup+0.098312 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 30096
/proc/meminfo: memFree=1442764/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101309 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 30096
/proc/meminfo: memFree=1442764/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301329 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 30096
/proc/meminfo: memFree=1442764/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701373 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 30096
/proc/meminfo: memFree=1442764/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50245 s]
/proc/loadavg: 2.01 2.00 2.00 4/91 30108
/proc/meminfo: memFree=1425972/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
[pid=30099] ppid=30096 vsize=847032 CPUtime=1.47
/proc/30099/stat : 30099 (java) S 30096 30096 27234 0 -1 0 15437 0 1 0 138 9 0 0 18 0 10 0 2000271378 867360768 14287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30099/statm: 211758 14287 2580 9 0 206318 0
[pid=30099/tid=30100] ppid=30096 vsize=847032 CPUtime=0.61
/proc/30099/task/30100/stat : 30100 (java) R 30096 30096 27234 0 -1 64 3962 0 1 0 58 3 0 0 22 0 10 0 2000271379 867360768 14287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30101] ppid=30096 vsize=847032 CPUtime=0.58
/proc/30099/task/30101/stat : 30101 (java) R 30096 30096 27234 0 -1 64 9702 0 0 0 53 5 0 0 18 0 10 0 2000271380 867360768 14287 996147200 134512640 134550740 4294956016 18446744073709551615 102516773 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30102] ppid=30096 vsize=847032 CPUtime=0
/proc/30099/task/30102/stat : 30102 (java) S 30096 30096 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000271380 867360768 14287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30103] ppid=30096 vsize=847032 CPUtime=0
/proc/30099/task/30103/stat : 30103 (java) S 30096 30096 27234 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000271380 867360768 14287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30104] ppid=30096 vsize=847032 CPUtime=0
/proc/30099/task/30104/stat : 30104 (java) S 30096 30096 27234 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2000271382 867360768 14287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30105] ppid=30096 vsize=847032 CPUtime=0.25
/proc/30099/task/30105/stat : 30105 (java) S 30096 30096 27234 0 -1 64 1037 0 0 0 25 0 0 0 16 0 10 0 2000271382 867360768 14287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30106] ppid=30096 vsize=847032 CPUtime=0
/proc/30099/task/30106/stat : 30106 (java) S 30096 30096 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000271382 867360768 14287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30107] ppid=30096 vsize=847032 CPUtime=0
/proc/30099/task/30107/stat : 30107 (java) S 30096 30096 27234 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 2000271382 867360768 14287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30108] ppid=30096 vsize=847032 CPUtime=0
/proc/30099/task/30108/stat : 30108 (java) S 30096 30096 27234 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000271429 867360768 14287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 852388

[startup+3.10262 s]
/proc/loadavg: 2.01 2.00 2.00 4/91 30108
/proc/meminfo: memFree=1354300/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
[pid=30099] ppid=30096 vsize=850688 CPUtime=3.05
/proc/30099/stat : 30099 (java) S 30096 30096 27234 0 -1 0 39075 0 1 0 285 20 0 0 18 0 10 0 2000271378 871104512 37126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30099/statm: 212672 37126 2580 9 0 207232 0
[pid=30099/tid=30100] ppid=30096 vsize=850688 CPUtime=1.04
/proc/30099/task/30100/stat : 30100 (java) R 30096 30096 27234 0 -1 64 8988 0 1 0 99 5 0 0 24 0 10 0 2000271379 871104512 37126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30101] ppid=30096 vsize=850688 CPUtime=1.72
/proc/30099/task/30101/stat : 30101 (java) R 30096 30096 27234 0 -1 64 28303 0 0 0 159 13 0 0 18 0 10 0 2000271380 871104512 37126 996147200 134512640 134550740 4294956016 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30102] ppid=30096 vsize=850688 CPUtime=0
/proc/30099/task/30102/stat : 30102 (java) S 30096 30096 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000271380 871104512 37126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30103] ppid=30096 vsize=850688 CPUtime=0
/proc/30099/task/30103/stat : 30103 (java) S 30096 30096 27234 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000271380 871104512 37126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30104] ppid=30096 vsize=850688 CPUtime=0
/proc/30099/task/30104/stat : 30104 (java) S 30096 30096 27234 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2000271382 871104512 37126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30105] ppid=30096 vsize=850688 CPUtime=0.26
/proc/30099/task/30105/stat : 30105 (java) S 30096 30096 27234 0 -1 64 1048 0 0 0 26 0 0 0 16 0 10 0 2000271382 871104512 37126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30106] ppid=30096 vsize=850688 CPUtime=0
/proc/30099/task/30106/stat : 30106 (java) S 30096 30096 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000271382 871104512 37126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30107] ppid=30096 vsize=850688 CPUtime=0
/proc/30099/task/30107/stat : 30107 (java) S 30096 30096 27234 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 2000271382 871104512 37126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30108] ppid=30096 vsize=850688 CPUtime=0
/proc/30099/task/30108/stat : 30108 (java) S 30096 30096 27234 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000271429 871104512 37126 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) 856044

[startup+6.30293 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 30108
/proc/meminfo: memFree=1157948/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
[pid=30099] ppid=30096 vsize=857408 CPUtime=6.23
/proc/30099/stat : 30099 (java) S 30096 30096 27234 0 -1 0 92581 0 1 0 578 45 0 0 18 0 10 0 2000271378 877985792 90620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30099/statm: 214352 90620 2580 9 0 208912 0
[pid=30099/tid=30100] ppid=30096 vsize=857408 CPUtime=2.26
/proc/30099/task/30100/stat : 30100 (java) R 30096 30096 27234 0 -1 64 26594 0 1 0 212 14 0 0 22 0 10 0 2000271379 877985792 90620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30101] ppid=30096 vsize=857408 CPUtime=3.67
/proc/30099/task/30101/stat : 30101 (java) R 30096 30096 27234 0 -1 64 64200 0 0 0 338 29 0 0 16 0 10 0 2000271380 877985792 90620 996147200 134512640 134550740 4294956016 18446744073709551615 104188003 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30102] ppid=30096 vsize=857408 CPUtime=0
/proc/30099/task/30102/stat : 30102 (java) S 30096 30096 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000271380 877985792 90620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30103] ppid=30096 vsize=857408 CPUtime=0
/proc/30099/task/30103/stat : 30103 (java) S 30096 30096 27234 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000271380 877985792 90620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30104] ppid=30096 vsize=857408 CPUtime=0
/proc/30099/task/30104/stat : 30104 (java) S 30096 30096 27234 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2000271382 877985792 90620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30105] ppid=30096 vsize=857408 CPUtime=0.27
/proc/30099/task/30105/stat : 30105 (java) S 30096 30096 27234 0 -1 64 1051 0 0 0 27 0 0 0 16 0 10 0 2000271382 877985792 90620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30106] ppid=30096 vsize=857408 CPUtime=0
/proc/30099/task/30106/stat : 30106 (java) S 30096 30096 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000271382 877985792 90620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30107] ppid=30096 vsize=857408 CPUtime=0
/proc/30099/task/30107/stat : 30107 (java) S 30096 30096 27234 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 2000271382 877985792 90620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30108] ppid=30096 vsize=857408 CPUtime=0
/proc/30099/task/30108/stat : 30108 (java) S 30096 30096 27234 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000271429 877985792 90620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 862764

[startup+12.7026 s]
/proc/loadavg: 2.16 2.03 2.01 3/91 30108
/proc/meminfo: memFree=745148/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
[pid=30099] ppid=30096 vsize=882360 CPUtime=12.57
/proc/30099/stat : 30099 (java) S 30096 30096 27234 0 -1 0 195728 0 1 0 1165 92 0 0 18 0 10 0 2000271378 903536640 191996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30099/statm: 220590 191996 2580 9 0 215150 0
[pid=30099/tid=30100] ppid=30096 vsize=882360 CPUtime=3.52
/proc/30099/task/30100/stat : 30100 (java) S 30096 30096 27234 0 -1 64 35666 0 1 0 333 19 0 0 16 0 10 0 2000271379 903536640 191996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30101] ppid=30096 vsize=882360 CPUtime=8.75
/proc/30099/task/30101/stat : 30101 (java) R 30096 30096 27234 0 -1 64 158275 0 0 0 804 71 0 0 25 0 10 0 2000271380 903536640 191996 996147200 134512640 134550740 4294956016 18446744073709551615 104456944 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30102] ppid=30096 vsize=882360 CPUtime=0
/proc/30099/task/30102/stat : 30102 (java) S 30096 30096 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000271380 903536640 191996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30103] ppid=30096 vsize=882360 CPUtime=0
/proc/30099/task/30103/stat : 30103 (java) S 30096 30096 27234 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000271380 903536640 191996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30104] ppid=30096 vsize=882360 CPUtime=0
/proc/30099/task/30104/stat : 30104 (java) S 30096 30096 27234 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2000271382 903536640 191996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30105] ppid=30096 vsize=882360 CPUtime=0.27
/proc/30099/task/30105/stat : 30105 (java) S 30096 30096 27234 0 -1 64 1051 0 0 0 27 0 0 0 16 0 10 0 2000271382 903536640 191996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30106] ppid=30096 vsize=882360 CPUtime=0
/proc/30099/task/30106/stat : 30106 (java) S 30096 30096 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000271382 903536640 191996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30107] ppid=30096 vsize=882360 CPUtime=0
/proc/30099/task/30107/stat : 30107 (java) S 30096 30096 27234 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 2000271382 903536640 191996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30108] ppid=30096 vsize=882360 CPUtime=0
/proc/30099/task/30108/stat : 30108 (java) S 30096 30096 27234 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000271429 903536640 191996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887716

[startup+25.5019 s]
/proc/loadavg: 2.12 2.03 2.01 3/91 30108
/proc/meminfo: memFree=658812/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
[pid=30099] ppid=30096 vsize=886520 CPUtime=25.24
/proc/30099/stat : 30099 (java) S 30096 30096 27234 0 -1 0 201757 0 1 0 2430 94 0 0 18 0 10 0 2000271378 907796480 198019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30099/statm: 221630 198019 2580 9 0 216190 0
[pid=30099/tid=30100] ppid=30096 vsize=886520 CPUtime=3.7
/proc/30099/task/30100/stat : 30100 (java) S 30096 30096 27234 0 -1 64 36620 0 1 0 351 19 0 0 17 0 10 0 2000271379 907796480 198019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30101] ppid=30096 vsize=886520 CPUtime=21.25
/proc/30099/task/30101/stat : 30101 (java) R 30096 30096 27234 0 -1 64 163350 0 0 0 2051 74 0 0 25 0 10 0 2000271380 907796480 198019 996147200 134512640 134550740 4294956016 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30102] ppid=30096 vsize=886520 CPUtime=0
/proc/30099/task/30102/stat : 30102 (java) S 30096 30096 27234 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000271380 907796480 198019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30103] ppid=30096 vsize=886520 CPUtime=0
/proc/30099/task/30103/stat : 30103 (java) S 30096 30096 27234 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000271380 907796480 198019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30104] ppid=30096 vsize=886520 CPUtime=0
/proc/30099/task/30104/stat : 30104 (java) S 30096 30096 27234 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2000271382 907796480 198019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30105] ppid=30096 vsize=886520 CPUtime=0.27
/proc/30099/task/30105/stat : 30105 (java) S 30096 30096 27234 0 -1 64 1051 0 0 0 27 0 0 0 16 0 10 0 2000271382 907796480 198019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30106] ppid=30096 vsize=886520 CPUtime=0
/proc/30099/task/30106/stat : 30106 (java) S 30096 30096 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000271382 907796480 198019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30107] ppid=30096 vsize=886520 CPUtime=0

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

[pid=30099/tid=30100] ppid=30096 vsize=863196 CPUtime=24.68
/proc/30099/task/30100/stat : 30100 (java) R 30096 30096 27234 0 -1 64 113086 0 1 0 2412 56 0 0 20 0 9 0 2000271379 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4126482923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30101] ppid=30096 vsize=863196 CPUtime=139.61
/proc/30099/task/30101/stat : 30101 (java) S 30096 30096 27234 0 -1 64 443643 0 0 0 13734 227 0 0 23 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30102] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30102/stat : 30102 (java) S 30096 30096 27234 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30103] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30103/stat : 30103 (java) S 30096 30096 27234 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30104] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30104/stat : 30104 (java) S 30096 30096 27234 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30105] ppid=30096 vsize=863196 CPUtime=0.38
/proc/30099/task/30105/stat : 30105 (java) S 30096 30096 27234 0 -1 64 1112 0 0 0 38 0 0 0 15 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30106] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30106/stat : 30106 (java) S 30096 30096 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30107] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30107/stat : 30107 (java) S 30096 30096 27234 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 164.71
Current children cumulated vsize (KiB) 868552

[startup+172.707 s]
/proc/loadavg: 2.21 2.07 2.02 3/90 30109
/proc/meminfo: memFree=750004/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
[pid=30099] ppid=30096 vsize=863196 CPUtime=171.06
/proc/30099/stat : 30099 (java) S 30096 30096 27234 0 -1 0 558590 0 1 0 16820 286 0 0 18 0 9 0 2000271378 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30099/statm: 215799 175189 2584 9 0 210359 0
[pid=30099/tid=30100] ppid=30096 vsize=863196 CPUtime=31.01
/proc/30099/task/30100/stat : 30100 (java) R 30096 30096 27234 0 -1 64 113097 0 1 0 3045 56 0 0 25 0 9 0 2000271379 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4126693365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30101] ppid=30096 vsize=863196 CPUtime=139.62
/proc/30099/task/30101/stat : 30101 (java) S 30096 30096 27234 0 -1 64 443643 0 0 0 13735 227 0 0 16 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30102] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30102/stat : 30102 (java) S 30096 30096 27234 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30103] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30103/stat : 30103 (java) S 30096 30096 27234 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30104] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30104/stat : 30104 (java) S 30096 30096 27234 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30105] ppid=30096 vsize=863196 CPUtime=0.38
/proc/30099/task/30105/stat : 30105 (java) S 30096 30096 27234 0 -1 64 1112 0 0 0 38 0 0 0 15 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30106] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30106/stat : 30106 (java) S 30096 30096 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30107] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30107/stat : 30107 (java) S 30096 30096 27234 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171.06
Current children cumulated vsize (KiB) 868552

[startup+179.101 s]
/proc/loadavg: 2.18 2.07 2.02 3/90 30109
/proc/meminfo: memFree=750004/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
[pid=30099] ppid=30096 vsize=863196 CPUtime=177.39
/proc/30099/stat : 30099 (java) S 30096 30096 27234 0 -1 0 558601 0 1 0 17453 286 0 0 18 0 9 0 2000271378 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30099/statm: 215799 175189 2584 9 0 210359 0
[pid=30099/tid=30100] ppid=30096 vsize=863196 CPUtime=37.34
/proc/30099/task/30100/stat : 30100 (java) R 30096 30096 27234 0 -1 64 113108 0 1 0 3678 56 0 0 25 0 9 0 2000271379 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4126482391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30101] ppid=30096 vsize=863196 CPUtime=139.63
/proc/30099/task/30101/stat : 30101 (java) S 30096 30096 27234 0 -1 64 443643 0 0 0 13736 227 0 0 16 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30102] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30102/stat : 30102 (java) S 30096 30096 27234 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30103] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30103/stat : 30103 (java) S 30096 30096 27234 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30104] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30104/stat : 30104 (java) S 30096 30096 27234 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30105] ppid=30096 vsize=863196 CPUtime=0.38
/proc/30099/task/30105/stat : 30105 (java) S 30096 30096 27234 0 -1 64 1112 0 0 0 38 0 0 0 15 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30106] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30106/stat : 30106 (java) S 30096 30096 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30107] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30107/stat : 30107 (java) S 30096 30096 27234 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 177.39
Current children cumulated vsize (KiB) 868552

[startup+182.302 s]
/proc/loadavg: 2.18 2.07 2.02 3/90 30109
/proc/meminfo: memFree=750004/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
[pid=30099] ppid=30096 vsize=863196 CPUtime=180.57
/proc/30099/stat : 30099 (java) S 30096 30096 27234 0 -1 0 558607 0 1 0 17771 286 0 0 18 0 9 0 2000271378 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30099/statm: 215799 175189 2584 9 0 210359 0
[pid=30099/tid=30100] ppid=30096 vsize=863196 CPUtime=40.52
/proc/30099/task/30100/stat : 30100 (java) R 30096 30096 27234 0 -1 64 113114 0 1 0 3996 56 0 0 25 0 9 0 2000271379 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4126482974 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30101] ppid=30096 vsize=863196 CPUtime=139.63
/proc/30099/task/30101/stat : 30101 (java) S 30096 30096 27234 0 -1 64 443643 0 0 0 13736 227 0 0 16 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30102] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30102/stat : 30102 (java) S 30096 30096 27234 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30103] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30103/stat : 30103 (java) S 30096 30096 27234 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30104] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30104/stat : 30104 (java) S 30096 30096 27234 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30105] ppid=30096 vsize=863196 CPUtime=0.38
/proc/30099/task/30105/stat : 30105 (java) S 30096 30096 27234 0 -1 64 1112 0 0 0 38 0 0 0 15 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30106] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30106/stat : 30106 (java) S 30096 30096 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30107] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30107/stat : 30107 (java) S 30096 30096 27234 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 180.57
Current children cumulated vsize (KiB) 868552

[startup+183.903 s]
/proc/loadavg: 2.16 2.07 2.02 3/90 30109
/proc/meminfo: memFree=750004/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
[pid=30099] ppid=30096 vsize=863196 CPUtime=182.15
/proc/30099/stat : 30099 (java) S 30096 30096 27234 0 -1 0 558609 0 1 0 17929 286 0 0 18 0 9 0 2000271378 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30099/statm: 215799 175189 2584 9 0 210359 0
[pid=30099/tid=30100] ppid=30096 vsize=863196 CPUtime=42.09
/proc/30099/task/30100/stat : 30100 (java) R 30096 30096 27234 0 -1 64 113116 0 1 0 4153 56 0 0 25 0 9 0 2000271379 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4126482980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30101] ppid=30096 vsize=863196 CPUtime=139.63
/proc/30099/task/30101/stat : 30101 (java) S 30096 30096 27234 0 -1 64 443643 0 0 0 13736 227 0 0 16 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30102] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30102/stat : 30102 (java) S 30096 30096 27234 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30103] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30103/stat : 30103 (java) S 30096 30096 27234 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30104] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30104/stat : 30104 (java) S 30096 30096 27234 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30105] ppid=30096 vsize=863196 CPUtime=0.38
/proc/30099/task/30105/stat : 30105 (java) S 30096 30096 27234 0 -1 64 1112 0 0 0 38 0 0 0 15 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30106] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30106/stat : 30106 (java) S 30096 30096 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30107] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30107/stat : 30107 (java) S 30096 30096 27234 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 182.15
Current children cumulated vsize (KiB) 868552

[startup+184.703 s]
/proc/loadavg: 2.16 2.07 2.02 3/90 30109
/proc/meminfo: memFree=750004/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
[pid=30099] ppid=30096 vsize=863196 CPUtime=182.94
/proc/30099/stat : 30099 (java) S 30096 30096 27234 0 -1 0 558611 0 1 0 18008 286 0 0 18 0 9 0 2000271378 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30099/statm: 215799 175189 2584 9 0 210359 0
[pid=30099/tid=30100] ppid=30096 vsize=863196 CPUtime=42.89
/proc/30099/task/30100/stat : 30100 (java) R 30096 30096 27234 0 -1 64 113118 0 1 0 4233 56 0 0 25 0 9 0 2000271379 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4126482999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30101] ppid=30096 vsize=863196 CPUtime=139.63
/proc/30099/task/30101/stat : 30101 (java) S 30096 30096 27234 0 -1 64 443643 0 0 0 13736 227 0 0 16 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30102] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30102/stat : 30102 (java) S 30096 30096 27234 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30103] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30103/stat : 30103 (java) S 30096 30096 27234 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2000271380 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30104] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30104/stat : 30104 (java) S 30096 30096 27234 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30105] ppid=30096 vsize=863196 CPUtime=0.38
/proc/30099/task/30105/stat : 30105 (java) S 30096 30096 27234 0 -1 64 1112 0 0 0 38 0 0 0 15 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30106] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30106/stat : 30106 (java) S 30096 30096 27234 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30099/tid=30107] ppid=30096 vsize=863196 CPUtime=0
/proc/30099/task/30107/stat : 30107 (java) S 30096 30096 27234 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2000271382 883912704 175189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 182.94
Current children cumulated vsize (KiB) 868552

[startup+185.103 s]
/proc/loadavg: 2.16 2.07 2.02 3/90 30109
/proc/meminfo: memFree=750004/2055920 swapFree=4179028/4192956
[pid=30096] ppid=30094 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (concrete.sh) S 30094 30096 27234 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 2000271377 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 242 201 169 0 50 0
[pid=30099] ppid=30096 vsize=0 CPUtime=183.32
/proc/30099/stat : 30099 (java) Z 30096 30096 27234 0 -1 12 558635 0 1 0 18042 290 0 0 16 0 2 0 2000271378 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30099/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 183.32
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 185.168
CPU time (s): 183.406
CPU user time (s): 180.431
CPU system time (s): 2.97555
CPU usage (%): 99.0486
Max. virtual memory (cumulated for all children) (KiB): 892036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.431
system time used= 2.97555
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 559086
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= 5949
involuntary context switches= 9907

runsolver used 0.254961 second user time and 0.602908 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-05 01:09:45
IDJOB=1080446
IDBENCH=56983
IDSOLVER=303
FILE ID=node36/1080446-1215212985
PBS_JOBID= 7881671
Free space on /tmp= 66548 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/radar-8-24-3-2/normalized-radar-8-24-3-2-32.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-1080446-1215212985/watcher-1080446-1215212985 -o /tmp/evaluation-result-1080446-1215212985/solver-1080446-1215212985 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1080446-1215212985.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c9c6f341263973f32f04d798bb112060
RANDOM SEED=2137144976

node36.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.240
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.240
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:       1443180 kB
Buffers:         96164 kB
Cached:         366668 kB
SwapCached:       7932 kB
Active:         353716 kB
Inactive:       187740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443180 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:          94928 kB
Slab:            56472 kB
Committed_AS:  4097684 kB
PageTables:       1864 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node36 at 2008-07-05 01:12:50