Trace number 1057763

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) 73.5298 74.5419

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-26.xml
MD5SUM9d423c4dbffa3d517f4b6bbf8b79aacd
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.06199
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity21
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.36	c --- Preproc Stats ---
73.29/74.39	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
73.29/74.39		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
73.29/74.39		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:167)
73.29/74.39		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
73.29/74.39		at base.Problem.endConstraint(Problem.java:510)
73.29/74.39		at sat4j.Constraint.endElement(Constraint.java:37)
73.29/74.39		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
73.29/74.39		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
73.29/74.39		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
73.29/74.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
73.29/74.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
73.29/74.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
73.29/74.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
73.29/74.39		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
73.29/74.39		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
73.29/74.39		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
73.29/74.39		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
73.29/74.39		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
73.29/74.39		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
73.29/74.39		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-1057763-1215111571/watcher-1057763-1215111571 -o /tmp/evaluation-result-1057763-1215111571/solver-1057763-1215111571 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1057763-1215111571.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.05 2.22 2.15 4/72 12106
/proc/meminfo: memFree=1908784/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=18572 CPUtime=0
/proc/12106/stat : 12106 (runsolver) R 12104 12106 11536 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1990129033 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12106/statm: 4643 292 257 25 0 2626 0

[startup+0.0294159 s]
/proc/loadavg: 2.05 2.22 2.15 4/72 12106
/proc/meminfo: memFree=1908784/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=5192 CPUtime=0
/proc/12106/stat : 12106 (galacE.sh) D 12104 12106 11536 0 -1 4194304 106 0 3 0 0 0 0 0 19 0 1 0 1990129033 5316608 80 996147200 4194304 4520092 548682068832 18446744073709551615 240577641970 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/12106/statm: 1298 80 59 79 0 108 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5192

[startup+0.10243 s]
/proc/loadavg: 2.05 2.22 2.15 4/72 12106
/proc/meminfo: memFree=1908784/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=8652 CPUtime=0
/proc/12106/stat : 12106 (galacE.sh) S 12104 12106 11536 0 -1 4194304 342 0 4 0 0 0 0 0 17 0 1 0 1990129033 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12106/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.301463 s]
/proc/loadavg: 2.05 2.22 2.15 4/72 12106
/proc/meminfo: memFree=1908784/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=47420 CPUtime=0.01
/proc/12106/stat : 12106 (galacE.sh) D 12104 12106 11536 0 -1 4194304 690 1697 4 0 0 0 0 1 18 0 1 0 1990129033 48558080 337 996147200 4194304 4520092 548682068832 18446744073709551615 240577641970 0 2 4096 73728 18446744071563608240 0 0 17 1 0 0
/proc/12106/statm: 11855 337 233 79 0 190 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47420

[startup+0.702534 s]
/proc/loadavg: 2.05 2.22 2.15 4/72 12106
/proc/meminfo: memFree=1908784/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=47580 CPUtime=0.02
/proc/12106/stat : 12106 (galacE.sh) S 12104 12106 11536 0 -1 4194304 760 1697 6 0 0 1 0 1 18 0 1 0 1990129033 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12106/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47580

[startup+1.50166 s]
/proc/loadavg: 2.05 2.22 2.15 4/82 12128
/proc/meminfo: memFree=1872864/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=47580 CPUtime=0.02
/proc/12106/stat : 12106 (galacE.sh) S 12104 12106 11536 0 -1 4194304 760 1697 6 0 0 1 0 1 18 0 1 0 1990129033 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12106/statm: 11895 365 246 79 0 219 0
[pid=12120] ppid=12106 vsize=812736 CPUtime=1.11
/proc/12120/stat : 12120 (java) S 12106 12106 11536 0 -1 0 15560 0 1 0 103 8 0 0 18 0 9 0 1990129069 832241664 14770 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12120/statm: 203184 14770 2587 9 0 197165 0
[pid=12120/tid=12121] ppid=12106 vsize=812736 CPUtime=0.73
/proc/12120/task/12121/stat : 12121 (java) R 12106 12106 11536 0 -1 64 9586 0 1 0 68 5 0 0 25 0 9 0 1990129070 832241664 14770 996147200 134512640 134550740 4294955616 18446744073709551615 4126796654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12122] ppid=12106 vsize=812736 CPUtime=0.2
/proc/12120/task/12122/stat : 12122 (java) S 12106 12106 11536 0 -1 64 4501 0 0 0 19 1 0 0 17 0 9 0 1990129071 832241664 14770 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12123] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12123/stat : 12123 (java) S 12106 12106 11536 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990129071 832241664 14770 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12124] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12124/stat : 12124 (java) S 12106 12106 11536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990129071 832241664 14770 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12125] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12125/stat : 12125 (java) S 12106 12106 11536 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990129073 832241664 14770 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12126] ppid=12106 vsize=812736 CPUtime=0.15
/proc/12120/task/12126/stat : 12126 (java) S 12106 12106 11536 0 -1 64 772 0 0 0 15 0 0 0 15 0 9 0 1990129073 832241664 14770 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12127] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12127/stat : 12127 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990129073 832241664 14770 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12128] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12128/stat : 12128 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990129073 832241664 14770 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 860316

