Trace number 1082331

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.2469 73.9097

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-1.xml
MD5SUM8fafd39c31371d79429097ec8078bafd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark209.49
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size956
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
73.07/73.74	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
73.07/73.74		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:149)
73.07/73.74		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
73.07/73.74		at base.Problem.endConstraint(Problem.java:510)
73.07/73.74		at sat4j.Constraint.endElement(Constraint.java:37)
73.07/73.74		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
73.07/73.74		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
73.07/73.74		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
73.07/73.74		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
73.07/73.74		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
73.07/73.74		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
73.07/73.74		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
73.07/73.74		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
73.07/73.74		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
73.07/73.74		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
73.07/73.74		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
73.07/73.74		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
73.07/73.74		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
73.07/73.74		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-1082331-1215221902/watcher-1082331-1215221902 -o /tmp/evaluation-result-1082331-1215221902/solver-1082331-1215221902 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1082331-1215221902.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.50 2.20 2.07 4/73 28793
/proc/meminfo: memFree=976888/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=8652 CPUtime=0
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 645110330 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28793/statm: 2163 280 208 79 0 156 0
[pid=28794] ppid=28793 vsize=8688 CPUtime=0
/proc/28794/stat : 28794 (galacE.sh) S 28793 28793 27578 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 645110330 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 243665698898 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/28794/statm: 2172 286 209 79 0 165 0
[pid=28795] ppid=28794 vsize=8728 CPUtime=0
/proc/28795/stat : 28795 (galacE.sh) R 28794 28793 27578 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 645110330 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 243665530151 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/28795/statm: 2182 290 209 79 0 175 0

[startup+0.0128319 s]
/proc/loadavg: 2.50 2.20 2.07 4/73 28793
/proc/meminfo: memFree=976888/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=8652 CPUtime=0
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 645110330 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28793/statm: 2163 280 208 79 0 156 0
[pid=28794] ppid=28793 vsize=0 CPUtime=0
/proc/28794/stat : 28794 (galacE.sh) R 28793 28793 27578 0 -1 4194368 93 647 0 0 0 0 0 0 17 0 1 0 645110330 0 0 996147200 0 0 0 18446744073709551615 243665530151 0 0 4096 73728 0 0 0 17 0 0 0
/proc/28794/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.101846 s]
/proc/loadavg: 2.50 2.20 2.07 4/73 28793
/proc/meminfo: memFree=976888/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=47560 CPUtime=0.01
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645110330 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28793/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301874 s]
/proc/loadavg: 2.50 2.20 2.07 4/73 28793
/proc/meminfo: memFree=976888/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=47560 CPUtime=0.01
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645110330 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28793/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701906 s]
/proc/loadavg: 2.50 2.20 2.07 4/73 28793
/proc/meminfo: memFree=976888/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=47560 CPUtime=0.01
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645110330 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28793/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50198 s]
/proc/loadavg: 2.50 2.20 2.07 3/83 28815
/proc/meminfo: memFree=942440/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=47560 CPUtime=0.01
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645110330 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28793/statm: 11890 363 244 79 0 219 0
[pid=28807] ppid=28793 vsize=812748 CPUtime=1.45
/proc/28807/stat : 28807 (java) S 28793 28793 27578 0 -1 0 13412 0 1 0 139 6 0 0 18 0 9 0 645110333 832253952 12829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28807/statm: 203187 12829 1905 9 0 197168 0
[pid=28807/tid=28808] ppid=28793 vsize=812748 CPUtime=1.29
/proc/28807/task/28808/stat : 28808 (java) R 28793 28793 27578 0 -1 64 11935 0 1 0 124 5 0 0 25 0 9 0 645110334 832253952 12829 996147200 134512640 134550740 4294955600 18446744073709551615 4126789416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28809] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28809/stat : 28809 (java) S 28793 28793 27578 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 645110336 832253952 12829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28810] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28810/stat : 28810 (java) S 28793 28793 27578 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 645110336 832253952 12829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28811] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28811/stat : 28811 (java) S 28793 28793 27578 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 645110336 832253952 12829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28812] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28812/stat : 28812 (java) S 28793 28793 27578 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645110338 832253952 12829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28813] ppid=28793 vsize=812748 CPUtime=0.14
/proc/28807/task/28813/stat : 28813 (java) S 28793 28793 27578 0 -1 64 774 0 0 0 14 0 0 0 16 0 9 0 645110338 832253952 12829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28814] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28814/stat : 28814 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645110338 832253952 12829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28815] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28815/stat : 28815 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645110338 832253952 12829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860308

