Trace number 1074317

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete + CSP4J - Tabu Engine 2008-05-30? (TO) 1800.04 1805.62

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle09.xml
MD5SUMd9fbe1b8b0983e4e711af0b81931d16b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.077988
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints55
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension38
Global constraints used (with number of constraints)

Solver Data (download as text)

81.01/81.87	c CPU-LOAD 9.22
81.01/81.87	c LOADED 35 V (26 E), 15 ExtensionConstraintGeneral, 38 PredicateConstraint, 2 ExtensionConstraint2D, arity 14, 9.22 cpu

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1074317-1215178430/watcher-1074317-1215178430 -o /tmp/evaluation-result-1074317-1215178430/solver-1074317-1215178430 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1074317-1215178430.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.15 1.95 4/81 32757
/proc/meminfo: memFree=1670552/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=18572 CPUtime=0
/proc/32757/stat : 32757 (runsolver) R 32755 32757 32455 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1996813340 19017728 292 996147200 4194304 4296836 548682068432 18446744073709551615 251255123239 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32757/statm: 4643 292 257 25 0 2626 0

[startup+0.0639971 s]
/proc/loadavg: 1.97 2.15 1.95 4/81 32757
/proc/meminfo: memFree=1670552/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=5356 CPUtime=0
/proc/32757/stat : 32757 (concrete.sh) S 32755 32757 32455 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996813340 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32757/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102007 s]
/proc/loadavg: 1.97 2.15 1.95 4/81 32757
/proc/meminfo: memFree=1670552/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=5356 CPUtime=0
/proc/32757/stat : 32757 (concrete.sh) S 32755 32757 32455 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996813340 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32757/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302027 s]
/proc/loadavg: 1.97 2.15 1.95 4/81 32757
/proc/meminfo: memFree=1670552/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=5356 CPUtime=0
/proc/32757/stat : 32757 (concrete.sh) S 32755 32757 32455 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996813340 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32757/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701071 s]
/proc/loadavg: 1.97 2.15 1.95 4/81 32757
/proc/meminfo: memFree=1670552/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=5356 CPUtime=0
/proc/32757/stat : 32757 (concrete.sh) S 32755 32757 32455 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996813340 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32757/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50215 s]
/proc/loadavg: 1.97 2.15 1.95 3/92 301
/proc/meminfo: memFree=1525760/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=5356 CPUtime=0
/proc/32757/stat : 32757 (concrete.sh) S 32755 32757 32455 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996813340 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32757/statm: 1339 242 201 169 0 50 0
[pid=32760] ppid=32757 vsize=846188 CPUtime=1.47
/proc/32760/stat : 32760 (java) S 32757 32757 32455 0 -1 0 71307 0 1 0 117 30 0 0 18 0 10 0 1996813341 866496512 70429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32760/statm: 211547 70429 2580 9 0 206107 0
[pid=32760/tid=32761] ppid=32757 vsize=846188 CPUtime=0.95
/proc/32760/task/32761/stat : 32761 (java) R 32757 32757 32455 0 -1 64 67087 0 1 0 67 28 0 0 23 0 10 0 1996813342 866496512 70429 996147200 134512640 134550740 4294956016 18446744073709551615 102638674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32762] ppid=32757 vsize=846188 CPUtime=0.33
/proc/32760/task/32762/stat : 32762 (java) S 32757 32757 32455 0 -1 64 2748 0 0 0 33 0 0 0 18 0 10 0 1996813343 866496512 70429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32763] ppid=32757 vsize=846188 CPUtime=0
/proc/32760/task/32763/stat : 32763 (java) S 32757 32757 32455 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1996813344 866496512 70429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32764] ppid=32757 vsize=846188 CPUtime=0
/proc/32760/task/32764/stat : 32764 (java) S 32757 32757 32455 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1996813344 866496512 70429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32765] ppid=32757 vsize=846188 CPUtime=0
/proc/32760/task/32765/stat : 32765 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1996813346 866496512 70429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32766] ppid=32757 vsize=846188 CPUtime=0.16
/proc/32760/task/32766/stat : 32766 (java) S 32757 32757 32455 0 -1 64 735 0 0 0 16 0 0 0 16 0 10 0 1996813346 866496512 70429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32767] ppid=32757 vsize=846188 CPUtime=0
/proc/32760/task/32767/stat : 32767 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1996813346 866496512 70429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=300] ppid=32757 vsize=846188 CPUtime=0
/proc/32760/task/300/stat : 300 (java) S 32757 32757 32455 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1996813346 866496512 70429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=301] ppid=32757 vsize=846188 CPUtime=0
/proc/32760/task/301/stat : 301 (java) S 32757 32757 32455 0 -1 64 4 0 0 0 0 0 0 0 18 0 10 0 1996813400 866496512 70429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 851544

