Trace number 1080584

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) 113.8 114.264

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-0.xml
MD5SUMcbf422b9beb0e6d77975a151315365dc
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036993
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity15
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
113.66/114.11	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
113.66/114.11		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
113.66/114.11		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:167)
113.66/114.11		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
113.66/114.11		at base.Problem.endConstraint(Problem.java:510)
113.66/114.11		at sat4j.Constraint.endElement(Constraint.java:37)
113.66/114.11		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
113.66/114.11		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
113.66/114.11		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
113.66/114.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
113.66/114.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
113.66/114.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
113.66/114.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
113.66/114.11		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
113.66/114.11		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
113.66/114.11		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
113.66/114.11		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
113.66/114.11		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
113.66/114.11		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
113.66/114.11		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-1080584-1215213146/watcher-1080584-1215213146 -o /tmp/evaluation-result-1080584-1215213146/solver-1080584-1215213146 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1080584-1215213146.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.17 2.08 2.02 4/94 15988
/proc/meminfo: memFree=1716888/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=18572 CPUtime=0
/proc/15988/stat : 15988 (runsolver) R 15986 15988 13008 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 2000287259 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15988/statm: 4643 292 257 25 0 2626 0

[startup+0.0634431 s]
/proc/loadavg: 2.17 2.08 2.02 4/94 15988
/proc/meminfo: memFree=1716888/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.102317 s]
/proc/loadavg: 2.17 2.08 2.02 4/94 15988
/proc/meminfo: memFree=1716888/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301362 s]
/proc/loadavg: 2.17 2.08 2.02 4/94 15988
/proc/meminfo: memFree=1716888/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701441 s]
/proc/loadavg: 2.17 2.08 2.02 4/94 15988
/proc/meminfo: memFree=1716888/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50261 s]
/proc/loadavg: 2.17 2.08 2.02 3/104 16010
/proc/meminfo: memFree=1671944/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
[pid=16002] ppid=15988 vsize=812736 CPUtime=1.45
/proc/16002/stat : 16002 (java) S 15988 15988 13008 0 -1 0 14652 0 1 0 136 9 0 0 18 0 9 0 2000287263 832241664 13851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16002/statm: 203184 13851 2588 9 0 197165 0
[pid=16002/tid=16003] ppid=15988 vsize=812736 CPUtime=0.76
/proc/16002/task/16003/stat : 16003 (java) R 15988 15988 13008 0 -1 64 8463 0 1 0 71 5 0 0 24 0 9 0 2000287264 832241664 13851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16004] ppid=15988 vsize=812736 CPUtime=0.52
/proc/16002/task/16004/stat : 16004 (java) R 15988 15988 13008 0 -1 64 4716 0 0 0 50 2 0 0 16 0 9 0 2000287265 832241664 13851 996147200 134512640 134550740 4294955600 18446744073709551615 103737232 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16005] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16005/stat : 16005 (java) S 15988 15988 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000287265 832241664 13851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16006] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16006/stat : 16006 (java) S 15988 15988 13008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000287265 832241664 13851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16007] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16007/stat : 16007 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000287267 832241664 13851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16008] ppid=15988 vsize=812736 CPUtime=0.14
/proc/16002/task/16008/stat : 16008 (java) S 15988 15988 13008 0 -1 64 772 0 0 0 14 0 0 0 15 0 9 0 2000287267 832241664 13851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16009] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16009/stat : 16009 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000287267 832241664 13851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16010] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16010/stat : 16010 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000287267 832241664 13851 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860292

