Trace number 2077114

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 2.1.1? 75.4615 74.367

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg6-8_ext.xml
MD5SUM33c4ba87801147491a9b67c341e1d4e3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.20036
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints14
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.17	c version 2.1.1.v20090622
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version	1.6.0_12
0.08/0.17	c os.name	Linux
0.08/0.17	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 671000808
0.08/0.17	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2077114-1247363365.xml
0.18/0.26	c reading problem ... 
0.48/0.52	c reading problem named null
0.48/0.53	c reading domains done.
0.48/0.53	c reading variables done.
0.48/0.57	c reading relations done.
2.26/2.33	c reading constraints
75.24/74.19	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
75.24/74.19		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
75.24/74.19		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
75.24/74.19		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
75.24/74.19		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
75.24/74.19		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
75.24/74.19		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
75.24/74.19		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
75.24/74.19		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
75.24/74.19		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
75.24/74.19		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
75.24/74.19		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
75.24/74.19		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
75.24/74.19		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
75.24/74.19		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
75.24/74.19		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
75.24/74.19		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
75.24/74.19		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
75.24/74.19		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
75.24/74.19		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
75.24/74.19		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
75.24/74.19		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
75.24/74.19		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
75.24/74.19		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
75.24/74.20		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
75.24/74.20		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
75.24/74.20		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
75.24/74.20		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
75.24/74.20		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
75.24/74.20		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
75.24/74.20		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
75.24/74.20		at org.sat4j.AbstractLauncher.run(Unknown Source)
75.24/74.20		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
75.34/74.20	c starts		: 0
75.34/74.20	c conflicts		: 0
75.34/74.20	c decisions		: 0
75.34/74.20	c propagations		: 0
75.34/74.20	c inspects		: 0
75.34/74.20	c learnt literals	: 0
75.34/74.20	c learnt binary clauses	: 0
75.34/74.20	c learnt ternary clauses	: 0
75.34/74.20	c learnt clauses	: 0
75.34/74.20	c ignored clauses	: 0
75.34/74.20	c root simplifications	: 0
75.34/74.20	c removed literals (reason simplification)	: 0
75.34/74.20	c reason swapping (by a shorter reason)	: 0
75.34/74.20	c Calls to reduceDB	: 0
75.34/74.20	c speed (assignments/second)	: 0.0
75.34/74.20	c non guided choices	0
75.34/74.20	c learnt constraints type 
75.34/74.20	c constraints type 
75.34/74.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7357864
75.34/74.20	c org.sat4j.minisat.constraints.card.AtLeast => 48
75.34/74.20	s UNKNOWN
75.34/74.20	c Total wall clock time (in seconds) : 73.937

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077114-1247363365/watcher-2077114-1247363365 -o /tmp/evaluation-result-2077114-1247363365/solver-2077114-1247363365 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077114-1247363365.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.74 2.41 2.24 4/83 22710
/proc/meminfo: memFree=1179024/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=18576 CPUtime=0
/proc/22710/stat : 22710 (runsolver) R 22708 22710 20785 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 23400087 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 240577473831 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22710/statm: 4644 284 249 26 0 2626 0

