Trace number 1068730

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? 31.0223 29.1448

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg9-9_ext.xml
MD5SUM17e9503eaee82761983d6d43020eb141
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 variables81
Number of constraints18
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1068730-1215156539/watcher-1068730-1215156539 -o /tmp/evaluation-result-1068730-1215156539/solver-1068730-1215156539 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1068730-1215156539.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 2.01 1.99 4/82 3443
/proc/meminfo: memFree=1373608/2055920 swapFree=4117472/4192956
[pid=3443] ppid=3441 vsize=1804 CPUtime=0
/proc/3443/stat : 3443 (java6) D 3441 3443 3406 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1994627566 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/3443/statm: 451 155 111 9 0 93 0

[startup+0.025202 s]
/proc/loadavg: 1.92 2.01 1.99 4/82 3443
/proc/meminfo: memFree=1373608/2055920 swapFree=4117472/4192956
[pid=3443] ppid=3441 vsize=800592 CPUtime=0.02
/proc/3443/stat : 3443 (java) S 3441 3443 3406 0 -1 0 1850 0 1 0 1 1 0 0 18 0 4 0 1994627566 819806208 1588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/3443/statm: 200148 1594 518 9 0 197531 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800592

[startup+0.101204 s]
/proc/loadavg: 1.92 2.01 1.99 4/82 3443
/proc/meminfo: memFree=1373608/2055920 swapFree=4117472/4192956
[pid=3443] ppid=3441 vsize=804756 CPUtime=0.09
/proc/3443/stat : 3443 (java) S 3441 3443 3406 0 -1 0 3156 0 1 0 8 1 0 0 18 0 12 0 1994627566 824070144 2887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3443/statm: 201189 2889 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301219 s]
/proc/loadavg: 1.92 2.01 1.99 4/82 3443
/proc/meminfo: memFree=1373608/2055920 swapFree=4117472/4192956
[pid=3443] ppid=3441 vsize=808296 CPUtime=0.28
/proc/3443/stat : 3443 (java) S 3441 3443 3406 0 -1 0 5057 0 1 0 26 2 0 0 18 0 12 0 1994627566 827695104 4386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3443/statm: 202074 4386 1307 9 0 199443 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808296

[startup+0.701244 s]
/proc/loadavg: 1.92 2.01 1.99 4/82 3443
/proc/meminfo: memFree=1373608/2055920 swapFree=4117472/4192956
[pid=3443] ppid=3441 vsize=808324 CPUtime=0.68
/proc/3443/stat : 3443 (java) S 3441 3443 3406 0 -1 0 6419 0 1 0 64 4 0 0 18 0 12 0 1994627566 827723776 5601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3443/statm: 202081 5601 1335 9 0 199443 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808324

[startup+1.50229 s]
/proc/loadavg: 1.93 2.01 1.99 3/94 3455
/proc/meminfo: memFree=1346760/2055920 swapFree=4117472/4192956
[pid=3443] ppid=3441 vsize=808324 CPUtime=1.48
/proc/3443/stat : 3443 (java) S 3441 3443 3406 0 -1 0 10928 0 1 0 142 6 0 0 18 0 12 0 1994627566 827723776 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3443/statm: 202081 9670 1349 9 0 199443 0
[pid=3443/tid=3445] ppid=3441 vsize=808324 CPUtime=0.76
/proc/3443/task/3445/stat : 3445 (java) R 3441 3443 3406 0 -1 64 7955 0 1 0 71 5 0 0 25 0 12 0 1994627567 827723776 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3446] ppid=3441 vsize=808324 CPUtime=0
/proc/3443/task/3446/stat : 3446 (java) S 3441 3443 3406 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1994627568 827723776 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3447] ppid=3441 vsize=808324 CPUtime=0
/proc/3443/task/3447/stat : 3447 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1994627568 827723776 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3448] ppid=3441 vsize=808324 CPUtime=0
/proc/3443/task/3448/stat : 3448 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1994627570 827723776 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3449] ppid=3441 vsize=808324 CPUtime=0
/proc/3443/task/3449/stat : 3449 (java) S 3441 3443 3406 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1994627570 827723776 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3450] ppid=3441 vsize=808324 CPUtime=0
/proc/3443/task/3450/stat : 3450 (java) S 3441 3443 3406 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994627571 827723776 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3451] ppid=3441 vsize=808324 CPUtime=0
/proc/3443/task/3451/stat : 3451 (java) S 3441 3443 3406 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994627575 827723776 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3452] ppid=3441 vsize=808324 CPUtime=0.36
/proc/3443/task/3452/stat : 3452 (java) S 3441 3443 3406 0 -1 64 917 0 0 0 36 0 0 0 16 0 12 0 1994627575 827723776 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3453] ppid=3441 vsize=808324 CPUtime=0.34
/proc/3443/task/3453/stat : 3453 (java) R 3441 3443 3406 0 -1 64 1295 0 0 0 34 0 0 0 16 0 12 0 1994627575 827723776 9670 996147200 134512640 134550740 4294956016 18446744073709551615 103105473 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3454] ppid=3441 vsize=808324 CPUtime=0
/proc/3443/task/3454/stat : 3454 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994627575 827723776 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3455] ppid=3441 vsize=808324 CPUtime=0
/proc/3443/task/3455/stat : 3455 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994627575 827723776 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808324

