Trace number 1079148

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? 33.4879 31.2792

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg8-12_ext.xml
MD5SUM52dbd823af37ac9c121d1d814d619f91
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 benchmark1.05084
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints20
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1079148-1215209358/watcher-1079148-1215209358 -o /tmp/evaluation-result-1079148-1215209358/solver-1079148-1215209358 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079148-1215209358.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: 1.96 2.01 2.00 4/82 27375
/proc/meminfo: memFree=1763456/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=18572 CPUtime=0
/proc/27375/stat : 27375 (runsolver) R 27373 27375 25825 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 426553165 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 224627584295 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27375/statm: 4643 292 257 25 0 2626 0

[startup+0.0452141 s]
/proc/loadavg: 1.96 2.01 2.00 4/82 27375
/proc/meminfo: memFree=1763456/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=13012 CPUtime=0.01
/proc/27375/stat : 27375 (java) D 27373 27375 25825 0 -1 0 389 0 12 0 0 1 0 0 18 0 1 0 426553165 13324288 202 996147200 134512640 134550740 4294956016 18446744073709551615 3781418 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/27375/statm: 3253 202 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.101282 s]
/proc/loadavg: 1.96 2.01 2.00 4/82 27375
/proc/meminfo: memFree=1763456/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=798812 CPUtime=0.02
/proc/27375/stat : 27375 (java) S 27373 27375 25825 0 -1 0 1739 0 30 0 0 2 0 0 18 0 4 0 426553165 817983488 1509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27375/statm: 199703 1509 455 9 0 197481 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 798812

[startup+0.301303 s]
/proc/loadavg: 1.96 2.01 2.00 4/82 27375
/proc/meminfo: memFree=1763456/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=808232 CPUtime=0.2
/proc/27375/stat : 27375 (java) S 27373 27375 25825 0 -1 0 4336 0 30 0 15 5 0 0 18 0 12 0 426553165 827629568 3769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27375/statm: 202058 3769 1261 9 0 199427 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 808232

[startup+0.701364 s]
/proc/loadavg: 1.96 2.01 2.00 4/82 27375
/proc/meminfo: memFree=1763456/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=807904 CPUtime=0.55
/proc/27375/stat : 27375 (java) S 27373 27375 25825 0 -1 0 5952 0 30 0 49 6 0 0 18 0 12 0 426553165 827293696 5110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27375/statm: 201976 5110 1323 9 0 199338 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 807904

[startup+1.50148 s]
/proc/loadavg: 1.96 2.01 2.00 4/94 27387
/proc/meminfo: memFree=1736480/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=809492 CPUtime=1.38
/proc/27375/stat : 27375 (java) S 27373 27375 25825 0 -1 0 8930 0 30 0 130 8 0 0 18 0 12 0 426553165 828919808 6787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27375/statm: 202373 6787 1352 9 0 199735 0
[pid=27375/tid=27377] ppid=27373 vsize=809492 CPUtime=0.57
/proc/27375/task/27377/stat : 27377 (java) R 27373 27375 25825 0 -1 64 4726 0 1 0 53 4 0 0 21 0 12 0 426553174 828919808 6787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27378] ppid=27373 vsize=809492 CPUtime=0
/proc/27375/task/27378/stat : 27378 (java) S 27373 27375 25825 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 426553175 828919808 6787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27379] ppid=27373 vsize=809492 CPUtime=0
/proc/27375/task/27379/stat : 27379 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 426553175 828919808 6787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27380] ppid=27373 vsize=809492 CPUtime=0
/proc/27375/task/27380/stat : 27380 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 426553177 828919808 6787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27381] ppid=27373 vsize=809492 CPUtime=0
/proc/27375/task/27381/stat : 27381 (java) S 27373 27375 25825 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 426553177 828919808 6787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27382] ppid=27373 vsize=809492 CPUtime=0
/proc/27375/task/27382/stat : 27382 (java) S 27373 27375 25825 0 -1 64 5 0 0 0 0 0 0 0 25 0 12 0 426553177 828919808 6787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27383] ppid=27373 vsize=809492 CPUtime=0
/proc/27375/task/27383/stat : 27383 (java) S 27373 27375 25825 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 426553184 828919808 6787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27384] ppid=27373 vsize=809492 CPUtime=0.36
/proc/27375/task/27384/stat : 27384 (java) R 27373 27375 25825 0 -1 64 1395 0 0 0 36 0 0 0 16 0 12 0 426553184 828919808 6787 996147200 134512640 134550740 4294956016 18446744073709551615 103306705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27385] ppid=27373 vsize=809492 CPUtime=0.39
/proc/27375/task/27385/stat : 27385 (java) R 27373 27375 25825 0 -1 64 2071 0 0 0 39 0 0 0 17 0 12 0 426553184 828919808 6787 996147200 134512640 134550740 4294956016 18446744073709551615 104112516 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27386] ppid=27373 vsize=809492 CPUtime=0
/proc/27375/task/27386/stat : 27386 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 426553184 828919808 6787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27387] ppid=27373 vsize=809492 CPUtime=0
/proc/27375/task/27387/stat : 27387 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 426553184 828919808 6787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 809492

