Trace number 1081193

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) 60.8637 61.4147

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-0.xml
MD5SUM183bb6c12d5c0d952ccfd5001b683c61
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 benchmark23.7064
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1247
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
60.63/61.30	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
60.63/61.30		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
60.63/61.30		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:163)
60.63/61.30		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
60.63/61.30		at base.Problem.endConstraint(Problem.java:510)
60.63/61.30		at sat4j.Constraint.endElement(Constraint.java:37)
60.63/61.30		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
60.63/61.30		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
60.63/61.30		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
60.63/61.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
60.63/61.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
60.63/61.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
60.63/61.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
60.63/61.30		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
60.63/61.30		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
60.63/61.30		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
60.63/61.30		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
60.63/61.30		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
60.63/61.30		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
60.63/61.30		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-1081193-1215215869/watcher-1081193-1215215869 -o /tmp/evaluation-result-1081193-1215215869/solver-1081193-1215215869 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1081193-1215215869.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.00 2.00 2.00 4/74 22185
/proc/meminfo: memFree=1672584/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=8652 CPUtime=0
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 677314497 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22185/statm: 2163 280 208 79 0 156 0
[pid=22186] ppid=22185 vsize=8688 CPUtime=0
/proc/22186/stat : 22186 (galacE.sh) S 22185 22185 19192 0 -1 4194368 57 243 0 0 0 0 0 0 16 0 1 0 677314497 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 249070059602 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22186/statm: 2172 288 210 79 0 165 0

[startup+0.074792 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 22185
/proc/meminfo: memFree=1672584/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101792 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 22185
/proc/meminfo: memFree=1672584/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301817 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 22185
/proc/meminfo: memFree=1672584/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701859 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 22185
/proc/meminfo: memFree=1672584/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50193 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 22207
/proc/meminfo: memFree=1587760/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
[pid=22199] ppid=22185 vsize=813076 CPUtime=1.44
/proc/22199/stat : 22199 (java) S 22185 22185 19192 0 -1 0 26617 0 1 0 130 14 0 0 19 0 9 0 677314500 832589824 26027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22199/statm: 203269 26027 1927 9 0 197250 0
[pid=22199/tid=22200] ppid=22185 vsize=813076 CPUtime=1.04
/proc/22199/task/22200/stat : 22200 (java) R 22185 22185 19192 0 -1 64 14656 0 1 0 96 8 0 0 25 0 9 0 677314501 832589824 26027 996147200 134512640 134550740 4294955600 18446744073709551615 4126828882 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22201] ppid=22185 vsize=813076 CPUtime=0.24
/proc/22199/task/22201/stat : 22201 (java) S 22185 22185 19192 0 -1 64 10474 0 0 0 19 5 0 0 19 0 9 0 677314503 832589824 26027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22202] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22202/stat : 22202 (java) S 22185 22185 19192 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677314503 832589824 26027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22203] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22203/stat : 22203 (java) S 22185 22185 19192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677314503 832589824 26027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22204] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22204/stat : 22204 (java) S 22185 22185 19192 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677314505 832589824 26027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22205] ppid=22185 vsize=813076 CPUtime=0.14
/proc/22199/task/22205/stat : 22205 (java) S 22185 22185 19192 0 -1 64 787 0 0 0 14 0 0 0 16 0 9 0 677314505 832589824 26027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22206] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22206/stat : 22206 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677314505 832589824 26027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22207] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22207/stat : 22207 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 677314505 832589824 26027 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860640

[startup+3.10209 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22207
/proc/meminfo: memFree=1534768/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
[pid=22199] ppid=22185 vsize=813076 CPUtime=3.03
/proc/22199/stat : 22199 (java) S 22185 22185 19192 0 -1 0 39083 0 1 0 282 21 0 0 19 0 9 0 677314500 832589824 38490 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22199/statm: 203269 38490 1927 9 0 197250 0
[pid=22199/tid=22200] ppid=22185 vsize=813076 CPUtime=2.33
/proc/22199/task/22200/stat : 22200 (java) R 22185 22185 19192 0 -1 64 14660 0 1 0 225 8 0 0 25 0 9 0 677314501 832589824 38490 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22201] ppid=22185 vsize=813076 CPUtime=0.53
/proc/22199/task/22201/stat : 22201 (java) R 22185 22185 19192 0 -1 64 22934 0 0 0 41 12 0 0 16 0 9 0 677314503 832589824 38490 996147200 134512640 134550740 4294955600 18446744073709551615 104187937 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22202] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22202/stat : 22202 (java) S 22185 22185 19192 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677314503 832589824 38490 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22203] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22203/stat : 22203 (java) S 22185 22185 19192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677314503 832589824 38490 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22204] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22204/stat : 22204 (java) S 22185 22185 19192 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677314505 832589824 38490 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22205] ppid=22185 vsize=813076 CPUtime=0.14
/proc/22199/task/22205/stat : 22205 (java) S 22185 22185 19192 0 -1 64 789 0 0 0 14 0 0 0 16 0 9 0 677314505 832589824 38490 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22206] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22206/stat : 22206 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677314505 832589824 38490 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22207] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22207/stat : 22207 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 677314505 832589824 38490 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860640

