Trace number 1064342

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) 69.9134 75.4852

General information on the benchmark

Namecsp/tdsp/
normalized-C2-3-16.xml
MD5SUMcb0ea34ab866c40b350376982b2292f6
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 benchmark1.02384
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of constraints350
Maximum constraint arity6
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension350
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.10	c --- Preproc Stats ---
69.73/75.27	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
69.73/75.27		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:149)
69.73/75.27		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
69.73/75.27		at base.Problem.endConstraint(Problem.java:510)
69.73/75.27		at sat4j.Constraint.endElement(Constraint.java:37)
69.73/75.27		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
69.73/75.27		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
69.73/75.27		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
69.73/75.27		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
69.73/75.27		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
69.73/75.27		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
69.73/75.27		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
69.73/75.27		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
69.73/75.27		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
69.73/75.27		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
69.73/75.27		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
69.73/75.27		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
69.73/75.27		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
69.73/75.27		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-1064342-1215140708/watcher-1064342-1215140708 -o /tmp/evaluation-result-1064342-1215140708/solver-1064342-1215140708 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1064342-1215140708.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: 3.38 3.16 3.05 5/82 22948
/proc/meminfo: memFree=1108280/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47556 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) R 22946 22948 22429 0 -1 4194304 750 1857 0 0 0 0 0 1 17 0 1 0 636996600 48697344 361 996147200 4194304 4520092 548682068832 18446744073709551615 251279225118 0 2 4096 73728 0 0 0 17 1 0 0
/proc/22948/statm: 11889 361 245 79 0 218 0

[startup+0.123419 s]
/proc/loadavg: 3.38 3.16 3.05 5/82 22948
/proc/meminfo: memFree=1108280/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.202428 s]
/proc/loadavg: 3.38 3.16 3.05 5/82 22948
/proc/meminfo: memFree=1108280/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301439 s]
/proc/loadavg: 3.38 3.16 3.05 5/82 22948
/proc/meminfo: memFree=1108280/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701492 s]
/proc/loadavg: 3.38 3.16 3.05 5/82 22948
/proc/meminfo: memFree=1108280/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.5026 s]
/proc/loadavg: 3.38 3.16 3.05 5/92 22970
/proc/meminfo: memFree=1067944/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
[pid=22962] ppid=22948 vsize=812732 CPUtime=1.04
/proc/22962/stat : 22962 (java) S 22948 22948 22429 0 -1 0 13260 0 1 0 97 7 0 0 18 0 9 0 636996611 832237568 12463 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 203183 12463 2581 9 0 197164 0
[pid=22962/tid=22963] ppid=22948 vsize=812732 CPUtime=0.35
/proc/22962/task/22963/stat : 22963 (java) R 22948 22948 22429 0 -1 64 7430 0 1 0 31 4 0 0 18 0 9 0 636996612 832237568 12463 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22964] ppid=22948 vsize=812732 CPUtime=0.58
/proc/22962/task/22964/stat : 22964 (java) R 22948 22948 22429 0 -1 64 4403 0 0 0 57 1 0 0 17 0 9 0 636996613 832237568 12463 996147200 134512640 134550740 4294955616 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22965] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22948 22948 22429 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636996614 832237568 12463 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22966] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22948 22948 22429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636996614 832237568 12463 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22967] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636996616 832237568 12463 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22948 vsize=812732 CPUtime=0.08
/proc/22962/task/22968/stat : 22968 (java) S 22948 22948 22429 0 -1 64 727 0 0 0 8 0 0 0 15 0 9 0 636996616 832237568 12463 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22969] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636996624 832237568 12463 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636996624 832237568 12463 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 860292