[startup+3.10193 s]
/proc/loadavg: 2.05 2.21 2.15 3/82 12128
/proc/meminfo: memFree=1857952/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=47580 CPUtime=0.02
/proc/12106/stat : 12106 (galacE.sh) S 12104 12106 11536 0 -1 4194304 760 1697 6 0 0 1 0 1 18 0 1 0 1990129033 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12106/statm: 11895 365 246 79 0 219 0
[pid=12120] ppid=12106 vsize=812736 CPUtime=2.7
/proc/12120/stat : 12120 (java) S 12106 12106 11536 0 -1 0 18828 0 1 0 261 9 0 0 18 0 9 0 1990129069 832241664 18037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12120/statm: 203184 18037 2587 9 0 197165 0
[pid=12120/tid=12121] ppid=12106 vsize=812736 CPUtime=2.32
/proc/12120/task/12121/stat : 12121 (java) R 12106 12106 11536 0 -1 64 12853 0 1 0 226 6 0 0 25 0 9 0 1990129070 832241664 18037 996147200 134512640 134550740 4294955616 18446744073709551615 4126795959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12122] ppid=12106 vsize=812736 CPUtime=0.2
/proc/12120/task/12122/stat : 12122 (java) S 12106 12106 11536 0 -1 64 4501 0 0 0 19 1 0 0 17 0 9 0 1990129071 832241664 18037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12123] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12123/stat : 12123 (java) S 12106 12106 11536 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990129071 832241664 18037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12124] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12124/stat : 12124 (java) S 12106 12106 11536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990129071 832241664 18037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12125] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12125/stat : 12125 (java) S 12106 12106 11536 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990129073 832241664 18037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12126] ppid=12106 vsize=812736 CPUtime=0.15
/proc/12120/task/12126/stat : 12126 (java) S 12106 12106 11536 0 -1 64 773 0 0 0 15 0 0 0 15 0 9 0 1990129073 832241664 18037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12127] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12127/stat : 12127 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990129073 832241664 18037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12128] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12128/stat : 12128 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990129073 832241664 18037 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 860316

[startup+6.30147 s]
/proc/loadavg: 2.05 2.21 2.15 3/82 12128
/proc/meminfo: memFree=1808672/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=47580 CPUtime=0.02
/proc/12106/stat : 12106 (galacE.sh) S 12104 12106 11536 0 -1 4194304 760 1697 6 0 0 1 0 1 18 0 1 0 1990129033 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12106/statm: 11895 365 246 79 0 219 0
[pid=12120] ppid=12106 vsize=812736 CPUtime=5.87
/proc/12120/stat : 12120 (java) S 12106 12106 11536 0 -1 0 27813 0 1 0 574 13 0 0 18 0 9 0 1990129069 832241664 27021 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12120/statm: 203184 27021 2591 9 0 197165 0
[pid=12120/tid=12121] ppid=12106 vsize=812736 CPUtime=5.37
/proc/12120/task/12121/stat : 12121 (java) R 12106 12106 11536 0 -1 64 14540 0 1 0 530 7 0 0 25 0 9 0 1990129070 832241664 27021 996147200 134512640 134550740 4294955616 18446744073709551615 4126795959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12122] ppid=12106 vsize=812736 CPUtime=0.32
/proc/12120/task/12122/stat : 12122 (java) S 12106 12106 11536 0 -1 64 11799 0 0 0 28 4 0 0 16 0 9 0 1990129071 832241664 27021 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12123] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12123/stat : 12123 (java) S 12106 12106 11536 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990129071 832241664 27021 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12124] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12124/stat : 12124 (java) S 12106 12106 11536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990129071 832241664 27021 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12125] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12125/stat : 12125 (java) S 12106 12106 11536 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990129073 832241664 27021 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12126] ppid=12106 vsize=812736 CPUtime=0.15
/proc/12120/task/12126/stat : 12126 (java) S 12106 12106 11536 0 -1 64 773 0 0 0 15 0 0 0 15 0 9 0 1990129073 832241664 27021 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12127] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12127/stat : 12127 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990129073 832241664 27021 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12128] ppid=12106 vsize=812736 CPUtime=0
/proc/12120/task/12128/stat : 12128 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990129073 832241664 27021 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 860316

