Trace number 2063727

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? 290.298 290.236

General information on the benchmark

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

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.83 1.94 1.69 3/84 13840
/proc/meminfo: memFree=708296/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=152 CPUtime=0
/proc/13840/stat : 13840 (java) R 13838 13840 11541 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 20341388 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 1835307 0 0 4096 0 0 0 0 17 0 0 0
/proc/13840/statm: 38 26 19 9 0 4 0

[startup+0.0862721 s]
/proc/loadavg: 1.83 1.94 1.69 3/84 13840
/proc/meminfo: memFree=708296/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=804360 CPUtime=0.08
/proc/13840/stat : 13840 (java) S 13838 13840 11541 0 -1 0 2936 0 1 0 6 2 0 0 18 0 12 0 20341388 823664640 2679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 201090 2679 1056 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.101274 s]
/proc/loadavg: 1.83 1.94 1.69 3/84 13840
/proc/meminfo: memFree=708296/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=804560 CPUtime=0.09
/proc/13840/stat : 13840 (java) S 13838 13840 11541 0 -1 0 3064 0 1 0 7 2 0 0 18 0 12 0 20341388 823869440 2807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 201140 2808 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301295 s]
/proc/loadavg: 1.83 1.94 1.69 3/84 13840
/proc/meminfo: memFree=708296/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=805628 CPUtime=0.28
/proc/13840/stat : 13840 (java) S 13838 13840 11541 0 -1 0 4324 0 1 0 25 3 0 0 18 0 12 0 20341388 824963072 4061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 201407 4061 1363 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701338 s]
/proc/loadavg: 1.83 1.94 1.69 3/84 13840
/proc/meminfo: memFree=708296/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=807356 CPUtime=0.68
/proc/13840/stat : 13840 (java) S 13838 13840 11541 0 -1 0 6353 0 1 0 64 4 0 0 18 0 12 0 20341388 826732544 5757 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 201839 5758 1387 9 0 199166 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807356

[startup+1.50244 s]
/proc/loadavg: 1.83 1.94 1.69 3/96 13852
/proc/meminfo: memFree=689064/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=809888 CPUtime=1.48
/proc/13840/stat : 13840 (java) S 13838 13840 11541 0 -1 0 8596 0 1 0 143 5 0 0 18 0 12 0 20341388 829325312 7082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 202472 7082 1415 9 0 199799 0
[pid=13840/tid=13842] ppid=13838 vsize=809888 CPUtime=0.78
/proc/13840/task/13842/stat : 13842 (java) R 13838 13840 11541 0 -1 64 5135 0 1 0 74 4 0 0 25 0 12 0 20341389 829325312 7082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13843] ppid=13838 vsize=809888 CPUtime=0
/proc/13840/task/13843/stat : 13843 (java) S 13838 13840 11541 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 20341390 829325312 7082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13844] ppid=13838 vsize=809888 CPUtime=0
/proc/13840/task/13844/stat : 13844 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20341390 829325312 7082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13845] ppid=13838 vsize=809888 CPUtime=0
/proc/13840/task/13845/stat : 13845 (java) S 13838 13840 11541 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20341391 829325312 7082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13846] ppid=13838 vsize=809888 CPUtime=0
/proc/13840/task/13846/stat : 13846 (java) S 13838 13840 11541 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 20341392 829325312 7082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13847] ppid=13838 vsize=809888 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13838 13840 11541 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 20341392 829325312 7082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13848] ppid=13838 vsize=809888 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20341396 829325312 7082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13849] ppid=13838 vsize=809888 CPUtime=0
/proc/13840/task/13849/stat : 13849 (java) S 13838 13840 11541 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20341396 829325312 7086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13850] ppid=13838 vsize=810300 CPUtime=0.68
/proc/13840/task/13850/stat : 13850 (java) R 13838 13840 11541 0 -1 64 2720 0 0 0 68 0 0 0 17 0 12 0 20341396 829747200 7096 996147200 134512640 134550932 4294956016 18446744073709551615 103861475 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13851] ppid=13838 vsize=810300 CPUtime=0
/proc/13840/task/13851/stat : 13851 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20341396 829747200 7109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13852] ppid=13838 vsize=810300 CPUtime=0
/proc/13840/task/13852/stat : 13852 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20341396 829747200 7122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809888