[startup+3.10271 s]
/proc/loadavg: 1.96 2.01 2.00 4/86 27389
/proc/meminfo: memFree=1737504/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=822380 CPUtime=3.42
/proc/27375/stat : 27375 (java) S 27373 27375 25825 0 -1 0 37227 0 30 0 319 23 0 0 18 0 12 0 426553165 842117120 30061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27375/statm: 205595 30061 1360 9 0 202957 0
[pid=27375/tid=27377] ppid=27373 vsize=822380 CPUtime=1.44
/proc/27375/task/27377/stat : 27377 (java) R 27373 27375 25825 0 -1 64 16346 0 1 0 133 11 0 0 25 0 12 0 426553174 842117120 30061 996147200 134512640 134550740 4294956016 18446744073709551615 4109758616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27378] ppid=27373 vsize=822380 CPUtime=0.27
/proc/27375/task/27378/stat : 27378 (java) S 27373 27375 25825 0 -1 64 7999 0 0 0 24 3 0 0 19 0 12 0 426553175 842117120 30061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27379] ppid=27373 vsize=822380 CPUtime=0.28
/proc/27375/task/27379/stat : 27379 (java) S 27373 27375 25825 0 -1 64 6154 0 0 0 25 3 0 0 19 0 12 0 426553175 842117120 30061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27380] ppid=27373 vsize=822380 CPUtime=0
/proc/27375/task/27380/stat : 27380 (java) S 27373 27375 25825 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 426553177 842117120 30061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27381] ppid=27373 vsize=822380 CPUtime=0
/proc/27375/task/27381/stat : 27381 (java) S 27373 27375 25825 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 426553177 842117120 30061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27382] ppid=27373 vsize=822380 CPUtime=0
/proc/27375/task/27382/stat : 27382 (java) S 27373 27375 25825 0 -1 64 5 0 0 0 0 0 0 0 25 0 12 0 426553177 842117120 30061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27383] ppid=27373 vsize=822380 CPUtime=0
/proc/27375/task/27383/stat : 27383 (java) S 27373 27375 25825 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 426553184 842117120 30061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27384] ppid=27373 vsize=822380 CPUtime=0.78
/proc/27375/task/27384/stat : 27384 (java) S 27373 27375 25825 0 -1 64 3052 0 0 0 77 1 0 0 16 0 12 0 426553184 842117120 30061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27385] ppid=27373 vsize=822380 CPUtime=0.59
/proc/27375/task/27385/stat : 27385 (java) S 27373 27375 25825 0 -1 64 2913 0 0 0 58 1 0 0 16 0 12 0 426553184 842117120 30061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27386] ppid=27373 vsize=822380 CPUtime=0
/proc/27375/task/27386/stat : 27386 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 426553184 842117120 30061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27387] ppid=27373 vsize=822380 CPUtime=0
/proc/27375/task/27387/stat : 27387 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 426553184 842117120 30061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 822380