[startup+3.10193 s]
/proc/loadavg: 2.17 2.08 2.02 3/104 16010
/proc/meminfo: memFree=1668936/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
[pid=16002] ppid=15988 vsize=812736 CPUtime=3.04
/proc/16002/stat : 16002 (java) S 15988 15988 13008 0 -1 0 17598 0 1 0 293 11 0 0 18 0 9 0 2000287263 832241664 16796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16002/statm: 203184 16796 2588 9 0 197165 0
[pid=16002/tid=16003] ppid=15988 vsize=812736 CPUtime=2.32
/proc/16002/task/16003/stat : 16003 (java) R 15988 15988 13008 0 -1 64 10983 0 1 0 225 7 0 0 25 0 9 0 2000287264 832241664 16796 996147200 134512640 134550740 4294955600 18446744073709551615 4126790327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16004] ppid=15988 vsize=812736 CPUtime=0.53
/proc/16002/task/16004/stat : 16004 (java) S 15988 15988 13008 0 -1 64 5133 0 0 0 51 2 0 0 17 0 9 0 2000287265 832241664 16796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16005] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16005/stat : 16005 (java) S 15988 15988 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000287265 832241664 16796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16006] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16006/stat : 16006 (java) S 15988 15988 13008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000287265 832241664 16796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16007] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16007/stat : 16007 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000287267 832241664 16796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16008] ppid=15988 vsize=812736 CPUtime=0.15
/proc/16002/task/16008/stat : 16008 (java) S 15988 15988 13008 0 -1 64 781 0 0 0 15 0 0 0 15 0 9 0 2000287267 832241664 16796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16009] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16009/stat : 16009 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000287267 832241664 16796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16010] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16010/stat : 16010 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000287267 832241664 16796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860292

[startup+6.30259 s]
/proc/loadavg: 2.15 2.08 2.02 3/104 16010
/proc/meminfo: memFree=1612232/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
[pid=16002] ppid=15988 vsize=812736 CPUtime=6.21
/proc/16002/stat : 16002 (java) S 15988 15988 13008 0 -1 0 29190 0 1 0 606 15 0 0 18 0 9 0 2000287263 832241664 28386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16002/statm: 203184 28386 2592 9 0 197165 0
[pid=16002/tid=16003] ppid=15988 vsize=812736 CPUtime=5.36
/proc/16002/task/16003/stat : 16003 (java) R 15988 15988 13008 0 -1 64 14622 0 1 0 528 8 0 0 25 0 9 0 2000287264 832241664 28386 996147200 134512640 134550740 4294955600 18446744073709551615 4126784463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16004] ppid=15988 vsize=812736 CPUtime=0.67
/proc/16002/task/16004/stat : 16004 (java) S 15988 15988 13008 0 -1 64 13085 0 0 0 62 5 0 0 16 0 9 0 2000287265 832241664 28386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16005] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16005/stat : 16005 (java) S 15988 15988 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000287265 832241664 28386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16006] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16006/stat : 16006 (java) S 15988 15988 13008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000287265 832241664 28386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16007] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16007/stat : 16007 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000287267 832241664 28386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16008] ppid=15988 vsize=812736 CPUtime=0.16
/proc/16002/task/16008/stat : 16008 (java) S 15988 15988 13008 0 -1 64 782 0 0 0 16 0 0 0 17 0 9 0 2000287267 832241664 28386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16009] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16009/stat : 16009 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000287267 832241664 28386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16010] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16010/stat : 16010 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000287267 832241664 28386 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 860292

[startup+12.7019 s]
/proc/loadavg: 2.14 2.08 2.02 3/104 16010
/proc/meminfo: memFree=1527624/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
[pid=16002] ppid=15988 vsize=812736 CPUtime=12.58
/proc/16002/stat : 16002 (java) S 15988 15988 13008 0 -1 0 50294 0 1 0 1234 24 0 0 18 0 9 0 2000287263 832241664 49487 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16002/statm: 203184 49487 2592 9 0 197165 0
[pid=16002/tid=16003] ppid=15988 vsize=812736 CPUtime=11.28
/proc/16002/task/16003/stat : 16003 (java) R 15988 15988 13008 0 -1 64 14625 0 1 0 1120 8 0 0 25 0 9 0 2000287264 832241664 49487 996147200 134512640 134550740 4294955600 18446744073709551615 4126782276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16004] ppid=15988 vsize=812736 CPUtime=1.11
/proc/16002/task/16004/stat : 16004 (java) S 15988 15988 13008 0 -1 64 34186 0 0 0 97 14 0 0 16 0 9 0 2000287265 832241664 49487 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16005] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16005/stat : 16005 (java) S 15988 15988 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000287265 832241664 49487 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16006] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16006/stat : 16006 (java) S 15988 15988 13008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000287265 832241664 49487 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16007] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16007/stat : 16007 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000287267 832241664 49487 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16008] ppid=15988 vsize=812736 CPUtime=0.16
/proc/16002/task/16008/stat : 16008 (java) S 15988 15988 13008 0 -1 64 782 0 0 0 16 0 0 0 17 0 9 0 2000287267 832241664 49487 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16009] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16009/stat : 16009 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000287267 832241664 49487 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16010] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16010/stat : 16010 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000287267 832241664 49487 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 860292

