Trace number 1066755

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? 30.7373 28.2589

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg11-13_ext.xml
MD5SUMa2dd31cba4a19665396f0c93a75686cb
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.306952
Satisfiable
(Un)Satisfiability was proved
Number of variables143
Number of constraints24
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1066755-1215148920/watcher-1066755-1215148920 -o /tmp/evaluation-result-1066755-1215148920/solver-1066755-1215148920 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066755-1215148920.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.05 2.00 2.00 4/80 14600
/proc/meminfo: memFree=1357960/2055920 swapFree=4156332/4192956
[pid=14600] ppid=14598 vsize=152 CPUtime=0
/proc/14600/stat : 14600 (java) R 14598 14600 11742 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 698858378 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 4870948 0 0 4096 0 0 0 0 17 0 0 0
/proc/14600/statm: 38 26 19 9 0 4 0

[startup+0.081615 s]
/proc/loadavg: 2.05 2.00 2.00 4/80 14600
/proc/meminfo: memFree=1357960/2055920 swapFree=4156332/4192956
[pid=14600] ppid=14598 vsize=804432 CPUtime=0.06
/proc/14600/stat : 14600 (java) S 14598 14600 11742 0 -1 0 2921 0 1 0 5 1 0 0 18 0 12 0 698858378 823738368 2654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14600/statm: 201108 2655 1029 9 0 198491 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 804432

[startup+0.102054 s]
/proc/loadavg: 2.05 2.00 2.00 4/80 14600
/proc/meminfo: memFree=1357960/2055920 swapFree=4156332/4192956
[pid=14600] ppid=14598 vsize=804916 CPUtime=0.08
/proc/14600/stat : 14600 (java) S 14598 14600 11742 0 -1 0 3273 0 1 0 7 1 0 0 18 0 12 0 698858378 824233984 3005 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14600/statm: 201229 3005 1248 9 0 198598 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804916

[startup+0.301089 s]
/proc/loadavg: 2.05 2.00 2.00 4/80 14600
/proc/meminfo: memFree=1357960/2055920 swapFree=4156332/4192956
[pid=14600] ppid=14598 vsize=808456 CPUtime=0.35
/proc/14600/stat : 14600 (java) S 14598 14600 11742 0 -1 0 5297 0 1 0 32 3 0 0 18 0 12 0 698858378 827858944 4627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14600/statm: 202114 4627 1310 9 0 199483 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 808456

[startup+0.701155 s]
/proc/loadavg: 2.05 2.00 2.00 4/80 14600
/proc/meminfo: memFree=1357960/2055920 swapFree=4156332/4192956
[pid=14600] ppid=14598 vsize=808484 CPUtime=0.75
/proc/14600/stat : 14600 (java) S 14598 14600 11742 0 -1 0 6398 0 1 0 70 5 0 0 18 0 12 0 698858378 827887616 5728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14600/statm: 202121 5728 1335 9 0 199483 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 808484