[startup+3.10133 s]
/proc/loadavg: 1.97 2.15 1.95 3/92 301
/proc/meminfo: memFree=1321600/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=5356 CPUtime=0
/proc/32757/stat : 32757 (concrete.sh) S 32755 32757 32455 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996813340 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32757/statm: 1339 242 201 169 0 50 0
[pid=32760] ppid=32757 vsize=861064 CPUtime=3.05
/proc/32760/stat : 32760 (java) S 32757 32757 32455 0 -1 0 119830 0 1 0 254 51 0 0 18 0 10 0 1996813341 881729536 118946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32760/statm: 215266 118946 2580 9 0 209826 0
[pid=32760/tid=32761] ppid=32757 vsize=861064 CPUtime=1.42
/proc/32760/task/32761/stat : 32761 (java) R 32757 32757 32455 0 -1 64 74066 0 1 0 111 31 0 0 25 0 10 0 1996813342 881729536 118946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32762] ppid=32757 vsize=861064 CPUtime=1.43
/proc/32760/task/32762/stat : 32762 (java) R 32757 32757 32455 0 -1 64 44292 0 0 0 125 18 0 0 17 0 10 0 1996813343 881729536 118946 996147200 134512640 134550740 4294956016 18446744073709551615 101588319 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32763] ppid=32757 vsize=861064 CPUtime=0
/proc/32760/task/32763/stat : 32763 (java) S 32757 32757 32455 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1996813344 881729536 118946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32764] ppid=32757 vsize=861064 CPUtime=0
/proc/32760/task/32764/stat : 32764 (java) S 32757 32757 32455 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1996813344 881729536 118946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32765] ppid=32757 vsize=861064 CPUtime=0
/proc/32760/task/32765/stat : 32765 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1996813346 881729536 118946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32766] ppid=32757 vsize=861064 CPUtime=0.16
/proc/32760/task/32766/stat : 32766 (java) S 32757 32757 32455 0 -1 64 735 0 0 0 16 0 0 0 16 0 10 0 1996813346 881729536 118946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32767] ppid=32757 vsize=861064 CPUtime=0
/proc/32760/task/32767/stat : 32767 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1996813346 881729536 118946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=300] ppid=32757 vsize=861064 CPUtime=0
/proc/32760/task/300/stat : 300 (java) S 32757 32757 32455 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1996813346 881729536 118946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=301] ppid=32757 vsize=861064 CPUtime=0
/proc/32760/task/301/stat : 301 (java) S 32757 32757 32455 0 -1 64 4 0 0 0 0 0 0 0 18 0 10 0 1996813400 881729536 118946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 866420

