Trace number 2077884

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? 169.853 169.921

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-60-3-7.xml
MD5SUM54f0d4d11a26de12f0658f94aa809aa9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity10
Maximum domain size46
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.11/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.25	c See www.sat4j.org for details.
0.11/0.25	c That software uses the Rhino library from the Mozilla project.
0.11/0.27	c version 2.1.1.v20090622
0.11/0.27	c sun.arch.data.model	32
0.11/0.27	c java.version	1.6.0_12
0.11/0.27	c os.name	Linux
0.11/0.27	c os.version	2.6.9-22.EL.rootsmp
0.11/0.27	c os.arch	i386
0.11/0.27	c Free memory 671000808
0.11/0.27	c Max memory 672137216
0.11/0.27	c Total memory 672137216
0.11/0.27	c Number of processors 2
0.20/0.36	c c --- Begin Solver configuration ---
0.20/0.36	c Stops conflict analysis at the first Unique Implication Point
0.20/0.36	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.20/0.36	c Learn all clauses as in MiniSAT
0.20/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.20/0.36	c Expensive reason simplification
0.20/0.36	c MiniSAT restarts strategy
0.20/0.36	c Memory based learned constraints deletion strategy
0.20/0.36	c timeout=2147483s
0.20/0.36	c DB Simplification allowed=false
0.20/0.36	c --- End Solver configuration ---
0.20/0.36	c solving HOME/instance-2077884-1247366054.xml
0.20/0.36	c reading problem ... 
0.45/0.67	c reading problem named null
0.45/0.67	c reading domains done.
0.45/0.68	c reading variables done.
0.65/0.83	c reading predicates  done.
1.01/1.24	c reading constraints
169.65/169.77	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
169.65/169.77		at org.mozilla.javascript.gen.c10._c0(rhino.log:1)
169.65/169.77		at org.mozilla.javascript.gen.c10.call(rhino.log)
169.65/169.77		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
169.65/169.77		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
169.65/169.77		at org.mozilla.javascript.gen.c10.call(rhino.log)
169.65/169.78		at org.mozilla.javascript.gen.c10.exec(rhino.log)
169.65/169.78		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
169.65/169.78		at org.sat4j.csp.Predicate.find(Unknown Source)
169.65/169.78		at org.sat4j.csp.Predicate.find(Unknown Source)
169.65/169.78		at org.sat4j.csp.Predicate.find(Unknown Source)
169.65/169.78		at org.sat4j.csp.Predicate.find(Unknown Source)
169.65/169.78		at org.sat4j.csp.Predicate.find(Unknown Source)
169.65/169.78		at org.sat4j.csp.Predicate.toClause(Unknown Source)
169.65/169.78		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
169.65/169.78		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
169.65/169.78		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
169.65/169.78		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
169.65/169.78		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
169.65/169.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
169.65/169.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
169.65/169.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
169.65/169.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
169.65/169.78		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
169.65/169.78		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
169.65/169.78		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
169.65/169.78		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
169.65/169.78		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
169.65/169.78		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
169.65/169.78		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
169.65/169.78		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
169.65/169.78		at org.sat4j.AbstractLauncher.run(Unknown Source)
169.65/169.78		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
169.65/169.78	c starts		: 0
169.65/169.78	c conflicts		: 0
169.65/169.78	c decisions		: 0
169.65/169.78	c propagations		: 0
169.65/169.78	c inspects		: 0
169.65/169.78	c learnt literals	: 0
169.65/169.78	c learnt binary clauses	: 0
169.65/169.78	c learnt ternary clauses	: 0
169.65/169.78	c learnt clauses	: 0
169.65/169.78	c ignored clauses	: 0
169.65/169.78	c root simplifications	: 0
169.65/169.78	c removed literals (reason simplification)	: 0
169.65/169.78	c reason swapping (by a shorter reason)	: 0
169.65/169.78	c Calls to reduceDB	: 0
169.65/169.78	c speed (assignments/second)	: 0.0
169.65/169.78	c non guided choices	0
169.65/169.78	c learnt constraints type 
169.65/169.79	c constraints type 
169.65/169.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9559508
169.65/169.79	c org.sat4j.minisat.constraints.card.AtLeast => 100
169.65/169.79	s UNKNOWN
169.65/169.79	c Total wall clock time (in seconds) : 169.419

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-2077884-1247366054/watcher-2077884-1247366054 -o /tmp/evaluation-result-2077884-1247366054/solver-2077884-1247366054 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077884-1247366054.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.39 2.69 2.46 4/82 27250
/proc/meminfo: memFree=1495128/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=152 CPUtime=0
/proc/27250/stat : 27250 (java) R 27248 27250 23574 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 23672858 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 7893796 0 0 4096 0 0 0 0 17 0 0 0
/proc/27250/statm: 38 26 19 9 0 4 0