[startup+1.50229 s]
/proc/loadavg: 2.13 2.02 2.01 4/92 14612
/proc/meminfo: memFree=1337640/2055920 swapFree=4156332/4192956
[pid=14600] ppid=14598 vsize=813396 CPUtime=1.56
/proc/14600/stat : 14600 (java) S 14598 14600 11742 0 -1 0 11022 0 1 0 149 7 0 0 18 0 12 0 698858378 832917504 8750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14600/statm: 203349 8750 1354 9 0 200711 0
[pid=14600/tid=14602] ppid=14598 vsize=813396 CPUtime=0.67
/proc/14600/task/14602/stat : 14602 (java) R 14598 14600 11742 0 -1 64 5930 0 1 0 62 5 0 0 21 0 12 0 698858379 832917504 8750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14603] ppid=14598 vsize=813396 CPUtime=0
/proc/14600/task/14603/stat : 14603 (java) S 14598 14600 11742 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 698858380 832917504 8750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14604] ppid=14598 vsize=813396 CPUtime=0
/proc/14600/task/14604/stat : 14604 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 698858380 832917504 8750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14605] ppid=14598 vsize=813396 CPUtime=0
/proc/14600/task/14605/stat : 14605 (java) S 14598 14600 11742 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 698858381 832917504 8750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14606] ppid=14598 vsize=813396 CPUtime=0
/proc/14600/task/14606/stat : 14606 (java) S 14598 14600 11742 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 698858382 832917504 8750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14607] ppid=14598 vsize=813396 CPUtime=0
/proc/14600/task/14607/stat : 14607 (java) S 14598 14600 11742 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 698858382 832917504 8750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14608] ppid=14598 vsize=813396 CPUtime=0
/proc/14600/task/14608/stat : 14608 (java) S 14598 14600 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 698858386 832917504 8750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14609] ppid=14598 vsize=813396 CPUtime=0.24
/proc/14600/task/14609/stat : 14609 (java) S 14598 14600 11742 0 -1 64 543 0 0 0 24 0 0 0 16 0 12 0 698858386 832917504 8750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14610] ppid=14598 vsize=813396 CPUtime=0.61
/proc/14600/task/14610/stat : 14610 (java) R 14598 14600 11742 0 -1 64 3787 0 0 0 61 0 0 0 16 0 12 0 698858386 832917504 8750 996147200 134512640 134550740 4294956032 18446744073709551615 106710117 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14611] ppid=14598 vsize=813396 CPUtime=0
/proc/14600/task/14611/stat : 14611 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 698858386 832917504 8750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14612] ppid=14598 vsize=813396 CPUtime=0
/proc/14600/task/14612/stat : 14612 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 698858386 832917504 8750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 813396

[startup+3.10156 s]
/proc/loadavg: 2.13 2.02 2.01 3/92 14612
/proc/meminfo: memFree=1304296/2055920 swapFree=4156332/4192956
[pid=14600] ppid=14598 vsize=818524 CPUtime=3.16
/proc/14600/stat : 14600 (java) S 14598 14600 11742 0 -1 0 33220 0 1 0 300 16 0 0 18 0 12 0 698858378 838168576 30304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14600/statm: 204631 30304 1360 9 0 201993 0
[pid=14600/tid=14602] ppid=14598 vsize=818524 CPUtime=1.81
/proc/14600/task/14602/stat : 14602 (java) R 14598 14600 11742 0 -1 64 17076 0 1 0 171 10 0 0 25 0 12 0 698858379 838168576 30304 996147200 134512640 134550740 4294956032 18446744073709551615 4109680114 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14603] ppid=14598 vsize=818524 CPUtime=0.12
/proc/14600/task/14603/stat : 14603 (java) S 14598 14600 11742 0 -1 64 7059 0 0 0 10 2 0 0 18 0 12 0 698858380 838168576 30304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14604] ppid=14598 vsize=818524 CPUtime=0.08
/proc/14600/task/14604/stat : 14604 (java) S 14598 14600 11742 0 -1 64 3917 0 0 0 8 0 0 0 17 0 12 0 698858380 838168576 30304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14605] ppid=14598 vsize=818524 CPUtime=0
/proc/14600/task/14605/stat : 14605 (java) S 14598 14600 11742 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 698858381 838168576 30304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14606] ppid=14598 vsize=818524 CPUtime=0
/proc/14600/task/14606/stat : 14606 (java) S 14598 14600 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 698858382 838168576 30304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14607] ppid=14598 vsize=818524 CPUtime=0
/proc/14600/task/14607/stat : 14607 (java) S 14598 14600 11742 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 698858382 838168576 30304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14608] ppid=14598 vsize=818524 CPUtime=0
/proc/14600/task/14608/stat : 14608 (java) S 14598 14600 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 698858386 838168576 30304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14609] ppid=14598 vsize=818524 CPUtime=0.41
/proc/14600/task/14609/stat : 14609 (java) S 14598 14600 11742 0 -1 64 587 0 0 0 41 0 0 0 16 0 12 0 698858386 838168576 30304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14610] ppid=14598 vsize=818524 CPUtime=0.67
/proc/14600/task/14610/stat : 14610 (java) S 14598 14600 11742 0 -1 64 3791 0 0 0 67 0 0 0 16 0 12 0 698858386 838168576 30304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14611] ppid=14598 vsize=818524 CPUtime=0
/proc/14600/task/14611/stat : 14611 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 698858386 838168576 30304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14612] ppid=14598 vsize=818524 CPUtime=0
/proc/14600/task/14612/stat : 14612 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 698858386 838168576 30304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 818524

