Trace number 1075842

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? 76.0394 74.5334

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg6-6_ext.xml
MD5SUM589d1d1b23bfa903f838d0653ed4224a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.140977
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints12
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1075842-1215182109/watcher-1075842-1215182109 -o /tmp/evaluation-result-1075842-1215182109/solver-1075842-1215182109 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1075842-1215182109.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.85 1.97 1.99 4/81 22378
/proc/meminfo: memFree=911744/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=152 CPUtime=0
/proc/22378/stat : 22378 (java) R 22376 22378 19170 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1306456841 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 7618859 0 0 4096 0 0 0 0 17 0 0 0
/proc/22378/statm: 38 26 19 9 0 4 0

[startup+0.060529 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 22378
/proc/meminfo: memFree=911744/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=802236 CPUtime=0.04
/proc/22378/stat : 22378 (java) S 22376 22378 19170 0 -1 0 2715 0 1 0 3 1 0 0 18 0 7 0 1306456841 821489664 2450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/22378/statm: 200559 2451 1003 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.101536 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 22378
/proc/meminfo: memFree=911744/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=804756 CPUtime=0.08
/proc/22378/stat : 22378 (java) S 22376 22378 19170 0 -1 0 3161 0 1 0 6 2 0 0 18 0 12 0 1306456841 824070144 2892 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22378/statm: 201189 2893 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.30158 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 22378
/proc/meminfo: memFree=911744/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=807848 CPUtime=0.3
/proc/22378/stat : 22378 (java) S 22376 22378 19170 0 -1 0 5010 0 1 0 26 4 0 0 18 0 12 0 1306456841 827236352 4337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22378/statm: 201962 4337 1309 9 0 199331 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 807848

[startup+0.701658 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 22378
/proc/meminfo: memFree=911744/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=807876 CPUtime=0.69
/proc/22378/stat : 22378 (java) S 22376 22378 19170 0 -1 0 6350 0 1 0 64 5 0 0 18 0 12 0 1306456841 827265024 5497 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22378/statm: 201969 5497 1335 9 0 199331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807876

[startup+1.50282 s]
/proc/loadavg: 1.85 1.97 1.99 4/93 22390
/proc/meminfo: memFree=888352/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=807876 CPUtime=1.5
/proc/22378/stat : 22378 (java) S 22376 22378 19170 0 -1 0 10621 0 1 0 143 7 0 0 18 0 12 0 1306456841 827265024 9501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22378/statm: 201969 9501 1349 9 0 199331 0
[pid=22378/tid=22380] ppid=22376 vsize=807876 CPUtime=0.73
/proc/22378/task/22380/stat : 22380 (java) R 22376 22378 19170 0 -1 64 7849 0 1 0 68 5 0 0 25 0 12 0 1306456842 827265024 9501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22381] ppid=22376 vsize=807876 CPUtime=0
/proc/22378/task/22381/stat : 22381 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1306456843 827265024 9501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22382] ppid=22376 vsize=807876 CPUtime=0
/proc/22378/task/22382/stat : 22382 (java) S 22376 22378 19170 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1306456843 827265024 9501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22383] ppid=22376 vsize=807876 CPUtime=0
/proc/22378/task/22383/stat : 22383 (java) S 22376 22378 19170 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1306456844 827265024 9501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22384] ppid=22376 vsize=807876 CPUtime=0
/proc/22378/task/22384/stat : 22384 (java) S 22376 22378 19170 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1306456845 827265024 9501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22385] ppid=22376 vsize=807876 CPUtime=0
/proc/22378/task/22385/stat : 22385 (java) S 22376 22378 19170 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1306456845 827265024 9501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22386] ppid=22376 vsize=807876 CPUtime=0
/proc/22378/task/22386/stat : 22386 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1306456849 827265024 9501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22387] ppid=22376 vsize=807876 CPUtime=0.39
/proc/22378/task/22387/stat : 22387 (java) S 22376 22378 19170 0 -1 64 669 0 0 0 39 0 0 0 16 0 12 0 1306456849 827265024 9501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22388] ppid=22376 vsize=807876 CPUtime=0.34
/proc/22378/task/22388/stat : 22388 (java) R 22376 22378 19170 0 -1 64 1340 0 0 0 34 0 0 0 16 0 12 0 1306456849 827265024 9501 996147200 134512640 134550740 4294956016 18446744073709551615 104112513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22389] ppid=22376 vsize=807876 CPUtime=0
/proc/22378/task/22389/stat : 22389 (java) S 22376 22378 19170 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1306456849 827265024 9501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22390] ppid=22376 vsize=807876 CPUtime=0
/proc/22378/task/22390/stat : 22390 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1306456849 827265024 9501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 807876

