Trace number 1057910

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) 61.7996 62.4148

General information on the benchmark

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

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
61.57/62.29	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
61.57/62.29		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
61.57/62.29		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:167)
61.57/62.29		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
61.57/62.29		at base.Problem.endConstraint(Problem.java:510)
61.57/62.29		at sat4j.Constraint.endElement(Constraint.java:37)
61.57/62.29		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
61.57/62.29		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
61.57/62.29		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
61.57/62.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
61.57/62.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
61.57/62.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
61.57/62.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
61.57/62.29		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
61.57/62.29		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
61.57/62.29		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
61.57/62.29		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
61.57/62.29		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
61.57/62.29		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
61.57/62.29		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-1057910-1215111783/watcher-1057910-1215111783 -o /tmp/evaluation-result-1057910-1215111783/solver-1057910-1215111783 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1057910-1215111783.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 2.08 2.01 4/82 30323
/proc/meminfo: memFree=1038816/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=8652 CPUtime=0
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 245652104 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30323/statm: 2163 280 208 79 0 156 0
[pid=30324] ppid=30323 vsize=8688 CPUtime=0
/proc/30324/stat : 30324 (galacE.sh) R 30323 30323 29474 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 245652104 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 224264776351 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/30324/statm: 2172 288 210 79 0 165 0
[pid=30326] ppid=30324 vsize=124 CPUtime=0
/proc/30326/stat : 30326 (id) R 30324 30323 29474 0 -1 4194304 41 0 0 0 0 0 0 0 16 0 1 0 245652105 126976 16 996147200 4194304 4211724 548682068832 18446744073709551615 224262158380 0 0 3674112 0 0 0 0 17 1 0 0
/proc/30326/statm: 32 22 16 4 0 3 0

[startup+0.0869949 s]
/proc/loadavg: 1.99 2.08 2.01 4/82 30323
/proc/meminfo: memFree=1038816/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.101994 s]
/proc/loadavg: 1.99 2.08 2.01 4/82 30323
/proc/meminfo: memFree=1038816/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.302017 s]
/proc/loadavg: 1.99 2.08 2.01 4/82 30323
/proc/meminfo: memFree=1038816/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701058 s]
/proc/loadavg: 1.99 2.08 2.01 4/82 30323
/proc/meminfo: memFree=1038816/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50214 s]
/proc/loadavg: 2.07 2.10 2.02 3/92 30345
/proc/meminfo: memFree=989576/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
[pid=30337] ppid=30323 vsize=812772 CPUtime=1.44
/proc/30337/stat : 30337 (java) S 30323 30323 29474 0 -1 0 17414 0 1 0 135 9 0 0 19 0 9 0 245652107 832278528 16610 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30337/statm: 203193 16610 2586 9 0 197174 0
[pid=30337/tid=30338] ppid=30323 vsize=812772 CPUtime=1.16
/proc/30337/task/30338/stat : 30338 (java) R 30323 30323 29474 0 -1 64 9448 0 1 0 111 5 0 0 25 0 9 0 245652108 832278528 16610 996147200 134512640 134550740 4294955616 18446744073709551615 4126788782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30339] ppid=30323 vsize=812772 CPUtime=0.11
/proc/30337/task/30339/stat : 30339 (java) S 30323 30323 29474 0 -1 64 6487 0 0 0 9 2 0 0 16 0 9 0 245652110 832278528 16610 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30340] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30340/stat : 30340 (java) S 30323 30323 29474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 245652110 832278528 16610 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30341] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30341/stat : 30341 (java) S 30323 30323 29474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 245652110 832278528 16610 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30342] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30342/stat : 30342 (java) S 30323 30323 29474 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 245652112 832278528 16610 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30343] ppid=30323 vsize=812772 CPUtime=0.14
/proc/30337/task/30343/stat : 30343 (java) S 30323 30323 29474 0 -1 64 779 0 0 0 14 0 0 0 16 0 9 0 245652112 832278528 16610 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30344] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30344/stat : 30344 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245652112 832278528 16610 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30345] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30345/stat : 30345 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245652112 832278528 16610 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860352