[startup+3.1024 s]
/proc/loadavg: 1.93 2.01 1.99 4/94 3455
/proc/meminfo: memFree=1308232/2055920 swapFree=4117472/4192956
[pid=3443] ppid=3441 vsize=813256 CPUtime=3.1
/proc/3443/stat : 3443 (java) S 3441 3443 3406 0 -1 0 32272 0 1 0 294 16 0 0 18 0 12 0 1994627566 832774144 29510 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3443/statm: 203314 29511 1360 9 0 200676 0
[pid=3443/tid=3445] ppid=3441 vsize=813256 CPUtime=1.65
/proc/3443/task/3445/stat : 3445 (java) R 3441 3443 3406 0 -1 64 17005 0 1 0 155 10 0 0 25 0 12 0 1994627567 832774144 29513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3446] ppid=3441 vsize=813256 CPUtime=0.15
/proc/3443/task/3446/stat : 3446 (java) R 3441 3443 3406 0 -1 64 8123 0 0 0 12 3 0 0 17 0 12 0 1994627568 832774144 29515 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3447] ppid=3441 vsize=813256 CPUtime=0.05
/proc/3443/task/3447/stat : 3447 (java) R 3441 3443 3406 0 -1 64 3000 0 0 0 4 1 0 0 17 0 12 0 1994627568 832774144 29517 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3448] ppid=3441 vsize=813256 CPUtime=0
/proc/3443/task/3448/stat : 3448 (java) S 3441 3443 3406 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1994627570 832774144 29518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3449] ppid=3441 vsize=813256 CPUtime=0
/proc/3443/task/3449/stat : 3449 (java) S 3441 3443 3406 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994627570 832774144 29520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3450] ppid=3441 vsize=813256 CPUtime=0
/proc/3443/task/3450/stat : 3450 (java) S 3441 3443 3406 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994627571 832774144 29522 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3451] ppid=3441 vsize=813256 CPUtime=0
/proc/3443/task/3451/stat : 3451 (java) S 3441 3443 3406 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994627575 832774144 29524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3452] ppid=3441 vsize=813256 CPUtime=0.66
/proc/3443/task/3452/stat : 3452 (java) S 3441 3443 3406 0 -1 64 2023 0 0 0 66 0 0 0 16 0 12 0 1994627575 832774144 29526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3453] ppid=3441 vsize=813256 CPUtime=0.55
/proc/3443/task/3453/stat : 3453 (java) S 3441 3443 3406 0 -1 64 1339 0 0 0 55 0 0 0 16 0 12 0 1994627575 832774144 29528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3454] ppid=3441 vsize=813256 CPUtime=0
/proc/3443/task/3454/stat : 3454 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994627575 832774144 29530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3455] ppid=3441 vsize=813256 CPUtime=0
/proc/3443/task/3455/stat : 3455 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994627575 832774144 29532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 813256

