Trace number 1057637

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) 71.6941 72.3905

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-36.xml
MD5SUMa70b706320fd27a1e1f4db3cfab3e47a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.099984
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity20
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.00/0.03	c --- Preproc Stats ---
71.53/72.22	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
71.53/72.22		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:149)
71.53/72.22		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
71.53/72.22		at base.Problem.endConstraint(Problem.java:510)
71.53/72.22		at sat4j.Constraint.endElement(Constraint.java:37)
71.53/72.22		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
71.53/72.22		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
71.53/72.22		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
71.53/72.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
71.53/72.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
71.53/72.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
71.53/72.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
71.53/72.22		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
71.53/72.22		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
71.53/72.22		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
71.53/72.22		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
71.53/72.22		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
71.53/72.22		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
71.53/72.22		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-1057637-1215111324/watcher-1057637-1215111324 -o /tmp/evaluation-result-1057637-1215111324/solver-1057637-1215111324 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1057637-1215111324.xml 

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


[startup+0 s]
/proc/loadavg: 1.79 1.92 1.94 4/72 15049
/proc/meminfo: memFree=1554960/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=8652 CPUtime=0
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1990107005 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 2163 280 208 79 0 156 0
[pid=15050] ppid=15049 vsize=8688 CPUtime=0
/proc/15050/stat : 15050 (galacE.sh) S 15049 15049 14430 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1990107006 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 240472784978 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/15050/statm: 2172 286 209 79 0 165 0
[pid=15051] ppid=15050 vsize=8728 CPUtime=0
/proc/15051/stat : 15051 (galacE.sh) R 15050 15049 14430 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1990107006 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 240472616231 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/15051/statm: 2182 290 209 79 0 175 0

[startup+0.077737 s]
/proc/loadavg: 1.79 1.92 1.94 4/72 15049
/proc/meminfo: memFree=1554960/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102448 s]
/proc/loadavg: 1.79 1.92 1.94 4/72 15049
/proc/meminfo: memFree=1554960/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302465 s]
/proc/loadavg: 1.79 1.92 1.94 4/72 15049
/proc/meminfo: memFree=1554960/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.70151 s]
/proc/loadavg: 1.79 1.92 1.94 4/72 15049
/proc/meminfo: memFree=1554960/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50156 s]
/proc/loadavg: 1.79 1.92 1.94 3/82 15071
/proc/meminfo: memFree=1506112/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
[pid=15063] ppid=15049 vsize=812528 CPUtime=1.43
/proc/15063/stat : 15063 (java) S 15049 15049 14430 0 -1 0 15361 0 1 0 135 8 0 0 19 0 9 0 1990107009 832028672 14588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15063/statm: 203132 14588 2589 9 0 197165 0
[pid=15063/tid=15064] ppid=15049 vsize=812528 CPUtime=1.22
/proc/15063/task/15064/stat : 15064 (java) R 15049 15049 14430 0 -1 64 9409 0 1 0 117 5 0 0 25 0 9 0 1990107010 832028672 14588 996147200 134512640 134550740 4294955616 18446744073709551615 4126787883 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15065] ppid=15049 vsize=812528 CPUtime=0.04
/proc/15063/task/15065/stat : 15065 (java) S 15049 15049 14430 0 -1 64 4480 0 0 0 3 1 0 0 16 0 9 0 1990107011 832028672 14588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15066] ppid=15049 vsize=812528 CPUtime=0
/proc/15063/task/15066/stat : 15066 (java) S 15049 15049 14430 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990107011 832028672 14588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15067] ppid=15049 vsize=812528 CPUtime=0
/proc/15063/task/15067/stat : 15067 (java) S 15049 15049 14430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990107011 832028672 14588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15068] ppid=15049 vsize=812528 CPUtime=0
/proc/15063/task/15068/stat : 15068 (java) S 15049 15049 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990107013 832028672 14588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15069] ppid=15049 vsize=812528 CPUtime=0.14
/proc/15063/task/15069/stat : 15069 (java) S 15049 15049 14430 0 -1 64 773 0 0 0 14 0 0 0 16 0 9 0 1990107013 832028672 14588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15070] ppid=15049 vsize=812528 CPUtime=0
/proc/15063/task/15070/stat : 15070 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990107013 832028672 14588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15071] ppid=15049 vsize=812528 CPUtime=0
/proc/15063/task/15071/stat : 15071 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990107013 832028672 14588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860092

