Trace number 1075888

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 33.5979 32.8959

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg8-12_ext.xml
MD5SUMa5656f4953dca2b0bb60baf5002b0ce7
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints20
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1075888-1215182296/watcher-1075888-1215182296 -o /tmp/evaluation-result-1075888-1215182296/solver-1075888-1215182296 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1075888-1215182296.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.92 1.98 1.99 4/81 13671
/proc/meminfo: memFree=1413392/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=1804 CPUtime=0
/proc/13671/stat : 13671 (java6) D 13669 13671 10877 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1997203884 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/13671/statm: 451 155 111 9 0 93 0

[startup+0.076431 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 13671
/proc/meminfo: memFree=1413392/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=802236 CPUtime=0.06
/proc/13671/stat : 13671 (java) S 13669 13671 10877 0 -1 0 2795 0 1 0 4 2 0 0 18 0 7 0 1997203884 821489664 2530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 200559 2530 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102081 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 13671
/proc/meminfo: memFree=1413392/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=804612 CPUtime=0.09
/proc/13671/stat : 13671 (java) S 13669 13671 10877 0 -1 0 3000 0 1 0 7 2 0 0 18 0 12 0 1997203884 823922688 2733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 201153 2733 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301119 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 13671
/proc/meminfo: memFree=1413392/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=808244 CPUtime=0.28
/proc/13671/stat : 13671 (java) S 13669 13671 10877 0 -1 0 4887 0 1 0 24 4 0 0 18 0 12 0 1997203884 827641856 4214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 202061 4214 1298 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701194 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 13671
/proc/meminfo: memFree=1413392/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=808272 CPUtime=0.67
/proc/13671/stat : 13671 (java) S 13669 13671 10877 0 -1 0 6321 0 1 0 62 5 0 0 18 0 12 0 1997203884 827670528 5449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 202068 5449 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808272

[startup+1.50234 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 13683
/proc/meminfo: memFree=1376432/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=808572 CPUtime=1.45
/proc/13671/stat : 13671 (java) S 13669 13671 10877 0 -1 0 12842 0 1 0 137 8 0 0 18 0 12 0 1997203884 827977728 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 202143 11848 1339 9 0 199505 0
[pid=13671/tid=13673] ppid=13669 vsize=808572 CPUtime=0.92
/proc/13671/task/13673/stat : 13673 (java) R 13669 13671 10877 0 -1 64 10095 0 1 0 86 6 0 0 22 0 12 0 1997203886 827977728 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13674] ppid=13669 vsize=808572 CPUtime=0
/proc/13671/task/13674/stat : 13674 (java) S 13669 13671 10877 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1997203887 827977728 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13675] ppid=13669 vsize=808572 CPUtime=0
/proc/13671/task/13675/stat : 13675 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1997203887 827977728 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13676] ppid=13669 vsize=808572 CPUtime=0
/proc/13671/task/13676/stat : 13676 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1997203888 827977728 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13677] ppid=13669 vsize=808572 CPUtime=0
/proc/13671/task/13677/stat : 13677 (java) S 13669 13671 10877 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1997203889 827977728 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13678] ppid=13669 vsize=808572 CPUtime=0
/proc/13671/task/13678/stat : 13678 (java) S 13669 13671 10877 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1997203889 827977728 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13679] ppid=13669 vsize=808572 CPUtime=0
/proc/13671/task/13679/stat : 13679 (java) S 13669 13671 10877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997203893 827977728 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13680] ppid=13669 vsize=808572 CPUtime=0.17
/proc/13671/task/13680/stat : 13680 (java) S 13669 13671 10877 0 -1 64 401 0 0 0 17 0 0 0 16 0 12 0 1997203893 827977728 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13681] ppid=13669 vsize=808572 CPUtime=0.33
/proc/13671/task/13681/stat : 13681 (java) R 13669 13671 10877 0 -1 64 1580 0 0 0 33 0 0 0 16 0 12 0 1997203893 827977728 11848 996147200 134512640 134550740 4294956016 18446744073709551615 104112578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13682] ppid=13669 vsize=808572 CPUtime=0
/proc/13671/task/13682/stat : 13682 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997203893 827977728 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13683] ppid=13669 vsize=808572 CPUtime=0
/proc/13671/task/13683/stat : 13683 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997203893 827977728 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 808572

