Trace number 1060121

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) 80.1418 81.0263

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-0.xml
MD5SUM5a2387650a417487d5414425e566caef
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.563913
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size1004
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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


[startup+0 s]
/proc/loadavg: 1.98 2.02 2.00 4/84 30709
/proc/meminfo: memFree=1807520/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=18572 CPUtime=0
/proc/30709/stat : 30709 (runsolver) R 30707 30709 28867 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991558524 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30709/statm: 4643 292 257 25 0 2626 0

[startup+0.0798469 s]
/proc/loadavg: 1.98 2.02 2.00 4/84 30709
/proc/meminfo: memFree=1807520/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47580

[startup+0.101816 s]
/proc/loadavg: 1.98 2.02 2.00 4/84 30709
/proc/meminfo: memFree=1807520/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47580

[startup+0.301834 s]
/proc/loadavg: 1.98 2.02 2.00 4/84 30709
/proc/meminfo: memFree=1807520/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47580

[startup+0.701869 s]
/proc/loadavg: 1.98 2.02 2.00 4/84 30709
/proc/meminfo: memFree=1807520/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47580

[startup+1.50294 s]
/proc/loadavg: 1.98 2.02 2.00 3/94 30731
/proc/meminfo: memFree=1770128/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
[pid=30723] ppid=30709 vsize=812736 CPUtime=1.44
/proc/30723/stat : 30723 (java) S 30709 30709 28867 0 -1 0 13790 0 1 0 137 7 0 0 18 0 9 0 1991558527 832241664 13206 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30723/statm: 203184 13206 1907 9 0 197165 0
[pid=30723/tid=30724] ppid=30709 vsize=812736 CPUtime=1.27
/proc/30723/task/30724/stat : 30724 (java) R 30709 30709 28867 0 -1 64 12304 0 1 0 121 6 0 0 25 0 9 0 1991558528 832241664 13206 996147200 134512640 134550740 4294955616 18446744073709551615 4126817063 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30725] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30725/stat : 30725 (java) S 30709 30709 28867 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1991558530 832241664 13206 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30726] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30726/stat : 30726 (java) S 30709 30709 28867 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1991558530 832241664 13206 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30727] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30727/stat : 30727 (java) S 30709 30709 28867 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991558530 832241664 13206 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30728] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30728/stat : 30728 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558532 832241664 13206 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30729] ppid=30709 vsize=812736 CPUtime=0.15
/proc/30723/task/30729/stat : 30729 (java) S 30709 30709 28867 0 -1 64 781 0 0 0 15 0 0 0 16 0 9 0 1991558532 832241664 13206 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30730] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30730/stat : 30730 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558532 832241664 13206 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30731] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30731/stat : 30731 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991558532 832241664 13206 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860316

[startup+3.10209 s]
/proc/loadavg: 1.98 2.02 2.00 4/94 30731
/proc/meminfo: memFree=1729936/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
[pid=30723] ppid=30709 vsize=812736 CPUtime=3.02
/proc/30723/stat : 30723 (java) S 30709 30709 28867 0 -1 0 23904 0 1 0 291 11 0 0 18 0 9 0 1991558527 832241664 23310 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30723/statm: 203184 23310 1928 9 0 197165 0
[pid=30723/tid=30724] ppid=30709 vsize=812736 CPUtime=2.69
/proc/30723/task/30724/stat : 30724 (java) R 30709 30709 28867 0 -1 64 14584 0 1 0 263 6 0 0 25 0 9 0 1991558528 832241664 23310 996147200 134512640 134550740 4294955616 18446744073709551615 4126816110 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30725] ppid=30709 vsize=812736 CPUtime=0.14
/proc/30723/task/30725/stat : 30725 (java) S 30709 30709 28867 0 -1 64 7833 0 0 0 11 3 0 0 18 0 9 0 1991558530 832241664 23310 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30726] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30726/stat : 30726 (java) S 30709 30709 28867 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 23310 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30727] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30727/stat : 30727 (java) S 30709 30709 28867 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 23310 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30728] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30728/stat : 30728 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558532 832241664 23310 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30729] ppid=30709 vsize=812736 CPUtime=0.16
/proc/30723/task/30729/stat : 30729 (java) S 30709 30709 28867 0 -1 64 786 0 0 0 16 0 0 0 16 0 9 0 1991558532 832241664 23310 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30730] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30730/stat : 30730 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558532 832241664 23310 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30731] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30731/stat : 30731 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991558532 832241664 23310 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860316

