Trace number 1072821

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) 146.721 155.207

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-28.xml
MD5SUM6392acb66e23c9274e43cc63ba285588
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.048991
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity19
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.04	c --- Preproc Stats ---
146.49/155.09	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
146.49/155.09		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:149)
146.49/155.09		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
146.49/155.09		at base.Problem.endConstraint(Problem.java:510)
146.49/155.09		at sat4j.Constraint.endElement(Constraint.java:37)
146.49/155.09		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
146.49/155.09		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
146.49/155.09		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
146.49/155.09		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
146.49/155.09		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
146.49/155.09		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
146.49/155.09		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
146.49/155.09		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
146.49/155.09		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
146.49/155.09		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
146.49/155.09		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
146.49/155.09		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
146.49/155.09		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
146.49/155.09		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-1072821-1215175837/watcher-1072821-1215175837 -o /tmp/evaluation-result-1072821-1215175837/solver-1072821-1215175837 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1072821-1215175837.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.13 2.21 2.09 4/83 6057
/proc/meminfo: memFree=1082432/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=8560 CPUtime=0
/proc/6057/stat : 6057 (galacE.sh) R 6055 6057 5298 0 -1 4194304 308 0 0 0 0 0 0 0 23 0 1 0 1996554992 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 246406694799 0 0 4096 8192 0 0 0 17 1 0 0
/proc/6057/statm: 2140 254 197 79 0 133 0

[startup+0.103978 s]
/proc/loadavg: 2.13 2.21 2.09 4/83 6057
/proc/meminfo: memFree=1082432/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01
/proc/6057/stat : 6057 (galacE.sh) S 6055 6057 5298 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.202998 s]
/proc/loadavg: 2.13 2.21 2.09 4/83 6057
/proc/meminfo: memFree=1082432/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01
/proc/6057/stat : 6057 (galacE.sh) S 6055 6057 5298 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.303008 s]
/proc/loadavg: 2.13 2.21 2.09 4/83 6057
/proc/meminfo: memFree=1082432/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01
/proc/6057/stat : 6057 (galacE.sh) S 6055 6057 5298 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702086 s]
/proc/loadavg: 2.13 2.21 2.09 4/83 6057
/proc/meminfo: memFree=1082432/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01
/proc/6057/stat : 6057 (galacE.sh) S 6055 6057 5298 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50222 s]
/proc/loadavg: 2.13 2.21 2.09 5/93 6079
/proc/meminfo: memFree=1039536/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01
/proc/6057/stat : 6057 (galacE.sh) S 6055 6057 5298 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
[pid=6071] ppid=6057 vsize=812736 CPUtime=1.3
/proc/6071/stat : 6071 (java) S 6057 6057 5298 0 -1 0 14877 0 1 0 120 10 0 0 19 0 9 0 1996554996 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6071/statm: 203184 14096 2586 9 0 197165 0
[pid=6071/tid=6072] ppid=6057 vsize=812736 CPUtime=0.89
/proc/6071/task/6072/stat : 6072 (java) R 6057 6057 5298 0 -1 64 8824 0 1 0 83 6 0 0 25 0 9 0 1996554997 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4126786608 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6071/tid=6073] ppid=6057 vsize=812736 CPUtime=0.24
/proc/6071/task/6073/stat : 6073 (java) S 6057 6057 5298 0 -1 64 4584 0 0 0 22 2 0 0 17 0 9 0 1996554999 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6074] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6074/stat : 6074 (java) S 6057 6057 5298 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996554999 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6075] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6075/stat : 6075 (java) S 6057 6057 5298 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996554999 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6076] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6076/stat : 6076 (java) S 6057 6057 5298 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996555001 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6077] ppid=6057 vsize=812736 CPUtime=0.14
/proc/6071/task/6077/stat : 6077 (java) S 6057 6057 5298 0 -1 64 770 0 0 0 14 0 0 0 15 0 9 0 1996555001 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6078] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6078/stat : 6078 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996555001 832241664 14096 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6079] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6079/stat : 6079 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996555001 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.31
Current children cumulated vsize (KiB) 860300