[startup+3.10231 s]
/proc/loadavg: 2.07 2.10 2.02 3/92 30345
/proc/meminfo: memFree=981320/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
[pid=30337] ppid=30323 vsize=812772 CPUtime=3.03
/proc/30337/stat : 30337 (java) S 30323 30323 29474 0 -1 0 21667 0 1 0 292 11 0 0 19 0 9 0 245652107 832278528 20862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30337/statm: 203193 20862 2586 9 0 197174 0
[pid=30337/tid=30338] ppid=30323 vsize=812772 CPUtime=2.74
/proc/30337/task/30338/stat : 30338 (java) R 30323 30323 29474 0 -1 64 13701 0 1 0 267 7 0 0 25 0 9 0 245652108 832278528 20862 996147200 134512640 134550740 4294955616 18446744073709551615 4126786180 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30339] ppid=30323 vsize=812772 CPUtime=0.11
/proc/30337/task/30339/stat : 30339 (java) S 30323 30323 29474 0 -1 64 6487 0 0 0 9 2 0 0 17 0 9 0 245652110 832278528 20862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30340] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30340/stat : 30340 (java) S 30323 30323 29474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 245652110 832278528 20862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30341] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30341/stat : 30341 (java) S 30323 30323 29474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 245652110 832278528 20862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30342] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30342/stat : 30342 (java) S 30323 30323 29474 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 245652112 832278528 20862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30343] ppid=30323 vsize=812772 CPUtime=0.14
/proc/30337/task/30343/stat : 30343 (java) S 30323 30323 29474 0 -1 64 779 0 0 0 14 0 0 0 16 0 9 0 245652112 832278528 20862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30344] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30344/stat : 30344 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245652112 832278528 20862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30345] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30345/stat : 30345 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245652112 832278528 20862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860352

[startup+6.30165 s]
/proc/loadavg: 2.07 2.10 2.02 4/92 30345
/proc/meminfo: memFree=920648/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
[pid=30337] ppid=30323 vsize=813092 CPUtime=6.19
/proc/30337/stat : 30337 (java) S 30323 30323 29474 0 -1 0 43867 0 1 0 599 20 0 0 19 0 9 0 245652107 832606208 43060 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30337/statm: 203273 43060 2590 9 0 197254 0
[pid=30337/tid=30338] ppid=30323 vsize=813092 CPUtime=5.45
/proc/30337/task/30338/stat : 30338 (java) R 30323 30323 29474 0 -1 64 14654 0 1 0 538 7 0 0 25 0 9 0 245652108 832606208 43060 996147200 134512640 134550740 4294955616 18446744073709551615 4126791351 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30339] ppid=30323 vsize=813092 CPUtime=0.57
/proc/30337/task/30339/stat : 30339 (java) S 30323 30323 29474 0 -1 64 27734 0 0 0 46 11 0 0 18 0 9 0 245652110 832606208 43060 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30340] ppid=30323 vsize=813092 CPUtime=0
/proc/30337/task/30340/stat : 30340 (java) S 30323 30323 29474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 245652110 832606208 43060 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30341] ppid=30323 vsize=813092 CPUtime=0
/proc/30337/task/30341/stat : 30341 (java) S 30323 30323 29474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 245652110 832606208 43060 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30342] ppid=30323 vsize=813092 CPUtime=0
/proc/30337/task/30342/stat : 30342 (java) S 30323 30323 29474 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 245652112 832606208 43060 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30343] ppid=30323 vsize=813092 CPUtime=0.14
/proc/30337/task/30343/stat : 30343 (java) S 30323 30323 29474 0 -1 64 779 0 0 0 14 0 0 0 16 0 9 0 245652112 832606208 43060 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30344] ppid=30323 vsize=813092 CPUtime=0
/proc/30337/task/30344/stat : 30344 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245652112 832606208 43060 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30345] ppid=30323 vsize=813092 CPUtime=0
/proc/30337/task/30345/stat : 30345 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245652112 832606208 43060 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860672

