Trace number 2075442

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? 1051.69 1012.03

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-18.xml
MD5SUM87457b37e6fa56a60b1264a9447c919e
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.048992
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity19
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data

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

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-2075442-1247361546/watcher-2075442-1247361546 -o /tmp/evaluation-result-2075442-1247361546/solver-2075442-1247361546 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075442-1247361546.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.44 2.18 2.05 4/74 16685
/proc/meminfo: memFree=1088008/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=152 CPUtime=0
/proc/16685/stat : 16685 (java) R 16683 16685 14366 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 23217912 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 11931947 0 0 4096 0 0 0 0 17 0 0 0
/proc/16685/statm: 38 26 19 9 0 4 0

[startup+0.106021 s]
/proc/loadavg: 2.44 2.18 2.05 4/74 16685
/proc/meminfo: memFree=1088008/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=804560 CPUtime=0.1
/proc/16685/stat : 16685 (java) S 16683 16685 14366 0 -1 0 3106 0 1 0 8 2 0 0 18 0 12 0 23217912 823869440 2849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 201140 2849 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804560

[startup+0.201029 s]
/proc/loadavg: 2.44 2.18 2.05 4/74 16685
/proc/meminfo: memFree=1088008/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=805804 CPUtime=0.18
/proc/16685/stat : 16685 (java) S 16683 16685 14366 0 -1 0 3960 0 1 0 16 2 0 0 18 0 12 0 23217912 825143296 3698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 201451 3698 1341 9 0 198785 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805804

[startup+0.301039 s]
/proc/loadavg: 2.44 2.18 2.05 4/74 16685
/proc/meminfo: memFree=1088008/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=806184 CPUtime=0.29
/proc/16685/stat : 16685 (java) S 16683 16685 14366 0 -1 0 4473 0 1 0 26 3 0 0 18 0 12 0 23217912 825532416 4177 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 201546 4177 1365 9 0 198873 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806184

[startup+0.701077 s]
/proc/loadavg: 2.44 2.18 2.05 4/74 16685
/proc/meminfo: memFree=1088008/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=807504 CPUtime=0.69
/proc/16685/stat : 16685 (java) S 16683 16685 14366 0 -1 0 6442 0 1 0 64 5 0 0 18 0 12 0 23217912 826884096 5848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 201876 5849 1387 9 0 199203 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807504

[startup+1.50216 s]
/proc/loadavg: 2.44 2.18 2.05 3/86 16697
/proc/meminfo: memFree=1068456/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=811624 CPUtime=1.49
/proc/16685/stat : 16685 (java) S 16683 16685 14366 0 -1 0 9072 0 1 0 143 6 0 0 18 0 12 0 23217912 831102976 7378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 202906 7378 1414 9 0 200233 0
[pid=16685/tid=16687] ppid=16683 vsize=811624 CPUtime=0.76
/proc/16685/task/16687/stat : 16687 (java) R 16683 16685 14366 0 -1 64 5070 0 1 0 72 4 0 0 25 0 12 0 23217913 831102976 7378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16688] ppid=16683 vsize=811624 CPUtime=0
/proc/16685/task/16688/stat : 16688 (java) S 16683 16685 14366 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23217914 831102976 7378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16689] ppid=16683 vsize=811624 CPUtime=0
/proc/16685/task/16689/stat : 16689 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23217914 831102976 7378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16690] ppid=16683 vsize=811624 CPUtime=0
/proc/16685/task/16690/stat : 16690 (java) S 16683 16685 14366 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23217915 831102976 7378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16691] ppid=16683 vsize=811624 CPUtime=0
/proc/16685/task/16691/stat : 16691 (java) S 16683 16685 14366 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23217916 831102976 7378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16692] ppid=16683 vsize=811624 CPUtime=0
/proc/16685/task/16692/stat : 16692 (java) S 16683 16685 14366 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23217916 831102976 7378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16693] ppid=16683 vsize=811624 CPUtime=0
/proc/16685/task/16693/stat : 16693 (java) S 16683 16685 14366 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23217920 831102976 7378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16694] ppid=16683 vsize=811624 CPUtime=0.04
/proc/16685/task/16694/stat : 16694 (java) S 16683 16685 14366 0 -1 64 271 0 0 0 4 0 0 0 18 0 12 0 23217920 831102976 7378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16695] ppid=16683 vsize=811624 CPUtime=0.66
/proc/16685/task/16695/stat : 16695 (java) R 16683 16685 14366 0 -1 64 2987 0 0 0 65 1 0 0 18 0 12 0 23217920 831102976 7378 996147200 134512640 134550932 4294956016 18446744073709551615 106262497 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16696] ppid=16683 vsize=811624 CPUtime=0
/proc/16685/task/16696/stat : 16696 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23217920 831102976 7378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16697] ppid=16683 vsize=811624 CPUtime=0
/proc/16685/task/16697/stat : 16697 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23217920 831102976 7378 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 811624

