Trace number 1094122

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? 466.293 468.488

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-95-3.xml
MD5SUMdfb2240ca0f054206c6638f309ef341d
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 benchmark0.25396
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size548
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 1521
/proc/meminfo: memFree=1615792/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=152 CPUtime=0
/proc/1521/stat : 1521 (java) R 1519 1521 32005 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 165712042 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 5103915 0 0 4096 0 0 0 0 17 0 0 0
/proc/1521/statm: 38 26 19 9 0 4 0

[startup+0.0944851 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 1521
/proc/meminfo: memFree=1615792/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=804612 CPUtime=0.08
/proc/1521/stat : 1521 (java) S 1519 1521 32005 0 -1 0 3007 0 1 0 6 2 0 0 18 0 12 0 165712042 823922688 2740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 201153 2740 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101482 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 1521
/proc/meminfo: memFree=1615792/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=804756 CPUtime=0.09
/proc/1521/stat : 1521 (java) S 1519 1521 32005 0 -1 0 3165 0 1 0 7 2 0 0 18 0 12 0 165712042 824070144 2896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 201189 2897 1166 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301506 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 1521
/proc/meminfo: memFree=1615792/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=807848 CPUtime=0.3
/proc/1521/stat : 1521 (java) S 1519 1521 32005 0 -1 0 4983 0 1 0 26 4 0 0 18 0 12 0 165712042 827236352 4315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 201962 4315 1309 9 0 199331 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 807848

[startup+0.701548 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 1521
/proc/meminfo: memFree=1615792/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=807876 CPUtime=0.69
/proc/1521/stat : 1521 (java) S 1519 1521 32005 0 -1 0 6412 0 1 0 64 5 0 0 18 0 12 0 165712042 827265024 5742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 201969 5742 1335 9 0 199331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807876

[startup+1.50263 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 1534
/proc/meminfo: memFree=1588944/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=816184 CPUtime=1.49
/proc/1521/stat : 1521 (java) S 1519 1521 32005 0 -1 0 13186 0 1 0 140 9 0 0 18 0 12 0 165712042 835772416 10577 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 204046 10577 1351 9 0 201408 0
[pid=1521/tid=1523] ppid=1519 vsize=816184 CPUtime=0.74
/proc/1521/task/1523/stat : 1523 (java) R 1519 1521 32005 0 -1 64 7194 0 1 0 68 6 0 0 25 0 12 0 165712043 835772416 10577 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1525] ppid=1519 vsize=816184 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 32005 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165712044 835772416 10577 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=816184 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 165712044 835772416 10577 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=816184 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 32005 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 165712046 835772416 10577 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=816184 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 32005 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 165712046 835772416 10577 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=816184 CPUtime=0
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 32005 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 165712046 835772416 10577 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1530] ppid=1519 vsize=816184 CPUtime=0
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 32005 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165712050 835772416 10577 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=816184 CPUtime=0.4
/proc/1521/task/1531/stat : 1531 (java) R 1519 1521 32005 0 -1 64 3568 0 0 0 39 1 0 0 17 0 12 0 165712050 835772416 10577 996147200 134512640 134550740 4294956016 18446744073709551615 104093563 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=816184 CPUtime=0.32
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 32005 0 -1 64 1662 0 0 0 32 0 0 0 16 0 12 0 165712050 835772416 10577 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1533] ppid=1519 vsize=816184 CPUtime=0
/proc/1521/task/1533/stat : 1533 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165712050 835772416 10577 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1534] ppid=1519 vsize=816184 CPUtime=0
/proc/1521/task/1534/stat : 1534 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165712050 835772416 10577 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 816184

