Trace number 1038411

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 E? (problem) 308.015 310.752

General information on the benchmark

Namecsp/marc/
normalized-large-96-unsat_ext.xml
MD5SUMb27e6efb6e10edd4280a0b0099140167
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.1427
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints4560
Maximum constraint arity2
Maximum domain size96
Number of constraints which are defined in extension4560
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 ---
307.45/310.29	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
307.45/310.29		at java.util.Arrays.copyOf(Unknown Source)
307.45/310.29		at java.util.Arrays.copyOf(Unknown Source)
307.84/310.63		at java.util.ArrayList.ensureCapacity(Unknown Source)
307.84/310.63		at java.util.ArrayList.add(Unknown Source)
307.84/310.63		at java.util.regex.Pattern.split(Unknown Source)
307.84/310.63		at java.lang.String.split(Unknown Source)
307.84/310.63		at java.lang.String.split(Unknown Source)
307.84/310.63		at sat4j.Relation.endElement(Relation.java:35)
307.84/310.63		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
307.84/310.63		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
307.84/310.63		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
307.84/310.63		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
307.84/310.63		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
307.84/310.63		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
307.84/310.63		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
307.84/310.63		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
307.84/310.63		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
307.84/310.63		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
307.84/310.63		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
307.84/310.63		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
307.84/310.63		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
307.84/310.63		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-1038411-1214965598/watcher-1038411-1214965598 -o /tmp/evaluation-result-1038411-1214965598/solver-1038411-1214965598 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1038411-1214965598.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.34 2.14 2.09 4/73 8286
/proc/meminfo: memFree=1296024/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=8652 CPUtime=0
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 608816625 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 2163 280 208 79 0 156 0
[pid=8287] ppid=8286 vsize=8688 CPUtime=0
/proc/8287/stat : 8287 (galacE.sh) R 8286 8286 6282 0 -1 4194368 67 485 0 0 0 0 0 0 16 0 1 0 608816625 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 254613711519 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/8287/statm: 2172 288 210 79 0 165 0
[pid=8290] ppid=8287 vsize=8688 CPUtime=0
/proc/8290/stat : 8290 (galacE.sh) R 8287 8286 6282 0 -1 4194368 7 0 0 0 0 0 0 0 16 0 1 0 608816626 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 254613902873 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/8290/statm: 2172 288 210 79 0 165 0

[startup+0.0974409 s]
/proc/loadavg: 2.34 2.14 2.09 4/73 8286
/proc/meminfo: memFree=1296024/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.101439 s]
/proc/loadavg: 2.34 2.14 2.09 4/73 8286
/proc/meminfo: memFree=1296024/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301465 s]
/proc/loadavg: 2.34 2.14 2.09 4/73 8286
/proc/meminfo: memFree=1296024/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701516 s]
/proc/loadavg: 2.34 2.14 2.09 4/73 8286
/proc/meminfo: memFree=1296024/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.5016 s]
/proc/loadavg: 2.34 2.14 2.09 3/83 8308
/proc/meminfo: memFree=1217352/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
[pid=8300] ppid=8286 vsize=812628 CPUtime=1.45
/proc/8300/stat : 8300 (java) S 8286 8286 6282 0 -1 0 23153 0 1 0 134 11 0 0 18 0 9 0 608816628 832131072 22571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8300/statm: 203157 22571 1887 9 0 197138 0
[pid=8300/tid=8301] ppid=8286 vsize=812628 CPUtime=1.22
/proc/8300/task/8301/stat : 8301 (java) R 8286 8286 6282 0 -1 64 14477 0 1 0 115 7 0 0 25 0 9 0 608816629 832131072 22571 996147200 134512640 134550740 4294955616 18446744073709551615 4126750095 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8302] ppid=8286 vsize=812628 CPUtime=0.1
/proc/8300/task/8302/stat : 8302 (java) S 8286 8286 6282 0 -1 64 7225 0 0 0 7 3 0 0 16 0 9 0 608816630 832131072 22571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8303] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8303/stat : 8303 (java) S 8286 8286 6282 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 608816630 832131072 22571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8304] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8304/stat : 8304 (java) S 8286 8286 6282 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 608816630 832131072 22571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8305] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8305/stat : 8305 (java) S 8286 8286 6282 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 608816632 832131072 22571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8306] ppid=8286 vsize=812628 CPUtime=0.11
/proc/8300/task/8306/stat : 8306 (java) S 8286 8286 6282 0 -1 64 753 0 0 0 11 0 0 0 16 0 9 0 608816632 832131072 22571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8307] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8307/stat : 8307 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 608816633 832131072 22571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8308] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8308/stat : 8308 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 608816633 832131072 22571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860208