[startup+3.10179 s]
/proc/loadavg: 3.35 3.16 3.05 5/92 22970
/proc/meminfo: memFree=1067432/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
[pid=22962] ppid=22948 vsize=812732 CPUtime=2.12
/proc/22962/stat : 22962 (java) S 22948 22948 22429 0 -1 0 13304 0 1 0 205 7 0 0 18 0 9 0 636996611 832237568 12491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 203183 12491 2583 9 0 197164 0
[pid=22962/tid=22963] ppid=22948 vsize=812732 CPUtime=0.99
/proc/22962/task/22963/stat : 22963 (java) R 22948 22948 22429 0 -1 64 7447 0 1 0 95 4 0 0 21 0 9 0 636996612 832237568 12491 996147200 134512640 134550740 4294955616 18446744073709551615 4126707128 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22964] ppid=22948 vsize=812732 CPUtime=1.01
/proc/22962/task/22964/stat : 22964 (java) S 22948 22948 22429 0 -1 64 4411 0 0 0 99 2 0 0 16 0 9 0 636996613 832237568 12491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22965] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22948 22948 22429 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636996614 832237568 12491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22966] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22948 22948 22429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636996614 832237568 12491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22967] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636996616 832237568 12491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22948 vsize=812732 CPUtime=0.1
/proc/22962/task/22968/stat : 22968 (java) S 22948 22948 22429 0 -1 64 746 0 0 0 10 0 0 0 15 0 9 0 636996616 832237568 12491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22969] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636996624 832237568 12491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636996624 832237568 12491 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 860292

[startup+6.30219 s]
/proc/loadavg: 3.35 3.16 3.05 4/92 22970
/proc/meminfo: memFree=1012008/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
[pid=22962] ppid=22948 vsize=812732 CPUtime=4.01
/proc/22962/stat : 22962 (java) S 22948 22948 22429 0 -1 0 27116 0 1 0 387 14 0 0 18 0 9 0 636996611 832237568 26301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 203183 26301 2587 9 0 197164 0
[pid=22962/tid=22963] ppid=22948 vsize=812732 CPUtime=2.75
/proc/22962/task/22963/stat : 22963 (java) R 22948 22948 22429 0 -1 64 14618 0 1 0 268 7 0 0 16 0 9 0 636996612 832237568 26301 996147200 134512640 134550740 4294955616 18446744073709551615 4126645474 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22964] ppid=22948 vsize=812732 CPUtime=1.13
/proc/22962/task/22964/stat : 22964 (java) R 22948 22948 22429 0 -1 64 11050 0 0 0 108 5 0 0 17 0 9 0 636996613 832237568 26301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22965] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22948 22948 22429 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636996614 832237568 26301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22966] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22948 22948 22429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636996614 832237568 26301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22967] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636996616 832237568 26301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22948 vsize=812732 CPUtime=0.11
/proc/22962/task/22968/stat : 22968 (java) S 22948 22948 22429 0 -1 64 748 0 0 0 11 0 0 0 15 0 9 0 636996616 832237568 26301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22969] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636996624 832237568 26301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636996624 832237568 26301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 860292

[startup+12.702 s]
/proc/loadavg: 3.29 3.16 3.04 4/92 22970
/proc/meminfo: memFree=972592/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
[pid=22962] ppid=22948 vsize=812732 CPUtime=7.65
/proc/22962/stat : 22962 (java) S 22948 22948 22429 0 -1 0 36932 0 1 0 747 18 0 0 18 0 9 0 636996611 832237568 36114 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 203183 36114 2590 9 0 197164 0
[pid=22962/tid=22963] ppid=22948 vsize=812732 CPUtime=6.23
/proc/22962/task/22963/stat : 22963 (java) R 22948 22948 22429 0 -1 64 14622 0 1 0 616 7 0 0 25 0 9 0 636996612 832237568 36114 996147200 134512640 134550740 4294955616 18446744073709551615 4126696707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22964] ppid=22948 vsize=812732 CPUtime=1.28
/proc/22962/task/22964/stat : 22964 (java) S 22948 22948 22429 0 -1 64 20858 0 0 0 119 9 0 0 16 0 9 0 636996613 832237568 36114 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22965] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22948 22948 22429 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636996614 832237568 36114 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22966] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22948 22948 22429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636996614 832237568 36114 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22967] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636996616 832237568 36114 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22948 vsize=812732 CPUtime=0.11
/proc/22962/task/22968/stat : 22968 (java) S 22948 22948 22429 0 -1 64 752 0 0 0 11 0 0 0 16 0 9 0 636996616 832237568 36114 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22969] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636996624 832237568 36114 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636996624 832237568 36114 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 860292