[startup+6.30267 s]
/proc/loadavg: 1.97 2.15 1.95 3/92 301
/proc/meminfo: memFree=1059392/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=5356 CPUtime=0
/proc/32757/stat : 32757 (concrete.sh) S 32755 32757 32455 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996813340 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32757/statm: 1339 242 201 169 0 50 0
[pid=32760] ppid=32757 vsize=881540 CPUtime=6.22
/proc/32760/stat : 32760 (java) S 32757 32757 32455 0 -1 0 178035 0 1 0 546 76 0 0 18 0 10 0 1996813341 902696960 177146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32760/statm: 220385 177146 2580 9 0 214945 0
[pid=32760/tid=32761] ppid=32757 vsize=881540 CPUtime=2.07
/proc/32760/task/32761/stat : 32761 (java) S 32757 32757 32455 0 -1 64 81890 0 1 0 173 34 0 0 17 0 10 0 1996813342 902696960 177146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32762] ppid=32757 vsize=881540 CPUtime=3.95
/proc/32760/task/32762/stat : 32762 (java) R 32757 32757 32455 0 -1 64 94673 0 0 0 355 40 0 0 25 0 10 0 1996813343 902696960 177146 996147200 134512640 134550740 4294956016 18446744073709551615 103831900 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32763] ppid=32757 vsize=881540 CPUtime=0
/proc/32760/task/32763/stat : 32763 (java) S 32757 32757 32455 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1996813344 902696960 177146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32764] ppid=32757 vsize=881540 CPUtime=0
/proc/32760/task/32764/stat : 32764 (java) S 32757 32757 32455 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1996813344 902696960 177146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32765] ppid=32757 vsize=881540 CPUtime=0
/proc/32760/task/32765/stat : 32765 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1996813346 902696960 177146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32766] ppid=32757 vsize=881540 CPUtime=0.16
/proc/32760/task/32766/stat : 32766 (java) S 32757 32757 32455 0 -1 64 735 0 0 0 16 0 0 0 16 0 10 0 1996813346 902696960 177146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32767] ppid=32757 vsize=881540 CPUtime=0
/proc/32760/task/32767/stat : 32767 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1996813346 902696960 177146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=300] ppid=32757 vsize=881540 CPUtime=0
/proc/32760/task/300/stat : 300 (java) S 32757 32757 32455 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1996813346 902696960 177146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=301] ppid=32757 vsize=881540 CPUtime=0
/proc/32760/task/301/stat : 301 (java) S 32757 32757 32455 0 -1 64 4 0 0 0 0 0 0 0 18 0 10 0 1996813400 902696960 177146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 886896

[startup+12.7014 s]
/proc/loadavg: 2.05 2.16 1.96 3/92 301
/proc/meminfo: memFree=875648/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=5356 CPUtime=0
/proc/32757/stat : 32757 (concrete.sh) S 32755 32757 32455 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996813340 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32757/statm: 1339 242 201 169 0 50 0
[pid=32760] ppid=32757 vsize=892896 CPUtime=12.57
/proc/32760/stat : 32760 (java) S 32757 32757 32455 0 -1 0 201573 0 1 0 1171 86 0 0 18 0 10 0 1996813341 914325504 200680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32760/statm: 223224 200680 2580 9 0 217784 0
[pid=32760/tid=32761] ppid=32757 vsize=892896 CPUtime=2.48
/proc/32760/task/32761/stat : 32761 (java) S 32757 32757 32455 0 -1 64 84671 0 1 0 213 35 0 0 17 0 10 0 1996813342 914325504 200680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32762] ppid=32757 vsize=892896 CPUtime=9.89
/proc/32760/task/32762/stat : 32762 (java) R 32757 32757 32455 0 -1 64 115430 0 0 0 940 49 0 0 25 0 10 0 1996813343 914325504 200680 996147200 134512640 134550740 4294956016 18446744073709551615 104457013 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32763] ppid=32757 vsize=892896 CPUtime=0
/proc/32760/task/32763/stat : 32763 (java) S 32757 32757 32455 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1996813344 914325504 200680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32764] ppid=32757 vsize=892896 CPUtime=0
/proc/32760/task/32764/stat : 32764 (java) S 32757 32757 32455 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1996813344 914325504 200680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32765] ppid=32757 vsize=892896 CPUtime=0
/proc/32760/task/32765/stat : 32765 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1996813346 914325504 200680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32766] ppid=32757 vsize=892896 CPUtime=0.16
/proc/32760/task/32766/stat : 32766 (java) S 32757 32757 32455 0 -1 64 735 0 0 0 16 0 0 0 16 0 10 0 1996813346 914325504 200680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32767] ppid=32757 vsize=892896 CPUtime=0
/proc/32760/task/32767/stat : 32767 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1996813346 914325504 200680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=300] ppid=32757 vsize=892896 CPUtime=0
/proc/32760/task/300/stat : 300 (java) S 32757 32757 32455 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1996813346 914325504 200680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=301] ppid=32757 vsize=892896 CPUtime=0
/proc/32760/task/301/stat : 301 (java) S 32757 32757 32455 0 -1 64 4 0 0 0 0 0 0 0 18 0 10 0 1996813400 914325504 200680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 898252