[startup+6.30139 s]
/proc/loadavg: 1.98 2.01 2.00 3/94 30731
/proc/meminfo: memFree=1687440/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
[pid=30723] ppid=30709 vsize=812736 CPUtime=6.19
/proc/30723/stat : 30723 (java) S 30709 30709 28867 0 -1 0 38768 0 1 0 601 18 0 0 18 0 9 0 1991558527 832241664 38170 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30723/statm: 203184 38170 1928 9 0 197165 0
[pid=30723/tid=30724] ppid=30709 vsize=812736 CPUtime=5.47
/proc/30723/task/30724/stat : 30724 (java) R 30709 30709 28867 0 -1 64 14590 0 1 0 541 6 0 0 25 0 9 0 1991558528 832241664 38170 996147200 134512640 134550740 4294955616 18446744073709551615 4126819225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30725] ppid=30709 vsize=812736 CPUtime=0.51
/proc/30723/task/30725/stat : 30725 (java) S 30709 30709 28867 0 -1 64 22689 0 0 0 41 10 0 0 17 0 9 0 1991558530 832241664 38170 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30726] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30726/stat : 30726 (java) S 30709 30709 28867 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 38170 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30727] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30727/stat : 30727 (java) S 30709 30709 28867 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 38170 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30728] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30728/stat : 30728 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558532 832241664 38170 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30729] ppid=30709 vsize=812736 CPUtime=0.16
/proc/30723/task/30729/stat : 30729 (java) S 30709 30709 28867 0 -1 64 788 0 0 0 16 0 0 0 16 0 9 0 1991558532 832241664 38170 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30730] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30730/stat : 30730 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558532 832241664 38170 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30731] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30731/stat : 30731 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991558532 832241664 38170 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860316

[startup+12.703 s]
/proc/loadavg: 1.98 2.01 2.00 3/94 30731
/proc/meminfo: memFree=1544656/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
[pid=30723] ppid=30709 vsize=812736 CPUtime=12.53
/proc/30723/stat : 30723 (java) S 30709 30709 28867 0 -1 0 67866 0 1 0 1224 29 0 0 18 0 9 0 1991558527 832241664 67264 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30723/statm: 203184 67264 1928 9 0 197165 0
[pid=30723/tid=30724] ppid=30709 vsize=812736 CPUtime=10.96
/proc/30723/task/30724/stat : 30724 (java) R 30709 30709 28867 0 -1 64 14594 0 1 0 1090 6 0 0 25 0 9 0 1991558528 832241664 67264 996147200 134512640 134550740 4294955616 18446744073709551615 104454970 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30725] ppid=30709 vsize=812736 CPUtime=1.36
/proc/30723/task/30725/stat : 30725 (java) S 30709 30709 28867 0 -1 64 51779 0 0 0 116 20 0 0 18 0 9 0 1991558530 832241664 67264 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30726] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30726/stat : 30726 (java) S 30709 30709 28867 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 67264 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30727] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30727/stat : 30727 (java) S 30709 30709 28867 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 67264 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30728] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30728/stat : 30728 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558532 832241664 67264 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30729] ppid=30709 vsize=812736 CPUtime=0.17
/proc/30723/task/30729/stat : 30729 (java) S 30709 30709 28867 0 -1 64 792 0 0 0 17 0 0 0 17 0 9 0 1991558532 832241664 67264 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30730] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30730/stat : 30730 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558532 832241664 67264 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30731] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30731/stat : 30731 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991558532 832241664 67264 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860316