[startup+3.10115 s]
/proc/loadavg: 2.50 2.20 2.07 4/83 28815
/proc/meminfo: memFree=894056/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=47560 CPUtime=0.01
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645110330 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28793/statm: 11890 363 244 79 0 219 0
[pid=28807] ppid=28793 vsize=812748 CPUtime=3.03
/proc/28807/stat : 28807 (java) S 28793 28793 27578 0 -1 0 24029 0 1 0 294 9 0 0 18 0 9 0 645110333 832253952 23436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28807/statm: 203187 23436 1926 9 0 197168 0
[pid=28807/tid=28808] ppid=28793 vsize=812748 CPUtime=2.73
/proc/28807/task/28808/stat : 28808 (java) R 28793 28793 27578 0 -1 64 14588 0 1 0 267 6 0 0 25 0 9 0 645110334 832253952 23436 996147200 134512640 134550740 4294955600 18446744073709551615 4126792094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28809] ppid=28793 vsize=812748 CPUtime=0.13
/proc/28807/task/28809/stat : 28809 (java) S 28793 28793 27578 0 -1 64 7961 0 0 0 11 2 0 0 18 0 9 0 645110336 832253952 23436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28810] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28810/stat : 28810 (java) S 28793 28793 27578 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 23436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28811] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28811/stat : 28811 (java) S 28793 28793 27578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 23436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28812] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28812/stat : 28812 (java) S 28793 28793 27578 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645110338 832253952 23436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28813] ppid=28793 vsize=812748 CPUtime=0.15
/proc/28807/task/28813/stat : 28813 (java) S 28793 28793 27578 0 -1 64 781 0 0 0 15 0 0 0 16 0 9 0 645110338 832253952 23436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28814] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28814/stat : 28814 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645110338 832253952 23436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28815] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28815/stat : 28815 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645110338 832253952 23436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860308

[startup+6.30248 s]
/proc/loadavg: 2.46 2.20 2.07 3/83 28815
/proc/meminfo: memFree=831080/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=47560 CPUtime=0.01
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645110330 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28793/statm: 11890 363 244 79 0 219 0
[pid=28807] ppid=28793 vsize=812748 CPUtime=6.21
/proc/28807/stat : 28807 (java) S 28793 28793 27578 0 -1 0 38582 0 1 0 607 14 0 0 18 0 9 0 645110333 832253952 37986 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28807/statm: 203187 37986 1928 9 0 197168 0
[pid=28807/tid=28808] ppid=28793 vsize=812748 CPUtime=5.52
/proc/28807/task/28808/stat : 28808 (java) R 28793 28793 27578 0 -1 64 14592 0 1 0 546 6 0 0 25 0 9 0 645110334 832253952 37986 996147200 134512640 134550740 4294955600 18446744073709551615 4126809173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28809] ppid=28793 vsize=812748 CPUtime=0.49
/proc/28807/task/28809/stat : 28809 (java) S 28793 28793 27578 0 -1 64 22491 0 0 0 42 7 0 0 17 0 9 0 645110336 832253952 37986 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28810] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28810/stat : 28810 (java) S 28793 28793 27578 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 37986 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28811] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28811/stat : 28811 (java) S 28793 28793 27578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 37986 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28812] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28812/stat : 28812 (java) S 28793 28793 27578 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645110338 832253952 37986 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28813] ppid=28793 vsize=812748 CPUtime=0.18
/proc/28807/task/28813/stat : 28813 (java) S 28793 28793 27578 0 -1 64 800 0 0 0 18 0 0 0 16 0 9 0 645110338 832253952 37986 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28814] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28814/stat : 28814 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645110338 832253952 37986 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28815] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28815/stat : 28815 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645110338 832253952 37986 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 860308

[startup+12.7021 s]
/proc/loadavg: 2.42 2.19 2.07 3/83 28815
/proc/meminfo: memFree=689960/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=47560 CPUtime=0.01
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645110330 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28793/statm: 11890 363 244 79 0 219 0
[pid=28807] ppid=28793 vsize=812748 CPUtime=12.55
/proc/28807/stat : 28807 (java) S 28793 28793 27578 0 -1 0 80065 0 1 0 1225 30 0 0 18 0 9 0 645110333 832253952 79461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28807/statm: 203187 79461 1928 9 0 197168 0
[pid=28807/tid=28808] ppid=28793 vsize=812748 CPUtime=10.69
/proc/28807/task/28808/stat : 28808 (java) R 28793 28793 27578 0 -1 64 14600 0 1 0 1063 6 0 0 25 0 9 0 645110334 832253952 79461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28809] ppid=28793 vsize=812748 CPUtime=1.62
/proc/28807/task/28809/stat : 28809 (java) R 28793 28793 27578 0 -1 64 63943 0 0 0 140 22 0 0 17 0 9 0 645110336 832253952 79461 996147200 134512640 134550740 4294955600 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28810] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28810/stat : 28810 (java) S 28793 28793 27578 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 79461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28811] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28811/stat : 28811 (java) S 28793 28793 27578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 79461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28812] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28812/stat : 28812 (java) S 28793 28793 27578 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645110338 832253952 79461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28813] ppid=28793 vsize=812748 CPUtime=0.21
/proc/28807/task/28813/stat : 28813 (java) S 28793 28793 27578 0 -1 64 823 0 0 0 21 0 0 0 16 0 9 0 645110338 832253952 79461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28814] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28814/stat : 28814 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645110338 832253952 79461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28815] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28815/stat : 28815 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645110338 832253952 79461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 860308