[startup+6.30161 s]
/proc/loadavg: 1.93 2.01 1.99 5/94 3455
/proc/meminfo: memFree=1136456/2055920 swapFree=4117472/4192956
[pid=3443] ppid=3441 vsize=823816 CPUtime=6.84
/proc/3443/stat : 3443 (java) S 3441 3443 3406 0 -1 0 80159 0 1 0 646 38 0 0 18 0 12 0 1994627566 843587584 73367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3443/statm: 205954 73367 1360 9 0 203316 0
[pid=3443/tid=3445] ppid=3441 vsize=823816 CPUtime=3.26
/proc/3443/task/3445/stat : 3445 (java) R 3441 3443 3406 0 -1 64 17009 0 1 0 316 10 0 0 17 0 12 0 1994627567 843587584 73367 996147200 134512640 134550740 4294956016 18446744073709551615 4109783812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3443/tid=3446] ppid=3441 vsize=823816 CPUtime=1.31
/proc/3443/task/3446/stat : 3446 (java) S 3441 3443 3406 0 -1 64 30746 0 0 0 118 13 0 0 19 0 12 0 1994627568 843587584 73367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3443/tid=3447] ppid=3441 vsize=823816 CPUtime=1.02
/proc/3443/task/3447/stat : 3447 (java) R 3441 3443 3406 0 -1 64 28253 0 0 0 89 13 0 0 22 0 12 0 1994627568 843587584 73367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3443/tid=3448] ppid=3441 vsize=823816 CPUtime=0
/proc/3443/task/3448/stat : 3448 (java) S 3441 3443 3406 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1994627570 843587584 73367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3443/tid=3449] ppid=3441 vsize=823816 CPUtime=0
/proc/3443/task/3449/stat : 3449 (java) S 3441 3443 3406 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994627570 843587584 73367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3450] ppid=3441 vsize=823816 CPUtime=0
/proc/3443/task/3450/stat : 3450 (java) S 3441 3443 3406 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994627571 843587584 73367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3451] ppid=3441 vsize=823816 CPUtime=0
/proc/3443/task/3451/stat : 3451 (java) S 3441 3443 3406 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994627575 843587584 73367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3452] ppid=3441 vsize=823816 CPUtime=0.66
/proc/3443/task/3452/stat : 3452 (java) S 3441 3443 3406 0 -1 64 2023 0 0 0 66 0 0 0 16 0 12 0 1994627575 843587584 73367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3453] ppid=3441 vsize=823816 CPUtime=0.55
/proc/3443/task/3453/stat : 3453 (java) S 3441 3443 3406 0 -1 64 1339 0 0 0 55 0 0 0 16 0 12 0 1994627575 843587584 73367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3454] ppid=3441 vsize=823816 CPUtime=0
/proc/3443/task/3454/stat : 3454 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994627575 843587584 73367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3455] ppid=3441 vsize=823816 CPUtime=0
/proc/3443/task/3455/stat : 3455 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994627575 843587584 73367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 823816

[startup+12.702 s]
/proc/loadavg: 2.09 2.04 2.01 4/94 3455
/proc/meminfo: memFree=859984/2055920 swapFree=4117472/4192956
[pid=3443] ppid=3441 vsize=839176 CPUtime=14.08
/proc/3443/stat : 3443 (java) S 3441 3443 3406 0 -1 0 146618 0 1 0 1343 65 0 0 18 0 12 0 1994627566 859316224 134349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3443/statm: 209794 134349 1360 9 0 207156 0
[pid=3443/tid=3445] ppid=3441 vsize=839176 CPUtime=5.95
/proc/3443/task/3445/stat : 3445 (java) R 3441 3443 3406 0 -1 64 35449 0 1 0 577 18 0 0 17 0 12 0 1994627567 859316224 134349 996147200 134512640 134550740 4294956016 18446744073709551615 4109781261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3443/tid=3446] ppid=3441 vsize=839176 CPUtime=3.52
/proc/3443/task/3446/stat : 3446 (java) R 3441 3443 3406 0 -1 64 50769 0 0 0 331 21 0 0 19 0 12 0 1994627568 859316224 134349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3443/tid=3447] ppid=3441 vsize=839176 CPUtime=3.35
/proc/3443/task/3447/stat : 3447 (java) S 3441 3443 3406 0 -1 64 56249 0 0 0 312 23 0 0 17 0 12 0 1994627568 859316224 134349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3443/tid=3448] ppid=3441 vsize=839176 CPUtime=0
/proc/3443/task/3448/stat : 3448 (java) S 3441 3443 3406 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1994627570 859316224 134349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3443/tid=3449] ppid=3441 vsize=839176 CPUtime=0
/proc/3443/task/3449/stat : 3449 (java) S 3441 3443 3406 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994627570 859316224 134349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3450] ppid=3441 vsize=839176 CPUtime=0
/proc/3443/task/3450/stat : 3450 (java) S 3441 3443 3406 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994627571 859316224 134349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3451] ppid=3441 vsize=839176 CPUtime=0
/proc/3443/task/3451/stat : 3451 (java) S 3441 3443 3406 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994627575 859316224 134349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3452] ppid=3441 vsize=839176 CPUtime=0.66
/proc/3443/task/3452/stat : 3452 (java) S 3441 3443 3406 0 -1 64 2023 0 0 0 66 0 0 0 16 0 12 0 1994627575 859316224 134349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3453] ppid=3441 vsize=839176 CPUtime=0.55
/proc/3443/task/3453/stat : 3453 (java) S 3441 3443 3406 0 -1 64 1339 0 0 0 55 0 0 0 16 0 12 0 1994627575 859316224 134349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3454] ppid=3441 vsize=839176 CPUtime=0
/proc/3443/task/3454/stat : 3454 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994627575 859316224 134349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3455] ppid=3441 vsize=839176 CPUtime=0
/proc/3443/task/3455/stat : 3455 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994627575 859316224 134349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.08
Current children cumulated vsize (KiB) 839176