[startup+3.1015 s]
/proc/loadavg: 2.13 2.21 2.09 3/93 6079
/proc/meminfo: memFree=1031664/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01
/proc/6057/stat : 6057 (galacE.sh) S 6055 6057 5298 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
[pid=6071] ppid=6057 vsize=812736 CPUtime=2.9
/proc/6071/stat : 6071 (java) S 6057 6057 5298 0 -1 0 19633 0 1 0 278 12 0 0 19 0 9 0 1996554996 832241664 18852 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6071/statm: 203184 18852 2588 9 0 197165 0
[pid=6071/tid=6072] ppid=6057 vsize=812736 CPUtime=2.48
/proc/6071/task/6072/stat : 6072 (java) R 6057 6057 5298 0 -1 64 13575 0 1 0 240 8 0 0 25 0 9 0 1996554997 832241664 18852 996147200 134512640 134550740 4294955600 18446744073709551615 4126788727 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6071/tid=6073] ppid=6057 vsize=812736 CPUtime=0.24
/proc/6071/task/6073/stat : 6073 (java) S 6057 6057 5298 0 -1 64 4584 0 0 0 22 2 0 0 16 0 9 0 1996554999 832241664 18852 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6074] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6074/stat : 6074 (java) S 6057 6057 5298 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996554999 832241664 18852 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6075] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6075/stat : 6075 (java) S 6057 6057 5298 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996554999 832241664 18853 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6076] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6076/stat : 6076 (java) S 6057 6057 5298 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996555001 832241664 18853 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6077] ppid=6057 vsize=812736 CPUtime=0.14
/proc/6071/task/6077/stat : 6077 (java) S 6057 6057 5298 0 -1 64 775 0 0 0 14 0 0 0 16 0 9 0 1996555001 832241664 18853 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6071/tid=6078] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6078/stat : 6078 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996555001 832241664 18853 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6079] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6079/stat : 6079 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996555001 832241664 18853 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 860300

[startup+6.30205 s]
/proc/loadavg: 2.20 2.23 2.10 3/93 6079
/proc/meminfo: memFree=980400/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01
/proc/6057/stat : 6057 (galacE.sh) S 6055 6057 5298 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
[pid=6071] ppid=6057 vsize=812736 CPUtime=5.95
/proc/6071/stat : 6071 (java) S 6057 6057 5298 0 -1 0 28510 0 1 0 578 17 0 0 19 0 9 0 1996554996 832241664 27727 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6071/statm: 203184 27727 2592 9 0 197165 0
[pid=6071/tid=6072] ppid=6057 vsize=812736 CPUtime=5.39
/proc/6071/task/6072/stat : 6072 (java) R 6057 6057 5298 0 -1 64 14596 0 1 0 530 9 0 0 25 0 9 0 1996554997 832241664 27727 996147200 134512640 134550740 4294955600 18446744073709551615 4126788815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6073] ppid=6057 vsize=812736 CPUtime=0.38
/proc/6071/task/6073/stat : 6073 (java) S 6057 6057 5298 0 -1 64 12440 0 0 0 32 6 0 0 16 0 9 0 1996554999 832241664 27727 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6074] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6074/stat : 6074 (java) S 6057 6057 5298 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996554999 832241664 27727 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6075] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6075/stat : 6075 (java) S 6057 6057 5298 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996554999 832241664 27727 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6076] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6076/stat : 6076 (java) S 6057 6057 5298 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996555001 832241664 27727 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6077] ppid=6057 vsize=812736 CPUtime=0.15
/proc/6071/task/6077/stat : 6077 (java) S 6057 6057 5298 0 -1 64 775 0 0 0 15 0 0 0 16 0 9 0 1996555001 832241664 27727 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6071/tid=6078] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6078/stat : 6078 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996555001 832241664 27727 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6079] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6079/stat : 6079 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996555001 832241664 27727 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 860300

