Trace number 1092566

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) 73.4888 74.2742

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-95-7.xml
MD5SUMa7bfced7c76430a4e64d921de0f86ae8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.46847
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1551
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
73.31/74.13	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
73.31/74.13		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
73.31/74.13		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:163)
73.31/74.13		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
73.31/74.13		at base.Problem.endConstraint(Problem.java:510)
73.31/74.13		at sat4j.Constraint.endElement(Constraint.java:37)
73.31/74.13		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
73.31/74.13		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
73.31/74.13		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
73.31/74.13		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
73.31/74.13		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
73.31/74.13		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
73.31/74.13		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
73.31/74.13		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
73.31/74.13		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
73.31/74.13		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
73.31/74.13		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
73.31/74.13		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
73.31/74.13		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
73.31/74.13		at base.Run.main(Run.java:171)

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-1092566-1215276050/watcher-1092566-1215276050 -o /tmp/evaluation-result-1092566-1215276050/solver-1092566-1215276050 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1092566-1215276050.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 2.00 4/87 27603
/proc/meminfo: memFree=1734128/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=8652 CPUtime=0
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 711571390 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 2163 280 208 79 0 156 0
[pid=27604] ppid=27603 vsize=8688 CPUtime=0
/proc/27604/stat : 27604 (galacM.sh) S 27603 27603 25711 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 711571391 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 226238365778 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27604/statm: 2172 286 209 79 0 165 0
[pid=27605] ppid=27604 vsize=8728 CPUtime=0
/proc/27605/stat : 27605 (galacM.sh) R 27604 27603 25711 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 711571391 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 226238197031 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/27605/statm: 2182 290 209 79 0 175 0

[startup+0.112085 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 27603
/proc/meminfo: memFree=1734128/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.201099 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 27603
/proc/meminfo: memFree=1734128/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301119 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 27603
/proc/meminfo: memFree=1734128/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701182 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 27603
/proc/meminfo: memFree=1734128/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50232 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 27625
/proc/meminfo: memFree=1679584/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
[pid=27617] ppid=27603 vsize=812536 CPUtime=1.44
/proc/27617/stat : 27617 (java) S 27603 27603 25711 0 -1 0 28815 0 1 0 130 14 0 0 18 0 9 0 711571394 832036864 28050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27617/statm: 203134 28050 2590 9 0 197168 0
[pid=27617/tid=27618] ppid=27603 vsize=812536 CPUtime=0.91
/proc/27617/task/27618/stat : 27618 (java) R 27603 27603 25711 0 -1 64 14566 0 1 0 84 7 0 0 24 0 9 0 711571395 832036864 28050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27619] ppid=27603 vsize=812536 CPUtime=0.33
/proc/27617/task/27619/stat : 27619 (java) R 27603 27603 25711 0 -1 64 12753 0 0 0 28 5 0 0 18 0 9 0 711571396 832036864 28050 996147200 134512640 134550740 4294955600 18446744073709551615 102516769 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27620] ppid=27603 vsize=812536 CPUtime=0
/proc/27617/task/27620/stat : 27620 (java) S 27603 27603 25711 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 711571396 832036864 28050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27621] ppid=27603 vsize=812536 CPUtime=0
/proc/27617/task/27621/stat : 27621 (java) S 27603 27603 25711 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 711571396 832036864 28050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27622] ppid=27603 vsize=812536 CPUtime=0
/proc/27617/task/27622/stat : 27622 (java) S 27603 27603 25711 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 711571399 832036864 28050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27623] ppid=27603 vsize=812536 CPUtime=0.17
/proc/27617/task/27623/stat : 27623 (java) S 27603 27603 25711 0 -1 64 795 0 0 0 17 0 0 0 16 0 9 0 711571399 832036864 28050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27624] ppid=27603 vsize=812536 CPUtime=0
/proc/27617/task/27624/stat : 27624 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 711571399 832036864 28050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27625] ppid=27603 vsize=812536 CPUtime=0
/proc/27617/task/27625/stat : 27625 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 711571399 832036864 28050 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860092

