Trace number 1073981

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? 63.7083 60.669

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-35_ext.xml
MD5SUM6e074c2ac725ad60619f11a3c227d0cf
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.705892
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.30	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.28/0.39	c c --- Begin Solver configuration ---
0.28/0.39	c Stops conflict analysis at the first Unique Implication Point
0.28/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.39	c Learn all clauses as in MiniSAT
0.28/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.39	c Expensive reason simplification
0.28/0.39	c MiniSAT restarts strategy
0.28/0.39	c timeout=2147483s
0.28/0.39	c DB Simplification allowed=false
0.28/0.39	c --- End Solver configuration ---
0.28/0.39	c solving HOME/instance-1073981-1215177883.xml
0.28/0.39	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.16/3.21	c reading constraints
63.57/60.51	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
63.57/60.51		at org.sat4j.core.Vec.ensure(Vec.java:175)
63.57/60.51		at org.sat4j.core.Vec.push(Vec.java:182)
63.57/60.51		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
63.57/60.51		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:53)
63.57/60.51		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
63.57/60.51		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
63.57/60.51		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
63.57/60.51		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
63.57/60.51		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
63.57/60.51		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.57/60.51		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.57/60.51		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.57/60.51		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.57/60.51		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.57/60.51		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.57/60.51		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.57/60.51		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.57/60.52		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.57/60.52		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
63.57/60.52		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
63.57/60.52		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
63.57/60.52		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
63.57/60.52		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
63.57/60.52		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
63.57/60.52		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
63.57/60.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
63.57/60.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
63.57/60.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
63.57/60.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
63.57/60.52		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
63.57/60.52		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
63.57/60.52		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
63.57/60.52	c starts		: 0
63.57/60.52	c conflicts		: 0
63.57/60.52	c decisions		: 0
63.57/60.52	c propagations		: 0
63.57/60.52	c inspects		: 0
63.57/60.52	c learnt literals	: 0
63.57/60.52	c learnt binary clauses	: 0
63.57/60.52	c learnt ternary clauses	: 0
63.57/60.52	c learnt clauses	: 0
63.57/60.52	c ignored clauses	: 0
63.57/60.52	c root simplifications	: 0
63.57/60.52	c removed literals (reason simplification)	: 0
63.57/60.52	c reason swapping (by a shorter reason)	: 0
63.57/60.52	c Calls to reduceDB	: 0
63.57/60.52	c speed (assignments/second)	: 0.0
63.57/60.52	c non guided choices	0
63.57/60.52	s UNKNOWN
63.57/60.52	c Total wall clock time (in seconds) : 60.124

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-1073981-1215177883/watcher-1073981-1215177883 -o /tmp/evaluation-result-1073981-1215177883/solver-1073981-1215177883 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073981-1215177883.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.22 2.11 1.82 4/83 27889
/proc/meminfo: memFree=921256/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=18572 CPUtime=0
/proc/27889/stat : 27889 (runsolver) R 27887 27889 25002 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1547460473 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 268213742887 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27889/statm: 4643 292 257 25 0 2626 0

[startup+0.103849 s]
/proc/loadavg: 2.22 2.11 1.82 4/83 27889
/proc/meminfo: memFree=921256/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=805636 CPUtime=0.08
/proc/27889/stat : 27889 (java) S 27887 27889 25002 0 -1 0 3005 0 1 0 7 1 0 0 20 0 12 0 1547460473 824971264 2738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 201409 2738 1048 9 0 198778 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 805636

[startup+0.201861 s]
/proc/loadavg: 2.22 2.11 1.82 4/83 27889
/proc/meminfo: memFree=921256/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=809660 CPUtime=0.18
/proc/27889/stat : 27889 (java) S 27887 27889 25002 0 -1 0 4502 0 1 0 16 2 0 0 20 0 12 0 1547460473 829091840 3906 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 202415 3906 1283 9 0 199784 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 809660

