Trace number 1051770

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? 300.691 300.35

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-190_ext.xml
MD5SUM11abc635dddb5c8195ce87ef959e164c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.24175
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1051770-1215054729.xml
0.38/0.40	c reading problem ... 
0.58/0.67	c reading problem named null
0.58/0.67	c reading domains done.
0.58/0.68	c reading variables done.
0.87/0.92	c reading relations done.
1.86/1.91	c reading constraints
300.56/300.22	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
300.56/300.22		at java.lang.Integer.valueOf(Unknown Source)
300.56/300.22		at org.sat4j.csp.constraints.Supports.find(Supports.java:85)
300.56/300.22		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
300.56/300.22		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
300.56/300.22		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
300.56/300.22		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
300.56/300.22		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
300.56/300.22		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
300.56/300.22		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
300.56/300.22		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
300.56/300.22		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
300.56/300.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
300.56/300.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
300.56/300.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
300.56/300.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
300.56/300.22		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
300.56/300.22		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
300.56/300.22		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
300.56/300.22		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
300.56/300.22		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
300.56/300.22		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
300.56/300.22		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
300.56/300.22		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
300.56/300.22		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
300.56/300.22		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
300.56/300.22	c starts		: 0
300.56/300.22	c conflicts		: 0
300.56/300.22	c decisions		: 0
300.56/300.22	c propagations		: 0
300.56/300.22	c inspects		: 0
300.56/300.22	c learnt literals	: 0
300.56/300.22	c learnt binary clauses	: 0
300.56/300.22	c learnt ternary clauses	: 0
300.56/300.22	c learnt clauses	: 0
300.56/300.22	c ignored clauses	: 0
300.56/300.22	c root simplifications	: 0
300.56/300.22	c removed literals (reason simplification)	: 0
300.56/300.22	c reason swapping (by a shorter reason)	: 0
300.56/300.22	c Calls to reduceDB	: 0
300.56/300.22	c speed (assignments/second)	: 0.0
300.56/300.22	c non guided choices	0
300.56/300.23	s UNKNOWN
300.56/300.23	c Total wall clock time (in seconds) : 299.819

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-1051770-1215054729/watcher-1051770-1215054729 -o /tmp/evaluation-result-1051770-1215054729/solver-1051770-1215054729 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1051770-1215054729.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.00 2.00 2.00 4/75 14150
/proc/meminfo: memFree=737800/2055920 swapFree=4154836/4192956
[pid=14150] ppid=14148 vsize=18572 CPUtime=0
/proc/14150/stat : 14150 (runsolver) R 14148 14150 11585 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 238460846 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 269807578407 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14150/statm: 4643 292 257 25 0 2626 0

