Trace number 2080780

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 2009-07-14? (TO) 1800 1803.62

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-46.xml
MD5SUMbf3260c27f381e64bb908b737ec83dbb
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2116
Number of constraints47655
Maximum constraint arity2
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension47655
Global constraints used (with number of constraints)

Solver Data

196.70/197.82	c CPU-LOAD 192.81
196.70/197.82	c LOADED 2116 V (46 E), 47655 ExtensionConstraint2D, arity 2, 192.81 cpu

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080780-1247718549/watcher-2080780-1247718549 -o /tmp/evaluation-result-2080780-1247718549/solver-2080780-1247718549 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2080780-1247718549.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 19269
/proc/meminfo: memFree=759148/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 58919640 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 256365002834 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/19269/statm: 1339 230 191 169 0 50 0
[pid=19270] ppid=19269 vsize=5356 CPUtime=0
/proc/19270/stat : 19270 (concrete.sh) R 19269 19269 18334 0 -1 4194368 24 0 0 0 0 0 0 0 19 0 1 0 58919640 5484544 234 996147200 4194304 4889804 548682068816 18446744073709551615 256364834087 0 0 4096 0 0 0 0 17 1 0 0
/proc/19270/statm: 1339 234 195 169 0 50 0

[startup+0.0539969 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 19269
/proc/meminfo: memFree=759148/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58919640 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19269/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.105933 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 19269
/proc/meminfo: memFree=759148/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58919640 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19269/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301947 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 19269
/proc/meminfo: memFree=759148/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58919640 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19269/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701988 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 19269
/proc/meminfo: memFree=759148/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58919640 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19269/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50107 s]
/proc/loadavg: 2.16 2.03 2.01 3/92 19282
/proc/meminfo: memFree=743324/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58919640 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19269/statm: 1339 244 201 169 0 50 0
[pid=19274] ppid=19269 vsize=848316 CPUtime=1.56
/proc/19274/stat : 19274 (java) S 19269 19269 18334 0 -1 0 8251 0 1 0 151 5 0 0 18 0 9 0 58919641 868675584 7116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19274/statm: 212079 7116 2624 9 0 206557 0
[pid=19274/tid=19275] ppid=19269 vsize=848316 CPUtime=1.12
/proc/19274/task/19275/stat : 19275 (java) R 19269 19269 18334 0 -1 64 3953 0 1 0 109 3 0 0 23 0 9 0 58919642 868675584 7116 996147200 134512640 134550932 4294955408 18446744073709551615 4126443045 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19276] ppid=19269 vsize=848316 CPUtime=0.11
/proc/19274/task/19276/stat : 19276 (java) S 19269 19269 18334 0 -1 64 2151 0 0 0 11 0 0 0 16 0 9 0 58919643 868675584 7116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19277] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19277/stat : 19277 (java) S 19269 19269 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58919644 868675584 7116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19278] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19278/stat : 19278 (java) S 19269 19269 18334 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58919644 868675584 7116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19279] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19279/stat : 19279 (java) S 19269 19269 18334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58919646 868675584 7116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19280] ppid=19269 vsize=848316 CPUtime=0.29
/proc/19274/task/19280/stat : 19280 (java) S 19269 19269 18334 0 -1 64 1449 0 0 0 29 0 0 0 16 0 9 0 58919649 868675584 7116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19269 19269 18334 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58919649 868675584 7116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19282/stat : 19282 (java) S 19269 19269 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58919649 868675584 7116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 853672