[startup+0.00937108 s]
/proc/loadavg: 2.74 2.41 2.24 4/83 22710
/proc/meminfo: memFree=1179024/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=272 CPUtime=0
/proc/22710/stat : 22710 (java6) D 22708 22710 20785 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 23400087 278528 37 996147200 134512640 134550932 4294956176 18446744073709551615 7918372 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/22710/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.101945 s]
/proc/loadavg: 2.74 2.41 2.24 4/83 22710
/proc/meminfo: memFree=1179024/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=802164 CPUtime=0.08
/proc/22710/stat : 22710 (java) S 22708 22710 20785 0 -1 0 2895 0 1 0 6 2 0 0 18 0 7 0 23400087 821415936 2640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/22710/statm: 200541 2640 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.301966 s]
/proc/loadavg: 2.74 2.41 2.24 4/83 22710
/proc/meminfo: memFree=1179024/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=805628 CPUtime=0.28
/proc/22710/stat : 22710 (java) S 22708 22710 20785 0 -1 0 4213 0 1 0 25 3 0 0 18 0 12 0 23400087 824963072 3950 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22710/statm: 201407 3950 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702005 s]
/proc/loadavg: 2.74 2.41 2.24 4/83 22710
/proc/meminfo: memFree=1179024/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=807184 CPUtime=0.68
/proc/22710/stat : 22710 (java) S 22708 22710 20785 0 -1 0 6446 0 1 0 63 5 0 0 18 0 12 0 23400087 826556416 5904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22710/statm: 201796 5904 1384 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50207 s]
/proc/loadavg: 2.74 2.41 2.24 3/95 22722
/proc/meminfo: memFree=1146736/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=807356 CPUtime=1.47
/proc/22710/stat : 22710 (java) S 22708 22710 20785 0 -1 0 12143 0 1 0 139 8 0 0 18 0 12 0 23400087 826732544 11312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22710/statm: 201839 11312 1406 9 0 199166 0
[pid=22710/tid=22712] ppid=22708 vsize=807356 CPUtime=0.82
/proc/22710/task/22712/stat : 22712 (java) R 22708 22710 20785 0 -1 64 9830 0 1 0 75 7 0 0 24 0 12 0 23400089 826732544 11312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22713] ppid=22708 vsize=807356 CPUtime=0
/proc/22710/task/22713/stat : 22713 (java) S 22708 22710 20785 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23400090 826732544 11312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22714] ppid=22708 vsize=807356 CPUtime=0
/proc/22710/task/22714/stat : 22714 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23400090 826732544 11312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22715] ppid=22708 vsize=807356 CPUtime=0
/proc/22710/task/22715/stat : 22715 (java) S 22708 22710 20785 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23400092 826732544 11312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22716] ppid=22708 vsize=807356 CPUtime=0
/proc/22710/task/22716/stat : 22716 (java) S 22708 22710 20785 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23400092 826732544 11312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22717] ppid=22708 vsize=807356 CPUtime=0
/proc/22710/task/22717/stat : 22717 (java) S 22708 22710 20785 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23400093 826732544 11312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22718] ppid=22708 vsize=807356 CPUtime=0
/proc/22710/task/22718/stat : 22718 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23400097 826732544 11312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22719] ppid=22708 vsize=807356 CPUtime=0
/proc/22710/task/22719/stat : 22719 (java) S 22708 22710 20785 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23400097 826732544 11312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22720] ppid=22708 vsize=807356 CPUtime=0.63
/proc/22710/task/22720/stat : 22720 (java) R 22708 22710 20785 0 -1 64 1555 0 0 0 63 0 0 0 16 0 12 0 23400097 826732544 11312 996147200 134512640 134550932 4294956016 18446744073709551615 104161442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22721] ppid=22708 vsize=807356 CPUtime=0
/proc/22710/task/22721/stat : 22721 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23400097 826732544 11312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22722] ppid=22708 vsize=807356 CPUtime=0
/proc/22710/task/22722/stat : 22722 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23400097 826732544 11312 996147200 134512640 134550932 4294956016 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) 807356