[startup+3.10266 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 13683
/proc/meminfo: memFree=1358960/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=809464 CPUtime=3.04
/proc/13671/stat : 13671 (java) S 13669 13671 10877 0 -1 0 28455 0 1 0 288 16 0 0 18 0 12 0 1997203884 828891136 26561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 202366 26561 1357 9 0 199728 0
[pid=13671/tid=13673] ppid=13669 vsize=809464 CPUtime=1.83
/proc/13671/task/13673/stat : 13673 (java) R 13669 13671 10877 0 -1 64 16970 0 1 0 173 10 0 0 25 0 12 0 1997203886 828891136 26561 996147200 134512640 134550740 4294956016 18446744073709551615 4109656799 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13674] ppid=13669 vsize=809464 CPUtime=0.04
/proc/13671/task/13674/stat : 13674 (java) S 13669 13671 10877 0 -1 64 3376 0 0 0 3 1 0 0 16 0 12 0 1997203887 828891136 26561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13675] ppid=13669 vsize=809464 CPUtime=0.05
/proc/13671/task/13675/stat : 13675 (java) S 13669 13671 10877 0 -1 64 4143 0 0 0 3 2 0 0 16 0 12 0 1997203887 828891136 26561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13676] ppid=13669 vsize=809464 CPUtime=0
/proc/13671/task/13676/stat : 13676 (java) S 13669 13671 10877 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1997203888 828891136 26561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13677] ppid=13669 vsize=809464 CPUtime=0
/proc/13671/task/13677/stat : 13677 (java) S 13669 13671 10877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997203889 828891136 26561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13678] ppid=13669 vsize=809464 CPUtime=0
/proc/13671/task/13678/stat : 13678 (java) S 13669 13671 10877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1997203889 828891136 26561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13679] ppid=13669 vsize=809464 CPUtime=0
/proc/13671/task/13679/stat : 13679 (java) S 13669 13671 10877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997203893 828891136 26561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13680] ppid=13669 vsize=809464 CPUtime=0.4
/proc/13671/task/13680/stat : 13680 (java) S 13669 13671 10877 0 -1 64 429 0 0 0 40 0 0 0 16 0 12 0 1997203893 828891136 26561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13681] ppid=13669 vsize=809464 CPUtime=0.67
/proc/13671/task/13681/stat : 13681 (java) S 13669 13671 10877 0 -1 64 2744 0 0 0 66 1 0 0 16 0 12 0 1997203893 828891136 26561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13682] ppid=13669 vsize=809464 CPUtime=0
/proc/13671/task/13682/stat : 13682 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997203893 828891136 26561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13683] ppid=13669 vsize=809464 CPUtime=0
/proc/13671/task/13683/stat : 13683 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997203893 828891136 26561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 809464

