Trace number 2063628

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? 1664.25 1669.37

General information on the benchmark

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

Solver Data

0.15/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.15/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.30	c See www.sat4j.org for details.
0.15/0.30	c That software uses the Rhino library from the Mozilla project.
0.15/0.32	c version 2.1.1.v20090622
0.15/0.32	c sun.arch.data.model	32
0.15/0.32	c java.version	1.6.0_12
0.15/0.32	c os.name	Linux
0.15/0.32	c os.version	2.6.9-22.EL.rootsmp
0.15/0.32	c os.arch	i386
0.15/0.32	c Free memory 671000808
0.15/0.32	c Max memory 672137216
0.15/0.32	c Total memory 672137216
0.15/0.32	c Number of processors 2
0.24/0.40	c c --- Begin Solver configuration ---
0.24/0.40	c Stops conflict analysis at the first Unique Implication Point
0.24/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.24/0.40	c Learn all clauses as in MiniSAT
0.24/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.24/0.40	c Expensive reason simplification
0.24/0.40	c MiniSAT restarts strategy
0.24/0.40	c Memory based learned constraints deletion strategy
0.24/0.40	c timeout=2147483s
0.24/0.40	c DB Simplification allowed=false
0.24/0.40	c --- End Solver configuration ---
0.24/0.40	c solving HOME/instance-2063628-1247332630.xml
0.24/0.40	c reading problem ... 
0.47/0.73	c reading problem named null
0.47/0.73	c reading domains done.
0.47/0.74	c reading variables done.
0.47/0.78	c reading predicates  done.
1.05/1.31	c reading constraints
1642.57/1647.64	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1642.57/1647.64		at org.mozilla.javascript.gen.c19._c0(rhino.log:1)
1642.57/1647.64		at org.mozilla.javascript.gen.c19.call(rhino.log)
1642.57/1647.64		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
1642.57/1647.64		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
1642.57/1647.64		at org.mozilla.javascript.gen.c19.call(rhino.log)
1642.57/1647.64		at org.mozilla.javascript.gen.c19.exec(rhino.log)
1642.57/1647.64		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
1642.57/1647.64		at org.sat4j.csp.Predicate.find(Unknown Source)
1642.57/1647.64		at org.sat4j.csp.Predicate.find(Unknown Source)
1642.57/1647.64		at org.sat4j.csp.Predicate.find(Unknown Source)
1642.57/1647.64		at org.sat4j.csp.Predicate.find(Unknown Source)
1642.57/1647.64		at org.sat4j.csp.Predicate.find(Unknown Source)
1642.57/1647.64		at org.sat4j.csp.Predicate.find(Unknown Source)
1642.57/1647.64		at org.sat4j.csp.Predicate.find(Unknown Source)
1642.57/1647.64		at org.sat4j.csp.Predicate.find(Unknown Source)
1642.57/1647.64		at org.sat4j.csp.Predicate.find(Unknown Source)
1642.57/1647.64		at org.sat4j.csp.Predicate.find(Unknown Source)
1642.57/1647.64		at org.sat4j.csp.Predicate.toClause(Unknown Source)
1642.57/1647.64		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
1642.57/1647.64		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
1642.57/1647.64		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
1642.57/1647.64		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1642.57/1647.64		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1642.57/1647.64		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1642.57/1647.64		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1642.57/1647.64		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1642.57/1647.64		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1642.57/1647.64		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1642.57/1647.64		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1642.57/1647.64		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1642.57/1647.64		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
1642.57/1647.64		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
1649.65/1654.77	c starts		: 0
1649.65/1654.77	c conflicts		: 0
1649.65/1654.77	c decisions		: 0
1649.65/1654.77	c propagations		: 0
1649.65/1654.77	c inspects		: 0
1649.65/1654.77	c learnt literals	: 0
1649.65/1654.77	c learnt binary clauses	: 0
1649.65/1654.77	c learnt ternary clauses	: 0
1649.65/1654.77	c learnt clauses	: 0
1649.65/1654.77	c ignored clauses	: 0
1649.65/1654.77	c root simplifications	: 0
1649.65/1654.77	c removed literals (reason simplification)	: 0
1649.65/1654.77	c reason swapping (by a shorter reason)	: 0
1649.65/1654.77	c Calls to reduceDB	: 0
1649.65/1654.77	c speed (assignments/second)	: 0.0
1649.65/1654.77	c non guided choices	0
1649.65/1654.78	c learnt constraints type 
1663.78/1668.97	c constraints type 
1663.78/1668.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7319362
1663.78/1668.97	c org.sat4j.minisat.constraints.card.AtLeast => 168
1663.78/1668.97	s UNKNOWN
1663.78/1668.97	c Total wall clock time (in seconds) : 1647.235

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-2063628-1247332630/watcher-2063628-1247332630 -o /tmp/evaluation-result-2063628-1247332630/solver-2063628-1247332630 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063628-1247332630.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.05 2.32 2.15 4/81 14045
/proc/meminfo: memFree=1919832/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=18576 CPUtime=0
/proc/14045/stat : 14045 (runsolver) R 14043 14045 14008 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 20325647 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14045/statm: 4644 284 249 26 0 2626 0