[startup+3.10221 s]
/proc/loadavg: 2.74 2.41 2.24 3/95 22722
/proc/meminfo: memFree=1095152/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=809068 CPUtime=3.04
/proc/22710/stat : 22710 (java) S 22708 22710 20785 0 -1 0 28235 0 1 0 286 18 0 0 18 0 12 0 23400087 828485632 26554 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22710/statm: 202267 26554 1422 9 0 199594 0
[pid=22710/tid=22712] ppid=22708 vsize=809068 CPUtime=1.61
/proc/22710/task/22712/stat : 22712 (java) R 22708 22710 20785 0 -1 64 16907 0 1 0 150 11 0 0 25 0 12 0 23400089 828485632 26554 996147200 134512640 134550932 4294956016 18446744073709551615 4109480435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22713] ppid=22708 vsize=809068 CPUtime=0.1
/proc/22710/task/22713/stat : 22713 (java) S 22708 22710 20785 0 -1 64 3955 0 0 0 8 2 0 0 16 0 12 0 23400090 828485632 26554 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22714] ppid=22708 vsize=809068 CPUtime=0.08
/proc/22710/task/22714/stat : 22714 (java) S 22708 22710 20785 0 -1 64 3771 0 0 0 6 2 0 0 16 0 12 0 23400090 828485632 26554 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22715] ppid=22708 vsize=809068 CPUtime=0
/proc/22710/task/22715/stat : 22715 (java) S 22708 22710 20785 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23400092 828485632 26554 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22716] ppid=22708 vsize=809068 CPUtime=0
/proc/22710/task/22716/stat : 22716 (java) S 22708 22710 20785 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23400092 828485632 26554 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22717] ppid=22708 vsize=809068 CPUtime=0
/proc/22710/task/22717/stat : 22717 (java) S 22708 22710 20785 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23400093 828485632 26554 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22718] ppid=22708 vsize=809068 CPUtime=0
/proc/22710/task/22718/stat : 22718 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23400097 828485632 26554 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22719] ppid=22708 vsize=809068 CPUtime=0
/proc/22710/task/22719/stat : 22719 (java) S 22708 22710 20785 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23400097 828485632 26554 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22720] ppid=22708 vsize=809068 CPUtime=1.22
/proc/22710/task/22720/stat : 22720 (java) S 22708 22710 20785 0 -1 64 2835 0 0 0 121 1 0 0 17 0 12 0 23400097 828485632 26554 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22721] ppid=22708 vsize=809068 CPUtime=0
/proc/22710/task/22721/stat : 22721 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23400097 828485632 26554 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22722] ppid=22708 vsize=809068 CPUtime=0
/proc/22710/task/22722/stat : 22722 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23400097 828485632 26554 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 809068

[startup+6.3015 s]
/proc/loadavg: 2.68 2.40 2.24 4/94 22761
/proc/meminfo: memFree=1644152/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=811316 CPUtime=7.26
/proc/22710/stat : 22710 (java) S 22708 22710 20785 0 -1 0 74136 0 1 0 686 40 0 0 18 0 12 0 23400087 830787584 68410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22710/statm: 202829 68410 1422 9 0 200156 0
[pid=22710/tid=22712] ppid=22708 vsize=811316 CPUtime=3.18
/proc/22710/task/22712/stat : 22712 (java) S 22708 22710 20785 0 -1 64 16912 0 1 0 307 11 0 0 18 0 12 0 23400089 830787584 68410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22713] ppid=22708 vsize=811316 CPUtime=1.42
/proc/22710/task/22713/stat : 22713 (java) R 22708 22710 20785 0 -1 64 26619 0 0 0 130 12 0 0 19 0 12 0 23400090 830787584 68410 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22714] ppid=22708 vsize=811316 CPUtime=1.37
/proc/22710/task/22714/stat : 22714 (java) R 22708 22710 20785 0 -1 64 27003 0 0 0 124 13 0 0 17 0 12 0 23400090 830787584 68410 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22710/tid=22715] ppid=22708 vsize=811316 CPUtime=0
/proc/22710/task/22715/stat : 22715 (java) S 22708 22710 20785 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23400092 830787584 68410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22716] ppid=22708 vsize=811316 CPUtime=0
/proc/22710/task/22716/stat : 22716 (java) S 22708 22710 20785 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23400092 830787584 68410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22717] ppid=22708 vsize=811316 CPUtime=0
/proc/22710/task/22717/stat : 22717 (java) S 22708 22710 20785 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23400093 830787584 68410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22718] ppid=22708 vsize=811316 CPUtime=0
/proc/22710/task/22718/stat : 22718 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23400097 830787584 68410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22719] ppid=22708 vsize=811316 CPUtime=0
/proc/22710/task/22719/stat : 22719 (java) S 22708 22710 20785 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23400097 830787584 68410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22720] ppid=22708 vsize=811316 CPUtime=1.24
/proc/22710/task/22720/stat : 22720 (java) S 22708 22710 20785 0 -1 64 2835 0 0 0 123 1 0 0 16 0 12 0 23400097 830787584 68410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22721] ppid=22708 vsize=811316 CPUtime=0
/proc/22710/task/22721/stat : 22721 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23400097 830787584 68410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22722] ppid=22708 vsize=811316 CPUtime=0
/proc/22710/task/22722/stat : 22722 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23400097 830787584 68410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 811316

