Trace number 1109458

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Concrete + CSP4J - Tabu Engine 2008-05-30MSAT (TO)770 3600.06 3633.23

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-29_ext.xml
MD5SUM7290112946d823155516cf23a87cf660
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints770
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

4.04/4.16	c CPU-LOAD 3.44
4.04/4.16	c LOADED 21 V (2 E), 2713 ExtensionConstraintGeneral, arity 15, 3.44 cpu
4.24/4.38	s SATISFIABLE
4.24/4.38	o 633
4.24/4.38	v 0 0 1 1 1 0 0 1 0 1 0 0 1 0 0 0 1 1 1 1 1 
4.34/4.41	o 731
4.34/4.41	v 0 0 1 1 1 0 0 1 0 1 0 0 0 0 0 0 1 1 1 1 1 
4.34/4.44	o 762
4.34/4.44	v 0 0 1 1 1 0 0 1 0 1 0 0 0 0 0 1 1 1 1 1 1 
4.34/4.46	o 782
4.34/4.46	v 0 1 1 1 1 0 0 1 0 1 0 0 0 0 0 1 1 1 1 1 1 
4.34/4.49	o 927
4.34/4.49	v 0 1 1 1 1 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 
4.43/4.52	o 1027
4.43/4.52	v 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 
4.43/4.57	o 1419
4.43/4.57	v 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 
5.62/5.72	o 1544
5.62/5.72	v 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 
5.62/5.78	o 1717
5.62/5.78	v 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 
5.72/5.87	o 1821
5.72/5.87	v 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 
12.75/12.93	o 1943
12.75/12.93	v 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 

Verifier Data (download as text)

OK	770	1943
770 unsatisfied constraints, 1943 satisfied constraints

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-1109458-1215803917/watcher-1109458-1215803917 -o /tmp/evaluation-result-1109458-1215803917/solver-1109458-1215803917 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -max -s Tabu HOME/instance-1109458-1215803917.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 1.93 2.01 1.99 4/86 15204
/proc/meminfo: memFree=1611768/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) R 15202 15204 14149 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 37089461 5484544 230 996147200 4194304 4889804 548682068752 18446744073709551615 233402067615 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15204/statm: 1339 230 191 169 0 50 0
[pid=15205] ppid=15204 vsize=5356 CPUtime=0
/proc/15205/stat : 15205 (concrete.sh) R 15204 15204 14149 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 37089462 5484544 230 996147200 4194304 4889804 548682068752 18446744073709551615 233402067615 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15205/statm: 1339 230 191 169 0 50 0