[startup+0.0203171 s]
/proc/loadavg: 2.39 2.69 2.46 4/82 27250
/proc/meminfo: memFree=1495128/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=12928 CPUtime=0
/proc/27250/stat : 27250 (java) D 27248 27250 23574 0 -1 0 366 0 2 0 0 0 0 0 18 0 1 0 23672858 13238272 175 996147200 134512640 134550932 4294956016 18446744073709551615 7864607 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/27250/statm: 3232 175 135 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.101336 s]
/proc/loadavg: 2.39 2.69 2.46 4/82 27250
/proc/meminfo: memFree=1495128/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=800696 CPUtime=0.04
/proc/27250/stat : 27250 (java) S 27248 27250 23574 0 -1 0 2383 0 30 0 1 3 0 0 18 0 4 0 23672858 819912704 2159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27250/statm: 200174 2159 938 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.301373 s]
/proc/loadavg: 2.39 2.69 2.46 4/82 27250
/proc/meminfo: memFree=1495128/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=805388 CPUtime=0.2
/proc/27250/stat : 27250 (java) S 27248 27250 23574 0 -1 0 3728 0 30 0 15 5 0 0 18 0 12 0 23672858 824717312 3495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27250/statm: 201347 3495 1332 9 0 198681 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 805388

[startup+0.701449 s]
/proc/loadavg: 2.39 2.69 2.46 4/82 27250
/proc/meminfo: memFree=1495128/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=807180 CPUtime=0.55
/proc/27250/stat : 27250 (java) S 27248 27250 23574 0 -1 0 5289 0 30 0 47 8 0 0 18 0 12 0 23672858 826552320 4843 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27250/statm: 201795 4843 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 807180

[startup+1.5026 s]
/proc/loadavg: 2.44 2.69 2.47 3/94 27262
/proc/meminfo: memFree=1468664/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=807456 CPUtime=1.3
/proc/27250/stat : 27250 (java) S 27248 27250 23574 0 -1 0 7651 0 30 0 121 9 0 0 18 0 12 0 23672858 826834944 6346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27250/statm: 201864 6346 1406 9 0 199191 0
[pid=27250/tid=27252] ppid=27248 vsize=807456 CPUtime=0.78
/proc/27250/task/27252/stat : 27252 (java) R 27248 27250 23574 0 -1 64 5019 0 1 0 73 5 0 0 18 0 12 0 23672865 826834944 6346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27253] ppid=27248 vsize=807456 CPUtime=0
/proc/27250/task/27253/stat : 27253 (java) S 27248 27250 23574 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 23672865 826834944 6346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27254] ppid=27248 vsize=807456 CPUtime=0
/proc/27250/task/27254/stat : 27254 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23672865 826834944 6346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27255] ppid=27248 vsize=807456 CPUtime=0
/proc/27250/task/27255/stat : 27255 (java) S 27248 27250 23574 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23672868 826834944 6346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27256] ppid=27248 vsize=807456 CPUtime=0
/proc/27250/task/27256/stat : 27256 (java) S 27248 27250 23574 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23672869 826834944 6346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27257] ppid=27248 vsize=807456 CPUtime=0
/proc/27250/task/27257/stat : 27257 (java) S 27248 27250 23574 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23672869 826834944 6346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27258] ppid=27248 vsize=807456 CPUtime=0
/proc/27250/task/27258/stat : 27258 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23672876 826834944 6346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27259] ppid=27248 vsize=807456 CPUtime=0
/proc/27250/task/27259/stat : 27259 (java) S 27248 27250 23574 0 -1 64 13 0 0 0 0 0 0 0 20 0 12 0 23672876 826834944 6346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27260] ppid=27248 vsize=807456 CPUtime=0.49
/proc/27250/task/27260/stat : 27260 (java) R 27248 27250 23574 0 -1 64 1907 0 0 0 48 1 0 0 16 0 12 0 23672876 826834944 6346 996147200 134512640 134550932 4294956016 18446744073709551615 102092481 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27261] ppid=27248 vsize=807456 CPUtime=0
/proc/27250/task/27261/stat : 27261 (java) S 27248 27250 23574 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23672876 826834944 6346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27262] ppid=27248 vsize=807456 CPUtime=0
/proc/27250/task/27262/stat : 27262 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23672876 826834944 6346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 807456