[startup+0.062215 s]
/proc/loadavg: 2.05 2.32 2.15 4/81 14045
/proc/meminfo: memFree=1919832/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=12928 CPUtime=0.01
/proc/14045/stat : 14045 (java) D 14043 14045 14008 0 -1 0 372 0 16 0 0 1 0 0 19 0 1 0 20325647 13238272 195 996147200 134512640 134550932 4294956016 18446744073709551615 8385322 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/14045/statm: 3232 195 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.103781 s]
/proc/loadavg: 2.05 2.32 2.15 4/81 14045
/proc/meminfo: memFree=1919832/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=13288 CPUtime=0.02
/proc/14045/stat : 14045 (java) S 14043 14045 14008 0 -1 0 740 0 30 0 0 2 0 0 19 0 2 0 20325647 13606912 557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/14045/statm: 3322 557 246 9 0 1196 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13288

[startup+0.301797 s]
/proc/loadavg: 2.05 2.32 2.15 4/81 14045
/proc/meminfo: memFree=1919832/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=804592 CPUtime=0.15
/proc/14045/stat : 14045 (java) S 14043 14045 14008 0 -1 0 3197 0 38 0 10 5 0 0 19 0 12 0 20325647 823902208 2977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14045/statm: 201148 2977 1094 9 0 198482 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 804592

[startup+0.701837 s]
/proc/loadavg: 2.05 2.32 2.15 4/81 14045
/proc/meminfo: memFree=1919832/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=807180 CPUtime=0.47
/proc/14045/stat : 14045 (java) S 14043 14045 14008 0 -1 0 5223 0 39 0 39 8 0 0 19 0 12 0 20325647 826552320 4791 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14045/statm: 201795 4791 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 807180

[startup+1.50292 s]
/proc/loadavg: 2.05 2.32 2.15 3/93 14057
/proc/meminfo: memFree=1891768/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=807420 CPUtime=1.25
/proc/14045/stat : 14045 (java) S 14043 14045 14008 0 -1 0 7156 0 39 0 116 9 0 0 19 0 12 0 20325647 826798080 6328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14045/statm: 201855 6328 1407 9 0 199182 0
[pid=14045/tid=14047] ppid=14043 vsize=807420 CPUtime=0.77
/proc/14045/task/14047/stat : 14047 (java) R 14043 14045 14008 0 -1 64 5002 0 10 0 71 6 0 0 22 0 12 0 20325656 826798080 6328 996147200 134512640 134550932 4294956016 18446744073709551615 104106024 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14048] ppid=14043 vsize=807420 CPUtime=0
/proc/14045/task/14048/stat : 14048 (java) S 14043 14045 14008 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20325660 826798080 6328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14049] ppid=14043 vsize=807420 CPUtime=0
/proc/14045/task/14049/stat : 14049 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20325660 826798080 6328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14050] ppid=14043 vsize=807420 CPUtime=0
/proc/14045/task/14050/stat : 14050 (java) S 14043 14045 14008 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20325663 826798080 6328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14051] ppid=14043 vsize=807420 CPUtime=0
/proc/14045/task/14051/stat : 14051 (java) S 14043 14045 14008 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 20325664 826798080 6328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14052] ppid=14043 vsize=807420 CPUtime=0
/proc/14045/task/14052/stat : 14052 (java) S 14043 14045 14008 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 20325664 826798080 6328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14053] ppid=14043 vsize=807420 CPUtime=0
/proc/14045/task/14053/stat : 14053 (java) S 14043 14045 14008 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20325671 826798080 6328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14054] ppid=14043 vsize=807420 CPUtime=0
/proc/14045/task/14054/stat : 14054 (java) S 14043 14045 14008 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 20325671 826798080 6328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14055] ppid=14043 vsize=807420 CPUtime=0.44
/proc/14045/task/14055/stat : 14055 (java) S 14043 14045 14008 0 -1 64 1426 0 0 0 44 0 0 0 16 0 12 0 20325671 826798080 6328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14056] ppid=14043 vsize=807420 CPUtime=0
/proc/14045/task/14056/stat : 14056 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 20325671 826798080 6328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14057] ppid=14043 vsize=807420 CPUtime=0
/proc/14045/task/14057/stat : 14057 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20325671 826798080 6328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 807420

