Trace number 1082702

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? 283.724 284.979

General information on the benchmark

Namecsp/super-os/super-os-taillard-7/
normalized-super-os-taillard-7-2.xml
MD5SUM117b721453f3a20943f277ff453ea279
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.09323
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints931
Maximum constraint arity2
Maximum domain size441
Number of constraints which are defined in extension0
Number of constraints which are defined in intension931
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.30	c See www.sat4j.org for details.
0.28/0.30	c That software uses the Rhino library from the Mozilla project.
0.28/0.34	c version 9.9.9.token
0.28/0.34	c sun.arch.data.model	32
0.28/0.34	c java.version	1.6.0_06
0.28/0.34	c os.name	Linux
0.28/0.34	c os.version	2.6.9-22.EL.rootsmp
0.28/0.34	c os.arch	i386
0.28/0.34	c Free memory 669864272
0.28/0.34	c Max memory 672137216
0.28/0.34	c Total memory 672137216
0.28/0.34	c Number of processors 2
0.28/0.39	c c --- Begin Solver configuration ---
0.28/0.39	c Stops conflict analysis at the first Unique Implication Point
0.28/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.39	c Learn all clauses as in MiniSAT
0.28/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.39	c Expensive reason simplification
0.28/0.39	c MiniSAT restarts strategy
0.28/0.39	c timeout=2147483s
0.28/0.39	c DB Simplification allowed=false
0.28/0.39	c --- End Solver configuration ---
0.28/0.39	c solving HOME/instance-1082702-1215223937.xml
0.28/0.39	c reading problem ... 
0.57/0.65	c reading problem named null
0.57/0.65	c reading domains done.
0.57/0.66	c reading variables done.
0.87/0.98	c reading predicates  done.
1.07/1.16	c reading constraints
278.19/279.41	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
280.78/282.04		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
280.78/282.05		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
280.78/282.05		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
280.78/282.05		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
280.78/282.05		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
280.78/282.05		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
280.78/282.05		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
280.78/282.05		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
280.78/282.05		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
280.78/282.05		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
280.78/282.05		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
280.78/282.05		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
280.78/282.05		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
280.78/282.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
280.78/282.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
280.78/282.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
280.78/282.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
280.78/282.05		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
280.78/282.05		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
280.78/282.05		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
280.78/282.05		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
280.78/282.05		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
280.78/282.05		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
280.78/282.05		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
280.78/282.05		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
280.78/282.05		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
280.78/282.05		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
283.39/284.68	c starts		: 0
283.39/284.68	c conflicts		: 0
283.39/284.68	c decisions		: 0
283.39/284.68	c propagations		: 0
283.39/284.68	c inspects		: 0
283.39/284.68	c learnt literals	: 0
283.39/284.68	c learnt binary clauses	: 0
283.39/284.68	c learnt ternary clauses	: 0
283.39/284.68	c learnt clauses	: 0
283.39/284.68	c ignored clauses	: 0
283.39/284.68	c root simplifications	: 0
283.39/284.68	c removed literals (reason simplification)	: 0
283.39/284.68	c reason swapping (by a shorter reason)	: 0
283.39/284.68	c Calls to reduceDB	: 0
283.39/284.69	c speed (assignments/second)	: 0.0
283.39/284.69	c non guided choices	0
283.39/284.69	s UNKNOWN
283.39/284.69	c Total wall clock time (in seconds) : 281.655

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-1082702-1215223937/watcher-1082702-1215223937 -o /tmp/evaluation-result-1082702-1215223937/solver-1082702-1215223937 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1082702-1215223937.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.64 2.24 2.07 4/80 22995
/proc/meminfo: memFree=1465320/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=18572 CPUtime=0
/proc/22995/stat : 22995 (runsolver) R 22993 22995 19313 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2001366035 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 269930261799 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22995/statm: 4643 292 257 25 0 2626 0

