Trace number 2065575

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? 845.962 843.588

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-80-2-7.xml
MD5SUMe8c315bcbe0748e0a375ad8d37a916fb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.029995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity9
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2065575-1247338390.xml
0.19/0.23	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.47	c reading domains done.
0.39/0.47	c reading variables done.
0.69/0.75	c reading predicates  done.
1.09/1.15	c reading constraints
845.79/843.44	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
845.79/843.44		at org.mozilla.javascript.optimizer.OptRuntime.wrapDouble(OptRuntime.java:191)
845.79/843.44		at org.mozilla.javascript.gen.c1._c5(predefinedfunctions.js:12)
845.79/843.44		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
845.79/843.44		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
845.79/843.44		at org.mozilla.javascript.gen.c26._c0(rhino.log:1)
845.79/843.44		at org.mozilla.javascript.gen.c26.call(rhino.log)
845.79/843.45		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
845.79/843.45		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
845.79/843.45		at org.mozilla.javascript.gen.c26.call(rhino.log)
845.79/843.45		at org.mozilla.javascript.gen.c26.exec(rhino.log)
845.79/843.45		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
845.79/843.45		at org.sat4j.csp.Predicate.find(Unknown Source)
845.79/843.45		at org.sat4j.csp.Predicate.find(Unknown Source)
845.79/843.45		at org.sat4j.csp.Predicate.find(Unknown Source)
845.79/843.45		at org.sat4j.csp.Predicate.find(Unknown Source)
845.79/843.45		at org.sat4j.csp.Predicate.find(Unknown Source)
845.79/843.45		at org.sat4j.csp.Predicate.toClause(Unknown Source)
845.79/843.45		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
845.79/843.45		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
845.79/843.45		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
845.79/843.45		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
845.79/843.45		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
845.79/843.45		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
845.79/843.45		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
845.79/843.45		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
845.79/843.45		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
845.79/843.45		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
845.79/843.45		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
845.79/843.45		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
845.79/843.45		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
845.79/843.45		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
845.79/843.45		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
845.79/843.45	c starts		: 0
845.79/843.45	c conflicts		: 0
845.79/843.45	c decisions		: 0
845.79/843.45	c propagations		: 0
845.79/843.45	c inspects		: 0
845.79/843.45	c learnt literals	: 0
845.79/843.45	c learnt binary clauses	: 0
845.79/843.45	c learnt ternary clauses	: 0
845.79/843.45	c learnt clauses	: 0
845.79/843.45	c ignored clauses	: 0
845.79/843.45	c root simplifications	: 0
845.79/843.45	c removed literals (reason simplification)	: 0
845.79/843.45	c reason swapping (by a shorter reason)	: 0
845.79/843.45	c Calls to reduceDB	: 0
845.79/843.45	c speed (assignments/second)	: 0.0
845.79/843.45	c non guided choices	0
845.79/843.45	c learnt constraints type 
845.79/843.45	c constraints type 
845.79/843.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8673232
845.79/843.45	c org.sat4j.minisat.constraints.card.AtLeast => 100
845.79/843.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58
845.79/843.45	s UNKNOWN
845.79/843.45	c Total wall clock time (in seconds) : 843.223

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-2065575-1247338390/watcher-2065575-1247338390 -o /tmp/evaluation-result-2065575-1247338390/solver-2065575-1247338390 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065575-1247338390.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: 1.85 1.97 1.99 3/72 14051
/proc/meminfo: memFree=1859632/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=152 CPUtime=0
/proc/14051/stat : 14051 (java) R 14049 14051 12900 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 20905629 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 7484196 0 0 4096 0 0 0 0 17 0 0 0
/proc/14051/statm: 38 26 19 9 0 4 0