[startup+6.30226 s]
/proc/loadavg: 1.93 1.98 1.99 5/93 13683
/proc/meminfo: memFree=1236464/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=819484 CPUtime=6.8
/proc/13671/stat : 13671 (java) S 13669 13671 10877 0 -1 0 61139 0 1 0 649 31 0 0 18 0 12 0 1997203884 839151616 51946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 204871 51946 1361 9 0 202233 0
[pid=13671/tid=13673] ppid=13669 vsize=819484 CPUtime=3.7
/proc/13671/task/13673/stat : 13673 (java) R 13669 13671 10877 0 -1 64 16979 0 1 0 360 10 0 0 21 0 12 0 1997203886 839151616 51946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13674] ppid=13669 vsize=819484 CPUtime=0.82
/proc/13671/task/13674/stat : 13674 (java) R 13669 13671 10877 0 -1 64 21019 0 0 0 73 9 0 0 16 0 12 0 1997203887 839151616 51946 996147200 134512640 134550740 4294956016 18446744073709551615 105852863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13675] ppid=13669 vsize=819484 CPUtime=0.81
/proc/13671/task/13675/stat : 13675 (java) R 13669 13671 10877 0 -1 64 18112 0 0 0 73 8 0 0 16 0 12 0 1997203887 839151616 51946 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13676] ppid=13669 vsize=819484 CPUtime=0
/proc/13671/task/13676/stat : 13676 (java) R 13669 13671 10877 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1997203888 839151616 51946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13677] ppid=13669 vsize=819484 CPUtime=0
/proc/13671/task/13677/stat : 13677 (java) S 13669 13671 10877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997203889 839151616 51946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13678] ppid=13669 vsize=819484 CPUtime=0
/proc/13671/task/13678/stat : 13678 (java) S 13669 13671 10877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1997203889 839151616 51946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13679] ppid=13669 vsize=819484 CPUtime=0
/proc/13671/task/13679/stat : 13679 (java) S 13669 13671 10877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997203893 839151616 51946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13680] ppid=13669 vsize=819484 CPUtime=0.51
/proc/13671/task/13680/stat : 13680 (java) S 13669 13671 10877 0 -1 64 442 0 0 0 51 0 0 0 16 0 12 0 1997203893 839151616 51946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13681] ppid=13669 vsize=819484 CPUtime=0.9
/proc/13671/task/13681/stat : 13681 (java) S 13669 13671 10877 0 -1 64 3794 0 0 0 89 1 0 0 16 0 12 0 1997203893 839151616 51946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13682] ppid=13669 vsize=819484 CPUtime=0
/proc/13671/task/13682/stat : 13682 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997203893 839151616 51946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13683] ppid=13669 vsize=819484 CPUtime=0
/proc/13671/task/13683/stat : 13683 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997203893 839151616 51946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 819484

[startup+12.7025 s]
/proc/loadavg: 2.01 2.00 2.00 4/93 13683
/proc/meminfo: memFree=908144/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=829724 CPUtime=13.48
/proc/13671/stat : 13671 (java) S 13669 13671 10877 0 -1 0 142773 0 1 0 1279 69 0 0 18 0 12 0 1997203884 849637376 130159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 207431 130159 1361 9 0 204793 0
[pid=13671/tid=13673] ppid=13669 vsize=829724 CPUtime=6.36
/proc/13671/task/13673/stat : 13673 (java) R 13669 13671 10877 0 -1 64 35421 0 1 0 618 18 0 0 16 0 12 0 1997203886 849637376 130159 996147200 134512640 134550740 4294956016 18446744073709551615 4109769541 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13674] ppid=13669 vsize=829724 CPUtime=1.56
/proc/13671/task/13674/stat : 13674 (java) R 13669 13671 10877 0 -1 64 27944 0 0 0 144 12 0 0 20 0 12 0 1997203887 849637376 130159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13675] ppid=13669 vsize=829724 CPUtime=4.08
/proc/13671/task/13675/stat : 13675 (java) S 13669 13671 10877 0 -1 64 74379 0 0 0 374 34 0 0 18 0 12 0 1997203887 849637376 130159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13676] ppid=13669 vsize=829724 CPUtime=0
/proc/13671/task/13676/stat : 13676 (java) S 13669 13671 10877 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1997203888 849637376 130159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13677] ppid=13669 vsize=829724 CPUtime=0
/proc/13671/task/13677/stat : 13677 (java) S 13669 13671 10877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997203889 849637376 130159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13678] ppid=13669 vsize=829724 CPUtime=0
/proc/13671/task/13678/stat : 13678 (java) S 13669 13671 10877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1997203889 849637376 130159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13679] ppid=13669 vsize=829724 CPUtime=0
/proc/13671/task/13679/stat : 13679 (java) S 13669 13671 10877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997203893 849637376 130159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13680] ppid=13669 vsize=829724 CPUtime=0.51
/proc/13671/task/13680/stat : 13680 (java) S 13669 13671 10877 0 -1 64 442 0 0 0 51 0 0 0 16 0 12 0 1997203893 849637376 130159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13681] ppid=13669 vsize=829724 CPUtime=0.9
/proc/13671/task/13681/stat : 13681 (java) S 13669 13671 10877 0 -1 64 3794 0 0 0 89 1 0 0 16 0 12 0 1997203893 849637376 130159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13682] ppid=13669 vsize=829724 CPUtime=0
/proc/13671/task/13682/stat : 13682 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997203893 849637376 130159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13683] ppid=13669 vsize=829724 CPUtime=0
/proc/13671/task/13683/stat : 13683 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997203893 849637376 130159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.48
Current children cumulated vsize (KiB) 829724

