Trace number 1073958

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 2008-06-13? 73.5248 71.13

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-31_ext.xml
MD5SUMda411ae17296d3ddbd6ba5ccd8b25a14
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.640902
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints154
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension154
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1073958-1215177854.xml
0.38/0.40	c reading problem ... 
0.57/0.66	c reading problem named null
0.57/0.66	c reading domains done.
0.57/0.67	c reading variables done.
0.68/0.72	c reading relations done.
3.08/3.16	c reading constraints
73.32/70.98	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
73.32/70.98		at org.sat4j.core.Vec.ensure(Vec.java:175)
73.32/70.98		at org.sat4j.core.Vec.push(Vec.java:182)
73.32/70.98		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
73.32/70.98		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:53)
73.32/70.98		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
73.32/70.98		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
73.32/70.98		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
73.32/70.98		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
73.32/70.98		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
73.32/70.98		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
73.32/70.98		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
73.32/70.98		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
73.32/70.98		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
73.32/70.98		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
73.32/70.98		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
73.32/70.98		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
73.32/70.98		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
73.32/70.98		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
73.32/70.98		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
73.32/70.98		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
73.32/70.98		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
73.32/70.98		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
73.32/70.98		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
73.32/70.98		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
73.32/70.98		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
73.32/70.98		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
73.32/70.98		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
73.32/70.98		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
73.32/70.98		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
73.32/70.98		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
73.32/70.98		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
73.32/70.98		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
73.32/70.98	c starts		: 0
73.32/70.98	c conflicts		: 0
73.32/70.98	c decisions		: 0
73.32/70.98	c propagations		: 0
73.32/70.98	c inspects		: 0
73.32/70.98	c learnt literals	: 0
73.32/70.98	c learnt binary clauses	: 0
73.32/70.98	c learnt ternary clauses	: 0
73.32/70.98	c learnt clauses	: 0
73.32/70.98	c ignored clauses	: 0
73.32/70.98	c root simplifications	: 0
73.32/70.98	c removed literals (reason simplification)	: 0
73.32/70.98	c reason swapping (by a shorter reason)	: 0
73.32/70.99	c Calls to reduceDB	: 0
73.32/70.99	c speed (assignments/second)	: 0.0
73.32/70.99	c non guided choices	0
73.32/70.99	s UNKNOWN
73.32/70.99	c Total wall clock time (in seconds) : 70.586

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073958-1215177854/watcher-1073958-1215177854 -o /tmp/evaluation-result-1073958-1215177854/solver-1073958-1215177854 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073958-1215177854.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.00 2.00 3/72 3107
/proc/meminfo: memFree=1412512/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=152 CPUtime=0
/proc/3107/stat : 3107 (java) R 3105 3107 898 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1547453097 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 6910251 0 0 4096 0 0 0 0 17 0 0 0
/proc/3107/statm: 38 26 19 9 0 4 0

[startup+0.0726031 s]
/proc/loadavg: 2.02 2.00 2.00 3/72 3107
/proc/meminfo: memFree=1412512/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=802236 CPUtime=0.06
/proc/3107/stat : 3107 (java) S 3105 3107 898 0 -1 0 2806 0 1 0 4 2 0 0 18 0 7 0 1547453097 821489664 2541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/3107/statm: 200559 2541 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101606 s]
/proc/loadavg: 2.02 2.00 2.00 3/72 3107
/proc/meminfo: memFree=1412512/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=805780 CPUtime=0.09
/proc/3107/stat : 3107 (java) S 3105 3107 898 0 -1 0 3157 0 1 0 7 2 0 0 18 0 12 0 1547453097 825118720 2888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3107/statm: 201445 2890 1164 9 0 198814 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 805780