[startup+12.7015 s]
/proc/loadavg: 2.04 2.21 2.15 3/82 12128
/proc/meminfo: memFree=1669920/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=47580 CPUtime=0.02
/proc/12106/stat : 12106 (galacE.sh) S 12104 12106 11536 0 -1 4194304 760 1697 6 0 0 1 0 1 18 0 1 0 1990129033 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12106/statm: 11895 365 246 79 0 219 0
[pid=12120] ppid=12106 vsize=812772 CPUtime=12.22
/proc/12120/stat : 12120 (java) S 12106 12106 11536 0 -1 0 62403 0 1 0 1194 28 0 0 18 0 9 0 1990129069 832278528 61608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12120/statm: 203193 61608 2593 9 0 197174 0
[pid=12120/tid=12121] ppid=12106 vsize=812772 CPUtime=10.91
/proc/12120/task/12121/stat : 12121 (java) R 12106 12106 11536 0 -1 64 14638 0 1 0 1084 7 0 0 25 0 9 0 1990129070 832278528 61608 996147200 134512640 134550740 4294955616 18446744073709551615 4126791347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12122] ppid=12106 vsize=812772 CPUtime=1.12
/proc/12120/task/12122/stat : 12122 (java) S 12106 12106 11536 0 -1 64 46287 0 0 0 93 19 0 0 16 0 9 0 1990129071 832278528 61608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12123] ppid=12106 vsize=812772 CPUtime=0
/proc/12120/task/12123/stat : 12123 (java) S 12106 12106 11536 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990129071 832278528 61608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12124] ppid=12106 vsize=812772 CPUtime=0
/proc/12120/task/12124/stat : 12124 (java) S 12106 12106 11536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990129071 832278528 61608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12125] ppid=12106 vsize=812772 CPUtime=0
/proc/12120/task/12125/stat : 12125 (java) S 12106 12106 11536 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990129073 832278528 61608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12126] ppid=12106 vsize=812772 CPUtime=0.16
/proc/12120/task/12126/stat : 12126 (java) S 12106 12106 11536 0 -1 64 777 0 0 0 16 0 0 0 16 0 9 0 1990129073 832278528 61608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12127] ppid=12106 vsize=812772 CPUtime=0
/proc/12120/task/12127/stat : 12127 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990129073 832278528 61608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12128] ppid=12106 vsize=812772 CPUtime=0
/proc/12120/task/12128/stat : 12128 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990129073 832278528 61608 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 860352