[startup+3.1028 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 1534
/proc/meminfo: memFree=1555024/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=816268 CPUtime=3.08
/proc/1521/stat : 1521 (java) S 1519 1521 32005 0 -1 0 29799 0 1 0 293 15 0 0 18 0 12 0 165712042 835858432 26237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 204067 26239 1378 9 0 201429 0
[pid=1521/tid=1523] ppid=1519 vsize=816268 CPUtime=1.91
/proc/1521/task/1523/stat : 1523 (java) R 1519 1521 32005 0 -1 64 17269 0 1 0 181 10 0 0 25 0 12 0 165712043 835858432 26240 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1525] ppid=1519 vsize=816268 CPUtime=0.06
/proc/1521/task/1525/stat : 1525 (java) R 1519 1521 32005 0 -1 64 2891 0 0 0 6 0 0 0 16 0 12 0 165712044 835858432 26242 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=816268 CPUtime=0.04
/proc/1521/task/1526/stat : 1526 (java) R 1519 1521 32005 0 -1 64 2762 0 0 0 4 0 0 0 15 0 12 0 165712044 835858432 26244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=816268 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 32005 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 165712046 835858432 26245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=816268 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 32005 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165712046 835858432 26247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=816268 CPUtime=0
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 32005 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165712046 835858432 26248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1530] ppid=1519 vsize=816268 CPUtime=0
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 32005 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165712050 835858432 26250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=816268 CPUtime=0.6
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 32005 0 -1 64 4381 0 0 0 59 1 0 0 16 0 12 0 165712050 835858432 26252 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=816268 CPUtime=0.41
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 32005 0 -1 64 1709 0 0 0 41 0 0 0 16 0 12 0 165712050 835858432 26253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1533] ppid=1519 vsize=816268 CPUtime=0
/proc/1521/task/1533/stat : 1533 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165712050 835858432 26255 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1534] ppid=1519 vsize=816268 CPUtime=0
/proc/1521/task/1534/stat : 1534 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165712050 835858432 26256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 816268

[startup+6.30114 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 1534
/proc/meminfo: memFree=1512208/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=814416 CPUtime=6.27
/proc/1521/stat : 1521 (java) S 1519 1521 32005 0 -1 0 32609 0 1 0 611 16 0 0 18 0 12 0 165712042 833961984 28617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 203604 28617 1378 9 0 200966 0
[pid=1521/tid=1523] ppid=1519 vsize=814416 CPUtime=4.89
/proc/1521/task/1523/stat : 1523 (java) R 1519 1521 32005 0 -1 64 17276 0 1 0 479 10 0 0 25 0 12 0 165712043 833961984 28617 996147200 134512640 134550740 4294956016 18446744073709551615 4109577829 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1525] ppid=1519 vsize=814416 CPUtime=0.16
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 32005 0 -1 64 4477 0 0 0 15 1 0 0 16 0 12 0 165712044 833961984 28617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=814416 CPUtime=0.14
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 32005 0 -1 64 3973 0 0 0 13 1 0 0 16 0 12 0 165712044 833961984 28617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=814416 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 32005 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 165712046 833961984 28617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=814416 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 32005 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165712046 833961984 28617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=814416 CPUtime=0
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 32005 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165712046 833961984 28617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1530] ppid=1519 vsize=814416 CPUtime=0
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 32005 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165712050 833961984 28617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=814416 CPUtime=0.61
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 32005 0 -1 64 4381 0 0 0 60 1 0 0 16 0 12 0 165712050 833961984 28617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=814416 CPUtime=0.41
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 32005 0 -1 64 1710 0 0 0 41 0 0 0 17 0 12 0 165712050 833961984 28617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1533] ppid=1519 vsize=814416 CPUtime=0
/proc/1521/task/1533/stat : 1533 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165712050 833961984 28617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1534] ppid=1519 vsize=814416 CPUtime=0
/proc/1521/task/1534/stat : 1534 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165712050 833961984 28617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 814416

[startup+12.7018 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 1534
/proc/meminfo: memFree=1481552/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=814264 CPUtime=12.64
/proc/1521/stat : 1521 (java) S 1519 1521 32005 0 -1 0 39286 0 1 0 1246 18 0 0 18 0 12 0 165712042 833806336 35244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 203566 35244 1379 9 0 200928 0
[pid=1521/tid=1523] ppid=1519 vsize=814264 CPUtime=11.06
/proc/1521/task/1523/stat : 1523 (java) R 1519 1521 32005 0 -1 64 17288 0 1 0 1096 10 0 0 25 0 12 0 165712043 833806336 35244 996147200 134512640 134550740 4294956016 18446744073709551615 4109646161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1525] ppid=1519 vsize=814264 CPUtime=0.22
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 32005 0 -1 64 7787 0 0 0 20 2 0 0 16 0 12 0 165712044 833806336 35244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=814264 CPUtime=0.2
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 32005 0 -1 64 7320 0 0 0 18 2 0 0 16 0 12 0 165712044 833806336 35244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 32005 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 165712046 833806336 35244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 32005 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165712046 833806336 35244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 32005 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165712046 833806336 35244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1530] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 32005 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165712050 833806336 35244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=814264 CPUtime=0.65
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 32005 0 -1 64 4386 0 0 0 64 1 0 0 16 0 12 0 165712050 833806336 35244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1532] ppid=1519 vsize=814264 CPUtime=0.45
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 32005 0 -1 64 1713 0 0 0 45 0 0 0 16 0 12 0 165712050 833806336 35244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1533] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1533/stat : 1533 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165712050 833806336 35244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1534] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1534/stat : 1534 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165712050 833806336 35244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 814264

