Trace number 1066502

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? 27.9847 26.4767

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-8_ext.xml
MD5SUMa8551468042d10e236fa44d6ce944fc0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark256.285
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints16
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1066502-1215148211/watcher-1066502-1215148211 -o /tmp/evaluation-result-1066502-1215148211/solver-1066502-1215148211 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066502-1215148211.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.99 1.98 1.99 4/72 20339
/proc/meminfo: memFree=1853552/2055920 swapFree=4157744/4192956
[pid=20339] ppid=20337 vsize=18572 CPUtime=0
/proc/20339/stat : 20339 (runsolver) R 20337 20339 17663 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 637744218 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/20339/statm: 4643 292 257 25 0 2626 0

[startup+0.096753 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 20339
/proc/meminfo: memFree=1853552/2055920 swapFree=4157744/4192956
[pid=20339] ppid=20337 vsize=802236 CPUtime=0.07
/proc/20339/stat : 20339 (java) S 20337 20339 17663 0 -1 0 2871 0 1 0 6 1 0 0 18 0 7 0 637744218 821489664 2606 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/20339/statm: 200559 2606 1014 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.101753 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 20339
/proc/meminfo: memFree=1853552/2055920 swapFree=4157744/4192956
[pid=20339] ppid=20337 vsize=804488 CPUtime=0.07
/proc/20339/stat : 20339 (java) S 20337 20339 17663 0 -1 0 2939 0 1 0 6 1 0 0 18 0 12 0 637744218 823795712 2672 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20339/statm: 201122 2672 1043 9 0 198491 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804488

[startup+0.301775 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 20339
/proc/meminfo: memFree=1853552/2055920 swapFree=4157744/4192956
[pid=20339] ppid=20337 vsize=807760 CPUtime=0.27
/proc/20339/stat : 20339 (java) S 20337 20339 17663 0 -1 0 4814 0 1 0 25 2 0 0 18 0 12 0 637744218 827146240 4143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20339/statm: 201940 4143 1298 9 0 199309 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 807760

[startup+0.701813 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 20339
/proc/meminfo: memFree=1853552/2055920 swapFree=4157744/4192956
[pid=20339] ppid=20337 vsize=807788 CPUtime=0.67
/proc/20339/stat : 20339 (java) S 20337 20339 17663 0 -1 0 6260 0 1 0 63 4 0 0 18 0 12 0 637744218 827174912 5390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20339/statm: 201947 5390 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807788

[startup+1.50289 s]
/proc/loadavg: 2.07 2.00 1.99 4/84 20351
/proc/meminfo: memFree=1833296/2055920 swapFree=4157744/4192956
[pid=20339] ppid=20337 vsize=812256 CPUtime=1.46
/proc/20339/stat : 20339 (java) S 20337 20339 17663 0 -1 0 10896 0 1 0 140 6 0 0 18 0 12 0 637744218 831750144 8807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20339/statm: 203064 8807 1349 9 0 200426 0
[pid=20339/tid=20341] ppid=20337 vsize=812256 CPUtime=0.67
/proc/20339/task/20341/stat : 20341 (java) R 20337 20339 17663 0 -1 64 6166 0 1 0 63 4 0 0 25 0 12 0 637744220 831750144 8807 996147200 134512640 134550740 4294956032 18446744073709551615 4109188334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20342] ppid=20337 vsize=812256 CPUtime=0
/proc/20339/task/20342/stat : 20342 (java) S 20337 20339 17663 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 637744221 831750144 8807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20343] ppid=20337 vsize=812256 CPUtime=0
/proc/20339/task/20343/stat : 20343 (java) S 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 637744221 831750144 8807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20344] ppid=20337 vsize=812256 CPUtime=0
/proc/20339/task/20344/stat : 20344 (java) S 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 637744223 831750144 8807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20345] ppid=20337 vsize=812256 CPUtime=0
/proc/20339/task/20345/stat : 20345 (java) S 20337 20339 17663 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 637744223 831750144 8807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20346] ppid=20337 vsize=812256 CPUtime=0
/proc/20339/task/20346/stat : 20346 (java) S 20337 20339 17663 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 637744223 831750144 8807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20347] ppid=20337 vsize=812256 CPUtime=0
/proc/20339/task/20347/stat : 20347 (java) S 20337 20339 17663 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 637744228 831750144 8807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20348] ppid=20337 vsize=812256 CPUtime=0.45
/proc/20339/task/20348/stat : 20348 (java) S 20337 20339 17663 0 -1 64 2585 0 0 0 45 0 0 0 16 0 12 0 637744228 831750144 8807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20349] ppid=20337 vsize=812256 CPUtime=0.31
/proc/20339/task/20349/stat : 20349 (java) S 20337 20339 17663 0 -1 64 1384 0 0 0 31 0 0 0 16 0 12 0 637744228 831750144 8807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20350] ppid=20337 vsize=812256 CPUtime=0
/proc/20339/task/20350/stat : 20350 (java) S 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 637744228 831750144 8807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20351] ppid=20337 vsize=812256 CPUtime=0
/proc/20339/task/20351/stat : 20351 (java) S 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 637744228 831750144 8807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 812256

