Trace number 2078852

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
SAT4J CSP 2.1.1? 128.45 127.361

General information on the benchmark

Namecsp/nengfa/
normalized-radi.xml
MD5SUM721069b46612331b45c8be673b18e6c8
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.074988
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints141
Maximum constraint arity10
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension141
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2078852-1247367536.xml
0.19/0.23	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.46	c reading domains done.
0.38/0.47	c reading variables done.
0.49/0.51	c reading predicates  done.
0.88/0.91	c reading constraints
128.30/127.22	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
128.30/127.22		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
128.30/127.22		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
128.30/127.22		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
128.30/127.22		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
128.30/127.22		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
128.30/127.22		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
128.30/127.22		at org.sat4j.csp.Predicate.find(Unknown Source)
128.30/127.22		at org.sat4j.csp.Predicate.find(Unknown Source)
128.30/127.23		at org.sat4j.csp.Predicate.find(Unknown Source)
128.30/127.23		at org.sat4j.csp.Predicate.find(Unknown Source)
128.30/127.23		at org.sat4j.csp.Predicate.find(Unknown Source)
128.30/127.23		at org.sat4j.csp.Predicate.find(Unknown Source)
128.30/127.23		at org.sat4j.csp.Predicate.find(Unknown Source)
128.30/127.23		at org.sat4j.csp.Predicate.toClause(Unknown Source)
128.30/127.23		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
128.30/127.23		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
128.30/127.23		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
128.30/127.23		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
128.30/127.23		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
128.30/127.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
128.30/127.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
128.30/127.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
128.30/127.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
128.30/127.23		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
128.30/127.23		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
128.30/127.23		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
128.30/127.23		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
128.30/127.23		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
128.30/127.23		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
128.30/127.23		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
128.30/127.23		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
128.30/127.23		at org.sat4j.AbstractLauncher.run(Unknown Source)
128.30/127.23	c starts		: 0
128.30/127.23	c conflicts		: 0
128.30/127.23	c decisions		: 0
128.30/127.23	c propagations		: 0
128.30/127.23	c inspects		: 0
128.30/127.23	c learnt literals	: 0
128.30/127.23	c learnt binary clauses	: 0
128.30/127.23	c learnt ternary clauses	: 0
128.30/127.23	c learnt clauses	: 0
128.30/127.23	c ignored clauses	: 0
128.30/127.23	c root simplifications	: 0
128.30/127.23	c removed literals (reason simplification)	: 0
128.30/127.23	c reason swapping (by a shorter reason)	: 0
128.30/127.23	c Calls to reduceDB	: 0
128.30/127.23	c speed (assignments/second)	: 0.0
128.30/127.23	c non guided choices	0
128.30/127.23	c learnt constraints type 
128.30/127.23	c constraints type 
128.30/127.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7746753
128.30/127.23	c org.sat4j.minisat.constraints.card.AtLeast => 86
128.30/127.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 88
128.30/127.23	s UNKNOWN
128.30/127.23	c Total wall clock time (in seconds) : 127.0

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078852-1247367536/watcher-2078852-1247367536 -o /tmp/evaluation-result-2078852-1247367536/solver-2078852-1247367536 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078852-1247367536.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.13 2.11 4/81 22067
/proc/meminfo: memFree=1749248/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=1612 CPUtime=0
/proc/22067/stat : 22067 (java6) D 22065 22067 3066 0 -1 0 176 0 0 0 0 0 0 0 19 0 1 0 23816199 1650688 147 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/22067/statm: 403 147 111 9 0 45 0