[startup+25.5029 s]
/proc/loadavg: 2.22 2.07 2.02 3/94 3455
/proc/meminfo: memFree=645712/2055920 swapFree=4117472/4192956
[pid=3443] ppid=3441 vsize=855180 CPUtime=27.41
/proc/3443/stat : 3443 (java) S 3441 3443 3406 0 -1 0 230795 0 1 0 2634 107 0 0 18 0 12 0 1994627566 875704320 181034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3443/statm: 213795 181034 1365 9 0 211157 0
[pid=3443/tid=3445] ppid=3441 vsize=855180 CPUtime=8.36
/proc/3443/task/3445/stat : 3445 (java) S 3441 3443 3406 0 -1 64 43005 0 1 0 814 22 0 0 19 0 12 0 1994627567 875704320 181034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3446] ppid=3441 vsize=855180 CPUtime=5.3
/proc/3443/task/3446/stat : 3446 (java) S 3441 3443 3406 0 -1 64 72036 0 0 0 499 31 0 0 17 0 12 0 1994627568 875704320 181034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3447] ppid=3441 vsize=855180 CPUtime=5.05
/proc/3443/task/3447/stat : 3447 (java) S 3441 3443 3406 0 -1 64 72323 0 0 0 475 30 0 0 17 0 12 0 1994627568 875704320 181034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3448] ppid=3441 vsize=855180 CPUtime=7.44
/proc/3443/task/3448/stat : 3448 (java) R 3441 3443 3406 0 -1 64 39308 0 0 0 723 21 0 0 25 0 12 0 1994627570 875704320 181034 996147200 134512640 134550740 4294956016 18446744073709551615 105677472 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3449] ppid=3441 vsize=855180 CPUtime=0
/proc/3443/task/3449/stat : 3449 (java) S 3441 3443 3406 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994627570 875704320 181034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3450] ppid=3441 vsize=855180 CPUtime=0
/proc/3443/task/3450/stat : 3450 (java) S 3441 3443 3406 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994627571 875704320 181034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3451] ppid=3441 vsize=855180 CPUtime=0
/proc/3443/task/3451/stat : 3451 (java) S 3441 3443 3406 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994627575 875704320 181034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3452] ppid=3441 vsize=855180 CPUtime=0.66
/proc/3443/task/3452/stat : 3452 (java) S 3441 3443 3406 0 -1 64 2023 0 0 0 66 0 0 0 16 0 12 0 1994627575 875704320 181034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3453] ppid=3441 vsize=855180 CPUtime=0.55
/proc/3443/task/3453/stat : 3453 (java) S 3441 3443 3406 0 -1 64 1339 0 0 0 55 0 0 0 16 0 12 0 1994627575 875704320 181034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3454] ppid=3441 vsize=855180 CPUtime=0
/proc/3443/task/3454/stat : 3454 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994627575 875704320 181034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3455] ppid=3441 vsize=855180 CPUtime=0
/proc/3443/task/3455/stat : 3455 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994627575 875704320 181034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.41
Current children cumulated vsize (KiB) 855180

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

