Trace number 1094629

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? (problem) 100.596 101.179

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-11.xml
MD5SUM46f9f16e144e9b9327244c4ffc988055
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.248
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
45.98/46.30	c start processing
45.98/46.30	c start relation processing
100.42/101.04	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
100.42/101.04		at java.lang.Integer.valueOf(Unknown Source)
100.42/101.04		at cspstructures.RelationBDD.addClauses(RelationBDD.java:363)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:242)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:250)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
100.42/101.04		at cspstructures.RelationBDD.computeClauses(RelationBDD.java:249)
100.42/101.04		at cspstructures.RelationBDD.createClauses(RelationBDD.java:169)
100.42/101.04		at cspstructures.RelationBDD.preproc(RelationBDD.java:503)
100.42/101.04		at base.Encoding.export(Encoding.java:56)
100.42/101.04		at base.Run.main(Run.java:182)

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-1094629-1215252306/watcher-1094629-1215252306 -o /tmp/evaluation-result-1094629-1215252306/solver-1094629-1215252306 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1094629-1215252306.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: 2.00 2.00 1.99 4/75 25692
/proc/meminfo: memFree=1623080/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=8652 CPUtime=0
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 346 0 0 0 0 0 0 0 19 0 1 0 680958796 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25692/statm: 2163 280 208 79 0 156 0
[pid=25693] ppid=25692 vsize=8688 CPUtime=0
/proc/25693/stat : 25693 (galacM.sh) R 25692 25692 24031 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 1 0 680958796 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 249069890207 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/25693/statm: 2172 286 209 79 0 165 0
[pid=25694] ppid=25693 vsize=8688 CPUtime=0
/proc/25694/stat : 25694 (galacM.sh) R 25693 25692 24031 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 680958796 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 249069890207 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/25694/statm: 2172 286 209 79 0 165 0

[startup+0.0582659 s]
/proc/loadavg: 2.00 2.00 1.99 4/75 25692
/proc/meminfo: memFree=1623080/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101529 s]
/proc/loadavg: 2.00 2.00 1.99 4/75 25692
/proc/meminfo: memFree=1623080/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301551 s]
/proc/loadavg: 2.00 2.00 1.99 4/75 25692
/proc/meminfo: memFree=1623080/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701594 s]
/proc/loadavg: 2.00 2.00 1.99 4/75 25692
/proc/meminfo: memFree=1623080/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50266 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 25714
/proc/meminfo: memFree=1511632/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
[pid=25706] ppid=25692 vsize=812628 CPUtime=1.45
/proc/25706/stat : 25706 (java) S 25692 25692 24031 0 -1 0 30036 0 1 0 129 16 0 0 18 0 9 0 680958799 832131072 29465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25706/statm: 203157 29465 1875 9 0 197138 0
[pid=25706/tid=25707] ppid=25692 vsize=812628 CPUtime=1.24
/proc/25706/task/25707/stat : 25707 (java) R 25692 25692 24031 0 -1 64 14332 0 1 0 116 8 0 0 25 0 9 0 680958800 832131072 29465 996147200 134512640 134550740 4294955600 18446744073709551615 4126624116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25708] ppid=25692 vsize=812628 CPUtime=0.13
/proc/25706/task/25708/stat : 25708 (java) S 25692 25692 24031 0 -1 64 14290 0 0 0 7 6 0 0 16 0 9 0 680958801 832131072 29465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25692 25692 24031 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 680958802 832131072 29465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25710] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25692 25692 24031 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 680958802 832131072 29465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25711] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680958804 832131072 29465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25712] ppid=25692 vsize=812628 CPUtime=0.05
/proc/25706/task/25712/stat : 25712 (java) S 25692 25692 24031 0 -1 64 715 0 0 0 5 0 0 0 16 0 9 0 680958804 832131072 29465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680958804 832131072 29465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 680958804 832131072 29465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860192