[startup+12.7021 s]
/proc/loadavg: 2.78 2.43 2.25 4/94 22771
/proc/meminfo: memFree=1232760/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=816440 CPUtime=13.7
/proc/22710/stat : 22710 (java) S 22708 22710 20785 0 -1 0 137623 0 1 0 1298 72 0 0 18 0 12 0 23400087 836034560 130924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22710/statm: 204110 130924 1422 9 0 201437 0
[pid=22710/tid=22712] ppid=22708 vsize=816440 CPUtime=5.65
/proc/22710/task/22712/stat : 22712 (java) S 22708 22710 20785 0 -1 64 29211 0 1 0 547 18 0 0 17 0 12 0 23400089 836034560 130924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22713] ppid=22708 vsize=816440 CPUtime=4.35
/proc/22710/task/22713/stat : 22713 (java) R 22708 22710 20785 0 -1 64 64774 0 0 0 403 32 0 0 22 0 12 0 23400090 836034560 130924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22714] ppid=22708 vsize=816440 CPUtime=2.42
/proc/22710/task/22714/stat : 22714 (java) R 22708 22710 20785 0 -1 64 40036 0 0 0 223 19 0 0 17 0 12 0 23400090 836034560 130924 996147200 134512640 134550932 4294956016 18446744073709551615 106196604 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22715] ppid=22708 vsize=816440 CPUtime=0
/proc/22710/task/22715/stat : 22715 (java) S 22708 22710 20785 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23400092 836034560 130924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22716] ppid=22708 vsize=816440 CPUtime=0
/proc/22710/task/22716/stat : 22716 (java) S 22708 22710 20785 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23400092 836034560 130924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22717] ppid=22708 vsize=816440 CPUtime=0
/proc/22710/task/22717/stat : 22717 (java) S 22708 22710 20785 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23400093 836034560 130924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22718] ppid=22708 vsize=816440 CPUtime=0
/proc/22710/task/22718/stat : 22718 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23400097 836034560 130924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22719] ppid=22708 vsize=816440 CPUtime=0
/proc/22710/task/22719/stat : 22719 (java) S 22708 22710 20785 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23400097 836034560 130924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22720] ppid=22708 vsize=816440 CPUtime=1.24
/proc/22710/task/22720/stat : 22720 (java) S 22708 22710 20785 0 -1 64 2835 0 0 0 123 1 0 0 16 0 12 0 23400097 836034560 130924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22721] ppid=22708 vsize=816440 CPUtime=0
/proc/22710/task/22721/stat : 22721 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23400097 836034560 130924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22722] ppid=22708 vsize=816440 CPUtime=0
/proc/22710/task/22722/stat : 22722 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23400097 836034560 130924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.7
Current children cumulated vsize (KiB) 816440

[startup+25.5022 s]
/proc/loadavg: 2.75 2.44 2.25 3/94 22771
/proc/meminfo: memFree=999672/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=848444 CPUtime=26.88
/proc/22710/stat : 22710 (java) S 22708 22710 20785 0 -1 0 229735 0 1 0 2576 112 0 0 18 0 12 0 23400087 868806656 181270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22710/statm: 212111 181270 1424 9 0 209438 0
[pid=22710/tid=22712] ppid=22708 vsize=848444 CPUtime=7.38
/proc/22710/task/22712/stat : 22712 (java) S 22708 22710 20785 0 -1 64 48012 0 1 0 711 27 0 0 18 0 12 0 23400089 868806656 181270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22713] ppid=22708 vsize=848444 CPUtime=4.98
/proc/22710/task/22713/stat : 22713 (java) S 22708 22710 20785 0 -1 64 71504 0 0 0 462 36 0 0 25 0 12 0 23400090 868806656 181270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22714] ppid=22708 vsize=848444 CPUtime=3.83
/proc/22710/task/22714/stat : 22714 (java) S 22708 22710 20785 0 -1 64 57455 0 0 0 357 26 0 0 16 0 12 0 23400090 868806656 181270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22715] ppid=22708 vsize=848444 CPUtime=9.41
/proc/22710/task/22715/stat : 22715 (java) R 22708 22710 20785 0 -1 64 49174 0 0 0 921 20 0 0 25 0 12 0 23400092 868806656 181270 996147200 134512640 134550932 4294956016 18446744073709551615 105697570 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22716] ppid=22708 vsize=848444 CPUtime=0
/proc/22710/task/22716/stat : 22716 (java) S 22708 22710 20785 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23400092 868806656 181270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22717] ppid=22708 vsize=848444 CPUtime=0
/proc/22710/task/22717/stat : 22717 (java) S 22708 22710 20785 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23400093 868806656 181270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22718] ppid=22708 vsize=848444 CPUtime=0
/proc/22710/task/22718/stat : 22718 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23400097 868806656 181270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22719] ppid=22708 vsize=848444 CPUtime=0

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