[startup+25.5027 s]
/proc/loadavg: 2.03 2.20 2.15 3/82 12128
/proc/meminfo: memFree=1448736/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=47580 CPUtime=0.02
/proc/12106/stat : 12106 (galacE.sh) S 12104 12106 11536 0 -1 4194304 760 1697 6 0 0 1 0 1 18 0 1 0 1990129033 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12106/statm: 11895 365 246 79 0 219 0
[pid=12120] ppid=12106 vsize=812964 CPUtime=24.9
/proc/12120/stat : 12120 (java) S 12106 12106 11536 0 -1 0 117658 0 1 0 2440 50 0 0 18 0 9 0 1990129069 832475136 116834 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12120/statm: 203241 116834 2593 9 0 197222 0
[pid=12120/tid=12121] ppid=12106 vsize=812964 CPUtime=22.29
/proc/12120/task/12121/stat : 12121 (java) R 12106 12106 11536 0 -1 64 14699 0 1 0 2222 7 0 0 25 0 9 0 1990129070 832475136 116834 996147200 134512640 134550740 4294955616 18446744073709551615 4126796535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12122] ppid=12106 vsize=812964 CPUtime=2.43
/proc/12120/task/12122/stat : 12122 (java) S 12106 12106 11536 0 -1 64 101481 0 0 0 201 42 0 0 16 0 9 0 1990129071 832475136 116834 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12123] ppid=12106 vsize=812964 CPUtime=0
/proc/12120/task/12123/stat : 12123 (java) S 12106 12106 11536 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990129071 832475136 116834 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12124] ppid=12106 vsize=812964 CPUtime=0
/proc/12120/task/12124/stat : 12124 (java) S 12106 12106 11536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990129071 832475136 116834 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12125] ppid=12106 vsize=812964 CPUtime=0
/proc/12120/task/12125/stat : 12125 (java) S 12106 12106 11536 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990129073 832475136 116834 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12126] ppid=12106 vsize=812964 CPUtime=0.16
/proc/12120/task/12126/stat : 12126 (java) S 12106 12106 11536 0 -1 64 777 0 0 0 16 0 0 0 16 0 9 0 1990129073 832475136 116834 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12127] ppid=12106 vsize=812964 CPUtime=0
/proc/12120/task/12127/stat : 12127 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990129073 832475136 116834 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12128] ppid=12106 vsize=812964 CPUtime=0
/proc/12120/task/12128/stat : 12128 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990129073 832475136 116834 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 860544

[startup+51.103 s]
/proc/loadavg: 2.09 2.20 2.15 4/82 12128
/proc/meminfo: memFree=1187104/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=47580 CPUtime=0.02

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

[pid=12120/tid=12122] ppid=12106 vsize=812772 CPUtime=6.21
/proc/12120/task/12122/stat : 12122 (java) S 12106 12106 11536 0 -1 64 166770 0 0 0 556 65 0 0 19 0 9 0 1990129071 832278528 182087 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12123] ppid=12106 vsize=812772 CPUtime=0
/proc/12120/task/12123/stat : 12123 (java) S 12106 12106 11536 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990129071 832278528 182087 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12124] ppid=12106 vsize=812772 CPUtime=0
/proc/12120/task/12124/stat : 12124 (java) S 12106 12106 11536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990129071 832278528 182087 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12125] ppid=12106 vsize=812772 CPUtime=0
/proc/12120/task/12125/stat : 12125 (java) S 12106 12106 11536 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990129073 832278528 182087 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12126] ppid=12106 vsize=812772 CPUtime=0.16
/proc/12120/task/12126/stat : 12126 (java) S 12106 12106 11536 0 -1 64 777 0 0 0 16 0 0 0 16 0 9 0 1990129073 832278528 182087 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12127] ppid=12106 vsize=812772 CPUtime=0
/proc/12120/task/12127/stat : 12127 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990129073 832278528 182087 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12128] ppid=12106 vsize=812772 CPUtime=0
/proc/12120/task/12128/stat : 12128 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990129073 832278528 182087 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 860352

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

[startup+63.9021 s]
/proc/loadavg: 2.07 2.19 2.14 3/82 12128
/proc/meminfo: memFree=1180320/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=47580 CPUtime=0.02
/proc/12106/stat : 12106 (galacE.sh) S 12104 12106 11536 0 -1 4194304 760 1697 6 0 0 1 0 1 18 0 1 0 1990129033 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12106/statm: 11895 365 246 79 0 219 0
[pid=12120] ppid=12106 vsize=821224 CPUtime=62.96
/proc/12120/stat : 12120 (java) S 12106 12106 11536 0 -1 0 205922 0 1 0 6211 85 0 0 18 0 9 0 1990129069 840933376 185820 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12120/statm: 205306 185820 2593 9 0 199287 0
[pid=12120/tid=12121] ppid=12106 vsize=821224 CPUtime=52.03
/proc/12120/task/12121/stat : 12121 (java) S 12106 12106 11536 0 -1 64 16318 0 1 0 5195 8 0 0 16 0 9 0 1990129070 840933376 185820 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12122] ppid=12106 vsize=821224 CPUtime=10.75
/proc/12120/task/12122/stat : 12122 (java) R 12106 12106 11536 0 -1 64 188126 0 0 0 1000 75 0 0 25 0 9 0 1990129071 840933376 185820 996147200 134512640 134550740 4294955616 18446744073709551615 103735967 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12123] ppid=12106 vsize=821224 CPUtime=0
/proc/12120/task/12123/stat : 12123 (java) S 12106 12106 11536 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990129071 840933376 185820 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12124] ppid=12106 vsize=821224 CPUtime=0
/proc/12120/task/12124/stat : 12124 (java) S 12106 12106 11536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990129071 840933376 185820 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12125] ppid=12106 vsize=821224 CPUtime=0
/proc/12120/task/12125/stat : 12125 (java) S 12106 12106 11536 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990129073 840933376 185820 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12126] ppid=12106 vsize=821224 CPUtime=0.16
/proc/12120/task/12126/stat : 12126 (java) S 12106 12106 11536 0 -1 64 777 0 0 0 16 0 0 0 16 0 9 0 1990129073 840933376 185820 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12127] ppid=12106 vsize=821224 CPUtime=0
/proc/12120/task/12127/stat : 12127 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990129073 840933376 185820 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12128] ppid=12106 vsize=821224 CPUtime=0
/proc/12120/task/12128/stat : 12128 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990129073 840933376 185820 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 62.98
Current children cumulated vsize (KiB) 868804

