Trace number 1072758

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) 122.427 123.641

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-7.xml
MD5SUMeff04b5a6c8760c244f6779320bb569d
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.052991
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity20
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 ---
122.20/123.48	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
122.20/123.48		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:149)
122.20/123.48		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
122.20/123.48		at base.Problem.endConstraint(Problem.java:510)
122.20/123.48		at sat4j.Constraint.endElement(Constraint.java:37)
122.20/123.48		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
122.20/123.48		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
122.20/123.48		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
122.20/123.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
122.20/123.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
122.20/123.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
122.20/123.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
122.20/123.48		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
122.20/123.48		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
122.20/123.48		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
122.20/123.48		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
122.20/123.48		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
122.20/123.48		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
122.20/123.48		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-1072758-1215175674/watcher-1072758-1215175674 -o /tmp/evaluation-result-1072758-1215175674/solver-1072758-1215175674 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1072758-1215175674.xml 

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 18463
/proc/meminfo: memFree=1685224/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=18572 CPUtime=0
/proc/18463/stat : 18463 (runsolver) R 18461 18463 16959 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1996539361 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18463/statm: 4643 292 257 25 0 2626 0

[startup+0.0208059 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 18463
/proc/meminfo: memFree=1685224/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=8748 CPUtime=0
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 1996539361 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.102537 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 18463
/proc/meminfo: memFree=1685224/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996539361 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301571 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 18463
/proc/meminfo: memFree=1685224/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996539361 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701639 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 18463
/proc/meminfo: memFree=1685224/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996539361 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50277 s]
/proc/loadavg: 2.01 2.01 2.00 4/91 18485
/proc/meminfo: memFree=1638360/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996539361 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 11895 365 246 79 0 219 0
[pid=18477] ppid=18463 vsize=812736 CPUtime=1.44
/proc/18477/stat : 18477 (java) S 18463 18463 16959 0 -1 0 14877 0 1 0 136 8 0 0 18 0 9 0 1996539365 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18477/statm: 203184 14096 2589 9 0 197165 0
[pid=18477/tid=18478] ppid=18463 vsize=812736 CPUtime=1.07
/proc/18477/task/18478/stat : 18478 (java) R 18463 18463 16959 0 -1 64 8912 0 1 0 102 5 0 0 25 0 9 0 1996539366 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4126785423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18479] ppid=18463 vsize=812736 CPUtime=0.2
/proc/18477/task/18479/stat : 18479 (java) S 18463 18463 16959 0 -1 64 4492 0 0 0 19 1 0 0 17 0 9 0 1996539367 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18480] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18480/stat : 18480 (java) S 18463 18463 16959 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996539367 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18481] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18481/stat : 18481 (java) S 18463 18463 16959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996539368 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18482] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18482/stat : 18482 (java) S 18463 18463 16959 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996539370 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18483] ppid=18463 vsize=812736 CPUtime=0.13
/proc/18477/task/18483/stat : 18483 (java) S 18463 18463 16959 0 -1 64 773 0 0 0 13 0 0 0 15 0 9 0 1996539370 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18484] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18484/stat : 18484 (java) S 18463 18463 16959 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996539370 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18485] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18485/stat : 18485 (java) S 18463 18463 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996539370 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860316