[pid=22710/tid=22722] ppid=22708 vsize=832444 CPUtime=0
/proc/22710/task/22722/stat : 22722 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23400097 852422656 177270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.35
Current children cumulated vsize (KiB) 832444

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

[startup+63.9026 s]
/proc/loadavg: 2.38 2.38 2.24 3/94 22771
/proc/meminfo: memFree=1010488/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=818444 CPUtime=65.09
/proc/22710/stat : 22710 (java) S 22708 22710 20785 0 -1 0 391066 0 1 0 6324 185 0 0 18 0 12 0 23400087 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22710/statm: 204611 173770 1424 9 0 201938 0
[pid=22710/tid=22712] ppid=22708 vsize=818444 CPUtime=7.67
/proc/22710/task/22712/stat : 22712 (java) S 22708 22710 20785 0 -1 64 48023 0 1 0 740 27 0 0 17 0 12 0 23400089 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22713] ppid=22708 vsize=818444 CPUtime=4.98
/proc/22710/task/22713/stat : 22713 (java) S 22708 22710 20785 0 -1 64 71504 0 0 0 462 36 0 0 25 0 12 0 23400090 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22714] ppid=22708 vsize=818444 CPUtime=3.83
/proc/22710/task/22714/stat : 22714 (java) S 22708 22710 20785 0 -1 64 57455 0 0 0 357 26 0 0 16 0 12 0 23400090 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22715] ppid=22708 vsize=818444 CPUtime=47.32
/proc/22710/task/22715/stat : 22715 (java) R 22708 22710 20785 0 -1 64 210494 0 0 0 4640 92 0 0 25 0 12 0 23400092 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22716] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22716/stat : 22716 (java) S 22708 22710 20785 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23400092 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22717] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22717/stat : 22717 (java) S 22708 22710 20785 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23400093 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22718] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22718/stat : 22718 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22719] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22719/stat : 22719 (java) S 22708 22710 20785 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22720] ppid=22708 vsize=818444 CPUtime=1.24
/proc/22710/task/22720/stat : 22720 (java) S 22708 22710 20785 0 -1 64 2835 0 0 0 123 1 0 0 16 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22721] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22721/stat : 22721 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22722] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22722/stat : 22722 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.09
Current children cumulated vsize (KiB) 818444

[startup+70.3021 s]
/proc/loadavg: 2.35 2.37 2.24 3/94 22771
/proc/meminfo: memFree=1005048/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=818444 CPUtime=71.46
/proc/22710/stat : 22710 (java) S 22708 22710 20785 0 -1 0 392573 0 1 0 6961 185 0 0 18 0 12 0 23400087 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22710/statm: 204611 173770 1423 9 0 201938 0
[pid=22710/tid=22712] ppid=22708 vsize=818444 CPUtime=7.67
/proc/22710/task/22712/stat : 22712 (java) S 22708 22710 20785 0 -1 64 48026 0 1 0 740 27 0 0 17 0 12 0 23400089 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22713] ppid=22708 vsize=818444 CPUtime=4.98
/proc/22710/task/22713/stat : 22713 (java) S 22708 22710 20785 0 -1 64 71504 0 0 0 462 36 0 0 25 0 12 0 23400090 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22714] ppid=22708 vsize=818444 CPUtime=3.83
/proc/22710/task/22714/stat : 22714 (java) S 22708 22710 20785 0 -1 64 57455 0 0 0 357 26 0 0 16 0 12 0 23400090 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22715] ppid=22708 vsize=818444 CPUtime=53.7
/proc/22710/task/22715/stat : 22715 (java) R 22708 22710 20785 0 -1 64 211998 0 0 0 5277 93 0 0 25 0 12 0 23400092 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 104187874 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22716] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22716/stat : 22716 (java) S 22708 22710 20785 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23400092 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22717] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22717/stat : 22717 (java) S 22708 22710 20785 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23400093 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22718] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22718/stat : 22718 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22719] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22719/stat : 22719 (java) S 22708 22710 20785 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22720] ppid=22708 vsize=818444 CPUtime=1.24
/proc/22710/task/22720/stat : 22720 (java) S 22708 22710 20785 0 -1 64 2835 0 0 0 123 1 0 0 16 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22721] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22721/stat : 22721 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22722] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22722/stat : 22722 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.46
Current children cumulated vsize (KiB) 818444

