Trace number 1048410

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.6502 31.0511

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-18_ext.xml
MD5SUM1a4263775f26614618ee62970f0a38af
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.577911
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1048410-1215043130/watcher-1048410-1215043130 -o /tmp/evaluation-result-1048410-1215043130/solver-1048410-1215043130 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1048410-1215043130.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.09 1.97 4/81 22460
/proc/meminfo: memFree=1755216/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=18572 CPUtime=0
/proc/22460/stat : 22460 (runsolver) R 22458 22460 22070 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1983285208 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 255539604775 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22460/statm: 4643 292 257 25 0 2626 0

[startup+0.0285549 s]
/proc/loadavg: 2.06 2.09 1.97 4/81 22460
/proc/meminfo: memFree=1755216/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=798812 CPUtime=0.01
/proc/22460/stat : 22460 (java) S 22458 22460 22070 0 -1 0 1818 0 1 0 0 1 0 0 18 0 4 0 1983285208 817983488 1556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/22460/statm: 200358 2204 936 9 0 197741 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798812

[startup+0.116712 s]
/proc/loadavg: 2.06 2.09 1.97 4/81 22460
/proc/meminfo: memFree=1755216/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=804916 CPUtime=0.09
/proc/22460/stat : 22460 (java) S 22458 22460 22070 0 -1 0 3299 0 1 0 8 1 0 0 18 0 12 0 1983285208 824233984 3030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22460/statm: 201229 3030 1249 9 0 198598 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804916

[startup+0.302686 s]
/proc/loadavg: 2.06 2.09 1.97 4/81 22460
/proc/meminfo: memFree=1755216/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=807760 CPUtime=0.28
/proc/22460/stat : 22460 (java) S 22458 22460 22070 0 -1 0 4871 0 1 0 26 2 0 0 18 0 12 0 1983285208 827146240 4200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22460/statm: 201940 4200 1305 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.702722 s]
/proc/loadavg: 2.06 2.09 1.97 4/81 22460
/proc/meminfo: memFree=1755216/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=807788 CPUtime=0.68
/proc/22460/stat : 22460 (java) S 22458 22460 22070 0 -1 0 6252 0 1 0 64 4 0 0 18 0 12 0 1983285208 827174912 5382 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22460/statm: 201947 5382 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.5018 s]
/proc/loadavg: 2.06 2.09 1.97 4/93 22472
/proc/meminfo: memFree=1734768/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=807788 CPUtime=1.47
/proc/22460/stat : 22460 (java) S 22458 22460 22070 0 -1 0 9520 0 3 0 142 5 0 0 18 0 12 0 1983285208 827174912 8311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22460/statm: 201947 8311 1347 9 0 199309 0
[pid=22460/tid=22462] ppid=22458 vsize=807788 CPUtime=0.71
/proc/22460/task/22462/stat : 22462 (java) R 22458 22460 22070 0 -1 64 6657 0 1 0 67 4 0 0 21 0 12 0 1983285210 827174912 8311 996147200 134512640 134550740 4294956032 18446744073709551615 4109219206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22463] ppid=22458 vsize=807788 CPUtime=0
/proc/22460/task/22463/stat : 22463 (java) S 22458 22460 22070 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1983285211 827174912 8311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22464] ppid=22458 vsize=807788 CPUtime=0
/proc/22460/task/22464/stat : 22464 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1983285211 827174912 8311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22465] ppid=22458 vsize=807788 CPUtime=0
/proc/22460/task/22465/stat : 22465 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1983285213 827174912 8311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22466] ppid=22458 vsize=807788 CPUtime=0
/proc/22460/task/22466/stat : 22466 (java) S 22458 22460 22070 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1983285213 827174912 8311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22467] ppid=22458 vsize=807788 CPUtime=0
/proc/22460/task/22467/stat : 22467 (java) S 22458 22460 22070 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1983285213 827174912 8311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22468] ppid=22458 vsize=807788 CPUtime=0
/proc/22460/task/22468/stat : 22468 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983285217 827174912 8311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22469] ppid=22458 vsize=807788 CPUtime=0.33
/proc/22460/task/22469/stat : 22469 (java) S 22458 22460 22070 0 -1 64 782 0 0 0 33 0 0 0 16 0 12 0 1983285217 827174912 8311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22470] ppid=22458 vsize=807788 CPUtime=0.41
/proc/22460/task/22470/stat : 22470 (java) S 22458 22460 22070 0 -1 64 1317 0 2 0 41 0 0 0 16 0 12 0 1983285218 827174912 8311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22471] ppid=22458 vsize=807788 CPUtime=0
/proc/22460/task/22471/stat : 22471 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983285218 827174912 8311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22472] ppid=22458 vsize=807788 CPUtime=0
/proc/22460/task/22472/stat : 22472 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983285218 827174912 8311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807788