[startup+0.0593019 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 14150
/proc/meminfo: memFree=737800/2055920 swapFree=4154836/4192956
[pid=14150] ppid=14148 vsize=802236 CPUtime=0.04
/proc/14150/stat : 14150 (java) S 14148 14150 11585 0 -1 0 2644 0 1 0 2 2 0 0 21 0 7 0 238460846 821489664 2379 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 200559 2379 992 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.101305 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 14150
/proc/meminfo: memFree=737800/2055920 swapFree=4154836/4192956
[pid=14150] ppid=14148 vsize=804612 CPUtime=0.08
/proc/14150/stat : 14150 (java) S 14148 14150 11585 0 -1 0 2996 0 1 0 6 2 0 0 21 0 12 0 238460846 823922688 2729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 201153 2729 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301331 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 14150
/proc/meminfo: memFree=737800/2055920 swapFree=4154836/4192956
[pid=14150] ppid=14148 vsize=807848 CPUtime=0.28
/proc/14150/stat : 14150 (java) S 14148 14150 11585 0 -1 0 4864 0 1 0 24 4 0 0 21 0 12 0 238460846 827236352 4191 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 201962 4191 1297 9 0 199331 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807848

[startup+0.701372 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 14150
/proc/meminfo: memFree=737800/2055920 swapFree=4154836/4192956
[pid=14150] ppid=14148 vsize=807876 CPUtime=0.67
/proc/14150/stat : 14150 (java) S 14148 14150 11585 0 -1 0 6085 0 1 0 62 5 0 0 21 0 12 0 238460846 827265024 5410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 201969 5410 1335 9 0 199331 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807876

[startup+1.50146 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 14162
/proc/meminfo: memFree=714664/2055920 swapFree=4154836/4192956
[pid=14150] ppid=14148 vsize=807876 CPUtime=1.47
/proc/14150/stat : 14150 (java) S 14148 14150 11585 0 -1 0 9075 0 1 0 140 7 0 0 21 0 12 0 238460846 827265024 8399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 201969 8399 1350 9 0 199331 0
[pid=14150/tid=14152] ppid=14148 vsize=807876 CPUtime=0.65
/proc/14150/task/14152/stat : 14152 (java) R 14148 14150 11585 0 -1 64 6751 0 1 0 60 5 0 0 25 0 12 0 238460847 827265024 8399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=807876 CPUtime=0
/proc/14150/task/14153/stat : 14153 (java) S 14148 14150 11585 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 238460849 827265024 8399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14154] ppid=14148 vsize=807876 CPUtime=0
/proc/14150/task/14154/stat : 14154 (java) S 14148 14150 11585 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 238460849 827265024 8399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14155] ppid=14148 vsize=807876 CPUtime=0
/proc/14150/task/14155/stat : 14155 (java) S 14148 14150 11585 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 238460850 827265024 8399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14156] ppid=14148 vsize=807876 CPUtime=0
/proc/14150/task/14156/stat : 14156 (java) S 14148 14150 11585 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 238460851 827265024 8399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14157] ppid=14148 vsize=807876 CPUtime=0
/proc/14150/task/14157/stat : 14157 (java) S 14148 14150 11585 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 238460851 827265024 8399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14158] ppid=14148 vsize=807876 CPUtime=0
/proc/14150/task/14158/stat : 14158 (java) S 14148 14150 11585 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 238460855 827265024 8399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14159] ppid=14148 vsize=807876 CPUtime=0.34
/proc/14150/task/14159/stat : 14159 (java) R 14148 14150 11585 0 -1 64 426 0 0 0 34 0 0 0 16 0 12 0 238460855 827265024 8399 996147200 134512640 134550740 4294956032 18446744073709551615 105557757 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14160] ppid=14148 vsize=807876 CPUtime=0.45
/proc/14150/task/14160/stat : 14160 (java) S 14148 14150 11585 0 -1 64 1131 0 0 0 45 0 0 0 16 0 12 0 238460855 827265024 8399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14161] ppid=14148 vsize=807876 CPUtime=0
/proc/14150/task/14161/stat : 14161 (java) S 14148 14150 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 238460855 827265024 8399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14162] ppid=14148 vsize=807876 CPUtime=0
/proc/14150/task/14162/stat : 14162 (java) S 14148 14150 11585 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 238460855 827265024 8399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807876