[startup+25.5029 s]
/proc/loadavg: 2.15 2.03 2.01 3/93 13683
/proc/meminfo: memFree=685168/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=861728 CPUtime=26.33
/proc/13671/stat : 13671 (java) S 13669 13671 10877 0 -1 0 230213 0 1 0 2525 108 0 0 18 0 12 0 1997203884 882409472 178324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 215432 178324 1365 9 0 212794 0
[pid=13671/tid=13673] ppid=13669 vsize=861728 CPUtime=9.01
/proc/13671/task/13673/stat : 13673 (java) S 13669 13671 10877 0 -1 64 35429 0 1 0 883 18 0 0 18 0 12 0 1997203886 882409472 178324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13674] ppid=13669 vsize=861728 CPUtime=2.29
/proc/13671/task/13674/stat : 13674 (java) S 13669 13671 10877 0 -1 64 33448 0 0 0 216 13 0 0 17 0 12 0 1997203887 882409472 178324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13675] ppid=13669 vsize=861728 CPUtime=7.18
/proc/13671/task/13675/stat : 13675 (java) S 13669 13671 10877 0 -1 64 109035 0 0 0 668 50 0 0 17 0 12 0 1997203887 882409472 178324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13676] ppid=13669 vsize=861728 CPUtime=6.36
/proc/13671/task/13676/stat : 13676 (java) R 13669 13671 10877 0 -1 64 47302 0 0 0 615 21 0 0 25 0 12 0 1997203888 882409472 178324 996147200 134512640 134550740 4294956016 18446744073709551615 106122229 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13677] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13677/stat : 13677 (java) S 13669 13671 10877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997203889 882409472 178324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13678] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13678/stat : 13678 (java) S 13669 13671 10877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1997203889 882409472 178324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13679] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13679/stat : 13679 (java) S 13669 13671 10877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997203893 882409472 178324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=13671/tid=13683] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13683/stat : 13683 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997203893 882409472 178324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.33
Current children cumulated vsize (KiB) 861728

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

[startup+28.7015 s]
/proc/loadavg: 2.14 2.03 2.01 3/93 13683
/proc/meminfo: memFree=669168/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=861728 CPUtime=29.49
/proc/13671/stat : 13671 (java) S 13669 13671 10877 0 -1 0 249332 0 1 0 2833 116 0 0 18 0 12 0 1997203884 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 215432 181686 1365 9 0 212794 0
[pid=13671/tid=13673] ppid=13669 vsize=861728 CPUtime=9.09
/proc/13671/task/13673/stat : 13673 (java) S 13669 13671 10877 0 -1 64 38792 0 1 0 889 20 0 0 17 0 12 0 1997203886 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13674] ppid=13669 vsize=861728 CPUtime=2.35
/proc/13671/task/13674/stat : 13674 (java) S 13669 13671 10877 0 -1 64 33448 0 0 0 222 13 0 0 17 0 12 0 1997203887 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13675] ppid=13669 vsize=861728 CPUtime=7.22
/proc/13671/task/13675/stat : 13675 (java) S 13669 13671 10877 0 -1 64 109035 0 0 0 672 50 0 0 17 0 12 0 1997203887 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13676] ppid=13669 vsize=861728 CPUtime=9.35
/proc/13671/task/13676/stat : 13676 (java) R 13669 13671 10877 0 -1 64 63058 0 0 0 907 28 0 0 25 0 12 0 1997203888 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 106122255 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13677] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13677/stat : 13677 (java) S 13669 13671 10877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997203889 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13678] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13678/stat : 13678 (java) S 13669 13671 10877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1997203889 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13679] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13679/stat : 13679 (java) S 13669 13671 10877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13680] ppid=13669 vsize=861728 CPUtime=0.51
/proc/13671/task/13680/stat : 13680 (java) S 13669 13671 10877 0 -1 64 442 0 0 0 51 0 0 0 16 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13681] ppid=13669 vsize=861728 CPUtime=0.9
/proc/13671/task/13681/stat : 13681 (java) S 13669 13671 10877 0 -1 64 3794 0 0 0 89 1 0 0 16 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13682] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13682/stat : 13682 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13683] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13683/stat : 13683 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.49
Current children cumulated vsize (KiB) 861728