[startup+3.10195 s]
/proc/loadavg: 2.06 2.09 1.97 3/93 22472
/proc/meminfo: memFree=1680112/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=813056 CPUtime=3.08
/proc/22460/stat : 22460 (java) S 22458 22460 22070 0 -1 0 29403 0 3 0 295 13 0 0 18 0 12 0 1983285208 832569344 26868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22460/statm: 203264 26872 1360 9 0 200626 0
[pid=22460/tid=22462] ppid=22458 vsize=813056 CPUtime=1.55
/proc/22460/task/22462/stat : 22462 (java) R 22458 22460 22070 0 -1 64 16972 0 1 0 148 7 0 0 24 0 12 0 1983285210 832569344 26874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22463] ppid=22458 vsize=813056 CPUtime=0.09
/proc/22460/task/22463/stat : 22463 (java) R 22458 22460 22070 0 -1 64 4038 0 0 0 9 0 0 0 16 0 12 0 1983285211 832569344 26877 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22464] ppid=22458 vsize=813056 CPUtime=0.12
/proc/22460/task/22464/stat : 22464 (java) R 22458 22460 22070 0 -1 64 4006 0 0 0 11 1 0 0 16 0 12 0 1983285211 832569344 26880 996147200 134512640 134550740 4294956032 18446744073709551615 104146064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22465] ppid=22458 vsize=813056 CPUtime=0
/proc/22460/task/22465/stat : 22465 (java) S 22458 22460 22070 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1983285213 832569344 26882 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22466] ppid=22458 vsize=813056 CPUtime=0
/proc/22460/task/22466/stat : 22466 (java) S 22458 22460 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983285213 832569344 26885 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22467] ppid=22458 vsize=813056 CPUtime=0
/proc/22460/task/22467/stat : 22467 (java) S 22458 22460 22070 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1983285213 832569344 26888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22468] ppid=22458 vsize=813056 CPUtime=0
/proc/22460/task/22468/stat : 22468 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983285217 832569344 26890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22469] ppid=22458 vsize=813056 CPUtime=0.57
/proc/22460/task/22469/stat : 22469 (java) S 22458 22460 22070 0 -1 64 812 0 0 0 57 0 0 0 16 0 12 0 1983285217 832569344 26893 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22470] ppid=22458 vsize=813056 CPUtime=0.69
/proc/22460/task/22470/stat : 22470 (java) S 22458 22460 22070 0 -1 64 2792 0 2 0 68 1 0 0 16 0 12 0 1983285218 832569344 26896 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22471] ppid=22458 vsize=813056 CPUtime=0
/proc/22460/task/22471/stat : 22471 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983285218 832569344 26898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22472] ppid=22458 vsize=813056 CPUtime=0
/proc/22460/task/22472/stat : 22472 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983285218 832569344 26901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 813056

[startup+6.30225 s]
/proc/loadavg: 2.06 2.09 1.97 3/93 22472
/proc/meminfo: memFree=1544760/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=820256 CPUtime=6.8
/proc/22460/stat : 22460 (java) S 22458 22460 22070 0 -1 0 66408 0 3 0 652 28 0 0 18 0 12 0 1983285208 839942144 60834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22460/statm: 205064 60834 1360 9 0 202426 0
[pid=22460/tid=22462] ppid=22458 vsize=820256 CPUtime=3.14
/proc/22460/task/22462/stat : 22462 (java) S 22458 22460 22070 0 -1 64 16976 0 1 0 307 7 0 0 20 0 12 0 1983285210 839942144 60834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22463] ppid=22458 vsize=820256 CPUtime=1.24
/proc/22460/task/22463/stat : 22463 (java) R 22458 22460 22070 0 -1 64 25062 0 0 0 115 9 0 0 19 0 12 0 1983285211 839942144 60834 996147200 134512640 134550740 4294956032 18446744073709551615 106157903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22464] ppid=22458 vsize=820256 CPUtime=1.12
/proc/22460/task/22464/stat : 22464 (java) R 22458 22460 22070 0 -1 64 19947 0 0 0 103 9 0 0 19 0 12 0 1983285211 839942144 60834 996147200 134512640 134550740 4294956032 18446744073709551615 106158040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22465] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22465/stat : 22465 (java) S 22458 22460 22070 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1983285213 839942144 60834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22466] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22466/stat : 22466 (java) S 22458 22460 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983285213 839942144 60834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22467] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22467/stat : 22467 (java) S 22458 22460 22070 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1983285213 839942144 60834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22468] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22468/stat : 22468 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983285217 839942144 60834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22469] ppid=22458 vsize=820256 CPUtime=0.57
/proc/22460/task/22469/stat : 22469 (java) S 22458 22460 22070 0 -1 64 812 0 0 0 57 0 0 0 16 0 12 0 1983285217 839942144 60834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22470] ppid=22458 vsize=820256 CPUtime=0.69
/proc/22460/task/22470/stat : 22470 (java) S 22458 22460 22070 0 -1 64 2792 0 2 0 68 1 0 0 16 0 12 0 1983285218 839942144 60834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22471] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22471/stat : 22471 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983285218 839942144 60834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22472] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22472/stat : 22472 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983285218 839942144 60834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 820256