[startup+71.9023 s]
/proc/loadavg: 2.35 2.37 2.24 3/94 22771
/proc/meminfo: memFree=1003896/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=818444 CPUtime=73.05
/proc/22710/stat : 22710 (java) S 22708 22710 20785 0 -1 0 393325 0 1 0 7119 186 0 0 18 0 12 0 23400087 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22710/statm: 204611 173770 1423 9 0 201938 0
[pid=22710/tid=22712] ppid=22708 vsize=818444 CPUtime=7.67
/proc/22710/task/22712/stat : 22712 (java) S 22708 22710 20785 0 -1 64 48026 0 1 0 740 27 0 0 17 0 12 0 23400089 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22713] ppid=22708 vsize=818444 CPUtime=4.98
/proc/22710/task/22713/stat : 22713 (java) S 22708 22710 20785 0 -1 64 71504 0 0 0 462 36 0 0 25 0 12 0 23400090 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22714] ppid=22708 vsize=818444 CPUtime=3.83
/proc/22710/task/22714/stat : 22714 (java) S 22708 22710 20785 0 -1 64 57455 0 0 0 357 26 0 0 16 0 12 0 23400090 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22715] ppid=22708 vsize=818444 CPUtime=55.29
/proc/22710/task/22715/stat : 22715 (java) R 22708 22710 20785 0 -1 64 212750 0 0 0 5435 94 0 0 25 0 12 0 23400092 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 105880854 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22716] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22716/stat : 22716 (java) S 22708 22710 20785 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23400092 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22717] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22717/stat : 22717 (java) S 22708 22710 20785 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23400093 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22718] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22718/stat : 22718 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22719] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22719/stat : 22719 (java) S 22708 22710 20785 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22720] ppid=22708 vsize=818444 CPUtime=1.24
/proc/22710/task/22720/stat : 22720 (java) S 22708 22710 20785 0 -1 64 2835 0 0 0 123 1 0 0 16 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22721] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22721/stat : 22721 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22722] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22722/stat : 22722 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.05
Current children cumulated vsize (KiB) 818444

[startup+73.5014 s]
/proc/loadavg: 2.32 2.37 2.24 3/94 22771
/proc/meminfo: memFree=1003896/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=818444 CPUtime=74.65
/proc/22710/stat : 22710 (java) S 22708 22710 20785 0 -1 0 393325 0 1 0 7279 186 0 0 18 0 12 0 23400087 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22710/statm: 204611 173770 1423 9 0 201938 0
[pid=22710/tid=22712] ppid=22708 vsize=818444 CPUtime=7.67
/proc/22710/task/22712/stat : 22712 (java) S 22708 22710 20785 0 -1 64 48026 0 1 0 740 27 0 0 17 0 12 0 23400089 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22713] ppid=22708 vsize=818444 CPUtime=4.98
/proc/22710/task/22713/stat : 22713 (java) S 22708 22710 20785 0 -1 64 71504 0 0 0 462 36 0 0 25 0 12 0 23400090 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22714] ppid=22708 vsize=818444 CPUtime=3.83
/proc/22710/task/22714/stat : 22714 (java) S 22708 22710 20785 0 -1 64 57455 0 0 0 357 26 0 0 16 0 12 0 23400090 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22715] ppid=22708 vsize=818444 CPUtime=56.89
/proc/22710/task/22715/stat : 22715 (java) R 22708 22710 20785 0 -1 64 212750 0 0 0 5595 94 0 0 25 0 12 0 23400092 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 106836620 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22716] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22716/stat : 22716 (java) S 22708 22710 20785 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23400092 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22717] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22717/stat : 22717 (java) S 22708 22710 20785 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23400093 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22718] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22718/stat : 22718 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22719] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22719/stat : 22719 (java) S 22708 22710 20785 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22720] ppid=22708 vsize=818444 CPUtime=1.24
/proc/22710/task/22720/stat : 22720 (java) S 22708 22710 20785 0 -1 64 2835 0 0 0 123 1 0 0 16 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22721] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22721/stat : 22721 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22722] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22722/stat : 22722 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.65
Current children cumulated vsize (KiB) 818444

