Trace number 2065083

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.09 1812.32

General information on the benchmark

Namecsp/fischer/
normalized-fischer-2-3-fair.xml
MD5SUMf8a5201e16f79ff6d677fc664a08844c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.105983
Satisfiable
(Un)Satisfiability was proved
Number of variables1695
Number of constraints1595
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1595
Global constraints used (with number of constraints)

Solver Data

723.80/730.81	c CPU-LOAD 683.19
723.80/730.81	c LOADED 1695 V (20001 E), 528 PredicateConstraint, 291 ExtensionConstraint2D, 776 ExtensionConstraintDynamic, arity 3, 683.19 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-2065083-1247703323/watcher-2065083-1247703323 -o /tmp/evaluation-result-2065083-1247703323/solver-2065083-1247703323 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2065083-1247703323.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.01 2.01 2.00 4/81 10264
/proc/meminfo: memFree=1446952/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 57396338 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 272837083218 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/10264/statm: 1339 230 191 169 0 50 0
[pid=10265] ppid=10264 vsize=124 CPUtime=0
/proc/10265/stat : 10265 (dirname) R 10264 10264 9506 0 -1 4194304 46 0 0 0 0 0 0 0 22 0 1 0 57396338 126976 22 996147200 4194304 4208292 548682069008 18446744073709551615 272834295177 0 0 4096 0 0 0 0 17 1 0 0
/proc/10265/statm: 31 22 16 3 0 3 0

[startup+0.0151311 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 10264
/proc/meminfo: memFree=1446952/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 57396338 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10264/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10214 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 10264
/proc/meminfo: memFree=1446952/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 57396338 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10264/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301155 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 10264
/proc/meminfo: memFree=1446952/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 57396338 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10264/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701182 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 10264
/proc/meminfo: memFree=1446952/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 57396338 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10264/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50124 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 10277
/proc/meminfo: memFree=1432024/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 57396338 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10264/statm: 1339 244 201 169 0 50 0
[pid=10269] ppid=10264 vsize=848948 CPUtime=1.46
/proc/10269/stat : 10269 (java) S 10264 10264 9506 0 -1 0 9334 0 1 0 141 5 0 0 18 0 10 0 57396339 869322752 7943 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10269/statm: 212237 7943 2624 9 0 206715 0
[pid=10269/tid=10270] ppid=10264 vsize=848948 CPUtime=0.85
/proc/10269/task/10270/stat : 10270 (java) R 10264 10264 9506 0 -1 64 3958 0 1 0 83 2 0 0 21 0 10 0 57396340 869322752 7943 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10271] ppid=10264 vsize=848948 CPUtime=0.25
/proc/10269/task/10271/stat : 10271 (java) R 10264 10264 9506 0 -1 64 3137 0 0 0 24 1 0 0 17 0 10 0 57396341 869322752 7943 996147200 134512640 134550932 4294955408 18446744073709551615 103733279 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10272] ppid=10264 vsize=848948 CPUtime=0
/proc/10269/task/10272/stat : 10272 (java) S 10264 10264 9506 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57396342 869322752 7943 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10273] ppid=10264 vsize=848948 CPUtime=0
/proc/10269/task/10273/stat : 10273 (java) S 10264 10264 9506 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57396342 869322752 7943 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10274] ppid=10264 vsize=848948 CPUtime=0
/proc/10269/task/10274/stat : 10274 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57396344 869322752 7943 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10275] ppid=10264 vsize=848948 CPUtime=0.33
/proc/10269/task/10275/stat : 10275 (java) S 10264 10264 9506 0 -1 64 1537 0 0 0 32 1 0 0 15 0 10 0 57396347 869322752 7943 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10276] ppid=10264 vsize=848948 CPUtime=0
/proc/10269/task/10276/stat : 10276 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57396347 869322752 7943 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10277] ppid=10264 vsize=848948 CPUtime=0
/proc/10269/task/10277/stat : 10277 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57396348 869322752 7943 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 854304