[startup+25.5022 s]
/proc/loadavg: 2.05 2.03 2.00 3/94 30731
/proc/meminfo: memFree=1339344/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
[pid=30723] ppid=30709 vsize=812736 CPUtime=25.19
/proc/30723/stat : 30723 (java) S 30709 30709 28867 0 -1 0 124168 0 1 0 2467 52 0 0 18 0 9 0 1991558527 832241664 123554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30723/statm: 203184 123554 1928 9 0 197165 0
[pid=30723/tid=30724] ppid=30709 vsize=812736 CPUtime=21.96
/proc/30723/task/30724/stat : 30724 (java) R 30709 30709 28867 0 -1 64 14606 0 1 0 2189 7 0 0 25 0 9 0 1991558528 832241664 123554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30725] ppid=30709 vsize=812736 CPUtime=3.01
/proc/30723/task/30725/stat : 30725 (java) R 30709 30709 28867 0 -1 64 108060 0 0 0 258 43 0 0 16 0 9 0 1991558530 832241664 123554 996147200 134512640 134550740 4294955616 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30726] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30726/stat : 30726 (java) S 30709 30709 28867 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 123554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30727] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30727/stat : 30727 (java) S 30709 30709 28867 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 123554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30728] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30728/stat : 30728 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558532 832241664 123554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30729] ppid=30709 vsize=812736 CPUtime=0.19
/proc/30723/task/30729/stat : 30729 (java) S 30709 30709 28867 0 -1 64 801 0 0 0 19 0 0 0 16 0 9 0 1991558532 832241664 123554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30730] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30730/stat : 30730 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558532 832241664 123554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30731] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30731/stat : 30731 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991558532 832241664 123554 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 860316

[startup+51.1026 s]
/proc/loadavg: 2.03 2.03 2.00 3/94 30731
/proc/meminfo: memFree=1089104/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02

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

[pid=30723/tid=30724] ppid=30709 vsize=812736 CPUtime=43.97
/proc/30723/task/30724/stat : 30724 (java) S 30709 30709 28867 0 -1 64 14624 0 1 0 4390 7 0 0 17 0 9 0 1991558528 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30725] ppid=30709 vsize=812736 CPUtime=25.31
/proc/30723/task/30725/stat : 30725 (java) R 30709 30709 28867 0 -1 64 169799 0 0 0 2463 68 0 0 25 0 9 0 1991558530 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30726] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30726/stat : 30726 (java) S 30709 30709 28867 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30727] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30727/stat : 30727 (java) S 30709 30709 28867 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30728] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30728/stat : 30728 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30729] ppid=30709 vsize=812736 CPUtime=0.22
/proc/30723/task/30729/stat : 30729 (java) S 30709 30709 28867 0 -1 64 814 0 0 0 22 0 0 0 15 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30730] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30730/stat : 30730 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30731] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30731/stat : 30731 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.55
Current children cumulated vsize (KiB) 860316

[startup+76.703 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 30731
/proc/meminfo: memFree=1075984/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
[pid=30723] ppid=30709 vsize=812736 CPUtime=75.86
/proc/30723/stat : 30723 (java) S 30709 30709 28867 0 -1 0 185940 0 1 0 7509 77 0 0 18 0 9 0 1991558527 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30723/statm: 203184 184871 2590 9 0 197165 0
[pid=30723/tid=30724] ppid=30709 vsize=812736 CPUtime=43.97
/proc/30723/task/30724/stat : 30724 (java) S 30709 30709 28867 0 -1 64 14626 0 1 0 4390 7 0 0 17 0 9 0 1991558528 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30725] ppid=30709 vsize=812736 CPUtime=31.64
/proc/30723/task/30725/stat : 30725 (java) R 30709 30709 28867 0 -1 64 169799 0 0 0 3096 68 0 0 25 0 9 0 1991558530 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 104181529 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30726] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30726/stat : 30726 (java) S 30709 30709 28867 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30727] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30727/stat : 30727 (java) S 30709 30709 28867 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30728] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30728/stat : 30728 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30729] ppid=30709 vsize=812736 CPUtime=0.22
/proc/30723/task/30729/stat : 30729 (java) S 30709 30709 28867 0 -1 64 814 0 0 0 22 0 0 0 15 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30730] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30730/stat : 30730 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30731] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30731/stat : 30731 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.88
Current children cumulated vsize (KiB) 860316