[startup+12.7023 s]
/proc/loadavg: 2.21 2.13 2.03 3/92 30345
/proc/meminfo: memFree=787024/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
[pid=30337] ppid=30323 vsize=812772 CPUtime=12.54
/proc/30337/stat : 30337 (java) S 30323 30323 29474 0 -1 0 76985 0 1 0 1220 34 0 0 19 0 9 0 245652107 832278528 76111 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30337/statm: 203193 76111 2590 9 0 197174 0
[pid=30337/tid=30338] ppid=30323 vsize=812772 CPUtime=11.04
/proc/30337/task/30338/stat : 30338 (java) R 30323 30323 29474 0 -1 64 14657 0 1 0 1097 7 0 0 25 0 9 0 245652108 832278528 76111 996147200 134512640 134550740 4294955616 18446744073709551615 4126840584 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30339] ppid=30323 vsize=812772 CPUtime=1.32
/proc/30337/task/30339/stat : 30339 (java) S 30323 30323 29474 0 -1 64 60849 0 0 0 107 25 0 0 18 0 9 0 245652110 832278528 76111 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30340] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30340/stat : 30340 (java) S 30323 30323 29474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 245652110 832278528 76111 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30341] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30341/stat : 30341 (java) S 30323 30323 29474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 245652110 832278528 76111 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30342] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30342/stat : 30342 (java) S 30323 30323 29474 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 245652112 832278528 76111 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30343] ppid=30323 vsize=812772 CPUtime=0.14
/proc/30337/task/30343/stat : 30343 (java) S 30323 30323 29474 0 -1 64 779 0 0 0 14 0 0 0 16 0 9 0 245652112 832278528 76111 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30344] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30344/stat : 30344 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245652112 832278528 76111 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30345] ppid=30323 vsize=812772 CPUtime=0
/proc/30337/task/30345/stat : 30345 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245652112 832278528 76111 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860352

[startup+25.5017 s]
/proc/loadavg: 2.33 2.16 2.04 3/92 30345
/proc/meminfo: memFree=477328/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
[pid=30337] ppid=30323 vsize=812932 CPUtime=25.21
/proc/30337/stat : 30337 (java) S 30323 30323 29474 0 -1 0 143254 0 1 0 2458 63 0 0 19 0 9 0 245652107 832442368 142374 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30337/statm: 203233 142374 2592 9 0 197214 0
[pid=30337/tid=30338] ppid=30323 vsize=812932 CPUtime=22.19
/proc/30337/task/30338/stat : 30338 (java) R 30323 30323 29474 0 -1 64 14696 0 1 0 2212 7 0 0 25 0 9 0 245652108 832442368 142374 996147200 134512640 134550740 4294955616 18446744073709551615 4126786180 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30339] ppid=30323 vsize=812932 CPUtime=2.85
/proc/30337/task/30339/stat : 30339 (java) S 30323 30323 29474 0 -1 64 127075 0 0 0 230 55 0 0 19 0 9 0 245652110 832442368 142374 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30340] ppid=30323 vsize=812932 CPUtime=0
/proc/30337/task/30340/stat : 30340 (java) S 30323 30323 29474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 245652110 832442368 142374 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30341] ppid=30323 vsize=812932 CPUtime=0
/proc/30337/task/30341/stat : 30341 (java) S 30323 30323 29474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 245652110 832442368 142374 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30342] ppid=30323 vsize=812932 CPUtime=0
/proc/30337/task/30342/stat : 30342 (java) S 30323 30323 29474 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 245652112 832442368 142374 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30343] ppid=30323 vsize=812932 CPUtime=0.14
/proc/30337/task/30343/stat : 30343 (java) S 30323 30323 29474 0 -1 64 783 0 0 0 14 0 0 0 16 0 9 0 245652112 832442368 142374 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30344] ppid=30323 vsize=812932 CPUtime=0
/proc/30337/task/30344/stat : 30344 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245652112 832442368 142374 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30345] ppid=30323 vsize=812932 CPUtime=0
/proc/30337/task/30345/stat : 30345 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245652112 832442368 142374 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860512