[startup+0.301876 s]
/proc/loadavg: 2.22 2.11 1.82 4/83 27889
/proc/meminfo: memFree=921256/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=809384 CPUtime=0.28
/proc/27889/stat : 27889 (java) S 27887 27889 25002 0 -1 0 5019 0 1 0 25 3 0 0 20 0 12 0 1547460473 828809216 4347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 202346 4347 1304 9 0 199715 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 809384

[startup+0.701921 s]
/proc/loadavg: 2.22 2.11 1.82 4/83 27889
/proc/meminfo: memFree=921256/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=809412 CPUtime=0.68
/proc/27889/stat : 27889 (java) S 27887 27889 25002 0 -1 0 6339 0 1 0 63 5 0 0 20 0 12 0 1547460473 828837888 5520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 202353 5520 1335 9 0 199715 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 809412

[startup+1.50301 s]
/proc/loadavg: 2.20 2.11 1.82 3/95 27901
/proc/meminfo: memFree=900552/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=814504 CPUtime=1.47
/proc/27889/stat : 27889 (java) S 27887 27889 25002 0 -1 0 11469 0 1 0 140 7 0 0 20 0 12 0 1547460473 834052096 9316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 203626 9316 1351 9 0 200988 0
[pid=27889/tid=27891] ppid=27887 vsize=814504 CPUtime=0.71
/proc/27889/task/27891/stat : 27891 (java) R 27887 27889 25002 0 -1 64 6389 0 1 0 66 5 0 0 25 0 12 0 1547460475 834052096 9316 996147200 134512640 134550740 4294956016 18446744073709551615 4109219430 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27892] ppid=27887 vsize=814504 CPUtime=0
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 25002 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1547460476 834052096 9316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27893] ppid=27887 vsize=814504 CPUtime=0
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 25002 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1547460476 834052096 9316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27894] ppid=27887 vsize=814504 CPUtime=0
/proc/27889/task/27894/stat : 27894 (java) S 27887 27889 25002 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1547460477 834052096 9316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27895] ppid=27887 vsize=814504 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 25002 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 1547460478 834052096 9316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=814504 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 25002 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1547460478 834052096 9316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=814504 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 25002 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547460482 834052096 9316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=814504 CPUtime=0.44
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 25002 0 -1 64 2942 0 0 0 43 1 0 0 16 0 12 0 1547460482 834052096 9316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=814504 CPUtime=0.3
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 25002 0 -1 64 1375 0 0 0 30 0 0 0 16 0 12 0 1547460482 834052096 9316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=814504 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 25002 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547460482 834052096 9316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=814504 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547460482 834052096 9316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 814504

[startup+3.1022 s]
/proc/loadavg: 2.20 2.11 1.82 3/95 27901
/proc/meminfo: memFree=824136/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=814504 CPUtime=3.06
/proc/27889/stat : 27889 (java) S 27887 27889 25002 0 -1 0 26349 0 1 0 289 17 0 0 20 0 12 0 1547460473 834052096 24192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 203626 24192 1357 9 0 200988 0
[pid=27889/tid=27891] ppid=27887 vsize=814504 CPUtime=1.97
/proc/27889/task/27891/stat : 27891 (java) R 27887 27889 25002 0 -1 64 17003 0 1 0 185 12 0 0 25 0 12 0 1547460475 834052096 24192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27892] ppid=27887 vsize=814504 CPUtime=0.06
/proc/27889/task/27892/stat : 27892 (java) R 27887 27889 25002 0 -1 64 2093 0 0 0 5 1 0 0 16 0 12 0 1547460476 834052096 24192 996147200 134512640 134550740 4294956016 18446744073709551615 106161126 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27893] ppid=27887 vsize=814504 CPUtime=0.09
/proc/27889/task/27893/stat : 27893 (java) R 27887 27889 25002 0 -1 64 2076 0 0 0 8 1 0 0 16 0 12 0 1547460476 834052096 24192 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27894] ppid=27887 vsize=814504 CPUtime=0
/proc/27889/task/27894/stat : 27894 (java) S 27887 27889 25002 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1547460477 834052096 24192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27895] ppid=27887 vsize=814504 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 25002 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1547460478 834052096 24192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=814504 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 25002 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547460478 834052096 24192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=814504 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 25002 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547460482 834052096 24192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=814504 CPUtime=0.56
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 25002 0 -1 64 2957 0 0 0 55 1 0 0 16 0 12 0 1547460482 834052096 24192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=814504 CPUtime=0.32
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 25002 0 -1 64 1375 0 0 0 32 0 0 0 16 0 12 0 1547460482 834052096 24192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=814504 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 25002 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547460482 834052096 24192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=814504 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547460482 834052096 24192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 814504

