Trace number 1064383

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
galac M? (MO) 529.92 530.23

General information on the benchmark

Namecsp/tdsp/
normalized-C7-1-240.xml
MD5SUMd28497c4d2e2b68c6bf6783191da2ccc
Bench CategoryN-ARY-INT (n-ary 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 variables590
Number of constraints19502
Maximum constraint arity6
Maximum domain size241
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19502
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
529.92/531.05	#
529.92/531.06	# An unexpected error has been detected by Java Runtime Environment:
529.92/531.06	#
529.92/531.06	# java.lang.OutOfMemoryError: requested 131072000 bytes for GrET in /BUILD_AREA/jdk6_06/hotspot/src/share/vm/utilities/growableArray.cpp. Out of swap space?
529.92/531.06	#
529.92/531.06	#  Internal Error (allocation.inline.hpp:42), pid=24366, tid=4122487728
529.92/531.06	#  Error: GrET in /BUILD_AREA/jdk6_06/hotspot/src/share/vm/utilities/growableArray.cpp
529.92/531.06	#
529.92/531.06	# Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode, sharing linux-x86)
529.92/531.06	# An error report file with more information is saved as:
529.92/531.06	# HOME/hs_err_pid24366.log
529.92/531.19	#
529.92/531.19	# If you would like to submit a bug report, please visit:
529.92/531.19	#   http://java.sun.com/webapps/bugreport/crash.jsp
529.92/531.19	#

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-1064383-1215140947/watcher-1064383-1215140947 -o /tmp/evaluation-result-1064383-1215140947/solver-1064383-1215140947 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1064383-1215140947.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

[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24352
/proc/meminfo: memFree=1123504/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=18572 CPUtime=0
/proc/24352/stat : 24352 (runsolver) R 24350 22343 22343 0 -1 4194368 12 0 0 0 0 0 0 0 20 0 1 0 626350429 19017728 290 996147200 4194304 4296836 548682068496 18446744073709551615 254613591396 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24352/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0383701 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24352
/proc/meminfo: memFree=1123504/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47576 CPUtime=0.01
/proc/24352/stat : 24352 (galacM.sh) R 24350 24352 22343 0 -1 4194304 752 1697 0 0 0 0 0 1 17 0 1 0 626350429 48717824 363 996147200 4194304 4520092 548682068832 18446744073709551615 254613318131 0 2 4096 73728 0 0 0 17 0 0 0
/proc/24352/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.102376 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24352
/proc/meminfo: memFree=1123504/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47580 CPUtime=0.01
/proc/24352/stat : 24352 (galacM.sh) S 24350 24352 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 626350429 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24352/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.302397 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24352
/proc/meminfo: memFree=1123504/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47580 CPUtime=0.01
/proc/24352/stat : 24352 (galacM.sh) S 24350 24352 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 626350429 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24352/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701442 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24352
/proc/meminfo: memFree=1123504/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47580 CPUtime=0.01
/proc/24352/stat : 24352 (galacM.sh) S 24350 24352 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 626350429 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24352/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50153 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 24374
/proc/meminfo: memFree=1082592/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47580 CPUtime=0.01
/proc/24352/stat : 24352 (galacM.sh) S 24350 24352 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 626350429 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24352/statm: 11895 364 245 79 0 219 0
[pid=24366] ppid=24352 vsize=812736 CPUtime=1.44
/proc/24366/stat : 24366 (java) S 24352 24352 22343 0 -1 0 13414 0 1 0 136 8 0 0 19 0 9 0 626350433 832241664 12612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24366/statm: 203184 12612 2584 9 0 197165 0
[pid=24366/tid=24367] ppid=24352 vsize=812736 CPUtime=0.43
/proc/24366/task/24367/stat : 24367 (java) S 24352 24352 22343 0 -1 64 7490 0 1 0 38 5 0 0 22 0 9 0 626350434 832241664 12612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24368] ppid=24352 vsize=812736 CPUtime=0.85
/proc/24366/task/24368/stat : 24368 (java) R 24352 24352 22343 0 -1 64 4455 0 0 0 83 2 0 0 21 0 9 0 626350436 832241664 12612 996147200 134512640 134550740 4294955616 18446744073709551615 103663434 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24369] ppid=24352 vsize=812736 CPUtime=0
/proc/24366/task/24369/stat : 24369 (java) S 24352 24352 22343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 626350436 832241664 12612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24370] ppid=24352 vsize=812736 CPUtime=0
/proc/24366/task/24370/stat : 24370 (java) S 24352 24352 22343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 626350436 832241664 12612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24371] ppid=24352 vsize=812736 CPUtime=0
/proc/24366/task/24371/stat : 24371 (java) S 24352 24352 22343 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 626350438 832241664 12612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24372] ppid=24352 vsize=812736 CPUtime=0.14
/proc/24366/task/24372/stat : 24372 (java) S 24352 24352 22343 0 -1 64 770 0 0 0 14 0 0 0 16 0 9 0 626350438 832241664 12612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24373] ppid=24352 vsize=812736 CPUtime=0
/proc/24366/task/24373/stat : 24373 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 626350438 832241664 12612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24374] ppid=24352 vsize=812736 CPUtime=0
/proc/24366/task/24374/stat : 24374 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626350438 832241664 12612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860316