[startup+25.5022 s]
/proc/loadavg: 2.03 2.00 2.00 3/84 1534
/proc/meminfo: memFree=1434448/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=814264 CPUtime=25.39
/proc/1521/stat : 1521 (java) S 1519 1521 32005 0 -1 0 50527 0 1 0 2517 22 0 0 18 0 12 0 165712042 833806336 46463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 203566 46463 1379 9 0 200928 0
[pid=1521/tid=1523] ppid=1519 vsize=814264 CPUtime=23.57
/proc/1521/task/1523/stat : 1523 (java) R 1519 1521 32005 0 -1 64 17310 0 1 0 2347 10 0 0 25 0 12 0 165712043 833806336 46463 996147200 134512640 134550740 4294956016 18446744073709551615 4109675971 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1525] ppid=1519 vsize=814264 CPUtime=0.33
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 32005 0 -1 64 12972 0 0 0 29 4 0 0 16 0 12 0 165712044 833806336 46463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1526] ppid=1519 vsize=814264 CPUtime=0.31
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 32005 0 -1 64 13354 0 0 0 28 3 0 0 16 0 12 0 165712044 833806336 46463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1527] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1527/stat : 1527 (java) S 1519 1521 32005 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 165712046 833806336 46463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 32005 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165712046 833806336 46463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 32005 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165712046 833806336 46463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1530] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 32005 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165712050 833806336 46463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


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

[startup+463.902 s]
/proc/loadavg: 2.09 2.14 2.06 3/96 1574
/proc/meminfo: memFree=539760/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=816268 CPUtime=461.76
/proc/1521/stat : 1521 (java) S 1519 1521 32005 0 -1 0 183960 0 1 0 46098 78 0 0 18 0 12 0 165712042 835858432 173599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 204067 173599 1387 9 0 201429 0
[pid=1521/tid=1523] ppid=1519 vsize=816268 CPUtime=236.23
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 32005 0 -1 64 18094 0 1 0 23610 13 0 0 16 0 12 0 165712043 835858432 173599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1525] ppid=1519 vsize=816268 CPUtime=2.79
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 32005 0 -1 64 75059 0 0 0 253 26 0 0 16 0 12 0 165712044 835858432 173599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1526] ppid=1519 vsize=816268 CPUtime=2.79
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 32005 0 -1 64 77360 0 0 0 253 26 0 0 15 0 12 0 165712044 835858432 173599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1527] ppid=1519 vsize=816268 CPUtime=218.67
/proc/1521/task/1527/stat : 1527 (java) R 1519 1521 32005 0 -1 64 6560 0 0 0 21859 8 0 0 25 0 12 0 165712046 835858432 173599 996147200 134512640 134550740 4294956016 18446744073709551615 104136304 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=816268 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 32005 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165712046 835858432 173599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1529] ppid=1519 vsize=816268 CPUtime=0
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 32005 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165712046 835858432 173599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1530] ppid=1519 vsize=816268 CPUtime=0
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 32005 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165712050 835858432 173599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=816268 CPUtime=0.71
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 32005 0 -1 64 4407 0 0 0 70 1 0 0 16 0 12 0 165712050 835858432 173599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1532] ppid=1519 vsize=816268 CPUtime=0.5
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 32005 0 -1 64 1718 0 0 0 50 0 0 0 16 0 12 0 165712050 835858432 173599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1533] ppid=1519 vsize=816268 CPUtime=0
/proc/1521/task/1533/stat : 1533 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165712050 835858432 173599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1534] ppid=1519 vsize=816268 CPUtime=0
/proc/1521/task/1534/stat : 1534 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165712050 835858432 173599 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.76
Current children cumulated vsize (KiB) 816268