[startup+3.10213 s]
/proc/loadavg: 1.85 1.97 1.99 3/93 22390
/proc/meminfo: memFree=860320/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=814412 CPUtime=3.15
/proc/22378/stat : 22378 (java) S 22376 22378 19170 0 -1 0 39489 0 1 0 296 19 0 0 18 0 12 0 1306456841 833957888 36588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22378/statm: 203603 36591 1361 9 0 200965 0
[pid=22378/tid=22380] ppid=22376 vsize=814412 CPUtime=1.52
/proc/22378/task/22380/stat : 22380 (java) R 22376 22378 19170 0 -1 64 17005 0 1 0 143 9 0 0 25 0 12 0 1306456842 833957888 36593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22381] ppid=22376 vsize=814412 CPUtime=0.17
/proc/22378/task/22381/stat : 22381 (java) R 22376 22378 19170 0 -1 64 5945 0 0 0 15 2 0 0 17 0 12 0 1306456843 833957888 36595 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22382] ppid=22376 vsize=814412 CPUtime=0.27
/proc/22378/task/22382/stat : 22382 (java) R 22376 22378 19170 0 -1 64 12678 0 0 0 23 4 0 0 17 0 12 0 1306456843 833957888 36597 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22383] ppid=22376 vsize=814412 CPUtime=0
/proc/22378/task/22383/stat : 22383 (java) S 22376 22378 19170 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1306456844 833957888 36600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22384] ppid=22376 vsize=814412 CPUtime=0
/proc/22378/task/22384/stat : 22384 (java) S 22376 22378 19170 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1306456845 833957888 36602 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22385] ppid=22376 vsize=814412 CPUtime=0
/proc/22378/task/22385/stat : 22385 (java) S 22376 22378 19170 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1306456845 833957888 36604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22386] ppid=22376 vsize=814412 CPUtime=0
/proc/22378/task/22386/stat : 22386 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1306456849 833957888 36606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22387] ppid=22376 vsize=814412 CPUtime=0.64
/proc/22378/task/22387/stat : 22387 (java) S 22376 22378 19170 0 -1 64 1720 0 0 0 64 0 0 0 16 0 12 0 1306456849 833957888 36608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22388] ppid=22376 vsize=814412 CPUtime=0.48
/proc/22378/task/22388/stat : 22388 (java) S 22376 22378 19170 0 -1 64 1356 0 0 0 48 0 0 0 16 0 12 0 1306456849 833957888 36614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22389] ppid=22376 vsize=814412 CPUtime=0
/proc/22378/task/22389/stat : 22389 (java) S 22376 22378 19170 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1306456849 833957888 36620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22390] ppid=22376 vsize=814412 CPUtime=0
/proc/22378/task/22390/stat : 22390 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1306456849 833957888 36626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 814412