[startup+3.10162 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 14162
/proc/meminfo: memFree=695592/2055920 swapFree=4154836/4192956
[pid=14150] ppid=14148 vsize=810116 CPUtime=3.05
/proc/14150/stat : 14150 (java) S 14148 14150 11585 0 -1 0 16561 0 1 0 294 11 0 0 21 0 12 0 238460846 829558784 14475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 202529 14475 1354 9 0 199891 0
[pid=14150/tid=14152] ppid=14148 vsize=810116 CPUtime=1.53
/proc/14150/task/14152/stat : 14152 (java) R 14148 14150 11585 0 -1 64 12258 0 1 0 145 8 0 0 25 0 12 0 238460847 829558784 14475 996147200 134512640 134550740 4294956032 18446744073709551615 103017073 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=810116 CPUtime=0
/proc/14150/task/14153/stat : 14153 (java) S 14148 14150 11585 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 238460849 829558784 14475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14154] ppid=14148 vsize=810116 CPUtime=0
/proc/14150/task/14154/stat : 14154 (java) S 14148 14150 11585 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 238460849 829558784 14475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14155] ppid=14148 vsize=810116 CPUtime=0
/proc/14150/task/14155/stat : 14155 (java) S 14148 14150 11585 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 238460850 829558784 14475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14156] ppid=14148 vsize=810116 CPUtime=0
/proc/14150/task/14156/stat : 14156 (java) S 14148 14150 11585 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 238460851 829558784 14475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14157] ppid=14148 vsize=810116 CPUtime=0
/proc/14150/task/14157/stat : 14157 (java) S 14148 14150 11585 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 238460851 829558784 14475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14158] ppid=14148 vsize=810116 CPUtime=0
/proc/14150/task/14158/stat : 14158 (java) S 14148 14150 11585 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 238460855 829558784 14475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14159] ppid=14148 vsize=810116 CPUtime=0.69
/proc/14150/task/14159/stat : 14159 (java) S 14148 14150 11585 0 -1 64 1303 0 0 0 69 0 0 0 16 0 12 0 238460855 829558784 14475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14160] ppid=14148 vsize=810116 CPUtime=0.8
/proc/14150/task/14160/stat : 14160 (java) S 14148 14150 11585 0 -1 64 2233 0 0 0 79 1 0 0 16 0 12 0 238460855 829558784 14475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14161] ppid=14148 vsize=810116 CPUtime=0
/proc/14150/task/14161/stat : 14161 (java) S 14148 14150 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 238460855 829558784 14475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14162] ppid=14148 vsize=810116 CPUtime=0
/proc/14150/task/14162/stat : 14162 (java) S 14148 14150 11585 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 238460855 829558784 14475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 810116