[startup+3.10278 s]
/proc/loadavg: 2.34 2.14 2.09 3/83 8308
/proc/meminfo: memFree=1204360/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
[pid=8300] ppid=8286 vsize=812628 CPUtime=3.04
/proc/8300/stat : 8300 (java) S 8286 8286 6282 0 -1 0 27695 0 1 0 291 13 0 0 18 0 9 0 608816628 832131072 27106 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8300/statm: 203157 27106 1887 9 0 197138 0
[pid=8300/tid=8301] ppid=8286 vsize=812628 CPUtime=2.61
/proc/8300/task/8301/stat : 8301 (java) R 8286 8286 6282 0 -1 64 14484 0 1 0 254 7 0 0 25 0 9 0 608816629 832131072 27106 996147200 134512640 134550740 4294955616 18446744073709551615 4126745560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8302] ppid=8286 vsize=812628 CPUtime=0.26
/proc/8300/task/8302/stat : 8302 (java) S 8286 8286 6282 0 -1 64 11742 0 0 0 22 4 0 0 16 0 9 0 608816630 832131072 27106 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8303] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8303/stat : 8303 (java) S 8286 8286 6282 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 608816630 832131072 27106 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8304] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8304/stat : 8304 (java) S 8286 8286 6282 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 608816630 832131072 27106 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8305] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8305/stat : 8305 (java) S 8286 8286 6282 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 608816632 832131072 27106 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8306] ppid=8286 vsize=812628 CPUtime=0.14
/proc/8300/task/8306/stat : 8306 (java) S 8286 8286 6282 0 -1 64 771 0 0 0 14 0 0 0 16 0 9 0 608816632 832131072 27106 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8307] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8307/stat : 8307 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 608816633 832131072 27106 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8308] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8308/stat : 8308 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 608816633 832131072 27106 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860208

[startup+6.30214 s]
/proc/loadavg: 2.47 2.17 2.10 3/83 8308
/proc/meminfo: memFree=1168072/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
[pid=8300] ppid=8286 vsize=812628 CPUtime=6.21
/proc/8300/stat : 8300 (java) S 8286 8286 6282 0 -1 0 36739 0 1 0 603 18 0 0 18 0 9 0 608816628 832131072 36135 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8300/statm: 203157 36135 1887 9 0 197138 0
[pid=8300/tid=8301] ppid=8286 vsize=812628 CPUtime=5.42
/proc/8300/task/8301/stat : 8301 (java) R 8286 8286 6282 0 -1 64 14499 0 1 0 534 8 0 0 25 0 9 0 608816629 832131072 36135 996147200 134512640 134550740 4294955616 18446744073709551615 4126665782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8302] ppid=8286 vsize=812628 CPUtime=0.6
/proc/8300/task/8302/stat : 8302 (java) S 8286 8286 6282 0 -1 64 20754 0 0 0 52 8 0 0 16 0 9 0 608816630 832131072 36135 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8303] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8303/stat : 8303 (java) S 8286 8286 6282 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 608816630 832131072 36135 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8304] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8304/stat : 8304 (java) S 8286 8286 6282 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 608816630 832131072 36135 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8305] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8305/stat : 8305 (java) S 8286 8286 6282 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 608816632 832131072 36135 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8306] ppid=8286 vsize=812628 CPUtime=0.16
/proc/8300/task/8306/stat : 8306 (java) S 8286 8286 6282 0 -1 64 788 0 0 0 16 0 0 0 16 0 9 0 608816632 832131072 36135 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8307] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8307/stat : 8307 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 608816633 832131072 36135 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8308] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8308/stat : 8308 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 608816633 832131072 36135 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 860208

