Trace number 2078016

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? 164.83 164.014

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-60-3-3.xml
MD5SUM6aa59cc35c9b0e965e1e7c4e209abfeb
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.06499
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity6
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data

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

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-2078016-1247366527/watcher-2078016-1247366527 -o /tmp/evaluation-result-2078016-1247366527/solver-2078016-1247366527 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078016-1247366527.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.94 2.04 2.17 3/75 27154
/proc/meminfo: memFree=1667464/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=13208 CPUtime=0
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 23719968 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 3302 521 219 9 0 1186 0
[pid=27154/tid=27155] ppid=27152 vsize=13208 CPUtime=0
/proc/27154/task/27155/stat : 27155 (java) R 27152 27154 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 23719969 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 3706840 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.091075 s]
/proc/loadavg: 1.94 2.04 2.17 3/75 27154
/proc/meminfo: memFree=1667464/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=802164 CPUtime=0.07
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 2898 0 1 0 5 2 0 0 18 0 7 0 23719968 821415936 2643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 200541 2643 1043 9 0 197892 0
[pid=27154/tid=27155] ppid=27152 vsize=802164 CPUtime=0.07
/proc/27154/task/27155/stat : 27155 (java) R 27152 27154 22877 0 -1 64 2160 0 1 0 5 2 0 0 17 0 7 0 23719969 821415936 2643 996147200 134512640 134550932 4294956016 18446744073709551615 106123889 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101074 s]
/proc/loadavg: 1.94 2.04 2.17 3/75 27154
/proc/meminfo: memFree=1667464/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=804560 CPUtime=0.09
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 3013 0 1 0 6 3 0 0 18 0 12 0 23719968 823869440 2756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 201140 2756 1082 9 0 198474 0
[pid=27154/tid=27155] ppid=27152 vsize=804560 CPUtime=0.08
/proc/27154/task/27155/stat : 27155 (java) R 27152 27154 22877 0 -1 64 2259 0 1 0 6 2 0 0 21 0 12 0 23719969 823869440 2756 996147200 134512640 134550932 4294956016 18446744073709551615 103626587 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301096 s]
/proc/loadavg: 1.94 2.04 2.17 3/75 27154
/proc/meminfo: memFree=1667464/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=805628 CPUtime=0.29
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 4299 0 1 0 25 4 0 0 18 0 12 0 23719968 824963072 4036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 201407 4036 1359 9 0 198734 0
[pid=27154/tid=27155] ppid=27152 vsize=805628 CPUtime=0.22
/proc/27154/task/27155/stat : 27155 (java) R 27152 27154 22877 0 -1 64 3062 0 1 0 19 3 0 0 21 0 12 0 23719969 824963072 4036 996147200 134512640 134550932 4294956016 18446744073709551615 103284732 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701138 s]
/proc/loadavg: 1.94 2.04 2.17 3/75 27154
/proc/meminfo: memFree=1667464/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=807356 CPUtime=0.68
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 6207 0 1 0 63 5 0 0 18 0 12 0 23719968 826732544 5613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 201839 5613 1384 9 0 199166 0
[pid=27154/tid=27155] ppid=27152 vsize=807356 CPUtime=0.48
/proc/27154/task/27155/stat : 27155 (java) R 27152 27154 22877 0 -1 64 4322 0 1 0 44 4 0 0 24 0 12 0 23719969 826732544 5613 996147200 134512640 134550932 4294956016 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807356

[startup+1.50222 s]
/proc/loadavg: 1.94 2.04 2.17 4/87 27166
/proc/meminfo: memFree=1648104/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=812712 CPUtime=1.48
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 9773 0 1 0 141 7 0 0 18 0 12 0 23719968 832217088 7624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 203178 7624 1413 9 0 200505 0
[pid=27154/tid=27155] ppid=27152 vsize=812712 CPUtime=0.79
/proc/27154/task/27155/stat : 27155 (java) R 27152 27154 22877 0 -1 64 4996 0 1 0 74 5 0 0 25 0 12 0 23719969 832217088 7624 996147200 134512640 134550932 4294956016 18446744073709551615 105897298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27157] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 22877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23719970 832217088 7624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27158] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27158/stat : 27158 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23719970 832217088 7624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27159] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27159/stat : 27159 (java) S 27152 27154 22877 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23719972 832217088 7624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27160] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 22877 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23719973 832217088 7624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27161] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 22877 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23719973 832217088 7624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27162] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23719977 832217088 7624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27163] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 22877 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23719977 832217088 7624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27164] ppid=27152 vsize=812712 CPUtime=0.67
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 22877 0 -1 64 4023 0 0 0 66 1 0 0 19 0 12 0 23719977 832217088 7624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27165] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 22877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23719977 832217088 7624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27166] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23719978 832217088 7624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 812712