[startup+3.1017 s]
/proc/loadavg: 1.80 1.93 1.94 3/82 15071
/proc/meminfo: memFree=1499584/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
[pid=15063] ppid=15049 vsize=812528 CPUtime=3.02
/proc/15063/stat : 15063 (java) S 15049 15049 14430 0 -1 0 28234 0 1 0 289 13 0 0 19 0 9 0 1990107009 832028672 27459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15063/statm: 203132 27459 2593 9 0 197165 0
[pid=15063/tid=15064] ppid=15049 vsize=812528 CPUtime=2.68
/proc/15063/task/15064/stat : 15064 (java) R 15049 15049 14430 0 -1 64 14593 0 1 0 261 7 0 0 25 0 9 0 1990107010 832028672 27459 996147200 134512640 134550740 4294955616 18446744073709551615 4126787303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15065] ppid=15049 vsize=812528 CPUtime=0.18
/proc/15063/task/15065/stat : 15065 (java) S 15049 15049 14430 0 -1 64 12168 0 0 0 13 5 0 0 17 0 9 0 1990107011 832028672 27459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15066] ppid=15049 vsize=812528 CPUtime=0
/proc/15063/task/15066/stat : 15066 (java) S 15049 15049 14430 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990107011 832028672 27459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15067] ppid=15049 vsize=812528 CPUtime=0
/proc/15063/task/15067/stat : 15067 (java) S 15049 15049 14430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990107011 832028672 27459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15068] ppid=15049 vsize=812528 CPUtime=0
/proc/15063/task/15068/stat : 15068 (java) S 15049 15049 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990107013 832028672 27459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15069] ppid=15049 vsize=812528 CPUtime=0.14
/proc/15063/task/15069/stat : 15069 (java) S 15049 15049 14430 0 -1 64 774 0 0 0 14 0 0 0 15 0 9 0 1990107013 832028672 27459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15070] ppid=15049 vsize=812528 CPUtime=0
/proc/15063/task/15070/stat : 15070 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990107013 832028672 27459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15071] ppid=15049 vsize=812528 CPUtime=0
/proc/15063/task/15071/stat : 15071 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990107013 832028672 27459 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860092

[startup+6.30298 s]
/proc/loadavg: 1.80 1.93 1.94 3/82 15071
/proc/meminfo: memFree=1454208/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
[pid=15063] ppid=15049 vsize=812664 CPUtime=6.2
/proc/15063/stat : 15063 (java) S 15049 15049 14430 0 -1 0 40680 0 1 0 601 19 0 0 19 0 9 0 1990107009 832167936 39904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15063/statm: 203166 39904 2593 9 0 197199 0
[pid=15063/tid=15064] ppid=15049 vsize=812664 CPUtime=5.54
/proc/15063/task/15064/stat : 15064 (java) R 15049 15049 14430 0 -1 64 14618 0 1 0 547 7 0 0 25 0 9 0 1990107010 832167936 39904 996147200 134512640 134550740 4294955616 18446744073709551615 4126785136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15065] ppid=15049 vsize=812664 CPUtime=0.48
/proc/15063/task/15065/stat : 15065 (java) S 15049 15049 14430 0 -1 64 24589 0 0 0 38 10 0 0 18 0 9 0 1990107011 832167936 39904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15066] ppid=15049 vsize=812664 CPUtime=0
/proc/15063/task/15066/stat : 15066 (java) S 15049 15049 14430 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990107011 832167936 39904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15067] ppid=15049 vsize=812664 CPUtime=0
/proc/15063/task/15067/stat : 15067 (java) S 15049 15049 14430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990107011 832167936 39904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15068] ppid=15049 vsize=812664 CPUtime=0
/proc/15063/task/15068/stat : 15068 (java) S 15049 15049 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990107013 832167936 39904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15069] ppid=15049 vsize=812664 CPUtime=0.14
/proc/15063/task/15069/stat : 15069 (java) S 15049 15049 14430 0 -1 64 774 0 0 0 14 0 0 0 15 0 9 0 1990107013 832167936 39904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15070] ppid=15049 vsize=812664 CPUtime=0
/proc/15063/task/15070/stat : 15070 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990107013 832167936 39904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15071] ppid=15049 vsize=812664 CPUtime=0
/proc/15063/task/15071/stat : 15071 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990107013 832167936 39904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860228

