Trace number 1110737

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 - MCRW Engine 2008-05-30MSAT (TO)1 3600.09 3601.42

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-25-8-a4.xml
MD5SUM911be6f11691798737b435362407e4b1
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark49.3725
Satisfiable
(Un)Satisfiability was proved
Number of variables8
Number of constraints350
Maximum constraint arity4
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension350
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)

1.17/1.25	c CPU-LOAD 0.6
1.17/1.25	c LOADED 8 V (26 E), 126 PredicateConstraint, 28 ExtensionConstraint2D, arity 4, 0.6 cpu
1.27/1.34	s SATISFIABLE
1.27/1.34	o 138
1.27/1.34	v 20 13 1 1 7 5 23 22 
1.27/1.35	o 140
1.27/1.35	v 20 0 1 1 7 5 23 22 
1.27/1.35	o 142
1.27/1.35	v 20 0 1 1 7 5 19 22 
1.27/1.35	o 143
1.27/1.35	v 20 0 6 1 7 5 19 22 
1.27/1.36	o 145
1.27/1.36	v 2 0 6 1 7 5 19 22 
1.27/1.36	o 147
1.27/1.36	v 2 0 6 10 7 19 19 22 
1.27/1.37	o 148
1.27/1.37	v 2 0 6 10 7 22 13 22 
1.27/1.38	o 149
1.27/1.38	v 1 0 3 10 17 22 18 22 
1.27/1.39	o 150
1.27/1.39	v 1 3 7 10 17 18 22 22 
1.37/1.40	o 151
1.37/1.40	v 1 7 4 15 17 21 22 22 
1.37/1.48	o 152
1.37/1.48	v 0 2 5 16 18 24 25 25 
1.37/1.49	o 153
1.37/1.49	v 0 2 5 14 18 24 25 25 

Verifier Data (download as text)

OK	1	349
1 unsatisfied constraints, 349 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-1110737-1215833219/watcher-1110737-1215833219 -o /tmp/evaluation-result-1110737-1215833219/solver-1110737-1215833219 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s MCRW -max HOME/instance-1110737-1215833219.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: 2.49 2.42 2.21 4/81 15694
/proc/meminfo: memFree=1442952/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=18572 CPUtime=0
/proc/15694/stat : 15694 (runsolver) R 15692 15694 14483 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 40025240 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15694/statm: 4643 292 257 25 0 2626 0

[startup+0.0620739 s]
/proc/loadavg: 2.49 2.42 2.21 4/81 15694
/proc/meminfo: memFree=1442952/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0
/proc/15694/stat : 15694 (concrete.sh) S 15692 15694 14483 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 40025240 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15694/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101353 s]
/proc/loadavg: 2.49 2.42 2.21 4/81 15694
/proc/meminfo: memFree=1442952/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0
/proc/15694/stat : 15694 (concrete.sh) S 15692 15694 14483 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 40025240 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15694/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30137 s]
/proc/loadavg: 2.49 2.42 2.21 4/81 15694
/proc/meminfo: memFree=1442952/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0
/proc/15694/stat : 15694 (concrete.sh) S 15692 15694 14483 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 40025240 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15694/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701406 s]
/proc/loadavg: 2.49 2.42 2.21 4/81 15694
/proc/meminfo: memFree=1442952/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0
/proc/15694/stat : 15694 (concrete.sh) S 15692 15694 14483 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 40025240 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15694/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50249 s]
/proc/loadavg: 2.49 2.42 2.21 4/92 15706
/proc/meminfo: memFree=1423728/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0
/proc/15694/stat : 15694 (concrete.sh) S 15692 15694 14483 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 40025240 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15694/statm: 1339 242 201 169 0 50 0
[pid=15697] ppid=15694 vsize=847068 CPUtime=1.47
/proc/15697/stat : 15697 (java) S 15694 15694 14483 0 -1 0 8490 0 1 0 142 5 0 0 18 0 9 0 40025241 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 211767 7462 2585 9 0 206327 0
[pid=15697/tid=15698] ppid=15694 vsize=847068 CPUtime=0.85
/proc/15697/task/15698/stat : 15698 (java) R 15694 15694 14483 0 -1 64 3691 0 1 0 83 2 0 0 25 0 9 0 40025242 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4126495662 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15699] ppid=15694 vsize=847068 CPUtime=0.29
/proc/15697/task/15699/stat : 15699 (java) S 15694 15694 14483 0 -1 64 2997 0 0 0 28 1 0 0 16 0 9 0 40025243 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15700] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15700/stat : 15700 (java) S 15694 15694 14483 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40025243 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15701] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15701/stat : 15701 (java) S 15694 15694 14483 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 40025244 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15702] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15702/stat : 15702 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40025245 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15703] ppid=15694 vsize=847068 CPUtime=0.3
/proc/15697/task/15703/stat : 15703 (java) S 15694 15694 14483 0 -1 64 1064 0 0 0 29 1 0 0 16 0 9 0 40025245 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15704] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40025245 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15694 15694 14483 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 40025246 867397632 7462 996147200 134512640 134550740 4294956000 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) 852424