[startup+3.10238 s]
/proc/loadavg: 1.95 2.04 2.16 3/87 27166
/proc/meminfo: memFree=1632616/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=812712 CPUtime=3.06
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 21682 0 1 0 293 13 0 0 18 0 12 0 23719968 832217088 19219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 203178 19219 1429 9 0 200505 0
[pid=27154/tid=27155] ppid=27152 vsize=812712 CPUtime=1.92
/proc/27154/task/27155/stat : 27155 (java) R 27152 27154 22877 0 -1 64 16501 0 1 0 182 10 0 0 25 0 12 0 23719969 832217088 19219 996147200 134512640 134550932 4294956016 18446744073709551615 4109715602 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27157] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 22877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23719970 832217088 19219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27158] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27158/stat : 27158 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23719970 832217088 19219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27159] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27159/stat : 27159 (java) S 27152 27154 22877 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23719972 832217088 19219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27160] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 22877 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23719973 832217088 19219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27161] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 22877 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23719973 832217088 19219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27162] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23719977 832217088 19219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27163] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 22877 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23719977 832217088 19219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27164] ppid=27152 vsize=812712 CPUtime=1.11
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 22877 0 -1 64 4426 0 0 0 110 1 0 0 16 0 12 0 23719977 832217088 19219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27165] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 22877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23719977 832217088 19219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27166] ppid=27152 vsize=812712 CPUtime=0
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23719978 832217088 19219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 812712

[startup+6.30171 s]
/proc/loadavg: 1.95 2.04 2.16 3/87 27166
/proc/meminfo: memFree=1544936/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=812264 CPUtime=6.26
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 36786 0 1 0 607 19 0 0 18 0 12 0 23719968 831758336 34197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 203066 34197 1438 9 0 200393 0
[pid=27154/tid=27155] ppid=27152 vsize=812264 CPUtime=4.11
/proc/27154/task/27155/stat : 27155 (java) R 27152 27154 22877 0 -1 64 17378 0 1 0 400 11 0 0 19 0 12 0 23719969 831758336 34197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27157] ppid=27152 vsize=812264 CPUtime=0.43
/proc/27154/task/27157/stat : 27157 (java) R 27152 27154 22877 0 -1 64 7434 0 0 0 41 2 0 0 16 0 12 0 23719970 831758336 34197 996147200 134512640 134550932 4294956016 18446744073709551615 106194139 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27158] ppid=27152 vsize=812264 CPUtime=0.44
/proc/27154/task/27158/stat : 27158 (java) R 27152 27154 22877 0 -1 64 6772 0 0 0 42 2 0 0 16 0 12 0 23719970 831758336 34197 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27159] ppid=27152 vsize=812264 CPUtime=0
/proc/27154/task/27159/stat : 27159 (java) S 27152 27154 22877 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23719972 831758336 34197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27160] ppid=27152 vsize=812264 CPUtime=0
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23719973 831758336 34197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27161] ppid=27152 vsize=812264 CPUtime=0
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23719973 831758336 34197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27162] ppid=27152 vsize=812264 CPUtime=0
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23719977 831758336 34197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27163] ppid=27152 vsize=812264 CPUtime=0
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 22877 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23719977 831758336 34197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27164] ppid=27152 vsize=812264 CPUtime=1.23
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 22877 0 -1 64 4436 0 0 0 122 1 0 0 16 0 12 0 23719977 831758336 34197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27165] ppid=27152 vsize=812264 CPUtime=0
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 22877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23719977 831758336 34197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27166] ppid=27152 vsize=812264 CPUtime=0
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23719978 831758336 34197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 812264