[startup+3.10258 s]
/proc/loadavg: 2.08 2.02 2.00 4/97 27625
/proc/meminfo: memFree=1573216/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
[pid=27617] ppid=27603 vsize=815244 CPUtime=3.03
/proc/27617/stat : 27617 (java) S 27603 27603 25711 0 -1 0 45036 0 1 0 282 21 0 0 18 0 9 0 711571394 834809856 44269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27617/statm: 203811 44269 2590 9 0 197845 0
[pid=27617/tid=27618] ppid=27603 vsize=815244 CPUtime=2.05
/proc/27617/task/27618/stat : 27618 (java) R 27603 27603 25711 0 -1 64 15236 0 1 0 198 7 0 0 25 0 9 0 711571395 834809856 44269 996147200 134512640 134550740 4294955600 18446744073709551615 4126906240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27619] ppid=27603 vsize=815244 CPUtime=0.76
/proc/27617/task/27619/stat : 27619 (java) S 27603 27603 25711 0 -1 64 28297 0 0 0 65 11 0 0 18 0 9 0 711571396 834809856 44269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27620] ppid=27603 vsize=815244 CPUtime=0
/proc/27617/task/27620/stat : 27620 (java) S 27603 27603 25711 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 711571396 834809856 44269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27621] ppid=27603 vsize=815244 CPUtime=0
/proc/27617/task/27621/stat : 27621 (java) S 27603 27603 25711 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 711571396 834809856 44269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27622] ppid=27603 vsize=815244 CPUtime=0
/proc/27617/task/27622/stat : 27622 (java) S 27603 27603 25711 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 711571399 834809856 44269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27623] ppid=27603 vsize=815244 CPUtime=0.18
/proc/27617/task/27623/stat : 27623 (java) S 27603 27603 25711 0 -1 64 802 0 0 0 18 0 0 0 16 0 9 0 711571399 834809856 44269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27624] ppid=27603 vsize=815244 CPUtime=0
/proc/27617/task/27624/stat : 27624 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 711571399 834809856 44269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27625] ppid=27603 vsize=815244 CPUtime=0
/proc/27617/task/27625/stat : 27625 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 711571399 834809856 44269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 862800

[startup+6.30112 s]
/proc/loadavg: 2.08 2.02 2.00 3/97 27625
/proc/meminfo: memFree=1531680/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
[pid=27617] ppid=27603 vsize=812588 CPUtime=6.19
/proc/27617/stat : 27617 (java) S 27603 27603 25711 0 -1 0 54166 0 1 0 595 24 0 0 18 0 9 0 711571394 832090112 52755 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27617/statm: 203147 52755 2593 9 0 197181 0
[pid=27617/tid=27618] ppid=27603 vsize=812588 CPUtime=4.96
/proc/27617/task/27618/stat : 27618 (java) R 27603 27603 25711 0 -1 64 15238 0 1 0 489 7 0 0 25 0 9 0 711571395 832090112 52755 996147200 134512640 134550740 4294955600 18446744073709551615 4126910108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27619] ppid=27603 vsize=812588 CPUtime=1.01
/proc/27617/task/27619/stat : 27619 (java) S 27603 27603 25711 0 -1 64 37419 0 0 0 86 15 0 0 16 0 9 0 711571396 832090112 52755 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27620] ppid=27603 vsize=812588 CPUtime=0
/proc/27617/task/27620/stat : 27620 (java) S 27603 27603 25711 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 711571396 832090112 52755 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27621] ppid=27603 vsize=812588 CPUtime=0
/proc/27617/task/27621/stat : 27621 (java) S 27603 27603 25711 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 711571396 832090112 52755 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27622] ppid=27603 vsize=812588 CPUtime=0
/proc/27617/task/27622/stat : 27622 (java) S 27603 27603 25711 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 711571399 832090112 52755 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27623] ppid=27603 vsize=812588 CPUtime=0.18
/proc/27617/task/27623/stat : 27623 (java) S 27603 27603 25711 0 -1 64 808 0 0 0 18 0 0 0 17 0 9 0 711571399 832090112 52755 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27624] ppid=27603 vsize=812588 CPUtime=0
/proc/27617/task/27624/stat : 27624 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 711571399 832090112 52755 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27625] ppid=27603 vsize=812588 CPUtime=0
/proc/27617/task/27625/stat : 27625 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 711571399 832090112 52755 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860144