[startup+3.10291 s]
/proc/loadavg: 2.44 2.69 2.47 4/94 27262
/proc/meminfo: memFree=1457656/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=812716 CPUtime=2.93
/proc/27250/stat : 27250 (java) S 27248 27250 23574 0 -1 0 21746 0 30 0 277 16 0 0 18 0 12 0 23672858 832221184 18291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27250/statm: 203179 18291 1428 9 0 200506 0
[pid=27250/tid=27252] ppid=27248 vsize=812716 CPUtime=1.67
/proc/27250/task/27252/stat : 27252 (java) R 27248 27250 23574 0 -1 64 15561 0 1 0 156 11 0 0 23 0 12 0 23672865 832221184 18291 996147200 134512640 134550932 4294956016 18446744073709551615 4109726134 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27253] ppid=27248 vsize=812716 CPUtime=0
/proc/27250/task/27253/stat : 27253 (java) S 27248 27250 23574 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 23672865 832221184 18292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27254] ppid=27248 vsize=812716 CPUtime=0
/proc/27250/task/27254/stat : 27254 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23672865 832221184 18292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27255] ppid=27248 vsize=812716 CPUtime=0
/proc/27250/task/27255/stat : 27255 (java) S 27248 27250 23574 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23672868 832221184 18292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27256] ppid=27248 vsize=812716 CPUtime=0
/proc/27250/task/27256/stat : 27256 (java) S 27248 27250 23574 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23672869 832221184 18292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27257] ppid=27248 vsize=812716 CPUtime=0
/proc/27250/task/27257/stat : 27257 (java) S 27248 27250 23574 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23672869 832221184 18292 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27258] ppid=27248 vsize=812716 CPUtime=0
/proc/27250/task/27258/stat : 27258 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23672876 832221184 18293 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27259] ppid=27248 vsize=812716 CPUtime=0.09
/proc/27250/task/27259/stat : 27259 (java) S 27248 27250 23574 0 -1 64 264 0 0 0 9 0 0 0 16 0 12 0 23672876 832221184 18293 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27260] ppid=27248 vsize=812716 CPUtime=1.12
/proc/27250/task/27260/stat : 27260 (java) S 27248 27250 23574 0 -1 64 5209 0 0 0 110 2 0 0 16 0 12 0 23672876 832221184 18293 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27261] ppid=27248 vsize=812716 CPUtime=0
/proc/27250/task/27261/stat : 27261 (java) S 27248 27250 23574 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23672876 832221184 18293 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27262] ppid=27248 vsize=812716 CPUtime=0
/proc/27250/task/27262/stat : 27262 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23672876 832221184 18293 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 812716