[startup+6.30216 s]
/proc/loadavg: 1.96 2.01 2.00 5/86 27389
/proc/meminfo: memFree=1500976/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=835180 CPUtime=7.71
/proc/27375/stat : 27375 (java) S 27373 27375 25825 0 -1 0 84065 0 30 0 721 50 0 0 18 0 12 0 426553165 855224320 71297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27375/statm: 208795 71297 1360 9 0 206157 0
[pid=27375/tid=27377] ppid=27373 vsize=835180 CPUtime=3.03
/proc/27375/task/27377/stat : 27377 (java) S 27373 27375 25825 0 -1 64 16996 0 1 0 292 11 0 0 20 0 12 0 426553174 855224320 71297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27378] ppid=27373 vsize=835180 CPUtime=1.66
/proc/27375/task/27378/stat : 27378 (java) R 27373 27375 25825 0 -1 64 30579 0 0 0 149 17 0 0 18 0 12 0 426553175 855224320 71297 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27379] ppid=27373 vsize=835180 CPUtime=1.59
/proc/27375/task/27379/stat : 27379 (java) R 27373 27375 25825 0 -1 64 29762 0 0 0 143 16 0 0 18 0 12 0 426553175 855224320 71297 996147200 134512640 134550740 4294956016 18446744073709551615 106158038 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27380] ppid=27373 vsize=835180 CPUtime=0
/proc/27375/task/27380/stat : 27380 (java) S 27373 27375 25825 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 426553177 855224320 71297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27381] ppid=27373 vsize=835180 CPUtime=0
/proc/27375/task/27381/stat : 27381 (java) S 27373 27375 25825 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 426553177 855224320 71297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27382] ppid=27373 vsize=835180 CPUtime=0
/proc/27375/task/27382/stat : 27382 (java) S 27373 27375 25825 0 -1 64 5 0 0 0 0 0 0 0 25 0 12 0 426553177 855224320 71297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27383] ppid=27373 vsize=835180 CPUtime=0
/proc/27375/task/27383/stat : 27383 (java) S 27373 27375 25825 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 426553184 855224320 71297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27384] ppid=27373 vsize=835180 CPUtime=0.78
/proc/27375/task/27384/stat : 27384 (java) S 27373 27375 25825 0 -1 64 3052 0 0 0 77 1 0 0 16 0 12 0 426553184 855224320 71297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27385] ppid=27373 vsize=835180 CPUtime=0.59
/proc/27375/task/27385/stat : 27385 (java) S 27373 27375 25825 0 -1 64 2913 0 0 0 58 1 0 0 16 0 12 0 426553184 855224320 71297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27386] ppid=27373 vsize=835180 CPUtime=0
/proc/27375/task/27386/stat : 27386 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 426553184 855224320 71297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27387] ppid=27373 vsize=835180 CPUtime=0
/proc/27375/task/27387/stat : 27387 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 426553184 855224320 71297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 835180