[startup+12.7029 s]
/proc/loadavg: 2.52 2.18 2.11 3/83 8308
/proc/meminfo: memFree=1091208/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
[pid=8300] ppid=8286 vsize=812628 CPUtime=12.56
/proc/8300/stat : 8300 (java) S 8286 8286 6282 0 -1 0 55469 0 1 0 1228 28 0 0 18 0 9 0 608816628 832131072 54836 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8300/statm: 203157 54836 1890 9 0 197138 0
[pid=8300/tid=8301] ppid=8286 vsize=812628 CPUtime=11.03
/proc/8300/task/8301/stat : 8301 (java) R 8286 8286 6282 0 -1 64 14528 0 1 0 1092 11 0 0 25 0 9 0 608816629 832131072 54836 996147200 134512640 134550740 4294955616 18446744073709551615 4126750117 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8302] ppid=8286 vsize=812628 CPUtime=1.29
/proc/8300/task/8302/stat : 8302 (java) S 8286 8286 6282 0 -1 64 39421 0 0 0 114 15 0 0 16 0 9 0 608816630 832131072 54836 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8303] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8303/stat : 8303 (java) S 8286 8286 6282 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 608816630 832131072 54836 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8304] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8304/stat : 8304 (java) S 8286 8286 6282 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 608816630 832131072 54836 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8305] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8305/stat : 8305 (java) S 8286 8286 6282 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 608816632 832131072 54836 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8306] ppid=8286 vsize=812628 CPUtime=0.2
/proc/8300/task/8306/stat : 8306 (java) S 8286 8286 6282 0 -1 64 822 0 0 0 20 0 0 0 15 0 9 0 608816632 832131072 54836 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8307] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8307/stat : 8307 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 608816633 832131072 54836 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8308] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8308/stat : 8308 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 608816633 832131072 54836 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 860208

[startup+25.5013 s]
/proc/loadavg: 2.54 2.20 2.12 3/83 8308
/proc/meminfo: memFree=939336/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
[pid=8300] ppid=8286 vsize=812628 CPUtime=25.24
/proc/8300/stat : 8300 (java) S 8286 8286 6282 0 -1 0 92763 0 1 0 2479 45 0 0 18 0 9 0 608816628 832131072 92073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8300/statm: 203157 92073 1890 9 0 197138 0
[pid=8300/tid=8301] ppid=8286 vsize=812628 CPUtime=22.25
/proc/8300/task/8301/stat : 8301 (java) R 8286 8286 6282 0 -1 64 14585 0 1 0 2210 15 0 0 25 0 9 0 608816629 832131072 92073 996147200 134512640 134550740 4294955616 18446744073709551615 4126643994 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8302] ppid=8286 vsize=812628 CPUtime=2.75
/proc/8300/task/8302/stat : 8302 (java) S 8286 8286 6282 0 -1 64 76653 0 0 0 246 29 0 0 16 0 9 0 608816630 832131072 92073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8303] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8303/stat : 8303 (java) S 8286 8286 6282 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 608816630 832131072 92073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8304] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8304/stat : 8304 (java) S 8286 8286 6282 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 608816630 832131072 92073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8305] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8305/stat : 8305 (java) S 8286 8286 6282 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 608816632 832131072 92073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8306] ppid=8286 vsize=812628 CPUtime=0.21
/proc/8300/task/8306/stat : 8306 (java) S 8286 8286 6282 0 -1 64 827 0 0 0 21 0 0 0 15 0 9 0 608816632 832131072 92073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8307] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8307/stat : 8307 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 608816633 832131072 92073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8308] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8308/stat : 8308 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 608816633 832131072 92073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25

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