[startup+0.061453 s]
/proc/loadavg: 1.85 1.97 1.99 3/72 14051
/proc/meminfo: memFree=1859632/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=802164 CPUtime=0.05
/proc/14051/stat : 14051 (java) S 14049 14051 12900 0 -1 0 2731 0 1 0 4 1 0 0 18 0 7 0 20905629 821415936 2476 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 200541 2476 1029 9 0 197892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.101458 s]
/proc/loadavg: 1.85 1.97 1.99 3/72 14051
/proc/meminfo: memFree=1859632/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=804560 CPUtime=0.08
/proc/14051/stat : 14051 (java) S 14049 14051 12900 0 -1 0 3065 0 1 0 7 1 0 0 18 0 12 0 20905629 823869440 2808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 201140 2810 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301481 s]
/proc/loadavg: 1.85 1.97 1.99 3/72 14051
/proc/meminfo: memFree=1859632/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=805980 CPUtime=0.29
/proc/14051/stat : 14051 (java) S 14049 14051 12900 0 -1 0 4412 0 1 0 26 3 0 0 18 0 12 0 20905629 825323520 4149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 201495 4149 1363 9 0 198822 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805980

[startup+0.701523 s]
/proc/loadavg: 1.85 1.97 1.99 3/72 14051
/proc/meminfo: memFree=1859632/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=807164 CPUtime=0.69
/proc/14051/stat : 14051 (java) S 14049 14051 12900 0 -1 0 6250 0 1 0 64 5 0 0 18 0 12 0 20905629 826535936 5411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 201791 5411 1385 9 0 199118 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807164

[startup+1.50261 s]
/proc/loadavg: 1.85 1.97 1.99 3/84 14063
/proc/meminfo: memFree=1839248/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=809436 CPUtime=1.49
/proc/14051/stat : 14051 (java) S 14049 14051 12900 0 -1 0 9269 0 1 0 143 6 0 0 18 0 12 0 20905629 828862464 7236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 202359 7236 1412 9 0 199686 0
[pid=14051/tid=14053] ppid=14049 vsize=809436 CPUtime=0.73
/proc/14051/task/14053/stat : 14053 (java) R 14049 14051 12900 0 -1 64 5399 0 1 0 69 4 0 0 25 0 12 0 20905630 828862464 7236 996147200 134512640 134550932 4294956016 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14054] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12900 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 20905631 828862464 7236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20905631 828862464 7236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14056/stat : 14056 (java) S 14049 14051 12900 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 20905633 828862464 7236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12900 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 20905633 828862464 7237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12900 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 20905633 828862464 7237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20905638 828862464 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=809436 CPUtime=0.04
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12900 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 20905638 828862464 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=809436 CPUtime=0.69
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12900 0 -1 64 2838 0 0 0 68 1 0 0 18 0 12 0 20905638 828862464 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20905638 828862464 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20905638 828862464 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 809436

[startup+3.10278 s]
/proc/loadavg: 1.94 1.99 1.99 3/84 14063
/proc/meminfo: memFree=1826320/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=809436 CPUtime=3.08
/proc/14051/stat : 14051 (java) S 14049 14051 12900 0 -1 0 20120 0 1 0 297 11 0 0 18 0 12 0 20905629 828862464 16163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 202359 16163 1429 9 0 199686 0
[pid=14051/tid=14053] ppid=14049 vsize=809436 CPUtime=1.65
/proc/14051/task/14053/stat : 14053 (java) R 14049 14051 12900 0 -1 64 14228 0 1 0 157 8 0 0 25 0 12 0 20905630 828862464 16163 996147200 134512640 134550932 4294956016 18446744073709551615 105897383 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14054] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12900 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 20905631 828862464 16164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20905631 828862464 16164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14056/stat : 14056 (java) S 14049 14051 12900 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20905633 828862464 16164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12900 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 20905633 828862464 16164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12900 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 20905633 828862464 16164 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20905638 828862464 16165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=809436 CPUtime=0.04
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12900 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 20905638 828862464 16165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=809436 CPUtime=1.37
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12900 0 -1 64 4859 0 0 0 135 2 0 0 16 0 12 0 20905638 828862464 16165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20905638 828862464 16165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=809436 CPUtime=0
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20905638 828862464 16165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 809436