[startup+70.3022 s]
/proc/loadavg: 2.07 2.18 2.14 3/82 12128
/proc/meminfo: memFree=1170400/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=47580 CPUtime=0.02
/proc/12106/stat : 12106 (galacE.sh) S 12104 12106 11536 0 -1 4194304 760 1697 6 0 0 1 0 1 18 0 1 0 1990129033 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12106/statm: 11895 365 246 79 0 219 0
[pid=12120] ppid=12106 vsize=818056 CPUtime=69.31
/proc/12120/stat : 12120 (java) S 12106 12106 11536 0 -1 0 229216 0 1 0 6835 96 0 0 18 0 9 0 1990129069 837689344 186200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12120/statm: 204514 186200 2593 9 0 198495 0
[pid=12120/tid=12121] ppid=12106 vsize=818056 CPUtime=52.14
/proc/12120/task/12121/stat : 12121 (java) S 12106 12106 11536 0 -1 64 17634 0 1 0 5205 9 0 0 17 0 9 0 1990129070 837689344 186200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12122] ppid=12106 vsize=818056 CPUtime=16.99
/proc/12120/task/12122/stat : 12122 (java) R 12106 12106 11536 0 -1 64 210104 0 0 0 1614 85 0 0 25 0 9 0 1990129071 837689344 186200 996147200 134512640 134550740 4294955616 18446744073709551615 102721958 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12123] ppid=12106 vsize=818056 CPUtime=0
/proc/12120/task/12123/stat : 12123 (java) S 12106 12106 11536 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990129071 837689344 186200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12124] ppid=12106 vsize=818056 CPUtime=0
/proc/12120/task/12124/stat : 12124 (java) S 12106 12106 11536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990129071 837689344 186200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12125] ppid=12106 vsize=818056 CPUtime=0
/proc/12120/task/12125/stat : 12125 (java) S 12106 12106 11536 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990129073 837689344 186200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12126] ppid=12106 vsize=818056 CPUtime=0.16
/proc/12120/task/12126/stat : 12126 (java) S 12106 12106 11536 0 -1 64 777 0 0 0 16 0 0 0 16 0 9 0 1990129073 837689344 186200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12127] ppid=12106 vsize=818056 CPUtime=0
/proc/12120/task/12127/stat : 12127 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990129073 837689344 186200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12128] ppid=12106 vsize=818056 CPUtime=0
/proc/12120/task/12128/stat : 12128 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990129073 837689344 186200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.33
Current children cumulated vsize (KiB) 865636