[startup+6.30253 s]
/proc/loadavg: 2.40 2.68 2.46 5/94 27262
/proc/meminfo: memFree=1381752/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=812440 CPUtime=6.12
/proc/27250/stat : 27250 (java) S 27248 27250 23574 0 -1 0 35659 0 30 0 591 21 0 0 18 0 12 0 23672858 831938560 32129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27250/statm: 203110 32129 1438 9 0 200437 0
[pid=27250/tid=27252] ppid=27248 vsize=812440 CPUtime=4.03
/proc/27250/task/27252/stat : 27252 (java) R 27248 27250 23574 0 -1 64 17371 0 1 0 391 12 0 0 16 0 12 0 23672865 831938560 32129 996147200 134512640 134550932 4294956016 18446744073709551615 4109779935 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27253] ppid=27248 vsize=812440 CPUtime=0.33
/proc/27250/task/27253/stat : 27253 (java) S 27248 27250 23574 0 -1 64 6525 0 0 0 31 2 0 0 16 0 12 0 23672865 831938560 32129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27254] ppid=27248 vsize=812440 CPUtime=0.32
/proc/27250/task/27254/stat : 27254 (java) R 27248 27250 23574 0 -1 64 5554 0 0 0 31 1 0 0 17 0 12 0 23672865 831938560 32129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27255] ppid=27248 vsize=812440 CPUtime=0
/proc/27250/task/27255/stat : 27255 (java) S 27248 27250 23574 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23672868 831938560 32129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27256] ppid=27248 vsize=812440 CPUtime=0
/proc/27250/task/27256/stat : 27256 (java) S 27248 27250 23574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23672869 831938560 32129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27257] ppid=27248 vsize=812440 CPUtime=0
/proc/27250/task/27257/stat : 27257 (java) S 27248 27250 23574 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 23672869 831938560 32129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27258] ppid=27248 vsize=812440 CPUtime=0
/proc/27250/task/27258/stat : 27258 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23672876 831938560 32129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27259] ppid=27248 vsize=812440 CPUtime=0.09
/proc/27250/task/27259/stat : 27259 (java) S 27248 27250 23574 0 -1 64 264 0 0 0 9 0 0 0 16 0 12 0 23672876 831938560 32129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27260] ppid=27248 vsize=812440 CPUtime=1.28
/proc/27250/task/27260/stat : 27260 (java) S 27248 27250 23574 0 -1 64 5221 0 0 0 126 2 0 0 16 0 12 0 23672876 831938560 32129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27261] ppid=27248 vsize=812440 CPUtime=0
/proc/27250/task/27261/stat : 27261 (java) S 27248 27250 23574 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23672876 831938560 32129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27262] ppid=27248 vsize=812440 CPUtime=0
/proc/27250/task/27262/stat : 27262 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23672876 831938560 32129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 812440