[startup+3.10207 s]
/proc/loadavg: 2.05 2.32 2.15 4/93 14057
/proc/meminfo: memFree=1884600/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=813032 CPUtime=2.83
/proc/14045/stat : 14045 (java) S 14043 14045 14008 0 -1 0 15500 0 39 0 270 13 0 0 19 0 12 0 20325647 832544768 12231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14045/statm: 203258 12231 1426 9 0 200585 0
[pid=14045/tid=14047] ppid=14043 vsize=813032 CPUtime=1.37
/proc/14045/task/14047/stat : 14047 (java) R 14043 14045 14008 0 -1 64 9392 0 10 0 129 8 0 0 25 0 12 0 20325656 832544768 12231 996147200 134512640 134550932 4294956016 18446744073709551615 4109762662 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14048] ppid=14043 vsize=813032 CPUtime=0
/proc/14045/task/14048/stat : 14048 (java) S 14043 14045 14008 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20325660 832544768 12231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14049] ppid=14043 vsize=813032 CPUtime=0
/proc/14045/task/14049/stat : 14049 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20325660 832544768 12231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14050] ppid=14043 vsize=813032 CPUtime=0
/proc/14045/task/14050/stat : 14050 (java) S 14043 14045 14008 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20325663 832544768 12231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14051] ppid=14043 vsize=813032 CPUtime=0
/proc/14045/task/14051/stat : 14051 (java) S 14043 14045 14008 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 20325664 832544768 12231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14052] ppid=14043 vsize=813032 CPUtime=0
/proc/14045/task/14052/stat : 14052 (java) S 14043 14045 14008 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 20325664 832544768 12231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14053] ppid=14043 vsize=813032 CPUtime=0
/proc/14045/task/14053/stat : 14053 (java) S 14043 14045 14008 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20325671 832544768 12231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14054] ppid=14043 vsize=813032 CPUtime=0.05
/proc/14045/task/14054/stat : 14054 (java) S 14043 14045 14008 0 -1 64 230 0 0 0 5 0 0 0 16 0 12 0 20325671 832544768 12231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14055] ppid=14043 vsize=813032 CPUtime=1.36
/proc/14045/task/14055/stat : 14055 (java) S 14043 14045 14008 0 -1 64 5163 0 0 0 135 1 0 0 16 0 12 0 20325671 832544768 12231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14056] ppid=14043 vsize=813032 CPUtime=0
/proc/14045/task/14056/stat : 14056 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 20325671 832544768 12231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14057] ppid=14043 vsize=813032 CPUtime=0
/proc/14045/task/14057/stat : 14057 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20325671 832544768 12231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 813032