[startup+3.12206 s]
/proc/loadavg: 2.07 2.00 1.99 3/84 20351
/proc/meminfo: memFree=1805904/2055920 swapFree=4157744/4192956
[pid=20339] ppid=20337 vsize=817384 CPUtime=3.07
/proc/20339/stat : 20339 (java) S 20337 20339 17663 0 -1 0 33713 0 1 0 292 15 0 0 18 0 12 0 637744218 837001216 29737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20339/statm: 204346 29737 1360 9 0 201708 0
[pid=20339/tid=20341] ppid=20337 vsize=817384 CPUtime=1.69
/proc/20339/task/20341/stat : 20341 (java) R 20337 20339 17663 0 -1 64 16973 0 1 0 160 9 0 0 25 0 12 0 637744220 837001216 29737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20342] ppid=20337 vsize=817384 CPUtime=0.12
/proc/20339/task/20342/stat : 20342 (java) R 20337 20339 17663 0 -1 64 5927 0 0 0 10 2 0 0 16 0 12 0 637744221 837001216 29737 996147200 134512640 134550740 4294956032 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20343] ppid=20337 vsize=817384 CPUtime=0.12
/proc/20339/task/20343/stat : 20343 (java) R 20337 20339 17663 0 -1 64 5212 0 0 0 11 1 0 0 15 0 12 0 637744221 837001216 29737 996147200 134512640 134550740 4294956032 18446744073709551615 104136929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20344] ppid=20337 vsize=817384 CPUtime=0
/proc/20339/task/20344/stat : 20344 (java) R 20337 20339 17663 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 637744223 837001216 29737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20345] ppid=20337 vsize=817384 CPUtime=0
/proc/20339/task/20345/stat : 20345 (java) S 20337 20339 17663 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 637744223 837001216 29737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20346] ppid=20337 vsize=817384 CPUtime=0
/proc/20339/task/20346/stat : 20346 (java) S 20337 20339 17663 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 637744223 837001216 29737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20347] ppid=20337 vsize=817384 CPUtime=0
/proc/20339/task/20347/stat : 20347 (java) S 20337 20339 17663 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 637744228 837001216 29737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20348] ppid=20337 vsize=817384 CPUtime=0.56
/proc/20339/task/20348/stat : 20348 (java) S 20337 20339 17663 0 -1 64 2594 0 0 0 55 1 0 0 16 0 12 0 637744228 837001216 29737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20349] ppid=20337 vsize=817384 CPUtime=0.54
/proc/20339/task/20349/stat : 20349 (java) S 20337 20339 17663 0 -1 64 2220 0 0 0 54 0 0 0 16 0 12 0 637744228 837001216 29737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20350] ppid=20337 vsize=817384 CPUtime=0
/proc/20339/task/20350/stat : 20350 (java) S 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 637744228 837001216 29737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20351] ppid=20337 vsize=817384 CPUtime=0
/proc/20339/task/20351/stat : 20351 (java) R 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 637744228 837001216 29737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 817384