[startup+12.7022 s]
/proc/loadavg: 2.07 2.02 2.00 3/97 27625
/proc/meminfo: memFree=1476512/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
[pid=27617] ppid=27603 vsize=812588 CPUtime=12.53
/proc/27617/stat : 27617 (java) S 27603 27603 25711 0 -1 0 68477 0 1 0 1222 31 0 0 18 0 9 0 711571394 832090112 67054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27617/statm: 203147 67054 2594 9 0 197181 0
[pid=27617/tid=27618] ppid=27603 vsize=812588 CPUtime=10.86
/proc/27617/task/27618/stat : 27618 (java) R 27603 27603 25711 0 -1 64 15262 0 1 0 1079 7 0 0 25 0 9 0 711571395 832090112 67054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27619] ppid=27603 vsize=812588 CPUtime=1.44
/proc/27617/task/27619/stat : 27619 (java) R 27603 27603 25711 0 -1 64 51703 0 0 0 123 21 0 0 16 0 9 0 711571396 832090112 67054 996147200 134512640 134550740 4294955600 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27620] ppid=27603 vsize=812588 CPUtime=0
/proc/27617/task/27620/stat : 27620 (java) S 27603 27603 25711 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 711571396 832090112 67054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27621] ppid=27603 vsize=812588 CPUtime=0
/proc/27617/task/27621/stat : 27621 (java) S 27603 27603 25711 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 711571396 832090112 67054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27622] ppid=27603 vsize=812588 CPUtime=0
/proc/27617/task/27622/stat : 27622 (java) S 27603 27603 25711 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 711571399 832090112 67054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27623] ppid=27603 vsize=812588 CPUtime=0.2
/proc/27617/task/27623/stat : 27623 (java) S 27603 27603 25711 0 -1 64 811 0 0 0 19 1 0 0 16 0 9 0 711571399 832090112 67054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27624] ppid=27603 vsize=812588 CPUtime=0
/proc/27617/task/27624/stat : 27624 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 711571399 832090112 67054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27625] ppid=27603 vsize=812588 CPUtime=0
/proc/27617/task/27625/stat : 27625 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 711571399 832090112 67054 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860144

[startup+25.5013 s]
/proc/loadavg: 2.06 2.01 2.00 3/97 27625
/proc/meminfo: memFree=1265184/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
[pid=27617] ppid=27603 vsize=814988 CPUtime=25.2
/proc/27617/stat : 27617 (java) S 27603 27603 25711 0 -1 0 120707 0 1 0 2466 54 0 0 18 0 9 0 711571394 834547712 119273 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27617/statm: 203747 119273 2595 9 0 197781 0
[pid=27617/tid=27618] ppid=27603 vsize=814988 CPUtime=21.92
/proc/27617/task/27618/stat : 27618 (java) R 27603 27603 25711 0 -1 64 15861 0 1 0 2184 8 0 0 25 0 9 0 711571395 834547712 119273 996147200 134512640 134550740 4294955600 18446744073709551615 4126913051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27619] ppid=27603 vsize=814988 CPUtime=3.04
/proc/27617/task/27619/stat : 27619 (java) S 27603 27603 25711 0 -1 64 103333 0 0 0 261 43 0 0 16 0 9 0 711571396 834547712 119273 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27620] ppid=27603 vsize=814988 CPUtime=0
/proc/27617/task/27620/stat : 27620 (java) S 27603 27603 25711 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 711571396 834547712 119273 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27621] ppid=27603 vsize=814988 CPUtime=0
/proc/27617/task/27621/stat : 27621 (java) S 27603 27603 25711 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 711571396 834547712 119273 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27622] ppid=27603 vsize=814988 CPUtime=0
/proc/27617/task/27622/stat : 27622 (java) S 27603 27603 25711 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 711571399 834547712 119273 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27623] ppid=27603 vsize=814988 CPUtime=0.2
/proc/27617/task/27623/stat : 27623 (java) S 27603 27603 25711 0 -1 64 812 0 0 0 19 1 0 0 17 0 9 0 711571399 834547712 119273 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27624] ppid=27603 vsize=814988 CPUtime=0
/proc/27617/task/27624/stat : 27624 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 711571399 834547712 119273 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27625] ppid=27603 vsize=814988 CPUtime=0
/proc/27617/task/27625/stat : 27625 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 711571399 834547712 119273 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21

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