[startup+3.10234 s]
/proc/loadavg: 2.01 2.01 2.00 4/92 10278
/proc/meminfo: memFree=1423952/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 57396338 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10264/statm: 1339 244 201 169 0 50 0
[pid=10269] ppid=10264 vsize=848948 CPUtime=3.05
/proc/10269/stat : 10269 (java) S 10264 10264 9506 0 -1 0 12356 0 1 0 297 8 0 0 18 0 10 0 57396339 869322752 8121 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10269/statm: 212237 8121 2624 9 0 206715 0
[pid=10269/tid=10270] ppid=10264 vsize=848948 CPUtime=1.12
/proc/10269/task/10270/stat : 10270 (java) S 10264 10264 9506 0 -1 64 4050 0 1 0 110 2 0 0 16 0 10 0 57396340 869322752 8121 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10271] ppid=10264 vsize=848948 CPUtime=1.57
/proc/10269/task/10271/stat : 10271 (java) R 10264 10264 9506 0 -1 64 6067 0 0 0 154 3 0 0 25 0 10 0 57396341 869322752 8121 996147200 134512640 134550932 4294955408 18446744073709551615 102381815 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10272] ppid=10264 vsize=848948 CPUtime=0
/proc/10269/task/10272/stat : 10272 (java) S 10264 10264 9506 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57396342 869322752 8121 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10273] ppid=10264 vsize=848948 CPUtime=0
/proc/10269/task/10273/stat : 10273 (java) S 10264 10264 9506 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57396342 869322752 8121 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10274] ppid=10264 vsize=848948 CPUtime=0
/proc/10269/task/10274/stat : 10274 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57396344 869322752 8121 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10275] ppid=10264 vsize=848948 CPUtime=0.33
/proc/10269/task/10275/stat : 10275 (java) S 10264 10264 9506 0 -1 64 1537 0 0 0 32 1 0 0 15 0 10 0 57396347 869322752 8121 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10276] ppid=10264 vsize=848948 CPUtime=0
/proc/10269/task/10276/stat : 10276 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57396347 869322752 8121 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10277] ppid=10264 vsize=848948 CPUtime=0
/proc/10269/task/10277/stat : 10277 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57396348 869322752 8121 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10278] ppid=10264 vsize=848948 CPUtime=0
/proc/10269/task/10278/stat : 10278 (java) S 10264 10264 9506 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 57396462 869322752 8121 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 854304

[startup+6.30273 s]
/proc/loadavg: 2.01 2.01 2.00 3/92 10278
/proc/meminfo: memFree=1423760/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 57396338 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10264/statm: 1339 244 201 169 0 50 0
[pid=10269] ppid=10264 vsize=848696 CPUtime=6.21
/proc/10269/stat : 10269 (java) S 10264 10264 9506 0 -1 0 18301 0 1 0 609 12 0 0 18 0 10 0 57396339 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10269/statm: 212174 7990 2625 9 0 206652 0
[pid=10269/tid=10270] ppid=10264 vsize=848696 CPUtime=1.66
/proc/10269/task/10270/stat : 10270 (java) S 10264 10264 9506 0 -1 64 4237 0 1 0 163 3 0 0 15 0 10 0 57396340 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10271] ppid=10264 vsize=848696 CPUtime=4.19
/proc/10269/task/10271/stat : 10271 (java) R 10264 10264 9506 0 -1 64 11825 0 0 0 413 6 0 0 25 0 10 0 57396341 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10272] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10272/stat : 10272 (java) S 10264 10264 9506 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 57396342 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10273] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10273/stat : 10273 (java) S 10264 10264 9506 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57396342 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10274] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10274/stat : 10274 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57396344 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10275] ppid=10264 vsize=848696 CPUtime=0.33
/proc/10269/task/10275/stat : 10275 (java) S 10264 10264 9506 0 -1 64 1537 0 0 0 32 1 0 0 16 0 10 0 57396347 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10276] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10276/stat : 10276 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57396347 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10277] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10277/stat : 10277 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57396348 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10278] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10278/stat : 10278 (java) S 10264 10264 9506 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 57396462 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 854052