[startup+0.0736231 s]
/proc/loadavg: 2.09 2.13 2.11 4/81 22067
/proc/meminfo: memFree=1749248/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=802164 CPUtime=0.06
/proc/22067/stat : 22067 (java) S 22065 22067 3066 0 -1 0 2811 0 1 0 4 2 0 0 18 0 7 0 23816199 821415936 2556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 200541 2556 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.102198 s]
/proc/loadavg: 2.09 2.13 2.11 4/81 22067
/proc/meminfo: memFree=1749248/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=804560 CPUtime=0.09
/proc/22067/stat : 22067 (java) S 22065 22067 3066 0 -1 0 3061 0 1 0 7 2 0 0 18 0 12 0 23816199 823869440 2804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 201140 2804 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302221 s]
/proc/loadavg: 2.09 2.13 2.11 4/81 22067
/proc/meminfo: memFree=1749248/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=805836 CPUtime=0.28
/proc/22067/stat : 22067 (java) S 22065 22067 3066 0 -1 0 4344 0 1 0 25 3 0 0 18 0 12 0 23816199 825176064 4081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 201459 4081 1363 9 0 198786 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805836

[startup+0.702269 s]
/proc/loadavg: 2.09 2.13 2.11 4/81 22067
/proc/meminfo: memFree=1749248/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=807296 CPUtime=0.68
/proc/22067/stat : 22067 (java) S 22065 22067 3066 0 -1 0 6442 0 1 0 64 4 0 0 18 0 12 0 23816199 826671104 5786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 201824 5786 1387 9 0 199151 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807296

[startup+1.50136 s]
/proc/loadavg: 2.09 2.13 2.11 3/93 22079
/proc/meminfo: memFree=1730144/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=807424 CPUtime=1.47
/proc/22067/stat : 22067 (java) S 22065 22067 3066 0 -1 0 8246 0 1 0 142 5 0 0 18 0 12 0 23816199 826802176 7170 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 201856 7170 1400 9 0 199183 0
[pid=22067/tid=22069] ppid=22065 vsize=807424 CPUtime=0.97
/proc/22067/task/22069/stat : 22069 (java) R 22065 22067 3066 0 -1 64 5857 0 1 0 92 5 0 0 23 0 12 0 23816200 826802176 7170 996147200 134512640 134550932 4294956016 18446744073709551615 4109124672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22070] ppid=22065 vsize=807424 CPUtime=0
/proc/22067/task/22070/stat : 22070 (java) S 22065 22067 3066 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23816201 826802176 7170 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22071] ppid=22065 vsize=807424 CPUtime=0
/proc/22067/task/22071/stat : 22071 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23816201 826802176 7170 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22072] ppid=22065 vsize=807424 CPUtime=0
/proc/22067/task/22072/stat : 22072 (java) S 22065 22067 3066 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 23816203 826802176 7170 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22073] ppid=22065 vsize=807424 CPUtime=0
/proc/22067/task/22073/stat : 22073 (java) S 22065 22067 3066 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 23816204 826802176 7170 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22074] ppid=22065 vsize=807424 CPUtime=0
/proc/22067/task/22074/stat : 22074 (java) S 22065 22067 3066 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23816204 826802176 7170 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22075] ppid=22065 vsize=807424 CPUtime=0
/proc/22067/task/22075/stat : 22075 (java) S 22065 22067 3066 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23816208 826802176 7170 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22076] ppid=22065 vsize=807424 CPUtime=0
/proc/22067/task/22076/stat : 22076 (java) S 22065 22067 3066 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23816208 826802176 7170 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22077] ppid=22065 vsize=807424 CPUtime=0.49
/proc/22067/task/22077/stat : 22077 (java) S 22065 22067 3066 0 -1 64 1636 0 0 0 49 0 0 0 16 0 12 0 23816208 826802176 7170 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22078] ppid=22065 vsize=807424 CPUtime=0
/proc/22067/task/22078/stat : 22078 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23816208 826802176 7170 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22079] ppid=22065 vsize=807424 CPUtime=0
/proc/22067/task/22079/stat : 22079 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23816208 826802176 7170 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807424