[startup+0.043825 s]
/proc/loadavg: 2.64 2.24 2.07 4/80 22995
/proc/meminfo: memFree=1465320/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=801432 CPUtime=0.02
/proc/22995/stat : 22995 (java) S 22993 22995 19313 0 -1 0 2467 0 1 0 1 1 0 0 18 0 5 0 2001366035 820666368 2204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/22995/statm: 200358 2204 936 9 0 197741 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.101834 s]
/proc/loadavg: 2.64 2.24 2.07 4/80 22995
/proc/meminfo: memFree=1465320/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=804612 CPUtime=0.07
/proc/22995/stat : 22995 (java) S 22993 22995 19313 0 -1 0 3001 0 1 0 6 1 0 0 18 0 12 0 2001366035 823922688 2734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22995/statm: 201153 2734 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.301857 s]
/proc/loadavg: 2.64 2.24 2.07 4/80 22995
/proc/meminfo: memFree=1465320/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=808276 CPUtime=0.28
/proc/22995/stat : 22995 (java) S 22993 22995 19313 0 -1 0 5039 0 1 0 25 3 0 0 18 0 12 0 2001366035 827674624 4366 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22995/statm: 202069 4366 1307 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701903 s]
/proc/loadavg: 2.64 2.24 2.07 4/80 22995
/proc/meminfo: memFree=1465320/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=808304 CPUtime=0.67
/proc/22995/stat : 22995 (java) S 22993 22995 19313 0 -1 0 6598 0 1 0 62 5 0 0 18 0 12 0 2001366035 827703296 5726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22995/statm: 202076 5726 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808304

[startup+1.502 s]
/proc/loadavg: 2.64 2.24 2.07 3/92 23007
/proc/meminfo: memFree=1440200/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=811320 CPUtime=1.47
/proc/22995/stat : 22995 (java) S 22993 22995 19313 0 -1 0 11514 0 1 0 139 8 0 0 18 0 12 0 2001366035 830791680 9055 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22995/statm: 202830 9055 1351 9 0 200192 0
[pid=22995/tid=22997] ppid=22993 vsize=811320 CPUtime=0.74
/proc/22995/task/22997/stat : 22997 (java) R 22993 22995 19313 0 -1 64 6569 0 1 0 68 6 0 0 18 0 12 0 2001366036 830791680 9055 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=22998] ppid=22993 vsize=811320 CPUtime=0
/proc/22995/task/22998/stat : 22998 (java) S 22993 22995 19313 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2001366037 830791680 9055 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=22999] ppid=22993 vsize=811320 CPUtime=0
/proc/22995/task/22999/stat : 22999 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001366037 830791680 9055 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23000] ppid=22993 vsize=811320 CPUtime=0
/proc/22995/task/23000/stat : 23000 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 2001366039 830791680 9055 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23001] ppid=22993 vsize=811320 CPUtime=0
/proc/22995/task/23001/stat : 23001 (java) S 22993 22995 19313 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 2001366040 830791680 9055 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23002] ppid=22993 vsize=811320 CPUtime=0
/proc/22995/task/23002/stat : 23002 (java) S 22993 22995 19313 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2001366040 830791680 9055 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23003] ppid=22993 vsize=811320 CPUtime=0
/proc/22995/task/23003/stat : 23003 (java) S 22993 22995 19313 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001366044 830791680 9055 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23004] ppid=22993 vsize=811320 CPUtime=0.48
/proc/22995/task/23004/stat : 23004 (java) S 22993 22995 19313 0 -1 64 3009 0 0 0 48 0 0 0 17 0 12 0 2001366044 830791680 9055 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23005] ppid=22993 vsize=811320 CPUtime=0.21
/proc/22995/task/23005/stat : 23005 (java) R 22993 22995 19313 0 -1 64 1175 0 0 0 21 0 0 0 16 0 12 0 2001366044 830791680 9055 996147200 134512640 134550740 4294956016 18446744073709551615 105838542 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23006] ppid=22993 vsize=811320 CPUtime=0
/proc/22995/task/23006/stat : 23006 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001366044 830791680 9055 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23007] ppid=22993 vsize=811320 CPUtime=0
/proc/22995/task/23007/stat : 23007 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001366044 830791680 9055 996147200 134512640 134550740 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) 811320