[startup+25.5014 s]
/proc/loadavg: 2.40 2.20 2.07 4/83 28815
/proc/meminfo: memFree=488808/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=47560 CPUtime=0.01
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645110330 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28793/statm: 11890 363 244 79 0 219 0
[pid=28807] ppid=28793 vsize=812748 CPUtime=25.25
/proc/28807/stat : 28807 (java) S 28793 28793 27578 0 -1 0 127767 0 1 0 2474 51 0 0 18 0 9 0 645110333 832253952 127154 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28807/statm: 203187 127154 1928 9 0 197168 0
[pid=28807/tid=28808] ppid=28793 vsize=812748 CPUtime=22.08
/proc/28807/task/28808/stat : 28808 (java) R 28793 28793 27578 0 -1 64 14609 0 1 0 2201 7 0 0 25 0 9 0 645110334 832253952 127154 996147200 134512640 134550740 4294955600 18446744073709551615 4126820467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28809] ppid=28793 vsize=812748 CPUtime=2.92
/proc/28807/task/28809/stat : 28809 (java) S 28793 28793 27578 0 -1 64 111622 0 0 0 249 43 0 0 17 0 9 0 645110336 832253952 127154 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28810] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28810/stat : 28810 (java) S 28793 28793 27578 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 127154 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28811] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28811/stat : 28811 (java) S 28793 28793 27578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 127154 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28812] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28812/stat : 28812 (java) S 28793 28793 27578 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645110338 832253952 127154 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28813] ppid=28793 vsize=812748 CPUtime=0.23
/proc/28807/task/28813/stat : 28813 (java) S 28793 28793 27578 0 -1 64 837 0 0 0 23 0 0 0 17 0 9 0 645110338 832253952 127154 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28814] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28814/stat : 28814 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645110338 832253952 127154 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=28807/tid=28809] ppid=28793 vsize=812748 CPUtime=13.48
/proc/28807/task/28809/stat : 28809 (java) R 28793 28793 27578 0 -1 64 169548 0 0 0 1284 64 0 0 25 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28810] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28810/stat : 28810 (java) S 28793 28793 27578 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28811] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28811/stat : 28811 (java) S 28793 28793 27578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28812] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28812/stat : 28812 (java) S 28793 28793 27578 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28813] ppid=28793 vsize=812748 CPUtime=0.25
/proc/28807/task/28813/stat : 28813 (java) S 28793 28793 27578 0 -1 64 855 0 0 0 25 0 0 0 16 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28814] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28814/stat : 28814 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28815] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28815/stat : 28815 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 860308

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

[startup+63.9024 s]
/proc/loadavg: 2.26 2.19 2.07 3/83 28815
/proc/meminfo: memFree=244648/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=47560 CPUtime=0.01
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645110330 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28793/statm: 11890 363 244 79 0 219 0
[pid=28807] ppid=28793 vsize=812748 CPUtime=63.34
/proc/28807/stat : 28807 (java) S 28793 28793 27578 0 -1 0 185730 0 1 0 6261 73 0 0 18 0 9 0 645110333 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28807/statm: 203187 184914 2590 9 0 197168 0
[pid=28807/tid=28808] ppid=28793 vsize=812748 CPUtime=38.85
/proc/28807/task/28808/stat : 28808 (java) S 28793 28793 27578 0 -1 64 14628 0 1 0 3878 7 0 0 17 0 9 0 645110334 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28809] ppid=28793 vsize=812748 CPUtime=24.2
/proc/28807/task/28809/stat : 28809 (java) R 28793 28793 27578 0 -1 64 169548 0 0 0 2356 64 0 0 25 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28810] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28810/stat : 28810 (java) S 28793 28793 27578 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28811] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28811/stat : 28811 (java) S 28793 28793 27578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28812] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28812/stat : 28812 (java) S 28793 28793 27578 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28813] ppid=28793 vsize=812748 CPUtime=0.25
/proc/28807/task/28813/stat : 28813 (java) S 28793 28793 27578 0 -1 64 855 0 0 0 25 0 0 0 16 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28814] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28814/stat : 28814 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28815] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28815/stat : 28815 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.35
Current children cumulated vsize (KiB) 860308