[startup+3.10283 s]
/proc/loadavg: 2.08 2.02 2.00 3/85 25714
/proc/meminfo: memFree=1470736/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
[pid=25706] ppid=25692 vsize=812628 CPUtime=3.05
/proc/25706/stat : 25706 (java) S 25692 25692 24031 0 -1 0 44591 0 1 0 283 22 0 0 18 0 9 0 680958799 832131072 44012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25706/statm: 203157 44012 1883 9 0 197138 0
[pid=25706/tid=25707] ppid=25692 vsize=812628 CPUtime=2.66
/proc/25706/task/25707/stat : 25707 (java) R 25692 25692 24031 0 -1 64 14463 0 1 0 258 8 0 0 25 0 9 0 680958800 832131072 44012 996147200 134512640 134550740 4294955600 18446744073709551615 4126634760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25708] ppid=25692 vsize=812628 CPUtime=0.26
/proc/25706/task/25708/stat : 25708 (java) S 25692 25692 24031 0 -1 64 28680 0 0 0 14 12 0 0 16 0 9 0 680958801 832131072 44012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25692 25692 24031 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 680958802 832131072 44012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25710] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25692 25692 24031 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 680958802 832131072 44012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25711] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680958804 832131072 44012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25712] ppid=25692 vsize=812628 CPUtime=0.1
/proc/25706/task/25712/stat : 25712 (java) S 25692 25692 24031 0 -1 64 749 0 0 0 10 0 0 0 16 0 9 0 680958804 832131072 44012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680958804 832131072 44012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 680958804 832131072 44012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860192

[startup+6.30115 s]
/proc/loadavg: 2.08 2.02 2.00 3/85 25714
/proc/meminfo: memFree=1385552/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
[pid=25706] ppid=25692 vsize=812628 CPUtime=6.22
/proc/25706/stat : 25706 (java) S 25692 25692 24031 0 -1 0 61417 0 1 0 593 29 0 0 18 0 9 0 680958799 832131072 60829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25706/statm: 203157 60829 1883 9 0 197138 0
[pid=25706/tid=25707] ppid=25692 vsize=812628 CPUtime=5.62
/proc/25706/task/25707/stat : 25707 (java) R 25692 25692 24031 0 -1 64 14472 0 1 0 554 8 0 0 25 0 9 0 680958800 832131072 60829 996147200 134512640 134550740 4294955600 18446744073709551615 4126670318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25708] ppid=25692 vsize=812628 CPUtime=0.45
/proc/25706/task/25708/stat : 25708 (java) S 25692 25692 24031 0 -1 64 45487 0 0 0 26 19 0 0 16 0 9 0 680958801 832131072 60829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25692 25692 24031 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 680958802 832131072 60829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25710] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25692 25692 24031 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 680958802 832131072 60829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25711] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680958804 832131072 60829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25712] ppid=25692 vsize=812628 CPUtime=0.12
/proc/25706/task/25712/stat : 25712 (java) S 25692 25692 24031 0 -1 64 759 0 0 0 12 0 0 0 17 0 9 0 680958804 832131072 60829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680958804 832131072 60829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 680958804 832131072 60829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860192

[startup+12.7018 s]
/proc/loadavg: 2.29 2.06 2.01 4/85 25714
/proc/meminfo: memFree=1263576/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
[pid=25706] ppid=25692 vsize=812628 CPUtime=12.59
/proc/25706/stat : 25706 (java) S 25692 25692 24031 0 -1 0 96776 0 1 0 1213 46 0 0 18 0 9 0 680958799 832131072 96173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25706/statm: 203157 96173 1884 9 0 197138 0
[pid=25706/tid=25707] ppid=25692 vsize=812628 CPUtime=11.53
/proc/25706/task/25707/stat : 25707 (java) R 25692 25692 24031 0 -1 64 14487 0 1 0 1143 10 0 0 25 0 9 0 680958800 832131072 96173 996147200 134512640 134550740 4294955600 18446744073709551615 4126756081 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25708] ppid=25692 vsize=812628 CPUtime=0.9
/proc/25706/task/25708/stat : 25708 (java) S 25692 25692 24031 0 -1 64 80820 0 0 0 56 34 0 0 16 0 9 0 680958801 832131072 96173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25692 25692 24031 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 680958802 832131072 96173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25710] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25692 25692 24031 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 680958802 832131072 96173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25711] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680958804 832131072 96173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25712] ppid=25692 vsize=812628 CPUtime=0.13
/proc/25706/task/25712/stat : 25712 (java) S 25692 25692 24031 0 -1 64 770 0 0 0 13 0 0 0 17 0 9 0 680958804 832131072 96173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680958804 832131072 96173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 680958804 832131072 96173 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860192

