Trace number 1080941

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) 70.8702 71.2273

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-105-9.xml
MD5SUM5bbd1ffb651fc1a4ef8ce25488690080
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.0047
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1452
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
70.72/71.10	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
70.72/71.10		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:149)
70.72/71.10		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
70.72/71.10		at base.Problem.endConstraint(Problem.java:510)
70.72/71.10		at sat4j.Constraint.endElement(Constraint.java:37)
70.72/71.10		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
70.72/71.10		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
70.72/71.10		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
70.72/71.10		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
70.72/71.10		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
70.72/71.10		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
70.72/71.10		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
70.72/71.10		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
70.72/71.11		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
70.72/71.11		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
70.72/71.11		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
70.72/71.11		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
70.72/71.11		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
70.72/71.11		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-1080941-1215214126/watcher-1080941-1215214126 -o /tmp/evaluation-result-1080941-1215214126/solver-1080941-1215214126 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1080941-1215214126.xml 

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

[startup+0 s]
/proc/loadavg: 2.19 2.14 2.04 3/72 3057
/proc/meminfo: memFree=1728112/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=18572 CPUtime=0
/proc/3057/stat : 3057 (runsolver) R 3055 1264 1264 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 1 0 2000386645 19017728 290 996147200 4194304 4296836 548682068448 18446744073709551615 253316061402 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3057/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.100248 s]
/proc/loadavg: 2.19 2.14 2.04 3/72 3057
/proc/meminfo: memFree=1728112/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.201257 s]
/proc/loadavg: 2.19 2.14 2.04 3/72 3057
/proc/meminfo: memFree=1728112/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301266 s]
/proc/loadavg: 2.19 2.14 2.04 3/72 3057
/proc/meminfo: memFree=1728112/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701308 s]
/proc/loadavg: 2.19 2.14 2.04 3/72 3057
/proc/meminfo: memFree=1728112/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50238 s]
/proc/loadavg: 2.19 2.14 2.04 3/82 3079
/proc/meminfo: memFree=1661728/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
[pid=3071] ppid=3057 vsize=812760 CPUtime=1.45
/proc/3071/stat : 3071 (java) S 3057 3057 1264 0 -1 0 30290 0 1 0 130 15 0 0 18 0 9 0 2000386649 832266240 29526 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 203190 29526 2589 9 0 197171 0
[pid=3071/tid=3072] ppid=3057 vsize=812760 CPUtime=0.83
/proc/3071/task/3072/stat : 3072 (java) R 3057 3057 1264 0 -1 64 13897 0 1 0 76 7 0 0 24 0 9 0 2000386650 832266240 29526 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3057 vsize=812760 CPUtime=0.43
/proc/3071/task/3073/stat : 3073 (java) R 3057 3057 1264 0 -1 64 14916 0 0 0 37 6 0 0 18 0 9 0 2000386651 832266240 29526 996147200 134512640 134550740 4294955568 18446744073709551615 102723030 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3057 vsize=812760 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3057 3057 1264 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000386651 832266240 29526 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3057 vsize=812760 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3057 3057 1264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000386651 832266240 29526 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3057 vsize=812760 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3057 3057 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000386653 832266240 29526 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3057 vsize=812760 CPUtime=0.15
/proc/3071/task/3077/stat : 3077 (java) S 3057 3057 1264 0 -1 64 778 0 0 0 15 0 0 0 16 0 9 0 2000386654 832266240 29526 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3057 vsize=812760 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000386654 832266240 29526 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3057 vsize=812760 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) R 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000386654 832266240 29526 996147200 134512640 134550740 4294955568 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) 860328