[startup+6.30241 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22207
/proc/meminfo: memFree=1481720/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
[pid=22199] ppid=22185 vsize=813076 CPUtime=6.2
/proc/22199/stat : 22199 (java) S 22185 22185 19192 0 -1 0 57710 0 1 0 590 30 0 0 19 0 9 0 677314500 832589824 57105 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22199/statm: 203269 57105 1937 9 0 197250 0
[pid=22199/tid=22200] ppid=22185 vsize=813076 CPUtime=4.96
/proc/22199/task/22200/stat : 22200 (java) R 22185 22185 19192 0 -1 64 14691 0 1 0 488 8 0 0 25 0 9 0 677314501 832589824 57105 996147200 134512640 134550740 4294955600 18446744073709551615 4126819645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22201] ppid=22185 vsize=813076 CPUtime=1.06
/proc/22199/task/22201/stat : 22201 (java) S 22185 22185 19192 0 -1 64 41524 0 0 0 86 20 0 0 18 0 9 0 677314503 832589824 57105 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22202] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22202/stat : 22202 (java) S 22185 22185 19192 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677314503 832589824 57105 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22203] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22203/stat : 22203 (java) S 22185 22185 19192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677314503 832589824 57105 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22204] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22204/stat : 22204 (java) S 22185 22185 19192 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677314505 832589824 57105 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22205] ppid=22185 vsize=813076 CPUtime=0.15
/proc/22199/task/22205/stat : 22205 (java) S 22185 22185 19192 0 -1 64 795 0 0 0 15 0 0 0 16 0 9 0 677314505 832589824 57105 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22206] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22206/stat : 22206 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677314505 832589824 57105 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22207] ppid=22185 vsize=813076 CPUtime=0
/proc/22199/task/22207/stat : 22207 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 677314505 832589824 57105 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860640

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22207
/proc/meminfo: memFree=1286664/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
[pid=22199] ppid=22185 vsize=813092 CPUtime=12.55
/proc/22199/stat : 22199 (java) S 22185 22185 19192 0 -1 0 105997 0 1 0 1203 52 0 0 19 0 9 0 677314500 832606208 105046 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22199/statm: 203273 105046 2593 9 0 197254 0
[pid=22199/tid=22200] ppid=22185 vsize=813092 CPUtime=9.45
/proc/22199/task/22200/stat : 22200 (java) R 22185 22185 19192 0 -1 64 14874 0 1 0 937 8 0 0 25 0 9 0 677314501 832606208 105046 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22201] ppid=22185 vsize=813092 CPUtime=2.9
/proc/22199/task/22201/stat : 22201 (java) R 22185 22185 19192 0 -1 64 89626 0 0 0 249 41 0 0 17 0 9 0 677314503 832606208 105046 996147200 134512640 134550740 4294955600 18446744073709551615 102674816 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22202] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22202/stat : 22202 (java) S 22185 22185 19192 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677314503 832606208 105046 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22203] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22203/stat : 22203 (java) S 22185 22185 19192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677314503 832606208 105046 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22204] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22204/stat : 22204 (java) S 22185 22185 19192 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677314505 832606208 105046 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22205] ppid=22185 vsize=813092 CPUtime=0.15
/proc/22199/task/22205/stat : 22205 (java) S 22185 22185 19192 0 -1 64 797 0 0 0 15 0 0 0 16 0 9 0 677314505 832606208 105046 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22206] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22206/stat : 22206 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677314505 832606208 105046 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22207] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22207/stat : 22207 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 677314505 832606208 105046 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 860656

