Trace number 1064447

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) 74.1827 74.3655

General information on the benchmark

Namecsp/tdsp/
normalized-C3-2-30.xml
MD5SUM580d1f4298858f6e76af46cd173ebb13
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints464
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension464
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.12	c --- Preproc Stats ---
74.04/74.21	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
74.04/74.21		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
74.04/74.21		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:163)
74.04/74.21		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
74.04/74.21		at base.Problem.endConstraint(Problem.java:510)
74.04/74.21		at sat4j.Constraint.endElement(Constraint.java:37)
74.04/74.21		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
74.04/74.21		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
74.04/74.21		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
74.04/74.21		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
74.04/74.21		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
74.04/74.21		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
74.04/74.21		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
74.04/74.21		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
74.04/74.21		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
74.04/74.21		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
74.04/74.21		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
74.04/74.21		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
74.04/74.21		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
74.04/74.21		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-1064447-1215141544/watcher-1064447-1215141544 -o /tmp/evaluation-result-1064447-1215141544/solver-1064447-1215141544 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1064447-1215141544.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.13 2.08 2.06 4/73 22230
/proc/meminfo: memFree=1692080/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=5180 CPUtime=0
/proc/22230/stat : 22230 (galacE.sh) D 22228 22230 21426 0 -1 4194304 79 0 0 0 0 0 0 0 18 0 1 0 247142315 5304320 53 996147200 4194304 4520092 548682068832 18446744073709551615 4456064 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/22230/statm: 1295 53 37 79 0 105 0

[startup+0.05772 s]
/proc/loadavg: 2.13 2.08 2.06 4/73 22230
/proc/meminfo: memFree=1692080/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=8652 CPUtime=0
/proc/22230/stat : 22230 (galacE.sh) S 22228 22230 21426 0 -1 4194304 343 0 3 0 0 0 0 0 18 0 1 0 247142315 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22230/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.102712 s]
/proc/loadavg: 2.13 2.08 2.06 4/73 22230
/proc/meminfo: memFree=1692080/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=8784 CPUtime=0.01
/proc/22230/stat : 22230 (galacE.sh) D 22228 22230 21426 0 -1 4194304 570 1320 3 0 0 0 0 1 20 0 1 0 247142315 8994816 319 996147200 4194304 4520092 548682068832 18446744073709551615 269807747154 0 2 4096 73728 18446744071563608240 0 0 17 0 0 0
/proc/22230/statm: 2196 319 217 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.302733 s]
/proc/loadavg: 2.13 2.08 2.06 4/73 22230
/proc/meminfo: memFree=1692080/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=47556 CPUtime=0.02
/proc/22230/stat : 22230 (galacE.sh) S 22228 22230 21426 0 -1 4194304 761 1698 4 0 0 1 0 1 21 0 1 0 247142315 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22230/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47556

[startup+0.702778 s]
/proc/loadavg: 2.13 2.08 2.06 4/73 22230
/proc/meminfo: memFree=1692080/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=47556 CPUtime=0.02
/proc/22230/stat : 22230 (galacE.sh) S 22228 22230 21426 0 -1 4194304 761 1698 4 0 0 1 0 1 21 0 1 0 247142315 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22230/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47556

[startup+1.50288 s]
/proc/loadavg: 2.13 2.08 2.06 4/83 22252
/proc/meminfo: memFree=1650912/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=47556 CPUtime=0.02
/proc/22230/stat : 22230 (galacE.sh) S 22228 22230 21426 0 -1 4194304 761 1698 4 0 0 1 0 1 21 0 1 0 247142315 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22230/statm: 11889 364 245 79 0 219 0
[pid=22244] ppid=22230 vsize=812524 CPUtime=1.35
/proc/22244/stat : 22244 (java) S 22230 22230 21426 0 -1 0 13294 0 1 0 128 7 0 0 22 0 9 0 247142328 832024576 12485 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22244/statm: 203131 12485 2583 9 0 197164 0
[pid=22244/tid=22245] ppid=22230 vsize=812524 CPUtime=0.36
/proc/22244/task/22245/stat : 22245 (java) R 22230 22230 21426 0 -1 64 7435 0 1 0 32 4 0 0 22 0 9 0 247142329 832024576 12485 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22246] ppid=22230 vsize=812524 CPUtime=0.87
/proc/22244/task/22246/stat : 22246 (java) R 22230 22230 21426 0 -1 64 4417 0 0 0 86 1 0 0 21 0 9 0 247142330 832024576 12485 996147200 134512640 134550740 4294955616 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22247] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22247/stat : 22247 (java) S 22230 22230 21426 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 247142331 832024576 12485 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22248/stat : 22248 (java) S 22230 22230 21426 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 247142331 832024576 12485 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22230 22230 21426 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 247142333 832024576 12485 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22230 vsize=812524 CPUtime=0.09
/proc/22244/task/22250/stat : 22250 (java) S 22230 22230 21426 0 -1 64 742 0 0 0 9 0 0 0 16 0 9 0 247142333 832024576 12485 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 247142333 832024576 12485 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247142333 832024576 12485 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 860080

