Trace number 2065333

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? 35.0087 33.7329

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-9_ext.xml
MD5SUMfa3fd3e463227823f5510a53e7f059f4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.44978
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.14/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.20	c See www.sat4j.org for details.
0.14/0.20	c That software uses the Rhino library from the Mozilla project.
0.14/0.22	c version 2.1.1.v20090622
0.14/0.22	c sun.arch.data.model	32
0.14/0.22	c java.version	1.6.0_12
0.14/0.22	c os.name	Linux
0.14/0.22	c os.version	2.6.9-22.EL.rootsmp
0.14/0.22	c os.arch	i386
0.14/0.22	c Free memory 671000808
0.14/0.22	c Max memory 672137216
0.14/0.22	c Total memory 672137216
0.14/0.22	c Number of processors 2
0.24/0.30	c c --- Begin Solver configuration ---
0.24/0.30	c Stops conflict analysis at the first Unique Implication Point
0.24/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.24/0.30	c Learn all clauses as in MiniSAT
0.24/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.24/0.30	c Expensive reason simplification
0.24/0.30	c MiniSAT restarts strategy
0.24/0.30	c Memory based learned constraints deletion strategy
0.24/0.30	c timeout=2147483s
0.24/0.30	c DB Simplification allowed=false
0.24/0.30	c --- End Solver configuration ---
0.24/0.30	c solving HOME/instance-2065333-1247338230.xml
0.24/0.30	c reading problem ... 
0.42/0.56	c reading problem named null
0.42/0.56	c reading domains done.
0.42/0.56	c reading variables done.
0.42/0.57	c reading relations done.
1.82/1.93	c reading constraints
34.81/33.57	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
34.81/33.57		at org.sat4j.core.Vec.ensure(Unknown Source)
34.81/33.57		at org.sat4j.core.Vec.push(Unknown Source)
34.81/33.57		at org.sat4j.minisat.core.Solver.addConstr(Unknown Source)
34.81/33.57		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
34.81/33.57		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
34.81/33.57		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
34.81/33.57		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
34.81/33.57		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
34.81/33.57		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
34.81/33.57		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
34.81/33.57		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
34.81/33.57		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
34.81/33.57		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
34.81/33.57		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
34.81/33.57		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
34.81/33.57		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
34.81/33.57		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
34.81/33.57		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
34.81/33.57		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
34.81/33.57		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
34.81/33.57		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
34.81/33.57		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
34.81/33.57		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
34.81/33.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
34.81/33.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
34.81/33.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
34.81/33.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
34.81/33.57		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
34.81/33.57		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
34.81/33.57		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
34.81/33.57		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
34.81/33.57		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
34.81/33.57	c starts		: 0
34.81/33.57	c conflicts		: 0
34.81/33.57	c decisions		: 0
34.81/33.57	c propagations		: 0
34.81/33.57	c inspects		: 0
34.81/33.57	c learnt literals	: 0
34.81/33.57	c learnt binary clauses	: 0
34.81/33.57	c learnt ternary clauses	: 0
34.81/33.57	c learnt clauses	: 0
34.81/33.57	c ignored clauses	: 0
34.81/33.57	c root simplifications	: 0
34.81/33.57	c removed literals (reason simplification)	: 0
34.81/33.57	c reason swapping (by a shorter reason)	: 0
34.81/33.57	c Calls to reduceDB	: 0
34.81/33.57	c speed (assignments/second)	: 0.0
34.81/33.57	c non guided choices	0
34.81/33.57	c learnt constraints type 
34.81/33.57	c constraints type 
34.81/33.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6291437
34.81/33.57	c org.sat4j.minisat.constraints.card.AtLeast => 20
34.81/33.57	s UNKNOWN
34.81/33.57	c Total wall clock time (in seconds) : 33.262

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-2065333-1247338230/watcher-2065333-1247338230 -o /tmp/evaluation-result-2065333-1247338230/solver-2065333-1247338230 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065333-1247338230.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: 3.16 2.83 2.40 4/82 18852
/proc/meminfo: memFree=1822608/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=18576 CPUtime=0
/proc/18852/stat : 18852 (runsolver) R 18850 18852 18246 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 20886904 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18852/statm: 4644 284 249 26 0 2626 0