[startup+0.301631 s]
/proc/loadavg: 2.02 2.00 2.00 3/72 3107
/proc/meminfo: memFree=1412512/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=809384 CPUtime=0.28
/proc/3107/stat : 3107 (java) S 3105 3107 898 0 -1 0 4970 0 1 0 25 3 0 0 18 0 12 0 1547453097 828809216 4298 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3107/statm: 202346 4298 1298 9 0 199715 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 809384

[startup+0.701683 s]
/proc/loadavg: 2.02 2.00 2.00 3/72 3107
/proc/meminfo: memFree=1412512/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=809412 CPUtime=0.68
/proc/3107/stat : 3107 (java) S 3105 3107 898 0 -1 0 6338 0 1 0 62 6 0 0 18 0 12 0 1547453097 828837888 5519 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3107/statm: 202353 5519 1335 9 0 199715 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 809412

[startup+1.50279 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 3119
/proc/meminfo: memFree=1393536/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=814504 CPUtime=1.48
/proc/3107/stat : 3107 (java) S 3105 3107 898 0 -1 0 11564 0 1 0 139 9 0 0 18 0 12 0 1547453097 834052096 9411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3107/statm: 203626 9411 1351 9 0 200988 0
[pid=3107/tid=3109] ppid=3105 vsize=814504 CPUtime=0.71
/proc/3107/task/3109/stat : 3109 (java) R 3105 3107 898 0 -1 64 6486 0 1 0 65 6 0 0 25 0 12 0 1547453098 834052096 9411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3110] ppid=3105 vsize=814504 CPUtime=0
/proc/3107/task/3110/stat : 3110 (java) S 3105 3107 898 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1547453099 834052096 9411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3111] ppid=3105 vsize=814504 CPUtime=0
/proc/3107/task/3111/stat : 3111 (java) S 3105 3107 898 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1547453099 834052096 9411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3112] ppid=3105 vsize=814504 CPUtime=0
/proc/3107/task/3112/stat : 3112 (java) S 3105 3107 898 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1547453100 834052096 9411 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3113] ppid=3105 vsize=814504 CPUtime=0
/proc/3107/task/3113/stat : 3113 (java) S 3105 3107 898 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1547453101 834052096 9412 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3114] ppid=3105 vsize=814504 CPUtime=0
/proc/3107/task/3114/stat : 3114 (java) S 3105 3107 898 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1547453101 834052096 9413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3115] ppid=3105 vsize=814504 CPUtime=0
/proc/3107/task/3115/stat : 3115 (java) S 3105 3107 898 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547453105 834052096 9413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3116] ppid=3105 vsize=814504 CPUtime=0.44
/proc/3107/task/3116/stat : 3116 (java) S 3105 3107 898 0 -1 64 2942 0 0 0 43 1 0 0 16 0 12 0 1547453105 834052096 9414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3117] ppid=3105 vsize=814504 CPUtime=0.3
/proc/3107/task/3117/stat : 3117 (java) S 3105 3107 898 0 -1 64 1374 0 0 0 30 0 0 0 16 0 12 0 1547453105 834052096 9415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3118] ppid=3105 vsize=814504 CPUtime=0
/proc/3107/task/3118/stat : 3118 (java) S 3105 3107 898 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547453105 834052096 9415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3119] ppid=3105 vsize=814504 CPUtime=0
/proc/3107/task/3119/stat : 3119 (java) S 3105 3107 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547453105 834052096 9416 996147200 134512640 134550740 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) 814504