[startup+3.10218 s]
/proc/loadavg: 2.64 2.24 2.07 4/92 23007
/proc/meminfo: memFree=1417544/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=825808 CPUtime=3.05
/proc/22995/stat : 22995 (java) S 22993 22995 19313 0 -1 0 22766 0 1 0 292 13 0 0 18 0 12 0 2001366035 845627392 15901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22995/statm: 206452 15901 1378 9 0 203814 0
[pid=22995/tid=22997] ppid=22993 vsize=825808 CPUtime=1.26
/proc/22995/task/22997/stat : 22997 (java) R 22993 22995 19313 0 -1 64 10007 0 1 0 119 7 0 0 24 0 12 0 2001366036 845627392 15901 996147200 134512640 134550740 4294956016 18446744073709551615 103439069 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=22998] ppid=22993 vsize=825808 CPUtime=0
/proc/22995/task/22998/stat : 22998 (java) S 22993 22995 19313 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2001366037 845627392 15901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=22999] ppid=22993 vsize=825808 CPUtime=0
/proc/22995/task/22999/stat : 22999 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001366037 845627392 15901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23000] ppid=22993 vsize=825808 CPUtime=0
/proc/22995/task/23000/stat : 23000 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 2001366039 845627392 15901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23001] ppid=22993 vsize=825808 CPUtime=0
/proc/22995/task/23001/stat : 23001 (java) S 22993 22995 19313 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 2001366040 845627392 15901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23002] ppid=22993 vsize=825808 CPUtime=0
/proc/22995/task/23002/stat : 23002 (java) S 22993 22995 19313 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2001366040 845627392 15901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23003] ppid=22993 vsize=825808 CPUtime=0
/proc/22995/task/23003/stat : 23003 (java) S 22993 22995 19313 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001366044 845627392 15901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23004] ppid=22993 vsize=825808 CPUtime=0.78
/proc/22995/task/23004/stat : 23004 (java) S 22993 22995 19313 0 -1 64 3301 0 0 0 77 1 0 0 16 0 12 0 2001366044 845627392 15901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23005] ppid=22993 vsize=825808 CPUtime=0.98
/proc/22995/task/23005/stat : 23005 (java) R 22993 22995 19313 0 -1 64 8697 0 0 0 95 3 0 0 22 0 12 0 2001366044 845627392 15901 996147200 134512640 134550740 4294956016 18446744073709551615 103117472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23006] ppid=22993 vsize=825808 CPUtime=0
/proc/22995/task/23006/stat : 23006 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001366044 845627392 15901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23007] ppid=22993 vsize=825808 CPUtime=0
/proc/22995/task/23007/stat : 23007 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001366044 845627392 15901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 825808