[startup+0.0337791 s]
/proc/loadavg: 3.16 2.83 2.40 4/82 18852
/proc/meminfo: memFree=1822608/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=12928 CPUtime=0.01
/proc/18852/stat : 18852 (java) D 18850 18852 18246 0 -1 0 371 0 4 0 0 1 0 0 18 0 1 0 20886904 13238272 182 996147200 134512640 134550932 4294956016 18446744073709551615 11252522 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/18852/statm: 3232 182 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.106595 s]
/proc/loadavg: 3.16 2.83 2.40 4/82 18852
/proc/meminfo: memFree=1822608/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=801384 CPUtime=0.05
/proc/18852/stat : 18852 (java) S 18850 18852 18246 0 -1 0 2474 0 30 0 2 3 0 0 18 0 5 0 20886904 820617216 2250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18852/statm: 200346 2250 978 9 0 197697 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801384

[startup+0.301621 s]
/proc/loadavg: 3.16 2.83 2.40 4/82 18852
/proc/meminfo: memFree=1822608/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=805600 CPUtime=0.24
/proc/18852/stat : 18852 (java) S 18850 18852 18246 0 -1 0 3927 0 30 0 19 5 0 0 18 0 12 0 20886904 824934400 3693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18852/statm: 201400 3693 1349 9 0 198734 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 805600

[startup+0.701659 s]
/proc/loadavg: 3.16 2.83 2.40 4/82 18852
/proc/meminfo: memFree=1822608/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=807184 CPUtime=0.63
/proc/18852/stat : 18852 (java) S 18850 18852 18246 0 -1 0 6052 0 30 0 56 7 0 0 18 0 12 0 20886904 826556416 5537 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18852/statm: 201796 5537 1387 9 0 199123 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 807184

[startup+1.50274 s]
/proc/loadavg: 3.16 2.83 2.40 4/94 18864
/proc/meminfo: memFree=1796976/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=807460 CPUtime=1.42
/proc/18852/stat : 18852 (java) S 18850 18852 18246 0 -1 0 9979 0 30 0 133 9 0 0 18 0 12 0 20886904 826839040 8935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18852/statm: 201865 8935 1408 9 0 199192 0
[pid=18852/tid=18854] ppid=18850 vsize=807460 CPUtime=0.65
/proc/18852/task/18854/stat : 18854 (java) R 18850 18852 18246 0 -1 64 7411 0 1 0 60 5 0 0 25 0 12 0 20886912 826839040 8935 996147200 134512640 134550932 4294956016 18446744073709551615 4109637702 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18855] ppid=18850 vsize=807460 CPUtime=0
/proc/18852/task/18855/stat : 18855 (java) S 18850 18852 18246 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20886913 826839040 8935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18856] ppid=18850 vsize=807460 CPUtime=0
/proc/18852/task/18856/stat : 18856 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20886913 826839040 8935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18857] ppid=18850 vsize=807460 CPUtime=0
/proc/18852/task/18857/stat : 18857 (java) S 18850 18852 18246 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 20886915 826839040 8935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18858] ppid=18850 vsize=807460 CPUtime=0
/proc/18852/task/18858/stat : 18858 (java) S 18850 18852 18246 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 20886915 826839040 8935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18859] ppid=18850 vsize=807460 CPUtime=0
/proc/18852/task/18859/stat : 18859 (java) S 18850 18852 18246 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 20886915 826839040 8935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18860] ppid=18850 vsize=807460 CPUtime=0
/proc/18852/task/18860/stat : 18860 (java) S 18850 18852 18246 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20886920 826839040 8935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18861] ppid=18850 vsize=807460 CPUtime=0
/proc/18852/task/18861/stat : 18861 (java) S 18850 18852 18246 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20886920 826839040 8935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18862] ppid=18850 vsize=807460 CPUtime=0.73
/proc/18852/task/18862/stat : 18862 (java) S 18850 18852 18246 0 -1 64 1842 0 0 0 72 1 0 0 16 0 12 0 20886920 826839040 8935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18863] ppid=18850 vsize=807460 CPUtime=0
/proc/18852/task/18863/stat : 18863 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20886920 826839040 8935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18864] ppid=18850 vsize=807460 CPUtime=0
/proc/18852/task/18864/stat : 18864 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20886920 826839040 8935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 807460