[startup+25.5026 s]
/proc/loadavg: 3.25 3.15 3.04 4/92 22970
/proc/meminfo: memFree=706224/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
[pid=22962] ppid=22948 vsize=812732 CPUtime=20.41
/proc/22962/stat : 22962 (java) S 22948 22948 22429 0 -1 0 103418 0 1 0 1996 45 0 0 18 0 9 0 636996611 832237568 102593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 203183 102593 2590 9 0 197164 0
[pid=22962/tid=22963] ppid=22948 vsize=812732 CPUtime=17.42
/proc/22962/task/22963/stat : 22963 (java) R 22948 22948 22429 0 -1 64 14648 0 1 0 1735 7 0 0 25 0 9 0 636996612 832237568 102593 996147200 134512640 134550740 4294955616 18446744073709551615 4126645474 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22964] ppid=22948 vsize=812732 CPUtime=2.84
/proc/22962/task/22964/stat : 22964 (java) S 22948 22948 22429 0 -1 64 87314 0 0 0 248 36 0 0 18 0 9 0 636996613 832237568 102593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22965] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22948 22948 22429 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636996614 832237568 102593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22966] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22948 22948 22429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636996614 832237568 102593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22967] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636996616 832237568 102593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22948 vsize=812732 CPUtime=0.12
/proc/22962/task/22968/stat : 22968 (java) S 22948 22948 22429 0 -1 64 756 0 0 0 12 0 0 0 16 0 9 0 636996616 832237568 102593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22969] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636996624 832237568 102593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636996624 832237568 102593 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.42
Current children cumulated vsize (KiB) 860292

[startup+51.1028 s]
/proc/loadavg: 3.16 3.14 3.04 4/92 22970
/proc/meminfo: memFree=397104/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01

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

[pid=22962/tid=22963] ppid=22948 vsize=812732 CPUtime=37.72
/proc/22962/task/22963/stat : 22963 (java) S 22948 22948 22429 0 -1 64 14662 0 1 0 3765 7 0 0 25 0 9 0 636996612 832237568 179710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22964] ppid=22948 vsize=812732 CPUtime=8.21
/proc/22962/task/22964/stat : 22964 (java) R 22948 22948 22429 0 -1 64 164424 0 0 0 754 67 0 0 25 0 9 0 636996613 832237568 179710 996147200 134512640 134550740 4294955616 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22965] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22948 22948 22429 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636996614 832237568 179710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22966] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22948 22948 22429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636996614 832237568 179710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22967] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636996616 832237568 179710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22948 vsize=812732 CPUtime=0.13
/proc/22962/task/22968/stat : 22968 (java) S 22948 22948 22429 0 -1 64 763 0 0 0 13 0 0 0 16 0 9 0 636996616 832237568 179710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22969] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636996624 832237568 179710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636996624 832237568 179710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.1
Current children cumulated vsize (KiB) 860292

[startup+64.0014 s]
/proc/loadavg: 3.13 3.13 3.04 4/92 22970
/proc/meminfo: memFree=376304/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
[pid=22962] ppid=22948 vsize=812732 CPUtime=58.9
/proc/22962/stat : 22962 (java) S 22948 22948 22429 0 -1 0 188388 0 1 0 5810 80 0 0 18 0 9 0 636996611 832237568 184849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 203183 184849 2590 9 0 197164 0
[pid=22962/tid=22963] ppid=22948 vsize=812732 CPUtime=42.36
/proc/22962/task/22963/stat : 22963 (java) S 22948 22948 22429 0 -1 64 14666 0 1 0 4229 7 0 0 18 0 9 0 636996612 832237568 184849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22964] ppid=22948 vsize=812732 CPUtime=16.36
/proc/22962/task/22964/stat : 22964 (java) R 22948 22948 22429 0 -1 64 172254 0 0 0 1566 70 0 0 25 0 9 0 636996613 832237568 184849 996147200 134512640 134550740 4294955616 18446744073709551615 104180249 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22965] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22948 22948 22429 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636996614 832237568 184849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22966] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22948 22948 22429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636996614 832237568 184849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22967] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636996616 832237568 184849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22948 vsize=812732 CPUtime=0.14
/proc/22962/task/22968/stat : 22968 (java) S 22948 22948 22429 0 -1 64 768 0 0 0 14 0 0 0 16 0 9 0 636996616 832237568 184849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22969] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636996624 832237568 184849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636996624 832237568 184849 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.91
Current children cumulated vsize (KiB) 860292

