Trace number 1080416

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) 126.746 128.009

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-30.xml
MD5SUM7f10fc44972720e2cfff14c82ded608d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.040993
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity14
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
126.55/127.84	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
126.55/127.84		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
126.55/127.84		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:167)
126.55/127.84		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
126.55/127.84		at base.Problem.endConstraint(Problem.java:510)
126.55/127.84		at sat4j.Constraint.endElement(Constraint.java:37)
126.55/127.84		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
126.55/127.84		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
126.55/127.84		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
126.55/127.84		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
126.55/127.84		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
126.55/127.84		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
126.55/127.84		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
126.55/127.84		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
126.55/127.84		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
126.55/127.84		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
126.55/127.84		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
126.55/127.84		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
126.55/127.84		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
126.55/127.84		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-1080416-1215212940/watcher-1080416-1215212940 -o /tmp/evaluation-result-1080416-1215212940/solver-1080416-1215212940 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1080416-1215212940.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: 1.92 1.98 1.99 4/80 25601
/proc/meminfo: memFree=1743648/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=8652 CPUtime=0
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2000269217 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 2163 280 208 79 0 156 0
[pid=25602] ppid=25601 vsize=8688 CPUtime=0
/proc/25602/stat : 25602 (galacE.sh) S 25601 25601 25147 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 2000269218 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 244671283282 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/25602/statm: 2172 286 209 79 0 165 0
[pid=25603] ppid=25602 vsize=8728 CPUtime=0
/proc/25603/stat : 25603 (galacE.sh) R 25602 25601 25147 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2000269218 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 244671114535 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/25603/statm: 2182 290 209 79 0 175 0

[startup+0.0210961 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 25601
/proc/meminfo: memFree=1743648/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=8748 CPUtime=0
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 2000269217 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.102045 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 25601
/proc/meminfo: memFree=1743648/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301064 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 25601
/proc/meminfo: memFree=1743648/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701106 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 25601
/proc/meminfo: memFree=1743648/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50219 s]
/proc/loadavg: 1.92 1.98 1.99 4/90 25623
/proc/meminfo: memFree=1698448/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
[pid=25615] ppid=25601 vsize=812596 CPUtime=1.43
/proc/25615/stat : 25615 (java) S 25601 25601 25147 0 -1 0 14632 0 1 0 135 8 0 0 18 0 9 0 2000269221 832098304 13844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 203149 13844 2589 9 0 197183 0
[pid=25615/tid=25616] ppid=25601 vsize=812596 CPUtime=0.83
/proc/25615/task/25616/stat : 25616 (java) R 25601 25601 25147 0 -1 64 8499 0 1 0 78 5 0 0 22 0 9 0 2000269222 832098304 13844 996147200 134512640 134550740 4294955600 18446744073709551615 4126795524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25601 vsize=812596 CPUtime=0.43
/proc/25615/task/25617/stat : 25617 (java) S 25601 25601 25147 0 -1 64 4650 0 0 0 42 1 0 0 18 0 9 0 2000269224 832098304 13844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25601 25601 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000269224 832098304 13844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25601 25601 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000269224 832098304 13844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25601 25601 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000269226 832098304 13844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25601 vsize=812596 CPUtime=0.14
/proc/25615/task/25621/stat : 25621 (java) S 25601 25601 25147 0 -1 64 784 0 0 0 14 0 0 0 16 0 9 0 2000269226 832098304 13844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000269226 832098304 13844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000269226 832098304 13844 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860164