[startup+3.10103 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 18485
/proc/meminfo: memFree=1635800/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996539361 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 11895 365 246 79 0 219 0
[pid=18477] ppid=18463 vsize=812736 CPUtime=3.03
/proc/18477/stat : 18477 (java) S 18463 18463 16959 0 -1 0 19693 0 1 0 292 11 0 0 18 0 9 0 1996539365 832241664 18911 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18477/statm: 203184 18911 2589 9 0 197165 0
[pid=18477/tid=18478] ppid=18463 vsize=812736 CPUtime=2.66
/proc/18477/task/18478/stat : 18478 (java) R 18463 18463 16959 0 -1 64 13727 0 1 0 258 8 0 0 25 0 9 0 1996539366 832241664 18911 996147200 134512640 134550740 4294955600 18446744073709551615 4126788865 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18479] ppid=18463 vsize=812736 CPUtime=0.2
/proc/18477/task/18479/stat : 18479 (java) S 18463 18463 16959 0 -1 64 4492 0 0 0 19 1 0 0 16 0 9 0 1996539367 832241664 18911 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18480] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18480/stat : 18480 (java) S 18463 18463 16959 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996539367 832241664 18911 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18481] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18481/stat : 18481 (java) S 18463 18463 16959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996539368 832241664 18911 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18482] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18482/stat : 18482 (java) S 18463 18463 16959 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996539370 832241664 18911 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18483] ppid=18463 vsize=812736 CPUtime=0.14
/proc/18477/task/18483/stat : 18483 (java) S 18463 18463 16959 0 -1 64 774 0 0 0 14 0 0 0 15 0 9 0 1996539370 832241664 18911 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18484] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18484/stat : 18484 (java) S 18463 18463 16959 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996539370 832241664 18911 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18485] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18485/stat : 18485 (java) S 18463 18463 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996539370 832241664 18911 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860316

[startup+6.30258 s]
/proc/loadavg: 2.01 2.01 2.00 4/91 18485
/proc/meminfo: memFree=1582296/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996539361 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 11895 365 246 79 0 219 0
[pid=18477] ppid=18463 vsize=812736 CPUtime=6.2
/proc/18477/stat : 18477 (java) S 18463 18463 16959 0 -1 0 34820 0 1 0 603 17 0 0 18 0 9 0 1996539365 832241664 34035 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18477/statm: 203184 34035 2593 9 0 197165 0
[pid=18477/tid=18478] ppid=18463 vsize=812736 CPUtime=5.59
/proc/18477/task/18478/stat : 18478 (java) R 18463 18463 16959 0 -1 64 14599 0 1 0 551 8 0 0 25 0 9 0 1996539366 832241664 34035 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18479] ppid=18463 vsize=812736 CPUtime=0.44
/proc/18477/task/18479/stat : 18479 (java) R 18463 18463 16959 0 -1 64 18746 0 0 0 37 7 0 0 17 0 9 0 1996539367 832241664 34035 996147200 134512640 134550740 4294955600 18446744073709551615 104187936 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18480] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18480/stat : 18480 (java) S 18463 18463 16959 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996539367 832241664 34035 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18481] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18481/stat : 18481 (java) S 18463 18463 16959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996539368 832241664 34035 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18482] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18482/stat : 18482 (java) S 18463 18463 16959 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996539370 832241664 34035 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18483] ppid=18463 vsize=812736 CPUtime=0.14
/proc/18477/task/18483/stat : 18483 (java) S 18463 18463 16959 0 -1 64 775 0 0 0 14 0 0 0 16 0 9 0 1996539370 832241664 34035 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18484] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18484/stat : 18484 (java) S 18463 18463 16959 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996539370 832241664 34035 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18485] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18485/stat : 18485 (java) S 18463 18463 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996539370 832241664 34035 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860316