[startup+3.10264 s]
/proc/loadavg: 2.49 2.42 2.21 3/91 15706
/proc/meminfo: memFree=1422896/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0
/proc/15694/stat : 15694 (concrete.sh) S 15692 15694 14483 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 40025240 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15694/statm: 1339 242 201 169 0 50 0
[pid=15697] ppid=15694 vsize=847068 CPUtime=3.07
/proc/15697/stat : 15697 (java) S 15694 15694 14483 0 -1 0 8566 0 1 0 301 6 0 0 18 0 9 0 40025241 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 211767 7462 2585 9 0 206327 0
[pid=15697/tid=15698] ppid=15694 vsize=847068 CPUtime=2.43
/proc/15697/task/15698/stat : 15698 (java) R 15694 15694 14483 0 -1 64 3767 0 1 0 240 3 0 0 25 0 9 0 40025242 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4126483695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15699] ppid=15694 vsize=847068 CPUtime=0.32
/proc/15697/task/15699/stat : 15699 (java) S 15694 15694 14483 0 -1 64 2997 0 0 0 31 1 0 0 16 0 9 0 40025243 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15700] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15700/stat : 15700 (java) S 15694 15694 14483 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40025243 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15701] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15701/stat : 15701 (java) S 15694 15694 14483 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 40025244 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15702] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15702/stat : 15702 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40025245 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15703] ppid=15694 vsize=847068 CPUtime=0.3
/proc/15697/task/15703/stat : 15703 (java) S 15694 15694 14483 0 -1 64 1064 0 0 0 29 1 0 0 16 0 9 0 40025245 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15704] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40025245 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15694 15694 14483 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 40025246 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 852424

[startup+6.30194 s]
/proc/loadavg: 2.45 2.41 2.21 3/91 15706
/proc/meminfo: memFree=1422704/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0
/proc/15694/stat : 15694 (concrete.sh) S 15692 15694 14483 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 40025240 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15694/statm: 1339 242 201 169 0 50 0
[pid=15697] ppid=15694 vsize=847068 CPUtime=6.27
/proc/15697/stat : 15697 (java) S 15694 15694 14483 0 -1 0 8719 0 1 0 619 8 0 0 18 0 9 0 40025241 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 211767 7462 2585 9 0 206327 0
[pid=15697/tid=15698] ppid=15694 vsize=847068 CPUtime=5.58
/proc/15697/task/15698/stat : 15698 (java) R 15694 15694 14483 0 -1 64 3920 0 1 0 555 3 0 0 25 0 9 0 40025242 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4125745570 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15699] ppid=15694 vsize=847068 CPUtime=0.36
/proc/15697/task/15699/stat : 15699 (java) S 15694 15694 14483 0 -1 64 2997 0 0 0 34 2 0 0 16 0 9 0 40025243 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15700] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15700/stat : 15700 (java) S 15694 15694 14483 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40025243 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15701] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15701/stat : 15701 (java) S 15694 15694 14483 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 40025244 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15702] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15702/stat : 15702 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40025245 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15703] ppid=15694 vsize=847068 CPUtime=0.3
/proc/15697/task/15703/stat : 15703 (java) S 15694 15694 14483 0 -1 64 1064 0 0 0 29 1 0 0 16 0 9 0 40025245 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15704] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40025245 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15694 15694 14483 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 40025246 867397632 7462 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 852424