[startup+3.10299 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 3119
/proc/meminfo: memFree=1332992/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=814504 CPUtime=3.08
/proc/3107/stat : 3107 (java) S 3105 3107 898 0 -1 0 27234 0 1 0 292 16 0 0 18 0 12 0 1547453097 834052096 25077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3107/statm: 203626 25077 1357 9 0 200988 0
[pid=3107/tid=3109] ppid=3105 vsize=814504 CPUtime=1.99
/proc/3107/task/3109/stat : 3109 (java) R 3105 3107 898 0 -1 64 17004 0 1 0 188 11 0 0 25 0 12 0 1547453098 834052096 25077 996147200 134512640 134550740 4294956016 18446744073709551615 4109601133 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3110] ppid=3105 vsize=814504 CPUtime=0.07
/proc/3107/task/3110/stat : 3110 (java) S 3105 3107 898 0 -1 64 2237 0 0 0 7 0 0 0 16 0 12 0 1547453099 834052096 25077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3111] ppid=3105 vsize=814504 CPUtime=0.08
/proc/3107/task/3111/stat : 3111 (java) S 3105 3107 898 0 -1 64 2819 0 0 0 7 1 0 0 16 0 12 0 1547453099 834052096 25077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3112] ppid=3105 vsize=814504 CPUtime=0
/proc/3107/task/3112/stat : 3112 (java) S 3105 3107 898 0 -1 64 82 0 0 0 0 0 0 0 16 0 12 0 1547453100 834052096 25077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3113] ppid=3105 vsize=814504 CPUtime=0
/proc/3107/task/3113/stat : 3113 (java) S 3105 3107 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1547453101 834052096 25077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3114] ppid=3105 vsize=814504 CPUtime=0
/proc/3107/task/3114/stat : 3114 (java) S 3105 3107 898 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547453101 834052096 25077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3115] ppid=3105 vsize=814504 CPUtime=0
/proc/3107/task/3115/stat : 3115 (java) S 3105 3107 898 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547453105 834052096 25077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3116] ppid=3105 vsize=814504 CPUtime=0.56
/proc/3107/task/3116/stat : 3116 (java) S 3105 3107 898 0 -1 64 2957 0 0 0 55 1 0 0 16 0 12 0 1547453105 834052096 25077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3117] ppid=3105 vsize=814504 CPUtime=0.32
/proc/3107/task/3117/stat : 3117 (java) S 3105 3107 898 0 -1 64 1374 0 0 0 32 0 0 0 16 0 12 0 1547453105 834052096 25077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3118] ppid=3105 vsize=814504 CPUtime=0
/proc/3107/task/3118/stat : 3118 (java) S 3105 3107 898 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547453105 834052096 25077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3119] ppid=3105 vsize=814504 CPUtime=0
/proc/3107/task/3119/stat : 3119 (java) S 3105 3107 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547453105 834052096 25077 996147200 134512640 134550740 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) 814504

[startup+6.30122 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 3119
/proc/meminfo: memFree=1245568/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=824484 CPUtime=6.74
/proc/3107/stat : 3107 (java) S 3105 3107 898 0 -1 0 56990 0 1 0 642 32 0 0 18 0 12 0 1547453097 844271616 50779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3107/statm: 206121 50782 1361 9 0 203483 0
[pid=3107/tid=3109] ppid=3105 vsize=824484 CPUtime=3.56
/proc/3107/task/3109/stat : 3109 (java) S 3105 3107 898 0 -1 64 17018 0 1 0 345 11 0 0 18 0 12 0 1547453098 844271616 50783 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3110] ppid=3105 vsize=824484 CPUtime=0.93
/proc/3107/task/3110/stat : 3110 (java) R 3105 3107 898 0 -1 64 16926 0 0 0 85 8 0 0 19 0 12 0 1547453099 844271616 50785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3111] ppid=3105 vsize=824484 CPUtime=0.97
/proc/3107/task/3111/stat : 3111 (java) R 3105 3107 898 0 -1 64 17255 0 0 0 88 9 0 0 17 0 12 0 1547453099 844271616 50787 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3112] ppid=3105 vsize=824484 CPUtime=0
/proc/3107/task/3112/stat : 3112 (java) S 3105 3107 898 0 -1 64 82 0 0 0 0 0 0 0 16 0 12 0 1547453100 844271616 50789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3113] ppid=3105 vsize=824484 CPUtime=0
/proc/3107/task/3113/stat : 3113 (java) S 3105 3107 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1547453101 844271616 50791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3114] ppid=3105 vsize=824484 CPUtime=0
/proc/3107/task/3114/stat : 3114 (java) S 3105 3107 898 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547453101 844271616 50793 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3115] ppid=3105 vsize=824484 CPUtime=0
/proc/3107/task/3115/stat : 3115 (java) S 3105 3107 898 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547453105 844271616 50795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3116] ppid=3105 vsize=824484 CPUtime=0.81
/proc/3107/task/3116/stat : 3116 (java) S 3105 3107 898 0 -1 64 3572 0 0 0 80 1 0 0 17 0 12 0 1547453105 844271616 50797 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3117] ppid=3105 vsize=824484 CPUtime=0.42
/proc/3107/task/3117/stat : 3117 (java) S 3105 3107 898 0 -1 64 1384 0 0 0 42 0 0 0 16 0 12 0 1547453105 844271616 50799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3118] ppid=3105 vsize=824484 CPUtime=0
/proc/3107/task/3118/stat : 3118 (java) S 3105 3107 898 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547453105 844271616 50800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3119] ppid=3105 vsize=824484 CPUtime=0
/proc/3107/task/3119/stat : 3119 (java) S 3105 3107 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547453105 844271616 50802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 824484