[startup+6.30139 s]
/proc/loadavg: 2.12 2.33 2.16 3/93 14057
/proc/meminfo: memFree=1820152/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=814852 CPUtime=6.01
/proc/14045/stat : 14045 (java) S 14043 14045 14008 0 -1 0 31637 0 39 0 581 20 0 0 19 0 12 0 20325647 834408448 25168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14045/statm: 203713 25168 1435 9 0 201040 0
[pid=14045/tid=14047] ppid=14043 vsize=814852 CPUtime=3.33
/proc/14045/task/14047/stat : 14047 (java) R 14043 14045 14008 0 -1 64 17363 0 10 0 322 11 0 0 25 0 12 0 20325656 834408448 25168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14048] ppid=14043 vsize=814852 CPUtime=0.07
/proc/14045/task/14048/stat : 14048 (java) S 14043 14045 14008 0 -1 64 2273 0 0 0 7 0 0 0 16 0 12 0 20325660 834408448 25168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14049] ppid=14043 vsize=814852 CPUtime=0.07
/proc/14045/task/14049/stat : 14049 (java) S 14043 14045 14008 0 -1 64 2187 0 0 0 7 0 0 0 16 0 12 0 20325660 834408448 25168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14050] ppid=14043 vsize=814852 CPUtime=0
/proc/14045/task/14050/stat : 14050 (java) S 14043 14045 14008 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 20325663 834408448 25168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14051] ppid=14043 vsize=814852 CPUtime=0
/proc/14045/task/14051/stat : 14051 (java) S 14043 14045 14008 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20325664 834408448 25168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14052] ppid=14043 vsize=814852 CPUtime=0
/proc/14045/task/14052/stat : 14052 (java) S 14043 14045 14008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20325664 834408448 25168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14053] ppid=14043 vsize=814852 CPUtime=0
/proc/14045/task/14053/stat : 14053 (java) S 14043 14045 14008 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20325671 834408448 25168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14054] ppid=14043 vsize=814852 CPUtime=0.05
/proc/14045/task/14054/stat : 14054 (java) S 14043 14045 14008 0 -1 64 230 0 0 0 5 0 0 0 17 0 12 0 20325671 834408448 25168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14055] ppid=14043 vsize=814852 CPUtime=2.4
/proc/14045/task/14055/stat : 14055 (java) R 14043 14045 14008 0 -1 64 8847 0 0 0 237 3 0 0 17 0 12 0 20325671 834408448 25168 996147200 134512640 134550932 4294956016 18446744073709551615 106251388 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14056] ppid=14043 vsize=814852 CPUtime=0
/proc/14045/task/14056/stat : 14056 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 20325671 834408448 25168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14057] ppid=14043 vsize=814852 CPUtime=0
/proc/14045/task/14057/stat : 14057 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20325671 834408448 25168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 814852

[startup+12.701 s]
/proc/loadavg: 2.11 2.33 2.16 3/93 14057
/proc/meminfo: memFree=1787320/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=817504 CPUtime=12.4
/proc/14045/stat : 14045 (java) S 14043 14045 14008 0 -1 0 43515 0 39 0 1215 25 0 0 19 0 12 0 20325647 837124096 33050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14045/statm: 204376 33050 1435 9 0 201703 0
[pid=14045/tid=14047] ppid=14043 vsize=817504 CPUtime=7.62
/proc/14045/task/14047/stat : 14047 (java) R 14043 14045 14008 0 -1 64 17377 0 10 0 751 11 0 0 25 0 12 0 20325656 837124096 33050 996147200 134512640 134550932 4294956016 18446744073709551615 4109609238 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14048] ppid=14043 vsize=817504 CPUtime=0.37
/proc/14045/task/14048/stat : 14048 (java) S 14043 14045 14008 0 -1 64 5458 0 0 0 35 2 0 0 17 0 12 0 20325660 837124096 33050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14049] ppid=14043 vsize=817504 CPUtime=0.4
/proc/14045/task/14049/stat : 14049 (java) S 14043 14045 14008 0 -1 64 6061 0 0 0 39 1 0 0 16 0 12 0 20325660 837124096 33050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14050] ppid=14043 vsize=817504 CPUtime=0
/proc/14045/task/14050/stat : 14050 (java) S 14043 14045 14008 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 20325663 837124096 33050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14051] ppid=14043 vsize=817504 CPUtime=0
/proc/14045/task/14051/stat : 14051 (java) S 14043 14045 14008 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20325664 837124096 33050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14052] ppid=14043 vsize=817504 CPUtime=0
/proc/14045/task/14052/stat : 14052 (java) S 14043 14045 14008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20325664 837124096 33050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14053] ppid=14043 vsize=817504 CPUtime=0
/proc/14045/task/14053/stat : 14053 (java) S 14043 14045 14008 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20325671 837124096 33050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14054] ppid=14043 vsize=817504 CPUtime=0.05
/proc/14045/task/14054/stat : 14054 (java) S 14043 14045 14008 0 -1 64 243 0 0 0 5 0 0 0 17 0 12 0 20325671 837124096 33050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14055] ppid=14043 vsize=817504 CPUtime=3.86
/proc/14045/task/14055/stat : 14055 (java) S 14043 14045 14008 0 -1 64 13639 0 0 0 381 5 0 0 19 0 12 0 20325671 837124096 33050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14056] ppid=14043 vsize=817504 CPUtime=0
/proc/14045/task/14056/stat : 14056 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 20325671 837124096 33050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14057] ppid=14043 vsize=817504 CPUtime=0
/proc/14045/task/14057/stat : 14057 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20325671 837124096 33050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 817504