[pid=27617/tid=27618] ppid=27603 vsize=815032 CPUtime=38.44
/proc/27617/task/27618/stat : 27618 (java) R 27603 27603 25711 0 -1 64 15965 0 1 0 3836 8 0 0 25 0 9 0 711571395 834592768 176820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27619] ppid=27603 vsize=815032 CPUtime=11.96
/proc/27617/task/27619/stat : 27619 (java) R 27603 27603 25711 0 -1 64 160856 0 0 0 1127 69 0 0 17 0 9 0 711571396 834592768 176820 996147200 134512640 134550740 4294955600 18446744073709551615 103828978 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27620] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27620/stat : 27620 (java) S 27603 27603 25711 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 711571396 834592768 176820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27621] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27621/stat : 27621 (java) S 27603 27603 25711 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 711571396 834592768 176820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27622] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27622/stat : 27622 (java) S 27603 27603 25711 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 711571399 834592768 176820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27623] ppid=27603 vsize=815032 CPUtime=0.21
/proc/27617/task/27623/stat : 27623 (java) S 27603 27603 25711 0 -1 64 816 0 0 0 20 1 0 0 16 0 9 0 711571399 834592768 176820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27624] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27624/stat : 27624 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 711571399 834592768 176820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27625] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27625/stat : 27625 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 711571399 834592768 176820 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 862588

[startup+64.0028 s]
/proc/loadavg: 2.08 2.03 2.00 3/97 27625
/proc/meminfo: memFree=999648/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
[pid=27617] ppid=27603 vsize=815032 CPUtime=63.31
/proc/27617/stat : 27617 (java) S 27603 27603 25711 0 -1 0 187058 0 1 0 6247 84 0 0 18 0 9 0 711571394 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27617/statm: 203758 185537 2593 9 0 197792 0
[pid=27617/tid=27618] ppid=27603 vsize=815032 CPUtime=41.57
/proc/27617/task/27618/stat : 27618 (java) S 27603 27603 25711 0 -1 64 15968 0 1 0 4149 8 0 0 22 0 9 0 711571395 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27619] ppid=27603 vsize=815032 CPUtime=21.49
/proc/27617/task/27619/stat : 27619 (java) R 27603 27603 25711 0 -1 64 169571 0 0 0 2076 73 0 0 24 0 9 0 711571396 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 102469670 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27620] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27620/stat : 27620 (java) S 27603 27603 25711 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 711571396 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27621] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27621/stat : 27621 (java) S 27603 27603 25711 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 711571396 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27622] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27622/stat : 27622 (java) S 27603 27603 25711 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27623] ppid=27603 vsize=815032 CPUtime=0.21
/proc/27617/task/27623/stat : 27623 (java) S 27603 27603 25711 0 -1 64 818 0 0 0 20 1 0 0 16 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27624] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27624/stat : 27624 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27625] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27625/stat : 27625 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.32
Current children cumulated vsize (KiB) 862588