[startup+51.1014 s]
/proc/loadavg: 2.22 2.14 2.04 3/92 30345
/proc/meminfo: memFree=300944/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
[pid=30337] ppid=30323 vsize=818740 CPUtime=50.57
/proc/30337/stat : 30337 (java) S 30323 30323 29474 0 -1 0 197003 0 1 0 4970 87 0 0 19 0 9 0 245652107 838389760 186326 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30337/statm: 204685 186326 2592 9 0 198666 0
[pid=30337/tid=30338] ppid=30323 vsize=818740 CPUtime=41.53
/proc/30337/task/30338/stat : 30338 (java) S 30323 30323 29474 0 -1 64 16141 0 1 0 4145 8 0 0 17 0 9 0 245652108 838389760 186326 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30339] ppid=30323 vsize=818740 CPUtime=8.86
/proc/30337/task/30339/stat : 30339 (java) R 30323 30323 29474 0 -1 64 179378 0 0 0 809 77 0 0 25 0 9 0 245652110 838389760 186326 996147200 134512640 134550740 4294955616 18446744073709551615 103828978 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30340] ppid=30323 vsize=818740 CPUtime=0
/proc/30337/task/30340/stat : 30340 (java) S 30323 30323 29474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 245652110 838389760 186326 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30341] ppid=30323 vsize=818740 CPUtime=0
/proc/30337/task/30341/stat : 30341 (java) S 30323 30323 29474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 245652110 838389760 186326 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30342] ppid=30323 vsize=818740 CPUtime=0
/proc/30337/task/30342/stat : 30342 (java) S 30323 30323 29474 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 245652112 838389760 186326 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30343] ppid=30323 vsize=818740 CPUtime=0.15
/proc/30337/task/30343/stat : 30343 (java) S 30323 30323 29474 0 -1 64 784 0 0 0 15 0 0 0 16 0 9 0 245652112 838389760 186326 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30344] ppid=30323 vsize=818740 CPUtime=0
/proc/30337/task/30344/stat : 30344 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245652112 838389760 186326 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30345] ppid=30323 vsize=818740 CPUtime=0
/proc/30337/task/30345/stat : 30345 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245652112 838389760 186326 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 866320

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

[startup+57.5011 s]
/proc/loadavg: 2.18 2.14 2.04 3/92 30345
/proc/meminfo: memFree=284240/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
[pid=30337] ppid=30323 vsize=835208 CPUtime=56.91
/proc/30337/stat : 30337 (java) S 30323 30323 29474 0 -1 0 221070 0 1 0 5593 98 0 0 19 0 9 0 245652107 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30337/statm: 208802 190480 2592 9 0 202783 0
[pid=30337/tid=30338] ppid=30323 vsize=835208 CPUtime=41.58
/proc/30337/task/30338/stat : 30338 (java) S 30323 30323 29474 0 -1 64 16201 0 1 0 4150 8 0 0 17 0 9 0 245652108 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30339] ppid=30323 vsize=835208 CPUtime=15.15
/proc/30337/task/30339/stat : 30339 (java) R 30323 30323 29474 0 -1 64 203385 0 0 0 1427 88 0 0 25 0 9 0 245652110 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 104182546 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30340] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30340/stat : 30340 (java) S 30323 30323 29474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 245652110 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30341] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30341/stat : 30341 (java) S 30323 30323 29474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 245652110 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30342] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30342/stat : 30342 (java) S 30323 30323 29474 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30343] ppid=30323 vsize=835208 CPUtime=0.15
/proc/30337/task/30343/stat : 30343 (java) S 30323 30323 29474 0 -1 64 784 0 0 0 15 0 0 0 16 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30344] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30344/stat : 30344 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30345] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30345/stat : 30345 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.92
Current children cumulated vsize (KiB) 882788