[startup+25.5023 s]
/proc/loadavg: 2.09 2.31 2.15 3/93 14057
/proc/meminfo: memFree=1715448/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=819484 CPUtime=25.23
/proc/14045/stat : 14045 (java) S 14043 14045 14008 0 -1 0 62821 0 39 0 2491 32 0 0 19 0 12 0 20325647 839151616 49807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14045/statm: 204871 49807 1435 9 0 202198 0
[pid=14045/tid=14047] ppid=14043 vsize=819484 CPUtime=18.29
/proc/14045/task/14047/stat : 14047 (java) R 14043 14045 14008 0 -1 64 17402 0 10 0 1818 11 0 0 25 0 12 0 20325656 839151616 49807 996147200 134512640 134550932 4294956016 18446744073709551615 4109609322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14048] ppid=14043 vsize=819484 CPUtime=0.92
/proc/14045/task/14048/stat : 14048 (java) S 14043 14045 14008 0 -1 64 12352 0 0 0 88 4 0 0 16 0 12 0 20325660 839151616 49807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14049] ppid=14043 vsize=819484 CPUtime=1
/proc/14045/task/14049/stat : 14049 (java) S 14043 14045 14008 0 -1 64 15586 0 0 0 96 4 0 0 16 0 12 0 20325660 839151616 49807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14050] ppid=14043 vsize=819484 CPUtime=0.01
/proc/14045/task/14050/stat : 14050 (java) S 14043 14045 14008 0 -1 64 26 0 0 0 1 0 0 0 15 0 12 0 20325663 839151616 49807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14051] ppid=14043 vsize=819484 CPUtime=0
/proc/14045/task/14051/stat : 14051 (java) S 14043 14045 14008 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20325664 839151616 49807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14052] ppid=14043 vsize=819484 CPUtime=0
/proc/14045/task/14052/stat : 14052 (java) S 14043 14045 14008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20325664 839151616 49807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14053] ppid=14043 vsize=819484 CPUtime=0
/proc/14045/task/14053/stat : 14053 (java) S 14043 14045 14008 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20325671 839151616 49807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14054] ppid=14043 vsize=819484 CPUtime=0.05

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

[pid=14045] ppid=14043 vsize=819028 CPUtime=1657.21
/proc/14045/stat : 14045 (java) S 14043 14045 14008 0 -1 0 1001972 0 39 0 165199 522 0 0 19 0 13 0 20325647 838684672 174773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14045/statm: 204757 174773 1436 9 0 202084 0
[pid=14045/tid=14047] ppid=14043 vsize=819028 CPUtime=129.24
/proc/14045/task/14047/stat : 14047 (java) S 14043 14045 14008 0 -1 64 17937 0 10 0 12911 13 0 0 16 0 13 0 20325656 838684672 174773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14048] ppid=14043 vsize=819028 CPUtime=10.33
/proc/14045/task/14048/stat : 14048 (java) S 14043 14045 14008 0 -1 64 78652 0 0 0 1003 30 0 0 15 0 13 0 20325660 838684672 174773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14049] ppid=14043 vsize=819028 CPUtime=10.34
/proc/14045/task/14049/stat : 14049 (java) S 14043 14045 14008 0 -1 64 75432 0 0 0 1006 28 0 0 16 0 13 0 20325660 838684672 174773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14050] ppid=14043 vsize=819028 CPUtime=1498.12
/proc/14045/task/14050/stat : 14050 (java) R 14043 14045 14008 0 -1 64 799946 0 0 0 149379 433 0 0 25 0 13 0 20325663 838684672 174773 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14051] ppid=14043 vsize=819028 CPUtime=0
/proc/14045/task/14051/stat : 14051 (java) S 14043 14045 14008 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20325664 838684672 174773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14052] ppid=14043 vsize=819028 CPUtime=0
/proc/14045/task/14052/stat : 14052 (java) S 14043 14045 14008 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20325664 838684672 174773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14053] ppid=14043 vsize=819028 CPUtime=0
/proc/14045/task/14053/stat : 14053 (java) S 14043 14045 14008 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 20325671 838684672 174773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14054] ppid=14043 vsize=819028 CPUtime=0.05
/proc/14045/task/14054/stat : 14054 (java) S 14043 14045 14008 0 -1 64 340 0 0 0 5 0 0 0 17 0 13 0 20325671 838684672 174773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14055] ppid=14043 vsize=819028 CPUtime=9.05
/proc/14045/task/14055/stat : 14055 (java) S 14043 14045 14008 0 -1 64 28944 0 0 0 892 13 0 0 20 0 13 0 20325671 838684672 174773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14056] ppid=14043 vsize=819028 CPUtime=0
/proc/14045/task/14056/stat : 14056 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 20325671 838684672 174773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14057] ppid=14043 vsize=819028 CPUtime=0
/proc/14045/task/14057/stat : 14057 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20325671 838684672 174773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14120] ppid=14043 vsize=819028 CPUtime=0
/proc/14045/task/14120/stat : 14120 (java) S 14043 14045 14008 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 20490411 838684672 174773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.21
Current children cumulated vsize (KiB) 819028

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