[startup+3.10171 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 24374
/proc/meminfo: memFree=1082144/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47580 CPUtime=0.01
/proc/24352/stat : 24352 (galacM.sh) S 24350 24352 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 626350429 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24352/statm: 11895 364 245 79 0 219 0
[pid=24366] ppid=24352 vsize=812736 CPUtime=3.04
/proc/24366/stat : 24366 (java) S 24352 24352 22343 0 -1 0 13525 0 1 0 296 8 0 0 19 0 9 0 626350433 832241664 12678 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24366/statm: 203184 12678 2584 9 0 197165 0
[pid=24366/tid=24367] ppid=24352 vsize=812736 CPUtime=0.59
/proc/24366/task/24367/stat : 24367 (java) S 24352 24352 22343 0 -1 64 7535 0 1 0 54 5 0 0 16 0 9 0 626350434 832241664 12678 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24368] ppid=24352 vsize=812736 CPUtime=2.24
/proc/24366/task/24368/stat : 24368 (java) R 24352 24352 22343 0 -1 64 4494 0 0 0 222 2 0 0 25 0 9 0 626350436 832241664 12678 996147200 134512640 134550740 4294955616 18446744073709551615 102745490 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24369] ppid=24352 vsize=812736 CPUtime=0
/proc/24366/task/24369/stat : 24369 (java) S 24352 24352 22343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 626350436 832241664 12678 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24370] ppid=24352 vsize=812736 CPUtime=0
/proc/24366/task/24370/stat : 24370 (java) S 24352 24352 22343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 626350436 832241664 12678 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24371] ppid=24352 vsize=812736 CPUtime=0
/proc/24366/task/24371/stat : 24371 (java) S 24352 24352 22343 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 626350438 832241664 12678 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24372] ppid=24352 vsize=812736 CPUtime=0.18
/proc/24366/task/24372/stat : 24372 (java) S 24352 24352 22343 0 -1 64 797 0 0 0 18 0 0 0 15 0 9 0 626350438 832241664 12678 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24373] ppid=24352 vsize=812736 CPUtime=0
/proc/24366/task/24373/stat : 24373 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 626350438 832241664 12678 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24374] ppid=24352 vsize=812736 CPUtime=0
/proc/24366/task/24374/stat : 24374 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626350438 832241664 12678 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860316