[startup+3.1029 s]
/proc/loadavg: 3.16 2.83 2.40 4/94 18864
/proc/meminfo: memFree=1738992/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=809964 CPUtime=3.01
/proc/18852/stat : 18852 (java) S 18850 18852 18246 0 -1 0 28601 0 30 0 283 18 0 0 18 0 12 0 20886904 829403136 26738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18852/statm: 202491 26738 1423 9 0 199818 0
[pid=18852/tid=18854] ppid=18850 vsize=809964 CPUtime=1.68
/proc/18852/task/18854/stat : 18854 (java) R 18850 18852 18246 0 -1 64 16908 0 1 0 158 10 0 0 25 0 12 0 20886912 829403136 26738 996147200 134512640 134550932 4294956016 18446744073709551615 4109681853 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18855] ppid=18850 vsize=809964 CPUtime=0.11
/proc/18852/task/18855/stat : 18855 (java) S 18850 18852 18246 0 -1 64 3884 0 0 0 10 1 0 0 17 0 12 0 20886913 829403136 26738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18856] ppid=18850 vsize=809964 CPUtime=0.08
/proc/18852/task/18856/stat : 18856 (java) S 18850 18852 18246 0 -1 64 3797 0 0 0 7 1 0 0 16 0 12 0 20886913 829403136 26738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18857] ppid=18850 vsize=809964 CPUtime=0
/proc/18852/task/18857/stat : 18857 (java) S 18850 18852 18246 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 20886915 829403136 26738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18858] ppid=18850 vsize=809964 CPUtime=0
/proc/18852/task/18858/stat : 18858 (java) S 18850 18852 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20886915 829403136 26738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18859] ppid=18850 vsize=809964 CPUtime=0
/proc/18852/task/18859/stat : 18859 (java) S 18850 18852 18246 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20886915 829403136 26738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18860] ppid=18850 vsize=809964 CPUtime=0
/proc/18852/task/18860/stat : 18860 (java) S 18850 18852 18246 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20886920 829403136 26738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18861] ppid=18850 vsize=809964 CPUtime=0
/proc/18852/task/18861/stat : 18861 (java) S 18850 18852 18246 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20886920 829403136 26738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18862] ppid=18850 vsize=809964 CPUtime=1.07
/proc/18852/task/18862/stat : 18862 (java) S 18850 18852 18246 0 -1 64 3275 0 0 0 106 1 0 0 16 0 12 0 20886920 829403136 26738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18863] ppid=18850 vsize=809964 CPUtime=0
/proc/18852/task/18863/stat : 18863 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20886920 829403136 26738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18864] ppid=18850 vsize=809964 CPUtime=0
/proc/18852/task/18864/stat : 18864 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20886920 829403136 26738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 809964

[startup+6.30224 s]
/proc/loadavg: 3.23 2.84 2.40 5/94 18864
/proc/meminfo: memFree=1608560/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=812532 CPUtime=6.22
/proc/18852/stat : 18852 (java) S 18850 18852 18246 0 -1 0 61528 0 30 0 589 33 0 0 18 0 12 0 20886904 832032768 59335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18852/statm: 203133 59335 1423 9 0 200460 0
[pid=18852/tid=18854] ppid=18850 vsize=812532 CPUtime=3.08
/proc/18852/task/18854/stat : 18854 (java) R 18850 18852 18246 0 -1 64 16916 0 1 0 298 10 0 0 17 0 12 0 20886912 832032768 59335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18855] ppid=18850 vsize=812532 CPUtime=1.01
/proc/18852/task/18855/stat : 18855 (java) R 18850 18852 18246 0 -1 64 21419 0 0 0 91 10 0 0 16 0 12 0 20886913 832032768 59335 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18856] ppid=18850 vsize=812532 CPUtime=0.98
/proc/18852/task/18856/stat : 18856 (java) R 18850 18852 18246 0 -1 64 19181 0 0 0 91 7 0 0 16 0 12 0 20886913 832032768 59335 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18857] ppid=18850 vsize=812532 CPUtime=0
/proc/18852/task/18857/stat : 18857 (java) S 18850 18852 18246 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 20886915 832032768 59335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18858] ppid=18850 vsize=812532 CPUtime=0
/proc/18852/task/18858/stat : 18858 (java) S 18850 18852 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20886915 832032768 59335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18859] ppid=18850 vsize=812532 CPUtime=0
/proc/18852/task/18859/stat : 18859 (java) S 18850 18852 18246 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20886915 832032768 59335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18860] ppid=18850 vsize=812532 CPUtime=0
/proc/18852/task/18860/stat : 18860 (java) S 18850 18852 18246 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20886920 832032768 59335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18861] ppid=18850 vsize=812532 CPUtime=0
/proc/18852/task/18861/stat : 18861 (java) S 18850 18852 18246 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20886920 832032768 59335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18862] ppid=18850 vsize=812532 CPUtime=1.07
/proc/18852/task/18862/stat : 18862 (java) S 18850 18852 18246 0 -1 64 3275 0 0 0 106 1 0 0 16 0 12 0 20886920 832032768 59335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18863] ppid=18850 vsize=812532 CPUtime=0
/proc/18852/task/18863/stat : 18863 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20886920 832032768 59335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18864] ppid=18850 vsize=812532 CPUtime=0
/proc/18852/task/18864/stat : 18864 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20886920 832032768 59335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 812532