[startup+12.7027 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 18485
/proc/meminfo: memFree=1500568/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996539361 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 11895 365 246 79 0 219 0
[pid=18477] ppid=18463 vsize=812736 CPUtime=12.54
/proc/18477/stat : 18477 (java) S 18463 18463 16959 0 -1 0 58724 0 1 0 1227 27 0 0 18 0 9 0 1996539365 832241664 57937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18477/statm: 203184 57937 2593 9 0 197165 0
[pid=18477/tid=18478] ppid=18463 vsize=812736 CPUtime=11.44
/proc/18477/task/18478/stat : 18478 (java) R 18463 18463 16959 0 -1 64 14601 0 1 0 1136 8 0 0 25 0 9 0 1996539366 832241664 57937 996147200 134512640 134550740 4294955600 18446744073709551615 4126782797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18479] ppid=18463 vsize=812736 CPUtime=0.93
/proc/18477/task/18479/stat : 18479 (java) S 18463 18463 16959 0 -1 64 42647 0 0 0 76 17 0 0 17 0 9 0 1996539367 832241664 57937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18480] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18480/stat : 18480 (java) S 18463 18463 16959 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996539367 832241664 57937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18481] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18481/stat : 18481 (java) S 18463 18463 16959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996539368 832241664 57937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18482] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18482/stat : 18482 (java) S 18463 18463 16959 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996539370 832241664 57937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18483] ppid=18463 vsize=812736 CPUtime=0.14
/proc/18477/task/18483/stat : 18483 (java) S 18463 18463 16959 0 -1 64 776 0 0 0 14 0 0 0 16 0 9 0 1996539370 832241664 57937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18484] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18484/stat : 18484 (java) S 18463 18463 16959 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996539370 832241664 57937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18485] ppid=18463 vsize=812736 CPUtime=0
/proc/18477/task/18485/stat : 18485 (java) S 18463 18463 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996539370 832241664 57937 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860316

[startup+25.5028 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 18485
/proc/meminfo: memFree=1334680/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996539361 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 11895 365 246 79 0 219 0
[pid=18477] ppid=18463 vsize=813508 CPUtime=25.21
/proc/18477/stat : 18477 (java) S 18463 18463 16959 0 -1 0 90532 0 1 0 2479 42 0 0 18 0 9 0 1996539365 833032192 89742 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18477/statm: 203377 89742 2593 9 0 197358 0
[pid=18477/tid=18478] ppid=18463 vsize=813508 CPUtime=23.37
/proc/18477/task/18478/stat : 18478 (java) R 18463 18463 16959 0 -1 64 14787 0 1 0 2329 8 0 0 25 0 9 0 1996539366 833032192 89742 996147200 134512640 134550740 4294955600 18446744073709551615 4126788263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18479] ppid=18463 vsize=813508 CPUtime=1.66
/proc/18477/task/18479/stat : 18479 (java) S 18463 18463 16959 0 -1 64 74262 0 0 0 134 32 0 0 17 0 9 0 1996539367 833032192 89742 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18480] ppid=18463 vsize=813508 CPUtime=0
/proc/18477/task/18480/stat : 18480 (java) S 18463 18463 16959 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996539367 833032192 89742 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18481] ppid=18463 vsize=813508 CPUtime=0
/proc/18477/task/18481/stat : 18481 (java) S 18463 18463 16959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996539368 833032192 89742 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18482] ppid=18463 vsize=813508 CPUtime=0
/proc/18477/task/18482/stat : 18482 (java) S 18463 18463 16959 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996539370 833032192 89742 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18483] ppid=18463 vsize=813508 CPUtime=0.15
/proc/18477/task/18483/stat : 18483 (java) S 18463 18463 16959 0 -1 64 783 0 0 0 15 0 0 0 16 0 9 0 1996539370 833032192 89742 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18484] ppid=18463 vsize=813508 CPUtime=0
/proc/18477/task/18484/stat : 18484 (java) S 18463 18463 16959 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996539370 833032192 89742 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18485] ppid=18463 vsize=813508 CPUtime=0
/proc/18477/task/18485/stat : 18485 (java) S 18463 18463 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996539370 833032192 89742 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 861088