[startup+12.7026 s]
/proc/loadavg: 2.42 2.40 2.21 3/91 15706
/proc/meminfo: memFree=1422576/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0
/proc/15694/stat : 15694 (concrete.sh) S 15692 15694 14483 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 40025240 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15694/statm: 1339 242 201 169 0 50 0
[pid=15697] ppid=15694 vsize=847068 CPUtime=12.67
/proc/15697/stat : 15697 (java) S 15694 15694 14483 0 -1 0 9025 0 1 0 1257 10 0 0 18 0 9 0 40025241 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 211767 7463 2585 9 0 206327 0
[pid=15697/tid=15698] ppid=15694 vsize=847068 CPUtime=11.89
/proc/15697/task/15698/stat : 15698 (java) R 15694 15694 14483 0 -1 64 4225 0 1 0 1186 3 0 0 25 0 9 0 40025242 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4125755564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15699] ppid=15694 vsize=847068 CPUtime=0.44
/proc/15697/task/15699/stat : 15699 (java) S 15694 15694 14483 0 -1 64 2997 0 0 0 40 4 0 0 16 0 9 0 40025243 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15700] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15700/stat : 15700 (java) S 15694 15694 14483 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40025243 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15701] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15701/stat : 15701 (java) S 15694 15694 14483 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 40025244 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15702] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15702/stat : 15702 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40025245 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15703] ppid=15694 vsize=847068 CPUtime=0.3
/proc/15697/task/15703/stat : 15703 (java) S 15694 15694 14483 0 -1 64 1065 0 0 0 29 1 0 0 16 0 9 0 40025245 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15704] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40025245 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15694 15694 14483 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 40025246 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 852424

[startup+25.5018 s]
/proc/loadavg: 2.32 2.38 2.21 3/91 15706
/proc/meminfo: memFree=1422640/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0
/proc/15694/stat : 15694 (concrete.sh) S 15692 15694 14483 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 40025240 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15694/statm: 1339 242 201 169 0 50 0
[pid=15697] ppid=15694 vsize=847068 CPUtime=25.46
/proc/15697/stat : 15697 (java) S 15694 15694 14483 0 -1 0 9634 0 1 0 2532 14 0 0 18 0 9 0 40025241 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 211767 7463 2585 9 0 206327 0
[pid=15697/tid=15698] ppid=15694 vsize=847068 CPUtime=24.56
/proc/15697/task/15698/stat : 15698 (java) R 15694 15694 14483 0 -1 64 4834 0 1 0 2451 5 0 0 25 0 9 0 40025242 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4126526313 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15699] ppid=15694 vsize=847068 CPUtime=0.57
/proc/15697/task/15699/stat : 15699 (java) S 15694 15694 14483 0 -1 64 2997 0 0 0 51 6 0 0 16 0 9 0 40025243 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15700] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15700/stat : 15700 (java) S 15694 15694 14483 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40025243 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15701] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15701/stat : 15701 (java) S 15694 15694 14483 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 40025244 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15702] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15702/stat : 15702 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40025245 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15703] ppid=15694 vsize=847068 CPUtime=0.3
/proc/15697/task/15703/stat : 15703 (java) S 15694 15694 14483 0 -1 64 1065 0 0 0 29 1 0 0 16 0 9 0 40025245 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15704] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40025245 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15694 15694 14483 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 40025246 867397632 7463 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 852424

[startup+51.1012 s]
/proc/loadavg: 2.21 2.35 2.20 3/91 15706
/proc/meminfo: memFree=1422768/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0

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

/proc/15697/task/15703/stat : 15703 (java) S 15694 15694 14483 0 -1 64 1067 0 0 0 30 1 0 0 17 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15704] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15694 15694 14483 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 40025246 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3341.08
Current children cumulated vsize (KiB) 852424

[startup+3402.31 s]
/proc/loadavg: 2.00 2.06 2.02 3/90 15752
/proc/meminfo: memFree=1412032/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0
/proc/15694/stat : 15694 (concrete.sh) S 15692 15694 14483 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 40025240 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15694/statm: 1339 242 201 169 0 50 0
[pid=15697] ppid=15694 vsize=847068 CPUtime=3401.06
/proc/15697/stat : 15697 (java) S 15694 15694 14483 0 -1 0 170626 0 1 0 338933 1173 0 0 18 0 9 0 40025241 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 211767 7465 2585 9 0 206327 0
[pid=15697/tid=15698] ppid=15694 vsize=847068 CPUtime=3361.38
/proc/15697/task/15698/stat : 15698 (java) R 15694 15694 14483 0 -1 64 165824 0 1 0 335780 358 0 0 25 0 9 0 40025242 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4126485282 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15699] ppid=15694 vsize=847068 CPUtime=39.34
/proc/15697/task/15699/stat : 15699 (java) S 15694 15694 14483 0 -1 64 2997 0 0 0 3121 813 0 0 16 0 9 0 40025243 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15700] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15700/stat : 15700 (java) S 15694 15694 14483 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40025243 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15701] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15701/stat : 15701 (java) S 15694 15694 14483 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 40025244 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15702] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15702/stat : 15702 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15703] ppid=15694 vsize=847068 CPUtime=0.31
/proc/15697/task/15703/stat : 15703 (java) S 15694 15694 14483 0 -1 64 1067 0 0 0 30 1 0 0 17 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15704] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15694 15694 14483 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 40025246 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3401.06
Current children cumulated vsize (KiB) 852424