[startup+6.30256 s]
/proc/loadavg: 2.67 2.25 2.08 4/92 23007
/proc/meminfo: memFree=1359816/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=819892 CPUtime=6.22
/proc/22995/stat : 22995 (java) S 22993 22995 19313 0 -1 0 36640 0 1 0 604 18 0 0 18 0 12 0 2001366035 839569408 28260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22995/statm: 204973 28260 1383 9 0 202335 0
[pid=22995/tid=22997] ppid=22993 vsize=819892 CPUtime=4.12
/proc/22995/task/22997/stat : 22997 (java) R 22993 22995 19313 0 -1 64 17272 0 1 0 401 11 0 0 25 0 12 0 2001366036 839569408 28260 996147200 134512640 134550740 4294956016 18446744073709551615 4109750409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=22998] ppid=22993 vsize=819892 CPUtime=0.1
/proc/22995/task/22998/stat : 22998 (java) S 22993 22995 19313 0 -1 64 2675 0 0 0 10 0 0 0 16 0 12 0 2001366037 839569408 28260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=22999] ppid=22993 vsize=819892 CPUtime=0.11
/proc/22995/task/22999/stat : 22999 (java) S 22993 22995 19313 0 -1 64 3610 0 0 0 11 0 0 0 16 0 12 0 2001366037 839569408 28260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23000] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23000/stat : 23000 (java) S 22993 22995 19313 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 2001366039 839569408 28260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23001] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23001/stat : 23001 (java) S 22993 22995 19313 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001366040 839569408 28260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23002] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23002/stat : 23002 (java) S 22993 22995 19313 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001366040 839569408 28260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23003] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23003/stat : 23003 (java) S 22993 22995 19313 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001366044 839569408 28260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23004] ppid=22993 vsize=819892 CPUtime=0.8
/proc/22995/task/23004/stat : 23004 (java) S 22993 22995 19313 0 -1 64 3302 0 0 0 79 1 0 0 16 0 12 0 2001366044 839569408 28260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23005] ppid=22993 vsize=819892 CPUtime=1.04
/proc/22995/task/23005/stat : 23005 (java) S 22993 22995 19313 0 -1 64 8988 0 0 0 101 3 0 0 16 0 12 0 2001366044 839569408 28260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23006] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23006/stat : 23006 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001366044 839569408 28260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23007] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23007/stat : 23007 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001366044 839569408 28260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 819892

[startup+12.7023 s]
/proc/loadavg: 2.61 2.24 2.08 3/92 23007
/proc/meminfo: memFree=1330312/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=819892 CPUtime=12.56
/proc/22995/stat : 22995 (java) S 22993 22995 19313 0 -1 0 43715 0 1 0 1235 21 0 0 18 0 12 0 2001366035 839569408 35320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22995/statm: 204973 35320 1383 9 0 202335 0
[pid=22995/tid=22997] ppid=22993 vsize=819892 CPUtime=10.2
/proc/22995/task/22997/stat : 22997 (java) R 22993 22995 19313 0 -1 64 17285 0 1 0 1009 11 0 0 25 0 12 0 2001366036 839569408 35320 996147200 134512640 134550740 4294956016 18446744073709551615 4109725695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=22998] ppid=22993 vsize=819892 CPUtime=0.19
/proc/22995/task/22998/stat : 22998 (java) S 22993 22995 19313 0 -1 64 6617 0 0 0 17 2 0 0 16 0 12 0 2001366037 839569408 35320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=22999] ppid=22993 vsize=819892 CPUtime=0.19
/proc/22995/task/22999/stat : 22999 (java) S 22993 22995 19313 0 -1 64 6730 0 0 0 18 1 0 0 16 0 12 0 2001366037 839569408 35320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23000] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23000/stat : 23000 (java) S 22993 22995 19313 0 -1 64 33 0 0 0 0 0 0 0 17 0 12 0 2001366039 839569408 35320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23001] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23001/stat : 23001 (java) S 22993 22995 19313 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001366040 839569408 35320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23002] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23002/stat : 23002 (java) S 22993 22995 19313 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001366040 839569408 35320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23003] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23003/stat : 23003 (java) S 22993 22995 19313 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001366044 839569408 35320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23004] ppid=22993 vsize=819892 CPUtime=0.84
/proc/22995/task/23004/stat : 23004 (java) S 22993 22995 19313 0 -1 64 3302 0 0 0 83 1 0 0 16 0 12 0 2001366044 839569408 35320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23005] ppid=22993 vsize=819892 CPUtime=1.09
/proc/22995/task/23005/stat : 23005 (java) S 22993 22995 19313 0 -1 64 8988 0 0 0 106 3 0 0 16 0 12 0 2001366044 839569408 35320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23006] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23006/stat : 23006 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001366044 839569408 35320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23007] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23007/stat : 23007 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001366044 839569408 35320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 819892