[startup+12.7021 s]
/proc/loadavg: 2.10 2.01 2.00 5/84 3119
/proc/meminfo: memFree=1006528/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=824484 CPUtime=13.48
/proc/3107/stat : 3107 (java) S 3105 3107 898 0 -1 0 114382 0 1 0 1286 62 0 0 18 0 12 0 1547453097 844271616 106731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3107/statm: 206121 106731 1361 9 0 203483 0
[pid=3107/tid=3109] ppid=3105 vsize=824484 CPUtime=6.71
/proc/3107/task/3109/stat : 3109 (java) R 3105 3107 898 0 -1 64 23174 0 1 0 656 15 0 0 23 0 12 0 1547453098 844271616 106731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3110] ppid=3105 vsize=824484 CPUtime=1.45
/proc/3107/task/3110/stat : 3110 (java) R 3105 3107 898 0 -1 64 19715 0 0 0 136 9 0 0 16 0 12 0 1547453099 844271616 106731 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3111] ppid=3105 vsize=824484 CPUtime=4.04
/proc/3107/task/3111/stat : 3111 (java) R 3105 3107 898 0 -1 64 65694 0 0 0 370 34 0 0 16 0 12 0 1547453099 844271616 106731 996147200 134512640 134550740 4294956016 18446744073709551615 105852880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3112] ppid=3105 vsize=824484 CPUtime=0
/proc/3107/task/3112/stat : 3112 (java) S 3105 3107 898 0 -1 64 82 0 0 0 0 0 0 0 16 0 12 0 1547453100 844271616 106731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3113] ppid=3105 vsize=824484 CPUtime=0
/proc/3107/task/3113/stat : 3113 (java) S 3105 3107 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1547453101 844271616 106731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3114] ppid=3105 vsize=824484 CPUtime=0
/proc/3107/task/3114/stat : 3114 (java) S 3105 3107 898 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547453101 844271616 106731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3115] ppid=3105 vsize=824484 CPUtime=0
/proc/3107/task/3115/stat : 3115 (java) S 3105 3107 898 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547453105 844271616 106731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3116] ppid=3105 vsize=824484 CPUtime=0.81
/proc/3107/task/3116/stat : 3116 (java) S 3105 3107 898 0 -1 64 3572 0 0 0 80 1 0 0 17 0 12 0 1547453105 844271616 106731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3117] ppid=3105 vsize=824484 CPUtime=0.42
/proc/3107/task/3117/stat : 3117 (java) S 3105 3107 898 0 -1 64 1384 0 0 0 42 0 0 0 16 0 12 0 1547453105 844271616 106731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3118] ppid=3105 vsize=824484 CPUtime=0
/proc/3107/task/3118/stat : 3118 (java) S 3105 3107 898 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547453105 844271616 106731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3119] ppid=3105 vsize=824484 CPUtime=0
/proc/3107/task/3119/stat : 3119 (java) S 3105 3107 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547453105 844271616 106731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.48
Current children cumulated vsize (KiB) 824484