[startup+71.9025 s]
/proc/loadavg: 2.06 2.18 2.14 3/82 12128
/proc/meminfo: memFree=1158368/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=47580 CPUtime=0.02
/proc/12106/stat : 12106 (galacE.sh) S 12104 12106 11536 0 -1 4194304 760 1697 6 0 0 1 0 1 18 0 1 0 1990129033 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12106/statm: 11895 365 246 79 0 219 0
[pid=12120] ppid=12106 vsize=830056 CPUtime=70.89
/proc/12120/stat : 12120 (java) S 12106 12106 11536 0 -1 0 235218 0 1 0 6991 98 0 0 18 0 9 0 1990129069 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12120/statm: 207514 189200 2593 9 0 201495 0
[pid=12120/tid=12121] ppid=12106 vsize=830056 CPUtime=52.14
/proc/12120/task/12121/stat : 12121 (java) S 12106 12106 11536 0 -1 64 17634 0 1 0 5205 9 0 0 17 0 9 0 1990129070 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12122] ppid=12106 vsize=830056 CPUtime=18.57
/proc/12120/task/12122/stat : 12122 (java) R 12106 12106 11536 0 -1 64 216106 0 0 0 1769 88 0 0 25 0 9 0 1990129071 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 104457000 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12123] ppid=12106 vsize=830056 CPUtime=0
/proc/12120/task/12123/stat : 12123 (java) S 12106 12106 11536 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990129071 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12124] ppid=12106 vsize=830056 CPUtime=0
/proc/12120/task/12124/stat : 12124 (java) S 12106 12106 11536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990129071 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12125] ppid=12106 vsize=830056 CPUtime=0
/proc/12120/task/12125/stat : 12125 (java) S 12106 12106 11536 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990129073 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12126] ppid=12106 vsize=830056 CPUtime=0.16
/proc/12120/task/12126/stat : 12126 (java) S 12106 12106 11536 0 -1 64 777 0 0 0 16 0 0 0 16 0 9 0 1990129073 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12127] ppid=12106 vsize=830056 CPUtime=0
/proc/12120/task/12127/stat : 12127 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990129073 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12128] ppid=12106 vsize=830056 CPUtime=0
/proc/12120/task/12128/stat : 12128 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990129073 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.91
Current children cumulated vsize (KiB) 877636

[startup+73.5018 s]
/proc/loadavg: 2.06 2.18 2.14 3/82 12128
/proc/meminfo: memFree=1158368/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=47580 CPUtime=0.02
/proc/12106/stat : 12106 (galacE.sh) S 12104 12106 11536 0 -1 4194304 760 1697 6 0 0 1 0 1 18 0 1 0 1990129033 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12106/statm: 11895 365 246 79 0 219 0
[pid=12120] ppid=12106 vsize=830056 CPUtime=72.49
/proc/12120/stat : 12120 (java) S 12106 12106 11536 0 -1 0 243189 0 1 0 7147 102 0 0 18 0 9 0 1990129069 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12120/statm: 207514 189200 2593 9 0 201495 0
[pid=12120/tid=12121] ppid=12106 vsize=830056 CPUtime=52.14
/proc/12120/task/12121/stat : 12121 (java) S 12106 12106 11536 0 -1 64 17634 0 1 0 5205 9 0 0 17 0 9 0 1990129070 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12122] ppid=12106 vsize=830056 CPUtime=20.16
/proc/12120/task/12122/stat : 12122 (java) R 12106 12106 11536 0 -1 64 224077 0 0 0 1925 91 0 0 25 0 9 0 1990129071 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 104456976 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12123] ppid=12106 vsize=830056 CPUtime=0
/proc/12120/task/12123/stat : 12123 (java) S 12106 12106 11536 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990129071 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12124] ppid=12106 vsize=830056 CPUtime=0
/proc/12120/task/12124/stat : 12124 (java) S 12106 12106 11536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990129071 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12125] ppid=12106 vsize=830056 CPUtime=0
/proc/12120/task/12125/stat : 12125 (java) S 12106 12106 11536 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990129073 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12126] ppid=12106 vsize=830056 CPUtime=0.16
/proc/12120/task/12126/stat : 12126 (java) S 12106 12106 11536 0 -1 64 777 0 0 0 16 0 0 0 16 0 9 0 1990129073 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12127] ppid=12106 vsize=830056 CPUtime=0
/proc/12120/task/12127/stat : 12127 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990129073 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12128] ppid=12106 vsize=830056 CPUtime=0
/proc/12120/task/12128/stat : 12128 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990129073 849977344 189200 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.51
Current children cumulated vsize (KiB) 877636