[startup+1663.9 s]
/proc/loadavg: 2.12 2.06 2.03 3/85 14120
/proc/meminfo: memFree=1160584/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=823032 CPUtime=1658.79
/proc/14045/stat : 14045 (java) S 14043 14045 14008 0 -1 0 1002973 0 39 0 165357 522 0 0 19 0 13 0 20325647 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14045/statm: 205758 175774 1436 9 0 203085 0
[pid=14045/tid=14047] ppid=14043 vsize=823032 CPUtime=129.24
/proc/14045/task/14047/stat : 14047 (java) S 14043 14045 14008 0 -1 64 17937 0 10 0 12911 13 0 0 16 0 13 0 20325656 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14048] ppid=14043 vsize=823032 CPUtime=10.33
/proc/14045/task/14048/stat : 14048 (java) S 14043 14045 14008 0 -1 64 78652 0 0 0 1003 30 0 0 15 0 13 0 20325660 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14049] ppid=14043 vsize=823032 CPUtime=10.34
/proc/14045/task/14049/stat : 14049 (java) S 14043 14045 14008 0 -1 64 75432 0 0 0 1006 28 0 0 16 0 13 0 20325660 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14050] ppid=14043 vsize=823032 CPUtime=1499.72
/proc/14045/task/14050/stat : 14050 (java) R 14043 14045 14008 0 -1 64 800947 0 0 0 149538 434 0 0 25 0 13 0 20325663 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 105886139 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14051] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14051/stat : 14051 (java) S 14043 14045 14008 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20325664 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14052] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14052/stat : 14052 (java) S 14043 14045 14008 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20325664 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14053] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14053/stat : 14053 (java) S 14043 14045 14008 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14054] ppid=14043 vsize=823032 CPUtime=0.05
/proc/14045/task/14054/stat : 14054 (java) S 14043 14045 14008 0 -1 64 340 0 0 0 5 0 0 0 17 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14055] ppid=14043 vsize=823032 CPUtime=9.05
/proc/14045/task/14055/stat : 14055 (java) S 14043 14045 14008 0 -1 64 28944 0 0 0 892 13 0 0 20 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14056] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14056/stat : 14056 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14057] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14057/stat : 14057 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14120] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14120/stat : 14120 (java) S 14043 14045 14008 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 20490411 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.79
Current children cumulated vsize (KiB) 823032