[startup+0.0963899 s]
/proc/loadavg: 1.93 2.01 1.99 4/86 15204
/proc/meminfo: memFree=1611768/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) S 15202 15204 14149 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 37089461 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15204/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102387 s]
/proc/loadavg: 1.93 2.01 1.99 4/86 15204
/proc/meminfo: memFree=1611768/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) S 15202 15204 14149 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 37089461 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15204/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302415 s]
/proc/loadavg: 1.93 2.01 1.99 4/86 15204
/proc/meminfo: memFree=1611768/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) S 15202 15204 14149 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 37089461 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15204/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70245 s]
/proc/loadavg: 1.93 2.01 1.99 4/86 15204
/proc/meminfo: memFree=1611768/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) S 15202 15204 14149 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 37089461 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15204/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50153 s]
/proc/loadavg: 1.93 2.01 1.99 3/96 15215
/proc/meminfo: memFree=1600744/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) S 15202 15204 14149 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 37089461 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15204/statm: 1339 242 201 169 0 50 0
[pid=15207] ppid=15204 vsize=844100 CPUtime=1.46
/proc/15207/stat : 15207 (java) S 15204 15204 14149 0 -1 0 5207 0 1 0 143 3 0 0 18 0 9 0 37089463 864358400 4584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15207/statm: 211025 4584 1820 9 0 205593 0
[pid=15207/tid=15208] ppid=15204 vsize=844100 CPUtime=1.28
/proc/15207/task/15208/stat : 15208 (java) R 15204 15204 14149 0 -1 64 3041 0 1 0 126 2 0 0 25 0 9 0 37089464 864358400 4584 996147200 134512640 134550740 4294956000 18446744073709551615 4125718246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15209] ppid=15204 vsize=844100 CPUtime=0.04
/proc/15207/task/15209/stat : 15209 (java) S 15204 15204 14149 0 -1 64 949 0 0 0 4 0 0 0 16 0 9 0 37089465 864358400 4584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15210] ppid=15204 vsize=844100 CPUtime=0
/proc/15207/task/15210/stat : 15210 (java) S 15204 15204 14149 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37089465 864358400 4584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15211] ppid=15204 vsize=844100 CPUtime=0
/proc/15207/task/15211/stat : 15211 (java) S 15204 15204 14149 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 37089465 864358400 4584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15212] ppid=15204 vsize=844100 CPUtime=0
/proc/15207/task/15212/stat : 15212 (java) S 15204 15204 14149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37089467 864358400 4584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15213] ppid=15204 vsize=844100 CPUtime=0.12
/proc/15207/task/15213/stat : 15213 (java) S 15204 15204 14149 0 -1 64 485 0 0 0 12 0 0 0 16 0 9 0 37089467 864358400 4584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15214] ppid=15204 vsize=844100 CPUtime=0
/proc/15207/task/15214/stat : 15214 (java) S 15204 15204 14149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37089467 864358400 4584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15215] ppid=15204 vsize=844100 CPUtime=0
/proc/15207/task/15215/stat : 15215 (java) S 15204 15204 14149 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 37089467 864358400 4584 996147200 134512640 134550740 4294956000 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) 849456

[startup+3.10169 s]
/proc/loadavg: 1.93 2.01 1.99 3/96 15215
/proc/meminfo: memFree=1598440/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) S 15202 15204 14149 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 37089461 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15204/statm: 1339 242 201 169 0 50 0
[pid=15207] ppid=15204 vsize=844212 CPUtime=3.04
/proc/15207/stat : 15207 (java) S 15204 15204 14149 0 -1 0 6527 0 1 0 299 5 0 0 18 0 9 0 37089463 864473088 5668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15207/statm: 211053 5668 2566 9 0 205621 0
[pid=15207/tid=15208] ppid=15204 vsize=844212 CPUtime=2.77
/proc/15207/task/15208/stat : 15208 (java) R 15204 15204 14149 0 -1 64 3098 0 1 0 275 2 0 0 25 0 9 0 37089464 864473088 5668 996147200 134512640 134550740 4294956000 18446744073709551615 4125852872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15209] ppid=15204 vsize=844212 CPUtime=0.11
/proc/15207/task/15209/stat : 15209 (java) S 15204 15204 14149 0 -1 64 2195 0 0 0 10 1 0 0 16 0 9 0 37089465 864473088 5668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15210] ppid=15204 vsize=844212 CPUtime=0
/proc/15207/task/15210/stat : 15210 (java) S 15204 15204 14149 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37089465 864473088 5668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15211] ppid=15204 vsize=844212 CPUtime=0
/proc/15207/task/15211/stat : 15211 (java) S 15204 15204 14149 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 37089465 864473088 5668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15212] ppid=15204 vsize=844212 CPUtime=0
/proc/15207/task/15212/stat : 15212 (java) S 15204 15204 14149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37089467 864473088 5668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15213] ppid=15204 vsize=844212 CPUtime=0.13
/proc/15207/task/15213/stat : 15213 (java) S 15204 15204 14149 0 -1 64 502 0 0 0 13 0 0 0 16 0 9 0 37089467 864473088 5668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15214] ppid=15204 vsize=844212 CPUtime=0
/proc/15207/task/15214/stat : 15214 (java) S 15204 15204 14149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37089467 864473088 5668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15215] ppid=15204 vsize=844212 CPUtime=0
/proc/15207/task/15215/stat : 15215 (java) S 15204 15204 14149 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 37089467 864473088 5668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 849568