[startup+12.7028 s]
/proc/loadavg: 2.13 2.10 1.97 4/93 22472
/proc/meminfo: memFree=1266872/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=820256 CPUtime=13.21
/proc/22460/stat : 22460 (java) S 22458 22460 22070 0 -1 0 132072 0 3 0 1266 55 0 0 18 0 12 0 1983285208 839942144 126483 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22460/statm: 205064 126486 1360 9 0 202426 0
[pid=22460/tid=22462] ppid=22458 vsize=820256 CPUtime=6
/proc/22460/task/22462/stat : 22462 (java) S 22458 22460 22070 0 -1 64 35425 0 1 0 585 15 0 0 17 0 12 0 1983285210 839942144 126488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22463] ppid=22458 vsize=820256 CPUtime=4.72
/proc/22460/task/22463/stat : 22463 (java) R 22458 22460 22070 0 -1 64 72286 0 0 0 445 27 0 0 17 0 12 0 1983285211 839942144 126491 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22464] ppid=22458 vsize=820256 CPUtime=1.17
/proc/22460/task/22464/stat : 22464 (java) R 22458 22460 22070 0 -1 64 19947 0 0 0 108 9 0 0 20 0 12 0 1983285211 839942144 126494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22465] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22465/stat : 22465 (java) S 22458 22460 22070 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1983285213 839942144 126497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22466] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22466/stat : 22466 (java) S 22458 22460 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983285213 839942144 126499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22467] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22467/stat : 22467 (java) S 22458 22460 22070 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1983285213 839942144 126502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22468] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22468/stat : 22468 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983285217 839942144 126505 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22469] ppid=22458 vsize=820256 CPUtime=0.57
/proc/22460/task/22469/stat : 22469 (java) S 22458 22460 22070 0 -1 64 812 0 0 0 57 0 0 0 16 0 12 0 1983285217 839942144 126508 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22470] ppid=22458 vsize=820256 CPUtime=0.69
/proc/22460/task/22470/stat : 22470 (java) S 22458 22460 22070 0 -1 64 2792 0 2 0 68 1 0 0 16 0 12 0 1983285218 839942144 126511 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22471] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22471/stat : 22471 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983285218 839942144 126513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22472] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22472/stat : 22472 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983285218 839942144 126516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.21
Current children cumulated vsize (KiB) 820256