[startup+51.1021 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 18485
/proc/meminfo: memFree=1185176/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01

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

[pid=18477/tid=18478] ppid=18463 vsize=816308 CPUtime=96.15
/proc/18477/task/18478/stat : 18478 (java) S 18463 18463 16959 0 -1 64 15764 0 1 0 9606 9 0 0 25 0 9 0 1996539366 835899392 185758 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18479] ppid=18463 vsize=816308 CPUtime=17.63
/proc/18477/task/18479/stat : 18479 (java) R 18463 18463 16959 0 -1 64 177996 0 0 0 1689 74 0 0 19 0 9 0 1996539367 835899392 185758 996147200 134512640 134550740 4294955600 18446744073709551615 104456976 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18480] ppid=18463 vsize=816308 CPUtime=0
/proc/18477/task/18480/stat : 18480 (java) S 18463 18463 16959 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996539367 835899392 185758 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18481] ppid=18463 vsize=816308 CPUtime=0
/proc/18477/task/18481/stat : 18481 (java) S 18463 18463 16959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996539368 835899392 185758 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18482] ppid=18463 vsize=816308 CPUtime=0
/proc/18477/task/18482/stat : 18482 (java) S 18463 18463 16959 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996539370 835899392 185758 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18483] ppid=18463 vsize=816308 CPUtime=0.15
/proc/18477/task/18483/stat : 18483 (java) S 18463 18463 16959 0 -1 64 783 0 0 0 15 0 0 0 16 0 9 0 1996539370 835899392 185758 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18484] ppid=18463 vsize=816308 CPUtime=0
/proc/18477/task/18484/stat : 18484 (java) S 18463 18463 16959 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996539370 835899392 185758 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18485] ppid=18463 vsize=816308 CPUtime=0
/proc/18477/task/18485/stat : 18485 (java) S 18463 18463 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996539370 835899392 185758 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 113.98
Current children cumulated vsize (KiB) 863888

[startup+118.302 s]
/proc/loadavg: 2.13 2.03 2.01 3/91 18485
/proc/meminfo: memFree=950168/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996539361 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 11895 365 246 79 0 219 0
[pid=18477] ppid=18463 vsize=815804 CPUtime=117.14
/proc/18477/stat : 18477 (java) S 18463 18463 16959 0 -1 0 195243 0 1 0 11629 85 0 0 18 0 9 0 1996539365 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18477/statm: 203951 185632 2593 9 0 197932 0
[pid=18477/tid=18478] ppid=18463 vsize=815804 CPUtime=96.15
/proc/18477/task/18478/stat : 18478 (java) S 18463 18463 16959 0 -1 64 15764 0 1 0 9606 9 0 0 16 0 9 0 1996539366 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18479] ppid=18463 vsize=815804 CPUtime=20.8
/proc/18477/task/18479/stat : 18479 (java) R 18463 18463 16959 0 -1 64 177996 0 0 0 2006 74 0 0 25 0 9 0 1996539367 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18480] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18480/stat : 18480 (java) S 18463 18463 16959 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996539367 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18481] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18481/stat : 18481 (java) S 18463 18463 16959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996539368 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18482] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18482/stat : 18482 (java) S 18463 18463 16959 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18483] ppid=18463 vsize=815804 CPUtime=0.15
/proc/18477/task/18483/stat : 18483 (java) S 18463 18463 16959 0 -1 64 783 0 0 0 15 0 0 0 16 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18484] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18484/stat : 18484 (java) S 18463 18463 16959 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18485] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18485/stat : 18485 (java) S 18463 18463 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 117.15
Current children cumulated vsize (KiB) 863384

[startup+121.503 s]
/proc/loadavg: 2.13 2.03 2.01 3/91 18485
/proc/meminfo: memFree=950168/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996539361 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 11895 365 246 79 0 219 0
[pid=18477] ppid=18463 vsize=815804 CPUtime=120.31
/proc/18477/stat : 18477 (java) S 18463 18463 16959 0 -1 0 195244 0 1 0 11946 85 0 0 18 0 9 0 1996539365 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18477/statm: 203951 185632 2593 9 0 197932 0
[pid=18477/tid=18478] ppid=18463 vsize=815804 CPUtime=96.15
/proc/18477/task/18478/stat : 18478 (java) S 18463 18463 16959 0 -1 64 15765 0 1 0 9606 9 0 0 17 0 9 0 1996539366 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18479] ppid=18463 vsize=815804 CPUtime=23.97
/proc/18477/task/18479/stat : 18479 (java) R 18463 18463 16959 0 -1 64 177996 0 0 0 2323 74 0 0 25 0 9 0 1996539367 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18480] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18480/stat : 18480 (java) S 18463 18463 16959 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996539367 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18481] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18481/stat : 18481 (java) S 18463 18463 16959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996539368 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18482] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18482/stat : 18482 (java) S 18463 18463 16959 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18483] ppid=18463 vsize=815804 CPUtime=0.15
/proc/18477/task/18483/stat : 18483 (java) S 18463 18463 16959 0 -1 64 783 0 0 0 15 0 0 0 16 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18484] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18484/stat : 18484 (java) S 18463 18463 16959 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18485] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18485/stat : 18485 (java) S 18463 18463 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 120.32
Current children cumulated vsize (KiB) 863384