[startup+12.7028 s]
/proc/loadavg: 2.37 2.67 2.46 3/94 27262
/proc/meminfo: memFree=1282616/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=812440 CPUtime=12.57
/proc/27250/stat : 27250 (java) S 27248 27250 23574 0 -1 0 59787 0 30 0 1227 30 0 0 18 0 12 0 23672858 831938560 56129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27250/statm: 203110 56129 1438 9 0 200437 0
[pid=27250/tid=27252] ppid=27248 vsize=812440 CPUtime=8.26
/proc/27250/task/27252/stat : 27252 (java) R 27248 27250 23574 0 -1 64 17390 0 1 0 814 12 0 0 25 0 12 0 23672865 831938560 56129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27253] ppid=27248 vsize=812440 CPUtime=1.44
/proc/27250/task/27253/stat : 27253 (java) R 27248 27250 23574 0 -1 64 20635 0 0 0 137 7 0 0 16 0 12 0 23672865 831938560 56129 996147200 134512640 134550932 4294956016 18446744073709551615 106193917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27254] ppid=27248 vsize=812440 CPUtime=1.41
/proc/27250/task/27254/stat : 27254 (java) R 27248 27250 23574 0 -1 64 15553 0 0 0 137 4 0 0 16 0 12 0 23672865 831938560 56129 996147200 134512640 134550932 4294956016 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27255] ppid=27248 vsize=812440 CPUtime=0
/proc/27250/task/27255/stat : 27255 (java) S 27248 27250 23574 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23672868 831938560 56129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27256] ppid=27248 vsize=812440 CPUtime=0
/proc/27250/task/27256/stat : 27256 (java) S 27248 27250 23574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23672869 831938560 56129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27257] ppid=27248 vsize=812440 CPUtime=0
/proc/27250/task/27257/stat : 27257 (java) S 27248 27250 23574 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 23672869 831938560 56129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27258] ppid=27248 vsize=812440 CPUtime=0
/proc/27250/task/27258/stat : 27258 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23672876 831938560 56129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27259] ppid=27248 vsize=812440 CPUtime=0.09
/proc/27250/task/27259/stat : 27259 (java) S 27248 27250 23574 0 -1 64 264 0 0 0 9 0 0 0 16 0 12 0 23672876 831938560 56129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27260] ppid=27248 vsize=812440 CPUtime=1.28
/proc/27250/task/27260/stat : 27260 (java) S 27248 27250 23574 0 -1 64 5221 0 0 0 126 2 0 0 15 0 12 0 23672876 831938560 56129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27261] ppid=27248 vsize=812440 CPUtime=0
/proc/27250/task/27261/stat : 27261 (java) S 27248 27250 23574 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23672876 831938560 56129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27262] ppid=27248 vsize=812440 CPUtime=0
/proc/27250/task/27262/stat : 27262 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23672876 831938560 56129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 812440

[startup+25.5012 s]
/proc/loadavg: 2.60 2.70 2.47 3/94 27262
/proc/meminfo: memFree=1087928/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=813724 CPUtime=25.56
/proc/27250/stat : 27250 (java) S 27248 27250 23574 0 -1 0 104929 0 30 0 2506 50 0 0 18 0 12 0 23672858 833253376 100776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27250/statm: 203431 100776 1438 9 0 200758 0
[pid=27250/tid=27252] ppid=27248 vsize=813724 CPUtime=16.97
/proc/27250/task/27252/stat : 27252 (java) R 27248 27250 23574 0 -1 64 17413 0 1 0 1685 12 0 0 25 0 12 0 23672865 833253376 100776 996147200 134512640 134550932 4294956016 18446744073709551615 4109883153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27253] ppid=27248 vsize=813724 CPUtime=3.56
/proc/27250/task/27253/stat : 27253 (java) S 27248 27250 23574 0 -1 64 43453 0 0 0 339 17 0 0 16 0 12 0 23672865 833253376 100776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27254] ppid=27248 vsize=813724 CPUtime=3.56
/proc/27250/task/27254/stat : 27254 (java) S 27248 27250 23574 0 -1 64 37854 0 0 0 343 13 0 0 16 0 12 0 23672865 833253376 100776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27255] ppid=27248 vsize=813724 CPUtime=0.01
/proc/27250/task/27255/stat : 27255 (java) S 27248 27250 23574 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 23672868 833253376 100776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27256] ppid=27248 vsize=813724 CPUtime=0
/proc/27250/task/27256/stat : 27256 (java) S 27248 27250 23574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23672869 833253376 100776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27257] ppid=27248 vsize=813724 CPUtime=0
/proc/27250/task/27257/stat : 27257 (java) S 27248 27250 23574 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 23672869 833253376 100776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27258] ppid=27248 vsize=813724 CPUtime=0
/proc/27250/task/27258/stat : 27258 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23672876 833253376 100776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27259] ppid=27248 vsize=813724 CPUtime=0.09

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

[pid=27250/tid=27262] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27262/stat : 27262 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.9
Current children cumulated vsize (KiB) 815008