[startup+6.30207 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 24374
/proc/meminfo: memFree=1081440/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47580 CPUtime=0.01
/proc/24352/stat : 24352 (galacM.sh) S 24350 24352 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 626350429 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24352/statm: 11895 364 245 79 0 219 0
[pid=24366] ppid=24352 vsize=812796 CPUtime=6.25
/proc/24366/stat : 24366 (java) S 24352 24352 22343 0 -1 0 14513 0 1 0 615 10 0 0 19 0 9 0 626350433 832303104 12761 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24366/statm: 203199 12761 2584 9 0 197180 0
[pid=24366/tid=24367] ppid=24352 vsize=812796 CPUtime=1.37
/proc/24366/task/24367/stat : 24367 (java) S 24352 24352 22343 0 -1 64 7609 0 1 0 132 5 0 0 15 0 9 0 626350434 832303104 12761 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24368] ppid=24352 vsize=812796 CPUtime=4.65
/proc/24366/task/24368/stat : 24368 (java) R 24352 24352 22343 0 -1 64 5400 0 0 0 462 3 0 0 25 0 9 0 626350436 832303104 12761 996147200 134512640 134550740 4294955616 18446744073709551615 102496315 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24369] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24369/stat : 24369 (java) S 24352 24352 22343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 626350436 832303104 12761 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24370] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24370/stat : 24370 (java) S 24352 24352 22343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 626350436 832303104 12761 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24371] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24371/stat : 24371 (java) S 24352 24352 22343 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 626350438 832303104 12761 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24372] ppid=24352 vsize=812796 CPUtime=0.19
/proc/24366/task/24372/stat : 24372 (java) S 24352 24352 22343 0 -1 64 805 0 0 0 19 0 0 0 15 0 9 0 626350438 832303104 12761 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24373] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24373/stat : 24373 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 626350438 832303104 12761 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24374] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24374/stat : 24374 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626350438 832303104 12761 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 860376

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 24374
/proc/meminfo: memFree=1081184/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47580 CPUtime=0.01
/proc/24352/stat : 24352 (galacM.sh) S 24350 24352 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 626350429 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24352/statm: 11895 364 245 79 0 219 0
[pid=24366] ppid=24352 vsize=812796 CPUtime=12.64
/proc/24366/stat : 24366 (java) S 24352 24352 22343 0 -1 0 14779 0 1 0 1253 11 0 0 19 0 9 0 626350433 832303104 12873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24366/statm: 203199 12873 2584 9 0 197180 0
[pid=24366/tid=24367] ppid=24352 vsize=812796 CPUtime=2.47
/proc/24366/task/24367/stat : 24367 (java) R 24352 24352 22343 0 -1 64 7763 0 1 0 242 5 0 0 15 0 9 0 626350434 832303104 12873 996147200 134512640 134550740 4294955616 18446744073709551615 4126789472 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24368] ppid=24352 vsize=812796 CPUtime=9.93
/proc/24366/task/24368/stat : 24368 (java) R 24352 24352 22343 0 -1 64 5502 0 0 0 989 4 0 0 25 0 9 0 626350436 832303104 12873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24369] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24369/stat : 24369 (java) S 24352 24352 22343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 626350436 832303104 12873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24370] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24370/stat : 24370 (java) S 24352 24352 22343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 626350436 832303104 12873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24371] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24371/stat : 24371 (java) S 24352 24352 22343 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 626350438 832303104 12873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24372] ppid=24352 vsize=812796 CPUtime=0.21
/proc/24366/task/24372/stat : 24372 (java) S 24352 24352 22343 0 -1 64 815 0 0 0 21 0 0 0 15 0 9 0 626350438 832303104 12873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24373] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24373/stat : 24373 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 626350438 832303104 12873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24374] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24374/stat : 24374 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626350438 832303104 12873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 860376

[startup+25.5022 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 24374
/proc/meminfo: memFree=1080992/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47580 CPUtime=0.01
/proc/24352/stat : 24352 (galacM.sh) S 24350 24352 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 626350429 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24352/statm: 11895 364 245 79 0 219 0
[pid=24366] ppid=24352 vsize=812796 CPUtime=25.43
/proc/24366/stat : 24366 (java) S 24352 24352 22343 0 -1 0 14843 0 1 0 2532 11 0 0 19 0 9 0 626350433 832303104 12903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24366/statm: 203199 12903 2584 9 0 197180 0
[pid=24366/tid=24367] ppid=24352 vsize=812796 CPUtime=14.03
/proc/24366/task/24367/stat : 24367 (java) R 24352 24352 22343 0 -1 64 7798 0 1 0 1397 6 0 0 25 0 9 0 626350434 832303104 12903 996147200 134512640 134550740 4294955616 18446744073709551615 4126740130 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24368] ppid=24352 vsize=812796 CPUtime=11.17
/proc/24366/task/24368/stat : 24368 (java) S 24352 24352 22343 0 -1 64 5525 0 0 0 1112 5 0 0 16 0 9 0 626350436 832303104 12903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24369] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24369/stat : 24369 (java) S 24352 24352 22343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 626350436 832303104 12903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24370] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24370/stat : 24370 (java) S 24352 24352 22343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 626350436 832303104 12903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24371] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24371/stat : 24371 (java) S 24352 24352 22343 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 626350438 832303104 12903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24372] ppid=24352 vsize=812796 CPUtime=0.21
/proc/24366/task/24372/stat : 24372 (java) S 24352 24352 22343 0 -1 64 821 0 0 0 21 0 0 0 15 0 9 0 626350438 832303104 12903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24373] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24373/stat : 24373 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 626350438 832303104 12903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24374] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24374/stat : 24374 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626350438 832303104 12903 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 860376