[startup+3.10103 s]
/proc/loadavg: 2.12 2.08 2.06 3/83 22252
/proc/meminfo: memFree=1650720/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=47556 CPUtime=0.02
/proc/22230/stat : 22230 (galacE.sh) S 22228 22230 21426 0 -1 4194304 761 1698 4 0 0 1 0 1 21 0 1 0 247142315 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22230/statm: 11889 364 245 79 0 219 0
[pid=22244] ppid=22230 vsize=812524 CPUtime=2.95
/proc/22244/stat : 22244 (java) S 22230 22230 21426 0 -1 0 13345 0 1 0 287 8 0 0 22 0 9 0 247142328 832024576 12513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22244/statm: 203131 12513 2583 9 0 197164 0
[pid=22244/tid=22245] ppid=22230 vsize=812524 CPUtime=1.32
/proc/22244/task/22245/stat : 22245 (java) R 22230 22230 21426 0 -1 64 7459 0 1 0 128 4 0 0 25 0 9 0 247142329 832024576 12513 996147200 134512640 134550740 4294955616 18446744073709551615 4126644918 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22246] ppid=22230 vsize=812524 CPUtime=1.49
/proc/22244/task/22246/stat : 22246 (java) S 22230 22230 21426 0 -1 64 4429 0 0 0 147 2 0 0 25 0 9 0 247142330 832024576 12513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22247] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22247/stat : 22247 (java) S 22230 22230 21426 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 247142331 832024576 12513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22248/stat : 22248 (java) S 22230 22230 21426 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 247142331 832024576 12513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22230 22230 21426 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 247142333 832024576 12513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22230 vsize=812524 CPUtime=0.11
/proc/22244/task/22250/stat : 22250 (java) S 22230 22230 21426 0 -1 64 757 0 0 0 11 0 0 0 15 0 9 0 247142333 832024576 12513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 247142333 832024576 12513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247142333 832024576 12513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 860080

[startup+6.30238 s]
/proc/loadavg: 2.12 2.08 2.06 3/83 22252
/proc/meminfo: memFree=1647968/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=47556 CPUtime=0.02
/proc/22230/stat : 22230 (galacE.sh) S 22228 22230 21426 0 -1 4194304 761 1698 4 0 0 1 0 1 21 0 1 0 247142315 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22230/statm: 11889 364 245 79 0 219 0
[pid=22244] ppid=22230 vsize=812524 CPUtime=6.15
/proc/22244/stat : 22244 (java) S 22230 22230 21426 0 -1 0 15327 0 1 0 607 8 0 0 22 0 9 0 247142328 832024576 14495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22244/statm: 203131 14495 2583 9 0 197164 0
[pid=22244/tid=22245] ppid=22230 vsize=812524 CPUtime=4.53
/proc/22244/task/22245/stat : 22245 (java) R 22230 22230 21426 0 -1 64 9441 0 1 0 448 5 0 0 25 0 9 0 247142329 832024576 14495 996147200 134512640 134550740 4294955616 18446744073709551615 4126693774 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22246] ppid=22230 vsize=812524 CPUtime=1.49
/proc/22244/task/22246/stat : 22246 (java) S 22230 22230 21426 0 -1 64 4429 0 0 0 147 2 0 0 16 0 9 0 247142330 832024576 14496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22247] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22247/stat : 22247 (java) S 22230 22230 21426 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 247142331 832024576 14496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22248/stat : 22248 (java) S 22230 22230 21426 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 247142331 832024576 14496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22230 22230 21426 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 247142333 832024576 14496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22230 vsize=812524 CPUtime=0.11
/proc/22244/task/22250/stat : 22250 (java) S 22230 22230 21426 0 -1 64 757 0 0 0 11 0 0 0 15 0 9 0 247142333 832024576 14496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 247142333 832024576 14496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22230 vsize=812524 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247142333 832024576 14496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 860080