[startup+78.3021 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 30731
/proc/meminfo: memFree=1075984/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
[pid=30723] ppid=30709 vsize=812736 CPUtime=77.45
/proc/30723/stat : 30723 (java) S 30709 30709 28867 0 -1 0 185940 0 1 0 7668 77 0 0 18 0 9 0 1991558527 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30723/statm: 203184 184871 2590 9 0 197165 0
[pid=30723/tid=30724] ppid=30709 vsize=812736 CPUtime=43.97
/proc/30723/task/30724/stat : 30724 (java) S 30709 30709 28867 0 -1 64 14626 0 1 0 4390 7 0 0 17 0 9 0 1991558528 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30725] ppid=30709 vsize=812736 CPUtime=33.22
/proc/30723/task/30725/stat : 30725 (java) R 30709 30709 28867 0 -1 64 169799 0 0 0 3254 68 0 0 25 0 9 0 1991558530 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 102469655 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30726] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30726/stat : 30726 (java) S 30709 30709 28867 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30727] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30727/stat : 30727 (java) S 30709 30709 28867 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30728] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30728/stat : 30728 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30729] ppid=30709 vsize=812736 CPUtime=0.22
/proc/30723/task/30729/stat : 30729 (java) S 30709 30709 28867 0 -1 64 814 0 0 0 22 0 0 0 15 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30730] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30730/stat : 30730 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30731] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30731/stat : 30731 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.47
Current children cumulated vsize (KiB) 860316

[startup+79.9023 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 30731
/proc/meminfo: memFree=1075984/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
[pid=30723] ppid=30709 vsize=812736 CPUtime=79.03
/proc/30723/stat : 30723 (java) S 30709 30709 28867 0 -1 0 185940 0 1 0 7826 77 0 0 18 0 9 0 1991558527 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30723/statm: 203184 184871 2590 9 0 197165 0
[pid=30723/tid=30724] ppid=30709 vsize=812736 CPUtime=43.97
/proc/30723/task/30724/stat : 30724 (java) S 30709 30709 28867 0 -1 64 14626 0 1 0 4390 7 0 0 17 0 9 0 1991558528 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30725] ppid=30709 vsize=812736 CPUtime=34.81
/proc/30723/task/30725/stat : 30725 (java) R 30709 30709 28867 0 -1 64 169799 0 0 0 3413 68 0 0 25 0 9 0 1991558530 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 104457044 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30726] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30726/stat : 30726 (java) S 30709 30709 28867 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30727] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30727/stat : 30727 (java) S 30709 30709 28867 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30728] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30728/stat : 30728 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30729] ppid=30709 vsize=812736 CPUtime=0.22
/proc/30723/task/30729/stat : 30729 (java) S 30709 30709 28867 0 -1 64 814 0 0 0 22 0 0 0 15 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30730] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30730/stat : 30730 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30731] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30731/stat : 30731 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991558532 832241664 184871 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.05
Current children cumulated vsize (KiB) 860316

[startup+80.7023 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 30731
/proc/meminfo: memFree=1075984/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
[pid=30723] ppid=30709 vsize=812736 CPUtime=79.82
/proc/30723/stat : 30723 (java) S 30709 30709 28867 0 -1 0 185943 0 1 0 7905 77 0 0 18 0 9 0 1991558527 832241664 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30723/statm: 203184 184872 2590 9 0 197165 0
[pid=30723/tid=30724] ppid=30709 vsize=812736 CPUtime=43.97
/proc/30723/task/30724/stat : 30724 (java) S 30709 30709 28867 0 -1 64 14629 0 1 0 4390 7 0 0 17 0 9 0 1991558528 832241664 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30725] ppid=30709 vsize=812736 CPUtime=35.6
/proc/30723/task/30725/stat : 30725 (java) R 30709 30709 28867 0 -1 64 169799 0 0 0 3492 68 0 0 25 0 9 0 1991558530 832241664 184872 996147200 134512640 134550740 4294955616 18446744073709551615 104181554 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30726] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30726/stat : 30726 (java) S 30709 30709 28867 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30727] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30727/stat : 30727 (java) S 30709 30709 28867 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30728] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30728/stat : 30728 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558532 832241664 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30729] ppid=30709 vsize=812736 CPUtime=0.22
/proc/30723/task/30729/stat : 30729 (java) S 30709 30709 28867 0 -1 64 814 0 0 0 22 0 0 0 15 0 9 0 1991558532 832241664 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30730] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30730/stat : 30730 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558532 832241664 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30731] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30731/stat : 30731 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991558532 832241664 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.84
Current children cumulated vsize (KiB) 860316