[startup+60.7024 s]
/proc/loadavg: 2.18 2.14 2.04 3/92 30345
/proc/meminfo: memFree=284240/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
[pid=30337] ppid=30323 vsize=835208 CPUtime=60.07
/proc/30337/stat : 30337 (java) S 30323 30323 29474 0 -1 0 237013 0 1 0 5902 105 0 0 19 0 9 0 245652107 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30337/statm: 208802 190480 2592 9 0 202783 0
[pid=30337/tid=30338] ppid=30323 vsize=835208 CPUtime=41.58
/proc/30337/task/30338/stat : 30338 (java) S 30323 30323 29474 0 -1 64 16202 0 1 0 4150 8 0 0 17 0 9 0 245652108 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30339] ppid=30323 vsize=835208 CPUtime=18.31
/proc/30337/task/30339/stat : 30339 (java) R 30323 30323 29474 0 -1 64 219327 0 0 0 1736 95 0 0 25 0 9 0 245652110 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 104456944 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30340] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30340/stat : 30340 (java) S 30323 30323 29474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 245652110 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30341] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30341/stat : 30341 (java) S 30323 30323 29474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 245652110 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30342] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30342/stat : 30342 (java) S 30323 30323 29474 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30343] ppid=30323 vsize=835208 CPUtime=0.15
/proc/30337/task/30343/stat : 30343 (java) S 30323 30323 29474 0 -1 64 784 0 0 0 15 0 0 0 16 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30344] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30344/stat : 30344 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30345] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30345/stat : 30345 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.08
Current children cumulated vsize (KiB) 882788

[startup+61.5025 s]
/proc/loadavg: 2.17 2.13 2.04 3/92 30345
/proc/meminfo: memFree=284240/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
[pid=30337] ppid=30323 vsize=835208 CPUtime=60.86
/proc/30337/stat : 30337 (java) S 30323 30323 29474 0 -1 0 237013 0 1 0 5981 105 0 0 19 0 9 0 245652107 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30337/statm: 208802 190480 2592 9 0 202783 0
[pid=30337/tid=30338] ppid=30323 vsize=835208 CPUtime=41.58
/proc/30337/task/30338/stat : 30338 (java) S 30323 30323 29474 0 -1 64 16202 0 1 0 4150 8 0 0 17 0 9 0 245652108 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30339] ppid=30323 vsize=835208 CPUtime=19.11
/proc/30337/task/30339/stat : 30339 (java) R 30323 30323 29474 0 -1 64 219327 0 0 0 1816 95 0 0 25 0 9 0 245652110 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30340] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30340/stat : 30340 (java) S 30323 30323 29474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 245652110 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30341] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30341/stat : 30341 (java) S 30323 30323 29474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 245652110 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30342] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30342/stat : 30342 (java) S 30323 30323 29474 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30343] ppid=30323 vsize=835208 CPUtime=0.15
/proc/30337/task/30343/stat : 30343 (java) S 30323 30323 29474 0 -1 64 784 0 0 0 15 0 0 0 16 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30344] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30344/stat : 30344 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30345] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30345/stat : 30345 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.87
Current children cumulated vsize (KiB) 882788