[startup+3.10231 s]
/proc/loadavg: 2.49 2.19 2.05 3/86 16697
/proc/meminfo: memFree=1058280/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=816956 CPUtime=3.08
/proc/16685/stat : 16685 (java) S 16683 16685 14366 0 -1 0 17372 0 1 0 299 9 0 0 18 0 12 0 23217912 836562944 13208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 204239 13208 1426 9 0 201566 0
[pid=16685/tid=16687] ppid=16683 vsize=816956 CPUtime=1.45
/proc/16685/task/16687/stat : 16687 (java) R 16683 16685 14366 0 -1 64 9770 0 1 0 140 5 0 0 25 0 12 0 23217913 836562944 13208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16688] ppid=16683 vsize=816956 CPUtime=0
/proc/16685/task/16688/stat : 16688 (java) S 16683 16685 14366 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23217914 836562944 13208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16689] ppid=16683 vsize=816956 CPUtime=0
/proc/16685/task/16689/stat : 16689 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23217914 836562944 13208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16690] ppid=16683 vsize=816956 CPUtime=0
/proc/16685/task/16690/stat : 16690 (java) S 16683 16685 14366 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23217915 836562944 13208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16691] ppid=16683 vsize=816956 CPUtime=0
/proc/16685/task/16691/stat : 16691 (java) S 16683 16685 14366 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23217916 836562944 13208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16692] ppid=16683 vsize=816956 CPUtime=0
/proc/16685/task/16692/stat : 16692 (java) S 16683 16685 14366 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23217916 836562944 13208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16693] ppid=16683 vsize=816956 CPUtime=0
/proc/16685/task/16693/stat : 16693 (java) S 16683 16685 14366 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23217920 836562944 13208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16694] ppid=16683 vsize=816956 CPUtime=0.05
/proc/16685/task/16694/stat : 16694 (java) S 16683 16685 14366 0 -1 64 281 0 0 0 5 0 0 0 17 0 12 0 23217920 836562944 13208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16695] ppid=16683 vsize=816956 CPUtime=1.56
/proc/16685/task/16695/stat : 16695 (java) R 16683 16685 14366 0 -1 64 6577 0 0 0 153 3 0 0 19 0 12 0 23217920 836562944 13208 996147200 134512640 134550932 4294956016 18446744073709551615 101918170 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16696] ppid=16683 vsize=816956 CPUtime=0
/proc/16685/task/16696/stat : 16696 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23217920 836562944 13208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16697] ppid=16683 vsize=816956 CPUtime=0
/proc/16685/task/16697/stat : 16697 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23217920 836562944 13208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 816956