[startup+6.30291 s]
/proc/loadavg: 2.28 2.05 2.02 5/92 14612
/proc/meminfo: memFree=1120680/2055920 swapFree=4156332/4192956
[pid=14600] ppid=14598 vsize=828764 CPUtime=7.26
/proc/14600/stat : 14600 (java) S 14598 14600 11742 0 -1 0 75031 0 1 0 692 34 0 0 18 0 12 0 698858378 848654336 66357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14600/statm: 207191 66357 1360 9 0 204553 0
[pid=14600/tid=14602] ppid=14598 vsize=828764 CPUtime=3.49
/proc/14600/task/14602/stat : 14602 (java) R 14598 14600 11742 0 -1 64 17080 0 1 0 339 10 0 0 21 0 12 0 698858379 848654336 66357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14603] ppid=14598 vsize=828764 CPUtime=1.33
/proc/14600/task/14603/stat : 14603 (java) R 14598 14600 11742 0 -1 64 29374 0 0 0 122 11 0 0 16 0 12 0 698858380 848654336 66357 996147200 134512640 134550740 4294956032 18446744073709551615 104136905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14604] ppid=14598 vsize=828764 CPUtime=1.29
/proc/14600/task/14604/stat : 14604 (java) R 14598 14600 11742 0 -1 64 23409 0 0 0 120 9 0 0 16 0 12 0 698858380 848654336 66357 996147200 134512640 134550740 4294956032 18446744073709551615 104136951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14605] ppid=14598 vsize=828764 CPUtime=0
/proc/14600/task/14605/stat : 14605 (java) S 14598 14600 11742 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 698858381 848654336 66357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14606] ppid=14598 vsize=828764 CPUtime=0
/proc/14600/task/14606/stat : 14606 (java) S 14598 14600 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 698858382 848654336 66357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14607] ppid=14598 vsize=828764 CPUtime=0
/proc/14600/task/14607/stat : 14607 (java) S 14598 14600 11742 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 698858382 848654336 66357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14608] ppid=14598 vsize=828764 CPUtime=0
/proc/14600/task/14608/stat : 14608 (java) S 14598 14600 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 698858386 848654336 66357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14609] ppid=14598 vsize=828764 CPUtime=0.41
/proc/14600/task/14609/stat : 14609 (java) S 14598 14600 11742 0 -1 64 587 0 0 0 41 0 0 0 16 0 12 0 698858386 848654336 66357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14610] ppid=14598 vsize=828764 CPUtime=0.67
/proc/14600/task/14610/stat : 14610 (java) S 14598 14600 11742 0 -1 64 3791 0 0 0 67 0 0 0 16 0 12 0 698858386 848654336 66357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14611] ppid=14598 vsize=828764 CPUtime=0
/proc/14600/task/14611/stat : 14611 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 698858386 848654336 66357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14612] ppid=14598 vsize=828764 CPUtime=0
/proc/14600/task/14612/stat : 14612 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 698858386 848654336 66357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 828764