[startup+12.703 s]
/proc/loadavg: 2.09 2.03 2.01 3/92 10278
/proc/meminfo: memFree=1424400/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 57396338 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10264/statm: 1339 244 201 169 0 50 0
[pid=10269] ppid=10264 vsize=848696 CPUtime=12.54
/proc/10269/stat : 10269 (java) S 10264 10264 9506 0 -1 0 23862 0 1 0 1236 18 0 0 18 0 10 0 57396339 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10269/statm: 212174 7990 2625 9 0 206652 0
[pid=10269/tid=10270] ppid=10264 vsize=848696 CPUtime=2.7
/proc/10269/task/10270/stat : 10270 (java) S 10264 10264 9506 0 -1 64 4611 0 1 0 266 4 0 0 15 0 10 0 57396340 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10271] ppid=10264 vsize=848696 CPUtime=9.47
/proc/10269/task/10271/stat : 10271 (java) R 10264 10264 9506 0 -1 64 17012 0 0 0 936 11 0 0 25 0 10 0 57396341 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 102549389 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10272] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10272/stat : 10272 (java) S 10264 10264 9506 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 57396342 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10273] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10273/stat : 10273 (java) S 10264 10264 9506 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57396342 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10274] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10274/stat : 10274 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57396344 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10275] ppid=10264 vsize=848696 CPUtime=0.33
/proc/10269/task/10275/stat : 10275 (java) S 10264 10264 9506 0 -1 64 1537 0 0 0 32 1 0 0 16 0 10 0 57396347 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10276] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10276/stat : 10276 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57396347 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10277] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10277/stat : 10277 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57396348 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10278] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10278/stat : 10278 (java) S 10264 10264 9506 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 57396462 869064704 7990 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 854052

[startup+25.5019 s]
/proc/loadavg: 2.13 2.04 2.01 3/92 10278
/proc/meminfo: memFree=1424016/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 57396338 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10264/statm: 1339 244 201 169 0 50 0
[pid=10269] ppid=10264 vsize=848696 CPUtime=25.18
/proc/10269/stat : 10269 (java) S 10264 10264 9506 0 -1 0 35214 0 1 0 2489 29 0 0 18 0 10 0 57396339 869064704 8085 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10269/statm: 212174 8085 2625 9 0 206652 0
[pid=10269/tid=10270] ppid=10264 vsize=848696 CPUtime=4.81
/proc/10269/task/10270/stat : 10270 (java) S 10264 10264 9506 0 -1 64 5357 0 1 0 475 6 0 0 15 0 10 0 57396340 869064704 8085 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10271] ppid=10264 vsize=848696 CPUtime=20.01
/proc/10269/task/10271/stat : 10271 (java) R 10264 10264 9506 0 -1 64 27618 0 0 0 1980 21 0 0 25 0 10 0 57396341 869064704 8085 996147200 134512640 134550932 4294955408 18446744073709551615 102381670 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10272] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10272/stat : 10272 (java) S 10264 10264 9506 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 57396342 869064704 8085 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10273] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10273/stat : 10273 (java) S 10264 10264 9506 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57396342 869064704 8085 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10274] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10274/stat : 10274 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57396344 869064704 8085 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10275] ppid=10264 vsize=848696 CPUtime=0.33
/proc/10269/task/10275/stat : 10275 (java) S 10264 10264 9506 0 -1 64 1537 0 0 0 32 1 0 0 16 0 10 0 57396347 869064704 8085 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10276] ppid=10264 vsize=848696 CPUtime=0
/proc/10269/task/10276/stat : 10276 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57396347 869064704 8085 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10277] ppid=10264 vsize=848696 CPUtime=0

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