[startup+12.7011 s]
/proc/loadavg: 2.10 2.08 2.06 3/83 22252
/proc/meminfo: memFree=1577312/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=47556 CPUtime=0.02
/proc/22230/stat : 22230 (galacE.sh) S 22228 22230 21426 0 -1 4194304 761 1698 4 0 0 1 0 1 21 0 1 0 247142315 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22230/statm: 11889 364 245 79 0 219 0
[pid=22244] ppid=22230 vsize=812980 CPUtime=12.55
/proc/22244/stat : 22244 (java) S 22230 22230 21426 0 -1 0 40178 0 1 0 1236 19 0 0 22 0 9 0 247142328 832491520 39343 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22244/statm: 203245 39344 2587 9 0 197278 0
[pid=22244/tid=22245] ppid=22230 vsize=812980 CPUtime=10.39
/proc/22244/task/22245/stat : 22245 (java) R 22230 22230 21426 0 -1 64 14757 0 1 0 1032 7 0 0 25 0 9 0 247142329 832491520 39345 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22246] ppid=22230 vsize=812980 CPUtime=2.03
/proc/22244/task/22246/stat : 22246 (java) R 22230 22230 21426 0 -1 64 23967 0 0 0 193 10 0 0 17 0 9 0 247142330 832491520 39346 996147200 134512640 134550740 4294955616 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22247] ppid=22230 vsize=812980 CPUtime=0
/proc/22244/task/22247/stat : 22247 (java) S 22230 22230 21426 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 247142331 832491520 39347 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22230 vsize=812980 CPUtime=0
/proc/22244/task/22248/stat : 22248 (java) S 22230 22230 21426 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 247142331 832491520 39349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22230 vsize=812980 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22230 22230 21426 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 247142333 832491520 39350 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22230 vsize=812980 CPUtime=0.11
/proc/22244/task/22250/stat : 22250 (java) S 22230 22230 21426 0 -1 64 757 0 0 0 11 0 0 0 15 0 9 0 247142333 832491520 39351 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22230 vsize=812980 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 247142333 832491520 39352 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22230 vsize=812980 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247142333 832491520 39354 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 860536

[startup+25.5024 s]
/proc/loadavg: 2.08 2.07 2.06 3/83 22252
/proc/meminfo: memFree=1307616/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=47556 CPUtime=0.02
/proc/22230/stat : 22230 (galacE.sh) S 22228 22230 21426 0 -1 4194304 761 1698 4 0 0 1 0 1 21 0 1 0 247142315 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22230/statm: 11889 364 245 79 0 219 0
[pid=22244] ppid=22230 vsize=818100 CPUtime=25.34
/proc/22244/stat : 22244 (java) S 22230 22230 21426 0 -1 0 98886 0 1 0 2492 42 0 0 22 0 9 0 247142328 837734400 98046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22244/statm: 204525 98046 2587 9 0 198558 0
[pid=22244/tid=22245] ppid=22230 vsize=818100 CPUtime=21.66
/proc/22244/task/22245/stat : 22245 (java) R 22230 22230 21426 0 -1 64 16018 0 1 0 2158 8 0 0 25 0 9 0 247142329 837734400 98046 996147200 134512640 134550740 4294955616 18446744073709551615 4126702535 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22246] ppid=22230 vsize=818100 CPUtime=3.55
/proc/22244/task/22246/stat : 22246 (java) S 22230 22230 21426 0 -1 64 81410 0 0 0 322 33 0 0 18 0 9 0 247142330 837734400 98046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22247] ppid=22230 vsize=818100 CPUtime=0
/proc/22244/task/22247/stat : 22247 (java) S 22230 22230 21426 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 247142331 837734400 98046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22230 vsize=818100 CPUtime=0
/proc/22244/task/22248/stat : 22248 (java) S 22230 22230 21426 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 247142331 837734400 98046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22230 vsize=818100 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22230 22230 21426 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 247142333 837734400 98046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22230 vsize=818100 CPUtime=0.11
/proc/22244/task/22250/stat : 22250 (java) S 22230 22230 21426 0 -1 64 758 0 0 0 11 0 0 0 16 0 9 0 247142333 837734400 98046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22230 vsize=818100 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 247142333 837734400 98046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22230 vsize=818100 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247142333 837734400 98046 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 865656