[startup+12.702 s]
/proc/loadavg: 2.34 2.06 2.02 4/92 14612
/proc/meminfo: memFree=861544/2055920 swapFree=4156332/4192956
[pid=14600] ppid=14598 vsize=833884 CPUtime=14.78
/proc/14600/stat : 14600 (java) S 14598 14600 11742 0 -1 0 142625 0 1 0 1416 62 0 0 18 0 12 0 698858378 853897216 131286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14600/statm: 208471 131286 1360 9 0 205833 0
[pid=14600/tid=14602] ppid=14598 vsize=833884 CPUtime=6.46
/proc/14600/task/14602/stat : 14602 (java) R 14598 14600 11742 0 -1 64 35519 0 1 0 629 17 0 0 17 0 12 0 698858379 853897216 131286 996147200 134512640 134550740 4294956032 18446744073709551615 4109692319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14603] ppid=14598 vsize=833884 CPUtime=3.62
/proc/14600/task/14603/stat : 14603 (java) R 14598 14600 11742 0 -1 64 58544 0 0 0 338 24 0 0 19 0 12 0 698858380 853897216 131286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14604] ppid=14598 vsize=833884 CPUtime=3.56
/proc/14600/task/14604/stat : 14604 (java) S 14598 14600 11742 0 -1 64 43394 0 0 0 338 18 0 0 18 0 12 0 698858380 853897216 131286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14605] ppid=14598 vsize=833884 CPUtime=0
/proc/14600/task/14605/stat : 14605 (java) S 14598 14600 11742 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 698858381 853897216 131286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14606] ppid=14598 vsize=833884 CPUtime=0
/proc/14600/task/14606/stat : 14606 (java) S 14598 14600 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 698858382 853897216 131286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14607] ppid=14598 vsize=833884 CPUtime=0
/proc/14600/task/14607/stat : 14607 (java) S 14598 14600 11742 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 698858382 853897216 131286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14608] ppid=14598 vsize=833884 CPUtime=0
/proc/14600/task/14608/stat : 14608 (java) S 14598 14600 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 698858386 853897216 131286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14609] ppid=14598 vsize=833884 CPUtime=0.41
/proc/14600/task/14609/stat : 14609 (java) S 14598 14600 11742 0 -1 64 587 0 0 0 41 0 0 0 16 0 12 0 698858386 853897216 131286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14610] ppid=14598 vsize=833884 CPUtime=0.67
/proc/14600/task/14610/stat : 14610 (java) S 14598 14600 11742 0 -1 64 3791 0 0 0 67 0 0 0 16 0 12 0 698858386 853897216 131286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14611] ppid=14598 vsize=833884 CPUtime=0
/proc/14600/task/14611/stat : 14611 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 698858386 853897216 131286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14612] ppid=14598 vsize=833884 CPUtime=0
/proc/14600/task/14612/stat : 14612 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 698858386 853897216 131286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.78
Current children cumulated vsize (KiB) 833884

[startup+25.5021 s]
/proc/loadavg: 2.36 2.08 2.02 3/92 14612
/proc/meminfo: memFree=655656/2055920 swapFree=4156332/4192956
[pid=14600] ppid=14598 vsize=865888 CPUtime=28
/proc/14600/stat : 14600 (java) S 14598 14600 11742 0 -1 0 233776 0 1 0 2697 103 0 0 18 0 12 0 698858378 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14600/statm: 216472 182466 1365 9 0 213834 0
[pid=14600/tid=14602] ppid=14598 vsize=865888 CPUtime=9.93
/proc/14600/task/14602/stat : 14602 (java) S 14598 14600 11742 0 -1 64 35529 0 1 0 976 17 0 0 20 0 12 0 698858379 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14603] ppid=14598 vsize=865888 CPUtime=4.18
/proc/14600/task/14603/stat : 14603 (java) S 14598 14600 11742 0 -1 64 62389 0 0 0 393 25 0 0 16 0 12 0 698858380 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14604] ppid=14598 vsize=865888 CPUtime=7.13
/proc/14600/task/14604/stat : 14604 (java) S 14598 14600 11742 0 -1 64 80987 0 0 0 678 35 0 0 17 0 12 0 698858380 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14605] ppid=14598 vsize=865888 CPUtime=5.61
/proc/14600/task/14605/stat : 14605 (java) R 14598 14600 11742 0 -1 64 49732 0 0 0 539 22 0 0 25 0 12 0 698858381 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 103550464 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14606] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14606/stat : 14606 (java) S 14598 14600 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 698858382 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14607] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14607/stat : 14607 (java) S 14598 14600 11742 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 698858382 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14608] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14608/stat : 14608 (java) S 14598 14600 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14609] ppid=14598 vsize=865888 CPUtime=0.41
/proc/14600/task/14609/stat : 14609 (java) S 14598 14600 11742 0 -1 64 587 0 0 0 41 0 0 0 16 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14610] ppid=14598 vsize=865888 CPUtime=0.67
/proc/14600/task/14610/stat : 14610 (java) S 14598 14600 11742 0 -1 64 3791 0 0 0 67 0 0 0 16 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14611] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14611/stat : 14611 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14612] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14612/stat : 14612 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28
Current children cumulated vsize (KiB) 865888

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