[startup+12.7021 s]
/proc/loadavg: 1.97 2.01 2.00 5/84 27426
/proc/meminfo: memFree=1251712/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=845420 CPUtime=15
/proc/27375/stat : 27375 (java) S 27373 27375 25825 0 -1 0 155750 0 30 0 1418 82 0 0 18 0 12 0 426553165 865710080 138256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27375/statm: 211355 138256 1360 9 0 208717 0
[pid=27375/tid=27377] ppid=27373 vsize=845420 CPUtime=5.53
/proc/27375/task/27377/stat : 27377 (java) R 27373 27375 25825 0 -1 64 35436 0 1 0 534 19 0 0 17 0 12 0 426553174 865710080 138256 996147200 134512640 134550740 4294956016 18446744073709551615 4109761700 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27378] ppid=27373 vsize=845420 CPUtime=3.2
/proc/27375/task/27378/stat : 27378 (java) S 27373 27375 25825 0 -1 64 48689 0 0 0 295 25 0 0 16 0 12 0 426553175 865710080 138256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27379] ppid=27373 vsize=845420 CPUtime=4.83
/proc/27375/task/27379/stat : 27379 (java) R 27373 27375 25825 0 -1 64 64897 0 0 0 451 32 0 0 20 0 12 0 426553175 865710080 138256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27380] ppid=27373 vsize=845420 CPUtime=0
/proc/27375/task/27380/stat : 27380 (java) S 27373 27375 25825 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 426553177 865710080 138256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27381] ppid=27373 vsize=845420 CPUtime=0
/proc/27375/task/27381/stat : 27381 (java) S 27373 27375 25825 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 426553177 865710080 138256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27382] ppid=27373 vsize=845420 CPUtime=0
/proc/27375/task/27382/stat : 27382 (java) S 27373 27375 25825 0 -1 64 5 0 0 0 0 0 0 0 25 0 12 0 426553177 865710080 138256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27383] ppid=27373 vsize=845420 CPUtime=0
/proc/27375/task/27383/stat : 27383 (java) S 27373 27375 25825 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 426553184 865710080 138256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27384] ppid=27373 vsize=845420 CPUtime=0.78
/proc/27375/task/27384/stat : 27384 (java) S 27373 27375 25825 0 -1 64 3052 0 0 0 77 1 0 0 16 0 12 0 426553184 865710080 138256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27385] ppid=27373 vsize=845420 CPUtime=0.59
/proc/27375/task/27385/stat : 27385 (java) S 27373 27375 25825 0 -1 64 2913 0 0 0 58 1 0 0 16 0 12 0 426553184 865710080 138256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27386] ppid=27373 vsize=845420 CPUtime=0
/proc/27375/task/27386/stat : 27386 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 426553184 865710080 138256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27387] ppid=27373 vsize=845420 CPUtime=0
/proc/27375/task/27387/stat : 27387 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 426553184 865710080 138256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15
Current children cumulated vsize (KiB) 845420

[startup+25.5019 s]
/proc/loadavg: 2.04 2.03 2.01 3/84 27426
/proc/meminfo: memFree=971200/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=877424 CPUtime=27.75
/proc/27375/stat : 27375 (java) S 27373 27375 25825 0 -1 0 243088 0 30 0 2657 118 0 0 18 0 12 0 426553165 898482176 187073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27375/statm: 219356 187073 1365 9 0 216718 0
[pid=27375/tid=27377] ppid=27373 vsize=877424 CPUtime=7.38
/proc/27375/task/27377/stat : 27377 (java) S 27373 27375 25825 0 -1 64 41113 0 1 0 717 21 0 0 17 0 12 0 426553174 898482176 187073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27378] ppid=27373 vsize=877424 CPUtime=4.71
/proc/27375/task/27378/stat : 27378 (java) S 27373 27375 25825 0 -1 64 67900 0 0 0 438 33 0 0 17 0 12 0 426553175 898482176 187073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27379] ppid=27373 vsize=877424 CPUtime=5.96
/proc/27375/task/27379/stat : 27379 (java) S 27373 27375 25825 0 -1 64 80826 0 0 0 559 37 0 0 16 0 12 0 426553175 898482176 187073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27380] ppid=27373 vsize=877424 CPUtime=8.24
/proc/27375/task/27380/stat : 27380 (java) R 27373 27375 25825 0 -1 64 46549 0 0 0 805 19 0 0 25 0 12 0 426553177 898482176 187073 996147200 134512640 134550740 4294956016 18446744073709551615 106123724 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27381] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27381/stat : 27381 (java) S 27373 27375 25825 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 426553177 898482176 187073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27382] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27382/stat : 27382 (java) S 27373 27375 25825 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 426553177 898482176 187073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27383] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27383/stat : 27383 (java) S 27373 27375 25825 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 426553184 898482176 187073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27384] ppid=27373 vsize=877424 CPUtime=0.78
/proc/27375/task/27384/stat : 27384 (java) S 27373 27375 25825 0 -1 64 3052 0 0 0 77 1 0 0 16 0 12 0 426553184 898482176 187073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27385] ppid=27373 vsize=877424 CPUtime=0.59
/proc/27375/task/27385/stat : 27385 (java) S 27373 27375 25825 0 -1 64 2913 0 0 0 58 1 0 0 16 0 12 0 426553184 898482176 187073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27386] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27386/stat : 27386 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 426553184 898482176 187073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27387] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27387/stat : 27387 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 426553184 898482176 187073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.75
Current children cumulated vsize (KiB) 877424

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