[startup+70.4022 s]
/proc/loadavg: 3.12 3.13 3.04 4/92 22970
/proc/meminfo: memFree=375472/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
[pid=22962] ppid=22948 vsize=813736 CPUtime=65.3
/proc/22962/stat : 22962 (java) S 22948 22948 22429 0 -1 0 189270 0 1 0 6450 80 0 0 18 0 9 0 636996611 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 203434 185101 2590 9 0 197415 0
[pid=22962/tid=22963] ppid=22948 vsize=813736 CPUtime=43.51
/proc/22962/task/22963/stat : 22963 (java) S 22948 22948 22429 0 -1 64 14668 0 1 0 4344 7 0 0 16 0 9 0 636996612 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22964] ppid=22948 vsize=813736 CPUtime=21.62
/proc/22962/task/22964/stat : 22964 (java) R 22948 22948 22429 0 -1 64 173133 0 0 0 2091 71 0 0 25 0 9 0 636996613 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 104180241 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22965] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22948 22948 22429 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636996614 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22966] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22948 22948 22429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636996614 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22967] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636996616 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22948 vsize=813736 CPUtime=0.14
/proc/22962/task/22968/stat : 22968 (java) S 22948 22948 22429 0 -1 64 769 0 0 0 14 0 0 0 16 0 9 0 636996616 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22969] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636996624 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636996624 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.31
Current children cumulated vsize (KiB) 861296

[startup+73.6017 s]
/proc/loadavg: 3.11 3.12 3.04 4/92 22970
/proc/meminfo: memFree=375472/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
[pid=22962] ppid=22948 vsize=813736 CPUtime=68.48
/proc/22962/stat : 22962 (java) S 22948 22948 22429 0 -1 0 189773 0 1 0 6768 80 0 0 18 0 9 0 636996611 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 203434 185101 2590 9 0 197415 0
[pid=22962/tid=22963] ppid=22948 vsize=813736 CPUtime=43.51
/proc/22962/task/22963/stat : 22963 (java) S 22948 22948 22429 0 -1 64 14669 0 1 0 4344 7 0 0 17 0 9 0 636996612 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22964] ppid=22948 vsize=813736 CPUtime=24.81
/proc/22962/task/22964/stat : 22964 (java) R 22948 22948 22429 0 -1 64 173635 0 0 0 2410 71 0 0 25 0 9 0 636996613 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 104181398 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22965] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22948 22948 22429 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636996614 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22966] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22948 22948 22429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636996614 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22967] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636996616 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22948 vsize=813736 CPUtime=0.14
/proc/22962/task/22968/stat : 22968 (java) S 22948 22948 22429 0 -1 64 769 0 0 0 14 0 0 0 16 0 9 0 636996616 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22969] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636996624 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636996624 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 68.49
Current children cumulated vsize (KiB) 861296

[startup+74.4018 s]
/proc/loadavg: 3.11 3.12 3.04 4/92 22970
/proc/meminfo: memFree=375472/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
[pid=22962] ppid=22948 vsize=813736 CPUtime=69.29
/proc/22962/stat : 22962 (java) S 22948 22948 22429 0 -1 0 189773 0 1 0 6849 80 0 0 18 0 9 0 636996611 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 203434 185101 2590 9 0 197415 0
[pid=22962/tid=22963] ppid=22948 vsize=813736 CPUtime=43.51
/proc/22962/task/22963/stat : 22963 (java) S 22948 22948 22429 0 -1 64 14669 0 1 0 4344 7 0 0 17 0 9 0 636996612 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22964] ppid=22948 vsize=813736 CPUtime=25.61
/proc/22962/task/22964/stat : 22964 (java) R 22948 22948 22429 0 -1 64 173635 0 0 0 2490 71 0 0 25 0 9 0 636996613 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22965] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22948 22948 22429 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636996614 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22966] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22948 22948 22429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636996614 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22967] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636996616 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22948 vsize=813736 CPUtime=0.14
/proc/22962/task/22968/stat : 22968 (java) S 22948 22948 22429 0 -1 64 769 0 0 0 14 0 0 0 16 0 9 0 636996616 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22969] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636996624 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22948 vsize=813736 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636996624 833265664 185101 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.3
Current children cumulated vsize (KiB) 861296