[startup+70.4019 s]
/proc/loadavg: 2.15 2.04 2.01 3/97 27625
/proc/meminfo: memFree=999584/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
[pid=27617] ppid=27603 vsize=815032 CPUtime=69.65
/proc/27617/stat : 27617 (java) S 27603 27603 25711 0 -1 0 187060 0 1 0 6881 84 0 0 18 0 9 0 711571394 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27617/statm: 203758 185537 2593 9 0 197792 0
[pid=27617/tid=27618] ppid=27603 vsize=815032 CPUtime=41.97
/proc/27617/task/27618/stat : 27618 (java) S 27603 27603 25711 0 -1 64 15970 0 1 0 4189 8 0 0 17 0 9 0 711571395 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27619] ppid=27603 vsize=815032 CPUtime=27.44
/proc/27617/task/27619/stat : 27619 (java) R 27603 27603 25711 0 -1 64 169571 0 0 0 2671 73 0 0 25 0 9 0 711571396 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 104180096 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27620] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27620/stat : 27620 (java) S 27603 27603 25711 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 711571396 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27621] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27621/stat : 27621 (java) S 27603 27603 25711 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 711571396 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27622] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27622/stat : 27622 (java) S 27603 27603 25711 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27623] ppid=27603 vsize=815032 CPUtime=0.21
/proc/27617/task/27623/stat : 27623 (java) S 27603 27603 25711 0 -1 64 818 0 0 0 20 1 0 0 16 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27624] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27624/stat : 27624 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27625] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27625/stat : 27625 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.66
Current children cumulated vsize (KiB) 862588

[startup+72.0012 s]
/proc/loadavg: 2.14 2.04 2.01 3/97 27625
/proc/meminfo: memFree=999584/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
[pid=27617] ppid=27603 vsize=815032 CPUtime=71.23
/proc/27617/stat : 27617 (java) S 27603 27603 25711 0 -1 0 187060 0 1 0 7039 84 0 0 18 0 9 0 711571394 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27617/statm: 203758 185537 2593 9 0 197792 0
[pid=27617/tid=27618] ppid=27603 vsize=815032 CPUtime=41.97
/proc/27617/task/27618/stat : 27618 (java) S 27603 27603 25711 0 -1 64 15970 0 1 0 4189 8 0 0 17 0 9 0 711571395 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27619] ppid=27603 vsize=815032 CPUtime=29.01
/proc/27617/task/27619/stat : 27619 (java) R 27603 27603 25711 0 -1 64 169571 0 0 0 2828 73 0 0 25 0 9 0 711571396 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 103735755 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27620] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27620/stat : 27620 (java) S 27603 27603 25711 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 711571396 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27621] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27621/stat : 27621 (java) S 27603 27603 25711 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 711571396 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27622] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27622/stat : 27622 (java) S 27603 27603 25711 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27623] ppid=27603 vsize=815032 CPUtime=0.21
/proc/27617/task/27623/stat : 27623 (java) S 27603 27603 25711 0 -1 64 818 0 0 0 20 1 0 0 16 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27624] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27624/stat : 27624 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27625] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27625/stat : 27625 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.24
Current children cumulated vsize (KiB) 862588

[startup+73.6024 s]
/proc/loadavg: 2.14 2.04 2.01 3/97 27625
/proc/meminfo: memFree=999584/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
[pid=27617] ppid=27603 vsize=815032 CPUtime=72.82
/proc/27617/stat : 27617 (java) S 27603 27603 25711 0 -1 0 187060 0 1 0 7198 84 0 0 18 0 9 0 711571394 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27617/statm: 203758 185537 2593 9 0 197792 0
[pid=27617/tid=27618] ppid=27603 vsize=815032 CPUtime=41.97
/proc/27617/task/27618/stat : 27618 (java) S 27603 27603 25711 0 -1 64 15970 0 1 0 4189 8 0 0 17 0 9 0 711571395 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27619] ppid=27603 vsize=815032 CPUtime=30.6
/proc/27617/task/27619/stat : 27619 (java) R 27603 27603 25711 0 -1 64 169571 0 0 0 2987 73 0 0 25 0 9 0 711571396 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 104182221 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27620] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27620/stat : 27620 (java) S 27603 27603 25711 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 711571396 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27621] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27621/stat : 27621 (java) S 27603 27603 25711 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 711571396 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27622] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27622/stat : 27622 (java) S 27603 27603 25711 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27623] ppid=27603 vsize=815032 CPUtime=0.21
/proc/27617/task/27623/stat : 27623 (java) S 27603 27603 25711 0 -1 64 818 0 0 0 20 1 0 0 16 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27624] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27624/stat : 27624 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27625] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27625/stat : 27625 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 711571399 834592768 185537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 72.83
Current children cumulated vsize (KiB) 862588