[startup+3.10123 s]
/proc/loadavg: 2.16 2.03 2.01 3/92 19282
/proc/meminfo: memFree=739356/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58919640 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19269/statm: 1339 244 201 169 0 50 0
[pid=19274] ppid=19269 vsize=848316 CPUtime=3.16
/proc/19274/stat : 19274 (java) S 19269 19269 18334 0 -1 0 8908 0 1 0 310 6 0 0 18 0 9 0 58919641 868675584 7730 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19274/statm: 212079 7730 2624 9 0 206557 0
[pid=19274/tid=19275] ppid=19269 vsize=848316 CPUtime=2.62
/proc/19274/task/19275/stat : 19275 (java) R 19269 19269 18334 0 -1 64 3967 0 1 0 259 3 0 0 25 0 9 0 58919642 868675584 7730 996147200 134512640 134550932 4294955408 18446744073709551615 4126360451 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19276] ppid=19269 vsize=848316 CPUtime=0.21
/proc/19274/task/19276/stat : 19276 (java) S 19269 19269 18334 0 -1 64 2794 0 0 0 20 1 0 0 16 0 9 0 58919643 868675584 7730 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19277] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19277/stat : 19277 (java) S 19269 19269 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58919644 868675584 7730 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19278] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19278/stat : 19278 (java) S 19269 19269 18334 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58919644 868675584 7730 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19279] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19279/stat : 19279 (java) S 19269 19269 18334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58919646 868675584 7730 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19280] ppid=19269 vsize=848316 CPUtime=0.29
/proc/19274/task/19280/stat : 19280 (java) S 19269 19269 18334 0 -1 64 1449 0 0 0 29 0 0 0 16 0 9 0 58919649 868675584 7730 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19269 19269 18334 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58919649 868675584 7730 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19282/stat : 19282 (java) S 19269 19269 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58919649 868675584 7730 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 853672

[startup+6.30257 s]
/proc/loadavg: 2.31 2.07 2.02 3/92 19282
/proc/meminfo: memFree=735068/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58919640 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19269/statm: 1339 244 201 169 0 50 0
[pid=19274] ppid=19269 vsize=848316 CPUtime=6.34
/proc/19274/stat : 19274 (java) S 19269 19269 18334 0 -1 0 9690 0 1 0 627 7 0 0 18 0 9 0 58919641 868675584 8497 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19274/statm: 212079 8497 2624 9 0 206557 0
[pid=19274/tid=19275] ppid=19269 vsize=848316 CPUtime=5.76
/proc/19274/task/19275/stat : 19275 (java) R 19269 19269 18334 0 -1 64 3982 0 1 0 573 3 0 0 25 0 9 0 58919642 868675584 8497 996147200 134512640 134550932 4294955408 18446744073709551615 4126443017 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19276] ppid=19269 vsize=848316 CPUtime=0.25
/proc/19274/task/19276/stat : 19276 (java) S 19269 19269 18334 0 -1 64 3561 0 0 0 23 2 0 0 16 0 9 0 58919643 868675584 8497 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19277] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19277/stat : 19277 (java) S 19269 19269 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58919644 868675584 8497 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19278] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19278/stat : 19278 (java) S 19269 19269 18334 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58919644 868675584 8497 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19279] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19279/stat : 19279 (java) S 19269 19269 18334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58919646 868675584 8497 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19280] ppid=19269 vsize=848316 CPUtime=0.29
/proc/19274/task/19280/stat : 19280 (java) S 19269 19269 18334 0 -1 64 1449 0 0 0 29 0 0 0 16 0 9 0 58919649 868675584 8497 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19269 19269 18334 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58919649 868675584 8497 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19282/stat : 19282 (java) S 19269 19269 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58919649 868675584 8497 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 853672

[startup+12.7022 s]
/proc/loadavg: 2.44 2.10 2.03 3/92 19282
/proc/meminfo: memFree=731164/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58919640 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19269/statm: 1339 244 201 169 0 50 0
[pid=19274] ppid=19269 vsize=848316 CPUtime=12.53
/proc/19274/stat : 19274 (java) S 19269 19269 18334 0 -1 0 11849 0 1 0 1244 9 0 0 18 0 9 0 58919641 868675584 9366 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19274/statm: 212079 9366 2625 9 0 206557 0
[pid=19274/tid=19275] ppid=19269 vsize=848316 CPUtime=11.8
/proc/19274/task/19275/stat : 19275 (java) R 19269 19269 18334 0 -1 64 4025 0 1 0 1176 4 0 0 25 0 9 0 58919642 868675584 9366 996147200 134512640 134550932 4294955408 18446744073709551615 4125949440 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19276] ppid=19269 vsize=848316 CPUtime=0.4
/proc/19274/task/19276/stat : 19276 (java) S 19269 19269 18334 0 -1 64 5677 0 0 0 37 3 0 0 16 0 9 0 58919643 868675584 9366 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19277] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19277/stat : 19277 (java) S 19269 19269 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58919644 868675584 9366 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19278] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19278/stat : 19278 (java) S 19269 19269 18334 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58919644 868675584 9366 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19279] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19279/stat : 19279 (java) S 19269 19269 18334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58919646 868675584 9366 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19280] ppid=19269 vsize=848316 CPUtime=0.29
/proc/19274/task/19280/stat : 19280 (java) S 19269 19269 18334 0 -1 64 1449 0 0 0 29 0 0 0 16 0 9 0 58919649 868675584 9366 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19269 19269 18334 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58919649 868675584 9366 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19282/stat : 19282 (java) S 19269 19269 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58919649 868675584 9366 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 853672