[startup+25.5026 s]
/proc/loadavg: 2.11 2.07 2.01 4/104 16010
/proc/meminfo: memFree=1419592/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
[pid=16002] ppid=15988 vsize=812736 CPUtime=25.3
/proc/16002/stat : 16002 (java) S 15988 15988 13008 0 -1 0 77248 0 1 0 2494 36 0 0 18 0 9 0 2000287263 832241664 76438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16002/statm: 203184 76438 2592 9 0 197165 0
[pid=16002/tid=16003] ppid=15988 vsize=812736 CPUtime=23.48
/proc/16002/task/16003/stat : 16003 (java) R 15988 15988 13008 0 -1 64 14628 0 1 0 2340 8 0 0 25 0 9 0 2000287264 832241664 76438 996147200 134512640 134550740 4294955600 18446744073709551615 4126782308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16004] ppid=15988 vsize=812736 CPUtime=1.62
/proc/16002/task/16004/stat : 16004 (java) S 15988 15988 13008 0 -1 64 61136 0 0 0 136 26 0 0 16 0 9 0 2000287265 832241664 76438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16005] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16005/stat : 16005 (java) S 15988 15988 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000287265 832241664 76438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16006] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16006/stat : 16006 (java) S 15988 15988 13008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000287265 832241664 76438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16007] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16007/stat : 16007 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000287267 832241664 76438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16008] ppid=15988 vsize=812736 CPUtime=0.16
/proc/16002/task/16008/stat : 16008 (java) S 15988 15988 13008 0 -1 64 783 0 0 0 16 0 0 0 16 0 9 0 2000287267 832241664 76438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16009] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16009/stat : 16009 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000287267 832241664 76438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16010] ppid=15988 vsize=812736 CPUtime=0
/proc/16002/task/16010/stat : 16010 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000287267 832241664 76438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 860292

[startup+51.1029 s]
/proc/loadavg: 2.07 2.07 2.01 3/104 16010
/proc/meminfo: memFree=1154184/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01

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

[pid=16002/tid=16004] ppid=15988 vsize=828776 CPUtime=6.82
/proc/16002/task/16004/stat : 16004 (java) R 15988 15988 13008 0 -1 64 174145 0 0 0 607 75 0 0 16 0 9 0 2000287265 848666624 185530 996147200 134512640 134550740 4294955600 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16005] ppid=15988 vsize=828776 CPUtime=0
/proc/16002/task/16005/stat : 16005 (java) S 15988 15988 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000287265 848666624 185530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16006] ppid=15988 vsize=828776 CPUtime=0
/proc/16002/task/16006/stat : 16006 (java) S 15988 15988 13008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000287265 848666624 185530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16007] ppid=15988 vsize=828776 CPUtime=0
/proc/16002/task/16007/stat : 16007 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000287267 848666624 185530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16008] ppid=15988 vsize=828776 CPUtime=0.17
/proc/16002/task/16008/stat : 16008 (java) S 15988 15988 13008 0 -1 64 789 0 0 0 17 0 0 0 16 0 9 0 2000287267 848666624 185530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16009] ppid=15988 vsize=828776 CPUtime=0
/proc/16002/task/16009/stat : 16009 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000287267 848666624 185530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16010] ppid=15988 vsize=828776 CPUtime=0
/proc/16002/task/16010/stat : 16010 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000287267 848666624 185530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 876332

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