[startup+3.1026 s]
/proc/loadavg: 1.83 1.94 1.69 3/96 13852
/proc/meminfo: memFree=677800/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=813260 CPUtime=3.09
/proc/13840/stat : 13840 (java) S 13838 13840 11541 0 -1 0 17330 0 1 0 299 10 0 0 18 0 12 0 20341388 832778240 14243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 203315 14243 1426 9 0 200642 0
[pid=13840/tid=13842] ppid=13838 vsize=813260 CPUtime=1.56
/proc/13840/task/13842/stat : 13842 (java) R 13838 13840 11541 0 -1 64 11348 0 1 0 150 6 0 0 25 0 12 0 20341389 832778240 14243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13843] ppid=13838 vsize=813260 CPUtime=0
/proc/13840/task/13843/stat : 13843 (java) S 13838 13840 11541 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 20341390 832778240 14243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13844] ppid=13838 vsize=813260 CPUtime=0
/proc/13840/task/13844/stat : 13844 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20341390 832778240 14243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13845] ppid=13838 vsize=813260 CPUtime=0
/proc/13840/task/13845/stat : 13845 (java) S 13838 13840 11541 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20341391 832778240 14243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13846] ppid=13838 vsize=813260 CPUtime=0
/proc/13840/task/13846/stat : 13846 (java) S 13838 13840 11541 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 20341392 832778240 14243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13847] ppid=13838 vsize=813260 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13838 13840 11541 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 20341392 832778240 14243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13848] ppid=13838 vsize=813260 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20341396 832778240 14243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13849] ppid=13838 vsize=813260 CPUtime=0.07
/proc/13840/task/13849/stat : 13849 (java) S 13838 13840 11541 0 -1 64 305 0 0 0 7 0 0 0 16 0 12 0 20341396 832778240 14243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13850] ppid=13838 vsize=813260 CPUtime=1.42
/proc/13840/task/13850/stat : 13850 (java) R 13838 13840 11541 0 -1 64 4936 0 0 0 140 2 0 0 16 0 12 0 20341396 832778240 14243 996147200 134512640 134550932 4294956016 18446744073709551615 106827667 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13851] ppid=13838 vsize=813260 CPUtime=0
/proc/13840/task/13851/stat : 13851 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20341396 832778240 14243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13852] ppid=13838 vsize=813260 CPUtime=0
/proc/13840/task/13852/stat : 13852 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20341396 832778240 14243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 813260