[startup+51.1021 s]
/proc/loadavg: 2.04 2.01 2.00 3/92 24374
/proc/meminfo: memFree=1059552/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47580 CPUtime=0.01

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

/proc/24366/task/24372/stat : 24372 (java) S 24352 24352 22343 0 -1 64 821 0 0 0 21 0 0 0 15 0 9 0 626350438 832303104 98694 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24373] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24373/stat : 24373 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 626350438 832303104 98694 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24374] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24374/stat : 24374 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626350438 832303104 98694 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 860376

[startup+342.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/92 24374
/proc/meminfo: memFree=692584/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47580 CPUtime=0.01
/proc/24352/stat : 24352 (galacM.sh) S 24350 24352 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 626350429 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24352/statm: 11895 364 245 79 0 219 0
[pid=24366] ppid=24352 vsize=812796 CPUtime=342.11
/proc/24366/stat : 24366 (java) S 24352 24352 22343 0 -1 0 111688 0 1 0 34138 73 0 0 19 0 9 0 626350433 832303104 109739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24366/statm: 203199 109739 2588 9 0 197180 0
[pid=24366/tid=24367] ppid=24352 vsize=812796 CPUtime=327.35
/proc/24366/task/24367/stat : 24367 (java) R 24352 24352 22343 0 -1 64 14914 0 1 0 32723 12 0 0 25 0 9 0 626350434 832303104 109739 996147200 134512640 134550740 4294955616 18446744073709551615 4126740061 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24368] ppid=24352 vsize=812796 CPUtime=14.5
/proc/24366/task/24368/stat : 24368 (java) S 24352 24352 22343 0 -1 64 95254 0 0 0 1391 59 0 0 16 0 9 0 626350436 832303104 109739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24369] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24369/stat : 24369 (java) S 24352 24352 22343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 626350436 832303104 109739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24370] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24370/stat : 24370 (java) S 24352 24352 22343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 626350436 832303104 109739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24371] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24371/stat : 24371 (java) S 24352 24352 22343 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 626350438 832303104 109739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24372] ppid=24352 vsize=812796 CPUtime=0.21
/proc/24366/task/24372/stat : 24372 (java) S 24352 24352 22343 0 -1 64 821 0 0 0 21 0 0 0 15 0 9 0 626350438 832303104 109739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24373] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24373/stat : 24373 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 626350438 832303104 109739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24374] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24374/stat : 24374 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626350438 832303104 109739 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 860376

[startup+402.302 s]
/proc/loadavg: 2.03 2.02 2.00 2/81 24377
/proc/meminfo: memFree=1367632/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47580 CPUtime=0.01
/proc/24352/stat : 24352 (galacM.sh) S 24350 24352 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 626350429 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24352/statm: 11895 364 245 79 0 219 0
[pid=24366] ppid=24352 vsize=812796 CPUtime=402.08
/proc/24366/stat : 24366 (java) S 24352 24352 22343 0 -1 0 133780 0 1 0 40123 85 0 0 19 0 9 0 626350433 832303104 131829 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24366/statm: 203199 131829 2588 9 0 197180 0
[pid=24366/tid=24367] ppid=24352 vsize=812796 CPUtime=386.49
/proc/24366/task/24367/stat : 24367 (java) R 24352 24352 22343 0 -1 64 14916 0 1 0 38636 13 0 0 25 0 9 0 626350434 832303104 131829 996147200 134512640 134550740 4294955616 18446744073709551615 4126748474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24368] ppid=24352 vsize=812796 CPUtime=15.35
/proc/24366/task/24368/stat : 24368 (java) S 24352 24352 22343 0 -1 64 117344 0 0 0 1464 71 0 0 16 0 9 0 626350436 832303104 131829 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24369] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24369/stat : 24369 (java) S 24352 24352 22343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 626350436 832303104 131829 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24370] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24370/stat : 24370 (java) S 24352 24352 22343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 626350436 832303104 131829 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24371] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24371/stat : 24371 (java) S 24352 24352 22343 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 626350438 832303104 131829 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24372] ppid=24352 vsize=812796 CPUtime=0.21
/proc/24366/task/24372/stat : 24372 (java) S 24352 24352 22343 0 -1 64 821 0 0 0 21 0 0 0 15 0 9 0 626350438 832303104 131829 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24373] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24373/stat : 24373 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 626350438 832303104 131829 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24374] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24374/stat : 24374 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626350438 832303104 131829 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 860376