[startup+25.503 s]
/proc/loadavg: 2.25 2.13 1.98 3/93 22472
/proc/meminfo: memFree=1042104/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=820256 CPUtime=26.15
/proc/22460/stat : 22460 (java) S 22458 22460 22070 0 -1 0 209192 0 4 0 2528 87 0 0 18 0 12 0 1983285208 839942144 172076 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22460/statm: 205064 172076 1364 9 0 202426 0
[pid=22460/tid=22462] ppid=22458 vsize=820256 CPUtime=9.12
/proc/22460/task/22462/stat : 22462 (java) R 22458 22460 22070 0 -1 64 35440 0 1 0 897 15 0 0 17 0 12 0 1983285210 839942144 172076 996147200 134512640 134550740 4294956032 18446744073709551615 4109756429 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22463] ppid=22458 vsize=820256 CPUtime=9.24
/proc/22460/task/22463/stat : 22463 (java) S 22458 22460 22070 0 -1 64 116840 0 0 0 879 45 0 0 16 0 12 0 1983285211 839942144 172076 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22464] ppid=22458 vsize=820256 CPUtime=1.61
/proc/22460/task/22464/stat : 22464 (java) S 22458 22460 22070 0 -1 64 19947 0 0 0 152 9 0 0 18 0 12 0 1983285211 839942144 172076 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22465] ppid=22458 vsize=820256 CPUtime=4.87
/proc/22460/task/22465/stat : 22465 (java) R 22458 22460 22070 0 -1 64 32599 0 1 0 473 14 0 0 25 0 12 0 1983285213 839942144 172076 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22466] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22466/stat : 22466 (java) S 22458 22460 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983285213 839942144 172076 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22467] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22467/stat : 22467 (java) S 22458 22460 22070 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1983285213 839942144 172076 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22468] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22468/stat : 22468 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983285217 839942144 172076 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22469] ppid=22458 vsize=820256 CPUtime=0.57
/proc/22460/task/22469/stat : 22469 (java) S 22458 22460 22070 0 -1 64 812 0 0 0 57 0 0 0 16 0 12 0 1983285217 839942144 172076 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22470] ppid=22458 vsize=820256 CPUtime=0.69
/proc/22460/task/22470/stat : 22470 (java) S 22458 22460 22070 0 -1 64 2792 0 2 0 68 1 0 0 16 0 12 0 1983285218 839942144 172076 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22471] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22471/stat : 22471 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983285218 839942144 172076 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22472] ppid=22458 vsize=820256 CPUtime=0
/proc/22460/task/22472/stat : 22472 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983285218 839942144 172076 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.15
Current children cumulated vsize (KiB) 820256

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

[startup+28.7013 s]
/proc/loadavg: 2.25 2.13 1.98 3/93 22472
/proc/meminfo: memFree=1030136/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=852260 CPUtime=29.35
/proc/22460/stat : 22460 (java) S 22458 22460 22070 0 -1 0 242646 0 4 0 2833 102 0 0 18 0 12 0 1983285208 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22460/statm: 213065 182019 1364 9 0 210427 0
[pid=22460/tid=22462] ppid=22458 vsize=852260 CPUtime=9.18
/proc/22460/task/22462/stat : 22462 (java) S 22458 22460 22070 0 -1 64 35440 0 1 0 903 15 0 0 18 0 12 0 1983285210 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22463] ppid=22458 vsize=852260 CPUtime=9.24
/proc/22460/task/22463/stat : 22463 (java) S 22458 22460 22070 0 -1 64 116840 0 0 0 879 45 0 0 16 0 12 0 1983285211 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22464] ppid=22458 vsize=852260 CPUtime=1.61
/proc/22460/task/22464/stat : 22464 (java) S 22458 22460 22070 0 -1 64 19947 0 0 0 152 9 0 0 17 0 12 0 1983285211 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22465] ppid=22458 vsize=852260 CPUtime=8
/proc/22460/task/22465/stat : 22465 (java) R 22458 22460 22070 0 -1 64 66053 0 1 0 771 29 0 0 25 0 12 0 1983285213 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22466] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22466/stat : 22466 (java) S 22458 22460 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983285213 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22467] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22467/stat : 22467 (java) S 22458 22460 22070 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1983285213 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22468] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22468/stat : 22468 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983285217 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22469] ppid=22458 vsize=852260 CPUtime=0.57
/proc/22460/task/22469/stat : 22469 (java) S 22458 22460 22070 0 -1 64 812 0 0 0 57 0 0 0 16 0 12 0 1983285217 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22470] ppid=22458 vsize=852260 CPUtime=0.69
/proc/22460/task/22470/stat : 22470 (java) S 22458 22460 22070 0 -1 64 2792 0 2 0 68 1 0 0 16 0 12 0 1983285218 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22471] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22471/stat : 22471 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983285218 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22472] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22472/stat : 22472 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983285218 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.35
Current children cumulated vsize (KiB) 852260