[startup+25.5026 s]
/proc/loadavg: 2.34 2.09 2.03 3/92 19282
/proc/meminfo: memFree=726620/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58919640 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19269/statm: 1339 244 201 169 0 50 0
[pid=19274] ppid=19269 vsize=848316 CPUtime=25.26
/proc/19274/stat : 19274 (java) S 19269 19269 18334 0 -1 0 13750 0 1 0 2516 10 0 0 18 0 9 0 58919641 868675584 10447 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19274/statm: 212079 10447 2625 9 0 206557 0
[pid=19274/tid=19275] ppid=19269 vsize=848316 CPUtime=24.34
/proc/19274/task/19275/stat : 19275 (java) R 19269 19269 18334 0 -1 64 4040 0 1 0 2430 4 0 0 25 0 9 0 58919642 868675584 10447 996147200 134512640 134550932 4294955408 18446744073709551615 4126443017 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19276] ppid=19269 vsize=848316 CPUtime=0.6
/proc/19274/task/19276/stat : 19276 (java) S 19269 19269 18334 0 -1 64 7563 0 0 0 56 4 0 0 16 0 9 0 58919643 868675584 10447 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19277] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19277/stat : 19277 (java) S 19269 19269 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58919644 868675584 10447 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19278] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19278/stat : 19278 (java) S 19269 19269 18334 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58919644 868675584 10447 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19279] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19279/stat : 19279 (java) S 19269 19269 18334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58919646 868675584 10447 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19280] ppid=19269 vsize=848316 CPUtime=0.29
/proc/19274/task/19280/stat : 19280 (java) S 19269 19269 18334 0 -1 64 1449 0 0 0 29 0 0 0 16 0 9 0 58919649 868675584 10447 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19269 19269 18334 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58919649 868675584 10447 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19269 vsize=848316 CPUtime=0
/proc/19274/task/19282/stat : 19282 (java) S 19269 19269 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58919649 868675584 10447 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 853672

[startup+51.1022 s]
/proc/loadavg: 2.23 2.08 2.03 3/92 19282

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