[startup+25.5028 s]
/proc/loadavg: 2.04 2.15 1.96 3/92 301
/proc/meminfo: memFree=875264/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=5356 CPUtime=0
/proc/32757/stat : 32757 (concrete.sh) S 32755 32757 32455 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996813340 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32757/statm: 1339 242 201 169 0 50 0
[pid=32760] ppid=32757 vsize=892992 CPUtime=25.24
/proc/32760/stat : 32760 (java) S 32757 32757 32455 0 -1 0 201672 0 1 0 2438 86 0 0 18 0 10 0 1996813341 914423808 200765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32760/statm: 223248 200765 2581 9 0 217808 0
[pid=32760/tid=32761] ppid=32757 vsize=892992 CPUtime=4.29
/proc/32760/task/32761/stat : 32761 (java) S 32757 32757 32455 0 -1 64 84693 0 1 0 394 35 0 0 17 0 10 0 1996813342 914423808 200765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32762] ppid=32757 vsize=892992 CPUtime=20.71
/proc/32760/task/32762/stat : 32762 (java) R 32757 32757 32455 0 -1 64 115443 0 0 0 2022 49 0 0 25 0 10 0 1996813343 914423808 200765 996147200 134512640 134550740 4294956016 18446744073709551615 103834280 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32763] ppid=32757 vsize=892992 CPUtime=0
/proc/32760/task/32763/stat : 32763 (java) S 32757 32757 32455 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1996813344 914423808 200765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32764] ppid=32757 vsize=892992 CPUtime=0
/proc/32760/task/32764/stat : 32764 (java) S 32757 32757 32455 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1996813344 914423808 200765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32765] ppid=32757 vsize=892992 CPUtime=0
/proc/32760/task/32765/stat : 32765 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1996813346 914423808 200765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32766] ppid=32757 vsize=892992 CPUtime=0.2
/proc/32760/task/32766/stat : 32766 (java) S 32757 32757 32455 0 -1 64 799 0 0 0 20 0 0 0 16 0 10 0 1996813346 914423808 200765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32767] ppid=32757 vsize=892992 CPUtime=0
/proc/32760/task/32767/stat : 32767 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1996813346 914423808 200765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=300] ppid=32757 vsize=892992 CPUtime=0

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