[startup+6.30264 s]
/proc/loadavg: 2.49 2.19 2.05 3/86 16697
/proc/meminfo: memFree=1003432/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=817108 CPUtime=6.29
/proc/16685/stat : 16685 (java) S 16683 16685 14366 0 -1 0 33276 0 1 0 612 17 0 0 18 0 12 0 23217912 836718592 24153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 204277 24153 1435 9 0 201604 0
[pid=16685/tid=16687] ppid=16683 vsize=817108 CPUtime=3.26
/proc/16685/task/16687/stat : 16687 (java) R 16683 16685 14366 0 -1 64 17403 0 1 0 316 10 0 0 25 0 12 0 23217913 836718592 24153 996147200 134512640 134550932 4294956016 18446744073709551615 4109755605 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16688] ppid=16683 vsize=817108 CPUtime=0.03
/proc/16685/task/16688/stat : 16688 (java) S 16683 16685 14366 0 -1 64 1367 0 0 0 3 0 0 0 17 0 12 0 23217914 836718592 24153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16689] ppid=16683 vsize=817108 CPUtime=0.04
/proc/16685/task/16689/stat : 16689 (java) S 16683 16685 14366 0 -1 64 1421 0 0 0 4 0 0 0 17 0 12 0 23217914 836718592 24153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16690] ppid=16683 vsize=817108 CPUtime=0
/proc/16685/task/16690/stat : 16690 (java) S 16683 16685 14366 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 23217915 836718592 24153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16691] ppid=16683 vsize=817108 CPUtime=0
/proc/16685/task/16691/stat : 16691 (java) S 16683 16685 14366 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23217916 836718592 24153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16692] ppid=16683 vsize=817108 CPUtime=0
/proc/16685/task/16692/stat : 16692 (java) S 16683 16685 14366 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217916 836718592 24153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16693] ppid=16683 vsize=817108 CPUtime=0
/proc/16685/task/16693/stat : 16693 (java) S 16683 16685 14366 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23217920 836718592 24153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16694] ppid=16683 vsize=817108 CPUtime=0.05
/proc/16685/task/16694/stat : 16694 (java) S 16683 16685 14366 0 -1 64 296 0 0 0 5 0 0 0 17 0 12 0 23217920 836718592 24153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16695] ppid=16683 vsize=817108 CPUtime=2.86
/proc/16685/task/16695/stat : 16695 (java) S 16683 16685 14366 0 -1 64 12029 0 0 0 281 5 0 0 16 0 12 0 23217920 836718592 24153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16696] ppid=16683 vsize=817108 CPUtime=0
/proc/16685/task/16696/stat : 16696 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23217920 836718592 24153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16697] ppid=16683 vsize=817108 CPUtime=0
/proc/16685/task/16697/stat : 16697 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23217920 836718592 24153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 817108

[startup+12.7022 s]
/proc/loadavg: 2.49 2.20 2.06 3/86 16697
/proc/meminfo: memFree=971632/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=819420 CPUtime=12.71
/proc/16685/stat : 16685 (java) S 16683 16685 14366 0 -1 0 46759 0 1 0 1248 23 0 0 18 0 12 0 23217912 839086080 30366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 204855 30366 1435 9 0 202182 0
[pid=16685/tid=16687] ppid=16683 vsize=819420 CPUtime=6.87
/proc/16685/task/16687/stat : 16687 (java) R 16683 16685 14366 0 -1 64 17436 0 1 0 677 10 0 0 25 0 12 0 23217913 839086080 30366 996147200 134512640 134550932 4294956016 18446744073709551615 104172279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16688] ppid=16683 vsize=819420 CPUtime=0.23
/proc/16685/task/16688/stat : 16688 (java) S 16683 16685 14366 0 -1 64 3839 0 0 0 22 1 0 0 16 0 12 0 23217914 839086080 30366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16689] ppid=16683 vsize=819420 CPUtime=0.24
/proc/16685/task/16689/stat : 16689 (java) S 16683 16685 14366 0 -1 64 4537 0 0 0 23 1 0 0 16 0 12 0 23217914 839086080 30366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16690] ppid=16683 vsize=819420 CPUtime=0
/proc/16685/task/16690/stat : 16690 (java) S 16683 16685 14366 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 23217915 839086080 30366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16691] ppid=16683 vsize=819420 CPUtime=0
/proc/16685/task/16691/stat : 16691 (java) S 16683 16685 14366 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23217916 839086080 30366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16692] ppid=16683 vsize=819420 CPUtime=0
/proc/16685/task/16692/stat : 16692 (java) S 16683 16685 14366 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217916 839086080 30366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16693] ppid=16683 vsize=819420 CPUtime=0
/proc/16685/task/16693/stat : 16693 (java) S 16683 16685 14366 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23217920 839086080 30366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16694] ppid=16683 vsize=819420 CPUtime=0.05
/proc/16685/task/16694/stat : 16694 (java) S 16683 16685 14366 0 -1 64 296 0 0 0 5 0 0 0 17 0 12 0 23217920 839086080 30366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16695] ppid=16683 vsize=819420 CPUtime=5.26
/proc/16685/task/16695/stat : 16695 (java) R 16683 16685 14366 0 -1 64 19885 0 0 0 518 8 0 0 19 0 12 0 23217920 839086080 30366 996147200 134512640 134550932 4294956016 18446744073709551615 102551639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16696] ppid=16683 vsize=819420 CPUtime=0
/proc/16685/task/16696/stat : 16696 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23217920 839086080 30366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16697] ppid=16683 vsize=819420 CPUtime=0
/proc/16685/task/16697/stat : 16697 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23217920 839086080 30366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 819420