[startup+12.7069 s]
/proc/loadavg: 3.29 2.86 2.41 4/94 18864
/proc/meminfo: memFree=982704/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=812532 CPUtime=12.74
/proc/18852/stat : 18852 (java) S 18850 18852 18246 0 -1 0 127107 0 30 0 1204 70 0 0 18 0 12 0 20886904 832032768 124508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18852/statm: 203133 124508 1423 9 0 200460 0
[pid=18852/tid=18854] ppid=18850 vsize=812532 CPUtime=5.93
/proc/18852/task/18854/stat : 18854 (java) R 18850 18852 18246 0 -1 64 35361 0 1 0 572 21 0 0 25 0 12 0 20886912 832032768 124508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18855] ppid=18850 vsize=812532 CPUtime=3.05
/proc/18852/task/18855/stat : 18855 (java) R 18850 18852 18246 0 -1 64 42827 0 0 0 283 22 0 0 16 0 12 0 20886913 832032768 124508 996147200 134512640 134550932 4294956016 18446744073709551615 105886517 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18856] ppid=18850 vsize=812532 CPUtime=2.61
/proc/18852/task/18856/stat : 18856 (java) R 18850 18852 18246 0 -1 64 44907 0 0 0 240 21 0 0 16 0 12 0 20886913 832032768 124508 996147200 134512640 134550932 4294956016 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18857] ppid=18850 vsize=812532 CPUtime=0.01
/proc/18852/task/18857/stat : 18857 (java) S 18850 18852 18246 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 20886915 832032768 124508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18858] ppid=18850 vsize=812532 CPUtime=0
/proc/18852/task/18858/stat : 18858 (java) S 18850 18852 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20886915 832032768 124508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18859] ppid=18850 vsize=812532 CPUtime=0
/proc/18852/task/18859/stat : 18859 (java) S 18850 18852 18246 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20886915 832032768 124508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18860] ppid=18850 vsize=812532 CPUtime=0
/proc/18852/task/18860/stat : 18860 (java) S 18850 18852 18246 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20886920 832032768 124508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18861] ppid=18850 vsize=812532 CPUtime=0
/proc/18852/task/18861/stat : 18861 (java) S 18850 18852 18246 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20886920 832032768 124508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18862] ppid=18850 vsize=812532 CPUtime=1.07
/proc/18852/task/18862/stat : 18862 (java) S 18850 18852 18246 0 -1 64 3275 0 0 0 106 1 0 0 16 0 12 0 20886920 832032768 124508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18863] ppid=18850 vsize=812532 CPUtime=0
/proc/18852/task/18863/stat : 18863 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20886920 832032768 124508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18864] ppid=18850 vsize=812532 CPUtime=0
/proc/18852/task/18864/stat : 18864 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20886920 832032768 124508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 812532