[startup+12.7016 s]
/proc/loadavg: 1.83 1.93 1.94 3/82 15071
/proc/meminfo: memFree=1315520/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
[pid=15063] ppid=15049 vsize=812568 CPUtime=12.54
/proc/15063/stat : 15063 (java) S 15049 15049 14430 0 -1 0 68014 0 1 0 1223 31 0 0 19 0 9 0 1990107009 832069632 67203 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15063/statm: 203142 67203 2593 9 0 197175 0
[pid=15063/tid=15064] ppid=15049 vsize=812568 CPUtime=11.28
/proc/15063/task/15064/stat : 15064 (java) R 15049 15049 14430 0 -1 64 14653 0 1 0 1120 8 0 0 25 0 9 0 1990107010 832069632 67203 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15065] ppid=15049 vsize=812568 CPUtime=1.09
/proc/15063/task/15065/stat : 15065 (java) R 15049 15049 14430 0 -1 64 51888 0 0 0 87 22 0 0 16 0 9 0 1990107011 832069632 67203 996147200 134512640 134550740 4294955616 18446744073709551615 102514708 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15066] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15066/stat : 15066 (java) S 15049 15049 14430 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990107011 832069632 67203 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15067] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15067/stat : 15067 (java) S 15049 15049 14430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990107011 832069632 67203 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15068] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15068/stat : 15068 (java) S 15049 15049 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990107013 832069632 67203 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15069] ppid=15049 vsize=812568 CPUtime=0.14
/proc/15063/task/15069/stat : 15069 (java) S 15049 15049 14430 0 -1 64 774 0 0 0 14 0 0 0 15 0 9 0 1990107013 832069632 67203 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15070] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15070/stat : 15070 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990107013 832069632 67203 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15071] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15071/stat : 15071 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990107013 832069632 67203 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860132

[startup+25.5027 s]
/proc/loadavg: 1.86 1.93 1.94 3/82 15071
/proc/meminfo: memFree=1006080/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
[pid=15063] ppid=15049 vsize=812568 CPUtime=25.23
/proc/15063/stat : 15063 (java) S 15049 15049 14430 0 -1 0 140066 0 1 0 2460 63 0 0 19 0 9 0 1990107009 832069632 139249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15063/statm: 203142 139249 2595 9 0 197175 0
[pid=15063/tid=15064] ppid=15049 vsize=812568 CPUtime=22.25
/proc/15063/task/15064/stat : 15064 (java) R 15049 15049 14430 0 -1 64 14660 0 1 0 2217 8 0 0 25 0 9 0 1990107010 832069632 139249 996147200 134512640 134550740 4294955616 18446744073709551615 4126786350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15065] ppid=15049 vsize=812568 CPUtime=2.81
/proc/15063/task/15065/stat : 15065 (java) S 15049 15049 14430 0 -1 64 123930 0 0 0 227 54 0 0 17 0 9 0 1990107011 832069632 139249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15066] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15066/stat : 15066 (java) S 15049 15049 14430 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990107011 832069632 139249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15067] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15067/stat : 15067 (java) S 15049 15049 14430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990107011 832069632 139249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15068] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15068/stat : 15068 (java) S 15049 15049 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990107013 832069632 139249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15069] ppid=15049 vsize=812568 CPUtime=0.14
/proc/15063/task/15069/stat : 15069 (java) S 15049 15049 14430 0 -1 64 777 0 0 0 14 0 0 0 16 0 9 0 1990107013 832069632 139249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15070] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15070/stat : 15070 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990107013 832069632 139249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15071] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15071/stat : 15071 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990107013 832069632 139249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24

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