[startup+75.2029 s]
/proc/loadavg: 3.11 3.12 3.04 4/92 22970
/proc/meminfo: memFree=376304/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
[pid=22962] ppid=22948 vsize=812732 CPUtime=69.72
/proc/22962/stat : 22962 (java) S 22948 22948 22429 0 -1 0 189776 0 1 0 6892 80 0 0 18 0 9 0 636996611 832237568 184851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 203183 184851 2590 9 0 197164 0
[pid=22962/tid=22963] ppid=22948 vsize=812732 CPUtime=43.51
/proc/22962/task/22963/stat : 22963 (java) S 22948 22948 22429 0 -1 64 14672 0 1 0 4344 7 0 0 17 0 9 0 636996612 832237568 184851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22964] ppid=22948 vsize=812732 CPUtime=26.04
/proc/22962/task/22964/stat : 22964 (java) R 22948 22948 22429 0 -1 64 173635 0 0 0 2533 71 0 0 25 0 9 0 636996613 832237568 184851 996147200 134512640 134550740 4294955616 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22965] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22965/stat : 22965 (java) S 22948 22948 22429 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636996614 832237568 184851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22966] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22966/stat : 22966 (java) S 22948 22948 22429 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636996614 832237568 184851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22962/tid=22967] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22967/stat : 22967 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636996616 832237568 184851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22968] ppid=22948 vsize=812732 CPUtime=0.14
/proc/22962/task/22968/stat : 22968 (java) S 22948 22948 22429 0 -1 64 769 0 0 0 14 0 0 0 16 0 9 0 636996616 832237568 184851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22969] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22969/stat : 22969 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636996624 832237568 184851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22962/tid=22970] ppid=22948 vsize=812732 CPUtime=0
/proc/22962/task/22970/stat : 22970 (java) S 22948 22948 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636996624 832237568 184851 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.73
Current children cumulated vsize (KiB) 860292

[startup+75.4029 s]
/proc/loadavg: 3.11 3.12 3.04 4/92 22970
/proc/meminfo: memFree=376304/2055920 swapFree=3920988/4192956
[pid=22948] ppid=22946 vsize=47560 CPUtime=0.01
/proc/22948/stat : 22948 (galacE.sh) S 22946 22948 22429 0 -1 4194304 765 1857 0 0 0 0 0 1 17 0 1 0 636996600 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 251278846810 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22948/statm: 11890 364 245 79 0 219 0
[pid=22962] ppid=22948 vsize=0 CPUtime=69.82
/proc/22962/stat : 22962 (java) Z 22948 22948 22429 0 -1 12 189791 0 1 0 6896 86 0 0 16 0 2 0 636996611 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22962/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 69.83
Current children cumulated vsize (KiB) 47560

Child status: 0
Real time (s): 75.4852
CPU time (s): 69.9134
CPU user time (s): 68.9765
CPU system time (s): 0.936857
CPU usage (%): 92.6187
Max. virtual memory (cumulated for all children) (KiB): 862296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.9765
system time used= 0.936857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192435
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= 2523
involuntary context switches= 2456

runsolver used 0.098984 second user time and 0.251961 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-04 05:05:08
IDJOB=1064342
IDBENCH=54938
IDSOLVER=351
FILE ID=node92/1064342-1215140708
PBS_JOBID= 7877386
Free space on /tmp= 66560 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tdsp/normalized-C2-3-16.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064342-1215140708/watcher-1064342-1215140708 -o /tmp/evaluation-result-1064342-1215140708/solver-1064342-1215140708 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1064342-1215140708.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cb0ea34ab866c40b350376982b2292f6
RANDOM SEED=140497982

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1108696 kB
Buffers:         42592 kB
Cached:         776152 kB
SwapCached:       7388 kB
Active:         167084 kB
Inactive:       712820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1108696 kB
SwapTotal:     4192956 kB
SwapFree:      3920988 kB
Dirty:            3128 kB
Writeback:           0 kB
Mapped:          67756 kB
Slab:            51288 kB
Committed_AS:  1483956 kB
PageTables:       2932 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node92 at 2008-07-04 05:06:23