[startup+25.5013 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 22207
/proc/meminfo: memFree=1110024/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
[pid=22199] ppid=22185 vsize=813732 CPUtime=25.23
/proc/22199/stat : 22199 (java) S 22185 22185 19192 0 -1 0 143724 0 1 0 2453 70 0 0 19 0 9 0 677314500 833261568 142613 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22199/statm: 203433 142613 2593 9 0 197414 0
[pid=22199/tid=22200] ppid=22185 vsize=813732 CPUtime=17.88
/proc/22199/task/22200/stat : 22200 (java) R 22185 22185 19192 0 -1 64 15186 0 1 0 1780 8 0 0 21 0 9 0 677314501 833261568 142613 996147200 134512640 134550740 4294955600 18446744073709551615 4126823915 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22201] ppid=22185 vsize=813732 CPUtime=7.16
/proc/22199/task/22201/stat : 22201 (java) S 22185 22185 19192 0 -1 64 127038 0 0 0 656 60 0 0 23 0 9 0 677314503 833261568 142613 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22202] ppid=22185 vsize=813732 CPUtime=0
/proc/22199/task/22202/stat : 22202 (java) S 22185 22185 19192 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677314503 833261568 142613 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22203] ppid=22185 vsize=813732 CPUtime=0
/proc/22199/task/22203/stat : 22203 (java) S 22185 22185 19192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677314503 833261568 142613 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22204] ppid=22185 vsize=813732 CPUtime=0
/proc/22199/task/22204/stat : 22204 (java) S 22185 22185 19192 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677314505 833261568 142613 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22205] ppid=22185 vsize=813732 CPUtime=0.16
/proc/22199/task/22205/stat : 22205 (java) S 22185 22185 19192 0 -1 64 800 0 0 0 16 0 0 0 17 0 9 0 677314505 833261568 142613 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22206] ppid=22185 vsize=813732 CPUtime=0
/proc/22199/task/22206/stat : 22206 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677314505 833261568 142613 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22207] ppid=22185 vsize=813732 CPUtime=0
/proc/22199/task/22207/stat : 22207 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 677314505 833261568 142613 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 861296

[startup+51.1019 s]

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

[pid=22199/tid=22201] ppid=22185 vsize=813092 CPUtime=21.84
/proc/22199/task/22201/stat : 22201 (java) R 22185 22185 19192 0 -1 64 169538 0 0 0 2105 79 0 0 25 0 9 0 677314503 832606208 184978 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22202] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22202/stat : 22202 (java) S 22185 22185 19192 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677314503 832606208 184978 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22203] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22203/stat : 22203 (java) S 22185 22185 19192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677314503 832606208 184978 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22204] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22204/stat : 22204 (java) S 22185 22185 19192 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677314505 832606208 184978 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22205] ppid=22185 vsize=813092 CPUtime=0.18
/proc/22199/task/22205/stat : 22205 (java) S 22185 22185 19192 0 -1 64 806 0 0 0 18 0 0 0 17 0 9 0 677314505 832606208 184978 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22206] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22206/stat : 22206 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677314505 832606208 184978 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22207] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22207/stat : 22207 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 677314505 832606208 184978 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 860656

Solver just ended. Dumping a history of the last processes samples

[startup+57.5025 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 22207
/proc/meminfo: memFree=936072/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
[pid=22199] ppid=22185 vsize=817096 CPUtime=56.95
/proc/22199/stat : 22199 (java) S 22185 22185 19192 0 -1 0 191670 0 1 0 5603 92 0 0 19 0 9 0 677314500 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22199/statm: 204274 185979 2593 9 0 198255 0
[pid=22199/tid=22200] ppid=22185 vsize=817096 CPUtime=28.86
/proc/22199/task/22200/stat : 22200 (java) S 22185 22185 19192 0 -1 64 15367 0 1 0 2877 9 0 0 17 0 9 0 677314501 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22201] ppid=22185 vsize=817096 CPUtime=27.89
/proc/22199/task/22201/stat : 22201 (java) R 22185 22185 19192 0 -1 64 174797 0 0 0 2707 82 0 0 25 0 9 0 677314503 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 104180122 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22202] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22202/stat : 22202 (java) S 22185 22185 19192 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677314503 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22203] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22203/stat : 22203 (java) S 22185 22185 19192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677314503 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22204] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22204/stat : 22204 (java) S 22185 22185 19192 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677314505 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22205] ppid=22185 vsize=817096 CPUtime=0.18
/proc/22199/task/22205/stat : 22205 (java) S 22185 22185 19192 0 -1 64 806 0 0 0 18 0 0 0 17 0 9 0 677314505 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22206] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22206/stat : 22206 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677314505 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22207] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22207/stat : 22207 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 677314505 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.96
Current children cumulated vsize (KiB) 864660