[pid=8300/tid=8301] ppid=8286 vsize=812628 CPUtime=57.21
/proc/8300/task/8301/stat : 8301 (java) S 8286 8286 6282 0 -1 64 14833 0 1 0 5697 24 0 0 17 0 9 0 608816629 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8302] ppid=8286 vsize=812628 CPUtime=234.15
/proc/8300/task/8302/stat : 8302 (java) R 8286 8286 6282 0 -1 64 169527 0 0 0 23353 62 0 0 25 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 103834242 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8303] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8303/stat : 8303 (java) S 8286 8286 6282 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8304] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8304/stat : 8304 (java) S 8286 8286 6282 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8305] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8305/stat : 8305 (java) S 8286 8286 6282 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 608816632 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8306] ppid=8286 vsize=812628 CPUtime=0.28
/proc/8300/task/8306/stat : 8306 (java) S 8286 8286 6282 0 -1 64 865 0 0 0 28 0 0 0 15 0 9 0 608816632 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8307] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8307/stat : 8307 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 608816633 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8308] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8308/stat : 8308 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 608816633 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 291.69
Current children cumulated vsize (KiB) 860208

[startup+300.702 s]
/proc/loadavg: 2.07 2.24 2.16 3/83 8308
/proc/meminfo: memFree=567944/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
[pid=8300] ppid=8286 vsize=812628 CPUtime=298.02
/proc/8300/stat : 8300 (java) S 8286 8286 6282 0 -1 0 185931 0 1 0 29714 88 0 0 18 0 9 0 608816628 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8300/statm: 203157 184807 2583 9 0 197138 0
[pid=8300/tid=8301] ppid=8286 vsize=812628 CPUtime=57.22
/proc/8300/task/8301/stat : 8301 (java) S 8286 8286 6282 0 -1 64 14836 0 1 0 5698 24 0 0 17 0 9 0 608816629 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8302] ppid=8286 vsize=812628 CPUtime=240.49
/proc/8300/task/8302/stat : 8302 (java) R 8286 8286 6282 0 -1 64 169527 0 0 0 23987 62 0 0 25 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 104181524 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8303] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8303/stat : 8303 (java) S 8286 8286 6282 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8304] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8304/stat : 8304 (java) S 8286 8286 6282 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8305] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8305/stat : 8305 (java) S 8286 8286 6282 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 608816632 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8306] ppid=8286 vsize=812628 CPUtime=0.28
/proc/8300/task/8306/stat : 8306 (java) S 8286 8286 6282 0 -1 64 865 0 0 0 28 0 0 0 15 0 9 0 608816632 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8307] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8307/stat : 8307 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 608816633 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8308] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8308/stat : 8308 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 608816633 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 298.03
Current children cumulated vsize (KiB) 860208

[startup+307.103 s]
/proc/loadavg: 2.06 2.23 2.16 3/83 8308
/proc/meminfo: memFree=567944/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
[pid=8300] ppid=8286 vsize=812628 CPUtime=304.36
/proc/8300/stat : 8300 (java) S 8286 8286 6282 0 -1 0 185934 0 1 0 30348 88 0 0 18 0 9 0 608816628 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8300/statm: 203157 184807 2583 9 0 197138 0
[pid=8300/tid=8301] ppid=8286 vsize=812628 CPUtime=57.23
/proc/8300/task/8301/stat : 8301 (java) S 8286 8286 6282 0 -1 64 14839 0 1 0 5699 24 0 0 17 0 9 0 608816629 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8302] ppid=8286 vsize=812628 CPUtime=246.82
/proc/8300/task/8302/stat : 8302 (java) R 8286 8286 6282 0 -1 64 169527 0 0 0 24620 62 0 0 25 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 104181539 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8303] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8303/stat : 8303 (java) S 8286 8286 6282 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8304] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8304/stat : 8304 (java) S 8286 8286 6282 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8305] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8305/stat : 8305 (java) S 8286 8286 6282 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 608816632 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8306] ppid=8286 vsize=812628 CPUtime=0.28
/proc/8300/task/8306/stat : 8306 (java) S 8286 8286 6282 0 -1 64 865 0 0 0 28 0 0 0 15 0 9 0 608816632 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8307] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8307/stat : 8307 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 608816633 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8308] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8308/stat : 8308 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 608816633 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 304.37
Current children cumulated vsize (KiB) 860208