[startup+12.7012 s]
/proc/loadavg: 2.27 2.24 2.10 4/93 6079
/proc/meminfo: memFree=907568/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01
/proc/6057/stat : 6057 (galacE.sh) S 6055 6057 5298 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
[pid=6071] ppid=6057 vsize=812736 CPUtime=12.16
/proc/6071/stat : 6071 (java) S 6057 6057 5298 0 -1 0 47728 0 1 0 1186 30 0 0 19 0 9 0 1996554996 832241664 46943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6071/statm: 203184 46943 2592 9 0 197165 0
[pid=6071/tid=6072] ppid=6057 vsize=812736 CPUtime=11.14
/proc/6071/task/6072/stat : 6072 (java) R 6057 6057 5298 0 -1 64 14598 0 1 0 1105 9 0 0 25 0 9 0 1996554997 832241664 46943 996147200 134512640 134550740 4294955600 18446744073709551615 4126788825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6073] ppid=6057 vsize=812736 CPUtime=0.83
/proc/6071/task/6073/stat : 6073 (java) S 6057 6057 5298 0 -1 64 31649 0 0 0 64 19 0 0 18 0 9 0 1996554999 832241664 46943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6074] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6074/stat : 6074 (java) S 6057 6057 5298 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996554999 832241664 46943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6075] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6075/stat : 6075 (java) S 6057 6057 5298 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996554999 832241664 46943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6076] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6076/stat : 6076 (java) S 6057 6057 5298 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996555001 832241664 46943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6077] ppid=6057 vsize=812736 CPUtime=0.16
/proc/6071/task/6077/stat : 6077 (java) S 6057 6057 5298 0 -1 64 782 0 0 0 16 0 0 0 16 0 9 0 1996555001 832241664 46943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6078] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6078/stat : 6078 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996555001 832241664 46943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6079] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6079/stat : 6079 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996555001 832241664 46943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 860300

[startup+25.5024 s]
/proc/loadavg: 2.27 2.24 2.11 5/93 6079
/proc/meminfo: memFree=821808/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01
/proc/6057/stat : 6057 (galacE.sh) S 6055 6057 5298 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
[pid=6071] ppid=6057 vsize=812736 CPUtime=24.31
/proc/6071/stat : 6071 (java) S 6057 6057 5298 0 -1 0 69116 0 1 0 2388 43 0 0 19 0 9 0 1996554996 832241664 68329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6071/statm: 203184 68329 2592 9 0 197165 0
[pid=6071/tid=6072] ppid=6057 vsize=812736 CPUtime=22.74
/proc/6071/task/6072/stat : 6072 (java) R 6057 6057 5298 0 -1 64 14600 0 1 0 2265 9 0 0 25 0 9 0 1996554997 832241664 68329 996147200 134512640 134550740 4294955600 18446744073709551615 4126786608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6073] ppid=6057 vsize=812736 CPUtime=1.39
/proc/6071/task/6073/stat : 6073 (java) S 6057 6057 5298 0 -1 64 53034 0 0 0 106 33 0 0 16 0 9 0 1996554999 832241664 68329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6074] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6074/stat : 6074 (java) S 6057 6057 5298 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996554999 832241664 68329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6075] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6075/stat : 6075 (java) S 6057 6057 5298 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996554999 832241664 68329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6076] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6076/stat : 6076 (java) S 6057 6057 5298 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996555001 832241664 68329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6077] ppid=6057 vsize=812736 CPUtime=0.16
/proc/6071/task/6077/stat : 6077 (java) S 6057 6057 5298 0 -1 64 783 0 0 0 16 0 0 0 16 0 9 0 1996555001 832241664 68329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6078] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6078/stat : 6078 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996555001 832241664 68329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6079] ppid=6057 vsize=812736 CPUtime=0
/proc/6071/task/6079/stat : 6079 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996555001 832241664 68329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.32
Current children cumulated vsize (KiB) 860300

[startup+51.1029 s]
/proc/loadavg: 2.18 2.22 2.10 4/93 6079
/proc/meminfo: memFree=605680/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01

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