[startup+6.30256 s]
/proc/loadavg: 2.20 2.11 1.82 5/95 27901
/proc/meminfo: memFree=731464/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=824484 CPUtime=6.71
/proc/27889/stat : 27889 (java) S 27887 27889 25002 0 -1 0 55268 0 1 0 638 33 0 0 20 0 12 0 1547460473 844271616 49053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 206121 49053 1362 9 0 203483 0
[pid=27889/tid=27891] ppid=27887 vsize=824484 CPUtime=3.43
/proc/27889/task/27891/stat : 27891 (java) R 27887 27889 25002 0 -1 64 17016 0 1 0 331 12 0 0 21 0 12 0 1547460475 844271616 49053 996147200 134512640 134550740 4294956016 18446744073709551615 4109748734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27892] ppid=27887 vsize=824484 CPUtime=0.93
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 25002 0 -1 64 14886 0 0 0 85 8 0 0 18 0 12 0 1547460476 844271616 49053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27893] ppid=27887 vsize=824484 CPUtime=0.98
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 25002 0 -1 64 17558 0 0 0 89 9 0 0 19 0 12 0 1547460476 844271616 49053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27894] ppid=27887 vsize=824484 CPUtime=0
/proc/27889/task/27894/stat : 27894 (java) S 27887 27889 25002 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1547460477 844271616 49053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27895] ppid=27887 vsize=824484 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 25002 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1547460478 844271616 49053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=824484 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 25002 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547460478 844271616 49053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=824484 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 25002 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547460482 844271616 49053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=824484 CPUtime=0.85
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 25002 0 -1 64 3577 0 0 0 84 1 0 0 16 0 12 0 1547460482 844271616 49053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=824484 CPUtime=0.47
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 25002 0 -1 64 1386 0 0 0 47 0 0 0 17 0 12 0 1547460482 844271616 49053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=824484 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 25002 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547460482 844271616 49053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=824484 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547460482 844271616 49053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 824484

[startup+12.7013 s]
/proc/loadavg: 2.33 2.14 1.83 5/95 27901
/proc/meminfo: memFree=507400/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=829604 CPUtime=14.15
/proc/27889/stat : 27889 (java) S 27887 27889 25002 0 -1 0 113275 0 1 0 1352 63 0 0 20 0 12 0 1547460473 849514496 103868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 207401 103868 1362 9 0 204763 0
[pid=27889/tid=27891] ppid=27887 vsize=829604 CPUtime=6.45
/proc/27889/task/27891/stat : 27891 (java) R 27887 27889 25002 0 -1 64 23170 0 1 0 630 15 0 0 18 0 12 0 1547460475 849514496 103868 996147200 134512640 134550740 4294956016 18446744073709551615 4109686356 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27892] ppid=27887 vsize=829604 CPUtime=3.04
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 25002 0 -1 64 41629 0 0 0 282 22 0 0 18 0 12 0 1547460476 849514496 103868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27893] ppid=27887 vsize=829604 CPUtime=3.27
/proc/27889/task/27893/stat : 27893 (java) R 27887 27889 25002 0 -1 64 42668 0 0 0 305 22 0 0 19 0 12 0 1547460476 849514496 103868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27894] ppid=27887 vsize=829604 CPUtime=0.01
/proc/27889/task/27894/stat : 27894 (java) S 27887 27889 25002 0 -1 64 83 0 0 0 1 0 0 0 17 0 12 0 1547460477 849514496 103868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27895] ppid=27887 vsize=829604 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 25002 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1547460478 849514496 103868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=829604 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 25002 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547460478 849514496 103868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=829604 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 25002 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547460482 849514496 103868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=829604 CPUtime=0.85
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 25002 0 -1 64 3577 0 0 0 84 1 0 0 16 0 12 0 1547460482 849514496 103868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=829604 CPUtime=0.47
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 25002 0 -1 64 1386 0 0 0 47 0 0 0 17 0 12 0 1547460482 849514496 103868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=829604 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 25002 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547460482 849514496 103868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=829604 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547460482 849514496 103868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 829604