[startup+61.9026 s]
/proc/loadavg: 2.17 2.13 2.04 3/92 30345
/proc/meminfo: memFree=284240/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
[pid=30337] ppid=30323 vsize=835208 CPUtime=61.26
/proc/30337/stat : 30337 (java) S 30323 30323 29474 0 -1 0 237013 0 1 0 6021 105 0 0 19 0 9 0 245652107 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30337/statm: 208802 190480 2592 9 0 202783 0
[pid=30337/tid=30338] ppid=30323 vsize=835208 CPUtime=41.58
/proc/30337/task/30338/stat : 30338 (java) S 30323 30323 29474 0 -1 64 16202 0 1 0 4150 8 0 0 17 0 9 0 245652108 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30339] ppid=30323 vsize=835208 CPUtime=19.5
/proc/30337/task/30339/stat : 30339 (java) R 30323 30323 29474 0 -1 64 219327 0 0 0 1855 95 0 0 25 0 9 0 245652110 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30340] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30340/stat : 30340 (java) S 30323 30323 29474 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 245652110 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30341] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30341/stat : 30341 (java) S 30323 30323 29474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 245652110 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30342] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30342/stat : 30342 (java) S 30323 30323 29474 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30343] ppid=30323 vsize=835208 CPUtime=0.15
/proc/30337/task/30343/stat : 30343 (java) S 30323 30323 29474 0 -1 64 784 0 0 0 15 0 0 0 16 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30344] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30344/stat : 30344 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30337/tid=30345] ppid=30323 vsize=835208 CPUtime=0
/proc/30337/task/30345/stat : 30345 (java) S 30323 30323 29474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245652112 855252992 190480 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.27
Current children cumulated vsize (KiB) 882788

[startup+62.3027 s]
/proc/loadavg: 2.17 2.13 2.04 3/92 30345
/proc/meminfo: memFree=284240/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
[pid=30337] ppid=30323 vsize=0 CPUtime=61.66
/proc/30337/stat : 30337 (java) Z 30323 30323 29474 0 -1 12 237029 0 1 0 6060 106 0 0 16 0 2 0 245652107 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30337/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 61.67
Current children cumulated vsize (KiB) 47580

[startup+62.4031 s]
/proc/loadavg: 2.17 2.13 2.04 3/92 30345
/proc/meminfo: memFree=284240/2055920 swapFree=4169360/4192956
[pid=30323] ppid=30321 vsize=47580 CPUtime=0.01
/proc/30323/stat : 30323 (galacE.sh) S 30321 30323 29474 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 245652104 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30323/statm: 11895 364 245 79 0 219 0
[pid=30337] ppid=30323 vsize=0 CPUtime=61.75
/proc/30337/stat : 30337 (java) Z 30323 30323 29474 0 -1 12 237029 0 1 0 6060 115 0 0 16 0 2 0 245652107 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30337/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 61.76
Current children cumulated vsize (KiB) 47580

Child status: 0
Real time (s): 62.4148
CPU time (s): 61.7996
CPU user time (s): 60.6068
CPU system time (s): 1.19282
CPU usage (%): 99.0143
Max. virtual memory (cumulated for all children) (KiB): 890792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.6068
system time used= 1.19282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239513
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2111
involuntary context switches= 4597

runsolver used 0.077988 second user time and 0.210967 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-03 21:03:03
IDJOB=1057910
IDBENCH=54090
IDSOLVER=351
FILE ID=node82/1057910-1215111783
PBS_JOBID= 7877043
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0cbd4c2262a14d2104ccf77a271c7cbb
RANDOM SEED=2081488720

node82.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.239
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.239
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:       1039296 kB
Buffers:         11424 kB
Cached:         293156 kB
SwapCached:      17740 kB
Active:         825596 kB
Inactive:       154608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1039296 kB
SwapTotal:     4192956 kB
SwapFree:      4169360 kB
Dirty:            3308 kB
Writeback:           0 kB
Mapped:         679496 kB
Slab:            20128 kB
Committed_AS:  1175416 kB
PageTables:       3312 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= 66484 MiB
End job on node82 at 2008-07-03 21:04:05