[startup+51.1022 s]
/proc/loadavg: 2.25 2.11 2.08 3/83 22252
/proc/meminfo: memFree=957792/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=47556 CPUtime=0.02

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

[pid=22244/tid=22246] ppid=22230 vsize=819672 CPUtime=7.57
/proc/22244/task/22246/stat : 22246 (java) R 22230 22230 21426 0 -1 64 168259 0 0 0 689 68 0 0 16 0 9 0 247142330 839344128 185300 996147200 134512640 134550740 4294955616 18446744073709551615 102514362 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22247] ppid=22230 vsize=819672 CPUtime=0
/proc/22244/task/22247/stat : 22247 (java) S 22230 22230 21426 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 247142331 839344128 185300 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22230 vsize=819672 CPUtime=0
/proc/22244/task/22248/stat : 22248 (java) S 22230 22230 21426 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 247142331 839344128 185300 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22230 vsize=819672 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22230 22230 21426 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 247142333 839344128 185300 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22230 vsize=819672 CPUtime=0.12
/proc/22244/task/22250/stat : 22250 (java) S 22230 22230 21426 0 -1 64 765 0 0 0 12 0 0 0 16 0 9 0 247142333 839344128 185300 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22230 vsize=819672 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 247142333 839344128 185300 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22230 vsize=819672 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247142333 839344128 185300 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 867228

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

[startup+63.9016 s]
/proc/loadavg: 2.20 2.11 2.07 3/83 22252
/proc/meminfo: memFree=949728/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=47556 CPUtime=0.02
/proc/22230/stat : 22230 (galacE.sh) S 22228 22230 21426 0 -1 4194304 761 1698 4 0 0 1 0 1 21 0 1 0 247142315 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22230/statm: 11889 364 245 79 0 219 0
[pid=22244] ppid=22230 vsize=827676 CPUtime=63.73
/proc/22244/stat : 22244 (java) S 22230 22230 21426 0 -1 0 190467 0 1 0 6294 79 0 0 22 0 9 0 247142328 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22244/statm: 206919 188612 2590 9 0 200952 0
[pid=22244/tid=22245] ppid=22230 vsize=827676 CPUtime=53.5
/proc/22244/task/22245/stat : 22245 (java) S 22230 22230 21426 0 -1 64 16430 0 1 0 5342 8 0 0 25 0 9 0 247142329 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22246] ppid=22230 vsize=827676 CPUtime=10.08
/proc/22244/task/22246/stat : 22246 (java) R 22230 22230 21426 0 -1 64 172572 0 0 0 939 69 0 0 25 0 9 0 247142330 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 104182340 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22247] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22247/stat : 22247 (java) S 22230 22230 21426 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 247142331 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22248/stat : 22248 (java) S 22230 22230 21426 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 247142331 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22230 22230 21426 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22230 vsize=827676 CPUtime=0.12
/proc/22244/task/22250/stat : 22250 (java) S 22230 22230 21426 0 -1 64 765 0 0 0 12 0 0 0 16 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.75
Current children cumulated vsize (KiB) 875232