[startup+25.5027 s]
/proc/loadavg: 2.50 2.18 1.85 5/95 27901
/proc/meminfo: memFree=535688/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=861608 CPUtime=28.93
/proc/27889/stat : 27889 (java) S 27887 27889 25002 0 -1 0 216572 0 1 0 2774 119 0 0 20 0 12 0 1547460473 882286592 182450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 215402 182450 1366 9 0 212764 0
[pid=27889/tid=27891] ppid=27887 vsize=861608 CPUtime=10.43
/proc/27889/task/27891/stat : 27891 (java) R 27887 27889 25002 0 -1 64 27161 0 1 0 1025 18 0 0 20 0 12 0 1547460475 882286592 182450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27892] ppid=27887 vsize=861608 CPUtime=6.55
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 25002 0 -1 64 78324 0 0 0 613 42 0 0 17 0 12 0 1547460476 882286592 182450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27893] ppid=27887 vsize=861608 CPUtime=6.38
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 25002 0 -1 64 74263 0 0 0 599 39 0 0 16 0 12 0 1547460476 882286592 182450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27894] ppid=27887 vsize=861608 CPUtime=4.19
/proc/27889/task/27894/stat : 27894 (java) R 27887 27889 25002 0 -1 64 31099 0 0 0 403 16 0 0 16 0 12 0 1547460477 882286592 182450 996147200 134512640 134550740 4294956016 18446744073709551615 105677209 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27895] ppid=27887 vsize=861608 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 25002 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1547460478 882286592 182450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=861608 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 25002 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547460478 882286592 182450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=861608 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 25002 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547460482 882286592 182450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=27889/tid=27901] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) R 27887 27889 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.26
Current children cumulated vsize (KiB) 837608

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

[startup+51.2026 s]
/proc/loadavg: 2.51 2.21 1.87 3/95 27901
/proc/meminfo: memFree=192136/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=837608 CPUtime=54.35
/proc/27889/stat : 27889 (java) S 27887 27889 25002 0 -1 0 299599 0 1 0 5267 168 0 0 20 0 12 0 1547460473 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 209402 178444 1366 9 0 206764 0
[pid=27889/tid=27891] ppid=27887 vsize=837608 CPUtime=11.41
/proc/27889/task/27891/stat : 27891 (java) S 27887 27889 25002 0 -1 64 27166 0 1 0 1123 18 0 0 17 0 12 0 1547460475 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27892] ppid=27887 vsize=837608 CPUtime=6.55
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 25002 0 -1 64 78324 0 0 0 613 42 0 0 17 0 12 0 1547460476 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27893] ppid=27887 vsize=837608 CPUtime=6.38
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 25002 0 -1 64 74263 0 0 0 599 39 0 0 16 0 12 0 1547460476 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27894] ppid=27887 vsize=837608 CPUtime=28.65
/proc/27889/task/27894/stat : 27894 (java) R 27887 27889 25002 0 -1 64 114121 0 0 0 2800 65 0 0 25 0 12 0 1547460477 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27895] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 25002 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1547460478 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 25002 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547460478 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 25002 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=837608 CPUtime=0.85
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 25002 0 -1 64 3577 0 0 0 84 1 0 0 16 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=837608 CPUtime=0.47
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 25002 0 -1 64 1386 0 0 0 47 0 0 0 17 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 25002 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.35
Current children cumulated vsize (KiB) 837608