[startup+3.10153 s]
/proc/loadavg: 2.17 2.14 2.11 4/93 22079
/proc/meminfo: memFree=1718816/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=810880 CPUtime=3.07
/proc/22067/stat : 22067 (java) S 22065 22067 3066 0 -1 0 24184 0 1 0 294 13 0 0 18 0 12 0 23816199 830341120 22301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 202720 22301 1428 9 0 200047 0
[pid=22067/tid=22069] ppid=22065 vsize=810880 CPUtime=2.03
/proc/22067/task/22069/stat : 22069 (java) R 22065 22067 3066 0 -1 64 17523 0 1 0 193 10 0 0 25 0 12 0 23816200 830341120 22301 996147200 134512640 134550932 4294956016 18446744073709551615 4109571308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22070] ppid=22065 vsize=810880 CPUtime=0.04
/proc/22067/task/22070/stat : 22070 (java) S 22065 22067 3066 0 -1 64 1797 0 0 0 4 0 0 0 17 0 12 0 23816201 830341120 22301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22071] ppid=22065 vsize=810880 CPUtime=0.02
/proc/22067/task/22071/stat : 22071 (java) S 22065 22067 3066 0 -1 64 769 0 0 0 2 0 0 0 17 0 12 0 23816201 830341120 22301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22072] ppid=22065 vsize=810880 CPUtime=0
/proc/22067/task/22072/stat : 22072 (java) S 22065 22067 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23816203 830341120 22301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22073] ppid=22065 vsize=810880 CPUtime=0
/proc/22067/task/22073/stat : 22073 (java) S 22065 22067 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23816204 830341120 22301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22074] ppid=22065 vsize=810880 CPUtime=0
/proc/22067/task/22074/stat : 22074 (java) S 22065 22067 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23816204 830341120 22301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22075] ppid=22065 vsize=810880 CPUtime=0
/proc/22067/task/22075/stat : 22075 (java) S 22065 22067 3066 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23816208 830341120 22301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22076] ppid=22065 vsize=810880 CPUtime=0
/proc/22067/task/22076/stat : 22076 (java) S 22065 22067 3066 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23816208 830341120 22301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22077] ppid=22065 vsize=810880 CPUtime=0.93
/proc/22067/task/22077/stat : 22077 (java) S 22065 22067 3066 0 -1 64 3335 0 0 0 93 0 0 0 16 0 12 0 23816208 830341120 22301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22078] ppid=22065 vsize=810880 CPUtime=0
/proc/22067/task/22078/stat : 22078 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23816208 830341120 22301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22079] ppid=22065 vsize=810880 CPUtime=0
/proc/22067/task/22079/stat : 22079 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23816208 830341120 22301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 810880

[startup+6.3029 s]
/proc/loadavg: 2.17 2.14 2.11 5/93 22079
/proc/meminfo: memFree=1616032/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=811880 CPUtime=6.58
/proc/22067/stat : 22067 (java) S 22065 22067 3066 0 -1 0 44976 0 1 0 637 21 0 0 18 0 12 0 23816199 831365120 41974 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 202970 41974 1428 9 0 200297 0
[pid=22067/tid=22069] ppid=22065 vsize=811880 CPUtime=4.26
/proc/22067/task/22069/stat : 22069 (java) R 22065 22067 3066 0 -1 64 17529 0 1 0 416 10 0 0 25 0 12 0 23816200 831365120 41974 996147200 134512640 134550932 4294956016 18446744073709551615 4109704416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22070] ppid=22065 vsize=811880 CPUtime=0.66
/proc/22067/task/22070/stat : 22070 (java) S 22065 22067 3066 0 -1 64 12678 0 0 0 62 4 0 0 17 0 12 0 23816201 831365120 41974 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22071] ppid=22065 vsize=811880 CPUtime=0.67
/proc/22067/task/22071/stat : 22071 (java) S 22065 22067 3066 0 -1 64 10674 0 0 0 62 5 0 0 17 0 12 0 23816201 831365120 41974 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22072] ppid=22065 vsize=811880 CPUtime=0
/proc/22067/task/22072/stat : 22072 (java) S 22065 22067 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23816203 831365120 41974 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22073] ppid=22065 vsize=811880 CPUtime=0
/proc/22067/task/22073/stat : 22073 (java) S 22065 22067 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23816204 831365120 41974 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22074] ppid=22065 vsize=811880 CPUtime=0
/proc/22067/task/22074/stat : 22074 (java) S 22065 22067 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23816204 831365120 41974 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22075] ppid=22065 vsize=811880 CPUtime=0
/proc/22067/task/22075/stat : 22075 (java) S 22065 22067 3066 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23816208 831365120 41974 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22076] ppid=22065 vsize=811880 CPUtime=0
/proc/22067/task/22076/stat : 22076 (java) S 22065 22067 3066 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23816208 831365120 41974 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22077] ppid=22065 vsize=811880 CPUtime=0.94
/proc/22067/task/22077/stat : 22077 (java) S 22065 22067 3066 0 -1 64 3335 0 0 0 94 0 0 0 16 0 12 0 23816208 831365120 41974 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22078] ppid=22065 vsize=811880 CPUtime=0
/proc/22067/task/22078/stat : 22078 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23816208 831365120 41974 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22079] ppid=22065 vsize=811880 CPUtime=0
/proc/22067/task/22079/stat : 22079 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23816208 831365120 41974 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 811880