[startup+25.5018 s]
/proc/loadavg: 2.48 2.23 2.07 3/92 23007
/proc/meminfo: memFree=1282568/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=819892 CPUtime=25.23
/proc/22995/stat : 22995 (java) S 22993 22995 19313 0 -1 0 55178 0 1 0 2497 26 0 0 18 0 12 0 2001366035 839569408 46760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22995/statm: 204973 46760 1384 9 0 202335 0
[pid=22995/tid=22997] ppid=22993 vsize=819892 CPUtime=22.61
/proc/22995/task/22997/stat : 22997 (java) R 22993 22995 19313 0 -1 64 17309 0 1 0 2250 11 0 0 25 0 12 0 2001366036 839569408 46760 996147200 134512640 134550740 4294956016 18446744073709551615 4109898579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=22998] ppid=22993 vsize=819892 CPUtime=0.3
/proc/22995/task/22998/stat : 22998 (java) S 22993 22995 19313 0 -1 64 12985 0 0 0 25 5 0 0 16 0 12 0 2001366037 839569408 46760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=22999] ppid=22993 vsize=819892 CPUtime=0.3
/proc/22995/task/22999/stat : 22999 (java) S 22993 22995 19313 0 -1 64 11800 0 0 0 27 3 0 0 16 0 12 0 2001366037 839569408 46760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23000] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23000/stat : 23000 (java) S 22993 22995 19313 0 -1 64 33 0 0 0 0 0 0 0 15 0 12 0 2001366039 839569408 46760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23001] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23001/stat : 23001 (java) S 22993 22995 19313 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001366040 839569408 46760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23002] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23002/stat : 23002 (java) S 22993 22995 19313 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001366040 839569408 46760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23003] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23003/stat : 23003 (java) S 22993 22995 19313 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001366044 839569408 46760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+222.302 s]
/proc/loadavg: 2.25 2.19 2.08 3/92 23007
/proc/meminfo: memFree=769160/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=819892 CPUtime=221.11
/proc/22995/stat : 22995 (java) S 22993 22995 19313 0 -1 0 183330 0 1 0 22033 78 0 0 18 0 12 0 2001366035 839569408 174606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22995/statm: 204973 174606 1390 9 0 202335 0
[pid=22995/tid=22997] ppid=22993 vsize=819892 CPUtime=188.05
/proc/22995/task/22997/stat : 22997 (java) R 22993 22995 19313 0 -1 64 17603 0 1 0 18793 12 0 0 25 0 12 0 2001366036 839569408 174606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=22998] ppid=22993 vsize=819892 CPUtime=2.55
/proc/22995/task/22998/stat : 22998 (java) S 22993 22995 19313 0 -1 64 78873 0 0 0 227 28 0 0 15 0 12 0 2001366037 839569408 174606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=22999] ppid=22993 vsize=819892 CPUtime=2.45
/proc/22995/task/22999/stat : 22999 (java) S 22993 22995 19313 0 -1 64 73424 0 0 0 217 28 0 0 16 0 12 0 2001366037 839569408 174606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23000] ppid=22993 vsize=819892 CPUtime=25.46
/proc/22995/task/23000/stat : 23000 (java) R 22993 22995 19313 0 -1 64 311 0 0 0 2543 3 0 0 16 0 12 0 2001366039 839569408 174606 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23001] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23001/stat : 23001 (java) S 22993 22995 19313 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001366040 839569408 174606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23002] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23002/stat : 23002 (java) S 22993 22995 19313 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001366040 839569408 174606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23003] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23003/stat : 23003 (java) S 22993 22995 19313 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001366044 839569408 174606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23004] ppid=22993 vsize=819892 CPUtime=1
/proc/22995/task/23004/stat : 23004 (java) S 22993 22995 19313 0 -1 64 3309 0 0 0 99 1 0 0 17 0 12 0 2001366044 839569408 174606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23005] ppid=22993 vsize=819892 CPUtime=1.53
/proc/22995/task/23005/stat : 23005 (java) S 22993 22995 19313 0 -1 64 9050 0 0 0 150 3 0 0 17 0 12 0 2001366044 839569408 174606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23006] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23006/stat : 23006 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001366044 839569408 174606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23007] ppid=22993 vsize=819892 CPUtime=0
/proc/22995/task/23007/stat : 23007 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001366044 839569408 174606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.11
Current children cumulated vsize (KiB) 819892