[startup+12.7024 s]
/proc/loadavg: 1.96 2.04 2.16 3/87 27166
/proc/meminfo: memFree=1434792/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=811688 CPUtime=12.69
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 64594 0 1 0 1240 29 0 0 18 0 12 0 23719968 831168512 61764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 202922 61764 1438 9 0 200249 0
[pid=27154/tid=27155] ppid=27152 vsize=811688 CPUtime=8.13
/proc/27154/task/27155/stat : 27155 (java) R 27152 27154 22877 0 -1 64 17401 0 1 0 802 11 0 0 25 0 12 0 23719969 831168512 61764 996147200 134512640 134550932 4294956016 18446744073709551615 4109711950 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27157] ppid=27152 vsize=811688 CPUtime=1.54
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 22877 0 -1 64 19314 0 0 0 147 7 0 0 16 0 12 0 23719970 831168512 61764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27158] ppid=27152 vsize=811688 CPUtime=1.69
/proc/27154/task/27158/stat : 27158 (java) S 27152 27154 22877 0 -1 64 22674 0 0 0 161 8 0 0 16 0 12 0 23719970 831168512 61764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27159] ppid=27152 vsize=811688 CPUtime=0.01
/proc/27154/task/27159/stat : 27159 (java) S 27152 27154 22877 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 23719972 831168512 61764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27160] ppid=27152 vsize=811688 CPUtime=0
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23719973 831168512 61764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27161] ppid=27152 vsize=811688 CPUtime=0
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23719973 831168512 61764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27162] ppid=27152 vsize=811688 CPUtime=0
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23719977 831168512 61764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27163] ppid=27152 vsize=811688 CPUtime=0
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 22877 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23719977 831168512 61764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27164] ppid=27152 vsize=811688 CPUtime=1.28
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 22877 0 -1 64 4439 0 0 0 127 1 0 0 16 0 12 0 23719977 831168512 61764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27165] ppid=27152 vsize=811688 CPUtime=0
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 22877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23719977 831168512 61764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27166] ppid=27152 vsize=811688 CPUtime=0
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23719978 831168512 61764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 811688

[startup+25.5015 s]
/proc/loadavg: 1.96 2.04 2.16 3/87 27166
/proc/meminfo: memFree=1251944/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=811688 CPUtime=26.1
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 110783 0 1 0 2563 47 0 0 18 0 12 0 23719968 831168512 106854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 202922 106854 1438 9 0 200249 0
[pid=27154/tid=27155] ppid=27152 vsize=811688 CPUtime=16.95
/proc/27154/task/27155/stat : 27155 (java) R 27152 27154 22877 0 -1 64 17446 0 1 0 1683 12 0 0 25 0 12 0 23719969 831168512 106854 996147200 134512640 134550932 4294956016 18446744073709551615 4109830529 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27157] ppid=27152 vsize=811688 CPUtime=3.95
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 22877 0 -1 64 48029 0 0 0 378 17 0 0 16 0 12 0 23719970 831168512 106854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27158] ppid=27152 vsize=811688 CPUtime=3.8

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

[pid=27154/tid=27166] ppid=27152 vsize=811688 CPUtime=0
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23719978 831168512 168007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.72
Current children cumulated vsize (KiB) 811688

[startup+102.306 s]
/proc/loadavg: 2.22 2.12 2.18 3/87 27166
/proc/meminfo: memFree=979688/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=812768 CPUtime=103.71
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 255764 0 1 0 10262 109 0 0 18 0 12 0 23719968 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 203192 172767 1440 9 0 200519 0
[pid=27154/tid=27155] ppid=27152 vsize=812768 CPUtime=34.33
/proc/27154/task/27155/stat : 27155 (java) S 27152 27154 22877 0 -1 64 29792 0 1 0 3415 18 0 0 17 0 12 0 23719969 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27157] ppid=27152 vsize=812768 CPUtime=7.42
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 22877 0 -1 64 69178 0 0 0 717 25 0 0 16 0 12 0 23719970 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27158] ppid=27152 vsize=812768 CPUtime=7.38
/proc/27154/task/27158/stat : 27158 (java) S 27152 27154 22877 0 -1 64 66207 0 0 0 713 25 0 0 15 0 12 0 23719970 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27159] ppid=27152 vsize=812768 CPUtime=52.77
/proc/27154/task/27159/stat : 27159 (java) R 27152 27154 22877 0 -1 64 84895 0 0 0 5241 36 0 0 25 0 12 0 23719972 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27160] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23719973 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27161] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23719973 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27162] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27163] ppid=27152 vsize=812768 CPUtime=0.07
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 22877 0 -1 64 237 0 0 0 7 0 0 0 17 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27164] ppid=27152 vsize=812768 CPUtime=1.67
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 22877 0 -1 64 4714 0 0 0 166 1 0 0 16 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27165] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 22877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27166] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23719978 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.71
Current children cumulated vsize (KiB) 812768