[startup+57.6024 s]
/proc/loadavg: 2.51 2.22 1.88 3/95 27901
/proc/meminfo: memFree=191624/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=837608 CPUtime=60.7
/proc/27889/stat : 27889 (java) S 27887 27889 25002 0 -1 0 306606 0 1 0 5898 172 0 0 20 0 12 0 1547460473 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 209402 178444 1366 9 0 206764 0
[pid=27889/tid=27891] ppid=27887 vsize=837608 CPUtime=11.54
/proc/27889/task/27891/stat : 27891 (java) S 27887 27889 25002 0 -1 64 27167 0 1 0 1136 18 0 0 17 0 12 0 1547460475 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27892] ppid=27887 vsize=837608 CPUtime=6.55
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 25002 0 -1 64 78324 0 0 0 613 42 0 0 17 0 12 0 1547460476 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27893] ppid=27887 vsize=837608 CPUtime=6.38
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 25002 0 -1 64 74263 0 0 0 599 39 0 0 16 0 12 0 1547460476 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27894] ppid=27887 vsize=837608 CPUtime=34.86
/proc/27889/task/27894/stat : 27894 (java) R 27887 27889 25002 0 -1 64 121127 0 0 0 3417 69 0 0 25 0 12 0 1547460477 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27895] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 25002 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1547460478 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 25002 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547460478 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 25002 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=837608 CPUtime=0.85
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 25002 0 -1 64 3577 0 0 0 84 1 0 0 16 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=837608 CPUtime=0.47
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 25002 0 -1 64 1386 0 0 0 47 0 0 0 17 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 25002 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.7
Current children cumulated vsize (KiB) 837608

[startup+59.2025 s]
/proc/loadavg: 2.51 2.22 1.88 3/95 27901
/proc/meminfo: memFree=191624/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=837608 CPUtime=62.28
/proc/27889/stat : 27889 (java) S 27887 27889 25002 0 -1 0 306606 0 1 0 6056 172 0 0 20 0 12 0 1547460473 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 209402 178444 1366 9 0 206764 0
[pid=27889/tid=27891] ppid=27887 vsize=837608 CPUtime=11.54
/proc/27889/task/27891/stat : 27891 (java) S 27887 27889 25002 0 -1 64 27167 0 1 0 1136 18 0 0 17 0 12 0 1547460475 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27892] ppid=27887 vsize=837608 CPUtime=6.55
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 25002 0 -1 64 78324 0 0 0 613 42 0 0 17 0 12 0 1547460476 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27893] ppid=27887 vsize=837608 CPUtime=6.38
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 25002 0 -1 64 74263 0 0 0 599 39 0 0 16 0 12 0 1547460476 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27894] ppid=27887 vsize=837608 CPUtime=36.44
/proc/27889/task/27894/stat : 27894 (java) R 27887 27889 25002 0 -1 64 121127 0 0 0 3575 69 0 0 25 0 12 0 1547460477 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 104136418 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27895] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 25002 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1547460478 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 25002 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547460478 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 25002 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=837608 CPUtime=0.85
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 25002 0 -1 64 3577 0 0 0 84 1 0 0 16 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=837608 CPUtime=0.47
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 25002 0 -1 64 1386 0 0 0 47 0 0 0 17 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 25002 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 62.28
Current children cumulated vsize (KiB) 837608

[startup+60.0026 s]
/proc/loadavg: 2.51 2.22 1.88 3/95 27901
/proc/meminfo: memFree=192136/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=837608 CPUtime=63.07
/proc/27889/stat : 27889 (java) S 27887 27889 25002 0 -1 0 306606 0 1 0 6135 172 0 0 20 0 12 0 1547460473 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 209402 178444 1366 9 0 206764 0
[pid=27889/tid=27891] ppid=27887 vsize=837608 CPUtime=11.54
/proc/27889/task/27891/stat : 27891 (java) S 27887 27889 25002 0 -1 64 27167 0 1 0 1136 18 0 0 17 0 12 0 1547460475 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27892] ppid=27887 vsize=837608 CPUtime=6.55
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 25002 0 -1 64 78324 0 0 0 613 42 0 0 17 0 12 0 1547460476 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27893] ppid=27887 vsize=837608 CPUtime=6.38
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 25002 0 -1 64 74263 0 0 0 599 39 0 0 16 0 12 0 1547460476 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27894] ppid=27887 vsize=837608 CPUtime=37.23
/proc/27889/task/27894/stat : 27894 (java) R 27887 27889 25002 0 -1 64 121127 0 0 0 3654 69 0 0 25 0 12 0 1547460477 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 106123828 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27895] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 25002 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1547460478 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 25002 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547460478 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 25002 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=837608 CPUtime=0.85
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 25002 0 -1 64 3577 0 0 0 84 1 0 0 16 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=837608 CPUtime=0.47
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 25002 0 -1 64 1386 0 0 0 47 0 0 0 17 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 25002 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.07
Current children cumulated vsize (KiB) 837608