[startup+282.301 s]
/proc/loadavg: 2.37 2.25 2.11 3/92 23007
/proc/meminfo: memFree=768840/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=820216 CPUtime=281.08
/proc/22995/stat : 22995 (java) S 22993 22995 19313 0 -1 0 183430 0 1 0 28029 79 0 0 18 0 13 0 2001366035 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22995/statm: 205054 174613 1390 9 0 202416 0
[pid=22995/tid=22997] ppid=22993 vsize=820216 CPUtime=190.76
/proc/22995/task/22997/stat : 22997 (java) S 22993 22995 19313 0 -1 64 17699 0 1 0 19064 12 0 0 18 0 13 0 2001366036 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=22998] ppid=22993 vsize=820216 CPUtime=2.55
/proc/22995/task/22998/stat : 22998 (java) S 22993 22995 19313 0 -1 64 78873 0 0 0 227 28 0 0 15 0 13 0 2001366037 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=22999] ppid=22993 vsize=820216 CPUtime=2.45
/proc/22995/task/22999/stat : 22999 (java) S 22993 22995 19313 0 -1 64 73424 0 0 0 217 28 0 0 16 0 13 0 2001366037 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23000] ppid=22993 vsize=820216 CPUtime=82.72
/proc/22995/task/23000/stat : 23000 (java) R 22993 22995 19313 0 -1 64 311 0 0 0 8269 3 0 0 25 0 13 0 2001366039 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 106122572 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23001] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23001/stat : 23001 (java) S 22993 22995 19313 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001366040 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23002] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23002/stat : 23002 (java) S 22993 22995 19313 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2001366040 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23003] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23003/stat : 23003 (java) S 22993 22995 19313 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23004] ppid=22993 vsize=820216 CPUtime=1
/proc/22995/task/23004/stat : 23004 (java) S 22993 22995 19313 0 -1 64 3309 0 0 0 99 1 0 0 17 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23005] ppid=22993 vsize=820216 CPUtime=1.53
/proc/22995/task/23005/stat : 23005 (java) S 22993 22995 19313 0 -1 64 9050 0 0 0 150 3 0 0 17 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23006] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23006/stat : 23006 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23007] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23007/stat : 23007 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.08
Current children cumulated vsize (KiB) 820216

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

[startup+283.101 s]
/proc/loadavg: 2.37 2.25 2.11 3/93 23008
/proc/meminfo: memFree=768832/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=820216 CPUtime=281.88
/proc/22995/stat : 22995 (java) S 22993 22995 19313 0 -1 0 183431 0 1 0 28109 79 0 0 18 0 13 0 2001366035 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22995/statm: 205054 174613 1390 9 0 202416 0
[pid=22995/tid=22997] ppid=22993 vsize=820216 CPUtime=190.76
/proc/22995/task/22997/stat : 22997 (java) S 22993 22995 19313 0 -1 64 17699 0 1 0 19064 12 0 0 18 0 13 0 2001366036 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=22998] ppid=22993 vsize=820216 CPUtime=2.55
/proc/22995/task/22998/stat : 22998 (java) S 22993 22995 19313 0 -1 64 78873 0 0 0 227 28 0 0 15 0 13 0 2001366037 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=22999] ppid=22993 vsize=820216 CPUtime=2.45
/proc/22995/task/22999/stat : 22999 (java) S 22993 22995 19313 0 -1 64 73424 0 0 0 217 28 0 0 16 0 13 0 2001366037 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23000] ppid=22993 vsize=820216 CPUtime=83.52
/proc/22995/task/23000/stat : 23000 (java) R 22993 22995 19313 0 -1 64 311 0 0 0 8349 3 0 0 25 0 13 0 2001366039 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 103082192 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23001] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23001/stat : 23001 (java) S 22993 22995 19313 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 2001366040 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23002] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23002/stat : 23002 (java) S 22993 22995 19313 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2001366040 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23003] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23003/stat : 23003 (java) S 22993 22995 19313 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23004] ppid=22993 vsize=820216 CPUtime=1
/proc/22995/task/23004/stat : 23004 (java) S 22993 22995 19313 0 -1 64 3309 0 0 0 99 1 0 0 17 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23005] ppid=22993 vsize=820216 CPUtime=1.53
/proc/22995/task/23005/stat : 23005 (java) S 22993 22995 19313 0 -1 64 9050 0 0 0 150 3 0 0 17 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23006] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23006/stat : 23006 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23007] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23007/stat : 23007 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23008] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23008/stat : 23008 (java) R 22993 22995 19313 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 2001394240 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.88
Current children cumulated vsize (KiB) 820216