[startup+6.30295 s]
/proc/loadavg: 1.92 1.95 1.70 4/96 13852
/proc/meminfo: memFree=615016/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=815656 CPUtime=6.28
/proc/13840/stat : 13840 (java) S 13838 13840 11541 0 -1 0 32988 0 1 0 611 17 0 0 18 0 12 0 20341388 835231744 26450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 203914 26450 1435 9 0 201241 0
[pid=13840/tid=13842] ppid=13838 vsize=815656 CPUtime=3.45
/proc/13840/task/13842/stat : 13842 (java) R 13838 13840 11541 0 -1 64 17378 0 1 0 336 9 0 0 25 0 12 0 20341389 835231744 26450 996147200 134512640 134550932 4294956016 18446744073709551615 4110239356 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13843] ppid=13838 vsize=815656 CPUtime=0.1
/proc/13840/task/13843/stat : 13843 (java) S 13838 13840 11541 0 -1 64 3371 0 0 0 9 1 0 0 17 0 12 0 20341390 835231744 26450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13844] ppid=13838 vsize=815656 CPUtime=0.09
/proc/13840/task/13844/stat : 13844 (java) S 13838 13840 11541 0 -1 64 2095 0 0 0 9 0 0 0 17 0 12 0 20341390 835231744 26450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13845] ppid=13838 vsize=815656 CPUtime=0
/proc/13840/task/13845/stat : 13845 (java) S 13838 13840 11541 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 20341391 835231744 26450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13846] ppid=13838 vsize=815656 CPUtime=0
/proc/13840/task/13846/stat : 13846 (java) S 13838 13840 11541 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20341392 835231744 26450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13847] ppid=13838 vsize=815656 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13838 13840 11541 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20341392 835231744 26450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13848] ppid=13838 vsize=815656 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20341396 835231744 26450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13849] ppid=13838 vsize=815656 CPUtime=0.07
/proc/13840/task/13849/stat : 13849 (java) S 13838 13840 11541 0 -1 64 305 0 0 0 7 0 0 0 17 0 12 0 20341396 835231744 26450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13850] ppid=13838 vsize=815656 CPUtime=2.52
/proc/13840/task/13850/stat : 13850 (java) S 13838 13840 11541 0 -1 64 9080 0 0 0 248 4 0 0 19 0 12 0 20341396 835231744 26450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13851] ppid=13838 vsize=815656 CPUtime=0
/proc/13840/task/13851/stat : 13851 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20341396 835231744 26450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13852] ppid=13838 vsize=815656 CPUtime=0
/proc/13840/task/13852/stat : 13852 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20341396 835231744 26450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 815656

[startup+12.7016 s]
/proc/loadavg: 1.93 1.95 1.70 5/96 13852
/proc/meminfo: memFree=588136/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=819244 CPUtime=12.68
/proc/13840/stat : 13840 (java) S 13838 13840 11541 0 -1 0 43967 0 1 0 1245 23 0 0 18 0 12 0 20341388 838905856 32305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 204811 32305 1435 9 0 202138 0
[pid=13840/tid=13842] ppid=13838 vsize=819244 CPUtime=7.32
/proc/13840/task/13842/stat : 13842 (java) R 13838 13840 11541 0 -1 64 17395 0 1 0 723 9 0 0 25 0 12 0 20341389 838905856 32305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13843] ppid=13838 vsize=819244 CPUtime=0.38
/proc/13840/task/13843/stat : 13843 (java) S 13838 13840 11541 0 -1 64 6688 0 0 0 35 3 0 0 16 0 12 0 20341390 838905856 32305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13844] ppid=13838 vsize=819244 CPUtime=0.38
/proc/13840/task/13844/stat : 13844 (java) S 13838 13840 11541 0 -1 64 3815 0 0 0 37 1 0 0 16 0 12 0 20341390 838905856 32305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13845] ppid=13838 vsize=819244 CPUtime=0
/proc/13840/task/13845/stat : 13845 (java) S 13838 13840 11541 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 20341391 838905856 32305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13846] ppid=13838 vsize=819244 CPUtime=0
/proc/13840/task/13846/stat : 13846 (java) S 13838 13840 11541 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20341392 838905856 32305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13847] ppid=13838 vsize=819244 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13838 13840 11541 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20341392 838905856 32305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13848] ppid=13838 vsize=819244 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20341396 838905856 32305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13849] ppid=13838 vsize=819244 CPUtime=0.07
/proc/13840/task/13849/stat : 13849 (java) S 13838 13840 11541 0 -1 64 318 0 0 0 7 0 0 0 17 0 12 0 20341396 838905856 32305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13850] ppid=13838 vsize=819244 CPUtime=4.47
/proc/13840/task/13850/stat : 13850 (java) R 13838 13840 11541 0 -1 64 14992 0 0 0 440 7 0 0 18 0 12 0 20341396 838905856 32305 996147200 134512640 134550932 4294956016 18446744073709551615 104161489 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13851] ppid=13838 vsize=819244 CPUtime=0
/proc/13840/task/13851/stat : 13851 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20341396 838905856 32305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13852] ppid=13838 vsize=819244 CPUtime=0
/proc/13840/task/13852/stat : 13852 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20341396 838905856 32305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 819244