[startup+25.5021 s]
/proc/loadavg: 2.25 2.06 2.01 3/85 25714
/proc/meminfo: memFree=962776/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
[pid=25706] ppid=25692 vsize=812628 CPUtime=25.32
/proc/25706/stat : 25706 (java) S 25692 25692 24031 0 -1 0 167469 0 1 0 2453 79 0 0 18 0 9 0 680958799 832131072 166836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25706/statm: 203157 166836 1884 9 0 197138 0
[pid=25706/tid=25707] ppid=25692 vsize=812628 CPUtime=23.37
/proc/25706/task/25707/stat : 25707 (java) R 25692 25692 24031 0 -1 64 14517 0 1 0 2325 12 0 0 25 0 9 0 680958800 832131072 166836 996147200 134512640 134550740 4294955600 18446744073709551615 4126379622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25708] ppid=25692 vsize=812628 CPUtime=1.77
/proc/25706/task/25708/stat : 25708 (java) S 25692 25692 24031 0 -1 64 151480 0 0 0 112 65 0 0 16 0 9 0 680958801 832131072 166836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25692 25692 24031 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 680958802 832131072 166836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25710] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25692 25692 24031 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 680958802 832131072 166836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25711] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680958804 832131072 166836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25712] ppid=25692 vsize=812628 CPUtime=0.14
/proc/25706/task/25712/stat : 25712 (java) S 25692 25692 24031 0 -1 64 773 0 0 0 14 0 0 0 16 0 9 0 680958804 832131072 166836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680958804 832131072 166836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25692 vsize=812628 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 680958804 832131072 166836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33

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

[pid=25706/tid=25707] ppid=25692 vsize=816632 CPUtime=58.01
/proc/25706/task/25707/stat : 25707 (java) S 25692 25692 24031 0 -1 64 14587 0 1 0 5785 16 0 0 25 0 9 0 680958800 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25708] ppid=25692 vsize=816632 CPUtime=18.01
/proc/25706/task/25708/stat : 25708 (java) R 25692 25692 24031 0 -1 64 176587 0 0 0 1725 76 0 0 19 0 9 0 680958801 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 102731782 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25692 25692 24031 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 680958802 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25710] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25692 25692 24031 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 680958802 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25711] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25712] ppid=25692 vsize=816632 CPUtime=0.18
/proc/25706/task/25712/stat : 25712 (java) S 25692 25692 24031 0 -1 64 799 0 0 0 18 0 0 0 15 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.24
Current children cumulated vsize (KiB) 864196

[startup+89.5014 s]
/proc/loadavg: 2.30 2.11 2.03 3/85 25714
/proc/meminfo: memFree=889432/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
[pid=25706] ppid=25692 vsize=816632 CPUtime=88.97
/proc/25706/stat : 25706 (java) S 25692 25692 24031 0 -1 0 201447 0 1 0 8799 98 0 0 18 0 9 0 680958799 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25706/statm: 204158 185793 2585 9 0 198139 0
[pid=25706/tid=25707] ppid=25692 vsize=816632 CPUtime=58.07
/proc/25706/task/25707/stat : 25707 (java) S 25692 25692 24031 0 -1 64 14591 0 1 0 5791 16 0 0 17 0 9 0 680958800 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25708] ppid=25692 vsize=816632 CPUtime=30.69
/proc/25706/task/25708/stat : 25708 (java) R 25692 25692 24031 0 -1 64 185352 0 0 0 2989 80 0 0 25 0 9 0 680958801 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 102469667 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25692 25692 24031 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 680958802 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25710] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25692 25692 24031 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 680958802 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25711] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25712] ppid=25692 vsize=816632 CPUtime=0.18
/proc/25706/task/25712/stat : 25712 (java) S 25692 25692 24031 0 -1 64 799 0 0 0 18 0 0 0 15 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.98
Current children cumulated vsize (KiB) 864196