[startup+70.301 s]
/proc/loadavg: 2.24 2.19 2.07 3/83 28815
/proc/meminfo: memFree=244648/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=47560 CPUtime=0.01
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645110330 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28793/statm: 11890 363 244 79 0 219 0
[pid=28807] ppid=28793 vsize=812748 CPUtime=69.69
/proc/28807/stat : 28807 (java) S 28793 28793 27578 0 -1 0 185732 0 1 0 6896 73 0 0 18 0 9 0 645110333 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28807/statm: 203187 184914 2590 9 0 197168 0
[pid=28807/tid=28808] ppid=28793 vsize=812748 CPUtime=38.86
/proc/28807/task/28808/stat : 28808 (java) S 28793 28793 27578 0 -1 64 14630 0 1 0 3879 7 0 0 17 0 9 0 645110334 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28809] ppid=28793 vsize=812748 CPUtime=30.55
/proc/28807/task/28809/stat : 28809 (java) R 28793 28793 27578 0 -1 64 169548 0 0 0 2991 64 0 0 25 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 104180211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28810] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28810/stat : 28810 (java) S 28793 28793 27578 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28811] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28811/stat : 28811 (java) S 28793 28793 27578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28812] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28812/stat : 28812 (java) S 28793 28793 27578 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28813] ppid=28793 vsize=812748 CPUtime=0.25
/proc/28807/task/28813/stat : 28813 (java) S 28793 28793 27578 0 -1 64 855 0 0 0 25 0 0 0 16 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28814] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28814/stat : 28814 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28815] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28815/stat : 28815 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.7
Current children cumulated vsize (KiB) 860308

[startup+71.9022 s]
/proc/loadavg: 2.24 2.19 2.07 4/83 28815
/proc/meminfo: memFree=244648/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=47560 CPUtime=0.01
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645110330 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28793/statm: 11890 363 244 79 0 219 0
[pid=28807] ppid=28793 vsize=812748 CPUtime=71.27
/proc/28807/stat : 28807 (java) S 28793 28793 27578 0 -1 0 185732 0 1 0 7054 73 0 0 18 0 9 0 645110333 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28807/statm: 203187 184914 2590 9 0 197168 0
[pid=28807/tid=28808] ppid=28793 vsize=812748 CPUtime=38.86
/proc/28807/task/28808/stat : 28808 (java) S 28793 28793 27578 0 -1 64 14630 0 1 0 3879 7 0 0 17 0 9 0 645110334 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28809] ppid=28793 vsize=812748 CPUtime=32.13
/proc/28807/task/28809/stat : 28809 (java) R 28793 28793 27578 0 -1 64 169548 0 0 0 3149 64 0 0 25 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 104180241 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28810] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28810/stat : 28810 (java) S 28793 28793 27578 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28811] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28811/stat : 28811 (java) S 28793 28793 27578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28812] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28812/stat : 28812 (java) S 28793 28793 27578 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28813] ppid=28793 vsize=812748 CPUtime=0.25
/proc/28807/task/28813/stat : 28813 (java) S 28793 28793 27578 0 -1 64 855 0 0 0 25 0 0 0 16 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28814] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28814/stat : 28814 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28815] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28815/stat : 28815 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.28
Current children cumulated vsize (KiB) 860308

[startup+72.7023 s]
/proc/loadavg: 2.24 2.19 2.07 3/83 28815
/proc/meminfo: memFree=244648/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=47560 CPUtime=0.01
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645110330 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28793/statm: 11890 363 244 79 0 219 0
[pid=28807] ppid=28793 vsize=812748 CPUtime=72.06
/proc/28807/stat : 28807 (java) S 28793 28793 27578 0 -1 0 185732 0 1 0 7133 73 0 0 18 0 9 0 645110333 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28807/statm: 203187 184914 2590 9 0 197168 0
[pid=28807/tid=28808] ppid=28793 vsize=812748 CPUtime=38.86
/proc/28807/task/28808/stat : 28808 (java) S 28793 28793 27578 0 -1 64 14630 0 1 0 3879 7 0 0 17 0 9 0 645110334 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28809] ppid=28793 vsize=812748 CPUtime=32.92
/proc/28807/task/28809/stat : 28809 (java) R 28793 28793 27578 0 -1 64 169548 0 0 0 3228 64 0 0 25 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 104457013 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28810] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28810/stat : 28810 (java) S 28793 28793 27578 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28811] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28811/stat : 28811 (java) S 28793 28793 27578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28812] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28812/stat : 28812 (java) S 28793 28793 27578 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28813] ppid=28793 vsize=812748 CPUtime=0.25
/proc/28807/task/28813/stat : 28813 (java) S 28793 28793 27578 0 -1 64 855 0 0 0 25 0 0 0 16 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28814] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28814/stat : 28814 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28815] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28815/stat : 28815 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645110338 832253952 184914 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.07
Current children cumulated vsize (KiB) 860308