[startup+25.503 s]
/proc/loadavg: 1.94 1.95 1.71 3/96 13852
/proc/meminfo: memFree=518184/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=815160 CPUtime=25.48
/proc/13840/stat : 13840 (java) S 13838 13840 11541 0 -1 0 64168 0 1 0 2516 32 0 0 18 0 12 0 20341388 834723840 49708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 203790 49708 1435 9 0 201117 0
[pid=13840/tid=13842] ppid=13838 vsize=815160 CPUtime=18.11
/proc/13840/task/13842/stat : 13842 (java) R 13838 13840 11541 0 -1 64 17422 0 1 0 1802 9 0 0 23 0 12 0 20341389 834723840 49708 996147200 134512640 134550932 4294956016 18446744073709551615 4109703017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13843] ppid=13838 vsize=815160 CPUtime=0.98
/proc/13840/task/13843/stat : 13843 (java) S 13838 13840 11541 0 -1 64 13608 0 0 0 93 5 0 0 16 0 12 0 20341390 834723840 49708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13844] ppid=13838 vsize=815160 CPUtime=1.09
/proc/13840/task/13844/stat : 13844 (java) S 13838 13840 11541 0 -1 64 15035 0 0 0 103 6 0 0 16 0 12 0 20341390 834723840 49708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13845] ppid=13838 vsize=815160 CPUtime=0.01
/proc/13840/task/13845/stat : 13845 (java) S 13838 13840 11541 0 -1 64 20 0 0 0 1 0 0 0 15 0 12 0 20341391 834723840 49708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13846] ppid=13838 vsize=815160 CPUtime=0
/proc/13840/task/13846/stat : 13846 (java) S 13838 13840 11541 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20341392 834723840 49708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13847] ppid=13838 vsize=815160 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13838 13840 11541 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20341392 834723840 49708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13848] ppid=13838 vsize=815160 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20341396 834723840 49708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13849] ppid=13838 vsize=815160 CPUtime=0.07

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

[pid=13840/tid=13852] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13852/stat : 13852 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.45
Current children cumulated vsize (KiB) 820188

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

[startup+284.703 s]
/proc/loadavg: 2.16 2.20 1.87 3/94 14046
/proc/meminfo: memFree=59888/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=820188 CPUtime=284.84
/proc/13840/stat : 13840 (java) S 13838 13840 11541 0 -1 0 322098 0 1 0 28331 153 0 0 18 0 12 0 20341388 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 205047 174781 1437 9 0 202374 0
[pid=13840/tid=13842] ppid=13838 vsize=820188 CPUtime=130.99
/proc/13840/task/13842/stat : 13842 (java) S 13838 13840 11541 0 -1 64 17631 0 1 0 13087 12 0 0 17 0 12 0 20341389 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13843] ppid=13838 vsize=820188 CPUtime=10.65
/proc/13840/task/13843/stat : 13843 (java) S 13838 13840 11541 0 -1 64 75684 0 0 0 1031 34 0 0 16 0 12 0 20341390 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13844] ppid=13838 vsize=820188 CPUtime=10.51
/proc/13840/task/13844/stat : 13844 (java) S 13838 13840 11541 0 -1 64 79030 0 0 0 1016 35 0 0 15 0 12 0 20341390 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13845] ppid=13838 vsize=820188 CPUtime=125.17
/proc/13840/task/13845/stat : 13845 (java) R 13838 13840 11541 0 -1 64 123952 0 0 0 12460 57 0 0 25 0 12 0 20341391 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 106836623 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13846] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13846/stat : 13846 (java) S 13838 13840 11541 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20341392 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13847] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13838 13840 11541 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20341392 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13848] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13849] ppid=13838 vsize=820188 CPUtime=0.07
/proc/13840/task/13849/stat : 13849 (java) S 13838 13840 11541 0 -1 64 395 0 0 0 7 0 0 0 17 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13850] ppid=13838 vsize=820188 CPUtime=7.4
/proc/13840/task/13850/stat : 13850 (java) S 13838 13840 11541 0 -1 64 24666 0 0 0 728 12 0 0 20 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13851] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13851/stat : 13851 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13852] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13852/stat : 13852 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 284.84
Current children cumulated vsize (KiB) 820188