[startup+25.5027 s]
/proc/loadavg: 2.29 2.06 2.02 4/84 3119
/proc/meminfo: memFree=724864/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=832488 CPUtime=28.13
/proc/3107/stat : 3107 (java) S 3105 3107 898 0 -1 0 195205 0 1 0 2711 102 0 0 18 0 12 0 1547453097 852467712 172778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3107/statm: 208122 172778 1365 9 0 205484 0
[pid=3107/tid=3109] ppid=3105 vsize=832488 CPUtime=10.28
/proc/3107/task/3109/stat : 3109 (java) R 3105 3107 898 0 -1 64 27258 0 1 0 1011 17 0 0 20 0 12 0 1547453098 852467712 172778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3110] ppid=3105 vsize=832488 CPUtime=4.72
/proc/3107/task/3110/stat : 3110 (java) S 3105 3107 898 0 -1 64 55035 0 0 0 446 26 0 0 16 0 12 0 1547453099 852467712 172778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3111] ppid=3105 vsize=832488 CPUtime=7.09
/proc/3107/task/3111/stat : 3111 (java) S 3105 3107 898 0 -1 64 100101 0 0 0 658 51 0 0 19 0 12 0 1547453099 852467712 172778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3112] ppid=3105 vsize=832488 CPUtime=4.75
/proc/3107/task/3112/stat : 3112 (java) R 3105 3107 898 0 -1 64 7094 0 0 0 471 4 0 0 17 0 12 0 1547453100 852467712 172778 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3113] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3113/stat : 3113 (java) S 3105 3107 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1547453101 852467712 172778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3114] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3114/stat : 3114 (java) S 3105 3107 898 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547453101 852467712 172778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3115] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3115/stat : 3115 (java) S 3105 3107 898 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547453105 852467712 172778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=3107/tid=3119] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3119/stat : 3119 (java) S 3105 3107 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.61
Current children cumulated vsize (KiB) 832488

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

[startup+63.9027 s]
/proc/loadavg: 2.15 2.05 2.01 3/84 3119
/proc/meminfo: memFree=707264/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=832488 CPUtime=66.35
/proc/3107/stat : 3107 (java) S 3105 3107 898 0 -1 0 234622 0 1 0 6510 125 0 0 18 0 12 0 1547453097 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3107/statm: 208122 177156 1365 9 0 205484 0
[pid=3107/tid=3109] ppid=3105 vsize=832488 CPUtime=11.63
/proc/3107/task/3109/stat : 3109 (java) S 3105 3107 898 0 -1 64 27267 0 1 0 1146 17 0 0 17 0 12 0 1547453098 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3110] ppid=3105 vsize=832488 CPUtime=4.72
/proc/3107/task/3110/stat : 3110 (java) S 3105 3107 898 0 -1 64 55035 0 0 0 446 26 0 0 16 0 12 0 1547453099 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3111] ppid=3105 vsize=832488 CPUtime=7.09
/proc/3107/task/3111/stat : 3111 (java) S 3105 3107 898 0 -1 64 100101 0 0 0 658 51 0 0 19 0 12 0 1547453099 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3112] ppid=3105 vsize=832488 CPUtime=41.62
/proc/3107/task/3112/stat : 3112 (java) R 3105 3107 898 0 -1 64 46502 0 0 0 4136 26 0 0 25 0 12 0 1547453100 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 106123828 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3113] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3113/stat : 3113 (java) S 3105 3107 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1547453101 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3114] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3114/stat : 3114 (java) S 3105 3107 898 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547453101 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3115] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3115/stat : 3115 (java) S 3105 3107 898 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3116] ppid=3105 vsize=832488 CPUtime=0.81
/proc/3107/task/3116/stat : 3116 (java) S 3105 3107 898 0 -1 64 3572 0 0 0 80 1 0 0 17 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3117] ppid=3105 vsize=832488 CPUtime=0.42
/proc/3107/task/3117/stat : 3117 (java) S 3105 3107 898 0 -1 64 1384 0 0 0 42 0 0 0 16 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3118] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3118/stat : 3118 (java) S 3105 3107 898 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3119] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3119/stat : 3119 (java) S 3105 3107 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 66.35
Current children cumulated vsize (KiB) 832488