[startup+3.10136 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 25623
/proc/meminfo: memFree=1697424/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
[pid=25615] ppid=25601 vsize=812596 CPUtime=3.02
/proc/25615/stat : 25615 (java) S 25601 25601 25147 0 -1 0 18818 0 1 0 292 10 0 0 18 0 9 0 2000269221 832098304 18029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 203149 18029 2589 9 0 197183 0
[pid=25615/tid=25616] ppid=25601 vsize=812596 CPUtime=2.42
/proc/25615/task/25616/stat : 25616 (java) R 25601 25601 25147 0 -1 64 12683 0 1 0 235 7 0 0 25 0 9 0 2000269222 832098304 18029 996147200 134512640 134550740 4294955600 18446744073709551615 104454738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25601 vsize=812596 CPUtime=0.43
/proc/25615/task/25617/stat : 25617 (java) S 25601 25601 25147 0 -1 64 4650 0 0 0 42 1 0 0 17 0 9 0 2000269224 832098304 18029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25601 25601 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000269224 832098304 18029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25601 25601 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000269224 832098304 18029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25601 25601 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000269226 832098304 18029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25601 vsize=812596 CPUtime=0.14
/proc/25615/task/25621/stat : 25621 (java) S 25601 25601 25147 0 -1 64 786 0 0 0 14 0 0 0 16 0 9 0 2000269226 832098304 18029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000269226 832098304 18029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000269226 832098304 18029 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860164

[startup+6.30269 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 25623
/proc/meminfo: memFree=1639824/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
[pid=25615] ppid=25601 vsize=812596 CPUtime=6.18
/proc/25615/stat : 25615 (java) S 25601 25601 25147 0 -1 0 38556 0 1 0 600 18 0 0 18 0 9 0 2000269221 832098304 37764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 203149 37764 2593 9 0 197183 0
[pid=25615/tid=25616] ppid=25601 vsize=812596 CPUtime=5.26
/proc/25615/task/25616/stat : 25616 (java) R 25601 25601 25147 0 -1 64 14600 0 1 0 518 8 0 0 25 0 9 0 2000269222 832098304 37764 996147200 134512640 134550740 4294955600 18446744073709551615 4126789879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25601 vsize=812596 CPUtime=0.75
/proc/25615/task/25617/stat : 25617 (java) S 25601 25601 25147 0 -1 64 22464 0 0 0 66 9 0 0 18 0 9 0 2000269224 832098304 37764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25601 25601 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000269224 832098304 37764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25601 25601 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000269224 832098304 37764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25601 25601 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000269226 832098304 37764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25601 vsize=812596 CPUtime=0.16
/proc/25615/task/25621/stat : 25621 (java) S 25601 25601 25147 0 -1 64 793 0 0 0 16 0 0 0 16 0 9 0 2000269226 832098304 37764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000269226 832098304 37764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000269226 832098304 37764 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860164

[startup+12.7014 s]
/proc/loadavg: 1.93 1.98 1.99 4/90 25623
/proc/meminfo: memFree=1526160/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
[pid=25615] ppid=25601 vsize=812596 CPUtime=12.53
/proc/25615/stat : 25615 (java) S 25601 25601 25147 0 -1 0 60624 0 1 0 1223 30 0 0 18 0 9 0 2000269221 832098304 59830 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 203149 59830 2593 9 0 197183 0
[pid=25615/tid=25616] ppid=25601 vsize=812596 CPUtime=11.06
/proc/25615/task/25616/stat : 25616 (java) R 25601 25601 25147 0 -1 64 14602 0 1 0 1098 8 0 0 25 0 9 0 2000269222 832098304 59830 996147200 134512640 134550740 4294955600 18446744073709551615 4126789872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25601 vsize=812596 CPUtime=1.28
/proc/25615/task/25617/stat : 25617 (java) S 25601 25601 25147 0 -1 64 44530 0 0 0 108 20 0 0 18 0 9 0 2000269224 832098304 59830 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25601 25601 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000269224 832098304 59830 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25601 25601 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000269224 832098304 59830 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25601 25601 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000269226 832098304 59830 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25601 vsize=812596 CPUtime=0.16
/proc/25615/task/25621/stat : 25621 (java) S 25601 25601 25147 0 -1 64 793 0 0 0 16 0 0 0 16 0 9 0 2000269226 832098304 59830 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000269226 832098304 59830 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000269226 832098304 59830 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860164

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 3/90 25623
/proc/meminfo: memFree=1392144/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
[pid=25615] ppid=25601 vsize=812596 CPUtime=25.21
/proc/25615/stat : 25615 (java) S 25601 25601 25147 0 -1 0 90753 0 1 0 2476 45 0 0 18 0 9 0 2000269221 832098304 89955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 203149 89955 2593 9 0 197183 0
[pid=25615/tid=25616] ppid=25601 vsize=812596 CPUtime=23.09
/proc/25615/task/25616/stat : 25616 (java) R 25601 25601 25147 0 -1 64 14606 0 1 0 2301 8 0 0 25 0 9 0 2000269222 832098304 89955 996147200 134512640 134550740 4294955600 18446744073709551615 4126793807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25601 vsize=812596 CPUtime=1.93
/proc/25615/task/25617/stat : 25617 (java) S 25601 25601 25147 0 -1 64 74653 0 0 0 158 35 0 0 16 0 9 0 2000269224 832098304 89955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25601 25601 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000269224 832098304 89955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25601 25601 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000269224 832098304 89955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25601 25601 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000269226 832098304 89955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25601 vsize=812596 CPUtime=0.16
/proc/25615/task/25621/stat : 25621 (java) S 25601 25601 25147 0 -1 64 795 0 0 0 16 0 0 0 17 0 9 0 2000269226 832098304 89955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000269226 832098304 89955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25601 vsize=812596 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000269226 832098304 89955 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22

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

[pid=25615/tid=25622] ppid=25601 vsize=814772 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000269226 834326528 185429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25601 vsize=814772 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000269226 834326528 185429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 113.97
Current children cumulated vsize (KiB) 862340

[startup+121.503 s]
/proc/loadavg: 2.03 2.00 2.00 3/90 25623
/proc/meminfo: memFree=1009168/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
[pid=25615] ppid=25601 vsize=814772 CPUtime=120.31
/proc/25615/stat : 25615 (java) S 25601 25601 25147 0 -1 0 193558 0 1 0 11941 90 0 0 18 0 9 0 2000269221 834326528 185429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 203693 185429 2593 9 0 197727 0
[pid=25615/tid=25616] ppid=25601 vsize=814772 CPUtime=109.59
/proc/25615/task/25616/stat : 25616 (java) R 25601 25601 25147 0 -1 64 15504 0 1 0 10950 9 0 0 25 0 9 0 2000269222 834326528 185429 996147200 134512640 134550740 4294955600 18446744073709551615 4126789879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25601 vsize=814772 CPUtime=10.54
/proc/25615/task/25617/stat : 25617 (java) S 25601 25601 25147 0 -1 64 176560 0 0 0 974 80 0 0 16 0 9 0 2000269224 834326528 185429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25601 vsize=814772 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25601 25601 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000269224 834326528 185429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25601 vsize=814772 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25601 25601 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000269224 834326528 185429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25601 vsize=814772 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25601 25601 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000269226 834326528 185429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25601 vsize=814772 CPUtime=0.16
/proc/25615/task/25621/stat : 25621 (java) S 25601 25601 25147 0 -1 64 795 0 0 0 16 0 0 0 17 0 9 0 2000269226 834326528 185429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25601 vsize=814772 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000269226 834326528 185429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25601 vsize=814772 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000269226 834326528 185429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 120.32
Current children cumulated vsize (KiB) 862340

[startup+124.701 s]
/proc/loadavg: 2.03 2.00 2.00 3/90 25623
/proc/meminfo: memFree=1001104/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
[pid=25615] ppid=25601 vsize=822776 CPUtime=123.47
/proc/25615/stat : 25615 (java) S 25601 25601 25147 0 -1 0 200565 0 1 0 12254 93 0 0 18 0 9 0 2000269221 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 205694 187430 2593 9 0 199728 0
[pid=25615/tid=25616] ppid=25601 vsize=822776 CPUtime=109.7
/proc/25615/task/25616/stat : 25616 (java) S 25601 25601 25147 0 -1 64 15505 0 1 0 10961 9 0 0 16 0 9 0 2000269222 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25601 vsize=822776 CPUtime=13.59
/proc/25615/task/25617/stat : 25617 (java) R 25601 25601 25147 0 -1 64 183566 0 0 0 1276 83 0 0 25 0 9 0 2000269224 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25601 25601 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000269224 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25601 25601 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000269224 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25601 25601 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25601 vsize=822776 CPUtime=0.16
/proc/25615/task/25621/stat : 25621 (java) S 25601 25601 25147 0 -1 64 795 0 0 0 16 0 0 0 17 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 123.48
Current children cumulated vsize (KiB) 870344

[startup+126.302 s]
/proc/loadavg: 2.03 2.00 2.00 3/90 25623
/proc/meminfo: memFree=1001104/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
[pid=25615] ppid=25601 vsize=822776 CPUtime=125.06
/proc/25615/stat : 25615 (java) S 25601 25601 25147 0 -1 0 204068 0 1 0 12411 95 0 0 18 0 9 0 2000269221 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 205694 187430 2593 9 0 199728 0
[pid=25615/tid=25616] ppid=25601 vsize=822776 CPUtime=109.7
/proc/25615/task/25616/stat : 25616 (java) S 25601 25601 25147 0 -1 64 15505 0 1 0 10961 9 0 0 16 0 9 0 2000269222 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25601 vsize=822776 CPUtime=15.18
/proc/25615/task/25617/stat : 25617 (java) R 25601 25601 25147 0 -1 64 187069 0 0 0 1433 85 0 0 25 0 9 0 2000269224 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 103735732 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25601 25601 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000269224 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25601 25601 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000269224 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25601 25601 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25601 vsize=822776 CPUtime=0.16
/proc/25615/task/25621/stat : 25621 (java) S 25601 25601 25147 0 -1 64 795 0 0 0 16 0 0 0 17 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 125.07
Current children cumulated vsize (KiB) 870344

[startup+127.102 s]
/proc/loadavg: 2.03 2.00 2.00 3/90 25623
/proc/meminfo: memFree=1001104/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
[pid=25615] ppid=25601 vsize=822776 CPUtime=125.86
/proc/25615/stat : 25615 (java) S 25601 25601 25147 0 -1 0 204068 0 1 0 12491 95 0 0 18 0 9 0 2000269221 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 205694 187430 2593 9 0 199728 0
[pid=25615/tid=25616] ppid=25601 vsize=822776 CPUtime=109.7
/proc/25615/task/25616/stat : 25616 (java) S 25601 25601 25147 0 -1 64 15505 0 1 0 10961 9 0 0 16 0 9 0 2000269222 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25601 vsize=822776 CPUtime=15.97
/proc/25615/task/25617/stat : 25617 (java) R 25601 25601 25147 0 -1 64 187069 0 0 0 1512 85 0 0 25 0 9 0 2000269224 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25601 25601 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000269224 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25601 25601 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000269224 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25601 25601 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25601 vsize=822776 CPUtime=0.16
/proc/25615/task/25621/stat : 25621 (java) S 25601 25601 25147 0 -1 64 795 0 0 0 16 0 0 0 17 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 125.87
Current children cumulated vsize (KiB) 870344

[startup+127.502 s]
/proc/loadavg: 2.03 2.00 2.00 3/90 25623
/proc/meminfo: memFree=1001104/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
[pid=25615] ppid=25601 vsize=822776 CPUtime=126.25
/proc/25615/stat : 25615 (java) S 25601 25601 25147 0 -1 0 204068 0 1 0 12530 95 0 0 18 0 9 0 2000269221 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 205694 187430 2593 9 0 199728 0
[pid=25615/tid=25616] ppid=25601 vsize=822776 CPUtime=109.7
/proc/25615/task/25616/stat : 25616 (java) S 25601 25601 25147 0 -1 64 15505 0 1 0 10961 9 0 0 16 0 9 0 2000269222 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25617] ppid=25601 vsize=822776 CPUtime=16.37
/proc/25615/task/25617/stat : 25617 (java) R 25601 25601 25147 0 -1 64 187069 0 0 0 1552 85 0 0 25 0 9 0 2000269224 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 102731873 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25618] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25618/stat : 25618 (java) S 25601 25601 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000269224 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25619] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25619/stat : 25619 (java) S 25601 25601 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000269224 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25620] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25620/stat : 25620 (java) S 25601 25601 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25621] ppid=25601 vsize=822776 CPUtime=0.16
/proc/25615/task/25621/stat : 25621 (java) S 25601 25601 25147 0 -1 64 795 0 0 0 16 0 0 0 17 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25622] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25622/stat : 25622 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25615/tid=25623] ppid=25601 vsize=822776 CPUtime=0
/proc/25615/task/25623/stat : 25623 (java) S 25601 25601 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000269226 842522624 187430 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 126.26
Current children cumulated vsize (KiB) 870344