[pid=6071] ppid=6057 vsize=816776 CPUtime=132.8
/proc/6071/stat : 6071 (java) S 6057 6057 5298 0 -1 0 197854 0 1 0 13155 125 0 0 19 0 9 0 1996554996 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6071/statm: 204194 185875 2592 9 0 198175 0
[pid=6071/tid=6072] ppid=6057 vsize=816776 CPUtime=102.85
/proc/6071/task/6072/stat : 6072 (java) S 6057 6057 5298 0 -1 64 15794 0 1 0 10275 10 0 0 17 0 9 0 1996554997 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6073] ppid=6057 vsize=816776 CPUtime=29.76
/proc/6071/task/6073/stat : 6073 (java) R 6057 6057 5298 0 -1 64 180577 0 0 0 2863 113 0 0 25 0 9 0 1996554999 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6074] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6074/stat : 6074 (java) S 6057 6057 5298 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996554999 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6075] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6075/stat : 6075 (java) S 6057 6057 5298 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996554999 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6076] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6076/stat : 6076 (java) S 6057 6057 5298 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6077] ppid=6057 vsize=816776 CPUtime=0.16
/proc/6071/task/6077/stat : 6077 (java) S 6057 6057 5298 0 -1 64 784 0 0 0 16 0 0 0 16 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6078] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6078/stat : 6078 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6079] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6079/stat : 6079 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 132.81
Current children cumulated vsize (KiB) 864340

[startup+147.203 s]
/proc/loadavg: 2.07 2.18 2.09 3/93 6079
/proc/meminfo: memFree=348592/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01
/proc/6057/stat : 6057 (galacE.sh) S 6055 6057 5298 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
[pid=6071] ppid=6057 vsize=812772 CPUtime=138.86
/proc/6071/stat : 6071 (java) S 6057 6057 5298 0 -1 0 201362 0 1 0 13758 128 0 0 19 0 9 0 1996554996 832278528 184874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6071/statm: 203193 184874 2592 9 0 197174 0
[pid=6071/tid=6072] ppid=6057 vsize=812772 CPUtime=102.85
/proc/6071/task/6072/stat : 6072 (java) S 6057 6057 5298 0 -1 64 15796 0 1 0 10275 10 0 0 17 0 9 0 1996554997 832278528 184874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6071/tid=6073] ppid=6057 vsize=812772 CPUtime=35.82
/proc/6071/task/6073/stat : 6073 (java) R 6057 6057 5298 0 -1 64 184083 0 0 0 3466 116 0 0 25 0 9 0 1996554999 832278528 184874 996147200 134512640 134550740 4294955600 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6071/tid=6074] ppid=6057 vsize=812772 CPUtime=0
/proc/6071/task/6074/stat : 6074 (java) S 6057 6057 5298 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996554999 832278528 184874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6075] ppid=6057 vsize=812772 CPUtime=0
/proc/6071/task/6075/stat : 6075 (java) S 6057 6057 5298 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996554999 832278528 184874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6076] ppid=6057 vsize=812772 CPUtime=0
/proc/6071/task/6076/stat : 6076 (java) S 6057 6057 5298 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996555001 832278528 184874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6077] ppid=6057 vsize=812772 CPUtime=0.16
/proc/6071/task/6077/stat : 6077 (java) S 6057 6057 5298 0 -1 64 784 0 0 0 16 0 0 0 16 0 9 0 1996555001 832278528 184874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6078] ppid=6057 vsize=812772 CPUtime=0
/proc/6071/task/6078/stat : 6078 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996555001 832278528 184874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6079] ppid=6057 vsize=812772 CPUtime=0
/proc/6071/task/6079/stat : 6079 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996555001 832278528 184874 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 138.87
Current children cumulated vsize (KiB) 860336

[startup+150.402 s]
/proc/loadavg: 2.07 2.18 2.09 3/93 6079
/proc/meminfo: memFree=350384/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01
/proc/6057/stat : 6057 (galacE.sh) S 6055 6057 5298 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
[pid=6071] ppid=6057 vsize=816776 CPUtime=142.06
/proc/6071/stat : 6071 (java) S 6057 6057 5298 0 -1 0 204869 0 1 0 14076 130 0 0 19 0 9 0 1996554996 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6071/statm: 204194 185875 2592 9 0 198175 0
[pid=6071/tid=6072] ppid=6057 vsize=816776 CPUtime=102.85
/proc/6071/task/6072/stat : 6072 (java) S 6057 6057 5298 0 -1 64 15797 0 1 0 10275 10 0 0 17 0 9 0 1996554997 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6071/tid=6073] ppid=6057 vsize=816776 CPUtime=39.01
/proc/6071/task/6073/stat : 6073 (java) R 6057 6057 5298 0 -1 64 187589 0 0 0 3783 118 0 0 25 0 9 0 1996554999 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6071/tid=6074] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6074/stat : 6074 (java) S 6057 6057 5298 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996554999 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6075] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6075/stat : 6075 (java) S 6057 6057 5298 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996554999 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6076] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6076/stat : 6076 (java) S 6057 6057 5298 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6077] ppid=6057 vsize=816776 CPUtime=0.16
/proc/6071/task/6077/stat : 6077 (java) S 6057 6057 5298 0 -1 64 784 0 0 0 16 0 0 0 16 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6078] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6078/stat : 6078 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6079] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6079/stat : 6079 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 142.07
Current children cumulated vsize (KiB) 864340