[startup+67.1061 s]
/proc/loadavg: 2.15 2.05 2.01 3/84 3119
/proc/meminfo: memFree=707200/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=832488 CPUtime=69.54
/proc/3107/stat : 3107 (java) S 3105 3107 898 0 -1 0 238126 0 1 0 6827 127 0 0 18 0 12 0 1547453097 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3107/statm: 208122 177156 1365 9 0 205484 0
[pid=3107/tid=3109] ppid=3105 vsize=832488 CPUtime=11.64
/proc/3107/task/3109/stat : 3109 (java) S 3105 3107 898 0 -1 64 27268 0 1 0 1147 17 0 0 17 0 12 0 1547453098 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3110] ppid=3105 vsize=832488 CPUtime=4.72
/proc/3107/task/3110/stat : 3110 (java) S 3105 3107 898 0 -1 64 55035 0 0 0 446 26 0 0 16 0 12 0 1547453099 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3111] ppid=3105 vsize=832488 CPUtime=7.09
/proc/3107/task/3111/stat : 3111 (java) S 3105 3107 898 0 -1 64 100101 0 0 0 658 51 0 0 19 0 12 0 1547453099 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3112] ppid=3105 vsize=832488 CPUtime=44.8
/proc/3107/task/3112/stat : 3112 (java) R 3105 3107 898 0 -1 64 50005 0 0 0 4451 29 0 0 25 0 12 0 1547453100 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 106736493 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3113] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3113/stat : 3113 (java) S 3105 3107 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1547453101 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3114] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3114/stat : 3114 (java) S 3105 3107 898 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547453101 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3115] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3115/stat : 3115 (java) S 3105 3107 898 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3116] ppid=3105 vsize=832488 CPUtime=0.81
/proc/3107/task/3116/stat : 3116 (java) S 3105 3107 898 0 -1 64 3572 0 0 0 80 1 0 0 17 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3117] ppid=3105 vsize=832488 CPUtime=0.42
/proc/3107/task/3117/stat : 3117 (java) S 3105 3107 898 0 -1 64 1384 0 0 0 42 0 0 0 16 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3118] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3118/stat : 3118 (java) S 3105 3107 898 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3119] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3119/stat : 3119 (java) S 3105 3107 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.54
Current children cumulated vsize (KiB) 832488