[pid=15063/tid=15065] ppid=15049 vsize=812728 CPUtime=9.79
/proc/15063/task/15065/stat : 15065 (java) R 15049 15049 14430 0 -1 64 171222 0 0 0 905 74 0 0 25 0 9 0 1990107011 832233472 184422 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15066] ppid=15049 vsize=812728 CPUtime=0
/proc/15063/task/15066/stat : 15066 (java) S 15049 15049 14430 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990107011 832233472 184422 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15067] ppid=15049 vsize=812728 CPUtime=0
/proc/15063/task/15067/stat : 15067 (java) S 15049 15049 14430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990107011 832233472 184422 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15068] ppid=15049 vsize=812728 CPUtime=0
/proc/15063/task/15068/stat : 15068 (java) S 15049 15049 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990107013 832233472 184422 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15069] ppid=15049 vsize=812728 CPUtime=0.14
/proc/15063/task/15069/stat : 15069 (java) S 15049 15049 14430 0 -1 64 778 0 0 0 14 0 0 0 16 0 9 0 1990107013 832233472 184422 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15070] ppid=15049 vsize=812728 CPUtime=0
/proc/15063/task/15070/stat : 15070 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990107013 832233472 184422 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15071] ppid=15049 vsize=812728 CPUtime=0
/proc/15063/task/15071/stat : 15071 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990107013 832233472 184422 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 860292

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

[startup+63.902 s]
/proc/loadavg: 2.02 1.97 1.95 4/82 15071
/proc/meminfo: memFree=819008/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
[pid=15063] ppid=15049 vsize=816572 CPUtime=63.29
/proc/15063/stat : 15063 (java) S 15049 15049 14430 0 -1 0 191373 0 1 0 6244 85 0 0 19 0 9 0 1990107009 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15063/statm: 204143 185873 2594 9 0 198176 0
[pid=15063/tid=15064] ppid=15049 vsize=816572 CPUtime=45.93
/proc/15063/task/15064/stat : 15064 (java) S 15049 15049 14430 0 -1 64 14697 0 1 0 4585 8 0 0 25 0 9 0 1990107010 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15065] ppid=15049 vsize=816572 CPUtime=17.19
/proc/15063/task/15065/stat : 15065 (java) R 15049 15049 14430 0 -1 64 175199 0 0 0 1643 76 0 0 20 0 9 0 1990107011 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 103735733 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15066] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15066/stat : 15066 (java) S 15049 15049 14430 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990107011 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15067] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15067/stat : 15067 (java) S 15049 15049 14430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990107011 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15068] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15068/stat : 15068 (java) S 15049 15049 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990107013 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15069] ppid=15049 vsize=816572 CPUtime=0.14
/proc/15063/task/15069/stat : 15069 (java) S 15049 15049 14430 0 -1 64 778 0 0 0 14 0 0 0 16 0 9 0 1990107013 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15070] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15070/stat : 15070 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990107013 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15071] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15071/stat : 15071 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990107013 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.3
Current children cumulated vsize (KiB) 864136