[startup+6.30297 s]
/proc/loadavg: 2.08 2.02 2.01 3/87 14162
/proc/meminfo: memFree=668904/2055920 swapFree=4154836/4192956
[pid=14150] ppid=14148 vsize=808944 CPUtime=6.22
/proc/14150/stat : 14150 (java) S 14148 14150 11585 0 -1 0 23435 0 1 0 608 14 0 0 21 0 12 0 238460846 828358656 21099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 202236 21099 1361 9 0 199598 0
[pid=14150/tid=14152] ppid=14148 vsize=808944 CPUtime=4.6
/proc/14150/task/14152/stat : 14152 (java) R 14148 14150 11585 0 -1 64 17013 0 1 0 450 10 0 0 25 0 12 0 238460847 828358656 21099 996147200 134512640 134550740 4294956032 18446744073709551615 4109853078 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=808944 CPUtime=0.04
/proc/14150/task/14153/stat : 14153 (java) S 14148 14150 11585 0 -1 64 1470 0 0 0 4 0 0 0 17 0 12 0 238460849 828358656 21099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14154] ppid=14148 vsize=808944 CPUtime=0.01
/proc/14150/task/14154/stat : 14154 (java) S 14148 14150 11585 0 -1 64 618 0 0 0 1 0 0 0 17 0 12 0 238460849 828358656 21099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14155] ppid=14148 vsize=808944 CPUtime=0
/proc/14150/task/14155/stat : 14155 (java) S 14148 14150 11585 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 238460850 828358656 21099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14156] ppid=14148 vsize=808944 CPUtime=0
/proc/14150/task/14156/stat : 14156 (java) S 14148 14150 11585 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 238460851 828358656 21099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14157] ppid=14148 vsize=808944 CPUtime=0
/proc/14150/task/14157/stat : 14157 (java) S 14148 14150 11585 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 238460851 828358656 21099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14158] ppid=14148 vsize=808944 CPUtime=0
/proc/14150/task/14158/stat : 14158 (java) S 14148 14150 11585 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 238460855 828358656 21099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14159] ppid=14148 vsize=808944 CPUtime=0.7
/proc/14150/task/14159/stat : 14159 (java) S 14148 14150 11585 0 -1 64 1305 0 0 0 70 0 0 0 16 0 12 0 238460855 828358656 21099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14160] ppid=14148 vsize=808944 CPUtime=0.82
/proc/14150/task/14160/stat : 14160 (java) S 14148 14150 11585 0 -1 64 2235 0 0 0 81 1 0 0 16 0 12 0 238460855 828358656 21099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14161] ppid=14148 vsize=808944 CPUtime=0
/proc/14150/task/14161/stat : 14161 (java) S 14148 14150 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 238460855 828358656 21099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14162] ppid=14148 vsize=808944 CPUtime=0
/proc/14150/task/14162/stat : 14162 (java) S 14148 14150 11585 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 238460855 828358656 21099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 808944

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.00 3/87 14162
/proc/meminfo: memFree=645096/2055920 swapFree=4154836/4192956
[pid=14150] ppid=14148 vsize=808944 CPUtime=12.57
/proc/14150/stat : 14150 (java) S 14148 14150 11585 0 -1 0 26609 0 1 0 1241 16 0 0 21 0 12 0 238460846 828358656 24272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 202236 24272 1361 9 0 199598 0
[pid=14150/tid=14152] ppid=14148 vsize=808944 CPUtime=10.85
/proc/14150/task/14152/stat : 14152 (java) R 14148 14150 11585 0 -1 64 17014 0 1 0 1075 10 0 0 25 0 12 0 238460847 828358656 24272 996147200 134512640 134550740 4294956032 18446744073709551615 4109853392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=808944 CPUtime=0.09
/proc/14150/task/14153/stat : 14153 (java) S 14148 14150 11585 0 -1 64 3136 0 0 0 8 1 0 0 17 0 12 0 238460849 828358656 24272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14154] ppid=14148 vsize=808944 CPUtime=0.06
/proc/14150/task/14154/stat : 14154 (java) S 14148 14150 11585 0 -1 64 2098 0 0 0 5 1 0 0 17 0 12 0 238460849 828358656 24272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14155] ppid=14148 vsize=808944 CPUtime=0
/proc/14150/task/14155/stat : 14155 (java) S 14148 14150 11585 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 238460850 828358656 24272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14156] ppid=14148 vsize=808944 CPUtime=0
/proc/14150/task/14156/stat : 14156 (java) S 14148 14150 11585 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 238460851 828358656 24272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14157] ppid=14148 vsize=808944 CPUtime=0
/proc/14150/task/14157/stat : 14157 (java) S 14148 14150 11585 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 238460851 828358656 24272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14158] ppid=14148 vsize=808944 CPUtime=0
/proc/14150/task/14158/stat : 14158 (java) S 14148 14150 11585 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 238460855 828358656 24272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14159] ppid=14148 vsize=808944 CPUtime=0.7
/proc/14150/task/14159/stat : 14159 (java) S 14148 14150 11585 0 -1 64 1305 0 0 0 70 0 0 0 16 0 12 0 238460855 828358656 24272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14160] ppid=14148 vsize=808944 CPUtime=0.82
/proc/14150/task/14160/stat : 14160 (java) S 14148 14150 11585 0 -1 64 2235 0 0 0 81 1 0 0 16 0 12 0 238460855 828358656 24272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14161] ppid=14148 vsize=808944 CPUtime=0
/proc/14150/task/14161/stat : 14161 (java) S 14148 14150 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 238460855 828358656 24272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14162] ppid=14148 vsize=808944 CPUtime=0
/proc/14150/task/14162/stat : 14162 (java) S 14148 14150 11585 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 238460855 828358656 24272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 808944