[startup+28.7023 s]
/proc/loadavg: 2.04 2.03 2.01 3/85 27427
/proc/meminfo: memFree=918712/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=877424 CPUtime=30.95
/proc/27375/stat : 27375 (java) S 27373 27375 25825 0 -1 0 259917 0 30 0 2969 126 0 0 18 0 12 0 426553165 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27375/statm: 219356 188396 1365 9 0 216718 0
[pid=27375/tid=27377] ppid=27373 vsize=877424 CPUtime=7.44
/proc/27375/task/27377/stat : 27377 (java) S 27373 27375 25825 0 -1 64 42437 0 1 0 722 22 0 0 17 0 12 0 426553174 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27378] ppid=27373 vsize=877424 CPUtime=4.76
/proc/27375/task/27378/stat : 27378 (java) S 27373 27375 25825 0 -1 64 67900 0 0 0 443 33 0 0 17 0 12 0 426553175 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27379] ppid=27373 vsize=877424 CPUtime=5.96
/proc/27375/task/27379/stat : 27379 (java) S 27373 27375 25825 0 -1 64 80826 0 0 0 559 37 0 0 16 0 12 0 426553175 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27380] ppid=27373 vsize=877424 CPUtime=11.34
/proc/27375/task/27380/stat : 27380 (java) R 27373 27375 25825 0 -1 64 62054 0 0 0 1107 27 0 0 25 0 12 0 426553177 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27381] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27381/stat : 27381 (java) S 27373 27375 25825 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 426553177 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27382] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27382/stat : 27382 (java) S 27373 27375 25825 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 426553177 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27383] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27383/stat : 27383 (java) S 27373 27375 25825 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27384] ppid=27373 vsize=877424 CPUtime=0.78
/proc/27375/task/27384/stat : 27384 (java) S 27373 27375 25825 0 -1 64 3052 0 0 0 77 1 0 0 16 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27385] ppid=27373 vsize=877424 CPUtime=0.59
/proc/27375/task/27385/stat : 27385 (java) S 27373 27375 25825 0 -1 64 2913 0 0 0 58 1 0 0 16 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27386] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27386/stat : 27386 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27387] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27387/stat : 27387 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.95
Current children cumulated vsize (KiB) 877424