[startup+465.502 s]
/proc/loadavg: 2.09 2.14 2.06 3/96 1574
/proc/meminfo: memFree=541616/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=814264 CPUtime=463.36
/proc/1521/stat : 1521 (java) S 1519 1521 32005 0 -1 0 184969 0 1 0 46257 79 0 0 18 0 12 0 165712042 833806336 173101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 203566 173101 1390 9 0 200928 0
[pid=1521/tid=1523] ppid=1519 vsize=814264 CPUtime=236.24
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 32005 0 -1 64 18100 0 1 0 23611 13 0 0 15 0 12 0 165712043 833806336 173101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1525] ppid=1519 vsize=814264 CPUtime=2.79
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 32005 0 -1 64 75059 0 0 0 253 26 0 0 16 0 12 0 165712044 833806336 173101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1526] ppid=1519 vsize=814264 CPUtime=2.79
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 32005 0 -1 64 77360 0 0 0 253 26 0 0 15 0 12 0 165712044 833806336 173101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1527] ppid=1519 vsize=814264 CPUtime=220.26
/proc/1521/task/1527/stat : 1527 (java) R 1519 1521 32005 0 -1 64 7563 0 0 0 22018 8 0 0 25 0 12 0 165712046 833806336 173101 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 32005 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165712046 833806336 173101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 32005 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165712046 833806336 173101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1530] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 32005 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165712050 833806336 173101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=814264 CPUtime=0.71
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 32005 0 -1 64 4407 0 0 0 70 1 0 0 16 0 12 0 165712050 833806336 173101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1532] ppid=1519 vsize=814264 CPUtime=0.5
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 32005 0 -1 64 1718 0 0 0 50 0 0 0 16 0 12 0 165712050 833806336 173101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1533] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1533/stat : 1533 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165712050 833806336 173101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1534] ppid=1519 vsize=814264 CPUtime=0
/proc/1521/task/1534/stat : 1534 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165712050 833806336 173101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 463.36
Current children cumulated vsize (KiB) 814264

[startup+467.102 s]
/proc/loadavg: 2.08 2.14 2.06 3/97 1575
/proc/meminfo: memFree=541608/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=814588 CPUtime=464.95
/proc/1521/stat : 1521 (java) S 1519 1521 32005 0 -1 0 184979 0 1 0 46416 79 0 0 18 0 13 0 165712042 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 203647 173108 1390 9 0 201009 0
[pid=1521/tid=1523] ppid=1519 vsize=814588 CPUtime=236.24
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 32005 0 -1 64 18104 0 1 0 23611 13 0 0 16 0 13 0 165712043 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1525] ppid=1519 vsize=814588 CPUtime=2.79
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 32005 0 -1 64 75059 0 0 0 253 26 0 0 16 0 13 0 165712044 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1526] ppid=1519 vsize=814588 CPUtime=2.79
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 32005 0 -1 64 77360 0 0 0 253 26 0 0 15 0 13 0 165712044 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1527] ppid=1519 vsize=814588 CPUtime=221.84
/proc/1521/task/1527/stat : 1527 (java) R 1519 1521 32005 0 -1 64 7563 0 0 0 22176 8 0 0 25 0 13 0 165712046 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 32005 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 165712046 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 32005 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165712046 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1530] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 32005 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 165712050 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=814588 CPUtime=0.71
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 32005 0 -1 64 4407 0 0 0 70 1 0 0 16 0 13 0 165712050 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1532] ppid=1519 vsize=814588 CPUtime=0.5
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 32005 0 -1 64 1718 0 0 0 50 0 0 0 16 0 13 0 165712050 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1533] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1533/stat : 1533 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165712050 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1534] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1534/stat : 1534 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165712050 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1575] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1575/stat : 1575 (java) S 1519 1521 32005 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165758654 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 464.95
Current children cumulated vsize (KiB) 814588

[startup+467.902 s]
/proc/loadavg: 2.08 2.14 2.06 3/97 1575
/proc/meminfo: memFree=541608/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=814588 CPUtime=465.74
/proc/1521/stat : 1521 (java) S 1519 1521 32005 0 -1 0 184980 0 1 0 46495 79 0 0 18 0 13 0 165712042 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 203647 173108 1390 9 0 201009 0
[pid=1521/tid=1523] ppid=1519 vsize=814588 CPUtime=236.24
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 32005 0 -1 64 18104 0 1 0 23611 13 0 0 16 0 13 0 165712043 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1525] ppid=1519 vsize=814588 CPUtime=2.79
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 32005 0 -1 64 75059 0 0 0 253 26 0 0 16 0 13 0 165712044 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1526] ppid=1519 vsize=814588 CPUtime=2.79
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 32005 0 -1 64 77360 0 0 0 253 26 0 0 15 0 13 0 165712044 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1527] ppid=1519 vsize=814588 CPUtime=222.64
/proc/1521/task/1527/stat : 1527 (java) R 1519 1521 32005 0 -1 64 7563 0 0 0 22256 8 0 0 25 0 13 0 165712046 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 32005 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 165712046 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 32005 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165712046 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1530] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 32005 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 165712050 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=814588 CPUtime=0.71
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 32005 0 -1 64 4407 0 0 0 70 1 0 0 16 0 13 0 165712050 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1532] ppid=1519 vsize=814588 CPUtime=0.5
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 32005 0 -1 64 1718 0 0 0 50 0 0 0 16 0 13 0 165712050 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1533] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1533/stat : 1533 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165712050 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1534] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1534/stat : 1534 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165712050 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1575] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1575/stat : 1575 (java) S 1519 1521 32005 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165758654 834138112 173108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 465.74
Current children cumulated vsize (KiB) 814588