[startup+25.501 s]
/proc/loadavg: 2.06 2.01 2.00 3/87 14162
/proc/meminfo: memFree=642728/2055920 swapFree=4154836/4192956
[pid=14150] ppid=14148 vsize=810232 CPUtime=25.28
/proc/14150/stat : 14150 (java) S 14148 14150 11585 0 -1 0 27209 0 1 0 2512 16 0 0 21 0 12 0 238460846 829677568 24868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 202558 24868 1361 9 0 199920 0
[pid=14150/tid=14152] ppid=14148 vsize=810232 CPUtime=23.3
/proc/14150/task/14152/stat : 14152 (java) R 14148 14150 11585 0 -1 64 17018 0 1 0 2320 10 0 0 25 0 12 0 238460847 829677568 24868 996147200 134512640 134550740 4294956032 18446744073709551615 4109859923 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=810232 CPUtime=0.21
/proc/14150/task/14153/stat : 14153 (java) S 14148 14150 11585 0 -1 64 3299 0 0 0 20 1 0 0 16 0 12 0 238460849 829677568 24868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14154] ppid=14148 vsize=810232 CPUtime=0.19
/proc/14150/task/14154/stat : 14154 (java) S 14148 14150 11585 0 -1 64 2531 0 0 0 18 1 0 0 16 0 12 0 238460849 829677568 24868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14155] ppid=14148 vsize=810232 CPUtime=0
/proc/14150/task/14155/stat : 14155 (java) S 14148 14150 11585 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 238460850 829677568 24868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14156] ppid=14148 vsize=810232 CPUtime=0
/proc/14150/task/14156/stat : 14156 (java) S 14148 14150 11585 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 238460851 829677568 24868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14157] ppid=14148 vsize=810232 CPUtime=0
/proc/14150/task/14157/stat : 14157 (java) S 14148 14150 11585 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 238460851 829677568 24868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14158] ppid=14148 vsize=810232 CPUtime=0
/proc/14150/task/14158/stat : 14158 (java) S 14148 14150 11585 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 238460855 829677568 24868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=14150/tid=14162] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14162/stat : 14162 (java) S 14148 14150 11585 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.72
Current children cumulated vsize (KiB) 815096

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

[startup+287.902 s]
/proc/loadavg: 2.16 2.08 2.03 3/87 14162
/proc/meminfo: memFree=112424/2055920 swapFree=4180076/4192956
[pid=14150] ppid=14148 vsize=815096 CPUtime=288.32
/proc/14150/stat : 14150 (java) S 14148 14150 11585 0 -1 0 338138 0 1 0 28648 184 0 0 21 0 12 0 238460846 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 203774 172835 1365 9 0 201136 0
[pid=14150/tid=14152] ppid=14148 vsize=815096 CPUtime=180.43
/proc/14150/task/14152/stat : 14152 (java) S 14148 14150 11585 0 -1 64 35538 0 1 0 18023 20 0 0 17 0 12 0 238460847 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14153] ppid=14148 vsize=815096 CPUtime=5.65
/proc/14150/task/14153/stat : 14153 (java) S 14148 14150 11585 0 -1 64 74491 0 0 0 528 37 0 0 17 0 12 0 238460849 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14154] ppid=14148 vsize=815096 CPUtime=5.6
/proc/14150/task/14154/stat : 14154 (java) S 14148 14150 11585 0 -1 64 58553 0 0 0 531 29 0 0 16 0 12 0 238460849 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14155] ppid=14148 vsize=815096 CPUtime=95.06
/proc/14150/task/14155/stat : 14155 (java) R 14148 14150 11585 0 -1 64 165251 0 0 0 9412 94 0 0 25 0 12 0 238460850 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 105847280 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14156] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14156/stat : 14156 (java) S 14148 14150 11585 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 238460851 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14157] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14157/stat : 14157 (java) S 14148 14150 11585 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 238460851 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14158] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14158/stat : 14158 (java) S 14148 14150 11585 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14159] ppid=14148 vsize=815096 CPUtime=0.7
/proc/14150/task/14159/stat : 14159 (java) S 14148 14150 11585 0 -1 64 1305 0 0 0 70 0 0 0 16 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14160] ppid=14148 vsize=815096 CPUtime=0.82
/proc/14150/task/14160/stat : 14160 (java) S 14148 14150 11585 0 -1 64 2235 0 0 0 81 1 0 0 16 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14161] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14161/stat : 14161 (java) S 14148 14150 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14162] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14162/stat : 14162 (java) S 14148 14150 11585 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 288.32
Current children cumulated vsize (KiB) 815096