[startup+1667.1 s]
/proc/loadavg: 2.19 2.07 2.04 3/85 14120
/proc/meminfo: memFree=1160520/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=823032 CPUtime=1661.98
/proc/14045/stat : 14045 (java) S 14043 14045 14008 0 -1 0 1003974 0 39 0 165675 523 0 0 19 0 13 0 20325647 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14045/statm: 205758 175774 1436 9 0 203085 0
[pid=14045/tid=14047] ppid=14043 vsize=823032 CPUtime=129.24
/proc/14045/task/14047/stat : 14047 (java) S 14043 14045 14008 0 -1 64 17937 0 10 0 12911 13 0 0 16 0 13 0 20325656 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14048] ppid=14043 vsize=823032 CPUtime=10.33
/proc/14045/task/14048/stat : 14048 (java) S 14043 14045 14008 0 -1 64 78652 0 0 0 1003 30 0 0 15 0 13 0 20325660 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14049] ppid=14043 vsize=823032 CPUtime=10.34
/proc/14045/task/14049/stat : 14049 (java) S 14043 14045 14008 0 -1 64 75432 0 0 0 1006 28 0 0 16 0 13 0 20325660 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14050] ppid=14043 vsize=823032 CPUtime=1502.9
/proc/14045/task/14050/stat : 14050 (java) R 14043 14045 14008 0 -1 64 801948 0 0 0 149855 435 0 0 25 0 13 0 20325663 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14051] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14051/stat : 14051 (java) S 14043 14045 14008 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20325664 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14052] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14052/stat : 14052 (java) S 14043 14045 14008 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20325664 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14053] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14053/stat : 14053 (java) S 14043 14045 14008 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14054] ppid=14043 vsize=823032 CPUtime=0.05
/proc/14045/task/14054/stat : 14054 (java) S 14043 14045 14008 0 -1 64 340 0 0 0 5 0 0 0 17 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14055] ppid=14043 vsize=823032 CPUtime=9.05
/proc/14045/task/14055/stat : 14055 (java) S 14043 14045 14008 0 -1 64 28944 0 0 0 892 13 0 0 20 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14056] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14056/stat : 14056 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14057] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14057/stat : 14057 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14120] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14120/stat : 14120 (java) S 14043 14045 14008 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 20490411 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 823032

[startup+1668.71 s]
/proc/loadavg: 2.19 2.07 2.04 3/85 14120
/proc/meminfo: memFree=1160520/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=823032 CPUtime=1663.58
/proc/14045/stat : 14045 (java) S 14043 14045 14008 0 -1 0 1003974 0 39 0 165835 523 0 0 19 0 13 0 20325647 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14045/statm: 205758 175774 1436 9 0 203085 0
[pid=14045/tid=14047] ppid=14043 vsize=823032 CPUtime=129.24
/proc/14045/task/14047/stat : 14047 (java) S 14043 14045 14008 0 -1 64 17937 0 10 0 12911 13 0 0 16 0 13 0 20325656 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14048] ppid=14043 vsize=823032 CPUtime=10.33
/proc/14045/task/14048/stat : 14048 (java) S 14043 14045 14008 0 -1 64 78652 0 0 0 1003 30 0 0 15 0 13 0 20325660 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14049] ppid=14043 vsize=823032 CPUtime=10.34
/proc/14045/task/14049/stat : 14049 (java) S 14043 14045 14008 0 -1 64 75432 0 0 0 1006 28 0 0 16 0 13 0 20325660 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14050] ppid=14043 vsize=823032 CPUtime=1504.5
/proc/14045/task/14050/stat : 14050 (java) R 14043 14045 14008 0 -1 64 801948 0 0 0 150015 435 0 0 25 0 13 0 20325663 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14051] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14051/stat : 14051 (java) S 14043 14045 14008 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20325664 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14052] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14052/stat : 14052 (java) S 14043 14045 14008 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20325664 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14053] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14053/stat : 14053 (java) S 14043 14045 14008 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14054] ppid=14043 vsize=823032 CPUtime=0.05
/proc/14045/task/14054/stat : 14054 (java) S 14043 14045 14008 0 -1 64 340 0 0 0 5 0 0 0 17 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14055] ppid=14043 vsize=823032 CPUtime=9.05
/proc/14045/task/14055/stat : 14055 (java) S 14043 14045 14008 0 -1 64 28944 0 0 0 892 13 0 0 20 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14056] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14056/stat : 14056 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14057] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14057/stat : 14057 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20325671 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14120] ppid=14043 vsize=823032 CPUtime=0
/proc/14045/task/14120/stat : 14120 (java) S 14043 14045 14008 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 20490411 842784768 175774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.58
Current children cumulated vsize (KiB) 823032