[startup+12.7026 s]
/proc/loadavg: 2.30 2.17 2.12 3/93 22079
/proc/meminfo: memFree=1486248/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=811236 CPUtime=13.07
/proc/22067/stat : 22067 (java) S 22065 22067 3066 0 -1 0 72936 0 1 0 1276 31 0 0 18 0 12 0 23816199 830705664 69331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 202809 69331 1428 9 0 200136 0
[pid=22067/tid=22069] ppid=22065 vsize=811236 CPUtime=8.32
/proc/22067/task/22069/stat : 22069 (java) R 22065 22067 3066 0 -1 64 17548 0 1 0 821 11 0 0 25 0 12 0 23816200 830705664 69331 996147200 134512640 134550932 4294956016 18446744073709551615 4109619756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22070] ppid=22065 vsize=811236 CPUtime=1.8
/proc/22067/task/22070/stat : 22070 (java) S 22065 22067 3066 0 -1 64 20884 0 0 0 174 6 0 0 16 0 12 0 23816201 830705664 69331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22071] ppid=22065 vsize=811236 CPUtime=1.97
/proc/22067/task/22071/stat : 22071 (java) S 22065 22067 3066 0 -1 64 30409 0 0 0 185 12 0 0 16 0 12 0 23816201 830705664 69331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22072] ppid=22065 vsize=811236 CPUtime=0
/proc/22067/task/22072/stat : 22072 (java) S 22065 22067 3066 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 23816203 830705664 69331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22073] ppid=22065 vsize=811236 CPUtime=0
/proc/22067/task/22073/stat : 22073 (java) S 22065 22067 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23816204 830705664 69331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22074] ppid=22065 vsize=811236 CPUtime=0
/proc/22067/task/22074/stat : 22074 (java) S 22065 22067 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23816204 830705664 69331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22075] ppid=22065 vsize=811236 CPUtime=0
/proc/22067/task/22075/stat : 22075 (java) S 22065 22067 3066 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23816208 830705664 69331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22076] ppid=22065 vsize=811236 CPUtime=0
/proc/22067/task/22076/stat : 22076 (java) S 22065 22067 3066 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23816208 830705664 69331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22077] ppid=22065 vsize=811236 CPUtime=0.94
/proc/22067/task/22077/stat : 22077 (java) S 22065 22067 3066 0 -1 64 3335 0 0 0 94 0 0 0 16 0 12 0 23816208 830705664 69331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22078] ppid=22065 vsize=811236 CPUtime=0
/proc/22067/task/22078/stat : 22078 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23816208 830705664 69331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22079] ppid=22065 vsize=811236 CPUtime=0
/proc/22067/task/22079/stat : 22079 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23816208 830705664 69331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.07
Current children cumulated vsize (KiB) 811236