[startup+294.303 s]
/proc/loadavg: 2.13 2.08 2.03 3/87 14162
/proc/meminfo: memFree=112424/2055920 swapFree=4180076/4192956
[pid=14150] ppid=14148 vsize=815096 CPUtime=294.71
/proc/14150/stat : 14150 (java) S 14148 14150 11585 0 -1 0 338139 0 1 0 29287 184 0 0 21 0 12 0 238460846 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 203774 172835 1365 9 0 201136 0
[pid=14150/tid=14152] ppid=14148 vsize=815096 CPUtime=180.48
/proc/14150/task/14152/stat : 14152 (java) S 14148 14150 11585 0 -1 64 35539 0 1 0 18028 20 0 0 17 0 12 0 238460847 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14153] ppid=14148 vsize=815096 CPUtime=5.65
/proc/14150/task/14153/stat : 14153 (java) S 14148 14150 11585 0 -1 64 74491 0 0 0 528 37 0 0 17 0 12 0 238460849 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14154] ppid=14148 vsize=815096 CPUtime=5.6
/proc/14150/task/14154/stat : 14154 (java) S 14148 14150 11585 0 -1 64 58553 0 0 0 531 29 0 0 16 0 12 0 238460849 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14155] ppid=14148 vsize=815096 CPUtime=101.4
/proc/14150/task/14155/stat : 14155 (java) R 14148 14150 11585 0 -1 64 165251 0 0 0 10046 94 0 0 25 0 12 0 238460850 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 105677260 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14156] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14156/stat : 14156 (java) S 14148 14150 11585 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 238460851 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14157] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14157/stat : 14157 (java) S 14148 14150 11585 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 238460851 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14158] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14158/stat : 14158 (java) S 14148 14150 11585 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14159] ppid=14148 vsize=815096 CPUtime=0.7
/proc/14150/task/14159/stat : 14159 (java) S 14148 14150 11585 0 -1 64 1305 0 0 0 70 0 0 0 16 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14160] ppid=14148 vsize=815096 CPUtime=0.82
/proc/14150/task/14160/stat : 14160 (java) S 14148 14150 11585 0 -1 64 2235 0 0 0 81 1 0 0 16 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14161] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14161/stat : 14161 (java) S 14148 14150 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14162] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14162/stat : 14162 (java) S 14148 14150 11585 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 294.71
Current children cumulated vsize (KiB) 815096

[startup+297.502 s]
/proc/loadavg: 2.13 2.08 2.03 4/95 14201
/proc/meminfo: memFree=1147112/2055920 swapFree=4180076/4192956
[pid=14150] ppid=14148 vsize=815096 CPUtime=297.87
/proc/14150/stat : 14150 (java) S 14148 14150 11585 0 -1 0 338141 0 1 0 29602 185 0 0 21 0 12 0 238460846 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 203774 172835 1365 9 0 201136 0
[pid=14150/tid=14152] ppid=14148 vsize=815096 CPUtime=180.48
/proc/14150/task/14152/stat : 14152 (java) S 14148 14150 11585 0 -1 64 35541 0 1 0 18028 20 0 0 17 0 12 0 238460847 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14153] ppid=14148 vsize=815096 CPUtime=5.65
/proc/14150/task/14153/stat : 14153 (java) S 14148 14150 11585 0 -1 64 74491 0 0 0 528 37 0 0 17 0 12 0 238460849 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14154] ppid=14148 vsize=815096 CPUtime=5.6
/proc/14150/task/14154/stat : 14154 (java) S 14148 14150 11585 0 -1 64 58553 0 0 0 531 29 0 0 16 0 12 0 238460849 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14155] ppid=14148 vsize=815096 CPUtime=104.56
/proc/14150/task/14155/stat : 14155 (java) R 14148 14150 11585 0 -1 64 165251 0 0 0 10361 95 0 0 25 0 12 0 238460850 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 105847309 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14156] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14156/stat : 14156 (java) S 14148 14150 11585 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 238460851 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14157] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14157/stat : 14157 (java) S 14148 14150 11585 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 238460851 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14158] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14158/stat : 14158 (java) S 14148 14150 11585 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14159] ppid=14148 vsize=815096 CPUtime=0.7
/proc/14150/task/14159/stat : 14159 (java) S 14148 14150 11585 0 -1 64 1305 0 0 0 70 0 0 0 16 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14160] ppid=14148 vsize=815096 CPUtime=0.82
/proc/14150/task/14160/stat : 14160 (java) S 14148 14150 11585 0 -1 64 2235 0 0 0 81 1 0 0 16 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14161] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14161/stat : 14161 (java) S 14148 14150 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14162] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14162/stat : 14162 (java) S 14148 14150 11585 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 297.87
Current children cumulated vsize (KiB) 815096