[startup+74.0025 s]
/proc/loadavg: 2.14 2.04 2.01 3/97 27625
/proc/meminfo: memFree=999584/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
[pid=27617] ppid=27603 vsize=815032 CPUtime=73.2
/proc/27617/stat : 27617 (java) S 27603 27603 25711 0 -1 0 187063 0 1 0 7236 84 0 0 18 0 9 0 711571394 834592768 185538 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27617/statm: 203758 185538 2593 9 0 197792 0
[pid=27617/tid=27618] ppid=27603 vsize=815032 CPUtime=41.97
/proc/27617/task/27618/stat : 27618 (java) S 27603 27603 25711 0 -1 64 15973 0 1 0 4189 8 0 0 17 0 9 0 711571395 834592768 185538 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27619] ppid=27603 vsize=815032 CPUtime=30.99
/proc/27617/task/27619/stat : 27619 (java) R 27603 27603 25711 0 -1 64 169571 0 0 0 3026 73 0 0 25 0 9 0 711571396 834592768 185538 996147200 134512640 134550740 4294955600 18446744073709551615 104181771 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27620] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27620/stat : 27620 (java) S 27603 27603 25711 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 711571396 834592768 185538 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27621] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27621/stat : 27621 (java) S 27603 27603 25711 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 711571396 834592768 185538 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27622] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27622/stat : 27622 (java) S 27603 27603 25711 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 711571399 834592768 185538 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27623] ppid=27603 vsize=815032 CPUtime=0.21
/proc/27617/task/27623/stat : 27623 (java) S 27603 27603 25711 0 -1 64 818 0 0 0 20 1 0 0 16 0 9 0 711571399 834592768 185538 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27624] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27624/stat : 27624 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 711571399 834592768 185538 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27617/tid=27625] ppid=27603 vsize=815032 CPUtime=0
/proc/27617/task/27625/stat : 27625 (java) S 27603 27603 25711 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 711571399 834592768 185538 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.21
Current children cumulated vsize (KiB) 862588

[startup+74.2029 s]
/proc/loadavg: 2.14 2.04 2.01 3/97 27625
/proc/meminfo: memFree=999584/2055920 swapFree=4156384/4192956
[pid=27603] ppid=27601 vsize=47556 CPUtime=0.01
/proc/27603/stat : 27603 (galacM.sh) S 27601 27603 25711 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 711571390 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27603/statm: 11889 365 246 79 0 219 0
[pid=27617] ppid=27603 vsize=0 CPUtime=73.38
/proc/27617/stat : 27617 (java) Z 27603 27603 25711 0 -1 12 187076 0 1 0 7250 88 0 0 16 0 2 0 711571394 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27617/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 73.39
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 74.2742
CPU time (s): 73.4888
CPU user time (s): 72.507
CPU system time (s): 0.98185
CPU usage (%): 98.9426
Max. virtual memory (cumulated for all children) (KiB): 862844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.507
system time used= 0.98185
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189562
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= 2447
involuntary context switches= 4292

runsolver used 0.103984 second user time and 0.274958 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-05 18:40:50
IDJOB=1092566
IDBENCH=58636
IDSOLVER=350
FILE ID=node58/1092566-1215276050
PBS_JOBID= 7882212
Free space on /tmp= 66556 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-95-7.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1092566-1215276050/watcher-1092566-1215276050 -o /tmp/evaluation-result-1092566-1215276050/solver-1092566-1215276050 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1092566-1215276050.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7bfced7c76430a4e64d921de0f86ae8
RANDOM SEED=73184731

node58.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.261
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.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1734608 kB
Buffers:         24724 kB
Cached:         173680 kB
SwapCached:      30960 kB
Active:         207620 kB
Inactive:        56784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734608 kB
SwapTotal:     4192956 kB
SwapFree:      4156384 kB
Dirty:            3728 kB
Writeback:           0 kB
Mapped:          83252 kB
Slab:            41400 kB
Committed_AS:  1235776 kB
PageTables:       2388 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= 66556 MiB
End job on node58 at 2008-07-05 18:42:04