[startup+25.5015 s]
/proc/loadavg: 2.56 2.23 2.07 3/86 16697
/proc/meminfo: memFree=906416/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=819956 CPUtime=25.56
/proc/16685/stat : 16685 (java) S 16683 16685 14366 0 -1 0 67080 0 1 0 2525 31 0 0 18 0 12 0 23217912 839634944 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 204989 46584 1435 9 0 202316 0
[pid=16685/tid=16687] ppid=16683 vsize=819956 CPUtime=16.6
/proc/16685/task/16687/stat : 16687 (java) R 16683 16685 14366 0 -1 64 17464 0 1 0 1650 10 0 0 25 0 12 0 23217913 839634944 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4109665969 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16688] ppid=16683 vsize=819956 CPUtime=0.74
/proc/16685/task/16688/stat : 16688 (java) S 16683 16685 14366 0 -1 64 12788 0 0 0 70 4 0 0 16 0 12 0 23217914 839634944 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16689] ppid=16683 vsize=819956 CPUtime=0.75
/proc/16685/task/16689/stat : 16689 (java) S 16683 16685 14366 0 -1 64 11459 0 0 0 72 3 0 0 16 0 12 0 23217914 839634944 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16690] ppid=16683 vsize=819956 CPUtime=0.01
/proc/16685/task/16690/stat : 16690 (java) S 16683 16685 14366 0 -1 64 25 0 0 0 1 0 0 0 15 0 12 0 23217915 839634944 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16691] ppid=16683 vsize=819956 CPUtime=0
/proc/16685/task/16691/stat : 16691 (java) S 16683 16685 14366 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23217916 839634944 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16692] ppid=16683 vsize=819956 CPUtime=0
/proc/16685/task/16692/stat : 16692 (java) S 16683 16685 14366 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217916 839634944 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16693] ppid=16683 vsize=819956 CPUtime=0
/proc/16685/task/16693/stat : 16693 (java) S 16683 16685 14366 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23217920 839634944 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16694] ppid=16683 vsize=819956 CPUtime=0.05

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

[pid=16685/tid=16697] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16697/stat : 16697 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1041.75
Current children cumulated vsize (KiB) 820324

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

[startup+1004.8 s]
/proc/loadavg: 2.38 2.26 2.15 3/88 16699
/proc/meminfo: memFree=391136/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=818320 CPUtime=1044.36
/proc/16685/stat : 16685 (java) S 16683 16685 14366 0 -1 0 583381 0 1 0 104170 266 0 0 18 0 12 0 23217912 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 204580 174875 1437 9 0 201907 0
[pid=16685/tid=16687] ppid=16683 vsize=818320 CPUtime=112.45
/proc/16685/task/16687/stat : 16687 (java) S 16683 16685 14366 0 -1 64 17937 0 1 0 11234 11 0 0 16 0 12 0 23217913 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16688] ppid=16683 vsize=818320 CPUtime=87.67
/proc/16685/task/16688/stat : 16688 (java) S 16683 16685 14366 0 -1 64 75359 0 0 0 8732 35 0 0 17 0 12 0 23217914 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16689] ppid=16683 vsize=818320 CPUtime=88.18
/proc/16685/task/16689/stat : 16689 (java) S 16683 16685 14366 0 -1 64 77673 0 0 0 8786 32 0 0 17 0 12 0 23217914 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16690] ppid=16683 vsize=818320 CPUtime=744.09
/proc/16685/task/16690/stat : 16690 (java) R 16683 16685 14366 0 -1 64 375708 0 0 0 74239 170 0 0 20 0 12 0 23217915 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 105696565 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16691] ppid=16683 vsize=818320 CPUtime=0
/proc/16685/task/16691/stat : 16691 (java) S 16683 16685 14366 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23217916 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16692] ppid=16683 vsize=818320 CPUtime=0
/proc/16685/task/16692/stat : 16692 (java) S 16683 16685 14366 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217916 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16693] ppid=16683 vsize=818320 CPUtime=0
/proc/16685/task/16693/stat : 16693 (java) S 16683 16685 14366 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23217920 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16694] ppid=16683 vsize=818320 CPUtime=0.05
/proc/16685/task/16694/stat : 16694 (java) S 16683 16685 14366 0 -1 64 337 0 0 0 5 0 0 0 17 0 12 0 23217920 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16695] ppid=16683 vsize=818320 CPUtime=11.86
/proc/16685/task/16695/stat : 16695 (java) S 16683 16685 14366 0 -1 64 35626 0 0 0 1171 15 0 0 20 0 12 0 23217920 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16696] ppid=16683 vsize=818320 CPUtime=0
/proc/16685/task/16696/stat : 16696 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23217920 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16697] ppid=16683 vsize=818320 CPUtime=0
/proc/16685/task/16697/stat : 16697 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23217920 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1044.36
Current children cumulated vsize (KiB) 818320