[startup+162.301 s]
/proc/loadavg: 2.15 2.11 2.17 3/88 27167
/proc/meminfo: memFree=979680/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=812768 CPUtime=163.17
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 255786 0 1 0 16208 109 0 0 18 0 12 0 23719968 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 203192 172767 1439 9 0 200519 0
[pid=27154/tid=27155] ppid=27152 vsize=812768 CPUtime=34.76
/proc/27154/task/27155/stat : 27155 (java) S 27152 27154 22877 0 -1 64 29814 0 1 0 3458 18 0 0 17 0 12 0 23719969 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27157] ppid=27152 vsize=812768 CPUtime=7.42
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 22877 0 -1 64 69178 0 0 0 717 25 0 0 16 0 12 0 23719970 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27158] ppid=27152 vsize=812768 CPUtime=7.38
/proc/27154/task/27158/stat : 27158 (java) S 27152 27154 22877 0 -1 64 66207 0 0 0 713 25 0 0 15 0 12 0 23719970 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27159] ppid=27152 vsize=812768 CPUtime=111.79
/proc/27154/task/27159/stat : 27159 (java) R 27152 27154 22877 0 -1 64 84895 0 0 0 11143 36 0 0 25 0 12 0 23719972 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 106158848 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27160] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23719973 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27161] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23719973 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27162] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27163] ppid=27152 vsize=812768 CPUtime=0.07
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 22877 0 -1 64 237 0 0 0 7 0 0 0 17 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27164] ppid=27152 vsize=812768 CPUtime=1.67
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 22877 0 -1 64 4714 0 0 0 166 1 0 0 16 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27165] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 22877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27166] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23719978 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 163.17
Current children cumulated vsize (KiB) 812768

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

[startup+163.101 s]
/proc/loadavg: 2.15 2.11 2.17 3/88 27167
/proc/meminfo: memFree=979680/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=812768 CPUtime=163.96
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 255786 0 1 0 16287 109 0 0 18 0 12 0 23719968 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 203192 172767 1439 9 0 200519 0
[pid=27154/tid=27155] ppid=27152 vsize=812768 CPUtime=34.76
/proc/27154/task/27155/stat : 27155 (java) S 27152 27154 22877 0 -1 64 29814 0 1 0 3458 18 0 0 17 0 12 0 23719969 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27157] ppid=27152 vsize=812768 CPUtime=7.42
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 22877 0 -1 64 69178 0 0 0 717 25 0 0 16 0 12 0 23719970 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27158] ppid=27152 vsize=812768 CPUtime=7.38
/proc/27154/task/27158/stat : 27158 (java) S 27152 27154 22877 0 -1 64 66207 0 0 0 713 25 0 0 15 0 12 0 23719970 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27159] ppid=27152 vsize=812768 CPUtime=112.58
/proc/27154/task/27159/stat : 27159 (java) R 27152 27154 22877 0 -1 64 84895 0 0 0 11222 36 0 0 25 0 12 0 23719972 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27160] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23719973 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27161] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23719973 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27162] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27163] ppid=27152 vsize=812768 CPUtime=0.07
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 22877 0 -1 64 237 0 0 0 7 0 0 0 17 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27164] ppid=27152 vsize=812768 CPUtime=1.67
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 22877 0 -1 64 4714 0 0 0 166 1 0 0 16 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27165] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 22877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27166] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23719978 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 163.96
Current children cumulated vsize (KiB) 812768

[startup+163.503 s]
/proc/loadavg: 2.15 2.11 2.17 3/88 27167
/proc/meminfo: memFree=979680/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=812768 CPUtime=164.36
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 255786 0 1 0 16327 109 0 0 18 0 12 0 23719968 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 203192 172767 1439 9 0 200519 0
[pid=27154/tid=27155] ppid=27152 vsize=812768 CPUtime=34.76
/proc/27154/task/27155/stat : 27155 (java) S 27152 27154 22877 0 -1 64 29814 0 1 0 3458 18 0 0 17 0 12 0 23719969 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27157] ppid=27152 vsize=812768 CPUtime=7.42
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 22877 0 -1 64 69178 0 0 0 717 25 0 0 16 0 12 0 23719970 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27158] ppid=27152 vsize=812768 CPUtime=7.38
/proc/27154/task/27158/stat : 27158 (java) S 27152 27154 22877 0 -1 64 66207 0 0 0 713 25 0 0 15 0 12 0 23719970 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27159] ppid=27152 vsize=812768 CPUtime=112.98
/proc/27154/task/27159/stat : 27159 (java) R 27152 27154 22877 0 -1 64 84895 0 0 0 11262 36 0 0 25 0 12 0 23719972 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27160] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23719973 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27161] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23719973 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27162] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27163] ppid=27152 vsize=812768 CPUtime=0.07
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 22877 0 -1 64 237 0 0 0 7 0 0 0 17 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27164] ppid=27152 vsize=812768 CPUtime=1.67
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 22877 0 -1 64 4714 0 0 0 166 1 0 0 16 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27165] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 22877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23719977 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27166] ppid=27152 vsize=812768 CPUtime=0
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23719978 832274432 172767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 164.36
Current children cumulated vsize (KiB) 812768