[startup+122.302 s]
/proc/loadavg: 2.12 2.03 2.01 3/91 18485
/proc/meminfo: memFree=950168/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996539361 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 11895 365 246 79 0 219 0
[pid=18477] ppid=18463 vsize=815804 CPUtime=121.1
/proc/18477/stat : 18477 (java) S 18463 18463 16959 0 -1 0 195244 0 1 0 12025 85 0 0 18 0 9 0 1996539365 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18477/statm: 203951 185632 2593 9 0 197932 0
[pid=18477/tid=18478] ppid=18463 vsize=815804 CPUtime=96.15
/proc/18477/task/18478/stat : 18478 (java) S 18463 18463 16959 0 -1 64 15765 0 1 0 9606 9 0 0 17 0 9 0 1996539366 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18479] ppid=18463 vsize=815804 CPUtime=24.76
/proc/18477/task/18479/stat : 18479 (java) R 18463 18463 16959 0 -1 64 177996 0 0 0 2402 74 0 0 25 0 9 0 1996539367 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 104181492 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18480] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18480/stat : 18480 (java) S 18463 18463 16959 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996539367 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18481] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18481/stat : 18481 (java) S 18463 18463 16959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996539368 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18482] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18482/stat : 18482 (java) S 18463 18463 16959 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18483] ppid=18463 vsize=815804 CPUtime=0.15
/proc/18477/task/18483/stat : 18483 (java) S 18463 18463 16959 0 -1 64 783 0 0 0 15 0 0 0 16 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18484] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18484/stat : 18484 (java) S 18463 18463 16959 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18485] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18485/stat : 18485 (java) S 18463 18463 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 121.11
Current children cumulated vsize (KiB) 863384

[startup+123.102 s]
/proc/loadavg: 2.12 2.03 2.01 4/91 18485
/proc/meminfo: memFree=950168/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996539361 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 11895 365 246 79 0 219 0
[pid=18477] ppid=18463 vsize=815804 CPUtime=121.89
/proc/18477/stat : 18477 (java) S 18463 18463 16959 0 -1 0 195244 0 1 0 12104 85 0 0 18 0 9 0 1996539365 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18477/statm: 203951 185632 2593 9 0 197932 0
[pid=18477/tid=18478] ppid=18463 vsize=815804 CPUtime=96.15
/proc/18477/task/18478/stat : 18478 (java) S 18463 18463 16959 0 -1 64 15765 0 1 0 9606 9 0 0 17 0 9 0 1996539366 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18479] ppid=18463 vsize=815804 CPUtime=25.55
/proc/18477/task/18479/stat : 18479 (java) R 18463 18463 16959 0 -1 64 177996 0 0 0 2481 74 0 0 25 0 9 0 1996539367 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 104457013 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18480] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18480/stat : 18480 (java) S 18463 18463 16959 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996539367 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18481] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18481/stat : 18481 (java) S 18463 18463 16959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996539368 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18482] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18482/stat : 18482 (java) S 18463 18463 16959 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18483] ppid=18463 vsize=815804 CPUtime=0.15
/proc/18477/task/18483/stat : 18483 (java) S 18463 18463 16959 0 -1 64 783 0 0 0 15 0 0 0 16 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18484] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18484/stat : 18484 (java) S 18463 18463 16959 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18485] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18485/stat : 18485 (java) S 18463 18463 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996539370 835383296 185632 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 121.9
Current children cumulated vsize (KiB) 863384