[startup+108.703 s]
/proc/loadavg: 2.06 2.05 2.01 3/92 16173
/proc/meminfo: memFree=680800/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
[pid=16002] ppid=15988 vsize=830856 CPUtime=108.24
/proc/16002/stat : 16002 (java) S 15988 15988 13008 0 -1 0 218274 0 1 0 10725 99 0 0 18 0 9 0 2000287263 850796544 189403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16002/statm: 207714 189403 2592 9 0 201695 0
[pid=16002/tid=16003] ppid=15988 vsize=830856 CPUtime=95
/proc/16002/task/16003/stat : 16003 (java) S 15988 15988 13008 0 -1 64 16436 0 1 0 9490 10 0 0 17 0 9 0 2000287264 850796544 189403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16004] ppid=15988 vsize=830856 CPUtime=13.05
/proc/16002/task/16004/stat : 16004 (java) R 15988 15988 13008 0 -1 64 200348 0 0 0 1218 87 0 0 25 0 9 0 2000287265 850796544 189403 996147200 134512640 134550740 4294955600 18446744073709551615 104456945 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16005] ppid=15988 vsize=830856 CPUtime=0
/proc/16002/task/16005/stat : 16005 (java) S 15988 15988 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000287265 850796544 189403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16006] ppid=15988 vsize=830856 CPUtime=0
/proc/16002/task/16006/stat : 16006 (java) S 15988 15988 13008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000287265 850796544 189403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16007] ppid=15988 vsize=830856 CPUtime=0
/proc/16002/task/16007/stat : 16007 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000287267 850796544 189403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16008] ppid=15988 vsize=830856 CPUtime=0.17
/proc/16002/task/16008/stat : 16008 (java) S 15988 15988 13008 0 -1 64 789 0 0 0 17 0 0 0 16 0 9 0 2000287267 850796544 189403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16009] ppid=15988 vsize=830856 CPUtime=0
/proc/16002/task/16009/stat : 16009 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000287267 850796544 189403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16010] ppid=15988 vsize=830856 CPUtime=0
/proc/16002/task/16010/stat : 16010 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000287267 850796544 189403 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 108.25
Current children cumulated vsize (KiB) 878412

[startup+111.902 s]
/proc/loadavg: 2.14 2.07 2.01 3/92 16173
/proc/meminfo: memFree=589920/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
[pid=16002] ppid=15988 vsize=830952 CPUtime=111.44
/proc/16002/stat : 16002 (java) S 15988 15988 13008 0 -1 0 226268 0 1 0 11043 101 0 0 18 0 9 0 2000287263 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16002/statm: 207738 189429 2592 9 0 201719 0
[pid=16002/tid=16003] ppid=15988 vsize=830952 CPUtime=95
/proc/16002/task/16003/stat : 16003 (java) S 15988 15988 13008 0 -1 64 16437 0 1 0 9490 10 0 0 17 0 9 0 2000287264 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16004] ppid=15988 vsize=830952 CPUtime=16.24
/proc/16002/task/16004/stat : 16004 (java) R 15988 15988 13008 0 -1 64 208341 0 0 0 1535 89 0 0 25 0 9 0 2000287265 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 102731790 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16005] ppid=15988 vsize=830952 CPUtime=0
/proc/16002/task/16005/stat : 16005 (java) S 15988 15988 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000287265 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16006] ppid=15988 vsize=830952 CPUtime=0
/proc/16002/task/16006/stat : 16006 (java) S 15988 15988 13008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000287265 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16007] ppid=15988 vsize=830952 CPUtime=0
/proc/16002/task/16007/stat : 16007 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000287267 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16008] ppid=15988 vsize=830952 CPUtime=0.17
/proc/16002/task/16008/stat : 16008 (java) S 15988 15988 13008 0 -1 64 789 0 0 0 17 0 0 0 16 0 9 0 2000287267 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16009] ppid=15988 vsize=830952 CPUtime=0
/proc/16002/task/16009/stat : 16009 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000287267 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16010] ppid=15988 vsize=830952 CPUtime=0
/proc/16002/task/16010/stat : 16010 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000287267 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 111.45
Current children cumulated vsize (KiB) 878508