[startup+25.5022 s]
/proc/loadavg: 3.07 2.84 2.41 3/94 18915
/proc/meminfo: memFree=1143088/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=845816 CPUtime=26.81
/proc/18852/stat : 18852 (java) S 18850 18852 18246 0 -1 0 206572 0 30 0 2569 112 0 0 18 0 12 0 20886904 866115584 177234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18852/statm: 211454 177234 1425 9 0 208781 0
[pid=18852/tid=18854] ppid=18850 vsize=845816 CPUtime=9.2
/proc/18852/task/18854/stat : 18854 (java) S 18850 18852 18246 0 -1 64 35375 0 1 0 899 21 0 0 18 0 12 0 20886912 866115584 177234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18855] ppid=18850 vsize=845816 CPUtime=6.52
/proc/18852/task/18855/stat : 18855 (java) S 18850 18852 18246 0 -1 64 70525 0 0 0 613 39 0 0 16 0 12 0 20886913 866115584 177234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18856] ppid=18850 vsize=845816 CPUtime=5.63
/proc/18852/task/18856/stat : 18856 (java) S 18850 18852 18246 0 -1 64 65625 0 0 0 531 32 0 0 19 0 12 0 20886913 866115584 177234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18857] ppid=18850 vsize=845816 CPUtime=4.33
/proc/18852/task/18857/stat : 18857 (java) R 18850 18852 18246 0 -1 64 31047 0 0 0 418 15 0 0 20 0 12 0 20886915 866115584 177234 996147200 134512640 134550932 4294956016 18446744073709551615 106157724 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18858] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18858/stat : 18858 (java) S 18850 18852 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20886915 866115584 177234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18859] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18859/stat : 18859 (java) S 18850 18852 18246 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20886915 866115584 177234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18860] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18860/stat : 18860 (java) S 18850 18852 18246 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 177234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18861] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18861/stat : 18861 (java) S 18850 18852 18246 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 177234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18862] ppid=18850 vsize=845816 CPUtime=1.07
/proc/18852/task/18862/stat : 18862 (java) S 18850 18852 18246 0 -1 64 3275 0 0 0 106 1 0 0 16 0 12 0 20886920 866115584 177234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18863] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18863/stat : 18863 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 177234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18864] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18864/stat : 18864 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20886920 866115584 177234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.81
Current children cumulated vsize (KiB) 845816

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

[startup+28.7025 s]
/proc/loadavg: 2.99 2.82 2.41 3/94 18915
/proc/meminfo: memFree=1139440/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=845816 CPUtime=30.01
/proc/18852/stat : 18852 (java) S 18850 18852 18246 0 -1 0 222949 0 30 0 2880 121 0 0 18 0 12 0 20886904 866115584 178105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18852/statm: 211454 178105 1425 9 0 208781 0
[pid=18852/tid=18854] ppid=18850 vsize=845816 CPUtime=9.4
/proc/18852/task/18854/stat : 18854 (java) S 18850 18852 18246 0 -1 64 35376 0 1 0 919 21 0 0 18 0 12 0 20886912 866115584 178105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18855] ppid=18850 vsize=845816 CPUtime=6.52
/proc/18852/task/18855/stat : 18855 (java) S 18850 18852 18246 0 -1 64 70525 0 0 0 613 39 0 0 16 0 12 0 20886913 866115584 178105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18856] ppid=18850 vsize=845816 CPUtime=5.63
/proc/18852/task/18856/stat : 18856 (java) S 18850 18852 18246 0 -1 64 65625 0 0 0 531 32 0 0 19 0 12 0 20886913 866115584 178105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18857] ppid=18850 vsize=845816 CPUtime=7.33
/proc/18852/task/18857/stat : 18857 (java) R 18850 18852 18246 0 -1 64 47423 0 0 0 709 24 0 0 25 0 12 0 20886915 866115584 178105 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18858] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18858/stat : 18858 (java) S 18850 18852 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20886915 866115584 178105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18859] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18859/stat : 18859 (java) S 18850 18852 18246 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20886915 866115584 178105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18860] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18860/stat : 18860 (java) S 18850 18852 18246 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 178105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18861] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18861/stat : 18861 (java) S 18850 18852 18246 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 178105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18862] ppid=18850 vsize=845816 CPUtime=1.07
/proc/18852/task/18862/stat : 18862 (java) S 18850 18852 18246 0 -1 64 3275 0 0 0 106 1 0 0 16 0 12 0 20886920 866115584 178105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18863] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18863/stat : 18863 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 178105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18864] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18864/stat : 18864 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20886920 866115584 178105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.01
Current children cumulated vsize (KiB) 845816