[startup+1008 s]
/proc/loadavg: 2.35 2.26 2.15 3/88 16699
/proc/meminfo: memFree=390816/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=820324 CPUtime=1047.66
/proc/16685/stat : 16685 (java) S 16683 16685 14366 0 -1 0 584384 0 1 0 104500 266 0 0 18 0 12 0 23217912 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 205081 175376 1437 9 0 202408 0
[pid=16685/tid=16687] ppid=16683 vsize=820324 CPUtime=112.47
/proc/16685/task/16687/stat : 16687 (java) S 16683 16685 14366 0 -1 64 17938 0 1 0 11236 11 0 0 17 0 12 0 23217913 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16688] ppid=16683 vsize=820324 CPUtime=87.91
/proc/16685/task/16688/stat : 16688 (java) S 16683 16685 14366 0 -1 64 75359 0 0 0 8756 35 0 0 16 0 12 0 23217914 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16689] ppid=16683 vsize=820324 CPUtime=88.44
/proc/16685/task/16689/stat : 16689 (java) S 16683 16685 14366 0 -1 64 77673 0 0 0 8812 32 0 0 17 0 12 0 23217914 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16690] ppid=16683 vsize=820324 CPUtime=746.87
/proc/16685/task/16690/stat : 16690 (java) R 16683 16685 14366 0 -1 64 376710 0 0 0 74517 170 0 0 18 0 12 0 23217915 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 106157724 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16691] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16691/stat : 16691 (java) S 16683 16685 14366 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23217916 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16692] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16692/stat : 16692 (java) S 16683 16685 14366 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217916 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16693] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16693/stat : 16693 (java) S 16683 16685 14366 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16694] ppid=16683 vsize=820324 CPUtime=0.05
/proc/16685/task/16694/stat : 16694 (java) S 16683 16685 14366 0 -1 64 337 0 0 0 5 0 0 0 17 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16695] ppid=16683 vsize=820324 CPUtime=11.86
/proc/16685/task/16695/stat : 16695 (java) S 16683 16685 14366 0 -1 64 35626 0 0 0 1171 15 0 0 20 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16696] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16696/stat : 16696 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16697] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16697/stat : 16697 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1047.66
Current children cumulated vsize (KiB) 820324