[startup+30.3026 s]
/proc/loadavg: 2.04 2.03 2.01 3/85 27427
/proc/meminfo: memFree=918712/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=877424 CPUtime=32.54
/proc/27375/stat : 27375 (java) S 27373 27375 25825 0 -1 0 275422 0 30 0 3122 132 0 0 18 0 12 0 426553165 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27375/statm: 219356 188396 1365 9 0 216718 0
[pid=27375/tid=27377] ppid=27373 vsize=877424 CPUtime=7.44
/proc/27375/task/27377/stat : 27377 (java) S 27373 27375 25825 0 -1 64 42437 0 1 0 722 22 0 0 17 0 12 0 426553174 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27378] ppid=27373 vsize=877424 CPUtime=4.77
/proc/27375/task/27378/stat : 27378 (java) S 27373 27375 25825 0 -1 64 67900 0 0 0 444 33 0 0 17 0 12 0 426553175 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27379] ppid=27373 vsize=877424 CPUtime=5.96
/proc/27375/task/27379/stat : 27379 (java) S 27373 27375 25825 0 -1 64 80826 0 0 0 559 37 0 0 16 0 12 0 426553175 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27380] ppid=27373 vsize=877424 CPUtime=12.93
/proc/27375/task/27380/stat : 27380 (java) R 27373 27375 25825 0 -1 64 77559 0 0 0 1259 34 0 0 25 0 12 0 426553177 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 104136397 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27381] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27381/stat : 27381 (java) S 27373 27375 25825 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 426553177 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27382] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27382/stat : 27382 (java) S 27373 27375 25825 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 426553177 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27383] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27383/stat : 27383 (java) S 27373 27375 25825 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27384] ppid=27373 vsize=877424 CPUtime=0.78
/proc/27375/task/27384/stat : 27384 (java) S 27373 27375 25825 0 -1 64 3052 0 0 0 77 1 0 0 16 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27385] ppid=27373 vsize=877424 CPUtime=0.59
/proc/27375/task/27385/stat : 27385 (java) S 27373 27375 25825 0 -1 64 2913 0 0 0 58 1 0 0 16 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27386] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27386/stat : 27386 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27387] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27387/stat : 27387 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.54
Current children cumulated vsize (KiB) 877424

[startup+30.7026 s]
/proc/loadavg: 2.04 2.03 2.01 3/85 27427
/proc/meminfo: memFree=918776/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=877424 CPUtime=32.95
/proc/27375/stat : 27375 (java) S 27373 27375 25825 0 -1 0 275422 0 30 0 3163 132 0 0 18 0 12 0 426553165 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27375/statm: 219356 188396 1365 9 0 216718 0
[pid=27375/tid=27377] ppid=27373 vsize=877424 CPUtime=7.44
/proc/27375/task/27377/stat : 27377 (java) S 27373 27375 25825 0 -1 64 42437 0 1 0 722 22 0 0 17 0 12 0 426553174 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27378] ppid=27373 vsize=877424 CPUtime=4.77
/proc/27375/task/27378/stat : 27378 (java) S 27373 27375 25825 0 -1 64 67900 0 0 0 444 33 0 0 17 0 12 0 426553175 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27379] ppid=27373 vsize=877424 CPUtime=5.96
/proc/27375/task/27379/stat : 27379 (java) S 27373 27375 25825 0 -1 64 80826 0 0 0 559 37 0 0 16 0 12 0 426553175 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27380] ppid=27373 vsize=877424 CPUtime=13.34
/proc/27375/task/27380/stat : 27380 (java) R 27373 27375 25825 0 -1 64 77559 0 0 0 1300 34 0 0 25 0 12 0 426553177 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 106736532 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27381] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27381/stat : 27381 (java) S 27373 27375 25825 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 426553177 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27382] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27382/stat : 27382 (java) S 27373 27375 25825 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 426553177 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27383] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27383/stat : 27383 (java) S 27373 27375 25825 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27384] ppid=27373 vsize=877424 CPUtime=0.78
/proc/27375/task/27384/stat : 27384 (java) S 27373 27375 25825 0 -1 64 3052 0 0 0 77 1 0 0 16 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27385] ppid=27373 vsize=877424 CPUtime=0.59
/proc/27375/task/27385/stat : 27385 (java) S 27373 27375 25825 0 -1 64 2913 0 0 0 58 1 0 0 16 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27386] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27386/stat : 27386 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27387] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27387/stat : 27387 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.95
Current children cumulated vsize (KiB) 877424