[startup+31.9079 s]
/proc/loadavg: 2.99 2.82 2.41 3/94 18915
/proc/meminfo: memFree=1129392/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=845816 CPUtime=33.22
/proc/18852/stat : 18852 (java) S 18850 18852 18246 0 -1 0 240951 0 30 0 3193 129 0 0 18 0 12 0 20886904 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18852/statm: 211454 180602 1425 9 0 208781 0
[pid=18852/tid=18854] ppid=18850 vsize=845816 CPUtime=9.4
/proc/18852/task/18854/stat : 18854 (java) S 18850 18852 18246 0 -1 64 35376 0 1 0 919 21 0 0 18 0 12 0 20886912 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18855] ppid=18850 vsize=845816 CPUtime=6.52
/proc/18852/task/18855/stat : 18855 (java) S 18850 18852 18246 0 -1 64 70525 0 0 0 613 39 0 0 16 0 12 0 20886913 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18856] ppid=18850 vsize=845816 CPUtime=5.63
/proc/18852/task/18856/stat : 18856 (java) S 18850 18852 18246 0 -1 64 65625 0 0 0 531 32 0 0 19 0 12 0 20886913 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18857] ppid=18850 vsize=845816 CPUtime=10.53
/proc/18852/task/18857/stat : 18857 (java) R 18850 18852 18246 0 -1 64 65425 0 0 0 1021 32 0 0 25 0 12 0 20886915 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 106158792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18858] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18858/stat : 18858 (java) S 18850 18852 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20886915 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18859] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18859/stat : 18859 (java) S 18850 18852 18246 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20886915 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18860] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18860/stat : 18860 (java) S 18850 18852 18246 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18861] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18861/stat : 18861 (java) S 18850 18852 18246 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18862] ppid=18850 vsize=845816 CPUtime=1.07
/proc/18852/task/18862/stat : 18862 (java) S 18850 18852 18246 0 -1 64 3275 0 0 0 106 1 0 0 16 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18863] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18863/stat : 18863 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18864] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18864/stat : 18864 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.22
Current children cumulated vsize (KiB) 845816

[startup+32.7029 s]
/proc/loadavg: 2.99 2.82 2.41 3/94 18915
/proc/meminfo: memFree=1129392/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=845816 CPUtime=34.01
/proc/18852/stat : 18852 (java) S 18850 18852 18246 0 -1 0 240951 0 30 0 3272 129 0 0 18 0 12 0 20886904 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18852/statm: 211454 180602 1425 9 0 208781 0
[pid=18852/tid=18854] ppid=18850 vsize=845816 CPUtime=9.4
/proc/18852/task/18854/stat : 18854 (java) S 18850 18852 18246 0 -1 64 35376 0 1 0 919 21 0 0 18 0 12 0 20886912 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18855] ppid=18850 vsize=845816 CPUtime=6.52
/proc/18852/task/18855/stat : 18855 (java) S 18850 18852 18246 0 -1 64 70525 0 0 0 613 39 0 0 16 0 12 0 20886913 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18856] ppid=18850 vsize=845816 CPUtime=5.63
/proc/18852/task/18856/stat : 18856 (java) S 18850 18852 18246 0 -1 64 65625 0 0 0 531 32 0 0 19 0 12 0 20886913 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18857] ppid=18850 vsize=845816 CPUtime=11.32
/proc/18852/task/18857/stat : 18857 (java) R 18850 18852 18246 0 -1 64 65425 0 0 0 1100 32 0 0 25 0 12 0 20886915 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 104187826 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18858] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18858/stat : 18858 (java) S 18850 18852 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20886915 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18859] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18859/stat : 18859 (java) S 18850 18852 18246 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20886915 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18860] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18860/stat : 18860 (java) S 18850 18852 18246 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18861] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18861/stat : 18861 (java) S 18850 18852 18246 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18862] ppid=18850 vsize=845816 CPUtime=1.07
/proc/18852/task/18862/stat : 18862 (java) S 18850 18852 18246 0 -1 64 3275 0 0 0 106 1 0 0 16 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18863] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18863/stat : 18863 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18864] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18864/stat : 18864 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.01
Current children cumulated vsize (KiB) 845816