[startup+59.1026 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 22207
/proc/meminfo: memFree=936072/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
[pid=22199] ppid=22185 vsize=817096 CPUtime=58.54
/proc/22199/stat : 22199 (java) S 22185 22185 19192 0 -1 0 193423 0 1 0 5761 93 0 0 19 0 9 0 677314500 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22199/statm: 204274 185979 2593 9 0 198255 0
[pid=22199/tid=22200] ppid=22185 vsize=817096 CPUtime=28.86
/proc/22199/task/22200/stat : 22200 (java) S 22185 22185 19192 0 -1 64 15367 0 1 0 2877 9 0 0 17 0 9 0 677314501 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22201] ppid=22185 vsize=817096 CPUtime=29.47
/proc/22199/task/22201/stat : 22201 (java) R 22185 22185 19192 0 -1 64 176550 0 0 0 2865 82 0 0 25 0 9 0 677314503 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 103735741 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22202] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22202/stat : 22202 (java) S 22185 22185 19192 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677314503 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22203] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22203/stat : 22203 (java) S 22185 22185 19192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677314503 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22204] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22204/stat : 22204 (java) S 22185 22185 19192 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677314505 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22205] ppid=22185 vsize=817096 CPUtime=0.18
/proc/22199/task/22205/stat : 22205 (java) S 22185 22185 19192 0 -1 64 806 0 0 0 18 0 0 0 17 0 9 0 677314505 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22206] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22206/stat : 22206 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677314505 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22207] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22207/stat : 22207 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 677314505 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 58.55
Current children cumulated vsize (KiB) 864660

[startup+60.7018 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 22207
/proc/meminfo: memFree=936072/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
[pid=22199] ppid=22185 vsize=817096 CPUtime=60.12
/proc/22199/stat : 22199 (java) S 22185 22185 19192 0 -1 0 193423 0 1 0 5919 93 0 0 19 0 9 0 677314500 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22199/statm: 204274 185979 2593 9 0 198255 0
[pid=22199/tid=22200] ppid=22185 vsize=817096 CPUtime=28.86
/proc/22199/task/22200/stat : 22200 (java) S 22185 22185 19192 0 -1 64 15367 0 1 0 2877 9 0 0 17 0 9 0 677314501 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22201] ppid=22185 vsize=817096 CPUtime=31.05
/proc/22199/task/22201/stat : 22201 (java) R 22185 22185 19192 0 -1 64 176550 0 0 0 3023 82 0 0 25 0 9 0 677314503 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22202] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22202/stat : 22202 (java) S 22185 22185 19192 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677314503 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22203] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22203/stat : 22203 (java) S 22185 22185 19192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677314503 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22204] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22204/stat : 22204 (java) S 22185 22185 19192 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677314505 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22205] ppid=22185 vsize=817096 CPUtime=0.18
/proc/22199/task/22205/stat : 22205 (java) S 22185 22185 19192 0 -1 64 806 0 0 0 18 0 0 0 17 0 9 0 677314505 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22206] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22206/stat : 22206 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677314505 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22207] ppid=22185 vsize=817096 CPUtime=0
/proc/22199/task/22207/stat : 22207 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 677314505 836706304 185979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.13
Current children cumulated vsize (KiB) 864660