[startup+283.902 s]
/proc/loadavg: 2.34 2.25 2.11 3/93 23008
/proc/meminfo: memFree=768832/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=820216 CPUtime=282.69
/proc/22995/stat : 22995 (java) S 22993 22995 19313 0 -1 0 183433 0 1 0 28190 79 0 0 18 0 13 0 2001366035 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22995/statm: 205054 174613 1390 9 0 202416 0
[pid=22995/tid=22997] ppid=22993 vsize=820216 CPUtime=190.76
/proc/22995/task/22997/stat : 22997 (java) S 22993 22995 19313 0 -1 64 17699 0 1 0 19064 12 0 0 18 0 13 0 2001366036 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=22998] ppid=22993 vsize=820216 CPUtime=2.55
/proc/22995/task/22998/stat : 22998 (java) S 22993 22995 19313 0 -1 64 78873 0 0 0 227 28 0 0 15 0 13 0 2001366037 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=22999] ppid=22993 vsize=820216 CPUtime=2.45
/proc/22995/task/22999/stat : 22999 (java) S 22993 22995 19313 0 -1 64 73424 0 0 0 217 28 0 0 16 0 13 0 2001366037 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23000] ppid=22993 vsize=820216 CPUtime=84.32
/proc/22995/task/23000/stat : 23000 (java) R 22993 22995 19313 0 -1 64 311 0 0 0 8429 3 0 0 25 0 13 0 2001366039 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 106122423 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23001] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23001/stat : 23001 (java) S 22993 22995 19313 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 2001366040 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23002] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23002/stat : 23002 (java) S 22993 22995 19313 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2001366040 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23003] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23003/stat : 23003 (java) S 22993 22995 19313 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23004] ppid=22993 vsize=820216 CPUtime=1
/proc/22995/task/23004/stat : 23004 (java) S 22993 22995 19313 0 -1 64 3309 0 0 0 99 1 0 0 17 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23005] ppid=22993 vsize=820216 CPUtime=1.53
/proc/22995/task/23005/stat : 23005 (java) S 22993 22995 19313 0 -1 64 9050 0 0 0 150 3 0 0 17 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23006] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23006/stat : 23006 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23007] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23007/stat : 23007 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2001366044 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23008] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23008/stat : 23008 (java) S 22993 22995 19313 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2001394240 839901184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.69
Current children cumulated vsize (KiB) 820216