[startup+30.3028 s]
/proc/loadavg: 2.14 2.03 2.01 3/93 13683
/proc/meminfo: memFree=668464/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=861728 CPUtime=31.08
/proc/13671/stat : 13671 (java) S 13669 13671 10877 0 -1 0 249332 0 1 0 2992 116 0 0 18 0 12 0 1997203884 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 215432 181686 1365 9 0 212794 0
[pid=13671/tid=13673] ppid=13669 vsize=861728 CPUtime=9.09
/proc/13671/task/13673/stat : 13673 (java) S 13669 13671 10877 0 -1 64 38792 0 1 0 889 20 0 0 17 0 12 0 1997203886 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13674] ppid=13669 vsize=861728 CPUtime=2.35
/proc/13671/task/13674/stat : 13674 (java) S 13669 13671 10877 0 -1 64 33448 0 0 0 222 13 0 0 17 0 12 0 1997203887 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13675] ppid=13669 vsize=861728 CPUtime=7.22
/proc/13671/task/13675/stat : 13675 (java) S 13669 13671 10877 0 -1 64 109035 0 0 0 672 50 0 0 17 0 12 0 1997203887 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13676] ppid=13669 vsize=861728 CPUtime=10.94
/proc/13671/task/13676/stat : 13676 (java) R 13669 13671 10877 0 -1 64 63058 0 0 0 1066 28 0 0 25 0 12 0 1997203888 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13677] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13677/stat : 13677 (java) S 13669 13671 10877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997203889 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13678] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13678/stat : 13678 (java) S 13669 13671 10877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1997203889 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13679] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13679/stat : 13679 (java) S 13669 13671 10877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13680] ppid=13669 vsize=861728 CPUtime=0.51
/proc/13671/task/13680/stat : 13680 (java) S 13669 13671 10877 0 -1 64 442 0 0 0 51 0 0 0 16 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13681] ppid=13669 vsize=861728 CPUtime=0.9
/proc/13671/task/13681/stat : 13681 (java) S 13669 13671 10877 0 -1 64 3794 0 0 0 89 1 0 0 16 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13682] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13682/stat : 13682 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13683] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13683/stat : 13683 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.08
Current children cumulated vsize (KiB) 861728