[startup+113.503 s]
/proc/loadavg: 2.14 2.07 2.01 3/92 16173
/proc/meminfo: memFree=590368/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
[pid=16002] ppid=15988 vsize=830952 CPUtime=113.04
/proc/16002/stat : 16002 (java) S 15988 15988 13008 0 -1 0 234235 0 1 0 11199 105 0 0 18 0 9 0 2000287263 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16002/statm: 207738 189429 2592 9 0 201719 0
[pid=16002/tid=16003] ppid=15988 vsize=830952 CPUtime=95
/proc/16002/task/16003/stat : 16003 (java) S 15988 15988 13008 0 -1 64 16437 0 1 0 9490 10 0 0 17 0 9 0 2000287264 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16004] ppid=15988 vsize=830952 CPUtime=17.84
/proc/16002/task/16004/stat : 16004 (java) R 15988 15988 13008 0 -1 64 216308 0 0 0 1691 93 0 0 25 0 9 0 2000287265 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16005] ppid=15988 vsize=830952 CPUtime=0
/proc/16002/task/16005/stat : 16005 (java) S 15988 15988 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000287265 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16006] ppid=15988 vsize=830952 CPUtime=0
/proc/16002/task/16006/stat : 16006 (java) S 15988 15988 13008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000287265 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16007] ppid=15988 vsize=830952 CPUtime=0
/proc/16002/task/16007/stat : 16007 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000287267 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16008] ppid=15988 vsize=830952 CPUtime=0.17
/proc/16002/task/16008/stat : 16008 (java) S 15988 15988 13008 0 -1 64 789 0 0 0 17 0 0 0 16 0 9 0 2000287267 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16009] ppid=15988 vsize=830952 CPUtime=0
/proc/16002/task/16009/stat : 16009 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000287267 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16010] ppid=15988 vsize=830952 CPUtime=0
/proc/16002/task/16010/stat : 16010 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000287267 850894848 189429 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 113.05
Current children cumulated vsize (KiB) 878508

[startup+113.903 s]
/proc/loadavg: 2.14 2.07 2.01 3/92 16173
/proc/meminfo: memFree=590368/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
[pid=16002] ppid=15988 vsize=814948 CPUtime=113.45
/proc/16002/stat : 16002 (java) S 15988 15988 13008 0 -1 0 234245 0 1 0 11239 106 0 0 18 0 9 0 2000287263 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16002/statm: 203737 185436 2592 9 0 197718 0
[pid=16002/tid=16003] ppid=15988 vsize=814948 CPUtime=95
/proc/16002/task/16003/stat : 16003 (java) S 15988 15988 13008 0 -1 64 16441 0 1 0 9490 10 0 0 17 0 9 0 2000287264 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16004] ppid=15988 vsize=814948 CPUtime=18.25
/proc/16002/task/16004/stat : 16004 (java) R 15988 15988 13008 0 -1 64 216314 0 0 0 1731 94 0 0 25 0 9 0 2000287265 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 104181582 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16005] ppid=15988 vsize=814948 CPUtime=0
/proc/16002/task/16005/stat : 16005 (java) S 15988 15988 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000287265 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16006] ppid=15988 vsize=814948 CPUtime=0
/proc/16002/task/16006/stat : 16006 (java) S 15988 15988 13008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000287265 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16007] ppid=15988 vsize=814948 CPUtime=0
/proc/16002/task/16007/stat : 16007 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000287267 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16008] ppid=15988 vsize=814948 CPUtime=0.17
/proc/16002/task/16008/stat : 16008 (java) S 15988 15988 13008 0 -1 64 789 0 0 0 17 0 0 0 16 0 9 0 2000287267 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16009] ppid=15988 vsize=814948 CPUtime=0
/proc/16002/task/16009/stat : 16009 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000287267 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16010] ppid=15988 vsize=814948 CPUtime=0
/proc/16002/task/16010/stat : 16010 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000287267 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 113.46
Current children cumulated vsize (KiB) 862504