[startup+153.603 s]
/proc/loadavg: 2.07 2.18 2.09 3/93 6079
/proc/meminfo: memFree=350320/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01
/proc/6057/stat : 6057 (galacE.sh) S 6055 6057 5298 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
[pid=6071] ppid=6057 vsize=816776 CPUtime=145.26
/proc/6071/stat : 6071 (java) S 6057 6057 5298 0 -1 0 206622 0 1 0 14395 131 0 0 19 0 9 0 1996554996 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6071/statm: 204194 185875 2592 9 0 198175 0
[pid=6071/tid=6072] ppid=6057 vsize=816776 CPUtime=102.85
/proc/6071/task/6072/stat : 6072 (java) S 6057 6057 5298 0 -1 64 15797 0 1 0 10275 10 0 0 17 0 9 0 1996554997 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6071/tid=6073] ppid=6057 vsize=816776 CPUtime=42.21
/proc/6071/task/6073/stat : 6073 (java) R 6057 6057 5298 0 -1 64 189342 0 0 0 4102 119 0 0 25 0 9 0 1996554999 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6071/tid=6074] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6074/stat : 6074 (java) S 6057 6057 5298 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996554999 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6075] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6075/stat : 6075 (java) S 6057 6057 5298 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996554999 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6076] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6076/stat : 6076 (java) S 6057 6057 5298 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6077] ppid=6057 vsize=816776 CPUtime=0.16
/proc/6071/task/6077/stat : 6077 (java) S 6057 6057 5298 0 -1 64 784 0 0 0 16 0 0 0 16 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6078] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6078/stat : 6078 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6079] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6079/stat : 6079 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 145.27
Current children cumulated vsize (KiB) 864340

[startup+154.402 s]
/proc/loadavg: 2.07 2.18 2.09 3/93 6079
/proc/meminfo: memFree=346288/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01
/proc/6057/stat : 6057 (galacE.sh) S 6055 6057 5298 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
[pid=6071] ppid=6057 vsize=816776 CPUtime=145.99
/proc/6071/stat : 6071 (java) S 6057 6057 5298 0 -1 0 206622 0 1 0 14468 131 0 0 19 0 9 0 1996554996 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6071/statm: 204194 185875 2592 9 0 198175 0
[pid=6071/tid=6072] ppid=6057 vsize=816776 CPUtime=102.85
/proc/6071/task/6072/stat : 6072 (java) S 6057 6057 5298 0 -1 64 15797 0 1 0 10275 10 0 0 17 0 9 0 1996554997 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6071/tid=6073] ppid=6057 vsize=816776 CPUtime=42.95
/proc/6071/task/6073/stat : 6073 (java) R 6057 6057 5298 0 -1 64 189342 0 0 0 4176 119 0 0 25 0 9 0 1996554999 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 104456976 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6071/tid=6074] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6074/stat : 6074 (java) S 6057 6057 5298 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996554999 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6075] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6075/stat : 6075 (java) S 6057 6057 5298 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996554999 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6076] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6076/stat : 6076 (java) S 6057 6057 5298 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6077] ppid=6057 vsize=816776 CPUtime=0.16
/proc/6071/task/6077/stat : 6077 (java) S 6057 6057 5298 0 -1 64 784 0 0 0 16 0 0 0 16 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6078] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6078/stat : 6078 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6079] ppid=6057 vsize=816776 CPUtime=0
/proc/6071/task/6079/stat : 6079 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996555001 836378624 185875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 146
Current children cumulated vsize (KiB) 864340