[startup+284.702 s]
/proc/loadavg: 2.34 2.25 2.11 3/93 23008
/proc/meminfo: memFree=768832/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=820216 CPUtime=283.49
/proc/22995/stat : 22995 (java) S 22993 22995 19313 0 -1 0 183435 0 1 0 28270 79 0 0 18 0 12 0 2001366035 839901184 174614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22995/statm: 205054 174614 1391 9 0 202416 0
[pid=22995/tid=22997] ppid=22993 vsize=820216 CPUtime=190.76
/proc/22995/task/22997/stat : 22997 (java) S 22993 22995 19313 0 -1 64 17699 0 1 0 19064 12 0 0 16 0 12 0 2001366036 839901184 174614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=22998] ppid=22993 vsize=820216 CPUtime=2.55
/proc/22995/task/22998/stat : 22998 (java) S 22993 22995 19313 0 -1 64 78873 0 0 0 227 28 0 0 15 0 12 0 2001366037 839901184 174614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=22999] ppid=22993 vsize=820216 CPUtime=2.45
/proc/22995/task/22999/stat : 22999 (java) S 22993 22995 19313 0 -1 64 73424 0 0 0 217 28 0 0 16 0 12 0 2001366037 839901184 174614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23000] ppid=22993 vsize=820216 CPUtime=85.12
/proc/22995/task/23000/stat : 23000 (java) R 22993 22995 19313 0 -1 64 311 0 0 0 8509 3 0 0 25 0 12 0 2001366039 839901184 174614 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23001] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23001/stat : 23001 (java) S 22993 22995 19313 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 2001366040 839901184 174614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23002] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23002/stat : 23002 (java) S 22993 22995 19313 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001366040 839901184 174614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23003] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23003/stat : 23003 (java) S 22993 22995 19313 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001366044 839901184 174614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23004] ppid=22993 vsize=820216 CPUtime=1
/proc/22995/task/23004/stat : 23004 (java) S 22993 22995 19313 0 -1 64 3309 0 0 0 99 1 0 0 17 0 12 0 2001366044 839901184 174614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23005] ppid=22993 vsize=820216 CPUtime=1.53
/proc/22995/task/23005/stat : 23005 (java) S 22993 22995 19313 0 -1 64 9050 0 0 0 150 3 0 0 17 0 12 0 2001366044 839901184 174614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22995/tid=23006] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23006/stat : 23006 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001366044 839901184 174614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22995/tid=23007] ppid=22993 vsize=820216 CPUtime=0
/proc/22995/task/23007/stat : 23007 (java) S 22993 22995 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001366044 839901184 174614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 283.49
Current children cumulated vsize (KiB) 820216

[startup+284.906 s]
/proc/loadavg: 2.34 2.25 2.11 3/92 23008
/proc/meminfo: memFree=768832/2055920 swapFree=4179912/4192956
[pid=22995] ppid=22993 vsize=0 CPUtime=283.64
/proc/22995/stat : 22995 (java) Z 22993 22995 19313 0 -1 12 183439 0 1 0 28282 82 0 0 16 0 2 0 2001366035 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22995/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 283.64
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 284.979
CPU time (s): 283.724
CPU user time (s): 282.827
CPU system time (s): 0.896863
CPU usage (%): 99.5597
Max. virtual memory (cumulated for all children) (KiB): 825808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 282.827
system time used= 0.896863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183439
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= 10862
involuntary context switches= 10287

runsolver used 0.308953 second user time and 1.01385 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 04:12:17
IDJOB=1082702
IDBENCH=57323
IDSOLVER=344
FILE ID=node53/1082702-1215223937
PBS_JOBID= 7881706
Free space on /tmp= 65120 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-7/normalized-super-os-taillard-7-2.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-1082702-1215223937/watcher-1082702-1215223937 -o /tmp/evaluation-result-1082702-1215223937/solver-1082702-1215223937 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1082702-1215223937.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 117b721453f3a20943f277ff453ea279
RANDOM SEED=1454596313

node53.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1465800 kB
Buffers:         62696 kB
Cached:         272120 kB
SwapCached:       7428 kB
Active:         351040 kB
Inactive:       176304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465800 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            1192 kB
Writeback:           0 kB
Mapped:         208400 kB
Slab:            47788 kB
Committed_AS:  4741524 kB
PageTables:       2112 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= 65120 MiB
End job on node53 at 2008-07-05 04:17:02