[startup+67.1073 s]
/proc/loadavg: 2.02 1.97 1.95 3/82 15071
/proc/meminfo: memFree=823040/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
[pid=15063] ppid=15049 vsize=812568 CPUtime=66.47
/proc/15063/stat : 15063 (java) S 15049 15049 14430 0 -1 0 193126 0 1 0 6561 86 0 0 19 0 9 0 1990107009 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15063/statm: 203142 184872 2594 9 0 197175 0
[pid=15063/tid=15064] ppid=15049 vsize=812568 CPUtime=45.93
/proc/15063/task/15064/stat : 15064 (java) S 15049 15049 14430 0 -1 64 14697 0 1 0 4585 8 0 0 16 0 9 0 1990107010 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15065] ppid=15049 vsize=812568 CPUtime=20.37
/proc/15063/task/15065/stat : 15065 (java) R 15049 15049 14430 0 -1 64 176952 0 0 0 1960 77 0 0 25 0 9 0 1990107011 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15066] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15066/stat : 15066 (java) S 15049 15049 14430 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990107011 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15067] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15067/stat : 15067 (java) S 15049 15049 14430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990107011 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15068] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15068/stat : 15068 (java) S 15049 15049 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990107013 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15069] ppid=15049 vsize=812568 CPUtime=0.14
/proc/15063/task/15069/stat : 15069 (java) S 15049 15049 14430 0 -1 64 778 0 0 0 14 0 0 0 16 0 9 0 1990107013 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15070] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15070/stat : 15070 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990107013 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15071] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15071/stat : 15071 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990107013 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.48
Current children cumulated vsize (KiB) 860132

[startup+70.3016 s]
/proc/loadavg: 2.02 1.97 1.95 3/82 15071
/proc/meminfo: memFree=822848/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
[pid=15063] ppid=15049 vsize=812568 CPUtime=69.63
/proc/15063/stat : 15063 (java) S 15049 15049 14430 0 -1 0 196633 0 1 0 6876 87 0 0 19 0 9 0 1990107009 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15063/statm: 203142 184872 2594 9 0 197175 0
[pid=15063/tid=15064] ppid=15049 vsize=812568 CPUtime=45.93
/proc/15063/task/15064/stat : 15064 (java) S 15049 15049 14430 0 -1 64 14698 0 1 0 4585 8 0 0 17 0 9 0 1990107010 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15065] ppid=15049 vsize=812568 CPUtime=23.54
/proc/15063/task/15065/stat : 15065 (java) R 15049 15049 14430 0 -1 64 180458 0 0 0 2276 78 0 0 25 0 9 0 1990107011 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 102469655 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15066] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15066/stat : 15066 (java) S 15049 15049 14430 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990107011 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15067] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15067/stat : 15067 (java) S 15049 15049 14430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990107011 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15068] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15068/stat : 15068 (java) S 15049 15049 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990107013 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15069] ppid=15049 vsize=812568 CPUtime=0.14
/proc/15063/task/15069/stat : 15069 (java) S 15049 15049 14430 0 -1 64 778 0 0 0 14 0 0 0 16 0 9 0 1990107013 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15070] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15070/stat : 15070 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990107013 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15071] ppid=15049 vsize=812568 CPUtime=0
/proc/15063/task/15071/stat : 15071 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990107013 832069632 184872 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.64
Current children cumulated vsize (KiB) 860132

[startup+71.1017 s]
/proc/loadavg: 2.02 1.97 1.95 3/82 15071
/proc/meminfo: memFree=822848/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
[pid=15063] ppid=15049 vsize=816572 CPUtime=70.43
/proc/15063/stat : 15063 (java) S 15049 15049 14430 0 -1 0 198386 0 1 0 6955 88 0 0 19 0 9 0 1990107009 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15063/statm: 204143 185873 2594 9 0 198176 0
[pid=15063/tid=15064] ppid=15049 vsize=816572 CPUtime=45.93
/proc/15063/task/15064/stat : 15064 (java) S 15049 15049 14430 0 -1 64 14698 0 1 0 4585 8 0 0 17 0 9 0 1990107010 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15065] ppid=15049 vsize=816572 CPUtime=24.33
/proc/15063/task/15065/stat : 15065 (java) R 15049 15049 14430 0 -1 64 182211 0 0 0 2354 79 0 0 25 0 9 0 1990107011 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 104181422 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15066] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15066/stat : 15066 (java) S 15049 15049 14430 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990107011 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15067] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15067/stat : 15067 (java) S 15049 15049 14430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990107011 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15068] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15068/stat : 15068 (java) S 15049 15049 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990107013 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15069] ppid=15049 vsize=816572 CPUtime=0.14
/proc/15063/task/15069/stat : 15069 (java) S 15049 15049 14430 0 -1 64 778 0 0 0 14 0 0 0 16 0 9 0 1990107013 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15070] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15070/stat : 15070 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990107013 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15071] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15071/stat : 15071 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990107013 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.44
Current children cumulated vsize (KiB) 864136