[startup+68.7023 s]
/proc/loadavg: 2.14 2.05 2.01 3/84 3119
/proc/meminfo: memFree=707200/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=832488 CPUtime=71.13
/proc/3107/stat : 3107 (java) S 3105 3107 898 0 -1 0 241629 0 1 0 6984 129 0 0 18 0 12 0 1547453097 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3107/statm: 208122 177156 1365 9 0 205484 0
[pid=3107/tid=3109] ppid=3105 vsize=832488 CPUtime=11.64
/proc/3107/task/3109/stat : 3109 (java) S 3105 3107 898 0 -1 64 27268 0 1 0 1147 17 0 0 17 0 12 0 1547453098 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3110] ppid=3105 vsize=832488 CPUtime=4.72
/proc/3107/task/3110/stat : 3110 (java) S 3105 3107 898 0 -1 64 55035 0 0 0 446 26 0 0 16 0 12 0 1547453099 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3111] ppid=3105 vsize=832488 CPUtime=7.09
/proc/3107/task/3111/stat : 3111 (java) S 3105 3107 898 0 -1 64 100101 0 0 0 658 51 0 0 19 0 12 0 1547453099 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3112] ppid=3105 vsize=832488 CPUtime=46.39
/proc/3107/task/3112/stat : 3112 (java) R 3105 3107 898 0 -1 64 53508 0 0 0 4608 31 0 0 25 0 12 0 1547453100 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3113] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3113/stat : 3113 (java) S 3105 3107 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1547453101 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3114] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3114/stat : 3114 (java) S 3105 3107 898 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547453101 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3115] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3115/stat : 3115 (java) S 3105 3107 898 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3116] ppid=3105 vsize=832488 CPUtime=0.81
/proc/3107/task/3116/stat : 3116 (java) S 3105 3107 898 0 -1 64 3572 0 0 0 80 1 0 0 17 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3117] ppid=3105 vsize=832488 CPUtime=0.42
/proc/3107/task/3117/stat : 3117 (java) S 3105 3107 898 0 -1 64 1384 0 0 0 42 0 0 0 16 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3118] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3118/stat : 3118 (java) S 3105 3107 898 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3119] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3119/stat : 3119 (java) S 3105 3107 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.13
Current children cumulated vsize (KiB) 832488

[startup+70.3025 s]
/proc/loadavg: 2.14 2.05 2.01 3/84 3119
/proc/meminfo: memFree=707200/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=832488 CPUtime=72.73
/proc/3107/stat : 3107 (java) S 3105 3107 898 0 -1 0 241629 0 1 0 7144 129 0 0 18 0 12 0 1547453097 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3107/statm: 208122 177156 1365 9 0 205484 0
[pid=3107/tid=3109] ppid=3105 vsize=832488 CPUtime=11.64
/proc/3107/task/3109/stat : 3109 (java) S 3105 3107 898 0 -1 64 27268 0 1 0 1147 17 0 0 17 0 12 0 1547453098 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3110] ppid=3105 vsize=832488 CPUtime=4.72
/proc/3107/task/3110/stat : 3110 (java) S 3105 3107 898 0 -1 64 55035 0 0 0 446 26 0 0 16 0 12 0 1547453099 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3111] ppid=3105 vsize=832488 CPUtime=7.09
/proc/3107/task/3111/stat : 3111 (java) S 3105 3107 898 0 -1 64 100101 0 0 0 658 51 0 0 19 0 12 0 1547453099 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3112] ppid=3105 vsize=832488 CPUtime=47.99
/proc/3107/task/3112/stat : 3112 (java) R 3105 3107 898 0 -1 64 53508 0 0 0 4768 31 0 0 25 0 12 0 1547453100 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3113] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3113/stat : 3113 (java) S 3105 3107 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1547453101 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3114] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3114/stat : 3114 (java) S 3105 3107 898 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547453101 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3115] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3115/stat : 3115 (java) S 3105 3107 898 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3116] ppid=3105 vsize=832488 CPUtime=0.81
/proc/3107/task/3116/stat : 3116 (java) S 3105 3107 898 0 -1 64 3572 0 0 0 80 1 0 0 17 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3117] ppid=3105 vsize=832488 CPUtime=0.42
/proc/3107/task/3117/stat : 3117 (java) S 3105 3107 898 0 -1 64 1384 0 0 0 42 0 0 0 16 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3118] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3118/stat : 3118 (java) S 3105 3107 898 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3119] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3119/stat : 3119 (java) S 3105 3107 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 72.73
Current children cumulated vsize (KiB) 832488