[startup+6.30113 s]
/proc/loadavg: 1.94 1.99 1.99 3/84 14063
/proc/meminfo: memFree=1782352/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=809404 CPUtime=6.28
/proc/14051/stat : 14051 (java) S 14049 14051 12900 0 -1 0 24561 0 1 0 614 14 0 0 18 0 12 0 20905629 828829696 20590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 202351 20590 1438 9 0 199678 0
[pid=14051/tid=14053] ppid=14049 vsize=809404 CPUtime=4.73
/proc/14051/task/14053/stat : 14053 (java) R 14049 14051 12900 0 -1 64 17396 0 1 0 463 10 0 0 25 0 12 0 20905630 828829696 20590 996147200 134512640 134550932 4294956016 18446744073709551615 4109633132 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14054] ppid=14049 vsize=809404 CPUtime=0.04
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12900 0 -1 64 841 0 0 0 4 0 0 0 16 0 12 0 20905631 828829696 20590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=809404 CPUtime=0.04
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12900 0 -1 64 412 0 0 0 4 0 0 0 16 0 12 0 20905631 828829696 20590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=809404 CPUtime=0
/proc/14051/task/14056/stat : 14056 (java) S 14049 14051 12900 0 -1 64 22 0 0 0 0 0 0 0 16 0 12 0 20905633 828829696 20590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=809404 CPUtime=0
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12900 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20905633 828829696 20590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=809404 CPUtime=0
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12900 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20905633 828829696 20590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=809404 CPUtime=0
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20905638 828829696 20590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=809404 CPUtime=0.04
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12900 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 20905638 828829696 20590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=809404 CPUtime=1.39
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12900 0 -1 64 4860 0 0 0 137 2 0 0 16 0 12 0 20905638 828829696 20590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=809404 CPUtime=0
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20905638 828829696 20590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=809404 CPUtime=0
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20905638 828829696 20590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 809404

[startup+12.7028 s]
/proc/loadavg: 1.95 1.99 1.99 3/84 14063
/proc/meminfo: memFree=1694992/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=809404 CPUtime=12.82
/proc/14051/stat : 14051 (java) S 14049 14051 12900 0 -1 0 48167 0 1 0 1257 25 0 0 18 0 12 0 20905629 828829696 44010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 202351 44010 1438 9 0 199678 0
[pid=14051/tid=14053] ppid=14049 vsize=809404 CPUtime=9.67
/proc/14051/task/14053/stat : 14053 (java) R 14049 14051 12900 0 -1 64 19492 0 1 0 956 11 0 0 19 0 12 0 20905630 828829696 44010 996147200 134512640 134550932 4294956016 18446744073709551615 4109916532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14051/tid=14054] ppid=14049 vsize=809404 CPUtime=0.81
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12900 0 -1 64 11671 0 0 0 76 5 0 0 16 0 12 0 20905631 828829696 44010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14051/tid=14055] ppid=14049 vsize=809404 CPUtime=0.81
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12900 0 -1 64 11080 0 0 0 76 5 0 0 16 0 12 0 20905631 828829696 44010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14051/tid=14056] ppid=14049 vsize=809404 CPUtime=0
/proc/14051/task/14056/stat : 14056 (java) S 14049 14051 12900 0 -1 64 29 0 0 0 0 0 0 0 17 0 12 0 20905633 828829696 44010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14051/tid=14057] ppid=14049 vsize=809404 CPUtime=0
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12900 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20905633 828829696 44010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=809404 CPUtime=0
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12900 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20905633 828829696 44010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=809404 CPUtime=0
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20905638 828829696 44010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=809404 CPUtime=0.04
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12900 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 20905638 828829696 44010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=809404 CPUtime=1.44
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12900 0 -1 64 4865 0 0 0 142 2 0 0 16 0 12 0 20905638 828829696 44010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=809404 CPUtime=0
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20905638 828829696 44010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=809404 CPUtime=0
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20905638 828829696 44010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 809404