[startup+6.30137 s]
/proc/loadavg: 2.07 2.00 1.99 4/84 20351
/proc/meminfo: memFree=1596560/2055920 swapFree=4157744/4192956
[pid=20339] ppid=20337 vsize=832424 CPUtime=7.14
/proc/20339/stat : 20339 (java) S 20337 20339 17663 0 -1 0 84324 0 1 0 674 40 0 0 18 0 12 0 637744218 852402176 72935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20339/statm: 208106 72939 1360 9 0 205468 0
[pid=20339/tid=20341] ppid=20337 vsize=832424 CPUtime=3.06
/proc/20339/task/20341/stat : 20341 (java) S 20337 20339 17663 0 -1 64 16976 0 1 0 297 9 0 0 20 0 12 0 637744220 852402176 72941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20342] ppid=20337 vsize=832424 CPUtime=1.5
/proc/20339/task/20342/stat : 20342 (java) R 20337 20339 17663 0 -1 64 35272 0 0 0 135 15 0 0 18 0 12 0 637744221 852402176 72943 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20343] ppid=20337 vsize=832424 CPUtime=1.44
/proc/20339/task/20343/stat : 20343 (java) R 20337 20339 17663 0 -1 64 26486 0 0 0 132 12 0 0 18 0 12 0 637744221 852402176 72946 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20339/tid=20344] ppid=20337 vsize=832424 CPUtime=0
/proc/20339/task/20344/stat : 20344 (java) S 20337 20339 17663 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 637744223 852402176 72949 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20345] ppid=20337 vsize=832424 CPUtime=0
/proc/20339/task/20345/stat : 20345 (java) S 20337 20339 17663 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 637744223 852402176 72951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20346] ppid=20337 vsize=832424 CPUtime=0
/proc/20339/task/20346/stat : 20346 (java) S 20337 20339 17663 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 637744223 852402176 72954 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20347] ppid=20337 vsize=832424 CPUtime=0
/proc/20339/task/20347/stat : 20347 (java) S 20337 20339 17663 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 637744228 852402176 72956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20348] ppid=20337 vsize=832424 CPUtime=0.56
/proc/20339/task/20348/stat : 20348 (java) S 20337 20339 17663 0 -1 64 2594 0 0 0 55 1 0 0 16 0 12 0 637744228 852402176 72959 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20349] ppid=20337 vsize=832424 CPUtime=0.54
/proc/20339/task/20349/stat : 20349 (java) S 20337 20339 17663 0 -1 64 2220 0 0 0 54 0 0 0 16 0 12 0 637744228 852402176 72961 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20350] ppid=20337 vsize=832424 CPUtime=0
/proc/20339/task/20350/stat : 20350 (java) S 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 637744228 852402176 72964 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20351] ppid=20337 vsize=832424 CPUtime=0
/proc/20339/task/20351/stat : 20351 (java) S 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 637744228 852402176 72966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 832424