[startup+74.3029 s]
/proc/loadavg: 2.06 2.18 2.14 3/82 12128
/proc/meminfo: memFree=1158368/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=47580 CPUtime=0.02
/proc/12106/stat : 12106 (galacE.sh) S 12104 12106 11536 0 -1 4194304 760 1697 6 0 0 1 0 1 18 0 1 0 1990129033 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12106/statm: 11895 365 246 79 0 219 0
[pid=12120] ppid=12106 vsize=814052 CPUtime=73.27
/proc/12120/stat : 12120 (java) S 12106 12106 11536 0 -1 0 243194 0 1 0 7225 102 0 0 18 0 9 0 1990129069 833589248 185202 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12120/statm: 203513 185202 2593 9 0 197494 0
[pid=12120/tid=12121] ppid=12106 vsize=814052 CPUtime=52.14
/proc/12120/task/12121/stat : 12121 (java) S 12106 12106 11536 0 -1 64 17638 0 1 0 5205 9 0 0 17 0 9 0 1990129070 833589248 185202 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12122] ppid=12106 vsize=814052 CPUtime=20.95
/proc/12120/task/12122/stat : 12122 (java) R 12106 12106 11536 0 -1 64 224078 0 0 0 2004 91 0 0 25 0 9 0 1990129071 833589248 185202 996147200 134512640 134550740 4294955616 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12123] ppid=12106 vsize=814052 CPUtime=0
/proc/12120/task/12123/stat : 12123 (java) S 12106 12106 11536 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990129071 833589248 185202 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12124] ppid=12106 vsize=814052 CPUtime=0
/proc/12120/task/12124/stat : 12124 (java) S 12106 12106 11536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990129071 833589248 185202 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12125] ppid=12106 vsize=814052 CPUtime=0
/proc/12120/task/12125/stat : 12125 (java) S 12106 12106 11536 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990129073 833589248 185202 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12126] ppid=12106 vsize=814052 CPUtime=0.16
/proc/12120/task/12126/stat : 12126 (java) S 12106 12106 11536 0 -1 64 777 0 0 0 16 0 0 0 16 0 9 0 1990129073 833589248 185202 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12127] ppid=12106 vsize=814052 CPUtime=0
/proc/12120/task/12127/stat : 12127 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990129073 833589248 185202 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12120/tid=12128] ppid=12106 vsize=814052 CPUtime=0
/proc/12120/task/12128/stat : 12128 (java) S 12106 12106 11536 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990129073 833589248 185202 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.29
Current children cumulated vsize (KiB) 861632

[startup+74.5032 s]
/proc/loadavg: 2.06 2.18 2.14 3/82 12128
/proc/meminfo: memFree=1158368/2055920 swapFree=4180240/4192956
[pid=12106] ppid=12104 vsize=47580 CPUtime=0.02
/proc/12106/stat : 12106 (galacE.sh) S 12104 12106 11536 0 -1 4194304 760 1697 6 0 0 1 0 1 18 0 1 0 1990129033 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12106/statm: 11895 365 246 79 0 219 0
[pid=12120] ppid=12106 vsize=0 CPUtime=73.45
/proc/12120/stat : 12120 (java) Z 12106 12106 11536 0 -1 12 243206 0 1 0 7235 110 0 0 16 0 2 0 1990129069 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12120/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 73.47
Current children cumulated vsize (KiB) 47580

Child status: 0
Real time (s): 74.5419
CPU time (s): 73.5298
CPU user time (s): 72.359
CPU system time (s): 1.17082
CPU usage (%): 98.6423
Max. virtual memory (cumulated for all children) (KiB): 885640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.359
system time used= 1.17082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245685
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2419
involuntary context switches= 3886

runsolver used 0.103984 second user time and 0.241963 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-03 20:59:31
IDJOB=1057763
IDBENCH=54068
IDSOLVER=351
FILE ID=node50/1057763-1215111571
PBS_JOBID= 7877106
Free space on /tmp= 66544 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-26.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057763-1215111571/watcher-1057763-1215111571 -o /tmp/evaluation-result-1057763-1215111571/solver-1057763-1215111571 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1057763-1215111571.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d423c4dbffa3d517f4b6bbf8b79aacd
RANDOM SEED=222843056

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1909264 kB
Buffers:          4016 kB
Cached:          63516 kB
SwapCached:       6724 kB
Active:          55892 kB
Inactive:        23456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1909264 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            3408 kB
Writeback:           0 kB
Mapped:          19728 kB
Slab:            52760 kB
Committed_AS:  3908176 kB
PageTables:       1804 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= 66544 MiB
End job on node50 at 2008-07-03 21:00:45