[startup+61.1018 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 22207
/proc/meminfo: memFree=936072/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
[pid=22199] ppid=22185 vsize=813092 CPUtime=60.52
/proc/22199/stat : 22199 (java) S 22185 22185 19192 0 -1 0 193426 0 1 0 5959 93 0 0 19 0 9 0 677314500 832606208 184979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22199/statm: 203273 184979 2593 9 0 197254 0
[pid=22199/tid=22200] ppid=22185 vsize=813092 CPUtime=28.87
/proc/22199/task/22200/stat : 22200 (java) S 22185 22185 19192 0 -1 64 15370 0 1 0 2878 9 0 0 17 0 9 0 677314501 832606208 184979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22201] ppid=22185 vsize=813092 CPUtime=31.45
/proc/22199/task/22201/stat : 22201 (java) R 22185 22185 19192 0 -1 64 176550 0 0 0 3063 82 0 0 25 0 9 0 677314503 832606208 184979 996147200 134512640 134550740 4294955600 18446744073709551615 104181785 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22202] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22202/stat : 22202 (java) S 22185 22185 19192 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677314503 832606208 184979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22203] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22203/stat : 22203 (java) S 22185 22185 19192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677314503 832606208 184979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22204] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22204/stat : 22204 (java) S 22185 22185 19192 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677314505 832606208 184979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22205] ppid=22185 vsize=813092 CPUtime=0.18
/proc/22199/task/22205/stat : 22205 (java) S 22185 22185 19192 0 -1 64 806 0 0 0 18 0 0 0 17 0 9 0 677314505 832606208 184979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22206] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22206/stat : 22206 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677314505 832606208 184979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22207] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22207/stat : 22207 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 677314505 832606208 184979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.53
Current children cumulated vsize (KiB) 860656

[startup+61.3019 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 22207
/proc/meminfo: memFree=936072/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
[pid=22199] ppid=22185 vsize=813092 CPUtime=60.72
/proc/22199/stat : 22199 (java) S 22185 22185 19192 0 -1 0 193434 0 1 0 5979 93 0 0 19 0 9 0 677314500 832606208 184983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22199/statm: 203273 184983 2593 9 0 197254 0
[pid=22199/tid=22200] ppid=22185 vsize=813092 CPUtime=28.87
/proc/22199/task/22200/stat : 22200 (java) S 22185 22185 19192 0 -1 64 15378 0 1 0 2878 9 0 0 16 0 9 0 677314501 832606208 184983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22201] ppid=22185 vsize=813092 CPUtime=31.64
/proc/22199/task/22201/stat : 22201 (java) S 22185 22185 19192 0 -1 64 176550 0 0 0 3082 82 0 0 25 0 9 0 677314503 832606208 184983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22202] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22202/stat : 22202 (java) S 22185 22185 19192 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677314503 832606208 184983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22203] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22203/stat : 22203 (java) S 22185 22185 19192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 677314503 832606208 184983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22204] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22204/stat : 22204 (java) S 22185 22185 19192 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 677314505 832606208 184983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22205] ppid=22185 vsize=813092 CPUtime=0.18
/proc/22199/task/22205/stat : 22205 (java) S 22185 22185 19192 0 -1 64 806 0 0 0 18 0 0 0 17 0 9 0 677314505 832606208 184983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22206] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22206/stat : 22206 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677314505 832606208 184983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22199/tid=22207] ppid=22185 vsize=813092 CPUtime=0
/proc/22199/task/22207/stat : 22207 (java) S 22185 22185 19192 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 677314505 832606208 184983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.73
Current children cumulated vsize (KiB) 860656

[startup+61.402 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 22207
/proc/meminfo: memFree=936072/2055920 swapFree=4179808/4192956
[pid=22185] ppid=22183 vsize=47564 CPUtime=0.01
/proc/22185/stat : 22185 (galacE.sh) S 22183 22185 19192 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 677314497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22185/statm: 11891 365 246 79 0 219 0
[pid=22199] ppid=22185 vsize=0 CPUtime=60.82
/proc/22199/stat : 22199 (java) Z 22185 22185 19192 0 -1 12 193439 0 1 0 5979 103 0 0 16 0 2 0 677314500 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22199/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 60.83
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 61.4147
CPU time (s): 60.8637
CPU user time (s): 59.7979
CPU system time (s): 1.06584
CPU usage (%): 99.1028
Max. virtual memory (cumulated for all children) (KiB): 866664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.7979
system time used= 1.06584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195925
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= 2163
involuntary context switches= 3424

runsolver used 0.079987 second user time and 0.211967 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 01:57:49
IDJOB=1081193
IDBENCH=57084
IDSOLVER=351
FILE ID=node89/1081193-1215215869
PBS_JOBID= 7881653
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 183bb6c12d5c0d952ccfd5001b683c61
RANDOM SEED=1451966659

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1673000 kB
Buffers:         68680 kB
Cached:         239296 kB
SwapCached:       7136 kB
Active:         237516 kB
Inactive:        89828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673000 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            3328 kB
Writeback:           0 kB
Mapped:          24096 kB
Slab:            40828 kB
Committed_AS:  1926816 kB
PageTables:       1784 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= 66488 MiB
End job on node89 at 2008-07-05 01:58:50