[startup+287.901 s]
/proc/loadavg: 2.14 2.19 1.87 3/94 14046
/proc/meminfo: memFree=59888/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=818188 CPUtime=288.02
/proc/13840/stat : 13840 (java) S 13838 13840 11541 0 -1 0 324105 0 1 0 28648 154 0 0 18 0 12 0 20341388 837824512 174281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 204547 174281 1436 9 0 201874 0
[pid=13840/tid=13842] ppid=13838 vsize=818188 CPUtime=131.06
/proc/13840/task/13842/stat : 13842 (java) S 13838 13840 11541 0 -1 64 17635 0 1 0 13094 12 0 0 17 0 12 0 20341389 837824512 174281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13843] ppid=13838 vsize=818188 CPUtime=10.65
/proc/13840/task/13843/stat : 13843 (java) S 13838 13840 11541 0 -1 64 75684 0 0 0 1031 34 0 0 16 0 12 0 20341390 837824512 174281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13844] ppid=13838 vsize=818188 CPUtime=10.51
/proc/13840/task/13844/stat : 13844 (java) S 13838 13840 11541 0 -1 64 79030 0 0 0 1016 35 0 0 15 0 12 0 20341390 837824512 174281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13845] ppid=13838 vsize=818188 CPUtime=128.27
/proc/13840/task/13845/stat : 13845 (java) R 13838 13840 11541 0 -1 64 125955 0 0 0 12769 58 0 0 25 0 12 0 20341391 837824512 174281 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13846] ppid=13838 vsize=818188 CPUtime=0
/proc/13840/task/13846/stat : 13846 (java) S 13838 13840 11541 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20341392 837824512 174281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13847] ppid=13838 vsize=818188 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13838 13840 11541 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20341392 837824512 174281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13848] ppid=13838 vsize=818188 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20341396 837824512 174281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13849] ppid=13838 vsize=818188 CPUtime=0.07
/proc/13840/task/13849/stat : 13849 (java) S 13838 13840 11541 0 -1 64 395 0 0 0 7 0 0 0 17 0 12 0 20341396 837824512 174281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13850] ppid=13838 vsize=818188 CPUtime=7.4
/proc/13840/task/13850/stat : 13850 (java) S 13838 13840 11541 0 -1 64 24666 0 0 0 728 12 0 0 20 0 12 0 20341396 837824512 174281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13851] ppid=13838 vsize=818188 CPUtime=0
/proc/13840/task/13851/stat : 13851 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20341396 837824512 174281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13852] ppid=13838 vsize=818188 CPUtime=0
/proc/13840/task/13852/stat : 13852 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20341396 837824512 174281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 288.02
Current children cumulated vsize (KiB) 818188