[startup+6.30301 s]
/proc/loadavg: 1.94 2.00 1.99 3/96 15216
/proc/meminfo: memFree=1585320/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) S 15202 15204 14149 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 37089461 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15204/statm: 1339 242 201 169 0 50 0
[pid=15207] ppid=15204 vsize=845244 CPUtime=6.21
/proc/15207/stat : 15207 (java) S 15204 15204 14149 0 -1 0 9835 0 1 0 614 7 0 0 18 0 9 0 37089463 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15207/statm: 211311 8902 2572 9 0 205878 0
[pid=15207/tid=15208] ppid=15204 vsize=845244 CPUtime=5.54
/proc/15207/task/15208/stat : 15208 (java) R 15204 15204 14149 0 -1 64 3348 0 1 0 551 3 0 0 25 0 9 0 37089464 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4126112490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15209] ppid=15204 vsize=845244 CPUtime=0.46
/proc/15207/task/15209/stat : 15209 (java) S 15204 15204 14149 0 -1 64 5214 0 0 0 44 2 0 0 16 0 9 0 37089465 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15210] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15210/stat : 15210 (java) S 15204 15204 14149 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15211] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15211/stat : 15211 (java) S 15204 15204 14149 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15212] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15212/stat : 15212 (java) S 15204 15204 14149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37089467 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15213] ppid=15204 vsize=845244 CPUtime=0.18
/proc/15207/task/15213/stat : 15213 (java) S 15204 15204 14149 0 -1 64 536 0 0 0 18 0 0 0 16 0 9 0 37089467 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15214] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15214/stat : 15214 (java) S 15204 15204 14149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37089467 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15215] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15215/stat : 15215 (java) S 15204 15204 14149 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 37089467 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 850600

[startup+12.7017 s]
/proc/loadavg: 1.94 2.00 1.99 3/96 15216
/proc/meminfo: memFree=1585128/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) S 15202 15204 14149 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 37089461 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15204/statm: 1339 242 201 169 0 50 0
[pid=15207] ppid=15204 vsize=845244 CPUtime=12.56
/proc/15207/stat : 15207 (java) S 15204 15204 14149 0 -1 0 9835 0 1 0 1249 7 0 0 18 0 9 0 37089463 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15207/statm: 211311 8902 2572 9 0 205878 0
[pid=15207/tid=15208] ppid=15204 vsize=845244 CPUtime=11.88
/proc/15207/task/15208/stat : 15208 (java) R 15204 15204 14149 0 -1 64 3348 0 1 0 1185 3 0 0 25 0 9 0 37089464 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4126112467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15209] ppid=15204 vsize=845244 CPUtime=0.46
/proc/15207/task/15209/stat : 15209 (java) S 15204 15204 14149 0 -1 64 5214 0 0 0 44 2 0 0 16 0 9 0 37089465 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15210] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15210/stat : 15210 (java) S 15204 15204 14149 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15211] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15211/stat : 15211 (java) S 15204 15204 14149 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15212] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15212/stat : 15212 (java) S 15204 15204 14149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37089467 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15213] ppid=15204 vsize=845244 CPUtime=0.18
/proc/15207/task/15213/stat : 15213 (java) S 15204 15204 14149 0 -1 64 536 0 0 0 18 0 0 0 16 0 9 0 37089467 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15214] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15214/stat : 15214 (java) S 15204 15204 14149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37089467 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15215] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15215/stat : 15215 (java) S 15204 15204 14149 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 37089467 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 850600