[startup+33.502 s]
/proc/loadavg: 2.99 2.83 2.41 3/94 18915
/proc/meminfo: memFree=1129456/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=845816 CPUtime=34.81
/proc/18852/stat : 18852 (java) S 18850 18852 18246 0 -1 0 240951 0 30 0 3352 129 0 0 18 0 12 0 20886904 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18852/statm: 211454 180602 1425 9 0 208781 0
[pid=18852/tid=18854] ppid=18850 vsize=845816 CPUtime=9.4
/proc/18852/task/18854/stat : 18854 (java) S 18850 18852 18246 0 -1 64 35376 0 1 0 919 21 0 0 18 0 12 0 20886912 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18855] ppid=18850 vsize=845816 CPUtime=6.52
/proc/18852/task/18855/stat : 18855 (java) S 18850 18852 18246 0 -1 64 70525 0 0 0 613 39 0 0 16 0 12 0 20886913 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18856] ppid=18850 vsize=845816 CPUtime=5.63
/proc/18852/task/18856/stat : 18856 (java) S 18850 18852 18246 0 -1 64 65625 0 0 0 531 32 0 0 19 0 12 0 20886913 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18857] ppid=18850 vsize=845816 CPUtime=12.12
/proc/18852/task/18857/stat : 18857 (java) R 18850 18852 18246 0 -1 64 65425 0 0 0 1180 32 0 0 25 0 12 0 20886915 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18858] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18858/stat : 18858 (java) S 18850 18852 18246 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20886915 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18859] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18859/stat : 18859 (java) S 18850 18852 18246 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20886915 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18860] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18860/stat : 18860 (java) S 18850 18852 18246 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18861] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18861/stat : 18861 (java) S 18850 18852 18246 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18862] ppid=18850 vsize=845816 CPUtime=1.07
/proc/18852/task/18862/stat : 18862 (java) S 18850 18852 18246 0 -1 64 3275 0 0 0 106 1 0 0 16 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18863] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18863/stat : 18863 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18852/tid=18864] ppid=18850 vsize=845816 CPUtime=0
/proc/18852/task/18864/stat : 18864 (java) S 18850 18852 18246 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20886920 866115584 180602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.81
Current children cumulated vsize (KiB) 845816

[startup+33.702 s]
/proc/loadavg: 2.99 2.83 2.41 3/94 18915
/proc/meminfo: memFree=1129456/2055920 swapFree=4192812/4192956
[pid=18852] ppid=18850 vsize=0 CPUtime=34.97
/proc/18852/stat : 18852 (java) Z 18850 18852 18246 0 -1 12 240971 0 30 0 3359 138 0 0 16 0 2 0 20886904 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18852/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 34.97
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 33.7329
CPU time (s): 35.0087
CPU user time (s): 33.5919
CPU system time (s): 1.41678
CPU usage (%): 103.782
Max. virtual memory (cumulated for all children) (KiB): 845816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.5919
system time used= 1.41678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240971
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2020
involuntary context switches= 2329

runsolver used 0.047992 second user time and 0.120981 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 20:50:30
IDJOB=2065333
IDBENCH=54351
IDSOLVER=731
FILE ID=node44/2065333-1247338230
PBS_JOBID= 9506739
Free space on /tmp= 66372 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-9_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065333-1247338230/watcher-2065333-1247338230 -o /tmp/evaluation-result-2065333-1247338230/solver-2065333-1247338230 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065333-1247338230.xml

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

MD5SUM BENCH= fa3fd3e463227823f5510a53e7f059f4
RANDOM SEED=628341330

node44.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.219
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.219
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:       1823216 kB
Buffers:         13076 kB
Cached:          64172 kB
SwapCached:          0 kB
Active:         156288 kB
Inactive:        27092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2432 kB
Writeback:           0 kB
Mapped:         126536 kB
Slab:            34364 kB
Committed_AS:   291568 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node44 at 2009-07-11 20:51:04