[startup+73.9014 s]
/proc/loadavg: 2.32 2.37 2.24 3/94 22771
/proc/meminfo: memFree=1002104/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=818444 CPUtime=75.04
/proc/22710/stat : 22710 (java) S 22708 22710 20785 0 -1 0 393325 0 1 0 7318 186 0 0 18 0 12 0 23400087 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22710/statm: 204611 173770 1423 9 0 201938 0
[pid=22710/tid=22712] ppid=22708 vsize=818444 CPUtime=7.67
/proc/22710/task/22712/stat : 22712 (java) S 22708 22710 20785 0 -1 64 48026 0 1 0 740 27 0 0 17 0 12 0 23400089 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22713] ppid=22708 vsize=818444 CPUtime=4.98
/proc/22710/task/22713/stat : 22713 (java) S 22708 22710 20785 0 -1 64 71504 0 0 0 462 36 0 0 25 0 12 0 23400090 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22714] ppid=22708 vsize=818444 CPUtime=3.83
/proc/22710/task/22714/stat : 22714 (java) S 22708 22710 20785 0 -1 64 57455 0 0 0 357 26 0 0 16 0 12 0 23400090 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22715] ppid=22708 vsize=818444 CPUtime=57.28
/proc/22710/task/22715/stat : 22715 (java) R 22708 22710 20785 0 -1 64 212750 0 0 0 5634 94 0 0 25 0 12 0 23400092 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 106159261 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22716] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22716/stat : 22716 (java) S 22708 22710 20785 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23400092 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22717] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22717/stat : 22717 (java) S 22708 22710 20785 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23400093 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22718] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22718/stat : 22718 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22719] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22719/stat : 22719 (java) S 22708 22710 20785 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22720] ppid=22708 vsize=818444 CPUtime=1.24
/proc/22710/task/22720/stat : 22720 (java) S 22708 22710 20785 0 -1 64 2835 0 0 0 123 1 0 0 16 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22721] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22721/stat : 22721 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22710/tid=22722] ppid=22708 vsize=818444 CPUtime=0
/proc/22710/task/22722/stat : 22722 (java) S 22708 22710 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23400097 838086656 173770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.04
Current children cumulated vsize (KiB) 818444

[startup+74.3021 s]
/proc/loadavg: 2.32 2.37 2.24 3/94 22771
/proc/meminfo: memFree=1002104/2055920 swapFree=4192812/4192956
[pid=22710] ppid=22708 vsize=0 CPUtime=75.38
/proc/22710/stat : 22710 (java) Z 22708 22710 20785 0 -1 12 393342 0 1 0 7348 190 0 0 16 0 2 0 23400087 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22710/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 75.38
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 74.367
CPU time (s): 75.4615
CPU user time (s): 73.4878
CPU system time (s): 1.9737
CPU usage (%): 101.472
Max. virtual memory (cumulated for all children) (KiB): 864448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.4878
system time used= 1.9737
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 393342
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= 2421
involuntary context switches= 3338

runsolver used 0.100984 second user time and 0.263959 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 03:49:25
IDJOB=2077114
IDBENCH=56555
IDSOLVER=731
FILE ID=node50/2077114-1247363365
PBS_JOBID= 9506893
Free space on /tmp= 66428 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg6-8_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077114-1247363365/watcher-2077114-1247363365 -o /tmp/evaluation-result-2077114-1247363365/solver-2077114-1247363365 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077114-1247363365.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 33c4ba87801147491a9b67c341e1d4e3
RANDOM SEED=267627675

node50.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:       1179504 kB
Buffers:         19536 kB
Cached:          97832 kB
SwapCached:          0 kB
Active:         765352 kB
Inactive:        60588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1179504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:         724264 kB
Slab:            34168 kB
Committed_AS:   897748 kB
PageTables:       3432 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= 66412 MiB
End job on node50 at 2009-07-12 03:50:39