[startup+25.5021 s]
/proc/loadavg: 2.25 2.17 2.12 3/93 22079
/proc/meminfo: memFree=1266544/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=811236 CPUtime=26.4
/proc/22067/stat : 22067 (java) S 22065 22067 3066 0 -1 0 129060 0 1 0 2586 54 0 0 18 0 12 0 23816199 830705664 123656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 202809 123656 1428 9 0 200136 0
[pid=22067/tid=22069] ppid=22065 vsize=811236 CPUtime=16.71
/proc/22067/task/22069/stat : 22069 (java) R 22065 22067 3066 0 -1 64 29859 0 1 0 1655 16 0 0 25 0 12 0 23816200 830705664 123656 996147200 134512640 134550932 4294956016 18446744073709551615 4109619756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22067/tid=22070] ppid=22065 vsize=811236 CPUtime=4.34
/proc/22067/task/22070/stat : 22070 (java) S 22065 22067 3066 0 -1 64 45110 0 0 0 419 15 0 0 16 0 12 0 23816201 830705664 123656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22067/tid=22071] ppid=22065 vsize=811236 CPUtime=4.35
/proc/22067/task/22071/stat : 22071 (java) S 22065 22067 3066 0 -1 64 49996 0 0 0 415 20 0 0 17 0 12 0 23816201 830705664 123656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22067/tid=22072] ppid=22065 vsize=811236 CPUtime=0.01
/proc/22067/task/22072/stat : 22072 (java) S 22065 22067 3066 0 -1 64 9 0 0 0 1 0 0 0 15 0 12 0 23816203 830705664 123656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22067/tid=22073] ppid=22065 vsize=811236 CPUtime=0
/proc/22067/task/22073/stat : 22073 (java) S 22065 22067 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23816204 830705664 123656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22074] ppid=22065 vsize=811236 CPUtime=0
/proc/22067/task/22074/stat : 22074 (java) S 22065 22067 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23816204 830705664 123656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22075] ppid=22065 vsize=811236 CPUtime=0
/proc/22067/task/22075/stat : 22075 (java) S 22065 22067 3066 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23816208 830705664 123656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22076] ppid=22065 vsize=811236 CPUtime=0

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

[pid=22067/tid=22079] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22079/stat : 22079 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23816208 834805760 173406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 103.54
Current children cumulated vsize (KiB) 815240

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

[startup+115.102 s]
/proc/loadavg: 2.33 2.24 2.15 3/93 22079
/proc/meminfo: memFree=1058672/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=813240 CPUtime=116.28
/proc/22067/stat : 22067 (java) S 22065 22067 3066 0 -1 0 279843 0 1 0 11511 117 0 0 18 0 12 0 23816199 832757760 172906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 203310 172906 1433 9 0 200637 0
[pid=22067/tid=22069] ppid=22065 vsize=813240 CPUtime=29.25
/proc/22067/task/22069/stat : 22069 (java) S 22065 22067 3066 0 -1 64 33158 0 1 0 2907 18 0 0 17 0 12 0 23816200 832757760 172906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22070] ppid=22065 vsize=813240 CPUtime=6.93
/proc/22067/task/22070/stat : 22070 (java) S 22065 22067 3066 0 -1 64 65821 0 0 0 670 23 0 0 16 0 12 0 23816201 832757760 172906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22071] ppid=22065 vsize=813240 CPUtime=7.48
/proc/22067/task/22071/stat : 22071 (java) S 22065 22067 3066 0 -1 64 74571 0 0 0 718 30 0 0 16 0 12 0 23816201 832757760 172906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22072] ppid=22065 vsize=813240 CPUtime=71.63
/proc/22067/task/22072/stat : 22072 (java) R 22065 22067 3066 0 -1 64 102207 0 0 0 7119 44 0 0 25 0 12 0 23816203 832757760 172906 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22073] ppid=22065 vsize=813240 CPUtime=0
/proc/22067/task/22073/stat : 22073 (java) S 22065 22067 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23816204 832757760 172906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22074] ppid=22065 vsize=813240 CPUtime=0
/proc/22067/task/22074/stat : 22074 (java) S 22065 22067 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23816204 832757760 172906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22075] ppid=22065 vsize=813240 CPUtime=0
/proc/22067/task/22075/stat : 22075 (java) S 22065 22067 3066 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23816208 832757760 172906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22076] ppid=22065 vsize=813240 CPUtime=0
/proc/22067/task/22076/stat : 22076 (java) S 22065 22067 3066 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23816208 832757760 172906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22077] ppid=22065 vsize=813240 CPUtime=0.94
/proc/22067/task/22077/stat : 22077 (java) S 22065 22067 3066 0 -1 64 3335 0 0 0 94 0 0 0 16 0 12 0 23816208 832757760 172906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22078] ppid=22065 vsize=813240 CPUtime=0
/proc/22067/task/22078/stat : 22078 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23816208 832757760 172906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22079] ppid=22065 vsize=813240 CPUtime=0
/proc/22067/task/22079/stat : 22079 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23816208 832757760 172906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 116.28
Current children cumulated vsize (KiB) 813240