[startup+27.1024 s]
/proc/loadavg: 2.33 2.08 2.02 3/92 14612
/proc/meminfo: memFree=631592/2055920 swapFree=4156332/4192956
[pid=14600] ppid=14598 vsize=865888 CPUtime=29.59
/proc/14600/stat : 14600 (java) S 14598 14600 11742 0 -1 0 233776 0 1 0 2856 103 0 0 18 0 12 0 698858378 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14600/statm: 216472 182466 1365 9 0 213834 0
[pid=14600/tid=14602] ppid=14598 vsize=865888 CPUtime=9.93
/proc/14600/task/14602/stat : 14602 (java) S 14598 14600 11742 0 -1 64 35529 0 1 0 976 17 0 0 20 0 12 0 698858379 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14603] ppid=14598 vsize=865888 CPUtime=4.18
/proc/14600/task/14603/stat : 14603 (java) S 14598 14600 11742 0 -1 64 62389 0 0 0 393 25 0 0 16 0 12 0 698858380 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14604] ppid=14598 vsize=865888 CPUtime=7.13
/proc/14600/task/14604/stat : 14604 (java) S 14598 14600 11742 0 -1 64 80987 0 0 0 678 35 0 0 17 0 12 0 698858380 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14605] ppid=14598 vsize=865888 CPUtime=7.2
/proc/14600/task/14605/stat : 14605 (java) R 14598 14600 11742 0 -1 64 49732 0 0 0 698 22 0 0 25 0 12 0 698858381 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14606] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14606/stat : 14606 (java) S 14598 14600 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 698858382 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14607] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14607/stat : 14607 (java) S 14598 14600 11742 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 698858382 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14608] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14608/stat : 14608 (java) S 14598 14600 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14609] ppid=14598 vsize=865888 CPUtime=0.41
/proc/14600/task/14609/stat : 14609 (java) S 14598 14600 11742 0 -1 64 587 0 0 0 41 0 0 0 16 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14610] ppid=14598 vsize=865888 CPUtime=0.67
/proc/14600/task/14610/stat : 14610 (java) S 14598 14600 11742 0 -1 64 3791 0 0 0 67 0 0 0 16 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14611] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14611/stat : 14611 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14612] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14612/stat : 14612 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.59
Current children cumulated vsize (KiB) 865888

[startup+27.9015 s]
/proc/loadavg: 2.33 2.08 2.02 3/92 14612
/proc/meminfo: memFree=631592/2055920 swapFree=4156332/4192956
[pid=14600] ppid=14598 vsize=865888 CPUtime=30.39
/proc/14600/stat : 14600 (java) S 14598 14600 11742 0 -1 0 233776 0 1 0 2936 103 0 0 18 0 12 0 698858378 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14600/statm: 216472 182466 1365 9 0 213834 0
[pid=14600/tid=14602] ppid=14598 vsize=865888 CPUtime=9.93
/proc/14600/task/14602/stat : 14602 (java) S 14598 14600 11742 0 -1 64 35529 0 1 0 976 17 0 0 20 0 12 0 698858379 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14603] ppid=14598 vsize=865888 CPUtime=4.18
/proc/14600/task/14603/stat : 14603 (java) S 14598 14600 11742 0 -1 64 62389 0 0 0 393 25 0 0 16 0 12 0 698858380 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14604] ppid=14598 vsize=865888 CPUtime=7.13
/proc/14600/task/14604/stat : 14604 (java) S 14598 14600 11742 0 -1 64 80987 0 0 0 678 35 0 0 17 0 12 0 698858380 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14605] ppid=14598 vsize=865888 CPUtime=8
/proc/14600/task/14605/stat : 14605 (java) R 14598 14600 11742 0 -1 64 49732 0 0 0 778 22 0 0 25 0 12 0 698858381 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 106123637 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14606] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14606/stat : 14606 (java) S 14598 14600 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 698858382 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14607] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14607/stat : 14607 (java) S 14598 14600 11742 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 698858382 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14608] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14608/stat : 14608 (java) S 14598 14600 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14609] ppid=14598 vsize=865888 CPUtime=0.41
/proc/14600/task/14609/stat : 14609 (java) S 14598 14600 11742 0 -1 64 587 0 0 0 41 0 0 0 16 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14610] ppid=14598 vsize=865888 CPUtime=0.67
/proc/14600/task/14610/stat : 14610 (java) S 14598 14600 11742 0 -1 64 3791 0 0 0 67 0 0 0 16 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14611] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14611/stat : 14611 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14612] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14612/stat : 14612 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.39
Current children cumulated vsize (KiB) 865888