/proc/meminfo: memFree=801528/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 57396338 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10264/statm: 1339 244 201 169 0 50 0
[pid=10269] ppid=10264 vsize=851212 CPUtime=1650.13
/proc/10269/stat : 10269 (java) S 10264 10264 9506 0 -1 0 213277 0 1 0 164888 125 0 0 18 0 10 0 57396339 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10269/statm: 212803 167496 2634 9 0 207281 0
[pid=10269/tid=10270] ppid=10264 vsize=851212 CPUtime=1607.32
/proc/10269/task/10270/stat : 10270 (java) R 10264 10264 9506 0 -1 64 13443 0 1 0 160713 19 0 0 25 0 10 0 57396340 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4127876296 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10271] ppid=10264 vsize=851212 CPUtime=42.02
/proc/10269/task/10271/stat : 10271 (java) S 10264 10264 9506 0 -1 64 196609 0 0 0 4099 103 0 0 16 0 10 0 57396341 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10272] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10272/stat : 10272 (java) S 10264 10264 9506 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57396342 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10273] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10273/stat : 10273 (java) S 10264 10264 9506 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 57396342 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10274] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10274/stat : 10274 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57396344 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10275] ppid=10264 vsize=851212 CPUtime=0.77
/proc/10269/task/10275/stat : 10275 (java) S 10264 10264 9506 0 -1 64 2518 0 0 0 75 2 0 0 16 0 10 0 57396347 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10276] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10276/stat : 10276 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57396347 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10277] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10277/stat : 10277 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57396348 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10279] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10279/stat : 10279 (java) S 10264 10264 9506 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 57469472 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.13
Current children cumulated vsize (KiB) 856568

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 10354
/proc/meminfo: memFree=801528/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 57396338 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10264/statm: 1339 244 201 169 0 50 0
[pid=10269] ppid=10264 vsize=851212 CPUtime=1710.11
/proc/10269/stat : 10269 (java) S 10264 10264 9506 0 -1 0 213323 0 1 0 170885 126 0 0 18 0 10 0 57396339 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10269/statm: 212803 167496 2634 9 0 207281 0
[pid=10269/tid=10270] ppid=10264 vsize=851212 CPUtime=1667.2
/proc/10269/task/10270/stat : 10270 (java) R 10264 10264 9506 0 -1 64 13489 0 1 0 166701 19 0 0 25 0 10 0 57396340 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4127819226 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10271] ppid=10264 vsize=851212 CPUtime=42.12
/proc/10269/task/10271/stat : 10271 (java) S 10264 10264 9506 0 -1 64 196609 0 0 0 4109 103 0 0 16 0 10 0 57396341 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10272] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10272/stat : 10272 (java) S 10264 10264 9506 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57396342 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10273] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10273/stat : 10273 (java) S 10264 10264 9506 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 57396342 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10274] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10274/stat : 10274 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57396344 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10275] ppid=10264 vsize=851212 CPUtime=0.77
/proc/10269/task/10275/stat : 10275 (java) S 10264 10264 9506 0 -1 64 2518 0 0 0 75 2 0 0 16 0 10 0 57396347 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10276] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10276/stat : 10276 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57396347 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10277] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10277/stat : 10277 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57396348 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10279] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10279/stat : 10279 (java) S 10264 10264 9506 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 57469472 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.11
Current children cumulated vsize (KiB) 856568

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 10354
/proc/meminfo: memFree=801464/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 57396338 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10264/statm: 1339 244 201 169 0 50 0
[pid=10269] ppid=10264 vsize=851212 CPUtime=1770.09
/proc/10269/stat : 10269 (java) S 10264 10264 9506 0 -1 0 213369 0 1 0 176883 126 0 0 18 0 10 0 57396339 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10269/statm: 212803 167496 2634 9 0 207281 0
[pid=10269/tid=10270] ppid=10264 vsize=851212 CPUtime=1727.08
/proc/10269/task/10270/stat : 10270 (java) R 10264 10264 9506 0 -1 64 13535 0 1 0 172689 19 0 0 25 0 10 0 57396340 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4127819220 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10271] ppid=10264 vsize=851212 CPUtime=42.21
/proc/10269/task/10271/stat : 10271 (java) S 10264 10264 9506 0 -1 64 196609 0 0 0 4118 103 0 0 16 0 10 0 57396341 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10272] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10272/stat : 10272 (java) S 10264 10264 9506 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57396342 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10273] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10273/stat : 10273 (java) S 10264 10264 9506 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 57396342 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10274] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10274/stat : 10274 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57396344 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10275] ppid=10264 vsize=851212 CPUtime=0.77
/proc/10269/task/10275/stat : 10275 (java) S 10264 10264 9506 0 -1 64 2518 0 0 0 75 2 0 0 16 0 10 0 57396347 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10276] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10276/stat : 10276 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57396347 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10277] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10277/stat : 10277 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57396348 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10279] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10279/stat : 10279 (java) S 10264 10264 9506 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 57469472 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.09
Current children cumulated vsize (KiB) 856568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 10354
/proc/meminfo: memFree=801464/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 57396338 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10264/statm: 1339 244 201 169 0 50 0
[pid=10269] ppid=10264 vsize=851212 CPUtime=1800.09
/proc/10269/stat : 10269 (java) S 10264 10264 9506 0 -1 0 213392 0 1 0 179882 127 0 0 18 0 10 0 57396339 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10269/statm: 212803 167496 2634 9 0 207281 0
[pid=10269/tid=10270] ppid=10264 vsize=851212 CPUtime=1757.02
/proc/10269/task/10270/stat : 10270 (java) R 10264 10264 9506 0 -1 64 13558 0 1 0 175683 19 0 0 25 0 10 0 57396340 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4127878507 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10271] ppid=10264 vsize=851212 CPUtime=42.26
/proc/10269/task/10271/stat : 10271 (java) S 10264 10264 9506 0 -1 64 196609 0 0 0 4123 103 0 0 16 0 10 0 57396341 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10272] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10272/stat : 10272 (java) S 10264 10264 9506 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57396342 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10273] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10273/stat : 10273 (java) S 10264 10264 9506 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 57396342 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10274] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10274/stat : 10274 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57396344 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10275] ppid=10264 vsize=851212 CPUtime=0.77
/proc/10269/task/10275/stat : 10275 (java) S 10264 10264 9506 0 -1 64 2518 0 0 0 75 2 0 0 16 0 10 0 57396347 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10276] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10276/stat : 10276 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57396347 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10277] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10277/stat : 10277 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57396348 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10279] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10279/stat : 10279 (java) S 10264 10264 9506 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 57469472 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 856568

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

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