[startup+3.10251 s]
/proc/loadavg: 2.19 2.14 2.04 3/82 3079
/proc/meminfo: memFree=1563936/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
[pid=3071] ppid=3057 vsize=814824 CPUtime=3.03
/proc/3071/stat : 3071 (java) S 3057 3057 1264 0 -1 0 44090 0 1 0 282 21 0 0 18 0 9 0 2000386649 834379776 43324 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 203706 43324 2589 9 0 197687 0
[pid=3071/tid=3072] ppid=3057 vsize=814824 CPUtime=2.07
/proc/3071/task/3072/stat : 3072 (java) R 3057 3057 1264 0 -1 64 15067 0 1 0 200 7 0 0 25 0 9 0 2000386650 834379776 43324 996147200 134512640 134550740 4294955568 18446744073709551615 4126845890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3057 vsize=814824 CPUtime=0.78
/proc/3071/task/3073/stat : 3073 (java) S 3057 3057 1264 0 -1 64 27537 0 0 0 65 13 0 0 19 0 9 0 2000386651 834379776 43324 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3057 3057 1264 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000386651 834379776 43324 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3057 3057 1264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000386651 834379776 43324 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3057 3057 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000386653 834379776 43324 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3057 vsize=814824 CPUtime=0.16
/proc/3071/task/3077/stat : 3077 (java) S 3057 3057 1264 0 -1 64 787 0 0 0 16 0 0 0 16 0 9 0 2000386654 834379776 43324 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000386654 834379776 43324 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000386654 834379776 43324 996147200 134512640 134550740 4294955568 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) 862392

[startup+6.3018 s]
/proc/loadavg: 2.17 2.14 2.04 3/82 3079
/proc/meminfo: memFree=1503840/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
[pid=3071] ppid=3057 vsize=814824 CPUtime=6.23
/proc/3071/stat : 3071 (java) S 3057 3057 1264 0 -1 0 59039 0 1 0 594 29 0 0 18 0 9 0 2000386649 834379776 58269 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 203706 58269 2592 9 0 197687 0
[pid=3071/tid=3072] ppid=3057 vsize=814824 CPUtime=4.81
/proc/3071/task/3072/stat : 3072 (java) R 3057 3057 1264 0 -1 64 15071 0 1 0 474 7 0 0 25 0 9 0 2000386650 834379776 58269 996147200 134512640 134550740 4294955568 18446744073709551615 4126846532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3057 vsize=814824 CPUtime=1.22
/proc/3071/task/3073/stat : 3073 (java) S 3057 3057 1264 0 -1 64 42478 0 0 0 102 20 0 0 16 0 9 0 2000386651 834379776 58269 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3057 3057 1264 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000386651 834379776 58269 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3057 3057 1264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000386651 834379776 58269 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3057 3057 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000386653 834379776 58269 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3057 vsize=814824 CPUtime=0.17
/proc/3071/task/3077/stat : 3077 (java) S 3057 3057 1264 0 -1 64 791 0 0 0 17 0 0 0 17 0 9 0 2000386654 834379776 58269 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000386654 834379776 58269 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000386654 834379776 58269 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 862392

[startup+12.7024 s]
/proc/loadavg: 2.16 2.13 2.04 3/82 3079
/proc/meminfo: memFree=1373600/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
[pid=3071] ppid=3057 vsize=814824 CPUtime=12.59
/proc/3071/stat : 3071 (java) S 3057 3057 1264 0 -1 0 91552 0 1 0 1214 45 0 0 18 0 9 0 2000386649 834379776 90769 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 203706 90769 2593 9 0 197687 0
[pid=3071/tid=3072] ppid=3057 vsize=814824 CPUtime=10.17
/proc/3071/task/3072/stat : 3072 (java) R 3057 3057 1264 0 -1 64 15097 0 1 0 1010 7 0 0 25 0 9 0 2000386650 834379776 90769 996147200 134512640 134550740 4294955568 18446744073709551615 4126846448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3057 vsize=814824 CPUtime=2.22
/proc/3071/task/3073/stat : 3073 (java) S 3057 3057 1264 0 -1 64 74962 0 0 0 186 36 0 0 18 0 9 0 2000386651 834379776 90769 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3057 3057 1264 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000386651 834379776 90769 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3057 3057 1264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000386651 834379776 90769 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3057 3057 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000386653 834379776 90769 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3057 vsize=814824 CPUtime=0.17
/proc/3071/task/3077/stat : 3077 (java) S 3057 3057 1264 0 -1 64 794 0 0 0 17 0 0 0 16 0 9 0 2000386654 834379776 90769 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000386654 834379776 90769 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000386654 834379776 90769 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 862392