[startup+12.703 s]
/proc/loadavg: 2.29 2.05 2.01 4/84 20351
/proc/meminfo: memFree=1329552/2055920 swapFree=4157744/4192956
[pid=20339] ppid=20337 vsize=842664 CPUtime=14.32
/proc/20339/stat : 20339 (java) S 20337 20339 17663 0 -1 0 153102 0 1 0 1364 68 0 0 18 0 12 0 637744218 862887936 137001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20339/statm: 210666 137001 1360 9 0 208028 0
[pid=20339/tid=20341] ppid=20337 vsize=842664 CPUtime=5.65
/proc/20339/task/20341/stat : 20341 (java) S 20337 20339 17663 0 -1 64 35416 0 1 0 548 17 0 0 18 0 12 0 637744220 862887936 137001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20342] ppid=20337 vsize=842664 CPUtime=4.65
/proc/20339/task/20342/stat : 20342 (java) R 20337 20339 17663 0 -1 64 64428 0 0 0 437 28 0 0 19 0 12 0 637744221 862887936 137001 996147200 134512640 134550740 4294956032 18446744073709551615 106158032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20343] ppid=20337 vsize=842664 CPUtime=2.89
/proc/20339/task/20343/stat : 20343 (java) R 20337 20339 17663 0 -1 64 47657 0 0 0 269 20 0 0 21 0 12 0 637744221 862887936 137001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20344] ppid=20337 vsize=842664 CPUtime=0
/proc/20339/task/20344/stat : 20344 (java) S 20337 20339 17663 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 637744223 862887936 137001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20345] ppid=20337 vsize=842664 CPUtime=0
/proc/20339/task/20345/stat : 20345 (java) S 20337 20339 17663 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 637744223 862887936 137001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20346] ppid=20337 vsize=842664 CPUtime=0
/proc/20339/task/20346/stat : 20346 (java) S 20337 20339 17663 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 637744223 862887936 137001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20347] ppid=20337 vsize=842664 CPUtime=0
/proc/20339/task/20347/stat : 20347 (java) S 20337 20339 17663 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 637744228 862887936 137001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20348] ppid=20337 vsize=842664 CPUtime=0.56
/proc/20339/task/20348/stat : 20348 (java) S 20337 20339 17663 0 -1 64 2594 0 0 0 55 1 0 0 16 0 12 0 637744228 862887936 137001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20349] ppid=20337 vsize=842664 CPUtime=0.54
/proc/20339/task/20349/stat : 20349 (java) S 20337 20339 17663 0 -1 64 2220 0 0 0 54 0 0 0 16 0 12 0 637744228 862887936 137001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20350] ppid=20337 vsize=842664 CPUtime=0
/proc/20339/task/20350/stat : 20350 (java) S 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 637744228 862887936 137001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20351] ppid=20337 vsize=842664 CPUtime=0
/proc/20339/task/20351/stat : 20351 (java) S 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 637744228 862887936 137001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.32
Current children cumulated vsize (KiB) 842664

[startup+25.5023 s]
/proc/loadavg: 2.32 2.06 2.02 3/84 20351
/proc/meminfo: memFree=1109904/2055920 swapFree=4157744/4192956
[pid=20339] ppid=20337 vsize=874668 CPUtime=27.05
/proc/20339/stat : 20339 (java) S 20337 20339 17663 0 -1 0 241256 0 1 0 2601 104 0 0 18 0 12 0 637744218 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20339/statm: 218667 186634 1365 9 0 216029 0
[pid=20339/tid=20341] ppid=20337 vsize=874668 CPUtime=7.7
/proc/20339/task/20341/stat : 20341 (java) S 20337 20339 17663 0 -1 64 41054 0 1 0 751 19 0 0 17 0 12 0 637744220 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20342] ppid=20337 vsize=874668 CPUtime=7.38
/proc/20339/task/20342/stat : 20342 (java) S 20337 20339 17663 0 -1 64 98393 0 0 0 698 40 0 0 17 0 12 0 637744221 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20343] ppid=20337 vsize=874668 CPUtime=3.01
/proc/20339/task/20343/stat : 20343 (java) S 20337 20339 17663 0 -1 64 49684 0 0 0 280 21 0 0 16 0 12 0 637744221 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20344] ppid=20337 vsize=874668 CPUtime=7.79
/proc/20339/task/20344/stat : 20344 (java) R 20337 20339 17663 0 -1 64 46551 0 0 0 760 19 0 0 25 0 12 0 637744223 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 106736476 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20345] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20345/stat : 20345 (java) S 20337 20339 17663 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 637744223 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20346] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20346/stat : 20346 (java) S 20337 20339 17663 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 637744223 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20347] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20347/stat : 20347 (java) S 20337 20339 17663 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 637744228 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20348] ppid=20337 vsize=874668 CPUtime=0.56
/proc/20339/task/20348/stat : 20348 (java) S 20337 20339 17663 0 -1 64 2594 0 0 0 55 1 0 0 16 0 12 0 637744228 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20349] ppid=20337 vsize=874668 CPUtime=0.54
/proc/20339/task/20349/stat : 20349 (java) S 20337 20339 17663 0 -1 64 2220 0 0 0 54 0 0 0 16 0 12 0 637744228 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20350] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20350/stat : 20350 (java) S 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 637744228 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20351] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20351/stat : 20351 (java) S 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 637744228 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.05
Current children cumulated vsize (KiB) 874668

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