[startup+127.903 s]
/proc/loadavg: 2.03 2.00 2.00 3/90 25623
/proc/meminfo: memFree=1001104/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
[pid=25615] ppid=25601 vsize=0 CPUtime=126.6
/proc/25615/stat : 25615 (java) Z 25601 25601 25147 0 -1 12 204084 0 1 0 12564 96 0 0 16 0 2 0 2000269221 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 126.61
Current children cumulated vsize (KiB) 47568

[startup+128.003 s]
/proc/loadavg: 2.03 2.00 2.00 3/90 25623
/proc/meminfo: memFree=1001104/2055920 swapFree=4180056/4192956
[pid=25601] ppid=25599 vsize=47568 CPUtime=0.01
/proc/25601/stat : 25601 (galacE.sh) S 25599 25601 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 23 0 1 0 2000269217 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25601/statm: 11892 365 246 79 0 219 0
[pid=25615] ppid=25601 vsize=0 CPUtime=126.7
/proc/25615/stat : 25615 (java) Z 25601 25601 25147 0 -1 12 204084 0 1 0 12564 106 0 0 16 0 2 0 2000269221 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25615/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 126.71
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 128.009
CPU time (s): 126.746
CPU user time (s): 125.652
CPU system time (s): 1.09383
CPU usage (%): 99.0133
Max. virtual memory (cumulated for all children) (KiB): 870344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.652
system time used= 1.09383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206569
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= 3315
involuntary context switches= 3489

runsolver used 0.172973 second user time and 0.417936 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 01:09:00
IDJOB=1080416
IDBENCH=56979
IDSOLVER=351
FILE ID=node7/1080416-1215212940
PBS_JOBID= 7881781
Free space on /tmp= 66516 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/radar-8-24-3-2/normalized-radar-8-24-3-2-30.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080416-1215212940/watcher-1080416-1215212940 -o /tmp/evaluation-result-1080416-1215212940/solver-1080416-1215212940 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1080416-1215212940.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7f10fc44972720e2cfff14c82ded608d
RANDOM SEED=1109439888

node7.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.236
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.236
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:       1744128 kB
Buffers:         21388 kB
Cached:         149336 kB
SwapCached:       7300 kB
Active:         208520 kB
Inactive:        51260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744128 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:         102316 kB
Slab:            37160 kB
Committed_AS:  4263724 kB
PageTables:       2008 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= 66512 MiB
End job on node7 at 2008-07-05 01:11:09