[startup+70.3013 s]
/proc/loadavg: 2.18 2.11 2.07 3/83 22252
/proc/meminfo: memFree=948448/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=47556 CPUtime=0.02
/proc/22230/stat : 22230 (galacE.sh) S 22228 22230 21426 0 -1 4194304 761 1698 4 0 0 1 0 1 21 0 1 0 247142315 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22230/statm: 11889 364 245 79 0 219 0
[pid=22244] ppid=22230 vsize=823676 CPUtime=70.12
/proc/22244/stat : 22244 (java) S 22230 22230 21426 0 -1 0 201479 0 1 0 6929 83 0 0 22 0 9 0 247142328 843444224 187612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22244/statm: 205919 187612 2590 9 0 199952 0
[pid=22244/tid=22245] ppid=22230 vsize=823676 CPUtime=53.72
/proc/22244/task/22245/stat : 22245 (java) S 22230 22230 21426 0 -1 64 16433 0 1 0 5364 8 0 0 17 0 9 0 247142329 843444224 187612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22246] ppid=22230 vsize=823676 CPUtime=16.27
/proc/22244/task/22246/stat : 22246 (java) R 22230 22230 21426 0 -1 64 183581 0 0 0 1553 74 0 0 25 0 9 0 247142330 843444224 187612 996147200 134512640 134550740 4294955616 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22247] ppid=22230 vsize=823676 CPUtime=0
/proc/22244/task/22247/stat : 22247 (java) S 22230 22230 21426 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 247142331 843444224 187612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22230 vsize=823676 CPUtime=0
/proc/22244/task/22248/stat : 22248 (java) S 22230 22230 21426 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 247142331 843444224 187612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22230 vsize=823676 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22230 22230 21426 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 247142333 843444224 187612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22230 vsize=823676 CPUtime=0.12
/proc/22244/task/22250/stat : 22250 (java) S 22230 22230 21426 0 -1 64 765 0 0 0 12 0 0 0 16 0 9 0 247142333 843444224 187612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22230 vsize=823676 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 247142333 843444224 187612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22230 vsize=823676 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247142333 843444224 187612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 70.14
Current children cumulated vsize (KiB) 871232

[startup+71.9014 s]
/proc/loadavg: 2.18 2.11 2.07 3/83 22252
/proc/meminfo: memFree=944480/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=47556 CPUtime=0.02
/proc/22230/stat : 22230 (galacE.sh) S 22228 22230 21426 0 -1 4194304 761 1698 4 0 0 1 0 1 21 0 1 0 247142315 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22230/statm: 11889 364 245 79 0 219 0
[pid=22244] ppid=22230 vsize=827676 CPUtime=71.72
/proc/22244/stat : 22244 (java) S 22230 22230 21426 0 -1 0 203480 0 1 0 7088 84 0 0 22 0 9 0 247142328 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22244/statm: 206919 188612 2590 9 0 200952 0
[pid=22244/tid=22245] ppid=22230 vsize=827676 CPUtime=53.72
/proc/22244/task/22245/stat : 22245 (java) S 22230 22230 21426 0 -1 64 16433 0 1 0 5364 8 0 0 17 0 9 0 247142329 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22246] ppid=22230 vsize=827676 CPUtime=17.87
/proc/22244/task/22246/stat : 22246 (java) R 22230 22230 21426 0 -1 64 185582 0 0 0 1712 75 0 0 25 0 9 0 247142330 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 102731867 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22247] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22247/stat : 22247 (java) S 22230 22230 21426 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 247142331 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22248/stat : 22248 (java) S 22230 22230 21426 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 247142331 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22230 22230 21426 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22230 vsize=827676 CPUtime=0.12
/proc/22244/task/22250/stat : 22250 (java) S 22230 22230 21426 0 -1 64 765 0 0 0 12 0 0 0 16 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.74
Current children cumulated vsize (KiB) 875232

[startup+73.5026 s]
/proc/loadavg: 2.17 2.10 2.07 3/83 22252
/proc/meminfo: memFree=944416/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=47556 CPUtime=0.02
/proc/22230/stat : 22230 (galacE.sh) S 22228 22230 21426 0 -1 4194304 761 1698 4 0 0 1 0 1 21 0 1 0 247142315 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22230/statm: 11889 364 245 79 0 219 0
[pid=22244] ppid=22230 vsize=827676 CPUtime=73.32
/proc/22244/stat : 22244 (java) S 22230 22230 21426 0 -1 0 206983 0 1 0 7247 85 0 0 22 0 9 0 247142328 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22244/statm: 206919 188612 2590 9 0 200952 0
[pid=22244/tid=22245] ppid=22230 vsize=827676 CPUtime=53.72
/proc/22244/task/22245/stat : 22245 (java) S 22230 22230 21426 0 -1 64 16433 0 1 0 5364 8 0 0 17 0 9 0 247142329 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22246] ppid=22230 vsize=827676 CPUtime=19.46
/proc/22244/task/22246/stat : 22246 (java) R 22230 22230 21426 0 -1 64 189085 0 0 0 1870 76 0 0 25 0 9 0 247142330 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22247] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22247/stat : 22247 (java) S 22230 22230 21426 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 247142331 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22248/stat : 22248 (java) S 22230 22230 21426 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 247142331 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22230 22230 21426 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22230 vsize=827676 CPUtime=0.12
/proc/22244/task/22250/stat : 22250 (java) S 22230 22230 21426 0 -1 64 765 0 0 0 12 0 0 0 16 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.34
Current children cumulated vsize (KiB) 875232