[startup+162.301 s]
/proc/loadavg: 2.15 2.51 2.43 3/94 27262
/proc/meminfo: memFree=797048/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=815008 CPUtime=162.32
/proc/27250/stat : 27250 (java) S 27248 27250 23574 0 -1 0 273708 0 30 0 16111 121 0 0 18 0 12 0 23672858 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27250/statm: 203752 173254 1440 9 0 201079 0
[pid=27250/tid=27252] ppid=27248 vsize=815008 CPUtime=37.99
/proc/27250/task/27252/stat : 27252 (java) S 27248 27250 23574 0 -1 64 29771 0 1 0 3781 18 0 0 17 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27253] ppid=27248 vsize=815008 CPUtime=7.63
/proc/27250/task/27253/stat : 27253 (java) S 27248 27250 23574 0 -1 64 76427 0 0 0 733 30 0 0 16 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27254] ppid=27248 vsize=815008 CPUtime=8.53
/proc/27250/task/27254/stat : 27254 (java) S 27248 27250 23574 0 -1 64 61972 0 0 0 832 21 0 0 16 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27255] ppid=27248 vsize=815008 CPUtime=106.62
/proc/27250/task/27255/stat : 27255 (java) R 27248 27250 23574 0 -1 64 99342 0 0 0 10617 45 0 0 25 0 12 0 23672868 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27256] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27256/stat : 27256 (java) S 27248 27250 23574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23672869 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27257] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27257/stat : 27257 (java) S 27248 27250 23574 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 23672869 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27258] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27258/stat : 27258 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27259] ppid=27248 vsize=815008 CPUtime=0.19
/proc/27250/task/27259/stat : 27259 (java) S 27248 27250 23574 0 -1 64 264 0 0 0 19 0 0 0 16 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27260] ppid=27248 vsize=815008 CPUtime=1.28
/proc/27250/task/27260/stat : 27260 (java) S 27248 27250 23574 0 -1 64 5221 0 0 0 126 2 0 0 15 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27261] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27261/stat : 27261 (java) S 27248 27250 23574 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27262] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27262/stat : 27262 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 815008

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

[startup+166.301 s]
/proc/loadavg: 2.14 2.50 2.43 3/94 27262
/proc/meminfo: memFree=796984/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=815008 CPUtime=166.28
/proc/27250/stat : 27250 (java) S 27248 27250 23574 0 -1 0 273711 0 30 0 16507 121 0 0 18 0 12 0 23672858 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27250/statm: 203752 173254 1439 9 0 201079 0
[pid=27250/tid=27252] ppid=27248 vsize=815008 CPUtime=38.02
/proc/27250/task/27252/stat : 27252 (java) S 27248 27250 23574 0 -1 64 29774 0 1 0 3784 18 0 0 17 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27253] ppid=27248 vsize=815008 CPUtime=7.63
/proc/27250/task/27253/stat : 27253 (java) S 27248 27250 23574 0 -1 64 76427 0 0 0 733 30 0 0 16 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27254] ppid=27248 vsize=815008 CPUtime=8.53
/proc/27250/task/27254/stat : 27254 (java) S 27248 27250 23574 0 -1 64 61972 0 0 0 832 21 0 0 16 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27255] ppid=27248 vsize=815008 CPUtime=110.55
/proc/27250/task/27255/stat : 27255 (java) R 27248 27250 23574 0 -1 64 99342 0 0 0 11010 45 0 0 25 0 12 0 23672868 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 104177864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27256] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27256/stat : 27256 (java) S 27248 27250 23574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23672869 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27257] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27257/stat : 27257 (java) S 27248 27250 23574 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 23672869 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27258] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27258/stat : 27258 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27259] ppid=27248 vsize=815008 CPUtime=0.19
/proc/27250/task/27259/stat : 27259 (java) S 27248 27250 23574 0 -1 64 264 0 0 0 19 0 0 0 16 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27260] ppid=27248 vsize=815008 CPUtime=1.28
/proc/27250/task/27260/stat : 27260 (java) S 27248 27250 23574 0 -1 64 5221 0 0 0 126 2 0 0 15 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27261] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27261/stat : 27261 (java) S 27248 27250 23574 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27262] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27262/stat : 27262 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 166.28
Current children cumulated vsize (KiB) 815008