/proc/19274/task/19280/stat : 19280 (java) S 19269 19269 18334 0 -1 64 2566 0 0 0 74 1 0 0 17 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19269 19269 18334 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19269 vsize=852152 CPUtime=0.02
/proc/19274/task/19282/stat : 19282 (java) S 19269 19269 18334 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.79
Current children cumulated vsize (KiB) 857508

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19319
/proc/meminfo: memFree=1068644/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58919640 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19269/statm: 1339 244 201 169 0 50 0
[pid=19274] ppid=19269 vsize=852152 CPUtime=1598.77
/proc/19274/stat : 19274 (java) S 19269 19269 18334 0 -1 0 55572 0 1 0 159841 36 0 0 18 0 9 0 58919641 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19274/statm: 213038 49445 2636 9 0 207516 0
[pid=19274/tid=19275] ppid=19269 vsize=852152 CPUtime=1593.39
/proc/19274/task/19275/stat : 19275 (java) R 19269 19269 18334 0 -1 64 6530 0 1 0 159328 11 0 0 25 0 9 0 58919642 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4127786445 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19276] ppid=19269 vsize=852152 CPUtime=4.56
/proc/19274/task/19276/stat : 19276 (java) S 19269 19269 18334 0 -1 64 45767 0 0 0 436 20 0 0 16 0 9 0 58919643 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19277] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19277/stat : 19277 (java) S 19269 19269 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58919644 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19278] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19278/stat : 19278 (java) S 19269 19269 18334 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58919644 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19279] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19279/stat : 19279 (java) S 19269 19269 18334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58919646 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19280] ppid=19269 vsize=852152 CPUtime=0.75
/proc/19274/task/19280/stat : 19280 (java) S 19269 19269 18334 0 -1 64 2566 0 0 0 74 1 0 0 17 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19269 19269 18334 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19269 vsize=852152 CPUtime=0.02
/proc/19274/task/19282/stat : 19282 (java) S 19269 19269 18334 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.77
Current children cumulated vsize (KiB) 857508

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19319
/proc/meminfo: memFree=1064420/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58919640 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19269/statm: 1339 244 201 169 0 50 0
[pid=19274] ppid=19269 vsize=852152 CPUtime=1658.75
/proc/19274/stat : 19274 (java) S 19269 19269 18334 0 -1 0 55572 0 1 0 165838 37 0 0 18 0 9 0 58919641 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19274/statm: 213038 49445 2636 9 0 207516 0
[pid=19274/tid=19275] ppid=19269 vsize=852152 CPUtime=1653.37
/proc/19274/task/19275/stat : 19275 (java) R 19269 19269 18334 0 -1 64 6530 0 1 0 165326 11 0 0 25 0 9 0 58919642 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4125653786 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19276] ppid=19269 vsize=852152 CPUtime=4.56
/proc/19274/task/19276/stat : 19276 (java) S 19269 19269 18334 0 -1 64 45767 0 0 0 436 20 0 0 16 0 9 0 58919643 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19277] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19277/stat : 19277 (java) S 19269 19269 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58919644 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19278] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19278/stat : 19278 (java) S 19269 19269 18334 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58919644 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19279] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19279/stat : 19279 (java) S 19269 19269 18334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58919646 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19280] ppid=19269 vsize=852152 CPUtime=0.75
/proc/19274/task/19280/stat : 19280 (java) S 19269 19269 18334 0 -1 64 2566 0 0 0 74 1 0 0 17 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19269 19269 18334 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19269 vsize=852152 CPUtime=0.02
/proc/19274/task/19282/stat : 19282 (java) S 19269 19269 18334 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.75
Current children cumulated vsize (KiB) 857508

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19319
/proc/meminfo: memFree=1057444/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58919640 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19269/statm: 1339 244 201 169 0 50 0
[pid=19274] ppid=19269 vsize=852152 CPUtime=1718.73
/proc/19274/stat : 19274 (java) S 19269 19269 18334 0 -1 0 55572 0 1 0 171836 37 0 0 18 0 9 0 58919641 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19274/statm: 213038 49445 2636 9 0 207516 0
[pid=19274/tid=19275] ppid=19269 vsize=852152 CPUtime=1713.34
/proc/19274/task/19275/stat : 19275 (java) R 19269 19269 18334 0 -1 64 6530 0 1 0 171323 11 0 0 25 0 9 0 58919642 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4127787399 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19276] ppid=19269 vsize=852152 CPUtime=4.56
/proc/19274/task/19276/stat : 19276 (java) S 19269 19269 18334 0 -1 64 45767 0 0 0 436 20 0 0 16 0 9 0 58919643 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19277] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19277/stat : 19277 (java) S 19269 19269 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58919644 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19278] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19278/stat : 19278 (java) S 19269 19269 18334 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58919644 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19279] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19279/stat : 19279 (java) S 19269 19269 18334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58919646 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19280] ppid=19269 vsize=852152 CPUtime=0.75
/proc/19274/task/19280/stat : 19280 (java) S 19269 19269 18334 0 -1 64 2566 0 0 0 74 1 0 0 17 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19269 19269 18334 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19269 vsize=852152 CPUtime=0.02
/proc/19274/task/19282/stat : 19282 (java) S 19269 19269 18334 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.73
Current children cumulated vsize (KiB) 857508

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19319
/proc/meminfo: memFree=1050532/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58919640 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19269/statm: 1339 244 201 169 0 50 0
[pid=19274] ppid=19269 vsize=852152 CPUtime=1778.7
/proc/19274/stat : 19274 (java) S 19269 19269 18334 0 -1 0 55572 0 1 0 177833 37 0 0 18 0 9 0 58919641 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19274/statm: 213038 49445 2636 9 0 207516 0
[pid=19274/tid=19275] ppid=19269 vsize=852152 CPUtime=1773.32
/proc/19274/task/19275/stat : 19275 (java) R 19269 19269 18334 0 -1 64 6530 0 1 0 177321 11 0 0 25 0 9 0 58919642 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4125653786 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19276] ppid=19269 vsize=852152 CPUtime=4.56
/proc/19274/task/19276/stat : 19276 (java) S 19269 19269 18334 0 -1 64 45767 0 0 0 436 20 0 0 16 0 9 0 58919643 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19277] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19277/stat : 19277 (java) S 19269 19269 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58919644 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19278] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19278/stat : 19278 (java) S 19269 19269 18334 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58919644 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19279] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19279/stat : 19279 (java) S 19269 19269 18334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58919646 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19280] ppid=19269 vsize=852152 CPUtime=0.75
/proc/19274/task/19280/stat : 19280 (java) S 19269 19269 18334 0 -1 64 2566 0 0 0 74 1 0 0 17 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19269 19269 18334 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19269 vsize=852152 CPUtime=0.02
/proc/19274/task/19282/stat : 19282 (java) S 19269 19269 18334 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.7
Current children cumulated vsize (KiB) 857508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19319
/proc/meminfo: memFree=1047972/2055920 swapFree=4192812/4192956
[pid=19269] ppid=19267 vsize=5356 CPUtime=0
/proc/19269/stat : 19269 (concrete.sh) S 19267 19269 18334 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58919640 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19269/statm: 1339 244 201 169 0 50 0
[pid=19274] ppid=19269 vsize=852152 CPUtime=1800
/proc/19274/stat : 19274 (java) S 19269 19269 18334 0 -1 0 55572 0 1 0 179963 37 0 0 18 0 9 0 58919641 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19274/statm: 213038 49445 2636 9 0 207516 0
[pid=19274/tid=19275] ppid=19269 vsize=852152 CPUtime=1794.62
/proc/19274/task/19275/stat : 19275 (java) R 19269 19269 18334 0 -1 64 6530 0 1 0 179451 11 0 0 25 0 9 0 58919642 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4127787399 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19276] ppid=19269 vsize=852152 CPUtime=4.56
/proc/19274/task/19276/stat : 19276 (java) S 19269 19269 18334 0 -1 64 45767 0 0 0 436 20 0 0 16 0 9 0 58919643 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19277] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19277/stat : 19277 (java) S 19269 19269 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58919644 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19278] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19278/stat : 19278 (java) S 19269 19269 18334 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 58919644 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19274/tid=19279] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19279/stat : 19279 (java) S 19269 19269 18334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58919646 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19280] ppid=19269 vsize=852152 CPUtime=0.75
/proc/19274/task/19280/stat : 19280 (java) S 19269 19269 18334 0 -1 64 2566 0 0 0 74 1 0 0 17 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19281] ppid=19269 vsize=852152 CPUtime=0
/proc/19274/task/19281/stat : 19281 (java) S 19269 19269 18334 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19274/tid=19282] ppid=19269 vsize=852152 CPUtime=0.02
/proc/19274/task/19282/stat : 19282 (java) S 19269 19269 18334 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 58919649 872603648 49445 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 857508

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

Real time (s): 1803.62
CPU time (s): 1800
CPU user time (s): 1799.63
CPU system time (s): 0.37
CPU usage (%): 99.7992
Max. virtual memory (cumulated for all children) (KiB): 859160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.003999
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= 632
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= 22
involuntary context switches= 8

runsolver used 2.37064 second user time and 6.29904 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-16 06:29:10
IDJOB=2080780
IDBENCH=57149
IDSOLVER=735
FILE ID=node90/2080780-1247718549
PBS_JOBID= 9521453
Free space on /tmp= 66092 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-46.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080780-1247718549/watcher-2080780-1247718549 -o /tmp/evaluation-result-2080780-1247718549/solver-2080780-1247718549 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2080780-1247718549.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= bf3260c27f381e64bb908b737ec83dbb
RANDOM SEED=2020565965

node90.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.212
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.212
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        759628 kB
Buffers:         92960 kB
Cached:         323472 kB
SwapCached:          0 kB
Active:         811052 kB
Inactive:       378716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        759628 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7100 kB
Writeback:           0 kB
Mapped:         787504 kB
Slab:            90276 kB
Committed_AS:  1404340 kB
PageTables:       3348 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= 66088 MiB
End job on node90 at 2009-07-16 06:59:15