[startup+6.30276 s]
/proc/loadavg: 2.02 2.00 2.00 5/93 22390
/proc/meminfo: memFree=674720/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=824652 CPUtime=7.41
/proc/22378/stat : 22378 (java) S 22376 22378 19170 0 -1 0 81565 0 1 0 703 38 0 0 18 0 12 0 1306456841 844443648 72843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22378/statm: 206163 72843 1361 9 0 203525 0
[pid=22378/tid=22380] ppid=22376 vsize=824652 CPUtime=3.05
/proc/22378/task/22380/stat : 22380 (java) R 22376 22378 19170 0 -1 64 17009 0 1 0 296 9 0 0 19 0 12 0 1306456842 844443648 72843 996147200 134512640 134550740 4294956016 18446744073709551615 4109793131 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22381] ppid=22376 vsize=824652 CPUtime=1.54
/proc/22378/task/22381/stat : 22381 (java) S 22376 22378 19170 0 -1 64 22513 0 0 0 144 10 0 0 16 0 12 0 1306456843 844443648 72843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22382] ppid=22376 vsize=824652 CPUtime=1.65
/proc/22378/task/22382/stat : 22382 (java) S 22376 22378 19170 0 -1 64 38173 0 0 0 149 16 0 0 21 0 12 0 1306456843 844443648 72843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22383] ppid=22376 vsize=824652 CPUtime=0
/proc/22378/task/22383/stat : 22383 (java) S 22376 22378 19170 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1306456844 844443648 72843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22384] ppid=22376 vsize=824652 CPUtime=0
/proc/22378/task/22384/stat : 22384 (java) S 22376 22378 19170 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1306456845 844443648 72843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22385] ppid=22376 vsize=824652 CPUtime=0
/proc/22378/task/22385/stat : 22385 (java) S 22376 22378 19170 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1306456845 844443648 72843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22386] ppid=22376 vsize=824652 CPUtime=0
/proc/22378/task/22386/stat : 22386 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1306456849 844443648 72843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22387] ppid=22376 vsize=824652 CPUtime=0.64
/proc/22378/task/22387/stat : 22387 (java) S 22376 22378 19170 0 -1 64 1720 0 0 0 64 0 0 0 16 0 12 0 1306456849 844443648 72843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22388] ppid=22376 vsize=824652 CPUtime=0.48
/proc/22378/task/22388/stat : 22388 (java) S 22376 22378 19170 0 -1 64 1356 0 0 0 48 0 0 0 16 0 12 0 1306456849 844443648 72843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22389] ppid=22376 vsize=824652 CPUtime=0
/proc/22378/task/22389/stat : 22389 (java) S 22376 22378 19170 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1306456849 844443648 72843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22390] ppid=22376 vsize=824652 CPUtime=0
/proc/22378/task/22390/stat : 22390 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1306456849 844443648 72843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 824652

[startup+12.703 s]
/proc/loadavg: 2.10 2.02 2.01 4/93 22390
/proc/meminfo: memFree=389920/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=829772 CPUtime=14.29
/proc/22378/stat : 22378 (java) S 22376 22378 19170 0 -1 0 147257 0 1 0 1364 65 0 0 18 0 12 0 1306456841 849686528 136136 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22378/statm: 207443 136136 1361 9 0 204805 0
[pid=22378/tid=22380] ppid=22376 vsize=829772 CPUtime=5.46
/proc/22378/task/22380/stat : 22380 (java) R 22376 22378 19170 0 -1 64 29308 0 1 0 532 14 0 0 17 0 12 0 1306456842 849686528 136136 996147200 134512640 134550740 4294956016 18446744073709551615 4109748548 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22381] ppid=22376 vsize=829772 CPUtime=5.31
/proc/22378/task/22381/stat : 22381 (java) S 22376 22378 19170 0 -1 64 73107 0 0 0 501 30 0 0 18 0 12 0 1306456843 849686528 136136 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22382] ppid=22376 vsize=829772 CPUtime=2.34
/proc/22378/task/22382/stat : 22382 (java) R 22376 22378 19170 0 -1 64 40972 0 0 0 217 17 0 0 22 0 12 0 1306456843 849686528 136136 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22383] ppid=22376 vsize=829772 CPUtime=0
/proc/22378/task/22383/stat : 22383 (java) S 22376 22378 19170 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1306456844 849686528 136136 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22384] ppid=22376 vsize=829772 CPUtime=0
/proc/22378/task/22384/stat : 22384 (java) S 22376 22378 19170 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1306456845 849686528 136136 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22385] ppid=22376 vsize=829772 CPUtime=0
/proc/22378/task/22385/stat : 22385 (java) S 22376 22378 19170 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1306456845 849686528 136136 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22386] ppid=22376 vsize=829772 CPUtime=0
/proc/22378/task/22386/stat : 22386 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1306456849 849686528 136136 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22387] ppid=22376 vsize=829772 CPUtime=0.64
/proc/22378/task/22387/stat : 22387 (java) S 22376 22378 19170 0 -1 64 1720 0 0 0 64 0 0 0 16 0 12 0 1306456849 849686528 136136 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22388] ppid=22376 vsize=829772 CPUtime=0.48
/proc/22378/task/22388/stat : 22388 (java) S 22376 22378 19170 0 -1 64 1356 0 0 0 48 0 0 0 16 0 12 0 1306456849 849686528 136136 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22389] ppid=22376 vsize=829772 CPUtime=0
/proc/22378/task/22389/stat : 22389 (java) S 22376 22378 19170 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1306456849 849686528 136136 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22390] ppid=22376 vsize=829772 CPUtime=0
/proc/22378/task/22390/stat : 22390 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1306456849 849686528 136136 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 829772