[startup+3462.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/90 15752
/proc/meminfo: memFree=1411904/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0
/proc/15694/stat : 15694 (concrete.sh) S 15692 15694 14483 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 40025240 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15694/statm: 1339 242 201 169 0 50 0
[pid=15697] ppid=15694 vsize=847068 CPUtime=3461.04
/proc/15697/stat : 15697 (java) S 15694 15694 14483 0 -1 0 173486 0 1 0 344908 1196 0 0 18 0 9 0 40025241 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 211767 7465 2585 9 0 206327 0
[pid=15697/tid=15698] ppid=15694 vsize=847068 CPUtime=3420.63
/proc/15697/task/15698/stat : 15698 (java) R 15694 15694 14483 0 -1 64 168684 0 1 0 341698 365 0 0 25 0 9 0 40025242 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4126524416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15699] ppid=15694 vsize=847068 CPUtime=40.06
/proc/15697/task/15699/stat : 15699 (java) S 15694 15694 14483 0 -1 64 2997 0 0 0 3178 828 0 0 16 0 9 0 40025243 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15700] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15700/stat : 15700 (java) S 15694 15694 14483 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40025243 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15701] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15701/stat : 15701 (java) S 15694 15694 14483 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 40025244 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15702] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15702/stat : 15702 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15703] ppid=15694 vsize=847068 CPUtime=0.31
/proc/15697/task/15703/stat : 15703 (java) S 15694 15694 14483 0 -1 64 1067 0 0 0 30 1 0 0 17 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15704] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15694 15694 14483 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 40025246 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3461.04
Current children cumulated vsize (KiB) 852424

[startup+3522.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/90 15752
/proc/meminfo: memFree=1411904/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0
/proc/15694/stat : 15694 (concrete.sh) S 15692 15694 14483 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 40025240 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15694/statm: 1339 242 201 169 0 50 0
[pid=15697] ppid=15694 vsize=847068 CPUtime=3521.02
/proc/15697/stat : 15697 (java) S 15694 15694 14483 0 -1 0 176348 0 1 0 350885 1217 0 0 18 0 9 0 40025241 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 211767 7465 2585 9 0 206327 0
[pid=15697/tid=15698] ppid=15694 vsize=847068 CPUtime=3479.95
/proc/15697/task/15698/stat : 15698 (java) R 15694 15694 14483 0 -1 64 171546 0 1 0 347623 372 0 0 25 0 9 0 40025242 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4125755492 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15699] ppid=15694 vsize=847068 CPUtime=40.72
/proc/15697/task/15699/stat : 15699 (java) S 15694 15694 14483 0 -1 64 2997 0 0 0 3230 842 0 0 16 0 9 0 40025243 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15700] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15700/stat : 15700 (java) S 15694 15694 14483 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40025243 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15701] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15701/stat : 15701 (java) S 15694 15694 14483 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 40025244 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15702] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15702/stat : 15702 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15703] ppid=15694 vsize=847068 CPUtime=0.31
/proc/15697/task/15703/stat : 15703 (java) S 15694 15694 14483 0 -1 64 1067 0 0 0 30 1 0 0 17 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15704] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15694 15694 14483 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 40025246 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3521.02
Current children cumulated vsize (KiB) 852424