[startup+121.502 s]
/proc/loadavg: 2.30 2.24 2.15 3/93 22079
/proc/meminfo: memFree=1058736/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=815240 CPUtime=122.65
/proc/22067/stat : 22067 (java) S 22065 22067 3066 0 -1 0 284351 0 1 0 12145 120 0 0 18 0 12 0 23816199 834805760 173406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 203810 173406 1433 9 0 201137 0
[pid=22067/tid=22069] ppid=22065 vsize=815240 CPUtime=29.27
/proc/22067/task/22069/stat : 22069 (java) S 22065 22067 3066 0 -1 64 33159 0 1 0 2909 18 0 0 17 0 12 0 23816200 834805760 173406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22070] ppid=22065 vsize=815240 CPUtime=6.93
/proc/22067/task/22070/stat : 22070 (java) S 22065 22067 3066 0 -1 64 65821 0 0 0 670 23 0 0 16 0 12 0 23816201 834805760 173406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22071] ppid=22065 vsize=815240 CPUtime=7.48
/proc/22067/task/22071/stat : 22071 (java) S 22065 22067 3066 0 -1 64 74571 0 0 0 718 30 0 0 16 0 12 0 23816201 834805760 173406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22072] ppid=22065 vsize=815240 CPUtime=77.97
/proc/22067/task/22072/stat : 22072 (java) R 22065 22067 3066 0 -1 64 106714 0 0 0 7751 46 0 0 25 0 12 0 23816203 834805760 173406 996147200 134512640 134550932 4294956016 18446744073709551615 105886146 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22073] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22073/stat : 22073 (java) S 22065 22067 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23816204 834805760 173406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22074] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22074/stat : 22074 (java) S 22065 22067 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23816204 834805760 173406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22075] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22075/stat : 22075 (java) S 22065 22067 3066 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23816208 834805760 173406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22076] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22076/stat : 22076 (java) S 22065 22067 3066 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23816208 834805760 173406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22077] ppid=22065 vsize=815240 CPUtime=0.94
/proc/22067/task/22077/stat : 22077 (java) S 22065 22067 3066 0 -1 64 3335 0 0 0 94 0 0 0 16 0 12 0 23816208 834805760 173406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22078] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22078/stat : 22078 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23816208 834805760 173406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22079] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22079/stat : 22079 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23816208 834805760 173406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 122.65
Current children cumulated vsize (KiB) 815240