[startup+167.903 s]
/proc/loadavg: 2.14 2.50 2.43 3/94 27262
/proc/meminfo: memFree=796984/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=815008 CPUtime=167.87
/proc/27250/stat : 27250 (java) S 27248 27250 23574 0 -1 0 273711 0 30 0 16666 121 0 0 18 0 12 0 23672858 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27250/statm: 203752 173254 1439 9 0 201079 0
[pid=27250/tid=27252] ppid=27248 vsize=815008 CPUtime=38.02
/proc/27250/task/27252/stat : 27252 (java) S 27248 27250 23574 0 -1 64 29774 0 1 0 3784 18 0 0 17 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27253] ppid=27248 vsize=815008 CPUtime=7.63
/proc/27250/task/27253/stat : 27253 (java) S 27248 27250 23574 0 -1 64 76427 0 0 0 733 30 0 0 16 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27254] ppid=27248 vsize=815008 CPUtime=8.53
/proc/27250/task/27254/stat : 27254 (java) S 27248 27250 23574 0 -1 64 61972 0 0 0 832 21 0 0 16 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27255] ppid=27248 vsize=815008 CPUtime=112.14
/proc/27250/task/27255/stat : 27255 (java) R 27248 27250 23574 0 -1 64 99342 0 0 0 11169 45 0 0 25 0 12 0 23672868 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27256] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27256/stat : 27256 (java) S 27248 27250 23574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23672869 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27257] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27257/stat : 27257 (java) S 27248 27250 23574 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 23672869 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27258] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27258/stat : 27258 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27259] ppid=27248 vsize=815008 CPUtime=0.19
/proc/27250/task/27259/stat : 27259 (java) S 27248 27250 23574 0 -1 64 264 0 0 0 19 0 0 0 16 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27260] ppid=27248 vsize=815008 CPUtime=1.28
/proc/27250/task/27260/stat : 27260 (java) S 27248 27250 23574 0 -1 64 5221 0 0 0 126 2 0 0 15 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27261] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27261/stat : 27261 (java) S 27248 27250 23574 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27262] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27262/stat : 27262 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 167.87
Current children cumulated vsize (KiB) 815008

[startup+168.703 s]
/proc/loadavg: 2.14 2.50 2.43 3/94 27262
/proc/meminfo: memFree=796984/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=815008 CPUtime=168.66
/proc/27250/stat : 27250 (java) S 27248 27250 23574 0 -1 0 273711 0 30 0 16745 121 0 0 18 0 12 0 23672858 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27250/statm: 203752 173254 1439 9 0 201079 0
[pid=27250/tid=27252] ppid=27248 vsize=815008 CPUtime=38.02
/proc/27250/task/27252/stat : 27252 (java) S 27248 27250 23574 0 -1 64 29774 0 1 0 3784 18 0 0 17 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27253] ppid=27248 vsize=815008 CPUtime=7.63
/proc/27250/task/27253/stat : 27253 (java) S 27248 27250 23574 0 -1 64 76427 0 0 0 733 30 0 0 16 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27254] ppid=27248 vsize=815008 CPUtime=8.53
/proc/27250/task/27254/stat : 27254 (java) S 27248 27250 23574 0 -1 64 61972 0 0 0 832 21 0 0 16 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27255] ppid=27248 vsize=815008 CPUtime=112.93
/proc/27250/task/27255/stat : 27255 (java) R 27248 27250 23574 0 -1 64 99342 0 0 0 11248 45 0 0 25 0 12 0 23672868 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 106158792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27256] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27256/stat : 27256 (java) S 27248 27250 23574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23672869 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27257] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27257/stat : 27257 (java) S 27248 27250 23574 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 23672869 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27258] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27258/stat : 27258 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27259] ppid=27248 vsize=815008 CPUtime=0.19
/proc/27250/task/27259/stat : 27259 (java) S 27248 27250 23574 0 -1 64 264 0 0 0 19 0 0 0 16 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27260] ppid=27248 vsize=815008 CPUtime=1.28
/proc/27250/task/27260/stat : 27260 (java) S 27248 27250 23574 0 -1 64 5221 0 0 0 126 2 0 0 15 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27261] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27261/stat : 27261 (java) S 27248 27250 23574 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27262] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27262/stat : 27262 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.66
Current children cumulated vsize (KiB) 815008