[startup+27.103 s]
/proc/loadavg: 2.21 2.07 2.01 3/94 3455
/proc/meminfo: memFree=615760/2055920 swapFree=4117472/4192956
[pid=3443] ppid=3441 vsize=871180 CPUtime=29
/proc/3443/stat : 3443 (java) S 3441 3443 3406 0 -1 0 238796 0 1 0 2789 111 0 0 18 0 12 0 1994627566 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3443/statm: 217795 185034 1365 9 0 215157 0
[pid=3443/tid=3445] ppid=3441 vsize=871180 CPUtime=8.36
/proc/3443/task/3445/stat : 3445 (java) S 3441 3443 3406 0 -1 64 43005 0 1 0 814 22 0 0 19 0 12 0 1994627567 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3446] ppid=3441 vsize=871180 CPUtime=5.3
/proc/3443/task/3446/stat : 3446 (java) S 3441 3443 3406 0 -1 64 72036 0 0 0 499 31 0 0 17 0 12 0 1994627568 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3447] ppid=3441 vsize=871180 CPUtime=5.05
/proc/3443/task/3447/stat : 3447 (java) S 3441 3443 3406 0 -1 64 72323 0 0 0 475 30 0 0 17 0 12 0 1994627568 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3448] ppid=3441 vsize=871180 CPUtime=9.03
/proc/3443/task/3448/stat : 3448 (java) R 3441 3443 3406 0 -1 64 47309 0 0 0 878 25 0 0 25 0 12 0 1994627570 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 104136387 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3449] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3449/stat : 3449 (java) S 3441 3443 3406 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994627570 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3450] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3450/stat : 3450 (java) S 3441 3443 3406 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994627571 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3451] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3451/stat : 3451 (java) S 3441 3443 3406 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3452] ppid=3441 vsize=871180 CPUtime=0.66
/proc/3443/task/3452/stat : 3452 (java) S 3441 3443 3406 0 -1 64 2023 0 0 0 66 0 0 0 16 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3453] ppid=3441 vsize=871180 CPUtime=0.55
/proc/3443/task/3453/stat : 3453 (java) S 3441 3443 3406 0 -1 64 1339 0 0 0 55 0 0 0 16 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3454] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3454/stat : 3454 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3455] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3455/stat : 3455 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29
Current children cumulated vsize (KiB) 871180

[startup+27.903 s]
/proc/loadavg: 2.21 2.07 2.01 3/94 3455
/proc/meminfo: memFree=615760/2055920 swapFree=4117472/4192956
[pid=3443] ppid=3441 vsize=871180 CPUtime=29.8
/proc/3443/stat : 3443 (java) S 3441 3443 3406 0 -1 0 238796 0 1 0 2869 111 0 0 18 0 12 0 1994627566 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3443/statm: 217795 185034 1365 9 0 215157 0
[pid=3443/tid=3445] ppid=3441 vsize=871180 CPUtime=8.36
/proc/3443/task/3445/stat : 3445 (java) S 3441 3443 3406 0 -1 64 43005 0 1 0 814 22 0 0 19 0 12 0 1994627567 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3446] ppid=3441 vsize=871180 CPUtime=5.3
/proc/3443/task/3446/stat : 3446 (java) S 3441 3443 3406 0 -1 64 72036 0 0 0 499 31 0 0 17 0 12 0 1994627568 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3447] ppid=3441 vsize=871180 CPUtime=5.05
/proc/3443/task/3447/stat : 3447 (java) S 3441 3443 3406 0 -1 64 72323 0 0 0 475 30 0 0 17 0 12 0 1994627568 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3448] ppid=3441 vsize=871180 CPUtime=9.83
/proc/3443/task/3448/stat : 3448 (java) R 3441 3443 3406 0 -1 64 47309 0 0 0 958 25 0 0 25 0 12 0 1994627570 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 104136422 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3449] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3449/stat : 3449 (java) S 3441 3443 3406 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994627570 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3450] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3450/stat : 3450 (java) S 3441 3443 3406 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994627571 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3451] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3451/stat : 3451 (java) S 3441 3443 3406 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3452] ppid=3441 vsize=871180 CPUtime=0.66
/proc/3443/task/3452/stat : 3452 (java) S 3441 3443 3406 0 -1 64 2023 0 0 0 66 0 0 0 16 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3453] ppid=3441 vsize=871180 CPUtime=0.55
/proc/3443/task/3453/stat : 3453 (java) S 3441 3443 3406 0 -1 64 1339 0 0 0 55 0 0 0 16 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3454] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3454/stat : 3454 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3455] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3455/stat : 3455 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.8
Current children cumulated vsize (KiB) 871180