[startup+60.4027 s]
/proc/loadavg: 2.51 2.22 1.88 3/95 27901
/proc/meminfo: memFree=192136/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=837608 CPUtime=63.47
/proc/27889/stat : 27889 (java) S 27887 27889 25002 0 -1 0 306606 0 1 0 6175 172 0 0 20 0 12 0 1547460473 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 209402 178444 1366 9 0 206764 0
[pid=27889/tid=27891] ppid=27887 vsize=837608 CPUtime=11.54
/proc/27889/task/27891/stat : 27891 (java) S 27887 27889 25002 0 -1 64 27167 0 1 0 1136 18 0 0 17 0 12 0 1547460475 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27892] ppid=27887 vsize=837608 CPUtime=6.55
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 25002 0 -1 64 78324 0 0 0 613 42 0 0 17 0 12 0 1547460476 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27893] ppid=27887 vsize=837608 CPUtime=6.38
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 25002 0 -1 64 74263 0 0 0 599 39 0 0 16 0 12 0 1547460476 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27894] ppid=27887 vsize=837608 CPUtime=37.63
/proc/27889/task/27894/stat : 27894 (java) R 27887 27889 25002 0 -1 64 121127 0 0 0 3694 69 0 0 25 0 12 0 1547460477 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27895] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 25002 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1547460478 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 25002 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1547460478 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 25002 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=837608 CPUtime=0.85
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 25002 0 -1 64 3577 0 0 0 84 1 0 0 16 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=837608 CPUtime=0.47
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 25002 0 -1 64 1386 0 0 0 47 0 0 0 17 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 25002 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=837608 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1547460482 857710592 178444 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.47
Current children cumulated vsize (KiB) 837608

[startup+60.6079 s]
/proc/loadavg: 2.51 2.22 1.88 3/95 27901
/proc/meminfo: memFree=191560/2055920 swapFree=4097928/4192956
[pid=27889] ppid=27887 vsize=0 CPUtime=63.63
/proc/27889/stat : 27889 (java) Z 27887 27889 25002 0 -1 12 306621 0 1 0 6186 177 0 0 16 0 2 0 1547460473 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 63.63
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 60.669
CPU time (s): 63.7083
CPU user time (s): 61.8696
CPU system time (s): 1.83872
CPU usage (%): 105.01
Max. virtual memory (cumulated for all children) (KiB): 877612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.8696
system time used= 1.83872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306621
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= 2169
involuntary context switches= 3704

runsolver used 0.080987 second user time and 0.216967 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 15:24:43
IDJOB=1073981
IDBENCH=56383
IDSOLVER=344
FILE ID=node32/1073981-1215177883
PBS_JOBID= 7881402
Free space on /tmp= 66536 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-35_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-1073981-1215177883/watcher-1073981-1215177883 -o /tmp/evaluation-result-1073981-1215177883/solver-1073981-1215177883 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073981-1215177883.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6e074c2ac725ad60619f11a3c227d0cf
RANDOM SEED=1371836992

node32.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.218
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.218
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:        921744 kB
Buffers:         44496 kB
Cached:         136064 kB
SwapCached:      88312 kB
Active:        1017664 kB
Inactive:        61876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        921744 kB
SwapTotal:     4192956 kB
SwapFree:      4097928 kB
Dirty:            3956 kB
Writeback:           0 kB
Mapped:         914824 kB
Slab:            37880 kB
Committed_AS:  4074504 kB
PageTables:       3732 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= 66536 MiB
End job on node32 at 2008-07-04 15:25:44