[startup+25.5015 s]
/proc/loadavg: 2.14 2.03 2.01 3/93 22390
/proc/meminfo: memFree=176608/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=861776 CPUtime=27.07
/proc/22378/stat : 22378 (java) S 22376 22378 19170 0 -1 0 235685 0 1 0 2607 100 0 0 18 0 12 0 1306456841 882458624 184538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22378/statm: 215444 184538 1365 9 0 212806 0
[pid=22378/tid=22380] ppid=22376 vsize=861776 CPUtime=7.19
/proc/22378/task/22380/stat : 22380 (java) S 22376 22378 19170 0 -1 64 44273 0 1 0 698 21 0 0 18 0 12 0 1306456842 882458624 184538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22381] ppid=22376 vsize=861776 CPUtime=6.97
/proc/22378/task/22381/stat : 22381 (java) S 22376 22378 19170 0 -1 64 96279 0 0 0 657 40 0 0 16 0 12 0 1306456843 882458624 184538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22382] ppid=22376 vsize=861776 CPUtime=2.34
/proc/22378/task/22382/stat : 22382 (java) S 22376 22378 19170 0 -1 64 40972 0 0 0 217 17 0 0 22 0 12 0 1306456843 882458624 184538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22383] ppid=22376 vsize=861776 CPUtime=9.4
/proc/22378/task/22383/stat : 22383 (java) R 22376 22378 19170 0 -1 64 50321 0 0 0 921 19 0 0 25 0 12 0 1306456844 882458624 184538 996147200 134512640 134550740 4294956016 18446744073709551615 104136445 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22384] ppid=22376 vsize=861776 CPUtime=0
/proc/22378/task/22384/stat : 22384 (java) S 22376 22378 19170 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1306456845 882458624 184538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22385] ppid=22376 vsize=861776 CPUtime=0
/proc/22378/task/22385/stat : 22385 (java) S 22376 22378 19170 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1306456845 882458624 184538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22386] ppid=22376 vsize=861776 CPUtime=0
/proc/22378/task/22386/stat : 22386 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1306456849 882458624 184538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=22378/tid=22390] ppid=22376 vsize=861776 CPUtime=0
/proc/22378/task/22390/stat : 22390 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1306456849 882458624 184706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.66
Current children cumulated vsize (KiB) 861776

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