[startup+289.501 s]
/proc/loadavg: 2.13 2.19 1.87 3/94 14046
/proc/meminfo: memFree=59888/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=820188 CPUtime=289.6
/proc/13840/stat : 13840 (java) S 13838 13840 11541 0 -1 0 325106 0 1 0 28806 154 0 0 18 0 12 0 20341388 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 205047 174781 1436 9 0 202374 0
[pid=13840/tid=13842] ppid=13838 vsize=820188 CPUtime=131.06
/proc/13840/task/13842/stat : 13842 (java) S 13838 13840 11541 0 -1 64 17635 0 1 0 13094 12 0 0 17 0 12 0 20341389 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13843] ppid=13838 vsize=820188 CPUtime=10.65
/proc/13840/task/13843/stat : 13843 (java) S 13838 13840 11541 0 -1 64 75684 0 0 0 1031 34 0 0 16 0 12 0 20341390 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13844] ppid=13838 vsize=820188 CPUtime=10.51
/proc/13840/task/13844/stat : 13844 (java) S 13838 13840 11541 0 -1 64 79030 0 0 0 1016 35 0 0 15 0 12 0 20341390 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13845] ppid=13838 vsize=820188 CPUtime=129.86
/proc/13840/task/13845/stat : 13845 (java) R 13838 13840 11541 0 -1 64 126956 0 0 0 12928 58 0 0 25 0 12 0 20341391 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 105886114 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13846] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13846/stat : 13846 (java) S 13838 13840 11541 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20341392 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13847] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13838 13840 11541 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20341392 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13848] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13849] ppid=13838 vsize=820188 CPUtime=0.07
/proc/13840/task/13849/stat : 13849 (java) S 13838 13840 11541 0 -1 64 395 0 0 0 7 0 0 0 17 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13850] ppid=13838 vsize=820188 CPUtime=7.4
/proc/13840/task/13850/stat : 13850 (java) S 13838 13840 11541 0 -1 64 24666 0 0 0 728 12 0 0 20 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13851] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13851/stat : 13851 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13852] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13852/stat : 13852 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 289.6
Current children cumulated vsize (KiB) 820188

[startup+289.902 s]
/proc/loadavg: 2.13 2.19 1.87 3/94 14046
/proc/meminfo: memFree=59888/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=820188 CPUtime=290
/proc/13840/stat : 13840 (java) S 13838 13840 11541 0 -1 0 325106 0 1 0 28846 154 0 0 18 0 12 0 20341388 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 205047 174781 1436 9 0 202374 0
[pid=13840/tid=13842] ppid=13838 vsize=820188 CPUtime=131.06
/proc/13840/task/13842/stat : 13842 (java) S 13838 13840 11541 0 -1 64 17635 0 1 0 13094 12 0 0 17 0 12 0 20341389 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13843] ppid=13838 vsize=820188 CPUtime=10.65
/proc/13840/task/13843/stat : 13843 (java) S 13838 13840 11541 0 -1 64 75684 0 0 0 1031 34 0 0 16 0 12 0 20341390 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13844] ppid=13838 vsize=820188 CPUtime=10.51
/proc/13840/task/13844/stat : 13844 (java) S 13838 13840 11541 0 -1 64 79030 0 0 0 1016 35 0 0 15 0 12 0 20341390 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13845] ppid=13838 vsize=820188 CPUtime=130.26
/proc/13840/task/13845/stat : 13845 (java) R 13838 13840 11541 0 -1 64 126956 0 0 0 12968 58 0 0 25 0 12 0 20341391 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13846] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13846/stat : 13846 (java) S 13838 13840 11541 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20341392 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13847] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13838 13840 11541 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20341392 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13848] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13849] ppid=13838 vsize=820188 CPUtime=0.07
/proc/13840/task/13849/stat : 13849 (java) S 13838 13840 11541 0 -1 64 395 0 0 0 7 0 0 0 17 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13850] ppid=13838 vsize=820188 CPUtime=7.4
/proc/13840/task/13850/stat : 13850 (java) S 13838 13840 11541 0 -1 64 24666 0 0 0 728 12 0 0 20 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13851] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13851/stat : 13851 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13852] ppid=13838 vsize=820188 CPUtime=0
/proc/13840/task/13852/stat : 13852 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20341396 839872512 174781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 290
Current children cumulated vsize (KiB) 820188