[startup+163.907 s]
/proc/loadavg: 2.15 2.11 2.17 3/88 27167
/proc/meminfo: memFree=979680/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=813092 CPUtime=164.72
/proc/27154/stat : 27154 (java) S 27152 27154 22877 0 -1 0 255799 0 1 0 16363 109 0 0 18 0 12 0 23719968 832606208 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27154/statm: 203273 172779 1440 9 0 200600 0
[pid=27154/tid=27155] ppid=27152 vsize=813092 CPUtime=34.77
/proc/27154/task/27155/stat : 27155 (java) S 27152 27154 22877 0 -1 64 29818 0 1 0 3459 18 0 0 17 0 12 0 23719969 832606208 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27157] ppid=27152 vsize=813092 CPUtime=7.42
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 22877 0 -1 64 69178 0 0 0 717 25 0 0 16 0 12 0 23719970 832606208 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27158] ppid=27152 vsize=813092 CPUtime=7.38
/proc/27154/task/27158/stat : 27158 (java) S 27152 27154 22877 0 -1 64 66207 0 0 0 713 25 0 0 15 0 12 0 23719970 832606208 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27159] ppid=27152 vsize=813092 CPUtime=113.33
/proc/27154/task/27159/stat : 27159 (java) S 27152 27154 22877 0 -1 64 84895 0 0 0 11297 36 0 0 25 0 12 0 23719972 832606208 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27160] ppid=27152 vsize=813092 CPUtime=0
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23719973 832606208 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27161] ppid=27152 vsize=813092 CPUtime=0
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23719973 832606208 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27162] ppid=27152 vsize=813092 CPUtime=0
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23719977 832606208 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27163] ppid=27152 vsize=813092 CPUtime=0.07
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 22877 0 -1 64 237 0 0 0 7 0 0 0 17 0 12 0 23719977 832606208 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27164] ppid=27152 vsize=813092 CPUtime=1.67
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 22877 0 -1 64 4714 0 0 0 166 1 0 0 16 0 12 0 23719977 832606208 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27154/tid=27165] ppid=27152 vsize=813092 CPUtime=0
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 22877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23719977 832606208 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27154/tid=27166] ppid=27152 vsize=813092 CPUtime=0
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23719978 832606208 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 164.72
Current children cumulated vsize (KiB) 813092

[startup+164.003 s]
/proc/loadavg: 2.15 2.11 2.17 3/88 27167
/proc/meminfo: memFree=979680/2055920 swapFree=4192812/4192956
[pid=27154] ppid=27152 vsize=0 CPUtime=164.81
/proc/27154/stat : 27154 (java) Z 27152 27154 22877 0 -1 12 255802 0 1 0 16363 118 0 0 16 0 2 0 23719968 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27154/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 164.81
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 164.014
CPU time (s): 164.83
CPU user time (s): 163.633
CPU system time (s): 1.19682
CPU usage (%): 100.497
Max. virtual memory (cumulated for all children) (KiB): 908776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.633
system time used= 1.19682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255802
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= 5305
involuntary context switches= 8366

runsolver used 0.217966 second user time and 0.548916 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 04:42:07
IDJOB=2078016
IDBENCH=56703
IDSOLVER=731
FILE ID=node17/2078016-1247366527
PBS_JOBID= 9506985
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= 6aa59cc35c9b0e965e1e7c4e209abfeb
RANDOM SEED=775436346

node17.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.213
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.213
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:       1667944 kB
Buffers:         58848 kB
Cached:         180444 kB
SwapCached:          0 kB
Active:         229492 kB
Inactive:        97524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1636 kB
Writeback:           0 kB
Mapped:          98436 kB
Slab:            46012 kB
Committed_AS:   319460 kB
PageTables:       2052 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= 66444 MiB
End job on node17 at 2009-07-12 04:44:51