[startup+28.7021 s]
/proc/loadavg: 2.21 2.07 2.01 3/94 3455
/proc/meminfo: memFree=615760/2055920 swapFree=4117472/4192956
[pid=3443] ppid=3441 vsize=871180 CPUtime=30.6
/proc/3443/stat : 3443 (java) S 3441 3443 3406 0 -1 0 238796 0 1 0 2949 111 0 0 18 0 12 0 1994627566 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3443/statm: 217795 185034 1365 9 0 215157 0
[pid=3443/tid=3445] ppid=3441 vsize=871180 CPUtime=8.36
/proc/3443/task/3445/stat : 3445 (java) S 3441 3443 3406 0 -1 64 43005 0 1 0 814 22 0 0 19 0 12 0 1994627567 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3446] ppid=3441 vsize=871180 CPUtime=5.3
/proc/3443/task/3446/stat : 3446 (java) S 3441 3443 3406 0 -1 64 72036 0 0 0 499 31 0 0 17 0 12 0 1994627568 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3447] ppid=3441 vsize=871180 CPUtime=5.05
/proc/3443/task/3447/stat : 3447 (java) S 3441 3443 3406 0 -1 64 72323 0 0 0 475 30 0 0 17 0 12 0 1994627568 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3448] ppid=3441 vsize=871180 CPUtime=10.63
/proc/3443/task/3448/stat : 3448 (java) R 3441 3443 3406 0 -1 64 47309 0 0 0 1038 25 0 0 25 0 12 0 1994627570 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 106123838 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3449] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3449/stat : 3449 (java) S 3441 3443 3406 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994627570 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3450] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3450/stat : 3450 (java) S 3441 3443 3406 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994627571 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3451] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3451/stat : 3451 (java) S 3441 3443 3406 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3452] ppid=3441 vsize=871180 CPUtime=0.66
/proc/3443/task/3452/stat : 3452 (java) S 3441 3443 3406 0 -1 64 2023 0 0 0 66 0 0 0 16 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3453] ppid=3441 vsize=871180 CPUtime=0.55
/proc/3443/task/3453/stat : 3453 (java) S 3441 3443 3406 0 -1 64 1339 0 0 0 55 0 0 0 16 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3454] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3454/stat : 3454 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3443/tid=3455] ppid=3441 vsize=871180 CPUtime=0
/proc/3443/task/3455/stat : 3455 (java) S 3441 3443 3406 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994627575 892088320 185034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.6
Current children cumulated vsize (KiB) 871180

[startup+29.1021 s]
/proc/loadavg: 2.21 2.07 2.01 3/94 3455
/proc/meminfo: memFree=615760/2055920 swapFree=4117472/4192956
[pid=3443] ppid=3441 vsize=0 CPUtime=30.97
/proc/3443/stat : 3443 (java) Z 3441 3443 3406 0 -1 12 238811 0 1 0 2979 118 0 0 16 0 2 0 1994627566 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3443/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.97
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 29.1448
CPU time (s): 31.0223
CPU user time (s): 29.7945
CPU system time (s): 1.22781
CPU usage (%): 106.442
Max. virtual memory (cumulated for all children) (KiB): 887184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.7945
system time used= 1.22781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238811
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= 1373
involuntary context switches= 1693

runsolver used 0.045993 second user time and 0.098984 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-04 09:28:59
IDJOB=1068730
IDBENCH=55541
IDSOLVER=344
FILE ID=node30/1068730-1215156539
PBS_JOBID= 7881424
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 17e9503eaee82761983d6d43020eb141
RANDOM SEED=1228236855

node30.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1374088 kB
Buffers:         27372 kB
Cached:         147700 kB
SwapCached:      69456 kB
Active:         554076 kB
Inactive:        68484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1374088 kB
SwapTotal:     4192956 kB
SwapFree:      4117472 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:         464524 kB
Slab:            43656 kB
Committed_AS:  4042584 kB
PageTables:       2760 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= 66528 MiB
End job on node30 at 2008-07-04 09:29:28