[startup+25.5015 s]
/proc/loadavg: 2.26 2.16 2.05 3/82 3079
/proc/meminfo: memFree=1190944/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
[pid=3071] ppid=3057 vsize=814824 CPUtime=25.32
/proc/3071/stat : 3071 (java) S 3057 3057 1264 0 -1 0 139249 0 1 0 2467 65 0 0 18 0 9 0 2000386649 834379776 138453 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 203706 138453 2592 9 0 197687 0
[pid=3071/tid=3072] ppid=3057 vsize=814824 CPUtime=19.78
/proc/3071/task/3072/stat : 3072 (java) R 3057 3057 1264 0 -1 64 15107 0 1 0 1971 7 0 0 25 0 9 0 2000386650 834379776 138453 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3057 vsize=814824 CPUtime=5.33
/proc/3071/task/3073/stat : 3073 (java) R 3057 3057 1264 0 -1 64 122644 0 0 0 477 56 0 0 16 0 9 0 2000386651 834379776 138453 996147200 134512640 134550740 4294955568 18446744073709551615 102674855 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3057 3057 1264 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000386651 834379776 138453 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3057 3057 1264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000386651 834379776 138453 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3057 3057 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000386653 834379776 138453 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3057 vsize=814824 CPUtime=0.18
/proc/3071/task/3077/stat : 3077 (java) S 3057 3057 1264 0 -1 64 799 0 0 0 18 0 0 0 17 0 9 0 2000386654 834379776 138453 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000386654 834379776 138453 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3057 vsize=814824 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000386654 834379776 138453 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 862392

[startup+51.1029 s]
/proc/loadavg: 2.37 2.19 2.07 3/82 3079
/proc/meminfo: memFree=994336/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01

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

[pid=3071/tid=3072] ppid=3057 vsize=814892 CPUtime=32.87
/proc/3071/task/3072/stat : 3072 (java) S 3057 3057 1264 0 -1 64 15133 0 1 0 3280 7 0 0 22 0 9 0 2000386650 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3057 vsize=814892 CPUtime=17.8
/proc/3071/task/3073/stat : 3073 (java) R 3057 3057 1264 0 -1 64 169577 0 0 0 1702 78 0 0 25 0 9 0 2000386651 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 103834276 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3057 3057 1264 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000386651 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3057 3057 1264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000386651 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3057 3057 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000386653 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3057 vsize=814892 CPUtime=0.19
/proc/3071/task/3077/stat : 3077 (java) S 3057 3057 1264 0 -1 64 803 0 0 0 19 0 0 0 16 0 9 0 2000386654 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000386654 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000386654 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 862460

[startup+64.003 s]
/proc/loadavg: 2.39 2.20 2.07 3/82 3079
/proc/meminfo: memFree=994208/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
[pid=3071] ppid=3057 vsize=814892 CPUtime=63.64
/proc/3071/stat : 3071 (java) S 3057 3057 1264 0 -1 0 187218 0 1 0 6276 88 0 0 18 0 9 0 2000386649 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 203723 185404 2592 9 0 197704 0
[pid=3071/tid=3072] ppid=3057 vsize=814892 CPUtime=33.95
/proc/3071/task/3072/stat : 3072 (java) S 3057 3057 1264 0 -1 64 15137 0 1 0 3388 7 0 0 17 0 9 0 2000386650 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3057 vsize=814892 CPUtime=29.46
/proc/3071/task/3073/stat : 3073 (java) R 3057 3057 1264 0 -1 64 170579 0 0 0 2868 78 0 0 25 0 9 0 2000386651 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 103735824 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3057 3057 1264 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000386651 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3057 3057 1264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000386651 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3057 3057 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000386653 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3057 vsize=814892 CPUtime=0.19
/proc/3071/task/3077/stat : 3077 (java) S 3057 3057 1264 0 -1 64 803 0 0 0 19 0 0 0 16 0 9 0 2000386654 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000386654 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000386654 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.65
Current children cumulated vsize (KiB) 862460