[startup+299.102 s]
/proc/loadavg: 2.12 2.08 2.03 4/95 14211
/proc/meminfo: memFree=1122408/2055920 swapFree=4180076/4192956
[pid=14150] ppid=14148 vsize=815096 CPUtime=299.47
/proc/14150/stat : 14150 (java) S 14148 14150 11585 0 -1 0 338141 0 1 0 29762 185 0 0 21 0 12 0 238460846 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 203774 172835 1365 9 0 201136 0
[pid=14150/tid=14152] ppid=14148 vsize=815096 CPUtime=180.48
/proc/14150/task/14152/stat : 14152 (java) S 14148 14150 11585 0 -1 64 35541 0 1 0 18028 20 0 0 17 0 12 0 238460847 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14153] ppid=14148 vsize=815096 CPUtime=5.65
/proc/14150/task/14153/stat : 14153 (java) S 14148 14150 11585 0 -1 64 74491 0 0 0 528 37 0 0 17 0 12 0 238460849 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14154] ppid=14148 vsize=815096 CPUtime=5.6
/proc/14150/task/14154/stat : 14154 (java) S 14148 14150 11585 0 -1 64 58553 0 0 0 531 29 0 0 16 0 12 0 238460849 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14155] ppid=14148 vsize=815096 CPUtime=106.15
/proc/14150/task/14155/stat : 14155 (java) R 14148 14150 11585 0 -1 64 165251 0 0 0 10520 95 0 0 25 0 12 0 238460850 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14156] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14156/stat : 14156 (java) S 14148 14150 11585 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 238460851 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14157] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14157/stat : 14157 (java) S 14148 14150 11585 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 238460851 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14158] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14158/stat : 14158 (java) S 14148 14150 11585 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14159] ppid=14148 vsize=815096 CPUtime=0.7
/proc/14150/task/14159/stat : 14159 (java) S 14148 14150 11585 0 -1 64 1305 0 0 0 70 0 0 0 16 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14160] ppid=14148 vsize=815096 CPUtime=0.82
/proc/14150/task/14160/stat : 14160 (java) S 14148 14150 11585 0 -1 64 2235 0 0 0 81 1 0 0 16 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14161] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14161/stat : 14161 (java) S 14148 14150 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14162] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14162/stat : 14162 (java) S 14148 14150 11585 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 299.47
Current children cumulated vsize (KiB) 815096