[startup+1009.6 s]
/proc/loadavg: 2.35 2.26 2.15 3/88 16699
/proc/meminfo: memFree=389280/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=818320 CPUtime=1049.26
/proc/16685/stat : 16685 (java) S 16683 16685 14366 0 -1 0 584387 0 1 0 104660 266 0 0 18 0 12 0 23217912 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 204580 174875 1436 9 0 201907 0
[pid=16685/tid=16687] ppid=16683 vsize=818320 CPUtime=112.48
/proc/16685/task/16687/stat : 16687 (java) S 16683 16685 14366 0 -1 64 17941 0 1 0 11237 11 0 0 16 0 12 0 23217913 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16688] ppid=16683 vsize=818320 CPUtime=88.1
/proc/16685/task/16688/stat : 16688 (java) R 16683 16685 14366 0 -1 64 75359 0 0 0 8775 35 0 0 17 0 12 0 23217914 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 103111747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16689] ppid=16683 vsize=818320 CPUtime=88.62
/proc/16685/task/16689/stat : 16689 (java) R 16683 16685 14366 0 -1 64 77673 0 0 0 8830 32 0 0 17 0 12 0 23217914 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 104188487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16690] ppid=16683 vsize=818320 CPUtime=748.08
/proc/16685/task/16690/stat : 16690 (java) S 16683 16685 14366 0 -1 64 376710 0 0 0 74638 170 0 0 20 0 12 0 23217915 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16691] ppid=16683 vsize=818320 CPUtime=0
/proc/16685/task/16691/stat : 16691 (java) S 16683 16685 14366 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23217916 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16692] ppid=16683 vsize=818320 CPUtime=0
/proc/16685/task/16692/stat : 16692 (java) S 16683 16685 14366 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217916 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16693] ppid=16683 vsize=818320 CPUtime=0
/proc/16685/task/16693/stat : 16693 (java) S 16683 16685 14366 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23217920 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16694] ppid=16683 vsize=818320 CPUtime=0.05
/proc/16685/task/16694/stat : 16694 (java) S 16683 16685 14366 0 -1 64 337 0 0 0 5 0 0 0 17 0 12 0 23217920 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16695] ppid=16683 vsize=818320 CPUtime=11.86
/proc/16685/task/16695/stat : 16695 (java) S 16683 16685 14366 0 -1 64 35626 0 0 0 1171 15 0 0 20 0 12 0 23217920 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16696] ppid=16683 vsize=818320 CPUtime=0
/proc/16685/task/16696/stat : 16696 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23217920 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16697] ppid=16683 vsize=818320 CPUtime=0
/proc/16685/task/16697/stat : 16697 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23217920 837959680 174875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1049.26
Current children cumulated vsize (KiB) 818320

[startup+1011.2 s]
/proc/loadavg: 2.35 2.26 2.15 3/88 16699
/proc/meminfo: memFree=389280/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=820324 CPUtime=1050.86
/proc/16685/stat : 16685 (java) S 16683 16685 14366 0 -1 0 584888 0 1 0 104820 266 0 0 18 0 12 0 23217912 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 205081 175376 1436 9 0 202408 0
[pid=16685/tid=16687] ppid=16683 vsize=820324 CPUtime=112.48
/proc/16685/task/16687/stat : 16687 (java) S 16683 16685 14366 0 -1 64 17941 0 1 0 11237 11 0 0 16 0 12 0 23217913 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16688] ppid=16683 vsize=820324 CPUtime=88.14
/proc/16685/task/16688/stat : 16688 (java) S 16683 16685 14366 0 -1 64 75359 0 0 0 8779 35 0 0 16 0 12 0 23217914 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16689] ppid=16683 vsize=820324 CPUtime=88.69
/proc/16685/task/16689/stat : 16689 (java) S 16683 16685 14366 0 -1 64 77673 0 0 0 8837 32 0 0 17 0 12 0 23217914 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16690] ppid=16683 vsize=820324 CPUtime=749.58
/proc/16685/task/16690/stat : 16690 (java) R 16683 16685 14366 0 -1 64 377211 0 0 0 74788 170 0 0 18 0 12 0 23217915 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16691] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16691/stat : 16691 (java) S 16683 16685 14366 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23217916 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16692] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16692/stat : 16692 (java) S 16683 16685 14366 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217916 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16693] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16693/stat : 16693 (java) S 16683 16685 14366 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16694] ppid=16683 vsize=820324 CPUtime=0.05
/proc/16685/task/16694/stat : 16694 (java) S 16683 16685 14366 0 -1 64 337 0 0 0 5 0 0 0 17 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16695] ppid=16683 vsize=820324 CPUtime=11.86
/proc/16685/task/16695/stat : 16695 (java) S 16683 16685 14366 0 -1 64 35626 0 0 0 1171 15 0 0 20 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16696] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16696/stat : 16696 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16697] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16697/stat : 16697 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1050.86
Current children cumulated vsize (KiB) 820324