[startup+31.1027 s]
/proc/loadavg: 2.04 2.03 2.01 3/85 27427
/proc/meminfo: memFree=918776/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=877424 CPUtime=33.34
/proc/27375/stat : 27375 (java) S 27373 27375 25825 0 -1 0 275422 0 30 0 3202 132 0 0 18 0 12 0 426553165 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27375/statm: 219356 188396 1365 9 0 216718 0
[pid=27375/tid=27377] ppid=27373 vsize=877424 CPUtime=7.44
/proc/27375/task/27377/stat : 27377 (java) S 27373 27375 25825 0 -1 64 42437 0 1 0 722 22 0 0 17 0 12 0 426553174 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27378] ppid=27373 vsize=877424 CPUtime=4.77
/proc/27375/task/27378/stat : 27378 (java) S 27373 27375 25825 0 -1 64 67900 0 0 0 444 33 0 0 17 0 12 0 426553175 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27379] ppid=27373 vsize=877424 CPUtime=5.96
/proc/27375/task/27379/stat : 27379 (java) S 27373 27375 25825 0 -1 64 80826 0 0 0 559 37 0 0 16 0 12 0 426553175 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27380] ppid=27373 vsize=877424 CPUtime=13.73
/proc/27375/task/27380/stat : 27380 (java) R 27373 27375 25825 0 -1 64 77559 0 0 0 1339 34 0 0 25 0 12 0 426553177 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27381] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27381/stat : 27381 (java) S 27373 27375 25825 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 426553177 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27382] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27382/stat : 27382 (java) S 27373 27375 25825 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 426553177 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27383] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27383/stat : 27383 (java) S 27373 27375 25825 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27384] ppid=27373 vsize=877424 CPUtime=0.78
/proc/27375/task/27384/stat : 27384 (java) S 27373 27375 25825 0 -1 64 3052 0 0 0 77 1 0 0 16 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27385] ppid=27373 vsize=877424 CPUtime=0.59
/proc/27375/task/27385/stat : 27385 (java) S 27373 27375 25825 0 -1 64 2913 0 0 0 58 1 0 0 16 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27375/tid=27386] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27386/stat : 27386 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27375/tid=27387] ppid=27373 vsize=877424 CPUtime=0
/proc/27375/task/27387/stat : 27387 (java) S 27373 27375 25825 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 426553184 898482176 188396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.34
Current children cumulated vsize (KiB) 877424

[startup+31.2027 s]
/proc/loadavg: 2.04 2.03 2.01 3/85 27427
/proc/meminfo: memFree=918776/2055920 swapFree=4180312/4192956
[pid=27375] ppid=27373 vsize=0 CPUtime=33.4
/proc/27375/stat : 27375 (java) Z 27373 27375 25825 0 -1 12 275438 0 30 0 3204 136 0 0 16 0 2 0 426553165 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27375/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.4
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 31.2792
CPU time (s): 33.4879
CPU user time (s): 32.0411
CPU system time (s): 1.44678
CPU usage (%): 107.061
Max. virtual memory (cumulated for all children) (KiB): 893428

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

runsolver used 0.040993 second user time and 0.117982 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-05 00:09:18
IDJOB=1079148
IDBENCH=56864
IDSOLVER=344
FILE ID=node49/1079148-1215209358
PBS_JOBID= 7881717
Free space on /tmp= 66536 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg8-12_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-1079148-1215209358/watcher-1079148-1215209358 -o /tmp/evaluation-result-1079148-1215209358/solver-1079148-1215209358 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079148-1215209358.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 52dbd823af37ac9c121d1d814d619f91
RANDOM SEED=216301651

node49.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.249
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.249
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:       1763936 kB
Buffers:         29952 kB
Cached:         161684 kB
SwapCached:       5496 kB
Active:         187736 kB
Inactive:        52296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763936 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:           23020 kB
Writeback:           0 kB
Mapped:          65636 kB
Slab:            36664 kB
Committed_AS:   904552 kB
PageTables:       1968 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= 66556 MiB
End job on node49 at 2008-07-05 00:09:49