[startup+462.302 s]
/proc/loadavg: 2.04 2.03 2.00 3/91 24412
/proc/meminfo: memFree=1177472/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47580 CPUtime=0.01
/proc/24352/stat : 24352 (galacM.sh) S 24350 24352 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 626350429 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24352/statm: 11895 364 245 79 0 219 0
[pid=24366] ppid=24352 vsize=812796 CPUtime=462.03
/proc/24366/stat : 24366 (java) S 24352 24352 22343 0 -1 0 155872 0 1 0 46108 95 0 0 19 0 9 0 626350433 832303104 153919 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24366/statm: 203199 153919 2588 9 0 197180 0
[pid=24366/tid=24367] ppid=24352 vsize=812796 CPUtime=445.64
/proc/24366/task/24367/stat : 24367 (java) R 24352 24352 22343 0 -1 64 14918 0 1 0 44551 13 0 0 25 0 9 0 626350434 832303104 153919 996147200 134512640 134550740 4294955616 18446744073709551615 4126740072 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24368] ppid=24352 vsize=812796 CPUtime=16.15
/proc/24366/task/24368/stat : 24368 (java) S 24352 24352 22343 0 -1 64 139434 0 0 0 1534 81 0 0 16 0 9 0 626350436 832303104 153919 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24369] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24369/stat : 24369 (java) S 24352 24352 22343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 626350436 832303104 153919 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24370] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24370/stat : 24370 (java) S 24352 24352 22343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 626350436 832303104 153919 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24371] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24371/stat : 24371 (java) S 24352 24352 22343 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 626350438 832303104 153919 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24372] ppid=24352 vsize=812796 CPUtime=0.21
/proc/24366/task/24372/stat : 24372 (java) S 24352 24352 22343 0 -1 64 821 0 0 0 21 0 0 0 15 0 9 0 626350438 832303104 153919 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24373] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24373/stat : 24373 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 626350438 832303104 153919 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24374] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24374/stat : 24374 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626350438 832303104 153919 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 860376