[startup+1812.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 10354
/proc/meminfo: memFree=801464/2055920 swapFree=4192812/4192956
[pid=10264] ppid=10262 vsize=5356 CPUtime=0
/proc/10264/stat : 10264 (concrete.sh) S 10262 10264 9506 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 57396338 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10264/statm: 1339 244 201 169 0 50 0
[pid=10269] ppid=10264 vsize=851212 CPUtime=1800.09
/proc/10269/stat : 10269 (java) S 10264 10264 9506 0 -1 0 213392 0 1 0 179882 127 0 0 18 0 10 0 57396339 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10269/statm: 212803 167496 2634 9 0 207281 0
[pid=10269/tid=10270] ppid=10264 vsize=851212 CPUtime=1757.02
/proc/10269/task/10270/stat : 10270 (java) R 10264 10264 9506 0 -1 64 13558 0 1 0 175683 19 0 0 25 0 10 0 57396340 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4127878507 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10271] ppid=10264 vsize=851212 CPUtime=42.26
/proc/10269/task/10271/stat : 10271 (java) S 10264 10264 9506 0 -1 64 196609 0 0 0 4123 103 0 0 16 0 10 0 57396341 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10272] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10272/stat : 10272 (java) S 10264 10264 9506 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57396342 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10273] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10273/stat : 10273 (java) S 10264 10264 9506 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 57396342 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10274] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10274/stat : 10274 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57396344 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10275] ppid=10264 vsize=851212 CPUtime=0.77
/proc/10269/task/10275/stat : 10275 (java) S 10264 10264 9506 0 -1 64 2518 0 0 0 75 2 0 0 16 0 10 0 57396347 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10276] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10276/stat : 10276 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57396347 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10269/tid=10277] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10277/stat : 10277 (java) S 10264 10264 9506 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57396348 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10269/tid=10279] ppid=10264 vsize=851212 CPUtime=0
/proc/10269/task/10279/stat : 10279 (java) S 10264 10264 9506 0 -1 64 0 0 0 0 0 0 0 0 23 0 10 0 57469472 871641088 167496 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 856568

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1812.32
CPU time (s): 1800.09
CPU user time (s): 1798.82
CPU system time (s): 1.27
CPU usage (%): 99.3251
Max. virtual memory (cumulated for all children) (KiB): 856568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.005999
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= 21
involuntary context switches= 11

runsolver used 2.21766 second user time and 6.13907 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-16 02:15:23
IDJOB=2065083
IDBENCH=54282
IDSOLVER=735
FILE ID=node39/2065083-1247703323
PBS_JOBID= 9521233
Free space on /tmp= 66356 MiB

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

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

MD5SUM BENCH= f8a5201e16f79ff6d677fc664a08844c
RANDOM SEED=1809508128

node39.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.236
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.236
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:       1447432 kB
Buffers:         73768 kB
Cached:         389108 kB
SwapCached:          0 kB
Active:         241868 kB
Inactive:       284452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1447432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          83828 kB
Slab:            67168 kB
Committed_AS:   633452 kB
PageTables:       1932 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= 66360 MiB
End job on node39 at 2009-07-16 02:45:37