[startup+67.2063 s]
/proc/loadavg: 2.44 2.22 2.08 4/82 3079
/proc/meminfo: memFree=992416/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
[pid=3071] ppid=3057 vsize=816896 CPUtime=66.82
/proc/3071/stat : 3071 (java) S 3057 3057 1264 0 -1 0 188221 0 1 0 6594 88 0 0 18 0 9 0 2000386649 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 204224 185905 2592 9 0 198205 0
[pid=3071/tid=3072] ppid=3057 vsize=816896 CPUtime=33.95
/proc/3071/task/3072/stat : 3072 (java) S 3057 3057 1264 0 -1 64 15138 0 1 0 3388 7 0 0 17 0 9 0 2000386650 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3057 vsize=816896 CPUtime=32.65
/proc/3071/task/3073/stat : 3073 (java) R 3057 3057 1264 0 -1 64 171581 0 0 0 3186 79 0 0 25 0 9 0 2000386651 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 104181397 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3057 vsize=816896 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3057 3057 1264 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000386651 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3057 vsize=816896 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3057 3057 1264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000386651 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3057 vsize=816896 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3057 3057 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000386653 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3057 vsize=816896 CPUtime=0.19
/proc/3071/task/3077/stat : 3077 (java) S 3057 3057 1264 0 -1 64 803 0 0 0 19 0 0 0 16 0 9 0 2000386654 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3057 vsize=816896 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000386654 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3057 vsize=816896 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000386654 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.83
Current children cumulated vsize (KiB) 864464

[startup+68.8025 s]
/proc/loadavg: 2.44 2.22 2.08 3/82 3079
/proc/meminfo: memFree=992416/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
[pid=3071] ppid=3057 vsize=814892 CPUtime=68.41
/proc/3071/stat : 3071 (java) S 3057 3057 1264 0 -1 0 188221 0 1 0 6753 88 0 0 18 0 9 0 2000386649 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 203723 185404 2592 9 0 197704 0
[pid=3071/tid=3072] ppid=3057 vsize=814892 CPUtime=33.95
/proc/3071/task/3072/stat : 3072 (java) S 3057 3057 1264 0 -1 64 15138 0 1 0 3388 7 0 0 17 0 9 0 2000386650 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3057 vsize=814892 CPUtime=34.24
/proc/3071/task/3073/stat : 3073 (java) R 3057 3057 1264 0 -1 64 171581 0 0 0 3345 79 0 0 25 0 9 0 2000386651 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 103735745 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3057 3057 1264 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000386651 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3057 3057 1264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000386651 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3057 3057 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000386653 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3057 vsize=814892 CPUtime=0.19
/proc/3071/task/3077/stat : 3077 (java) S 3057 3057 1264 0 -1 64 803 0 0 0 19 0 0 0 16 0 9 0 2000386654 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000386654 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000386654 834449408 185404 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 68.42
Current children cumulated vsize (KiB) 862460

[startup+70.4026 s]
/proc/loadavg: 2.40 2.21 2.07 3/82 3079
/proc/meminfo: memFree=992416/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
[pid=3071] ppid=3057 vsize=816896 CPUtime=70.02
/proc/3071/stat : 3071 (java) S 3057 3057 1264 0 -1 0 188722 0 1 0 6913 89 0 0 18 0 9 0 2000386649 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 204224 185905 2592 9 0 198205 0
[pid=3071/tid=3072] ppid=3057 vsize=816896 CPUtime=33.95
/proc/3071/task/3072/stat : 3072 (java) S 3057 3057 1264 0 -1 64 15138 0 1 0 3388 7 0 0 17 0 9 0 2000386650 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3057 vsize=816896 CPUtime=35.83
/proc/3071/task/3073/stat : 3073 (java) R 3057 3057 1264 0 -1 64 172082 0 0 0 3504 79 0 0 25 0 9 0 2000386651 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3057 vsize=816896 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3057 3057 1264 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000386651 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3057 vsize=816896 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3057 3057 1264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000386651 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3057 vsize=816896 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3057 3057 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000386653 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3057 vsize=816896 CPUtime=0.19
/proc/3071/task/3077/stat : 3077 (java) S 3057 3057 1264 0 -1 64 803 0 0 0 19 0 0 0 16 0 9 0 2000386654 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3057 vsize=816896 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000386654 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3057 vsize=816896 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000386654 836501504 185905 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.03
Current children cumulated vsize (KiB) 864464