[startup+25.5022 s]
/proc/loadavg: 2.12 2.02 2.01 3/84 14063
/proc/meminfo: memFree=1586128/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=810688 CPUtime=25.89
/proc/14051/stat : 14051 (java) S 14049 14051 12900 0 -1 0 73959 0 1 0 2551 38 0 0 18 0 12 0 20905629 830144512 69526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 202672 69526 1438 9 0 199999 0
[pid=14051/tid=14053] ppid=14049 vsize=810688 CPUtime=20.35
/proc/14051/task/14053/stat : 14053 (java) R 14049 14051 12900 0 -1 64 19523 0 1 0 2023 12 0 0 22 0 12 0 20905630 830144512 69526 996147200 134512640 134550932 4294956016 18446744073709551615 4109640235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14051/tid=14054] ppid=14049 vsize=810688 CPUtime=2
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12900 0 -1 64 27686 0 0 0 187 13 0 0 16 0 12 0 20905631 830144512 69526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14051/tid=14055] ppid=14049 vsize=810688 CPUtime=1.95
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12900 0 -1 64 20826 0 0 0 186 9 0 0 17 0 12 0 20905631 830144512 69526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14051/tid=14056] ppid=14049 vsize=810688 CPUtime=0.01
/proc/14051/task/14056/stat : 14056 (java) S 14049 14051 12900 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 20905633 830144512 69526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14051/tid=14057] ppid=14049 vsize=810688 CPUtime=0
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12900 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20905633 830144512 69526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=810688 CPUtime=0
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12900 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20905633 830144512 69526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=810688 CPUtime=0
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20905638 830144512 69526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=810688 CPUtime=0.04

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

[pid=14051/tid=14063] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 824.71
Current children cumulated vsize (KiB) 819112

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

[startup+831.903 s]
/proc/loadavg: 2.13 2.21 2.14 3/84 14069
/proc/meminfo: memFree=1164952/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=811108 CPUtime=834.31
/proc/14051/stat : 14051 (java) S 14049 14051 12900 0 -1 0 388943 0 1 0 83221 210 0 0 18 0 12 0 20905629 830574592 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 202777 172352 1440 9 0 200104 0
[pid=14051/tid=14053] ppid=14049 vsize=811108 CPUtime=591.61
/proc/14051/task/14053/stat : 14053 (java) R 14049 14051 12900 0 -1 64 38992 0 1 0 59136 25 0 0 17 0 12 0 20905630 830574592 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4109596913 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14054] ppid=14049 vsize=811108 CPUtime=47.2
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12900 0 -1 64 69855 0 0 0 4683 37 0 0 16 0 12 0 20905631 830574592 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=811108 CPUtime=48.13
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12900 0 -1 64 59870 0 0 0 4783 30 0 0 16 0 12 0 20905631 830574592 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=811108 CPUtime=145.63
/proc/14051/task/14056/stat : 14056 (java) R 14049 14051 12900 0 -1 64 214331 0 0 0 14450 113 0 0 25 0 12 0 20905633 830574592 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=811108 CPUtime=0
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12900 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20905633 830574592 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=811108 CPUtime=0
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12900 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20905633 830574592 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=811108 CPUtime=0
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20905638 830574592 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=811108 CPUtime=0.04
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12900 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 20905638 830574592 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=811108 CPUtime=1.63
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12900 0 -1 64 4865 0 0 0 161 2 0 0 16 0 12 0 20905638 830574592 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=811108 CPUtime=0
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20905638 830574592 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=811108 CPUtime=0
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20905638 830574592 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 834.31
Current children cumulated vsize (KiB) 811108