[startup+1011.6 s]
/proc/loadavg: 2.35 2.26 2.15 3/88 16699
/proc/meminfo: memFree=389280/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=820324 CPUtime=1051.26
/proc/16685/stat : 16685 (java) S 16683 16685 14366 0 -1 0 584888 0 1 0 104860 266 0 0 18 0 12 0 23217912 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 205081 175376 1436 9 0 202408 0
[pid=16685/tid=16687] ppid=16683 vsize=820324 CPUtime=112.48
/proc/16685/task/16687/stat : 16687 (java) S 16683 16685 14366 0 -1 64 17941 0 1 0 11237 11 0 0 16 0 12 0 23217913 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16688] ppid=16683 vsize=820324 CPUtime=88.14
/proc/16685/task/16688/stat : 16688 (java) S 16683 16685 14366 0 -1 64 75359 0 0 0 8779 35 0 0 16 0 12 0 23217914 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16689] ppid=16683 vsize=820324 CPUtime=88.69
/proc/16685/task/16689/stat : 16689 (java) S 16683 16685 14366 0 -1 64 77673 0 0 0 8837 32 0 0 17 0 12 0 23217914 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16690] ppid=16683 vsize=820324 CPUtime=749.98
/proc/16685/task/16690/stat : 16690 (java) R 16683 16685 14366 0 -1 64 377211 0 0 0 74828 170 0 0 19 0 12 0 23217915 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16691] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16691/stat : 16691 (java) S 16683 16685 14366 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23217916 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16692] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16692/stat : 16692 (java) S 16683 16685 14366 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217916 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16693] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16693/stat : 16693 (java) S 16683 16685 14366 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16694] ppid=16683 vsize=820324 CPUtime=0.05
/proc/16685/task/16694/stat : 16694 (java) S 16683 16685 14366 0 -1 64 337 0 0 0 5 0 0 0 17 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16695] ppid=16683 vsize=820324 CPUtime=11.86
/proc/16685/task/16695/stat : 16695 (java) S 16683 16685 14366 0 -1 64 35626 0 0 0 1171 15 0 0 20 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16685/tid=16696] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16696/stat : 16696 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16685/tid=16697] ppid=16683 vsize=820324 CPUtime=0
/proc/16685/task/16697/stat : 16697 (java) S 16683 16685 14366 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23217920 840011776 175376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1051.26
Current children cumulated vsize (KiB) 820324

[startup+1012 s]
/proc/loadavg: 2.32 2.25 2.15 3/78 16700
/proc/meminfo: memFree=877600/2055920 swapFree=4192956/4192956
[pid=16685] ppid=16683 vsize=0 CPUtime=1051.66
/proc/16685/stat : 16685 (java) Z 16683 16685 14366 0 -1 12 584905 0 1 0 104892 274 0 0 16 0 2 0 23217912 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16685/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1051.66
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1012.03
CPU time (s): 1051.69
CPU user time (s): 1048.93
CPU system time (s): 2.76858
CPU usage (%): 103.919
Max. virtual memory (cumulated for all children) (KiB): 866328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1048.93
system time used= 2.76858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 584905
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= 26844
involuntary context switches= 38251

runsolver used 1.35679 second user time and 3.2765 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-12 03:19:06
IDJOB=2075442
IDBENCH=56293
IDSOLVER=731
FILE ID=node56/2075442-1247361546
PBS_JOBID= 9506904
Free space on /tmp= 103028 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-8-30-3-0/normalized-radar-8-30-3-0-18.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075442-1247361546/watcher-2075442-1247361546 -o /tmp/evaluation-result-2075442-1247361546/solver-2075442-1247361546 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075442-1247361546.xml

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

MD5SUM BENCH= 87457b37e6fa56a60b1264a9447c919e
RANDOM SEED=1886493521

node56.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.209
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.209
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:       1088488 kB
Buffers:         76004 kB
Cached:         714020 kB
SwapCached:          0 kB
Active:         199956 kB
Inactive:       712180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1088488 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:         132816 kB
Slab:            40324 kB
Committed_AS:   340984 kB
PageTables:       2160 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= 103028 MiB
End job on node56 at 2009-07-12 03:35:58