[startup+25.5029 s]
/proc/loadavg: 1.95 2.00 1.99 3/96 15218
/proc/meminfo: memFree=1585256/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) S 15202 15204 14149 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 37089461 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15204/statm: 1339 242 201 169 0 50 0
[pid=15207] ppid=15204 vsize=845244 CPUtime=25.23
/proc/15207/stat : 15207 (java) S 15204 15204 14149 0 -1 0 9835 0 1 0 2516 7 0 0 18 0 9 0 37089463 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15207/statm: 211311 8902 2572 9 0 205878 0
[pid=15207/tid=15208] ppid=15204 vsize=845244 CPUtime=24.55
/proc/15207/task/15208/stat : 15208 (java) R 15204 15204 14149 0 -1 64 3348 0 1 0 2452 3 0 0 25 0 9 0 37089464 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4126112546 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15209] ppid=15204 vsize=845244 CPUtime=0.46
/proc/15207/task/15209/stat : 15209 (java) S 15204 15204 14149 0 -1 64 5214 0 0 0 44 2 0 0 16 0 9 0 37089465 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15210] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15210/stat : 15210 (java) S 15204 15204 14149 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15211] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15211/stat : 15211 (java) S 15204 15204 14149 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15212] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15212/stat : 15212 (java) S 15204 15204 14149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37089467 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15213] ppid=15204 vsize=845244 CPUtime=0.18
/proc/15207/task/15213/stat : 15213 (java) S 15204 15204 14149 0 -1 64 536 0 0 0 18 0 0 0 16 0 9 0 37089467 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15214] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15214/stat : 15214 (java) S 15204 15204 14149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37089467 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15215] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15215/stat : 15215 (java) S 15204 15204 14149 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 37089467 865529856 8902 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 850600

[startup+51.1025 s]

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

/proc/15207/task/15213/stat : 15213 (java) S 15204 15204 14149 0 -1 64 537 0 0 0 18 0 0 0 17 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15214] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15214/stat : 15214 (java) S 15204 15204 14149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15215] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15215/stat : 15215 (java) S 15204 15204 14149 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3310.89
Current children cumulated vsize (KiB) 850600

[startup+3402.31 s]
/proc/loadavg: 2.37 2.12 2.03 3/96 15224
/proc/meminfo: memFree=1582824/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) S 15202 15204 14149 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 37089461 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15204/statm: 1339 242 201 169 0 50 0
[pid=15207] ppid=15204 vsize=845244 CPUtime=3370.33
/proc/15207/stat : 15207 (java) S 15204 15204 14149 0 -1 0 9836 0 1 0 337023 10 0 0 18 0 9 0 37089463 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15207/statm: 211311 8903 2572 9 0 205878 0
[pid=15207/tid=15208] ppid=15204 vsize=845244 CPUtime=3369.65
/proc/15207/task/15208/stat : 15208 (java) R 15204 15204 14149 0 -1 64 3348 0 1 0 336959 6 0 0 25 0 9 0 37089464 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4126101046 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15209] ppid=15204 vsize=845244 CPUtime=0.46
/proc/15207/task/15209/stat : 15209 (java) S 15204 15204 14149 0 -1 64 5214 0 0 0 44 2 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15210] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15210/stat : 15210 (java) S 15204 15204 14149 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15211] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15211/stat : 15211 (java) S 15204 15204 14149 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15212] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15212/stat : 15212 (java) S 15204 15204 14149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15213] ppid=15204 vsize=845244 CPUtime=0.18
/proc/15207/task/15213/stat : 15213 (java) S 15204 15204 14149 0 -1 64 537 0 0 0 18 0 0 0 17 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15214] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15214/stat : 15214 (java) S 15204 15204 14149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15215] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15215/stat : 15215 (java) S 15204 15204 14149 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3370.33
Current children cumulated vsize (KiB) 850600