[startup+114.102 s]
/proc/loadavg: 2.14 2.07 2.01 3/92 16173
/proc/meminfo: memFree=590368/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
[pid=16002] ppid=15988 vsize=814948 CPUtime=113.65
/proc/16002/stat : 16002 (java) S 15988 15988 13008 0 -1 0 234245 0 1 0 11259 106 0 0 18 0 9 0 2000287263 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16002/statm: 203737 185436 2592 9 0 197718 0
[pid=16002/tid=16003] ppid=15988 vsize=814948 CPUtime=95
/proc/16002/task/16003/stat : 16003 (java) S 15988 15988 13008 0 -1 64 16441 0 1 0 9490 10 0 0 17 0 9 0 2000287264 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16004] ppid=15988 vsize=814948 CPUtime=18.45
/proc/16002/task/16004/stat : 16004 (java) R 15988 15988 13008 0 -1 64 216314 0 0 0 1751 94 0 0 25 0 9 0 2000287265 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16005] ppid=15988 vsize=814948 CPUtime=0
/proc/16002/task/16005/stat : 16005 (java) S 15988 15988 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000287265 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16002/tid=16006] ppid=15988 vsize=814948 CPUtime=0
/proc/16002/task/16006/stat : 16006 (java) S 15988 15988 13008 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000287265 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16007] ppid=15988 vsize=814948 CPUtime=0
/proc/16002/task/16007/stat : 16007 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000287267 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16008] ppid=15988 vsize=814948 CPUtime=0.17
/proc/16002/task/16008/stat : 16008 (java) S 15988 15988 13008 0 -1 64 789 0 0 0 17 0 0 0 16 0 9 0 2000287267 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16009] ppid=15988 vsize=814948 CPUtime=0
/proc/16002/task/16009/stat : 16009 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000287267 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16002/tid=16010] ppid=15988 vsize=814948 CPUtime=0
/proc/16002/task/16010/stat : 16010 (java) S 15988 15988 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000287267 834506752 185436 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 113.66
Current children cumulated vsize (KiB) 862504

[startup+114.202 s]
/proc/loadavg: 2.14 2.07 2.01 3/92 16173
/proc/meminfo: memFree=590368/2055920 swapFree=4179680/4192956
[pid=15988] ppid=15986 vsize=47556 CPUtime=0.01
/proc/15988/stat : 15988 (galacE.sh) S 15986 15988 13008 0 -1 4194304 765 1859 0 0 0 0 0 1 18 0 1 0 2000287259 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15988/statm: 11889 364 245 79 0 219 0
[pid=16002] ppid=15988 vsize=0 CPUtime=113.7
/proc/16002/stat : 16002 (java) Z 15988 15988 13008 0 -1 12 234258 0 1 0 11260 110 0 0 16 0 2 0 2000287263 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16002/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 113.71
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 114.264
CPU time (s): 113.8
CPU user time (s): 112.608
CPU system time (s): 1.19182
CPU usage (%): 99.5932
Max. virtual memory (cumulated for all children) (KiB): 878508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.608
system time used= 1.19182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236904
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= 3228
involuntary context switches= 5657

runsolver used 0.160975 second user time and 0.435933 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 01:12:26
IDJOB=1080584
IDBENCH=57000
IDSOLVER=351
FILE ID=node54/1080584-1215213146
PBS_JOBID= 7881665
Free space on /tmp= 66504 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/radar-8-24-3-2/normalized-radar-8-24-3-2-0.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080584-1215213146/watcher-1080584-1215213146 -o /tmp/evaluation-result-1080584-1215213146/solver-1080584-1215213146 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1080584-1215213146.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cbf422b9beb0e6d77975a151315365dc
RANDOM SEED=1655307123

node54.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.279
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.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1717368 kB
Buffers:         24608 kB
Cached:         163952 kB
SwapCached:       6328 kB
Active:         247744 kB
Inactive:        34300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717368 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            3132 kB
Writeback:           0 kB
Mapped:         110160 kB
Slab:            41144 kB
Committed_AS:  4559048 kB
PageTables:       2128 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= 66524 MiB
End job on node54 at 2008-07-05 01:14:20