[startup+154.801 s]
/proc/loadavg: 2.07 2.18 2.09 3/93 6079
/proc/meminfo: memFree=346288/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=0.01
/proc/6057/stat : 6057 (galacE.sh) S 6055 6057 5298 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
[pid=6071] ppid=6057 vsize=812772 CPUtime=146.28
/proc/6071/stat : 6071 (java) S 6057 6057 5298 0 -1 0 206625 0 1 0 14497 131 0 0 19 0 9 0 1996554996 832278528 184875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6071/statm: 203193 184875 2592 9 0 197174 0
[pid=6071/tid=6072] ppid=6057 vsize=812772 CPUtime=102.85
/proc/6071/task/6072/stat : 6072 (java) S 6057 6057 5298 0 -1 64 15800 0 1 0 10275 10 0 0 17 0 9 0 1996554997 832278528 184875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6071/tid=6073] ppid=6057 vsize=812772 CPUtime=43.24
/proc/6071/task/6073/stat : 6073 (java) R 6057 6057 5298 0 -1 64 189342 0 0 0 4205 119 0 0 25 0 9 0 1996554999 832278528 184875 996147200 134512640 134550740 4294955600 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6071/tid=6074] ppid=6057 vsize=812772 CPUtime=0
/proc/6071/task/6074/stat : 6074 (java) S 6057 6057 5298 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996554999 832278528 184875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6075] ppid=6057 vsize=812772 CPUtime=0
/proc/6071/task/6075/stat : 6075 (java) S 6057 6057 5298 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996554999 832278528 184875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6076] ppid=6057 vsize=812772 CPUtime=0
/proc/6071/task/6076/stat : 6076 (java) S 6057 6057 5298 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996555001 832278528 184875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6077] ppid=6057 vsize=812772 CPUtime=0.16
/proc/6071/task/6077/stat : 6077 (java) S 6057 6057 5298 0 -1 64 784 0 0 0 16 0 0 0 16 0 9 0 1996555001 832278528 184875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6078] ppid=6057 vsize=812772 CPUtime=0
/proc/6071/task/6078/stat : 6078 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996555001 832278528 184875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6071/tid=6079] ppid=6057 vsize=812772 CPUtime=0
/proc/6071/task/6079/stat : 6079 (java) S 6057 6057 5298 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996555001 832278528 184875 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 146.29
Current children cumulated vsize (KiB) 860336

[startup+155.206 s]
/proc/loadavg: 2.06 2.18 2.09 3/86 6079
/proc/meminfo: memFree=360944/2055920 swapFree=4180700/4192956
[pid=6057] ppid=6055 vsize=47564 CPUtime=146.7
/proc/6057/stat : 6057 (galacE.sh) R 6055 6057 5298 0 -1 4194304 778 208336 0 1 0 0 14527 143 19 0 1 0 1996554992 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 4297037 0 0 4096 73728 0 0 0 17 0 0 0
/proc/6057/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 146.7
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 155.207
CPU time (s): 146.721
CPU user time (s): 145.281
CPU system time (s): 1.43978
CPU usage (%): 94.5324
Max. virtual memory (cumulated for all children) (KiB): 869996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.281
system time used= 1.43978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209123
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= 4003
involuntary context switches= 6418

runsolver used 0.223965 second user time and 0.500923 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-04 14:50:37
IDJOB=1072821
IDBENCH=56291
IDSOLVER=351
FILE ID=node61/1072821-1215175837
PBS_JOBID= 7881523
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6392acb66e23c9274e43cc63ba285588
RANDOM SEED=960168207

node61.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.269
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.269
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:       1082912 kB
Buffers:         27612 kB
Cached:         174212 kB
SwapCached:       6188 kB
Active:         818280 kB
Inactive:       100896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1082912 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            3384 kB
Writeback:           0 kB
Mapped:         728716 kB
Slab:            37588 kB
Committed_AS:  4610080 kB
PageTables:       3336 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 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 node61 at 2008-07-04 14:53:12