[startup+468.302 s]
/proc/loadavg: 2.08 2.14 2.06 3/97 1575
/proc/meminfo: memFree=541608/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=814588 CPUtime=466.14
/proc/1521/stat : 1521 (java) S 1519 1521 32005 0 -1 0 184982 0 1 0 46535 79 0 0 18 0 12 0 165712042 834138112 173109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 203647 173109 1391 9 0 201009 0
[pid=1521/tid=1523] ppid=1519 vsize=814588 CPUtime=236.24
/proc/1521/task/1523/stat : 1523 (java) S 1519 1521 32005 0 -1 64 18104 0 1 0 23611 13 0 0 16 0 12 0 165712043 834138112 173109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1525] ppid=1519 vsize=814588 CPUtime=2.79
/proc/1521/task/1525/stat : 1525 (java) S 1519 1521 32005 0 -1 64 75059 0 0 0 253 26 0 0 16 0 12 0 165712044 834138112 173109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1526] ppid=1519 vsize=814588 CPUtime=2.79
/proc/1521/task/1526/stat : 1526 (java) S 1519 1521 32005 0 -1 64 77360 0 0 0 253 26 0 0 15 0 12 0 165712044 834138112 173109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1527] ppid=1519 vsize=814588 CPUtime=223.04
/proc/1521/task/1527/stat : 1527 (java) R 1519 1521 32005 0 -1 64 7563 0 0 0 22296 8 0 0 25 0 12 0 165712046 834138112 173109 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1528] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1519 1521 32005 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165712046 834138112 173109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1529] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1529/stat : 1529 (java) S 1519 1521 32005 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165712046 834138112 173109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1530] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1530/stat : 1530 (java) S 1519 1521 32005 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 165712050 834138112 173109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1531] ppid=1519 vsize=814588 CPUtime=0.71
/proc/1521/task/1531/stat : 1531 (java) S 1519 1521 32005 0 -1 64 4407 0 0 0 70 1 0 0 16 0 12 0 165712050 834138112 173109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1532] ppid=1519 vsize=814588 CPUtime=0.5
/proc/1521/task/1532/stat : 1532 (java) S 1519 1521 32005 0 -1 64 1718 0 0 0 50 0 0 0 16 0 12 0 165712050 834138112 173109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1533] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1533/stat : 1533 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165712050 834138112 173109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1521/tid=1534] ppid=1519 vsize=814588 CPUtime=0
/proc/1521/task/1534/stat : 1534 (java) S 1519 1521 32005 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165712050 834138112 173109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 466.14
Current children cumulated vsize (KiB) 814588

[startup+468.402 s]
/proc/loadavg: 2.08 2.14 2.06 3/97 1575
/proc/meminfo: memFree=541608/2055920 swapFree=4181096/4192956
[pid=1521] ppid=1519 vsize=0 CPUtime=466.19
/proc/1521/stat : 1521 (java) Z 1519 1521 32005 0 -1 12 184986 0 1 0 46539 80 0 0 16 0 2 0 165712042 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 466.19
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 468.488
CPU time (s): 466.293
CPU user time (s): 465.399
CPU system time (s): 0.893864
CPU usage (%): 99.5316
Max. virtual memory (cumulated for all children) (KiB): 816492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 465.399
system time used= 0.893864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184986
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= 15768
involuntary context switches= 21346

runsolver used 0.602908 second user time and 1.55976 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-05 19:30:07
IDJOB=1094122
IDBENCH=58756
IDSOLVER=344
FILE ID=node46/1094122-1215279007
PBS_JOBID= 7882241
Free space on /tmp= 66212 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dfb2240ca0f054206c6638f309ef341d
RANDOM SEED=359445330

node46.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.238
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.238
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:       1616208 kB
Buffers:         82068 kB
Cached:         285420 kB
SwapCached:       6172 kB
Active:         234708 kB
Inactive:       147344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1616208 kB
SwapTotal:     4192956 kB
SwapFree:      4181096 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:          22508 kB
Slab:            43280 kB
Committed_AS:   454284 kB
PageTables:       1504 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66208 MiB
End job on node46 at 2008-07-05 19:37:55