[startup+123.502 s]
/proc/loadavg: 2.12 2.03 2.01 4/91 18485
/proc/meminfo: memFree=950168/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996539361 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 11895 365 246 79 0 219 0
[pid=18477] ppid=18463 vsize=815804 CPUtime=122.28
/proc/18477/stat : 18477 (java) S 18463 18463 16959 0 -1 0 195256 0 1 0 12142 86 0 0 18 0 9 0 1996539365 835383296 185637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18477/statm: 203951 185637 2593 9 0 197932 0
[pid=18477/tid=18478] ppid=18463 vsize=815804 CPUtime=96.16
/proc/18477/task/18478/stat : 18478 (java) S 18463 18463 16959 0 -1 64 15777 0 1 0 9607 9 0 0 16 0 9 0 1996539366 835383296 185637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18479] ppid=18463 vsize=815804 CPUtime=25.93
/proc/18477/task/18479/stat : 18479 (java) S 18463 18463 16959 0 -1 64 177996 0 0 0 2519 74 0 0 25 0 9 0 1996539367 835383296 185637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18480] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18480/stat : 18480 (java) S 18463 18463 16959 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996539367 835383296 185637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18481] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18481/stat : 18481 (java) S 18463 18463 16959 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996539368 835383296 185637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18482] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18482/stat : 18482 (java) S 18463 18463 16959 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996539370 835383296 185637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18483] ppid=18463 vsize=815804 CPUtime=0.15
/proc/18477/task/18483/stat : 18483 (java) S 18463 18463 16959 0 -1 64 783 0 0 0 15 0 0 0 16 0 9 0 1996539370 835383296 185637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18484] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18484/stat : 18484 (java) S 18463 18463 16959 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996539370 835383296 185637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18477/tid=18485] ppid=18463 vsize=815804 CPUtime=0
/proc/18477/task/18485/stat : 18485 (java) S 18463 18463 16959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996539370 835383296 185637 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 122.29
Current children cumulated vsize (KiB) 863384

[startup+123.602 s]
/proc/loadavg: 2.12 2.03 2.01 4/91 18485
/proc/meminfo: memFree=950168/2055920 swapFree=4180240/4192956
[pid=18463] ppid=18461 vsize=47580 CPUtime=0.01
/proc/18463/stat : 18463 (galacE.sh) S 18461 18463 16959 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996539361 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18463/statm: 11895 365 246 79 0 219 0
[pid=18477] ppid=18463 vsize=0 CPUtime=122.35
/proc/18477/stat : 18477 (java) Z 18463 18463 16959 0 -1 12 195261 0 1 0 12142 93 0 0 16 0 2 0 1996539365 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18477/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 122.36
Current children cumulated vsize (KiB) 47580

Child status: 0
Real time (s): 123.641
CPU time (s): 122.427
CPU user time (s): 121.428
CPU system time (s): 0.999848
CPU usage (%): 99.0182
Max. virtual memory (cumulated for all children) (KiB): 872416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.428
system time used= 0.999848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197746
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= 3361
involuntary context switches= 5909

runsolver used 0.153976 second user time and 0.419936 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-04 14:47:54
IDJOB=1072758
IDBENCH=56285
IDSOLVER=351
FILE ID=node50/1072758-1215175674
PBS_JOBID= 7881466
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eff04b5a6c8760c244f6779320bb569d
RANDOM SEED=1229094539

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1685704 kB
Buffers:         61960 kB
Cached:         203588 kB
SwapCached:       6724 kB
Active:         215248 kB
Inactive:        84452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685704 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            3472 kB
Writeback:           0 kB
Mapped:          50300 kB
Slab:            55664 kB
Committed_AS:  3921412 kB
PageTables:       1960 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= 66508 MiB
End job on node50 at 2008-07-04 14:49:58