[startup+31.9071 s]
/proc/loadavg: 2.14 2.03 2.01 3/93 13683
/proc/meminfo: memFree=665136/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=861728 CPUtime=32.61
/proc/13671/stat : 13671 (java) S 13669 13671 10877 0 -1 0 265088 0 1 0 3139 122 0 0 18 0 12 0 1997203884 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 215432 181686 1365 9 0 212794 0
[pid=13671/tid=13673] ppid=13669 vsize=861728 CPUtime=9.09
/proc/13671/task/13673/stat : 13673 (java) S 13669 13671 10877 0 -1 64 38792 0 1 0 889 20 0 0 17 0 12 0 1997203886 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13674] ppid=13669 vsize=861728 CPUtime=2.35
/proc/13671/task/13674/stat : 13674 (java) S 13669 13671 10877 0 -1 64 33448 0 0 0 222 13 0 0 17 0 12 0 1997203887 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13675] ppid=13669 vsize=861728 CPUtime=7.23
/proc/13671/task/13675/stat : 13675 (java) S 13669 13671 10877 0 -1 64 109035 0 0 0 673 50 0 0 17 0 12 0 1997203887 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13676] ppid=13669 vsize=861728 CPUtime=12.47
/proc/13671/task/13676/stat : 13676 (java) R 13669 13671 10877 0 -1 64 78814 0 0 0 1212 35 0 0 25 0 12 0 1997203888 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 104136517 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13677] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13677/stat : 13677 (java) S 13669 13671 10877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997203889 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13678] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13678/stat : 13678 (java) S 13669 13671 10877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1997203889 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13679] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13679/stat : 13679 (java) S 13669 13671 10877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13680] ppid=13669 vsize=861728 CPUtime=0.51
/proc/13671/task/13680/stat : 13680 (java) S 13669 13671 10877 0 -1 64 442 0 0 0 51 0 0 0 16 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13681] ppid=13669 vsize=861728 CPUtime=0.9
/proc/13671/task/13681/stat : 13681 (java) S 13669 13671 10877 0 -1 64 3794 0 0 0 89 1 0 0 16 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13682] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13682/stat : 13682 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13683] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13683/stat : 13683 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.61
Current children cumulated vsize (KiB) 861728

[startup+32.3022 s]
/proc/loadavg: 2.14 2.03 2.01 3/93 13683
/proc/meminfo: memFree=665136/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=861728 CPUtime=33
/proc/13671/stat : 13671 (java) S 13669 13671 10877 0 -1 0 265088 0 1 0 3178 122 0 0 18 0 12 0 1997203884 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 215432 181686 1365 9 0 212794 0
[pid=13671/tid=13673] ppid=13669 vsize=861728 CPUtime=9.09
/proc/13671/task/13673/stat : 13673 (java) S 13669 13671 10877 0 -1 64 38792 0 1 0 889 20 0 0 17 0 12 0 1997203886 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13674] ppid=13669 vsize=861728 CPUtime=2.35
/proc/13671/task/13674/stat : 13674 (java) S 13669 13671 10877 0 -1 64 33448 0 0 0 222 13 0 0 17 0 12 0 1997203887 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13675] ppid=13669 vsize=861728 CPUtime=7.23
/proc/13671/task/13675/stat : 13675 (java) S 13669 13671 10877 0 -1 64 109035 0 0 0 673 50 0 0 17 0 12 0 1997203887 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13676] ppid=13669 vsize=861728 CPUtime=12.87
/proc/13671/task/13676/stat : 13676 (java) R 13669 13671 10877 0 -1 64 78814 0 0 0 1252 35 0 0 25 0 12 0 1997203888 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13677] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13677/stat : 13677 (java) S 13669 13671 10877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997203889 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13678] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13678/stat : 13678 (java) S 13669 13671 10877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1997203889 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13679] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13679/stat : 13679 (java) S 13669 13671 10877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13680] ppid=13669 vsize=861728 CPUtime=0.51
/proc/13671/task/13680/stat : 13680 (java) S 13669 13671 10877 0 -1 64 442 0 0 0 51 0 0 0 16 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13681] ppid=13669 vsize=861728 CPUtime=0.9
/proc/13671/task/13681/stat : 13681 (java) S 13669 13671 10877 0 -1 64 3794 0 0 0 89 1 0 0 16 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13682] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13682/stat : 13682 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13683] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13683/stat : 13683 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33
Current children cumulated vsize (KiB) 861728