[startup+299.902 s]
/proc/loadavg: 2.12 2.08 2.03 4/95 14211
/proc/meminfo: memFree=1122408/2055920 swapFree=4180076/4192956
[pid=14150] ppid=14148 vsize=815096 CPUtime=300.26
/proc/14150/stat : 14150 (java) S 14148 14150 11585 0 -1 0 338141 0 1 0 29841 185 0 0 21 0 12 0 238460846 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 203774 172835 1365 9 0 201136 0
[pid=14150/tid=14152] ppid=14148 vsize=815096 CPUtime=180.48
/proc/14150/task/14152/stat : 14152 (java) S 14148 14150 11585 0 -1 64 35541 0 1 0 18028 20 0 0 17 0 12 0 238460847 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14153] ppid=14148 vsize=815096 CPUtime=5.65
/proc/14150/task/14153/stat : 14153 (java) S 14148 14150 11585 0 -1 64 74491 0 0 0 528 37 0 0 17 0 12 0 238460849 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14154] ppid=14148 vsize=815096 CPUtime=5.6
/proc/14150/task/14154/stat : 14154 (java) S 14148 14150 11585 0 -1 64 58553 0 0 0 531 29 0 0 16 0 12 0 238460849 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14155] ppid=14148 vsize=815096 CPUtime=106.95
/proc/14150/task/14155/stat : 14155 (java) R 14148 14150 11585 0 -1 64 165251 0 0 0 10600 95 0 0 25 0 12 0 238460850 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 106123783 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14156] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14156/stat : 14156 (java) S 14148 14150 11585 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 238460851 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14150/tid=14157] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14157/stat : 14157 (java) S 14148 14150 11585 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 238460851 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14158] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14158/stat : 14158 (java) S 14148 14150 11585 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14159] ppid=14148 vsize=815096 CPUtime=0.7
/proc/14150/task/14159/stat : 14159 (java) S 14148 14150 11585 0 -1 64 1305 0 0 0 70 0 0 0 16 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14160] ppid=14148 vsize=815096 CPUtime=0.82
/proc/14150/task/14160/stat : 14160 (java) S 14148 14150 11585 0 -1 64 2235 0 0 0 81 1 0 0 16 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14161] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14161/stat : 14161 (java) S 14148 14150 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14150/tid=14162] ppid=14148 vsize=815096 CPUtime=0
/proc/14150/task/14162/stat : 14162 (java) S 14148 14150 11585 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 238460855 834658304 172835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 300.26
Current children cumulated vsize (KiB) 815096

[startup+300.307 s]
/proc/loadavg: 2.12 2.08 2.03 3/95 14211
/proc/meminfo: memFree=1108712/2055920 swapFree=4180076/4192956
[pid=14150] ppid=14148 vsize=0 CPUtime=300.64
/proc/14150/stat : 14150 (java) Z 14148 14150 11585 0 -1 12 338154 0 1 0 29873 191 0 0 16 0 2 0 238460846 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14150/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 300.64
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 300.35
CPU time (s): 300.691
CPU user time (s): 298.738
CPU system time (s): 1.9537
CPU usage (%): 100.114
Max. virtual memory (cumulated for all children) (KiB): 911104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 298.738
system time used= 1.9537
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338154
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= 7617
involuntary context switches= 8345

runsolver used 0.376942 second user time and 1.00885 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-03 05:12:09
IDJOB=1051770
IDBENCH=55501
IDSOLVER=344
FILE ID=node81/1051770-1215054729
PBS_JOBID= 7875016
Free space on /tmp= 126552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-190_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051770-1215054729/watcher-1051770-1215054729 -o /tmp/evaluation-result-1051770-1215054729/solver-1051770-1215054729 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1051770-1215054729.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 11abc635dddb5c8195ce87ef959e164c
RANDOM SEED=1938385938

node81.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.236
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.236
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:        738216 kB
Buffers:         31308 kB
Cached:         446476 kB
SwapCached:      30856 kB
Active:        1146768 kB
Inactive:       102820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        738216 kB
SwapTotal:     4192956 kB
SwapFree:      4154836 kB
Dirty:            1268 kB
Writeback:           0 kB
Mapped:         754680 kB
Slab:            51864 kB
Committed_AS:  1221556 kB
PageTables:       3228 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126848 MiB
End job on node81 at 2008-07-03 05:17:09