[startup+95.902 s]
/proc/loadavg: 2.28 2.11 2.03 3/85 25714
/proc/meminfo: memFree=889368/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
[pid=25706] ppid=25692 vsize=816632 CPUtime=95.33
/proc/25706/stat : 25706 (java) S 25692 25692 24031 0 -1 0 204955 0 1 0 9433 100 0 0 18 0 9 0 680958799 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25706/statm: 204158 185793 2585 9 0 198139 0
[pid=25706/tid=25707] ppid=25692 vsize=816632 CPUtime=58.07
/proc/25706/task/25707/stat : 25707 (java) S 25692 25692 24031 0 -1 64 14593 0 1 0 5791 16 0 0 17 0 9 0 680958800 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25708] ppid=25692 vsize=816632 CPUtime=37.05
/proc/25706/task/25708/stat : 25708 (java) R 25692 25692 24031 0 -1 64 188858 0 0 0 3623 82 0 0 25 0 9 0 680958801 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 102721797 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25692 25692 24031 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 680958802 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25710] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25692 25692 24031 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 680958802 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25711] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25712] ppid=25692 vsize=816632 CPUtime=0.18
/proc/25706/task/25712/stat : 25712 (java) S 25692 25692 24031 0 -1 64 799 0 0 0 18 0 0 0 15 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 95.34
Current children cumulated vsize (KiB) 864196

[startup+99.1013 s]
/proc/loadavg: 2.26 2.11 2.03 3/85 25714
/proc/meminfo: memFree=889432/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
[pid=25706] ppid=25692 vsize=816632 CPUtime=98.52
/proc/25706/stat : 25706 (java) S 25692 25692 24031 0 -1 0 206708 0 1 0 9751 101 0 0 18 0 9 0 680958799 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25706/statm: 204158 185793 2585 9 0 198139 0
[pid=25706/tid=25707] ppid=25692 vsize=816632 CPUtime=58.07
/proc/25706/task/25707/stat : 25707 (java) S 25692 25692 24031 0 -1 64 14593 0 1 0 5791 16 0 0 17 0 9 0 680958800 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25708] ppid=25692 vsize=816632 CPUtime=40.24
/proc/25706/task/25708/stat : 25708 (java) R 25692 25692 24031 0 -1 64 190611 0 0 0 3941 83 0 0 25 0 9 0 680958801 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 102721882 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25692 25692 24031 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 680958802 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25710] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25692 25692 24031 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 680958802 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25711] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25712] ppid=25692 vsize=816632 CPUtime=0.18
/proc/25706/task/25712/stat : 25712 (java) S 25692 25692 24031 0 -1 64 799 0 0 0 18 0 0 0 15 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.53
Current children cumulated vsize (KiB) 864196

[startup+99.9014 s]
/proc/loadavg: 2.26 2.11 2.03 3/85 25714
/proc/meminfo: memFree=889432/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
[pid=25706] ppid=25692 vsize=816632 CPUtime=99.32
/proc/25706/stat : 25706 (java) S 25692 25692 24031 0 -1 0 206708 0 1 0 9831 101 0 0 18 0 9 0 680958799 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25706/statm: 204158 185793 2585 9 0 198139 0
[pid=25706/tid=25707] ppid=25692 vsize=816632 CPUtime=58.07
/proc/25706/task/25707/stat : 25707 (java) S 25692 25692 24031 0 -1 64 14593 0 1 0 5791 16 0 0 17 0 9 0 680958800 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25708] ppid=25692 vsize=816632 CPUtime=41.04
/proc/25706/task/25708/stat : 25708 (java) R 25692 25692 24031 0 -1 64 190611 0 0 0 4021 83 0 0 25 0 9 0 680958801 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25692 25692 24031 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 680958802 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25710] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25692 25692 24031 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 680958802 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25711] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25712] ppid=25692 vsize=816632 CPUtime=0.18
/proc/25706/task/25712/stat : 25712 (java) S 25692 25692 24031 0 -1 64 799 0 0 0 18 0 0 0 15 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.33
Current children cumulated vsize (KiB) 864196