[startup+169.503 s]
/proc/loadavg: 2.14 2.50 2.43 3/94 27262
/proc/meminfo: memFree=796984/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=815008 CPUtime=169.46
/proc/27250/stat : 27250 (java) S 27248 27250 23574 0 -1 0 273711 0 30 0 16825 121 0 0 18 0 12 0 23672858 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27250/statm: 203752 173254 1439 9 0 201079 0
[pid=27250/tid=27252] ppid=27248 vsize=815008 CPUtime=38.02
/proc/27250/task/27252/stat : 27252 (java) S 27248 27250 23574 0 -1 64 29774 0 1 0 3784 18 0 0 17 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27253] ppid=27248 vsize=815008 CPUtime=7.63
/proc/27250/task/27253/stat : 27253 (java) S 27248 27250 23574 0 -1 64 76427 0 0 0 733 30 0 0 16 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27254] ppid=27248 vsize=815008 CPUtime=8.53
/proc/27250/task/27254/stat : 27254 (java) S 27248 27250 23574 0 -1 64 61972 0 0 0 832 21 0 0 16 0 12 0 23672865 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27255] ppid=27248 vsize=815008 CPUtime=113.73
/proc/27250/task/27255/stat : 27255 (java) R 27248 27250 23574 0 -1 64 99342 0 0 0 11328 45 0 0 25 0 12 0 23672868 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27256] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27256/stat : 27256 (java) S 27248 27250 23574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23672869 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27257] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27257/stat : 27257 (java) S 27248 27250 23574 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 23672869 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27258] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27258/stat : 27258 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27259] ppid=27248 vsize=815008 CPUtime=0.19
/proc/27250/task/27259/stat : 27259 (java) S 27248 27250 23574 0 -1 64 264 0 0 0 19 0 0 0 16 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27260] ppid=27248 vsize=815008 CPUtime=1.28
/proc/27250/task/27260/stat : 27260 (java) S 27248 27250 23574 0 -1 64 5221 0 0 0 126 2 0 0 15 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27250/tid=27261] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27261/stat : 27261 (java) S 27248 27250 23574 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27250/tid=27262] ppid=27248 vsize=815008 CPUtime=0
/proc/27250/task/27262/stat : 27262 (java) S 27248 27250 23574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23672876 834568192 173254 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 169.46
Current children cumulated vsize (KiB) 815008

[startup+169.904 s]
/proc/loadavg: 2.14 2.50 2.43 3/94 27262
/proc/meminfo: memFree=796984/2055920 swapFree=4192812/4192956
[pid=27250] ppid=27248 vsize=0 CPUtime=169.82
/proc/27250/stat : 27250 (java) Z 27248 27250 23574 0 -1 12 273729 0 30 0 16852 130 0 0 16 0 2 0 23672858 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27250/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 169.82
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 169.921
CPU time (s): 169.853
CPU user time (s): 168.529
CPU system time (s): 1.3238
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 911016

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

runsolver used 0.206968 second user time and 0.584911 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-12 04:34:14
IDJOB=2077884
IDBENCH=56685
IDSOLVER=731
FILE ID=node5/2077884-1247366054
PBS_JOBID= 9506999
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= 54f0d4d11a26de12f0658f94aa809aa9
RANDOM SEED=560751368

node5.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.258
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.258
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:       1495544 kB
Buffers:          4160 kB
Cached:          45072 kB
SwapCached:          0 kB
Active:         491572 kB
Inactive:        16924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2016 kB
Writeback:           0 kB
Mapped:         479712 kB
Slab:            36332 kB
Committed_AS:   661008 kB
PageTables:       2696 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= 66436 MiB
End job on node5 at 2009-07-12 04:37:04