[startup+73.9027 s]
/proc/loadavg: 2.17 2.10 2.07 3/83 22252
/proc/meminfo: memFree=944480/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=47556 CPUtime=0.02
/proc/22230/stat : 22230 (galacE.sh) S 22228 22230 21426 0 -1 4194304 761 1698 4 0 0 1 0 1 21 0 1 0 247142315 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22230/statm: 11889 364 245 79 0 219 0
[pid=22244] ppid=22230 vsize=827676 CPUtime=73.72
/proc/22244/stat : 22244 (java) S 22230 22230 21426 0 -1 0 206983 0 1 0 7287 85 0 0 22 0 9 0 247142328 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22244/statm: 206919 188612 2590 9 0 200952 0
[pid=22244/tid=22245] ppid=22230 vsize=827676 CPUtime=53.72
/proc/22244/task/22245/stat : 22245 (java) S 22230 22230 21426 0 -1 64 16433 0 1 0 5364 8 0 0 17 0 9 0 247142329 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22246] ppid=22230 vsize=827676 CPUtime=19.86
/proc/22244/task/22246/stat : 22246 (java) R 22230 22230 21426 0 -1 64 189085 0 0 0 1910 76 0 0 25 0 9 0 247142330 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22247] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22247/stat : 22247 (java) S 22230 22230 21426 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 247142331 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22248] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22248/stat : 22248 (java) S 22230 22230 21426 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 247142331 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22249] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22249/stat : 22249 (java) S 22230 22230 21426 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22250] ppid=22230 vsize=827676 CPUtime=0.12
/proc/22244/task/22250/stat : 22250 (java) S 22230 22230 21426 0 -1 64 765 0 0 0 12 0 0 0 16 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22251] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22251/stat : 22251 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22244/tid=22252] ppid=22230 vsize=827676 CPUtime=0
/proc/22244/task/22252/stat : 22252 (java) S 22230 22230 21426 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247142333 847540224 188612 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.74
Current children cumulated vsize (KiB) 875232

[startup+74.3027 s]
/proc/loadavg: 2.17 2.10 2.07 3/83 22252
/proc/meminfo: memFree=944480/2055920 swapFree=4179552/4192956
[pid=22230] ppid=22228 vsize=47556 CPUtime=0.02
/proc/22230/stat : 22230 (galacE.sh) S 22228 22230 21426 0 -1 4194304 761 1698 4 0 0 1 0 1 21 0 1 0 247142315 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22230/statm: 11889 364 245 79 0 219 0
[pid=22244] ppid=22230 vsize=0 CPUtime=74.08
/proc/22244/stat : 22244 (java) Z 22230 22230 21426 0 -1 12 206999 0 1 0 7318 90 0 0 16 0 2 0 247142328 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22244/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 74.1
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 74.3655
CPU time (s): 74.1827
CPU user time (s): 73.1879
CPU system time (s): 0.994848
CPU usage (%): 99.7543
Max. virtual memory (cumulated for all children) (KiB): 879236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.1879
system time used= 0.994848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209480
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2561
involuntary context switches= 2554

runsolver used 0.071989 second user time and 0.273958 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-04 05:19:04
IDJOB=1064447
IDBENCH=54956
IDSOLVER=351
FILE ID=node81/1064447-1215141544
PBS_JOBID= 7877378
Free space on /tmp= 126864 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 580d1f4298858f6e76af46cd173ebb13
RANDOM SEED=449491050

node81.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.236
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.236
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:       1692560 kB
Buffers:         25840 kB
Cached:         240256 kB
SwapCached:       6108 kB
Active:         144956 kB
Inactive:       152700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692560 kB
SwapTotal:     4192956 kB
SwapFree:      4179552 kB
Dirty:            3188 kB
Writeback:           0 kB
Mapped:          40092 kB
Slab:            51168 kB
Committed_AS:   622056 kB
PageTables:       1628 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126864 MiB
End job on node81 at 2008-07-04 05:20:18