[startup+25.9023 s]
/proc/loadavg: 2.32 2.06 2.02 3/84 20351
/proc/meminfo: memFree=1109904/2055920 swapFree=4157744/4192956
[pid=20339] ppid=20337 vsize=874668 CPUtime=27.45
/proc/20339/stat : 20339 (java) S 20337 20339 17663 0 -1 0 241256 0 1 0 2641 104 0 0 18 0 12 0 637744218 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20339/statm: 218667 186634 1365 9 0 216029 0
[pid=20339/tid=20341] ppid=20337 vsize=874668 CPUtime=7.7
/proc/20339/task/20341/stat : 20341 (java) S 20337 20339 17663 0 -1 64 41054 0 1 0 751 19 0 0 17 0 12 0 637744220 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20342] ppid=20337 vsize=874668 CPUtime=7.38
/proc/20339/task/20342/stat : 20342 (java) S 20337 20339 17663 0 -1 64 98393 0 0 0 698 40 0 0 17 0 12 0 637744221 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20343] ppid=20337 vsize=874668 CPUtime=3.01
/proc/20339/task/20343/stat : 20343 (java) S 20337 20339 17663 0 -1 64 49684 0 0 0 280 21 0 0 16 0 12 0 637744221 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20344] ppid=20337 vsize=874668 CPUtime=8.19
/proc/20339/task/20344/stat : 20344 (java) R 20337 20339 17663 0 -1 64 46551 0 0 0 800 19 0 0 25 0 12 0 637744223 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20345] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20345/stat : 20345 (java) S 20337 20339 17663 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 637744223 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20346] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20346/stat : 20346 (java) S 20337 20339 17663 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 637744223 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20347] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20347/stat : 20347 (java) S 20337 20339 17663 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 637744228 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20348] ppid=20337 vsize=874668 CPUtime=0.56
/proc/20339/task/20348/stat : 20348 (java) S 20337 20339 17663 0 -1 64 2594 0 0 0 55 1 0 0 16 0 12 0 637744228 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20349] ppid=20337 vsize=874668 CPUtime=0.54
/proc/20339/task/20349/stat : 20349 (java) S 20337 20339 17663 0 -1 64 2220 0 0 0 54 0 0 0 16 0 12 0 637744228 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20350] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20350/stat : 20350 (java) S 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 637744228 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20351] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20351/stat : 20351 (java) S 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 637744228 895660032 186634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.45
Current children cumulated vsize (KiB) 874668