[startup+30.3025 s]
/proc/loadavg: 2.22 2.13 1.98 4/93 22472
/proc/meminfo: memFree=1030200/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=852260 CPUtime=30.95
/proc/22460/stat : 22460 (java) S 22458 22460 22070 0 -1 0 242646 0 4 0 2993 102 0 0 18 0 12 0 1983285208 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22460/statm: 213065 182019 1364 9 0 210427 0
[pid=22460/tid=22462] ppid=22458 vsize=852260 CPUtime=9.18
/proc/22460/task/22462/stat : 22462 (java) S 22458 22460 22070 0 -1 64 35440 0 1 0 903 15 0 0 18 0 12 0 1983285210 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22463] ppid=22458 vsize=852260 CPUtime=9.24
/proc/22460/task/22463/stat : 22463 (java) S 22458 22460 22070 0 -1 64 116840 0 0 0 879 45 0 0 16 0 12 0 1983285211 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22464] ppid=22458 vsize=852260 CPUtime=1.61
/proc/22460/task/22464/stat : 22464 (java) S 22458 22460 22070 0 -1 64 19947 0 0 0 152 9 0 0 17 0 12 0 1983285211 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22465] ppid=22458 vsize=852260 CPUtime=9.6
/proc/22460/task/22465/stat : 22465 (java) R 22458 22460 22070 0 -1 64 66053 0 1 0 931 29 0 0 25 0 12 0 1983285213 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 106123727 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22466] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22466/stat : 22466 (java) S 22458 22460 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983285213 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22467] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22467/stat : 22467 (java) S 22458 22460 22070 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1983285213 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22468] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22468/stat : 22468 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983285217 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22469] ppid=22458 vsize=852260 CPUtime=0.57
/proc/22460/task/22469/stat : 22469 (java) S 22458 22460 22070 0 -1 64 812 0 0 0 57 0 0 0 16 0 12 0 1983285217 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22470] ppid=22458 vsize=852260 CPUtime=0.69
/proc/22460/task/22470/stat : 22470 (java) S 22458 22460 22070 0 -1 64 2792 0 2 0 68 1 0 0 16 0 12 0 1983285218 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22471] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22471/stat : 22471 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983285218 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22472] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22472/stat : 22472 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983285218 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.95
Current children cumulated vsize (KiB) 852260

[startup+30.7025 s]
/proc/loadavg: 2.22 2.13 1.98 3/93 22472
/proc/meminfo: memFree=1030200/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=852260 CPUtime=31.35
/proc/22460/stat : 22460 (java) S 22458 22460 22070 0 -1 0 242646 0 4 0 3033 102 0 0 18 0 12 0 1983285208 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22460/statm: 213065 182019 1364 9 0 210427 0
[pid=22460/tid=22462] ppid=22458 vsize=852260 CPUtime=9.18
/proc/22460/task/22462/stat : 22462 (java) S 22458 22460 22070 0 -1 64 35440 0 1 0 903 15 0 0 18 0 12 0 1983285210 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22463] ppid=22458 vsize=852260 CPUtime=9.24
/proc/22460/task/22463/stat : 22463 (java) S 22458 22460 22070 0 -1 64 116840 0 0 0 879 45 0 0 16 0 12 0 1983285211 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22464] ppid=22458 vsize=852260 CPUtime=1.61
/proc/22460/task/22464/stat : 22464 (java) S 22458 22460 22070 0 -1 64 19947 0 0 0 152 9 0 0 17 0 12 0 1983285211 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22465] ppid=22458 vsize=852260 CPUtime=10.01
/proc/22460/task/22465/stat : 22465 (java) R 22458 22460 22070 0 -1 64 66053 0 1 0 972 29 0 0 25 0 12 0 1983285213 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22466] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22466/stat : 22466 (java) S 22458 22460 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983285213 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22467] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22467/stat : 22467 (java) S 22458 22460 22070 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1983285213 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22468] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22468/stat : 22468 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983285217 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22469] ppid=22458 vsize=852260 CPUtime=0.57
/proc/22460/task/22469/stat : 22469 (java) S 22458 22460 22070 0 -1 64 812 0 0 0 57 0 0 0 16 0 12 0 1983285217 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22470] ppid=22458 vsize=852260 CPUtime=0.69
/proc/22460/task/22470/stat : 22470 (java) S 22458 22460 22070 0 -1 64 2792 0 2 0 68 1 0 0 16 0 12 0 1983285218 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22471] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22471/stat : 22471 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983285218 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22472] ppid=22458 vsize=852260 CPUtime=0
/proc/22460/task/22472/stat : 22472 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983285218 872714240 182019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.35
Current children cumulated vsize (KiB) 852260