[startup+80.9023 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 30731
/proc/meminfo: memFree=1075984/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
[pid=30723] ppid=30709 vsize=812736 CPUtime=79.99
/proc/30723/stat : 30723 (java) S 30709 30709 28867 0 -1 0 185952 0 1 0 7922 77 0 0 18 0 9 0 1991558527 832241664 184876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30723/statm: 203184 184876 2590 9 0 197165 0
[pid=30723/tid=30724] ppid=30709 vsize=812736 CPUtime=43.97
/proc/30723/task/30724/stat : 30724 (java) S 30709 30709 28867 0 -1 64 14638 0 1 0 4390 7 0 0 16 0 9 0 1991558528 832241664 184876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30725] ppid=30709 vsize=812736 CPUtime=35.76
/proc/30723/task/30725/stat : 30725 (java) S 30709 30709 28867 0 -1 64 169799 0 0 0 3508 68 0 0 25 0 9 0 1991558530 832241664 184876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30726] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30726/stat : 30726 (java) S 30709 30709 28867 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 184876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30727] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30727/stat : 30727 (java) S 30709 30709 28867 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991558530 832241664 184876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30728] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30728/stat : 30728 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991558532 832241664 184876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30729] ppid=30709 vsize=812736 CPUtime=0.22
/proc/30723/task/30729/stat : 30729 (java) S 30709 30709 28867 0 -1 64 814 0 0 0 22 0 0 0 15 0 9 0 1991558532 832241664 184876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30730] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30730/stat : 30730 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991558532 832241664 184876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30723/tid=30731] ppid=30709 vsize=812736 CPUtime=0
/proc/30723/task/30731/stat : 30731 (java) S 30709 30709 28867 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991558532 832241664 184876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (KiB) 860316

[startup+81.0027 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 30731
/proc/meminfo: memFree=1075984/2055920 swapFree=4180436/4192956
[pid=30709] ppid=30707 vsize=47580 CPUtime=0.02
/proc/30709/stat : 30709 (galacE.sh) S 30707 30709 28867 0 -1 4194304 764 1698 0 0 0 1 0 1 18 0 1 0 1991558524 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30709/statm: 11895 363 244 79 0 219 0
[pid=30723] ppid=30709 vsize=0 CPUtime=80.08
/proc/30723/stat : 30723 (java) Z 30709 30709 28867 0 -1 12 185957 0 1 0 7922 86 0 0 16 0 2 0 1991558527 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30723/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 80.1
Current children cumulated vsize (KiB) 47580

Child status: 0
Real time (s): 81.0263
CPU time (s): 80.1418
CPU user time (s): 79.23
CPU system time (s): 0.911861
CPU usage (%): 98.9085
Max. virtual memory (cumulated for all children) (KiB): 861320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.23
system time used= 0.911861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188441
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= 2628
involuntary context switches= 5801

runsolver used 0.094985 second user time and 0.288956 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-04 00:57:43
IDJOB=1060121
IDBENCH=54407
IDSOLVER=351
FILE ID=node48/1060121-1215125863
PBS_JOBID= 7877109
Free space on /tmp= 66520 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5a2387650a417487d5414425e566caef
RANDOM SEED=2020111063

node48.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.231
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.231
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:       1808000 kB
Buffers:         19288 kB
Cached:         135900 kB
SwapCached:       6720 kB
Active:         151844 kB
Inactive:        43364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808000 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3852 kB
Writeback:           0 kB
Mapped:          57004 kB
Slab:            37636 kB
Committed_AS:  4185160 kB
PageTables:       1916 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= 66516 MiB
End job on node48 at 2008-07-04 00:59:04