[startup+63.9021 s]
/proc/loadavg: 2.13 2.04 2.01 3/93 22390
/proc/meminfo: memFree=205792/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=831776 CPUtime=65.44
/proc/22378/stat : 22378 (java) S 22376 22378 19170 0 -1 0 397184 0 1 0 6375 169 0 0 18 0 12 0 1306456841 851738624 177206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22378/statm: 207944 177206 1365 9 0 205306 0
[pid=22378/tid=22380] ppid=22376 vsize=831776 CPUtime=7.48
/proc/22378/task/22380/stat : 22380 (java) S 22376 22378 19170 0 -1 64 44284 0 1 0 727 21 0 0 17 0 12 0 1306456842 851738624 177206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22381] ppid=22376 vsize=831776 CPUtime=6.97
/proc/22378/task/22381/stat : 22381 (java) S 22376 22378 19170 0 -1 64 96279 0 0 0 657 40 0 0 16 0 12 0 1306456843 851738624 177206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22382] ppid=22376 vsize=831776 CPUtime=2.34
/proc/22378/task/22382/stat : 22382 (java) S 22376 22378 19170 0 -1 64 40972 0 0 0 217 17 0 0 22 0 12 0 1306456843 851738624 177206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22383] ppid=22376 vsize=831776 CPUtime=47.47
/proc/22378/task/22383/stat : 22383 (java) R 22376 22378 19170 0 -1 64 211809 0 0 0 4659 88 0 0 25 0 12 0 1306456844 851738624 177206 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22384] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22384/stat : 22384 (java) S 22376 22378 19170 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1306456845 851738624 177206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22385] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22385/stat : 22385 (java) S 22376 22378 19170 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1306456845 851738624 177206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22386] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22386/stat : 22386 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1306456849 851738624 177206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22387] ppid=22376 vsize=831776 CPUtime=0.64
/proc/22378/task/22387/stat : 22387 (java) S 22376 22378 19170 0 -1 64 1720 0 0 0 64 0 0 0 16 0 12 0 1306456849 851738624 177206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22388] ppid=22376 vsize=831776 CPUtime=0.48
/proc/22378/task/22388/stat : 22388 (java) S 22376 22378 19170 0 -1 64 1356 0 0 0 48 0 0 0 16 0 12 0 1306456849 851738624 177206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22389] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22389/stat : 22389 (java) S 22376 22378 19170 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1306456849 851738624 177206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22390] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22390/stat : 22390 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1306456849 851738624 177206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.44
Current children cumulated vsize (KiB) 831776

[startup+70.3013 s]
/proc/loadavg: 2.11 2.04 2.01 3/93 22390
/proc/meminfo: memFree=205792/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=831776 CPUtime=71.84
/proc/22378/stat : 22378 (java) S 22376 22378 19170 0 -1 0 399444 0 1 0 7014 170 0 0 18 0 12 0 1306456841 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22378/statm: 207944 177207 1366 9 0 205306 0
[pid=22378/tid=22380] ppid=22376 vsize=831776 CPUtime=7.48
/proc/22378/task/22380/stat : 22380 (java) S 22376 22378 19170 0 -1 64 44288 0 1 0 727 21 0 0 16 0 12 0 1306456842 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22381] ppid=22376 vsize=831776 CPUtime=6.97
/proc/22378/task/22381/stat : 22381 (java) S 22376 22378 19170 0 -1 64 96279 0 0 0 657 40 0 0 16 0 12 0 1306456843 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22382] ppid=22376 vsize=831776 CPUtime=2.34
/proc/22378/task/22382/stat : 22382 (java) S 22376 22378 19170 0 -1 64 40972 0 0 0 217 17 0 0 22 0 12 0 1306456843 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22383] ppid=22376 vsize=831776 CPUtime=53.88
/proc/22378/task/22383/stat : 22383 (java) R 22376 22378 19170 0 -1 64 214065 0 0 0 5299 89 0 0 25 0 12 0 1306456844 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 106122414 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22384] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22384/stat : 22384 (java) S 22376 22378 19170 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1306456845 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22385] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22385/stat : 22385 (java) S 22376 22378 19170 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1306456845 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22386] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22386/stat : 22386 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22387] ppid=22376 vsize=831776 CPUtime=0.64
/proc/22378/task/22387/stat : 22387 (java) S 22376 22378 19170 0 -1 64 1720 0 0 0 64 0 0 0 16 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22388] ppid=22376 vsize=831776 CPUtime=0.48
/proc/22378/task/22388/stat : 22388 (java) S 22376 22378 19170 0 -1 64 1356 0 0 0 48 0 0 0 16 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22389] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22389/stat : 22389 (java) S 22376 22378 19170 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22390] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22390/stat : 22390 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.84
Current children cumulated vsize (KiB) 831776