[startup+522.303 s]
/proc/loadavg: 2.07 2.04 2.00 3/91 24412
/proc/meminfo: memFree=1088768/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47580 CPUtime=0.01
/proc/24352/stat : 24352 (galacM.sh) S 24350 24352 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 626350429 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24352/statm: 11895 364 245 79 0 219 0
[pid=24366] ppid=24352 vsize=812796 CPUtime=522
/proc/24366/stat : 24366 (java) S 24352 24352 22343 0 -1 0 177965 0 1 0 52094 106 0 0 19 0 9 0 626350433 832303104 176010 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24366/statm: 203199 176010 2588 9 0 197180 0
[pid=24366/tid=24367] ppid=24352 vsize=812796 CPUtime=504.8
/proc/24366/task/24367/stat : 24367 (java) R 24352 24352 22343 0 -1 64 14920 0 1 0 50467 13 0 0 25 0 9 0 626350434 832303104 176010 996147200 134512640 134550740 4294955616 18446744073709551615 4126740086 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24368] ppid=24352 vsize=812796 CPUtime=16.96
/proc/24366/task/24368/stat : 24368 (java) S 24352 24352 22343 0 -1 64 161525 0 0 0 1604 92 0 0 16 0 9 0 626350436 832303104 176010 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24369] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24369/stat : 24369 (java) S 24352 24352 22343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 626350436 832303104 176010 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24370] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24370/stat : 24370 (java) S 24352 24352 22343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 626350436 832303104 176010 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24371] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24371/stat : 24371 (java) S 24352 24352 22343 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 626350438 832303104 176010 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24372] ppid=24352 vsize=812796 CPUtime=0.21
/proc/24366/task/24372/stat : 24372 (java) S 24352 24352 22343 0 -1 64 821 0 0 0 21 0 0 0 15 0 9 0 626350438 832303104 176010 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24373] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24373/stat : 24373 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 626350438 832303104 176010 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24374] ppid=24352 vsize=812796 CPUtime=0
/proc/24366/task/24374/stat : 24374 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626350438 832303104 176010 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 860376



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+530.208 s]
/proc/loadavg: 2.06 2.04 2.00 4/91 24412
/proc/meminfo: memFree=1049088/2055920 swapFree=4179032/4192956
[pid=24352] ppid=24350 vsize=47580 CPUtime=0.01
/proc/24352/stat : 24352 (galacM.sh) S 24350 24352 22343 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 626350429 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/24352/statm: 11895 364 245 79 0 219 0
[pid=24366] ppid=24352 vsize=908804 CPUtime=529.91
/proc/24366/stat : 24366 (java) S 24352 24352 22343 0 -1 0 196321 0 1 0 52876 115 0 0 19 0 9 0 626350433 930615296 186610 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24366/statm: 227201 186617 2588 9 0 221182 0
[pid=24366/tid=24367] ppid=24352 vsize=908804 CPUtime=511.89
/proc/24366/task/24367/stat : 24367 (java) R 24352 24352 22343 0 -1 64 14921 0 1 0 51176 13 0 0 25 0 9 0 626350434 930615296 186670 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24368] ppid=24352 vsize=908804 CPUtime=17.78
/proc/24366/task/24368/stat : 24368 (java) R 24352 24352 22343 0 -1 64 179949 0 0 0 1677 101 0 0 16 0 9 0 626350436 930615296 186679 996147200 134512640 134550740 4294955616 18446744073709551615 102470010 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24369] ppid=24352 vsize=908804 CPUtime=0
/proc/24366/task/24369/stat : 24369 (java) S 24352 24352 22343 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 626350436 930615296 186686 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24370] ppid=24352 vsize=908804 CPUtime=0
/proc/24366/task/24370/stat : 24370 (java) S 24352 24352 22343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 626350436 930615296 186695 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24371] ppid=24352 vsize=908804 CPUtime=0
/proc/24366/task/24371/stat : 24371 (java) S 24352 24352 22343 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 626350438 930615296 186702 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24372] ppid=24352 vsize=908804 CPUtime=0.21
/proc/24366/task/24372/stat : 24372 (java) S 24352 24352 22343 0 -1 64 821 0 0 0 21 0 0 0 15 0 9 0 626350438 930615296 186710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24373] ppid=24352 vsize=908804 CPUtime=0
/proc/24366/task/24373/stat : 24373 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 626350438 930615296 186716 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24366/tid=24374] ppid=24352 vsize=908804 CPUtime=0
/proc/24366/task/24374/stat : 24374 (java) S 24352 24352 22343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626350438 930615296 186723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 529.92
Current children cumulated vsize (KiB) 956384

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

Real time (s): 530.23
CPU time (s): 529.92
CPU user time (s): 528.76
CPU system time (s): 1.16
CPU usage (%): 99.9415
Max. virtual memory (cumulated for all children) (KiB): 956384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.009998
system time used= 0.022996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2462
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= 47
involuntary context switches= 16

runsolver used 0.622905 second user time and 1.80272 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-04 05:09:08
IDJOB=1064383
IDBENCH=54942
IDSOLVER=350
FILE ID=node87/1064383-1215140947
PBS_JOBID= 7877252
Free space on /tmp= 66552 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/tdsp/normalized-C7-1-240.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064383-1215140947/watcher-1064383-1215140947 -o /tmp/evaluation-result-1064383-1215140947/solver-1064383-1215140947 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1064383-1215140947.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d28497c4d2e2b68c6bf6783191da2ccc
RANDOM SEED=646148385

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1124048 kB
Buffers:         10340 kB
Cached:          97992 kB
SwapCached:       8016 kB
Active:         834068 kB
Inactive:        49496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1124048 kB
SwapTotal:     4192956 kB
SwapFree:      4179032 kB
Dirty:            6296 kB
Writeback:           0 kB
Mapped:         789576 kB
Slab:            31836 kB
Committed_AS:  2327488 kB
PageTables:       3480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65800 MiB
End job on node87 at 2008-07-04 05:19:48