[startup+73.5024 s]
/proc/loadavg: 2.24 2.19 2.07 3/83 28815
/proc/meminfo: memFree=244648/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=47560 CPUtime=0.01
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645110330 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28793/statm: 11890 363 244 79 0 219 0
[pid=28807] ppid=28793 vsize=812748 CPUtime=72.86
/proc/28807/stat : 28807 (java) S 28793 28793 27578 0 -1 0 185734 0 2 0 7213 73 0 0 18 0 9 0 645110333 832253952 184915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28807/statm: 203187 184915 2590 9 0 197168 0
[pid=28807/tid=28808] ppid=28793 vsize=812748 CPUtime=38.86
/proc/28807/task/28808/stat : 28808 (java) S 28793 28793 27578 0 -1 64 14632 0 2 0 3879 7 0 0 17 0 9 0 645110334 832253952 184915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28809] ppid=28793 vsize=812748 CPUtime=33.72
/proc/28807/task/28809/stat : 28809 (java) R 28793 28793 27578 0 -1 64 169548 0 0 0 3308 64 0 0 25 0 9 0 645110336 832253952 184915 996147200 134512640 134550740 4294955600 18446744073709551615 104181579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28810] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28810/stat : 28810 (java) S 28793 28793 27578 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 184915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28811] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28811/stat : 28811 (java) S 28793 28793 27578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645110336 832253952 184915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28812] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28812/stat : 28812 (java) S 28793 28793 27578 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 645110338 832253952 184915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28813] ppid=28793 vsize=812748 CPUtime=0.25
/proc/28807/task/28813/stat : 28813 (java) S 28793 28793 27578 0 -1 64 855 0 0 0 25 0 0 0 16 0 9 0 645110338 832253952 184915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28814] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28814/stat : 28814 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 645110338 832253952 184915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28807/tid=28815] ppid=28793 vsize=812748 CPUtime=0
/proc/28807/task/28815/stat : 28815 (java) S 28793 28793 27578 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 645110338 832253952 184915 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.87
Current children cumulated vsize (KiB) 860308

[startup+73.9028 s]
/proc/loadavg: 2.22 2.18 2.07 3/83 28815
/proc/meminfo: memFree=244328/2055920 swapFree=4176992/4192956
[pid=28793] ppid=28791 vsize=47560 CPUtime=0.01
/proc/28793/stat : 28793 (galacE.sh) S 28791 28793 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 645110330 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28793/statm: 11890 363 244 79 0 219 0
[pid=28807] ppid=28793 vsize=0 CPUtime=73.2
/proc/28807/stat : 28807 (java) Z 28793 28793 27578 0 -1 12 185747 0 2 0 7236 84 0 0 16 0 2 0 645110333 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28807/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 73.21
Current children cumulated vsize (KiB) 47560

Child status: 0
Real time (s): 73.9097
CPU time (s): 73.2469
CPU user time (s): 72.379
CPU system time (s): 0.867868
CPU usage (%): 99.1031
Max. virtual memory (cumulated for all children) (KiB): 860308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.379
system time used= 0.867868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188230
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2737
involuntary context switches= 4170

runsolver used 0.074988 second user time and 0.249962 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 03:38:22
IDJOB=1082331
IDBENCH=57221
IDSOLVER=351
FILE ID=node84/1082331-1215221902
PBS_JOBID= 7881788
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8fafd39c31371d79429097ec8078bafd
RANDOM SEED=2029468125

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        977304 kB
Buffers:         14180 kB
Cached:         998424 kB
SwapCached:      10116 kB
Active:          41292 kB
Inactive:       987340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        977304 kB
SwapTotal:     4192956 kB
SwapFree:      4176992 kB
Dirty:            4296 kB
Writeback:           0 kB
Mapped:          23244 kB
Slab:            35360 kB
Committed_AS:  1242264 kB
PageTables:       1740 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= 66552 MiB
End job on node84 at 2008-07-05 03:39:36