[startup+30.9025 s]
/proc/loadavg: 2.22 2.13 1.98 3/93 22472
/proc/meminfo: memFree=1030200/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=820580 CPUtime=31.54
/proc/22460/stat : 22460 (java) S 22458 22460 22070 0 -1 0 242657 0 5 0 3051 103 0 0 18 0 12 0 1983285208 840273920 174028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22460/statm: 205145 174028 1366 9 0 202507 0
[pid=22460/tid=22462] ppid=22458 vsize=820580 CPUtime=9.18
/proc/22460/task/22462/stat : 22462 (java) S 22458 22460 22070 0 -1 64 35446 0 2 0 903 15 0 0 17 0 12 0 1983285210 840273920 174028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22463] ppid=22458 vsize=820580 CPUtime=9.24
/proc/22460/task/22463/stat : 22463 (java) S 22458 22460 22070 0 -1 64 116840 0 0 0 879 45 0 0 16 0 12 0 1983285211 840273920 174028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22464] ppid=22458 vsize=820580 CPUtime=1.61
/proc/22460/task/22464/stat : 22464 (java) S 22458 22460 22070 0 -1 64 19947 0 0 0 152 9 0 0 17 0 12 0 1983285211 840273920 174028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22465] ppid=22458 vsize=820580 CPUtime=10.19
/proc/22460/task/22465/stat : 22465 (java) S 22458 22460 22070 0 -1 64 66053 0 1 0 989 30 0 0 25 0 12 0 1983285213 840273920 174028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22466] ppid=22458 vsize=820580 CPUtime=0
/proc/22460/task/22466/stat : 22466 (java) S 22458 22460 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1983285213 840273920 174028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22460/tid=22467] ppid=22458 vsize=820580 CPUtime=0
/proc/22460/task/22467/stat : 22467 (java) S 22458 22460 22070 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1983285213 840273920 174028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22468] ppid=22458 vsize=820580 CPUtime=0
/proc/22460/task/22468/stat : 22468 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983285217 840273920 174028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22469] ppid=22458 vsize=820580 CPUtime=0.57
/proc/22460/task/22469/stat : 22469 (java) S 22458 22460 22070 0 -1 64 812 0 0 0 57 0 0 0 16 0 12 0 1983285217 840273920 174028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22470] ppid=22458 vsize=820580 CPUtime=0.69
/proc/22460/task/22470/stat : 22470 (java) S 22458 22460 22070 0 -1 64 2792 0 2 0 68 1 0 0 16 0 12 0 1983285218 840273920 174028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22471] ppid=22458 vsize=820580 CPUtime=0
/proc/22460/task/22471/stat : 22471 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983285218 840273920 174028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22460/tid=22472] ppid=22458 vsize=820580 CPUtime=0
/proc/22460/task/22472/stat : 22472 (java) S 22458 22460 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983285218 840273920 174028 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.54
Current children cumulated vsize (KiB) 820580

[startup+31.0025 s]
/proc/loadavg: 2.22 2.13 1.98 3/93 22472
/proc/meminfo: memFree=1030200/2055920 swapFree=4180436/4192956
[pid=22460] ppid=22458 vsize=0 CPUtime=31.59
/proc/22460/stat : 22460 (java) Z 22458 22460 22070 0 -1 12 242661 0 5 0 3051 108 0 0 16 0 2 0 1983285208 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22460/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.59
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 31.0511
CPU time (s): 31.6502
CPU user time (s): 30.5164
CPU system time (s): 1.13383
CPU usage (%): 101.929
Max. virtual memory (cumulated for all children) (KiB): 868264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.5164
system time used= 1.13383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242661
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1570
involuntary context switches= 1920

runsolver used 0.037994 second user time and 0.122981 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-03 01:58:50
IDJOB=1048410
IDBENCH=54361
IDSOLVER=344
FILE ID=node48/1048410-1215043130
PBS_JOBID= 7875079
Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-18_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-1048410-1215043130/watcher-1048410-1215043130 -o /tmp/evaluation-result-1048410-1215043130/solver-1048410-1215043130 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1048410-1215043130.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a4263775f26614618ee62970f0a38af
RANDOM SEED=1412728617

node48.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.231
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.231
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:       1755632 kB
Buffers:         35072 kB
Cached:         168056 kB
SwapCached:       6720 kB
Active:         148060 kB
Inactive:        91780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755632 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2216 kB
Writeback:           0 kB
Mapped:          52528 kB
Slab:            45508 kB
Committed_AS:  4111160 kB
PageTables:       1844 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= 66540 MiB
End job on node48 at 2008-07-03 01:59:21