[startup+70.7026 s]
/proc/loadavg: 2.14 2.05 2.01 3/84 3119
/proc/meminfo: memFree=707200/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=832488 CPUtime=73.12
/proc/3107/stat : 3107 (java) S 3105 3107 898 0 -1 0 241629 0 1 0 7183 129 0 0 18 0 12 0 1547453097 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3107/statm: 208122 177156 1365 9 0 205484 0
[pid=3107/tid=3109] ppid=3105 vsize=832488 CPUtime=11.64
/proc/3107/task/3109/stat : 3109 (java) S 3105 3107 898 0 -1 64 27268 0 1 0 1147 17 0 0 17 0 12 0 1547453098 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3110] ppid=3105 vsize=832488 CPUtime=4.72
/proc/3107/task/3110/stat : 3110 (java) S 3105 3107 898 0 -1 64 55035 0 0 0 446 26 0 0 16 0 12 0 1547453099 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3111] ppid=3105 vsize=832488 CPUtime=7.09
/proc/3107/task/3111/stat : 3111 (java) S 3105 3107 898 0 -1 64 100101 0 0 0 658 51 0 0 19 0 12 0 1547453099 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3112] ppid=3105 vsize=832488 CPUtime=48.38
/proc/3107/task/3112/stat : 3112 (java) R 3105 3107 898 0 -1 64 53508 0 0 0 4807 31 0 0 25 0 12 0 1547453100 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3113] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3113/stat : 3113 (java) S 3105 3107 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1547453101 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3114] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3114/stat : 3114 (java) S 3105 3107 898 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547453101 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3115] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3115/stat : 3115 (java) S 3105 3107 898 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3116] ppid=3105 vsize=832488 CPUtime=0.81
/proc/3107/task/3116/stat : 3116 (java) S 3105 3107 898 0 -1 64 3572 0 0 0 80 1 0 0 17 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3107/tid=3117] ppid=3105 vsize=832488 CPUtime=0.42
/proc/3107/task/3117/stat : 3117 (java) S 3105 3107 898 0 -1 64 1384 0 0 0 42 0 0 0 16 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3118] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3118/stat : 3118 (java) S 3105 3107 898 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3107/tid=3119] ppid=3105 vsize=832488 CPUtime=0
/proc/3107/task/3119/stat : 3119 (java) S 3105 3107 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547453105 852467712 177156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.12
Current children cumulated vsize (KiB) 832488

[startup+71.1026 s]
/proc/loadavg: 2.14 2.05 2.01 3/84 3119
/proc/meminfo: memFree=707200/2055920 swapFree=4095080/4192956
[pid=3107] ppid=3105 vsize=0 CPUtime=73.48
/proc/3107/stat : 3107 (java) Z 3105 3107 898 0 -1 12 241644 0 1 0 7211 137 0 0 16 0 2 0 1547453097 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3107/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 73.48
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 71.13
CPU time (s): 73.5248
CPU user time (s): 72.118
CPU system time (s): 1.40679
CPU usage (%): 103.367
Max. virtual memory (cumulated for all children) (KiB): 836492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.118
system time used= 1.40679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241644
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= 2305
involuntary context switches= 2274

runsolver used 0.094985 second user time and 0.245962 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-04 15:24:14
IDJOB=1073958
IDBENCH=56382
IDSOLVER=344
FILE ID=node40/1073958-1215177854
PBS_JOBID= 7881484
Free space on /tmp= 66524 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-31_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073958-1215177854/watcher-1073958-1215177854 -o /tmp/evaluation-result-1073958-1215177854/solver-1073958-1215177854 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073958-1215177854.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da411ae17296d3ddbd6ba5ccd8b25a14
RANDOM SEED=817161029

node40.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:       1412992 kB
Buffers:         53572 kB
Cached:         257352 kB
SwapCached:      91976 kB
Active:         489500 kB
Inactive:       108392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1412992 kB
SwapTotal:     4192956 kB
SwapFree:      4095080 kB
Dirty:            4244 kB
Writeback:           0 kB
Mapped:         294344 kB
Slab:            29688 kB
Committed_AS:  3378172 kB
PageTables:       2400 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= 66520 MiB
End job on node40 at 2008-07-04 15:25:25