[startup+1669.1 s]
/proc/loadavg: 2.19 2.07 2.04 3/85 14120
/proc/meminfo: memFree=1160520/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=819028 CPUtime=1663.97
/proc/14045/stat : 14045 (java) S 14043 14045 14008 0 -1 0 1003977 0 39 0 165874 523 0 0 19 0 12 0 20325647 838684672 174775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14045/statm: 204757 174775 1437 9 0 202084 0
[pid=14045/tid=14047] ppid=14043 vsize=819028 CPUtime=129.24
/proc/14045/task/14047/stat : 14047 (java) S 14043 14045 14008 0 -1 64 17938 0 10 0 12911 13 0 0 16 0 12 0 20325656 838684672 174775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14048] ppid=14043 vsize=819028 CPUtime=10.33
/proc/14045/task/14048/stat : 14048 (java) S 14043 14045 14008 0 -1 64 78652 0 0 0 1003 30 0 0 15 0 12 0 20325660 838684672 174775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14049] ppid=14043 vsize=819028 CPUtime=10.34
/proc/14045/task/14049/stat : 14049 (java) S 14043 14045 14008 0 -1 64 75432 0 0 0 1006 28 0 0 16 0 12 0 20325660 838684672 174775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14050] ppid=14043 vsize=819028 CPUtime=1504.89
/proc/14045/task/14050/stat : 14050 (java) R 14043 14045 14008 0 -1 64 801948 0 0 0 150054 435 0 0 25 0 12 0 20325663 838684672 174775 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14051] ppid=14043 vsize=819028 CPUtime=0
/proc/14045/task/14051/stat : 14051 (java) S 14043 14045 14008 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20325664 838684672 174775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14052] ppid=14043 vsize=819028 CPUtime=0
/proc/14045/task/14052/stat : 14052 (java) S 14043 14045 14008 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20325664 838684672 174775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14053] ppid=14043 vsize=819028 CPUtime=0
/proc/14045/task/14053/stat : 14053 (java) S 14043 14045 14008 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20325671 838684672 174775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14054] ppid=14043 vsize=819028 CPUtime=0.05
/proc/14045/task/14054/stat : 14054 (java) S 14043 14045 14008 0 -1 64 340 0 0 0 5 0 0 0 17 0 12 0 20325671 838684672 174775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14055] ppid=14043 vsize=819028 CPUtime=9.05
/proc/14045/task/14055/stat : 14055 (java) S 14043 14045 14008 0 -1 64 28944 0 0 0 892 13 0 0 20 0 12 0 20325671 838684672 174775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14045/tid=14056] ppid=14043 vsize=819028 CPUtime=0
/proc/14045/task/14056/stat : 14056 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 20325671 838684672 174775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14045/tid=14057] ppid=14043 vsize=819028 CPUtime=0
/proc/14045/task/14057/stat : 14057 (java) S 14043 14045 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20325671 838684672 174775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.97
Current children cumulated vsize (KiB) 819028

[startup+1669.3 s]
/proc/loadavg: 2.19 2.07 2.04 3/85 14120
/proc/meminfo: memFree=1160520/2055920 swapFree=4192812/4192956
[pid=14045] ppid=14043 vsize=0 CPUtime=1664.17
/proc/14045/stat : 14045 (java) Z 14043 14045 14008 0 -1 12 1003981 0 39 0 165890 527 0 0 16 0 2 0 20325647 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14045/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.17
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1669.37
CPU time (s): 1664.25
CPU user time (s): 1658.9
CPU system time (s): 5.34619
CPU usage (%): 99.6931
Max. virtual memory (cumulated for all children) (KiB): 866776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1658.9
system time used= 5.34619
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1003981
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37669
involuntary context switches= 51946

runsolver used 2.10668 second user time and 5.54516 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-11 19:17:10
IDJOB=2063628
IDBENCH=54052
IDSOLVER=731
FILE ID=node70/2063628-1247332630
PBS_JOBID= 9506644
Free space on /tmp= 66412 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063628-1247332630/watcher-2063628-1247332630 -o /tmp/evaluation-result-2063628-1247332630/solver-2063628-1247332630 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063628-1247332630.xml

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

MD5SUM BENCH= 5175a62a7f0389e4017b8b12a04e7310
RANDOM SEED=1990771777

node70.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.214
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.214
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:       1920312 kB
Buffers:          4656 kB
Cached:          32472 kB
SwapCached:          0 kB
Active:          79988 kB
Inactive:         9680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1920312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:          72920 kB
Slab:            31052 kB
Committed_AS:   203376 kB
PageTables:       1872 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= 66408 MiB
End job on node70 at 2009-07-11 19:44:59