[startup+28.1016 s]
/proc/loadavg: 2.33 2.08 2.02 3/92 14612
/proc/meminfo: memFree=631592/2055920 swapFree=4156332/4192956
[pid=14600] ppid=14598 vsize=865888 CPUtime=30.59
/proc/14600/stat : 14600 (java) S 14598 14600 11742 0 -1 0 233776 0 1 0 2956 103 0 0 18 0 12 0 698858378 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14600/statm: 216472 182466 1365 9 0 213834 0
[pid=14600/tid=14602] ppid=14598 vsize=865888 CPUtime=9.93
/proc/14600/task/14602/stat : 14602 (java) S 14598 14600 11742 0 -1 64 35529 0 1 0 976 17 0 0 20 0 12 0 698858379 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14603] ppid=14598 vsize=865888 CPUtime=4.18
/proc/14600/task/14603/stat : 14603 (java) S 14598 14600 11742 0 -1 64 62389 0 0 0 393 25 0 0 16 0 12 0 698858380 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14604] ppid=14598 vsize=865888 CPUtime=7.13
/proc/14600/task/14604/stat : 14604 (java) S 14598 14600 11742 0 -1 64 80987 0 0 0 678 35 0 0 17 0 12 0 698858380 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14605] ppid=14598 vsize=865888 CPUtime=8.2
/proc/14600/task/14605/stat : 14605 (java) R 14598 14600 11742 0 -1 64 49732 0 0 0 798 22 0 0 25 0 12 0 698858381 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14606] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14606/stat : 14606 (java) S 14598 14600 11742 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 698858382 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14607] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14607/stat : 14607 (java) S 14598 14600 11742 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 698858382 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14600/tid=14608] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14608/stat : 14608 (java) S 14598 14600 11742 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14609] ppid=14598 vsize=865888 CPUtime=0.41
/proc/14600/task/14609/stat : 14609 (java) S 14598 14600 11742 0 -1 64 587 0 0 0 41 0 0 0 16 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14610] ppid=14598 vsize=865888 CPUtime=0.67
/proc/14600/task/14610/stat : 14610 (java) S 14598 14600 11742 0 -1 64 3791 0 0 0 67 0 0 0 16 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14611] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14611/stat : 14611 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14600/tid=14612] ppid=14598 vsize=865888 CPUtime=0
/proc/14600/task/14612/stat : 14612 (java) S 14598 14600 11742 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 698858386 886669312 182466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.59
Current children cumulated vsize (KiB) 865888

[startup+28.2016 s]
/proc/loadavg: 2.33 2.08 2.02 3/92 14612
/proc/meminfo: memFree=631592/2055920 swapFree=4156332/4192956
[pid=14600] ppid=14598 vsize=0 CPUtime=30.67
/proc/14600/stat : 14600 (java) Z 14598 14600 11742 0 -1 12 233791 0 1 0 2958 109 0 0 16 0 2 0 698858378 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14600/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.67
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 28.2589
CPU time (s): 30.7373
CPU user time (s): 29.5855
CPU system time (s): 1.15182
CPU usage (%): 108.77
Max. virtual memory (cumulated for all children) (KiB): 865888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.5855
system time used= 1.15182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233791
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= 1216
involuntary context switches= 1659

runsolver used 0.044993 second user time and 0.095985 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-04 07:22:00
IDJOB=1066755
IDBENCH=55141
IDSOLVER=344
FILE ID=node58/1066755-1215148920
PBS_JOBID= 7877330
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a2dd31cba4a19665396f0c93a75686cb
RANDOM SEED=1793850285

node58.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.261
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.261
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:       1358440 kB
Buffers:         92440 kB
Cached:         416788 kB
SwapCached:      30964 kB
Active:         372780 kB
Inactive:       247976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1358440 kB
SwapTotal:     4192956 kB
SwapFree:      4156332 kB
Dirty:            1824 kB
Writeback:           0 kB
Mapped:         124608 kB
Slab:            61924 kB
Committed_AS:  1862836 kB
PageTables:       1924 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node58 at 2008-07-04 07:22:28