[startup+290.103 s]
/proc/loadavg: 2.13 2.19 1.87 3/94 14046
/proc/meminfo: memFree=59888/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=816508 CPUtime=290.18
/proc/13840/stat : 13840 (java) S 13838 13840 11541 0 -1 0 325119 0 1 0 28864 154 0 0 18 0 12 0 20341388 836104192 173792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 204127 173792 1437 9 0 201454 0
[pid=13840/tid=13842] ppid=13838 vsize=816508 CPUtime=131.07
/proc/13840/task/13842/stat : 13842 (java) S 13838 13840 11541 0 -1 64 17640 0 1 0 13095 12 0 0 17 0 12 0 20341389 836104192 173792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13843] ppid=13838 vsize=816508 CPUtime=10.65
/proc/13840/task/13843/stat : 13843 (java) S 13838 13840 11541 0 -1 64 75684 0 0 0 1031 34 0 0 16 0 12 0 20341390 836104192 173792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13844] ppid=13838 vsize=816508 CPUtime=10.51
/proc/13840/task/13844/stat : 13844 (java) S 13838 13840 11541 0 -1 64 79030 0 0 0 1016 35 0 0 15 0 12 0 20341390 836104192 173792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13845] ppid=13838 vsize=816508 CPUtime=130.43
/proc/13840/task/13845/stat : 13845 (java) S 13838 13840 11541 0 -1 64 126956 0 0 0 12985 58 0 0 25 0 12 0 20341391 836104192 173792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13846] ppid=13838 vsize=816508 CPUtime=0
/proc/13840/task/13846/stat : 13846 (java) S 13838 13840 11541 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20341392 836104192 173792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13847] ppid=13838 vsize=816508 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13838 13840 11541 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20341392 836104192 173792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13848] ppid=13838 vsize=816508 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20341396 836104192 173792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13849] ppid=13838 vsize=816508 CPUtime=0.07
/proc/13840/task/13849/stat : 13849 (java) S 13838 13840 11541 0 -1 64 395 0 0 0 7 0 0 0 17 0 12 0 20341396 836104192 173792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13850] ppid=13838 vsize=816508 CPUtime=7.4
/proc/13840/task/13850/stat : 13850 (java) S 13838 13840 11541 0 -1 64 24666 0 0 0 728 12 0 0 20 0 12 0 20341396 836104192 173792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13851] ppid=13838 vsize=816508 CPUtime=0
/proc/13840/task/13851/stat : 13851 (java) S 13838 13840 11541 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20341396 836104192 173792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13840/tid=13852] ppid=13838 vsize=816508 CPUtime=0
/proc/13840/task/13852/stat : 13852 (java) S 13838 13840 11541 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20341396 836104192 173792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 290.18
Current children cumulated vsize (KiB) 816508

[startup+290.203 s]
/proc/loadavg: 2.13 2.19 1.87 3/94 14046
/proc/meminfo: memFree=59888/2055920 swapFree=4192956/4192956
[pid=13840] ppid=13838 vsize=0 CPUtime=290.25
/proc/13840/stat : 13840 (java) Z 13838 13840 11541 0 -1 12 325123 0 1 0 28864 161 0 0 16 0 2 0 20341388 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13840/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 290.25
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 290.236
CPU time (s): 290.298
CPU user time (s): 288.649
CPU system time (s): 1.64875
CPU usage (%): 100.021
Max. virtual memory (cumulated for all children) (KiB): 864192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 288.649
system time used= 1.64875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325123
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= 9351
involuntary context switches= 13759

runsolver used 0.344947 second user time and 1.00285 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-11 19:19:41
IDJOB=2063727
IDBENCH=54075
IDSOLVER=731
FILE ID=node64/2063727-1247332781
PBS_JOBID= 9506501
Free space on /tmp= 66320 MiB

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

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

MD5SUM BENCH= ac7c0d475342b35cf3d84a60d71b9c13
RANDOM SEED=1542025046

node64.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.220
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.220
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:        708776 kB
Buffers:         47788 kB
Cached:         881160 kB
SwapCached:          0 kB
Active:         456700 kB
Inactive:       837224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        708776 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:         380636 kB
Slab:            37480 kB
Committed_AS:   860828 kB
PageTables:       2448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node64 at 2009-07-11 19:24:31