[startup+71.9027 s]
/proc/loadavg: 2.11 2.04 2.01 3/93 22390
/proc/meminfo: memFree=205792/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=831776 CPUtime=73.44
/proc/22378/stat : 22378 (java) S 22376 22378 19170 0 -1 0 400196 0 1 0 7173 171 0 0 18 0 12 0 1306456841 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22378/statm: 207944 177207 1366 9 0 205306 0
[pid=22378/tid=22380] ppid=22376 vsize=831776 CPUtime=7.48
/proc/22378/task/22380/stat : 22380 (java) S 22376 22378 19170 0 -1 64 44288 0 1 0 727 21 0 0 16 0 12 0 1306456842 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22381] ppid=22376 vsize=831776 CPUtime=6.97
/proc/22378/task/22381/stat : 22381 (java) S 22376 22378 19170 0 -1 64 96279 0 0 0 657 40 0 0 16 0 12 0 1306456843 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22382] ppid=22376 vsize=831776 CPUtime=2.34
/proc/22378/task/22382/stat : 22382 (java) S 22376 22378 19170 0 -1 64 40972 0 0 0 217 17 0 0 22 0 12 0 1306456843 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22383] ppid=22376 vsize=831776 CPUtime=55.47
/proc/22378/task/22383/stat : 22383 (java) R 22376 22378 19170 0 -1 64 214817 0 0 0 5458 89 0 0 25 0 12 0 1306456844 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 104126484 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22384] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22384/stat : 22384 (java) S 22376 22378 19170 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1306456845 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22385] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22385/stat : 22385 (java) S 22376 22378 19170 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1306456845 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22386] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22386/stat : 22386 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22387] ppid=22376 vsize=831776 CPUtime=0.64
/proc/22378/task/22387/stat : 22387 (java) S 22376 22378 19170 0 -1 64 1720 0 0 0 64 0 0 0 16 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22388] ppid=22376 vsize=831776 CPUtime=0.48
/proc/22378/task/22388/stat : 22388 (java) S 22376 22378 19170 0 -1 64 1356 0 0 0 48 0 0 0 16 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22389] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22389/stat : 22389 (java) S 22376 22378 19170 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22390] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22390/stat : 22390 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.44
Current children cumulated vsize (KiB) 831776

[startup+73.503 s]
/proc/loadavg: 2.11 2.04 2.01 3/93 22390
/proc/meminfo: memFree=205792/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=831776 CPUtime=75.04
/proc/22378/stat : 22378 (java) S 22376 22378 19170 0 -1 0 400196 0 1 0 7333 171 0 0 18 0 12 0 1306456841 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22378/statm: 207944 177207 1366 9 0 205306 0
[pid=22378/tid=22380] ppid=22376 vsize=831776 CPUtime=7.48
/proc/22378/task/22380/stat : 22380 (java) S 22376 22378 19170 0 -1 64 44288 0 1 0 727 21 0 0 16 0 12 0 1306456842 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22381] ppid=22376 vsize=831776 CPUtime=6.97
/proc/22378/task/22381/stat : 22381 (java) S 22376 22378 19170 0 -1 64 96279 0 0 0 657 40 0 0 16 0 12 0 1306456843 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22382] ppid=22376 vsize=831776 CPUtime=2.34
/proc/22378/task/22382/stat : 22382 (java) S 22376 22378 19170 0 -1 64 40972 0 0 0 217 17 0 0 22 0 12 0 1306456843 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22383] ppid=22376 vsize=831776 CPUtime=57.06
/proc/22378/task/22383/stat : 22383 (java) R 22376 22378 19170 0 -1 64 214817 0 0 0 5617 89 0 0 25 0 12 0 1306456844 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 106736501 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22384] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22384/stat : 22384 (java) S 22376 22378 19170 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1306456845 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22385] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22385/stat : 22385 (java) S 22376 22378 19170 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1306456845 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22386] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22386/stat : 22386 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22387] ppid=22376 vsize=831776 CPUtime=0.64
/proc/22378/task/22387/stat : 22387 (java) S 22376 22378 19170 0 -1 64 1720 0 0 0 64 0 0 0 16 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22388] ppid=22376 vsize=831776 CPUtime=0.48
/proc/22378/task/22388/stat : 22388 (java) S 22376 22378 19170 0 -1 64 1356 0 0 0 48 0 0 0 16 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22389] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22389/stat : 22389 (java) S 22376 22378 19170 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22390] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22390/stat : 22390 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.04
Current children cumulated vsize (KiB) 831776