/proc/32760/task/32766/stat : 32766 (java) S 32757 32757 32455 0 -1 64 871 0 0 0 31 0 0 0 16 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32767] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32767/stat : 32767 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=300] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/300/stat : 300 (java) S 32757 32757 32455 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.84
Current children cumulated vsize (KiB) 895792

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/91 439
/proc/meminfo: memFree=396728/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=5356 CPUtime=0
/proc/32757/stat : 32757 (concrete.sh) S 32755 32757 32455 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996813340 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32757/statm: 1339 242 201 169 0 50 0
[pid=32760] ppid=32757 vsize=890436 CPUtime=1596.82
/proc/32760/stat : 32760 (java) S 32757 32757 32455 0 -1 0 202049 0 1 0 159405 277 0 0 18 0 9 0 1996813341 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32760/statm: 222609 183094 2585 9 0 217169 0
[pid=32760/tid=32761] ppid=32757 vsize=890436 CPUtime=1524.78
/proc/32760/task/32761/stat : 32761 (java) R 32757 32757 32455 0 -1 64 84996 0 1 0 152255 223 0 0 25 0 9 0 1996813342 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4126441248 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32760/tid=32762] ppid=32757 vsize=890436 CPUtime=71.7
/proc/32760/task/32762/stat : 32762 (java) S 32757 32757 32455 0 -1 64 115443 0 0 0 7118 52 0 0 16 0 9 0 1996813343 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32760/tid=32763] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32763/stat : 32763 (java) S 32757 32757 32455 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1996813344 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32764] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32764/stat : 32764 (java) S 32757 32757 32455 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996813344 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32765] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32765/stat : 32765 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32766] ppid=32757 vsize=890436 CPUtime=0.31
/proc/32760/task/32766/stat : 32766 (java) S 32757 32757 32455 0 -1 64 871 0 0 0 31 0 0 0 16 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32767] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32767/stat : 32767 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=300] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/300/stat : 300 (java) S 32757 32757 32455 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.82
Current children cumulated vsize (KiB) 895792

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/91 445
/proc/meminfo: memFree=396400/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=5356 CPUtime=0
/proc/32757/stat : 32757 (concrete.sh) S 32755 32757 32455 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996813340 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32757/statm: 1339 242 201 169 0 50 0
[pid=32760] ppid=32757 vsize=890436 CPUtime=1656.8
/proc/32760/stat : 32760 (java) S 32757 32757 32455 0 -1 0 202058 0 1 0 165397 283 0 0 18 0 9 0 1996813341 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32760/statm: 222609 183094 2585 9 0 217169 0
[pid=32760/tid=32761] ppid=32757 vsize=890436 CPUtime=1584.75
/proc/32760/task/32761/stat : 32761 (java) R 32757 32757 32455 0 -1 64 85005 0 1 0 158246 229 0 0 25 0 9 0 1996813342 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4126487529 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32760/tid=32762] ppid=32757 vsize=890436 CPUtime=71.7
/proc/32760/task/32762/stat : 32762 (java) S 32757 32757 32455 0 -1 64 115443 0 0 0 7118 52 0 0 16 0 9 0 1996813343 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32760/tid=32763] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32763/stat : 32763 (java) S 32757 32757 32455 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1996813344 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32764] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32764/stat : 32764 (java) S 32757 32757 32455 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996813344 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32765] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32765/stat : 32765 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32766] ppid=32757 vsize=890436 CPUtime=0.31
/proc/32760/task/32766/stat : 32766 (java) S 32757 32757 32455 0 -1 64 871 0 0 0 31 0 0 0 16 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32767] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32767/stat : 32767 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=300] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/300/stat : 300 (java) S 32757 32757 32455 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.8
Current children cumulated vsize (KiB) 895792

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/91 445
/proc/meminfo: memFree=396400/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=5356 CPUtime=0
/proc/32757/stat : 32757 (concrete.sh) S 32755 32757 32455 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996813340 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32757/statm: 1339 242 201 169 0 50 0
[pid=32760] ppid=32757 vsize=890436 CPUtime=1716.78
/proc/32760/stat : 32760 (java) S 32757 32757 32455 0 -1 0 202066 0 1 0 171387 291 0 0 18 0 9 0 1996813341 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32760/statm: 222609 183094 2585 9 0 217169 0
[pid=32760/tid=32761] ppid=32757 vsize=890436 CPUtime=1644.73
/proc/32760/task/32761/stat : 32761 (java) R 32757 32757 32455 0 -1 64 85013 0 1 0 164236 237 0 0 25 0 9 0 1996813342 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4126461809 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32760/tid=32762] ppid=32757 vsize=890436 CPUtime=71.7
/proc/32760/task/32762/stat : 32762 (java) S 32757 32757 32455 0 -1 64 115443 0 0 0 7118 52 0 0 16 0 9 0 1996813343 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32760/tid=32763] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32763/stat : 32763 (java) S 32757 32757 32455 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1996813344 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32764] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32764/stat : 32764 (java) S 32757 32757 32455 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996813344 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32765] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32765/stat : 32765 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32766] ppid=32757 vsize=890436 CPUtime=0.31
/proc/32760/task/32766/stat : 32766 (java) S 32757 32757 32455 0 -1 64 871 0 0 0 31 0 0 0 16 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32767] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32767/stat : 32767 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=300] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/300/stat : 300 (java) S 32757 32757 32455 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.78
Current children cumulated vsize (KiB) 895792

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/91 445
/proc/meminfo: memFree=396400/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=5356 CPUtime=0
/proc/32757/stat : 32757 (concrete.sh) S 32755 32757 32455 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996813340 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32757/statm: 1339 242 201 169 0 50 0
[pid=32760] ppid=32757 vsize=890436 CPUtime=1776.75
/proc/32760/stat : 32760 (java) S 32757 32757 32455 0 -1 0 202075 0 1 0 177375 300 0 0 18 0 9 0 1996813341 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32760/statm: 222609 183094 2585 9 0 217169 0
[pid=32760/tid=32761] ppid=32757 vsize=890436 CPUtime=1704.7
/proc/32760/task/32761/stat : 32761 (java) R 32757 32757 32455 0 -1 64 85022 0 1 0 170224 246 0 0 25 0 9 0 1996813342 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4126441229 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32760/tid=32762] ppid=32757 vsize=890436 CPUtime=71.71
/proc/32760/task/32762/stat : 32762 (java) S 32757 32757 32455 0 -1 64 115443 0 0 0 7119 52 0 0 16 0 9 0 1996813343 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32760/tid=32763] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32763/stat : 32763 (java) S 32757 32757 32455 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1996813344 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32764] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32764/stat : 32764 (java) S 32757 32757 32455 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996813344 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32765] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32765/stat : 32765 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32766] ppid=32757 vsize=890436 CPUtime=0.31
/proc/32760/task/32766/stat : 32766 (java) S 32757 32757 32455 0 -1 64 871 0 0 0 31 0 0 0 16 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32767] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32767/stat : 32767 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=300] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/300/stat : 300 (java) S 32757 32757 32455 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.75
Current children cumulated vsize (KiB) 895792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.6 s]
/proc/loadavg: 2.00 2.00 1.99 3/91 445
/proc/meminfo: memFree=396400/2055920 swapFree=4178936/4192956
[pid=32757] ppid=32755 vsize=5356 CPUtime=0
/proc/32757/stat : 32757 (concrete.sh) S 32755 32757 32455 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1996813340 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32757/statm: 1339 242 201 169 0 50 0
[pid=32760] ppid=32757 vsize=890436 CPUtime=1800.04
/proc/32760/stat : 32760 (java) S 32757 32757 32455 0 -1 0 202078 0 1 0 179702 302 0 0 18 0 9 0 1996813341 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32760/statm: 222609 183094 2585 9 0 217169 0
[pid=32760/tid=32761] ppid=32757 vsize=890436 CPUtime=1727.99
/proc/32760/task/32761/stat : 32761 (java) R 32757 32757 32455 0 -1 64 85025 0 1 0 172551 248 0 0 25 0 9 0 1996813342 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4126441257 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32760/tid=32762] ppid=32757 vsize=890436 CPUtime=71.71
/proc/32760/task/32762/stat : 32762 (java) S 32757 32757 32455 0 -1 64 115443 0 0 0 7119 52 0 0 16 0 9 0 1996813343 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32760/tid=32763] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32763/stat : 32763 (java) S 32757 32757 32455 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1996813344 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32764] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32764/stat : 32764 (java) S 32757 32757 32455 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996813344 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32765] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32765/stat : 32765 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32766] ppid=32757 vsize=890436 CPUtime=0.31
/proc/32760/task/32766/stat : 32766 (java) S 32757 32757 32455 0 -1 64 871 0 0 0 31 0 0 0 16 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=32767] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/32767/stat : 32767 (java) S 32757 32757 32455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32760/tid=300] ppid=32757 vsize=890436 CPUtime=0
/proc/32760/task/300/stat : 300 (java) S 32757 32757 32455 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996813346 911806464 183094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 895792

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

Real time (s): 1805.62
CPU time (s): 1800.04
CPU user time (s): 1797.02
CPU system time (s): 3.02
CPU usage (%): 99.6909
Max. virtual memory (cumulated for all children) (KiB): 898348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
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 3.21651 second user time and 6.15206 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-04 15:33:50
IDJOB=1074317
IDBENCH=56404
IDSOLVER=303
FILE ID=node64/1074317-1215178430
PBS_JOBID= 7881546
Free space on /tmp= 66548 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle09.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s Tabu BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074317-1215178430/watcher-1074317-1215178430 -o /tmp/evaluation-result-1074317-1215178430/solver-1074317-1215178430 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1074317-1215178430.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d9fbe1b8b0983e4e711af0b81931d16b
RANDOM SEED=154056548

node64.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.248
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.248
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:       1671032 kB
Buffers:         25200 kB
Cached:         120976 kB
SwapCached:       7368 kB
Active:         273176 kB
Inactive:        55660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1671032 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            1164 kB
Writeback:           0 kB
Mapped:         198660 kB
Slab:            40640 kB
Committed_AS:  4290164 kB
PageTables:       2168 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node64 at 2008-07-04 16:03:57