[startup+71.9017 s]
/proc/loadavg: 2.02 1.97 1.95 3/82 15071
/proc/meminfo: memFree=819008/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
[pid=15063] ppid=15049 vsize=816572 CPUtime=71.22
/proc/15063/stat : 15063 (java) S 15049 15049 14430 0 -1 0 198386 0 1 0 7034 88 0 0 19 0 9 0 1990107009 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15063/statm: 204143 185873 2594 9 0 198176 0
[pid=15063/tid=15064] ppid=15049 vsize=816572 CPUtime=45.93
/proc/15063/task/15064/stat : 15064 (java) S 15049 15049 14430 0 -1 64 14698 0 1 0 4585 8 0 0 17 0 9 0 1990107010 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15065] ppid=15049 vsize=816572 CPUtime=25.12
/proc/15063/task/15065/stat : 15065 (java) R 15049 15049 14430 0 -1 64 182211 0 0 0 2433 79 0 0 25 0 9 0 1990107011 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 102731989 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15066] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15066/stat : 15066 (java) S 15049 15049 14430 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990107011 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15067] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15067/stat : 15067 (java) S 15049 15049 14430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990107011 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15068] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15068/stat : 15068 (java) S 15049 15049 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990107013 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15069] ppid=15049 vsize=816572 CPUtime=0.14
/proc/15063/task/15069/stat : 15069 (java) S 15049 15049 14430 0 -1 64 778 0 0 0 14 0 0 0 16 0 9 0 1990107013 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15070] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15070/stat : 15070 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990107013 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15063/tid=15071] ppid=15049 vsize=816572 CPUtime=0
/proc/15063/task/15071/stat : 15071 (java) S 15049 15049 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990107013 836169728 185873 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.23
Current children cumulated vsize (KiB) 864136

[startup+72.3021 s]
/proc/loadavg: 2.02 1.97 1.95 3/82 15071
/proc/meminfo: memFree=819008/2055920 swapFree=4180972/4192956
[pid=15049] ppid=15047 vsize=47564 CPUtime=0.01
/proc/15049/stat : 15049 (galacE.sh) S 15047 15049 14430 0 -1 4194304 767 1697 0 0 0 0 0 1 18 0 1 0 1990107005 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15049/statm: 11891 366 247 79 0 219 0
[pid=15063] ppid=15049 vsize=0 CPUtime=71.57
/proc/15063/stat : 15063 (java) Z 15049 15049 14430 0 -1 12 198402 0 1 0 7066 91 0 0 16 0 2 0 1990107009 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15063/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 71.58
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 72.3905
CPU time (s): 71.6941
CPU user time (s): 70.6743
CPU system time (s): 1.01984
CPU usage (%): 99.038
Max. virtual memory (cumulated for all children) (KiB): 864136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.6743
system time used= 1.01984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200888
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= 2288
involuntary context switches= 3773

runsolver used 0.092985 second user time and 0.243962 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-03 20:55:24
IDJOB=1057637
IDBENCH=54057
IDSOLVER=351
FILE ID=node15/1057637-1215111324
PBS_JOBID= 7877174
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a70b706320fd27a1e1f4db3cfab3e47a
RANDOM SEED=620382837

node15.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.229
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.229
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:       1555440 kB
Buffers:         63404 kB
Cached:         351292 kB
SwapCached:       6020 kB
Active:         209868 kB
Inactive:       216144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1555440 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            3572 kB
Writeback:           0 kB
Mapped:          18976 kB
Slab:            59700 kB
Committed_AS:  3438072 kB
PageTables:       1868 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= 66548 MiB
End job on node15 at 2008-07-03 20:56:36