[startup+32.7022 s]
/proc/loadavg: 2.14 2.03 2.01 3/93 13683
/proc/meminfo: memFree=665136/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=861728 CPUtime=33.4
/proc/13671/stat : 13671 (java) S 13669 13671 10877 0 -1 0 265088 0 1 0 3218 122 0 0 18 0 12 0 1997203884 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 215432 181686 1365 9 0 212794 0
[pid=13671/tid=13673] ppid=13669 vsize=861728 CPUtime=9.09
/proc/13671/task/13673/stat : 13673 (java) S 13669 13671 10877 0 -1 64 38792 0 1 0 889 20 0 0 17 0 12 0 1997203886 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13674] ppid=13669 vsize=861728 CPUtime=2.35
/proc/13671/task/13674/stat : 13674 (java) S 13669 13671 10877 0 -1 64 33448 0 0 0 222 13 0 0 17 0 12 0 1997203887 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13675] ppid=13669 vsize=861728 CPUtime=7.23
/proc/13671/task/13675/stat : 13675 (java) S 13669 13671 10877 0 -1 64 109035 0 0 0 673 50 0 0 17 0 12 0 1997203887 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13676] ppid=13669 vsize=861728 CPUtime=13.27
/proc/13671/task/13676/stat : 13676 (java) R 13669 13671 10877 0 -1 64 78814 0 0 0 1292 35 0 0 25 0 12 0 1997203888 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 105852561 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13677] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13677/stat : 13677 (java) S 13669 13671 10877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997203889 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13678] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13678/stat : 13678 (java) S 13669 13671 10877 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1997203889 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13679] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13679/stat : 13679 (java) S 13669 13671 10877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13680] ppid=13669 vsize=861728 CPUtime=0.51
/proc/13671/task/13680/stat : 13680 (java) S 13669 13671 10877 0 -1 64 442 0 0 0 51 0 0 0 16 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13681] ppid=13669 vsize=861728 CPUtime=0.9
/proc/13671/task/13681/stat : 13681 (java) S 13669 13671 10877 0 -1 64 3794 0 0 0 89 1 0 0 16 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13682] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13682/stat : 13682 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13671/tid=13683] ppid=13669 vsize=861728 CPUtime=0
/proc/13671/task/13683/stat : 13683 (java) S 13669 13671 10877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997203893 882409472 181686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.4
Current children cumulated vsize (KiB) 861728

[startup+32.8028 s]
/proc/loadavg: 2.14 2.03 2.01 3/93 13683
/proc/meminfo: memFree=665136/2055920 swapFree=4180412/4192956
[pid=13671] ppid=13669 vsize=0 CPUtime=33.49
/proc/13671/stat : 13671 (java) Z 13669 13671 10877 0 -1 12 265104 0 1 0 3225 124 0 0 16 0 2 0 1997203884 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13671/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.49
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 32.8959
CPU time (s): 33.5979
CPU user time (s): 32.2561
CPU system time (s): 1.3418
CPU usage (%): 102.134
Max. virtual memory (cumulated for all children) (KiB): 877732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.2561
system time used= 1.3418
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265104
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= 1645
involuntary context switches= 2793

runsolver used 0.05999 second user time and 0.108983 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-04 16:38:16
IDJOB=1075888
IDBENCH=56549
IDSOLVER=344
FILE ID=node21/1075888-1215182296
PBS_JOBID= 7881410
Free space on /tmp= 66488 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg8-12_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075888-1215182296/watcher-1075888-1215182296 -o /tmp/evaluation-result-1075888-1215182296/solver-1075888-1215182296 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1075888-1215182296.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a5656f4953dca2b0bb60baf5002b0ce7
RANDOM SEED=439155423

node21.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:       1413872 kB
Buffers:         77040 kB
Cached:         367804 kB
SwapCached:       6472 kB
Active:         238824 kB
Inactive:       337056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413872 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:           55868 kB
Writeback:           0 kB
Mapped:         144776 kB
Slab:            51256 kB
Committed_AS:  4211968 kB
PageTables:       2120 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= 66464 MiB
End job on node21 at 2008-07-04 16:38:49