[startup+838.303 s]
/proc/loadavg: 2.11 2.20 2.14 3/84 14069
/proc/meminfo: memFree=1172952/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=815112 CPUtime=840.7
/proc/14051/stat : 14051 (java) S 14049 14051 12900 0 -1 0 398206 0 1 0 83856 214 0 0 18 0 12 0 20905629 834674688 173353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 203778 173353 1440 9 0 201105 0
[pid=14051/tid=14053] ppid=14049 vsize=815112 CPUtime=591.72
/proc/14051/task/14053/stat : 14053 (java) S 14049 14051 12900 0 -1 64 38994 0 1 0 59147 25 0 0 17 0 12 0 20905630 834674688 173353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14054] ppid=14049 vsize=815112 CPUtime=47.2
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12900 0 -1 64 69855 0 0 0 4683 37 0 0 16 0 12 0 20905631 834674688 173353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=815112 CPUtime=48.13
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12900 0 -1 64 59870 0 0 0 4783 30 0 0 16 0 12 0 20905631 834674688 173353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=815112 CPUtime=151.92
/proc/14051/task/14056/stat : 14056 (java) R 14049 14051 12900 0 -1 64 223592 0 0 0 15074 118 0 0 25 0 12 0 20905633 834674688 173353 996147200 134512640 134550932 4294956016 18446744073709551615 104177754 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=815112 CPUtime=0
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12900 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20905633 834674688 173353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=815112 CPUtime=0
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12900 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20905633 834674688 173353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=815112 CPUtime=0
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20905638 834674688 173353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=815112 CPUtime=0.04
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12900 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 20905638 834674688 173353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=815112 CPUtime=1.63
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12900 0 -1 64 4865 0 0 0 161 2 0 0 16 0 12 0 20905638 834674688 173353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=815112 CPUtime=0
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20905638 834674688 173353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=815112 CPUtime=0
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20905638 834674688 173353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 840.7
Current children cumulated vsize (KiB) 815112

[startup+841.508 s]
/proc/loadavg: 2.11 2.20 2.14 3/84 14069
/proc/meminfo: memFree=1164952/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=819112 CPUtime=843.9
/proc/14051/stat : 14051 (java) S 14049 14051 12900 0 -1 0 403964 0 1 0 84172 218 0 0 18 0 12 0 20905629 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 204778 174353 1439 9 0 202105 0
[pid=14051/tid=14053] ppid=14049 vsize=819112 CPUtime=591.75
/proc/14051/task/14053/stat : 14053 (java) S 14049 14051 12900 0 -1 64 38997 0 1 0 59150 25 0 0 17 0 12 0 20905630 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14054] ppid=14049 vsize=819112 CPUtime=47.2
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12900 0 -1 64 69855 0 0 0 4683 37 0 0 16 0 12 0 20905631 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=819112 CPUtime=48.13
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12900 0 -1 64 59870 0 0 0 4783 30 0 0 16 0 12 0 20905631 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=819112 CPUtime=155.1
/proc/14051/task/14056/stat : 14056 (java) R 14049 14051 12900 0 -1 64 229347 0 0 0 15388 122 0 0 25 0 12 0 20905633 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 106157839 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12900 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20905633 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12900 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20905633 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=819112 CPUtime=0.04
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12900 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=819112 CPUtime=1.63
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12900 0 -1 64 4865 0 0 0 161 2 0 0 16 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 843.9
Current children cumulated vsize (KiB) 819112

[startup+842.303 s]
/proc/loadavg: 2.11 2.20 2.14 3/84 14069
/proc/meminfo: memFree=1164952/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=819112 CPUtime=844.7
/proc/14051/stat : 14051 (java) S 14049 14051 12900 0 -1 0 403964 0 1 0 84252 218 0 0 18 0 12 0 20905629 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 204778 174353 1439 9 0 202105 0
[pid=14051/tid=14053] ppid=14049 vsize=819112 CPUtime=591.75
/proc/14051/task/14053/stat : 14053 (java) S 14049 14051 12900 0 -1 64 38997 0 1 0 59150 25 0 0 17 0 12 0 20905630 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14054] ppid=14049 vsize=819112 CPUtime=47.2
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12900 0 -1 64 69855 0 0 0 4683 37 0 0 16 0 12 0 20905631 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=819112 CPUtime=48.13
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12900 0 -1 64 59870 0 0 0 4783 30 0 0 16 0 12 0 20905631 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=819112 CPUtime=155.89
/proc/14051/task/14056/stat : 14056 (java) R 14049 14051 12900 0 -1 64 229347 0 0 0 15467 122 0 0 25 0 12 0 20905633 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 104187913 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12900 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20905633 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12900 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20905633 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=819112 CPUtime=0.04
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12900 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=819112 CPUtime=1.63
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12900 0 -1 64 4865 0 0 0 161 2 0 0 16 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 844.7
Current children cumulated vsize (KiB) 819112