[startup+308.702 s]
/proc/loadavg: 2.06 2.23 2.16 3/83 8308
/proc/meminfo: memFree=567944/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
[pid=8300] ppid=8286 vsize=812628 CPUtime=305.95
/proc/8300/stat : 8300 (java) S 8286 8286 6282 0 -1 0 185934 0 1 0 30507 88 0 0 18 0 9 0 608816628 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8300/statm: 203157 184807 2583 9 0 197138 0
[pid=8300/tid=8301] ppid=8286 vsize=812628 CPUtime=57.23
/proc/8300/task/8301/stat : 8301 (java) S 8286 8286 6282 0 -1 64 14839 0 1 0 5699 24 0 0 17 0 9 0 608816629 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8302] ppid=8286 vsize=812628 CPUtime=248.41
/proc/8300/task/8302/stat : 8302 (java) R 8286 8286 6282 0 -1 64 169527 0 0 0 24779 62 0 0 25 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 103735808 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8303] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8303/stat : 8303 (java) S 8286 8286 6282 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8304] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8304/stat : 8304 (java) S 8286 8286 6282 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8305] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8305/stat : 8305 (java) S 8286 8286 6282 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 608816632 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8306] ppid=8286 vsize=812628 CPUtime=0.28
/proc/8300/task/8306/stat : 8306 (java) S 8286 8286 6282 0 -1 64 865 0 0 0 28 0 0 0 15 0 9 0 608816632 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8307] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8307/stat : 8307 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 608816633 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8308] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8308/stat : 8308 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 608816633 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 305.96
Current children cumulated vsize (KiB) 860208

[startup+309.502 s]
/proc/loadavg: 2.06 2.23 2.16 3/83 8308
/proc/meminfo: memFree=567944/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
[pid=8300] ppid=8286 vsize=812628 CPUtime=306.74
/proc/8300/stat : 8300 (java) S 8286 8286 6282 0 -1 0 185934 0 1 0 30586 88 0 0 18 0 9 0 608816628 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8300/statm: 203157 184807 2583 9 0 197138 0
[pid=8300/tid=8301] ppid=8286 vsize=812628 CPUtime=57.23
/proc/8300/task/8301/stat : 8301 (java) S 8286 8286 6282 0 -1 64 14839 0 1 0 5699 24 0 0 17 0 9 0 608816629 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8302] ppid=8286 vsize=812628 CPUtime=249.21
/proc/8300/task/8302/stat : 8302 (java) R 8286 8286 6282 0 -1 64 169527 0 0 0 24859 62 0 0 25 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 104456976 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8303] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8303/stat : 8303 (java) S 8286 8286 6282 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8304] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8304/stat : 8304 (java) S 8286 8286 6282 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 608816630 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8305] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8305/stat : 8305 (java) S 8286 8286 6282 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 608816632 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8306] ppid=8286 vsize=812628 CPUtime=0.28
/proc/8300/task/8306/stat : 8306 (java) S 8286 8286 6282 0 -1 64 865 0 0 0 28 0 0 0 15 0 9 0 608816632 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8307] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8307/stat : 8307 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 608816633 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8308] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8308/stat : 8308 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 608816633 832131072 184807 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 306.75
Current children cumulated vsize (KiB) 860208