[startup+70.8026 s]
/proc/loadavg: 2.40 2.21 2.07 3/82 3079
/proc/meminfo: memFree=992416/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
[pid=3071] ppid=3057 vsize=814892 CPUtime=70.41
/proc/3071/stat : 3071 (java) S 3057 3057 1264 0 -1 0 188725 0 1 0 6952 89 0 0 18 0 9 0 2000386649 834449408 185405 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 203723 185405 2592 9 0 197704 0
[pid=3071/tid=3072] ppid=3057 vsize=814892 CPUtime=33.95
/proc/3071/task/3072/stat : 3072 (java) S 3057 3057 1264 0 -1 64 15141 0 1 0 3388 7 0 0 17 0 9 0 2000386650 834449408 185405 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3057 vsize=814892 CPUtime=36.23
/proc/3071/task/3073/stat : 3073 (java) R 3057 3057 1264 0 -1 64 172082 0 0 0 3544 79 0 0 25 0 9 0 2000386651 834449408 185405 996147200 134512640 134550740 4294955568 18446744073709551615 104181584 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3057 3057 1264 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000386651 834449408 185405 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3075] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3057 3057 1264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000386651 834449408 185405 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3076] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3057 3057 1264 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000386653 834449408 185405 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3077] ppid=3057 vsize=814892 CPUtime=0.19
/proc/3071/task/3077/stat : 3077 (java) S 3057 3057 1264 0 -1 64 803 0 0 0 19 0 0 0 16 0 9 0 2000386654 834449408 185405 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000386654 834449408 185405 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3079] ppid=3057 vsize=814892 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3057 3057 1264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000386654 834449408 185405 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.42
Current children cumulated vsize (KiB) 862460

[startup+71.2031 s]
/proc/loadavg: 2.40 2.21 2.07 3/82 3079
/proc/meminfo: memFree=992416/2055920 swapFree=4180844/4192956
[pid=3057] ppid=3055 vsize=47568 CPUtime=0.01
/proc/3057/stat : 3057 (galacE.sh) S 3055 3057 1264 0 -1 4194304 767 1707 0 0 0 0 0 1 18 0 1 0 2000386645 48709632 367 996147200 4194304 4520092 548682068784 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3057/statm: 11892 367 246 79 0 220 0
[pid=3071] ppid=3057 vsize=0 CPUtime=70.81
/proc/3071/stat : 3071 (java) Z 3057 3057 1264 0 -1 12 188739 0 1 0 6983 98 0 0 16 0 2 0 2000386649 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3071/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 70.82
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 71.2273
CPU time (s): 70.8702
CPU user time (s): 69.8424
CPU system time (s): 1.02784
CPU usage (%): 99.4987
Max. virtual memory (cumulated for all children) (KiB): 864464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.8424
system time used= 1.02784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191236
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= 2331
involuntary context switches= 3068

runsolver used 0.090986 second user time and 0.241963 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 01:28:46
IDJOB=1080941
IDBENCH=57046
IDSOLVER=351
FILE ID=node25/1080941-1215214126
PBS_JOBID= 7881643
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5bbd1ffb651fc1a4ef8ce25488690080
RANDOM SEED=1682337534

node25.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.234
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.234
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:       1728592 kB
Buffers:         57188 kB
Cached:         198552 kB
SwapCached:       6196 kB
Active:         191308 kB
Inactive:        80492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728592 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            3516 kB
Writeback:           0 kB
Mapped:          23556 kB
Slab:            40704 kB
Committed_AS:  3605344 kB
PageTables:       1920 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= 66520 MiB
End job on node25 at 2008-07-05 01:29:57