[startup+843.101 s]
/proc/loadavg: 2.10 2.20 2.14 3/84 14069
/proc/meminfo: memFree=1164952/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=819112 CPUtime=845.49
/proc/14051/stat : 14051 (java) S 14049 14051 12900 0 -1 0 403964 0 1 0 84331 218 0 0 18 0 12 0 20905629 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 204778 174353 1439 9 0 202105 0
[pid=14051/tid=14053] ppid=14049 vsize=819112 CPUtime=591.75
/proc/14051/task/14053/stat : 14053 (java) S 14049 14051 12900 0 -1 64 38997 0 1 0 59150 25 0 0 17 0 12 0 20905630 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14054] ppid=14049 vsize=819112 CPUtime=47.2
/proc/14051/task/14054/stat : 14054 (java) S 14049 14051 12900 0 -1 64 69855 0 0 0 4683 37 0 0 16 0 12 0 20905631 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14055] ppid=14049 vsize=819112 CPUtime=48.13
/proc/14051/task/14055/stat : 14055 (java) S 14049 14051 12900 0 -1 64 59870 0 0 0 4783 30 0 0 16 0 12 0 20905631 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14056] ppid=14049 vsize=819112 CPUtime=156.69
/proc/14051/task/14056/stat : 14056 (java) R 14049 14051 12900 0 -1 64 229347 0 0 0 15547 122 0 0 25 0 12 0 20905633 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 106159152 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14057] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14057/stat : 14057 (java) S 14049 14051 12900 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20905633 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14058] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14058/stat : 14058 (java) S 14049 14051 12900 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20905633 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14059] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14059/stat : 14059 (java) S 14049 14051 12900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14060] ppid=14049 vsize=819112 CPUtime=0.04
/proc/14051/task/14060/stat : 14060 (java) S 14049 14051 12900 0 -1 64 292 0 0 0 4 0 0 0 18 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14061] ppid=14049 vsize=819112 CPUtime=1.63
/proc/14051/task/14061/stat : 14061 (java) S 14049 14051 12900 0 -1 64 4865 0 0 0 161 2 0 0 16 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14062] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14062/stat : 14062 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14063] ppid=14049 vsize=819112 CPUtime=0
/proc/14051/task/14063/stat : 14063 (java) S 14049 14051 12900 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20905638 838770688 174353 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 845.49
Current children cumulated vsize (KiB) 819112

[startup+843.501 s]
/proc/loadavg: 2.10 2.20 2.14 3/84 14069
/proc/meminfo: memFree=1164952/2055920 swapFree=4192812/4192956
[pid=14051] ppid=14049 vsize=0 CPUtime=845.87
/proc/14051/stat : 14051 (java) Z 14049 14051 12900 0 -1 12 403980 0 1 0 84367 220 0 0 16 0 2 0 20905629 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 845.87
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 843.588
CPU time (s): 845.962
CPU user time (s): 843.672
CPU system time (s): 2.29065
CPU usage (%): 100.282
Max. virtual memory (cumulated for all children) (KiB): 823116

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

runsolver used 1.04084 second user time and 2.82657 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-11 20:53:10
IDJOB=2065575
IDBENCH=54375
IDSOLVER=731
FILE ID=node19/2065575-1247338390
PBS_JOBID= 9506650
Free space on /tmp= 66428 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-80-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-2065575-1247338390/watcher-2065575-1247338390 -o /tmp/evaluation-result-2065575-1247338390/solver-2065575-1247338390 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065575-1247338390.xml

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

MD5SUM BENCH= e8c315bcbe0748e0a375ad8d37a916fb
RANDOM SEED=1128605775

node19.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.211
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.211
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:       1860112 kB
Buffers:         11732 kB
Cached:          74220 kB
SwapCached:          0 kB
Active:         122792 kB
Inactive:        27492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:          75980 kB
Slab:            30672 kB
Committed_AS:   180156 kB
PageTables:       1900 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= 66424 MiB
End job on node19 at 2009-07-11 21:07:14