[startup+124.702 s]
/proc/loadavg: 2.28 2.23 2.15 3/93 22079
/proc/meminfo: memFree=1058736/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=813240 CPUtime=125.83
/proc/22067/stat : 22067 (java) S 22065 22067 3066 0 -1 0 286862 0 1 0 12462 121 0 0 18 0 12 0 23816199 832757760 172909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 203310 172909 1435 9 0 200637 0
[pid=22067/tid=22069] ppid=22065 vsize=813240 CPUtime=29.29
/proc/22067/task/22069/stat : 22069 (java) S 22065 22067 3066 0 -1 64 33164 0 1 0 2911 18 0 0 17 0 12 0 23816200 832757760 172909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22070] ppid=22065 vsize=813240 CPUtime=6.93
/proc/22067/task/22070/stat : 22070 (java) S 22065 22067 3066 0 -1 64 65821 0 0 0 670 23 0 0 16 0 12 0 23816201 832757760 172909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22071] ppid=22065 vsize=813240 CPUtime=7.48
/proc/22067/task/22071/stat : 22071 (java) S 22065 22067 3066 0 -1 64 74571 0 0 0 718 30 0 0 16 0 12 0 23816201 832757760 172909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22072] ppid=22065 vsize=813240 CPUtime=81.14
/proc/22067/task/22072/stat : 22072 (java) R 22065 22067 3066 0 -1 64 109220 0 0 0 8067 47 0 0 25 0 12 0 23816203 832757760 172909 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22073] ppid=22065 vsize=813240 CPUtime=0
/proc/22067/task/22073/stat : 22073 (java) S 22065 22067 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23816204 832757760 172909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22074] ppid=22065 vsize=813240 CPUtime=0
/proc/22067/task/22074/stat : 22074 (java) S 22065 22067 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23816204 832757760 172909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22075] ppid=22065 vsize=813240 CPUtime=0
/proc/22067/task/22075/stat : 22075 (java) S 22065 22067 3066 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23816208 832757760 172909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22076] ppid=22065 vsize=813240 CPUtime=0
/proc/22067/task/22076/stat : 22076 (java) S 22065 22067 3066 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23816208 832757760 172909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22077] ppid=22065 vsize=813240 CPUtime=0.94
/proc/22067/task/22077/stat : 22077 (java) S 22065 22067 3066 0 -1 64 3335 0 0 0 94 0 0 0 16 0 12 0 23816208 832757760 172909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22078] ppid=22065 vsize=813240 CPUtime=0
/proc/22067/task/22078/stat : 22078 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23816208 832757760 172909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22079] ppid=22065 vsize=813240 CPUtime=0
/proc/22067/task/22079/stat : 22079 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23816208 832757760 172909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 125.83
Current children cumulated vsize (KiB) 813240

[startup+126.303 s]
/proc/loadavg: 2.28 2.23 2.15 3/93 22085
/proc/meminfo: memFree=1058736/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=815240 CPUtime=127.41
/proc/22067/stat : 22067 (java) S 22065 22067 3066 0 -1 0 287863 0 1 0 12620 121 0 0 18 0 12 0 23816199 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 203810 173409 1435 9 0 201137 0
[pid=22067/tid=22069] ppid=22065 vsize=815240 CPUtime=29.29
/proc/22067/task/22069/stat : 22069 (java) S 22065 22067 3066 0 -1 64 33164 0 1 0 2911 18 0 0 17 0 12 0 23816200 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22070] ppid=22065 vsize=815240 CPUtime=6.93
/proc/22067/task/22070/stat : 22070 (java) S 22065 22067 3066 0 -1 64 65821 0 0 0 670 23 0 0 16 0 12 0 23816201 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22071] ppid=22065 vsize=815240 CPUtime=7.48
/proc/22067/task/22071/stat : 22071 (java) S 22065 22067 3066 0 -1 64 74571 0 0 0 718 30 0 0 16 0 12 0 23816201 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22072] ppid=22065 vsize=815240 CPUtime=82.72
/proc/22067/task/22072/stat : 22072 (java) R 22065 22067 3066 0 -1 64 110221 0 0 0 8224 48 0 0 25 0 12 0 23816203 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22073] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22073/stat : 22073 (java) S 22065 22067 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23816204 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22074] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22074/stat : 22074 (java) S 22065 22067 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23816204 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22075] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22075/stat : 22075 (java) S 22065 22067 3066 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23816208 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22076] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22076/stat : 22076 (java) S 22065 22067 3066 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23816208 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22077] ppid=22065 vsize=815240 CPUtime=0.94
/proc/22067/task/22077/stat : 22077 (java) S 22065 22067 3066 0 -1 64 3335 0 0 0 94 0 0 0 16 0 12 0 23816208 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22078] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22078/stat : 22078 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23816208 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22079] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22079/stat : 22079 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23816208 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 127.41
Current children cumulated vsize (KiB) 815240