[startup+3462.3 s]
/proc/loadavg: 2.20 2.13 2.03 3/96 15224
/proc/meminfo: memFree=1582760/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) S 15202 15204 14149 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 37089461 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15204/statm: 1339 242 201 169 0 50 0
[pid=15207] ppid=15204 vsize=845244 CPUtime=3429.77
/proc/15207/stat : 15207 (java) S 15204 15204 14149 0 -1 0 9836 0 1 0 342967 10 0 0 18 0 9 0 37089463 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15207/statm: 211311 8903 2572 9 0 205878 0
[pid=15207/tid=15208] ppid=15204 vsize=845244 CPUtime=3429.09
/proc/15207/task/15208/stat : 15208 (java) R 15204 15204 14149 0 -1 64 3348 0 1 0 342903 6 0 0 25 0 9 0 37089464 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4126112529 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15209] ppid=15204 vsize=845244 CPUtime=0.46
/proc/15207/task/15209/stat : 15209 (java) S 15204 15204 14149 0 -1 64 5214 0 0 0 44 2 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15210] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15210/stat : 15210 (java) S 15204 15204 14149 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15211] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15211/stat : 15211 (java) S 15204 15204 14149 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15212] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15212/stat : 15212 (java) S 15204 15204 14149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15213] ppid=15204 vsize=845244 CPUtime=0.18
/proc/15207/task/15213/stat : 15213 (java) S 15204 15204 14149 0 -1 64 537 0 0 0 18 0 0 0 17 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15214] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15214/stat : 15214 (java) S 15204 15204 14149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15215] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15215/stat : 15215 (java) S 15204 15204 14149 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3429.77
Current children cumulated vsize (KiB) 850600

[startup+3522.3 s]
/proc/loadavg: 2.07 2.10 2.03 3/96 15224
/proc/meminfo: memFree=1582696/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) S 15202 15204 14149 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 37089461 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15204/statm: 1339 242 201 169 0 50 0
[pid=15207] ppid=15204 vsize=845244 CPUtime=3489.2
/proc/15207/stat : 15207 (java) S 15204 15204 14149 0 -1 0 9836 0 1 0 348910 10 0 0 18 0 9 0 37089463 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15207/statm: 211311 8903 2572 9 0 205878 0
[pid=15207/tid=15208] ppid=15204 vsize=845244 CPUtime=3488.52
/proc/15207/task/15208/stat : 15208 (java) R 15204 15204 14149 0 -1 64 3348 0 1 0 348846 6 0 0 25 0 9 0 37089464 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4126112529 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15209] ppid=15204 vsize=845244 CPUtime=0.46
/proc/15207/task/15209/stat : 15209 (java) S 15204 15204 14149 0 -1 64 5214 0 0 0 44 2 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15210] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15210/stat : 15210 (java) S 15204 15204 14149 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15211] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15211/stat : 15211 (java) S 15204 15204 14149 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15212] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15212/stat : 15212 (java) S 15204 15204 14149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15213] ppid=15204 vsize=845244 CPUtime=0.18
/proc/15207/task/15213/stat : 15213 (java) S 15204 15204 14149 0 -1 64 537 0 0 0 18 0 0 0 17 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15214] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15214/stat : 15214 (java) S 15204 15204 14149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15215] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15215/stat : 15215 (java) S 15204 15204 14149 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3489.2
Current children cumulated vsize (KiB) 850600