[startup+100.702 s]
/proc/loadavg: 2.26 2.11 2.03 3/85 25714
/proc/meminfo: memFree=889432/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
[pid=25706] ppid=25692 vsize=816632 CPUtime=100.11
/proc/25706/stat : 25706 (java) S 25692 25692 24031 0 -1 0 206708 0 1 0 9910 101 0 0 18 0 9 0 680958799 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25706/statm: 204158 185793 2585 9 0 198139 0
[pid=25706/tid=25707] ppid=25692 vsize=816632 CPUtime=58.07
/proc/25706/task/25707/stat : 25707 (java) S 25692 25692 24031 0 -1 64 14593 0 1 0 5791 16 0 0 17 0 9 0 680958800 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25708] ppid=25692 vsize=816632 CPUtime=41.83
/proc/25706/task/25708/stat : 25708 (java) R 25692 25692 24031 0 -1 64 190611 0 0 0 4100 83 0 0 25 0 9 0 680958801 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 102731922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25692 25692 24031 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 680958802 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25710] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25692 25692 24031 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 680958802 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25711] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25712] ppid=25692 vsize=816632 CPUtime=0.18
/proc/25706/task/25712/stat : 25712 (java) S 25692 25692 24031 0 -1 64 799 0 0 0 18 0 0 0 15 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25692 vsize=816632 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25692 25692 24031 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 680958804 836231168 185793 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.12
Current children cumulated vsize (KiB) 864196

[startup+101.102 s]
/proc/loadavg: 2.26 2.11 2.03 3/78 25714
/proc/meminfo: memFree=1126232/2055920 swapFree=4179812/4192956
[pid=25692] ppid=25690 vsize=47564 CPUtime=0.01
/proc/25692/stat : 25692 (galacM.sh) S 25690 25692 24031 0 -1 4194304 766 1859 0 0 0 0 0 1 18 0 1 0 680958796 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25692/statm: 11891 365 246 79 0 219 0
[pid=25706] ppid=25692 vsize=0 CPUtime=100.48
/proc/25706/stat : 25706 (java) Z 25692 25692 24031 0 -1 12 206724 0 1 0 9944 104 0 0 16 0 2 0 680958799 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25706/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 100.49
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 101.179
CPU time (s): 100.596
CPU user time (s): 99.4549
CPU system time (s): 1.14083
CPU usage (%): 99.4235
Max. virtual memory (cumulated for all children) (KiB): 864196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 99.4549
system time used= 1.14083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209371
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3639
involuntary context switches= 2869

runsolver used 0.143978 second user time and 0.328949 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 12:05:12
IDJOB=1094629
IDBENCH=58813
IDSOLVER=350
FILE ID=node89/1094629-1215252306
PBS_JOBID= 7881940
Free space on /tmp= 66444 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-11.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094629-1215252306/watcher-1094629-1215252306 -o /tmp/evaluation-result-1094629-1215252306/solver-1094629-1215252306 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1094629-1215252306.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 46f9f16e144e9b9327244c4ffc988055
RANDOM SEED=526651263

node89.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.213
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.213
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:       1623560 kB
Buffers:         44132 kB
Cached:         230800 kB
SwapCached:       7132 kB
Active:         258204 kB
Inactive:       116124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623560 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:           73452 kB
Writeback:           0 kB
Mapped:         103596 kB
Slab:            43164 kB
Committed_AS:  2030500 kB
PageTables:       1956 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= 66440 MiB
End job on node89 at 2008-07-05 12:06:53