[startup+26.3029 s]
/proc/loadavg: 2.29 2.06 2.01 3/84 20351
/proc/meminfo: memFree=1118096/2055920 swapFree=4157744/4192956
[pid=20339] ppid=20337 vsize=874668 CPUtime=27.85
/proc/20339/stat : 20339 (java) S 20337 20339 17663 0 -1 0 241256 0 1 0 2681 104 0 0 18 0 12 0 637744218 895660032 184586 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20339/statm: 218667 184586 1365 9 0 216029 0
[pid=20339/tid=20341] ppid=20337 vsize=874668 CPUtime=7.7
/proc/20339/task/20341/stat : 20341 (java) S 20337 20339 17663 0 -1 64 41054 0 1 0 751 19 0 0 17 0 12 0 637744220 895660032 184586 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20342] ppid=20337 vsize=874668 CPUtime=7.38
/proc/20339/task/20342/stat : 20342 (java) S 20337 20339 17663 0 -1 64 98393 0 0 0 698 40 0 0 17 0 12 0 637744221 895660032 184586 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20343] ppid=20337 vsize=874668 CPUtime=3.01
/proc/20339/task/20343/stat : 20343 (java) S 20337 20339 17663 0 -1 64 49684 0 0 0 280 21 0 0 16 0 12 0 637744221 895660032 184586 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20344] ppid=20337 vsize=874668 CPUtime=8.59
/proc/20339/task/20344/stat : 20344 (java) R 20337 20339 17663 0 -1 64 46551 0 0 0 840 19 0 0 25 0 12 0 637744223 895660032 184586 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20345] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20345/stat : 20345 (java) S 20337 20339 17663 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 637744223 895660032 184586 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20346] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20346/stat : 20346 (java) S 20337 20339 17663 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 637744223 895660032 184586 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20347] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20347/stat : 20347 (java) S 20337 20339 17663 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 637744228 895660032 184586 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20348] ppid=20337 vsize=874668 CPUtime=0.56
/proc/20339/task/20348/stat : 20348 (java) S 20337 20339 17663 0 -1 64 2594 0 0 0 55 1 0 0 16 0 12 0 637744228 895660032 184586 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20349] ppid=20337 vsize=874668 CPUtime=0.54
/proc/20339/task/20349/stat : 20349 (java) S 20337 20339 17663 0 -1 64 2220 0 0 0 54 0 0 0 16 0 12 0 637744228 895660032 184586 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20350] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20350/stat : 20350 (java) S 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 637744228 895660032 184586 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20339/tid=20351] ppid=20337 vsize=874668 CPUtime=0
/proc/20339/task/20351/stat : 20351 (java) D 20337 20339 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 637744228 895660032 184586 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.85
Current children cumulated vsize (KiB) 874668

[startup+26.4074 s]
/proc/loadavg: 2.29 2.06 2.01 3/84 20351
/proc/meminfo: memFree=1118096/2055920 swapFree=4157744/4192956
[pid=20339] ppid=20337 vsize=0 CPUtime=27.91
/proc/20339/stat : 20339 (java) Z 20337 20339 17663 0 -1 12 241272 0 1 0 2682 109 0 0 16 0 2 0 637744218 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20339/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 27.91
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 26.4767
CPU time (s): 27.9847
CPU user time (s): 26.8209
CPU system time (s): 1.16382
CPU usage (%): 105.696
Max. virtual memory (cumulated for all children) (KiB): 874668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.8209
system time used= 1.16382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241272
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= 1182
involuntary context switches= 1816

runsolver used 0.033994 second user time and 0.104984 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-04 07:10:11
IDJOB=1066502
IDBENCH=55126
IDSOLVER=344
FILE ID=node60/1066502-1215148211
PBS_JOBID= 7877350
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a8551468042d10e236fa44d6ce944fc0
RANDOM SEED=535715108

node60.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.216
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.216
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:       1854032 kB
Buffers:         13620 kB
Cached:          95740 kB
SwapCached:      29088 kB
Active:         121832 kB
Inactive:        29336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854032 kB
SwapTotal:     4192956 kB
SwapFree:      4157744 kB
Dirty:            1244 kB
Writeback:           0 kB
Mapped:          49536 kB
Slab:            35944 kB
Committed_AS:  1128452 kB
PageTables:       1956 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node60 at 2008-07-04 07:10:37