[startup+3582.3 s]
/proc/loadavg: 1.42 1.91 1.97 2/80 15248
/proc/meminfo: memFree=1666552/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) S 15202 15204 14149 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 37089461 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15204/statm: 1339 242 201 169 0 50 0
[pid=15207] ppid=15204 vsize=845244 CPUtime=3549.16
/proc/15207/stat : 15207 (java) S 15204 15204 14149 0 -1 0 9836 0 1 0 354906 10 0 0 18 0 9 0 37089463 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15207/statm: 211311 8903 2572 9 0 205878 0
[pid=15207/tid=15208] ppid=15204 vsize=845244 CPUtime=3548.48
/proc/15207/task/15208/stat : 15208 (java) R 15204 15204 14149 0 -1 64 3348 0 1 0 354842 6 0 0 25 0 9 0 37089464 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4126112490 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15207/tid=15209] ppid=15204 vsize=845244 CPUtime=0.46
/proc/15207/task/15209/stat : 15209 (java) S 15204 15204 14149 0 -1 64 5214 0 0 0 44 2 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15210] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15210/stat : 15210 (java) S 15204 15204 14149 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15211] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15211/stat : 15211 (java) S 15204 15204 14149 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15212] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15212/stat : 15212 (java) S 15204 15204 14149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15213] ppid=15204 vsize=845244 CPUtime=0.18
/proc/15207/task/15213/stat : 15213 (java) S 15204 15204 14149 0 -1 64 537 0 0 0 18 0 0 0 17 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15214] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15214/stat : 15214 (java) S 15204 15204 14149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15215] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15215/stat : 15215 (java) S 15204 15204 14149 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3549.16
Current children cumulated vsize (KiB) 850600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.2 s]
/proc/loadavg: 1.18 1.77 1.91 2/80 15250
/proc/meminfo: memFree=1666552/2055920 swapFree=4176480/4192956
[pid=15204] ppid=15202 vsize=5356 CPUtime=0
/proc/15204/stat : 15204 (concrete.sh) S 15202 15204 14149 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 37089461 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15204/statm: 1339 242 201 169 0 50 0
[pid=15207] ppid=15204 vsize=845244 CPUtime=3600.06
/proc/15207/stat : 15207 (java) S 15204 15204 14149 0 -1 0 9836 0 1 0 359996 10 0 0 18 0 9 0 37089463 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15207/statm: 211311 8903 2572 9 0 205878 0
[pid=15207/tid=15208] ppid=15204 vsize=845244 CPUtime=3599.38
/proc/15207/task/15208/stat : 15208 (java) R 15204 15204 14149 0 -1 64 3348 0 1 0 359932 6 0 0 25 0 9 0 37089464 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4126112473 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15207/tid=15209] ppid=15204 vsize=845244 CPUtime=0.46
/proc/15207/task/15209/stat : 15209 (java) S 15204 15204 14149 0 -1 64 5214 0 0 0 44 2 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15210] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15210/stat : 15210 (java) S 15204 15204 14149 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15211] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15211/stat : 15211 (java) S 15204 15204 14149 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 37089465 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15212] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15212/stat : 15212 (java) S 15204 15204 14149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15213] ppid=15204 vsize=845244 CPUtime=0.18
/proc/15207/task/15213/stat : 15213 (java) S 15204 15204 14149 0 -1 64 537 0 0 0 18 0 0 0 17 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15214] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15214/stat : 15214 (java) S 15204 15204 14149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15207/tid=15215] ppid=15204 vsize=845244 CPUtime=0
/proc/15207/task/15215/stat : 15215 (java) S 15204 15204 14149 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 37089467 865529856 8903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 850600

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15204 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.005998
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3633.23
CPU time (s): 3600.06
CPU user time (s): 3599.96
CPU system time (s): 0.1
CPU usage (%): 99.0872
Max. virtual memory (cumulated for all children) (KiB): 850788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 443
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 4

runsolver used 3.9184 second user time and 12.6391 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-11 21:18:37
IDJOB=1109458
IDBENCH=60966
IDSOLVER=336
FILE ID=node70/1109458-1215803917
PBS_JOBID= 7903069
Free space on /tmp= 66440 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-29_ext.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -max -s Tabu BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109458-1215803917/watcher-1109458-1215803917 -o /tmp/evaluation-result-1109458-1215803917/solver-1109458-1215803917 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -max -s Tabu HOME/instance-1109458-1215803917.xml 

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7290112946d823155516cf23a87cf660
RANDOM SEED=637993987

node70.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1612184 kB
Buffers:         45816 kB
Cached:         243148 kB
SwapCached:       7244 kB
Active:         206380 kB
Inactive:       172360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612184 kB
SwapTotal:     4192956 kB
SwapFree:      4176480 kB
Dirty:            1264 kB
Writeback:           0 kB
Mapped:         104516 kB
Slab:            49312 kB
Committed_AS:   958780 kB
PageTables:       2476 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= 66440 MiB
End job on node70 at 2008-07-11 22:19:12