[startup+3582.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/90 15752
/proc/meminfo: memFree=1411776/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0
/proc/15694/stat : 15694 (concrete.sh) S 15692 15694 14483 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 40025240 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15694/statm: 1339 242 201 169 0 50 0
[pid=15697] ppid=15694 vsize=847068 CPUtime=3581
/proc/15697/stat : 15697 (java) S 15694 15694 14483 0 -1 0 179209 0 1 0 356863 1237 0 0 18 0 9 0 40025241 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 211767 7465 2585 9 0 206327 0
[pid=15697/tid=15698] ppid=15694 vsize=847068 CPUtime=3539.25
/proc/15697/task/15698/stat : 15698 (java) R 15694 15694 14483 0 -1 64 174407 0 1 0 353546 379 0 0 25 0 9 0 40025242 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4125755527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15699] ppid=15694 vsize=847068 CPUtime=41.4
/proc/15697/task/15699/stat : 15699 (java) S 15694 15694 14483 0 -1 64 2997 0 0 0 3285 855 0 0 16 0 9 0 40025243 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15700] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15700/stat : 15700 (java) S 15694 15694 14483 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40025243 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15701] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15701/stat : 15701 (java) S 15694 15694 14483 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 40025244 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15702] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15702/stat : 15702 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15703] ppid=15694 vsize=847068 CPUtime=0.31
/proc/15697/task/15703/stat : 15703 (java) S 15694 15694 14483 0 -1 64 1067 0 0 0 30 1 0 0 17 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15704] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15694 15694 14483 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 40025246 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3581
Current children cumulated vsize (KiB) 852424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.41 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 15752
/proc/meminfo: memFree=1411840/2055920 swapFree=4192812/4192956
[pid=15694] ppid=15692 vsize=5356 CPUtime=0
/proc/15694/stat : 15694 (concrete.sh) S 15692 15694 14483 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 40025240 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15694/statm: 1339 242 201 169 0 50 0
[pid=15697] ppid=15694 vsize=847068 CPUtime=3600.09
/proc/15697/stat : 15697 (java) S 15694 15694 14483 0 -1 0 180119 0 1 0 358765 1244 0 0 18 0 9 0 40025241 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15697/statm: 211767 7465 2585 9 0 206327 0
[pid=15697/tid=15698] ppid=15694 vsize=847068 CPUtime=3558.12
/proc/15697/task/15698/stat : 15698 (java) R 15694 15694 14483 0 -1 64 175317 0 1 0 355431 381 0 0 25 0 9 0 40025242 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4126487451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15699] ppid=15694 vsize=847068 CPUtime=41.64
/proc/15697/task/15699/stat : 15699 (java) S 15694 15694 14483 0 -1 64 2997 0 0 0 3303 861 0 0 16 0 9 0 40025243 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15700] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15700/stat : 15700 (java) S 15694 15694 14483 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40025243 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15701] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15701/stat : 15701 (java) S 15694 15694 14483 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 40025244 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15702] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15702/stat : 15702 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15703] ppid=15694 vsize=847068 CPUtime=0.31
/proc/15697/task/15703/stat : 15703 (java) S 15694 15694 14483 0 -1 64 1067 0 0 0 30 1 0 0 17 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15697/tid=15704] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15704/stat : 15704 (java) S 15694 15694 14483 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40025245 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15697/tid=15705] ppid=15694 vsize=847068 CPUtime=0
/proc/15697/task/15705/stat : 15705 (java) S 15694 15694 14483 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 40025246 867397632 7465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 852424

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 15694 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.004998
# while last known CPU time is 3600.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3601.42
CPU time (s): 3600.09
CPU user time (s): 3587.65
CPU system time (s): 12.44
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 852424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
system time used= 0.001999
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= 8
involuntary context switches= 4

runsolver used 4.81927 second user time and 11.5622 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-12 05:26:59
IDJOB=1110737
IDBENCH=61146
IDSOLVER=335
FILE ID=node4/1110737-1215833219
PBS_JOBID= 7903342
Free space on /tmp= 66512 MiB

SOLVER NAME= Concrete + CSP4J - MCRW Engine 2008-05-30
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-25-8-a4.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s MCRW -max BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110737-1215833219/watcher-1110737-1215833219 -o /tmp/evaluation-result-1110737-1215833219/solver-1110737-1215833219 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s MCRW -max HOME/instance-1110737-1215833219.xml 

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 911be6f11691798737b435362407e4b1
RANDOM SEED=440152222

node4.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.232
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.232
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:       1443432 kB
Buffers:         62472 kB
Cached:         436784 kB
SwapCached:          0 kB
Active:         179968 kB
Inactive:       362944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1088 kB
Writeback:           0 kB
Mapped:          63820 kB
Slab:            54476 kB
Committed_AS:   199404 kB
PageTables:       2064 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= 66508 MiB
End job on node4 at 2008-07-12 06:27:03