[startup+310.302 s]
/proc/loadavg: 2.06 2.23 2.16 3/83 8308
/proc/meminfo: memFree=567944/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
[pid=8300] ppid=8286 vsize=812628 CPUtime=307.54
/proc/8300/stat : 8300 (java) S 8286 8286 6282 0 -1 0 185937 0 1 0 30666 88 0 0 18 0 9 0 608816628 832131072 184808 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8300/statm: 203157 184808 2583 9 0 197138 0
[pid=8300/tid=8301] ppid=8286 vsize=812628 CPUtime=57.23
/proc/8300/task/8301/stat : 8301 (java) S 8286 8286 6282 0 -1 64 14842 0 1 0 5699 24 0 0 17 0 9 0 608816629 832131072 184808 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8302] ppid=8286 vsize=812628 CPUtime=250
/proc/8300/task/8302/stat : 8302 (java) R 8286 8286 6282 0 -1 64 169527 0 0 0 24938 62 0 0 25 0 9 0 608816630 832131072 184808 996147200 134512640 134550740 4294955616 18446744073709551615 103737273 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8303] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8303/stat : 8303 (java) S 8286 8286 6282 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 608816630 832131072 184808 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8304] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8304/stat : 8304 (java) S 8286 8286 6282 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 608816630 832131072 184808 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8305] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8305/stat : 8305 (java) S 8286 8286 6282 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 608816632 832131072 184808 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8306] ppid=8286 vsize=812628 CPUtime=0.28
/proc/8300/task/8306/stat : 8306 (java) S 8286 8286 6282 0 -1 64 865 0 0 0 28 0 0 0 15 0 9 0 608816632 832131072 184808 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8300/tid=8307] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8307/stat : 8307 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 608816633 832131072 184808 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8300/tid=8308] ppid=8286 vsize=812628 CPUtime=0
/proc/8300/task/8308/stat : 8308 (java) S 8286 8286 6282 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 608816633 832131072 184808 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 307.55
Current children cumulated vsize (KiB) 860208

[startup+310.702 s]
/proc/loadavg: 2.06 2.23 2.16 3/83 8308
/proc/meminfo: memFree=567944/2055920 swapFree=4179324/4192956
[pid=8286] ppid=8284 vsize=47580 CPUtime=0.01
/proc/8286/stat : 8286 (galacE.sh) S 8284 8286 6282 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 608816625 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8286/statm: 11895 364 245 79 0 219 0
[pid=8300] ppid=8286 vsize=0 CPUtime=307.93
/proc/8300/stat : 8300 (java) Z 8286 8286 6282 0 -1 12 185951 0 1 0 30699 94 0 0 16 0 2 0 608816628 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8300/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 307.94
Current children cumulated vsize (KiB) 47580

Child status: 0
Real time (s): 310.752
CPU time (s): 308.015
CPU user time (s): 307.001
CPU system time (s): 1.01384
CPU usage (%): 99.1193
Max. virtual memory (cumulated for all children) (KiB): 860208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 307.001
system time used= 1.01385
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188595
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= 9309
involuntary context switches= 10562

runsolver used 0.385941 second user time and 1.03584 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-02 04:26:50
IDJOB=1038411
IDBENCH=53562
IDSOLVER=351
FILE ID=node87/1038411-1214965598
PBS_JOBID= 7870161
Free space on /tmp= 66444 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/marc/normalized-large-96-unsat_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1038411-1214965598/watcher-1038411-1214965598 -o /tmp/evaluation-result-1038411-1214965598/solver-1038411-1214965598 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1038411-1214965598.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b27e6efb6e10edd4280a0b0099140167
RANDOM SEED=186060580

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1296504 kB
Buffers:         68724 kB
Cached:         594644 kB
SwapCached:       7520 kB
Active:         421192 kB
Inactive:       257196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1296504 kB
SwapTotal:     4192956 kB
SwapFree:      4179324 kB
Dirty:           97420 kB
Writeback:           0 kB
Mapped:          22396 kB
Slab:            66368 kB
Committed_AS:  1428156 kB
PageTables:       1824 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node87 at 2008-07-02 04:32:00