[startup+127.103 s]
/proc/loadavg: 2.28 2.23 2.15 3/93 22085
/proc/meminfo: memFree=1058736/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=815240 CPUtime=128.2
/proc/22067/stat : 22067 (java) S 22065 22067 3066 0 -1 0 287863 0 1 0 12699 121 0 0 18 0 12 0 23816199 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 203810 173409 1435 9 0 201137 0
[pid=22067/tid=22069] ppid=22065 vsize=815240 CPUtime=29.29
/proc/22067/task/22069/stat : 22069 (java) S 22065 22067 3066 0 -1 64 33164 0 1 0 2911 18 0 0 17 0 12 0 23816200 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22070] ppid=22065 vsize=815240 CPUtime=6.93
/proc/22067/task/22070/stat : 22070 (java) S 22065 22067 3066 0 -1 64 65821 0 0 0 670 23 0 0 16 0 12 0 23816201 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22071] ppid=22065 vsize=815240 CPUtime=7.48
/proc/22067/task/22071/stat : 22071 (java) S 22065 22067 3066 0 -1 64 74571 0 0 0 718 30 0 0 16 0 12 0 23816201 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22072] ppid=22065 vsize=815240 CPUtime=83.52
/proc/22067/task/22072/stat : 22072 (java) R 22065 22067 3066 0 -1 64 110221 0 0 0 8304 48 0 0 25 0 12 0 23816203 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22073] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22073/stat : 22073 (java) S 22065 22067 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23816204 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22074] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22074/stat : 22074 (java) S 22065 22067 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23816204 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22075] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22075/stat : 22075 (java) S 22065 22067 3066 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23816208 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22076] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22076/stat : 22076 (java) S 22065 22067 3066 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23816208 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22077] ppid=22065 vsize=815240 CPUtime=0.94
/proc/22067/task/22077/stat : 22077 (java) S 22065 22067 3066 0 -1 64 3335 0 0 0 94 0 0 0 16 0 12 0 23816208 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22078] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22078/stat : 22078 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23816208 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22067/tid=22079] ppid=22065 vsize=815240 CPUtime=0
/proc/22067/task/22079/stat : 22079 (java) S 22065 22067 3066 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23816208 834805760 173409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 128.2
Current children cumulated vsize (KiB) 815240

[startup+127.303 s]
/proc/loadavg: 2.28 2.23 2.15 3/93 22085
/proc/meminfo: memFree=1058736/2055920 swapFree=4191904/4192956
[pid=22067] ppid=22065 vsize=0 CPUtime=128.38
/proc/22067/stat : 22067 (java) Z 22065 22067 3066 0 -1 12 287879 0 1 0 12712 126 0 0 16 0 2 0 23816199 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22067/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 128.38
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 127.361
CPU time (s): 128.45
CPU user time (s): 127.128
CPU system time (s): 1.3228
CPU usage (%): 100.856
Max. virtual memory (cumulated for all children) (KiB): 843240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.128
system time used= 1.3228
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287879
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= 4224
involuntary context switches= 6335

runsolver used 0.158975 second user time and 0.438933 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 04:58:56
IDJOB=2078852
IDBENCH=56819
IDSOLVER=731
FILE ID=node63/2078852-1247367536
PBS_JOBID= 9507106
Free space on /tmp= 66220 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/nengfa/normalized-radi.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078852-1247367536/watcher-2078852-1247367536 -o /tmp/evaluation-result-2078852-1247367536/solver-2078852-1247367536 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078852-1247367536.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 721069b46612331b45c8be673b18e6c8
RANDOM SEED=1033619107

node63.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.232
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.232
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:       1749728 kB
Buffers:         29288 kB
Cached:         162416 kB
SwapCached:        260 kB
Active:         164488 kB
Inactive:        88184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749728 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            1268 kB
Writeback:           0 kB
Mapped:          80792 kB
Slab:            38480 kB
Committed_AS:   260748 kB
PageTables:       2016 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= 66216 MiB
End job on node63 at 2009-07-12 05:01:04