[startup+74.3021 s]
/proc/loadavg: 2.11 2.04 2.01 3/93 22390
/proc/meminfo: memFree=205792/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=831776 CPUtime=75.84
/proc/22378/stat : 22378 (java) S 22376 22378 19170 0 -1 0 400196 0 1 0 7413 171 0 0 18 0 12 0 1306456841 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22378/statm: 207944 177207 1366 9 0 205306 0
[pid=22378/tid=22380] ppid=22376 vsize=831776 CPUtime=7.48
/proc/22378/task/22380/stat : 22380 (java) S 22376 22378 19170 0 -1 64 44288 0 1 0 727 21 0 0 16 0 12 0 1306456842 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22381] ppid=22376 vsize=831776 CPUtime=6.97
/proc/22378/task/22381/stat : 22381 (java) S 22376 22378 19170 0 -1 64 96279 0 0 0 657 40 0 0 16 0 12 0 1306456843 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22382] ppid=22376 vsize=831776 CPUtime=2.34
/proc/22378/task/22382/stat : 22382 (java) S 22376 22378 19170 0 -1 64 40972 0 0 0 217 17 0 0 22 0 12 0 1306456843 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22383] ppid=22376 vsize=831776 CPUtime=57.86
/proc/22378/task/22383/stat : 22383 (java) R 22376 22378 19170 0 -1 64 214817 0 0 0 5697 89 0 0 25 0 12 0 1306456844 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22384] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22384/stat : 22384 (java) S 22376 22378 19170 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1306456845 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22385] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22385/stat : 22385 (java) S 22376 22378 19170 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1306456845 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22386] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22386/stat : 22386 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22387] ppid=22376 vsize=831776 CPUtime=0.64
/proc/22378/task/22387/stat : 22387 (java) S 22376 22378 19170 0 -1 64 1720 0 0 0 64 0 0 0 16 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22388] ppid=22376 vsize=831776 CPUtime=0.48
/proc/22378/task/22388/stat : 22388 (java) S 22376 22378 19170 0 -1 64 1356 0 0 0 48 0 0 0 16 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22389] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22389/stat : 22389 (java) S 22376 22378 19170 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22378/tid=22390] ppid=22376 vsize=831776 CPUtime=0
/proc/22378/task/22390/stat : 22390 (java) S 22376 22378 19170 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1306456849 851738624 177207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.84
Current children cumulated vsize (KiB) 831776

[startup+74.5026 s]
/proc/loadavg: 2.11 2.04 2.01 3/93 22390
/proc/meminfo: memFree=205792/2055920 swapFree=4122068/4192956
[pid=22378] ppid=22376 vsize=0 CPUtime=75.99
/proc/22378/stat : 22378 (java) Z 22376 22378 19170 0 -1 12 400209 0 1 0 7421 178 0 0 16 0 2 0 1306456841 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22378/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 75.99
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 74.5334
CPU time (s): 76.0394
CPU user time (s): 74.2197
CPU system time (s): 1.81972
CPU usage (%): 102.021
Max. virtual memory (cumulated for all children) (KiB): 877780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.2197
system time used= 1.81972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400209
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= 2286
involuntary context switches= 1397

runsolver used 0.104984 second user time and 0.26296 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-04 16:35:09
IDJOB=1075842
IDBENCH=56547
IDSOLVER=344
FILE ID=node20/1075842-1215182109
PBS_JOBID= 7881478
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 589d1d1b23bfa903f838d0653ed4224a
RANDOM SEED=456179909

node20.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.263
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.263
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:        912224 kB
Buffers:         71084 kB
Cached:         181348 kB
SwapCached:      64788 kB
Active:         948924 kB
Inactive:       117752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        912224 kB
SwapTotal:     4192956 kB
SwapFree:      4122068 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:         830348 kB
Slab:            60424 kB
Committed_AS:  3401048 kB
PageTables:       3564 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= 66556 MiB
End job on node20 at 2008-07-04 16:36:24