Trace number 1083434

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? 224.362 224.492

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-29.xml
MD5SUM10f4f3b19356da36a48ebac0d3244087
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1553
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
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.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1083434-1215228106.xml
0.38/0.41	c reading problem ... 
0.57/0.69	c reading problem named null
0.57/0.69	c reading domains done.
0.68/0.73	c reading variables done.
3.54/3.47	c reading predicates  done.
3.74/3.65	c reading constraints
224.19/224.35	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
224.19/224.35		at org.mozilla.javascript.gen.c4._c0(rhino.log:1)
224.19/224.35		at org.mozilla.javascript.gen.c4.call(rhino.log)
224.19/224.35		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
224.19/224.35		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
224.19/224.35		at org.mozilla.javascript.gen.c4.call(rhino.log)
224.19/224.35		at org.mozilla.javascript.gen.c4.exec(rhino.log)
224.19/224.35		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
224.19/224.35		at org.sat4j.csp.Predicate.find(Predicate.java:129)
224.19/224.35		at org.sat4j.csp.Predicate.find(Predicate.java:139)
224.19/224.35		at org.sat4j.csp.Predicate.find(Predicate.java:139)
224.19/224.35		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
224.19/224.35		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
224.19/224.35		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
224.19/224.35		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
224.19/224.35		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
224.19/224.35		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
224.19/224.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
224.19/224.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
224.19/224.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
224.19/224.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
224.19/224.35		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
224.19/224.35		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
224.19/224.35		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
224.19/224.35		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
224.19/224.35		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
224.19/224.35		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
224.19/224.35		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
224.19/224.35		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
224.19/224.35		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
224.19/224.35		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
224.19/224.35	c starts		: 0
224.19/224.35	c conflicts		: 0
224.19/224.35	c decisions		: 0
224.19/224.35	c propagations		: 0
224.19/224.35	c inspects		: 0
224.19/224.35	c learnt literals	: 0
224.19/224.35	c learnt binary clauses	: 0
224.19/224.35	c learnt ternary clauses	: 0
224.19/224.35	c learnt clauses	: 0
224.19/224.35	c ignored clauses	: 0
224.19/224.35	c root simplifications	: 0
224.19/224.35	c removed literals (reason simplification)	: 0
224.19/224.35	c reason swapping (by a shorter reason)	: 0
224.19/224.35	c Calls to reduceDB	: 0
224.19/224.35	c speed (assignments/second)	: 0.0
224.19/224.35	c non guided choices	0
224.19/224.35	s UNKNOWN
224.19/224.35	c Total wall clock time (in seconds) : 223.938

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-1083434-1215228106/watcher-1083434-1215228106 -o /tmp/evaluation-result-1083434-1215228106/solver-1083434-1215228106 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083434-1215228106.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 1.99 3/72 19112
/proc/meminfo: memFree=1468376/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=18572 CPUtime=0
/proc/19112/stat : 19112 (runsolver) R 19110 19112 15988 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 643999918 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19112/statm: 4643 292 257 25 0 2626 0

[startup+0.081846 s]
/proc/loadavg: 2.00 2.00 1.99 3/72 19112
/proc/meminfo: memFree=1468376/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=802236 CPUtime=0.06
/proc/19112/stat : 19112 (java) S 19110 19112 15988 0 -1 0 2791 0 1 0 4 2 0 0 18 0 7 0 643999918 821489664 2526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 200559 2526 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101847 s]
/proc/loadavg: 2.00 2.00 1.99 3/72 19112
/proc/meminfo: memFree=1468376/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=804612 CPUtime=0.08
/proc/19112/stat : 19112 (java) S 19110 19112 15988 0 -1 0 2972 0 1 0 6 2 0 0 18 0 12 0 643999918 823922688 2705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 201153 2705 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301871 s]
/proc/loadavg: 2.00 2.00 1.99 3/72 19112
/proc/meminfo: memFree=1468376/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=808276 CPUtime=0.28
/proc/19112/stat : 19112 (java) S 19110 19112 15988 0 -1 0 4937 0 1 0 24 4 0 0 18 0 12 0 643999918 827674624 4264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 202069 4264 1298 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701911 s]
/proc/loadavg: 2.00 2.00 1.99 3/72 19112
/proc/meminfo: memFree=1468376/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=808304 CPUtime=0.68
/proc/19112/stat : 19112 (java) S 19110 19112 15988 0 -1 0 6346 0 1 0 62 6 0 0 18 0 12 0 643999918 827703296 5474 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 202076 5474 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.503 s]
/proc/loadavg: 2.00 2.00 1.99 4/84 19124
/proc/meminfo: memFree=1423800/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=810232 CPUtime=1.6
/proc/19112/stat : 19112 (java) S 19110 19112 15988 0 -1 0 34395 0 1 0 141 19 0 0 18 0 12 0 643999918 829677568 32580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 202558 32583 1347 9 0 199920 0
[pid=19112/tid=19114] ppid=19110 vsize=810232 CPUtime=0.74
/proc/19112/task/19114/stat : 19114 (java) S 19110 19112 15988 0 -1 64 16954 0 1 0 64 10 0 0 23 0 12 0 643999920 829677568 32584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19115] ppid=19110 vsize=810232 CPUtime=0.16
/proc/19112/task/19115/stat : 19115 (java) R 19110 19112 15988 0 -1 64 8856 0 0 0 13 3 0 0 18 0 12 0 643999921 829677568 32586 996147200 134512640 134550740 4294956016 18446744073709551615 104146064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19116] ppid=19110 vsize=810232 CPUtime=0.16
/proc/19112/task/19116/stat : 19116 (java) R 19110 19112 15988 0 -1 64 6001 0 0 0 14 2 0 0 18 0 12 0 643999921 829677568 32587 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19117] ppid=19110 vsize=810232 CPUtime=0
/proc/19112/task/19117/stat : 19117 (java) S 19110 19112 15988 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 643999923 829677568 32589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19118] ppid=19110 vsize=810232 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 15988 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 643999923 829677568 32590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19119] ppid=19110 vsize=810232 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 15988 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 643999923 829677568 32592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19120] ppid=19110 vsize=810232 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643999927 829677568 32594 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19121] ppid=19110 vsize=810232 CPUtime=0.2
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 15988 0 -1 64 647 0 0 0 20 0 0 0 16 0 12 0 643999928 829677568 32595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19122] ppid=19110 vsize=810232 CPUtime=0.27
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 15988 0 -1 64 1182 0 0 0 27 0 0 0 16 0 12 0 643999928 829677568 32597 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19123] ppid=19110 vsize=810232 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643999928 829677568 32598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19124] ppid=19110 vsize=810232 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) R 19110 19112 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643999928 829677568 32600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 810232

[startup+3.10216 s]
/proc/loadavg: 2.08 2.02 2.00 4/84 19124
/proc/meminfo: memFree=1281592/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=818552 CPUtime=3.24
/proc/19112/stat : 19112 (java) S 19110 19112 15988 0 -1 0 68393 0 1 0 288 36 0 0 18 0 12 0 643999918 838197248 64173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 204638 64175 1348 9 0 202000 0
[pid=19112/tid=19114] ppid=19110 vsize=818552 CPUtime=1.14
/proc/19112/task/19114/stat : 19114 (java) S 19110 19112 15988 0 -1 64 16957 0 1 0 104 10 0 0 17 0 12 0 643999920 838197248 64177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=818552 CPUtime=0.7
/proc/19112/task/19115/stat : 19115 (java) R 19110 19112 15988 0 -1 64 26049 0 0 0 58 12 0 0 21 0 12 0 643999921 838197248 64178 996147200 134512640 134550740 4294956016 18446744073709551615 105852860 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=818552 CPUtime=0.86
/proc/19112/task/19116/stat : 19116 (java) R 19110 19112 15988 0 -1 64 22776 0 0 0 76 10 0 0 20 0 12 0 643999921 838197248 64180 996147200 134512640 134550740 4294956016 18446744073709551615 106154778 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19117] ppid=19110 vsize=818552 CPUtime=0
/proc/19112/task/19117/stat : 19117 (java) S 19110 19112 15988 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 643999923 838197248 64181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19118] ppid=19110 vsize=818552 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 15988 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643999923 838197248 64183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19119] ppid=19110 vsize=818552 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 15988 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 643999923 838197248 64184 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19120] ppid=19110 vsize=818552 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643999927 838197248 64186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19121] ppid=19110 vsize=818552 CPUtime=0.2
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 15988 0 -1 64 647 0 0 0 20 0 0 0 16 0 12 0 643999928 838197248 64188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19122] ppid=19110 vsize=818552 CPUtime=0.27
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 15988 0 -1 64 1182 0 0 0 27 0 0 0 16 0 12 0 643999928 838197248 64189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=818552 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643999928 838197248 64191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19124] ppid=19110 vsize=818552 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643999928 838197248 64192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 818552

[startup+6.30148 s]
/proc/loadavg: 2.08 2.02 2.00 3/84 19124
/proc/meminfo: memFree=1151864/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=821568 CPUtime=6.44
/proc/19112/stat : 19112 (java) S 19110 19112 15988 0 -1 0 88752 0 1 0 597 47 0 0 18 0 12 0 643999918 841285632 83544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 205392 83544 1374 9 0 202754 0
[pid=19112/tid=19114] ppid=19110 vsize=821568 CPUtime=3.17
/proc/19112/task/19114/stat : 19114 (java) R 19110 19112 15988 0 -1 64 17271 0 1 0 306 11 0 0 23 0 12 0 643999920 841285632 83544 996147200 134512640 134550740 4294956016 18446744073709551615 4109666932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=821568 CPUtime=0.94
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 15988 0 -1 64 29256 0 0 0 80 14 0 0 16 0 12 0 643999921 841285632 83544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=821568 CPUtime=1.45
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 15988 0 -1 64 37829 0 0 0 127 18 0 0 16 0 12 0 643999921 841285632 83544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19117] ppid=19110 vsize=821568 CPUtime=0
/proc/19112/task/19117/stat : 19117 (java) S 19110 19112 15988 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 643999923 841285632 83544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19118] ppid=19110 vsize=821568 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 15988 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643999923 841285632 83544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19119] ppid=19110 vsize=821568 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 15988 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 643999923 841285632 83544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19120] ppid=19110 vsize=821568 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643999927 841285632 83544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19121] ppid=19110 vsize=821568 CPUtime=0.25
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 15988 0 -1 64 656 0 0 0 25 0 0 0 16 0 12 0 643999928 841285632 83544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19122] ppid=19110 vsize=821568 CPUtime=0.57
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 15988 0 -1 64 2951 0 0 0 56 1 0 0 17 0 12 0 643999928 841285632 83544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=821568 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643999928 841285632 83544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19124] ppid=19110 vsize=821568 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643999928 841285632 83544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 821568

[startup+12.7021 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 19124
/proc/meminfo: memFree=1078520/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=828540 CPUtime=13.04
/proc/19112/stat : 19112 (java) S 19110 19112 15988 0 -1 0 110966 0 1 0 1246 58 0 0 18 0 12 0 643999918 848424960 99720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 207135 99720 1386 9 0 204497 0
[pid=19112/tid=19114] ppid=19110 vsize=828540 CPUtime=8.26
/proc/19112/task/19114/stat : 19114 (java) R 19110 19112 15988 0 -1 64 17295 0 1 0 815 11 0 0 25 0 12 0 643999920 848424960 99720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=828540 CPUtime=1.25
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 15988 0 -1 64 36411 0 0 0 107 18 0 0 16 0 12 0 643999921 848424960 99720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=828540 CPUtime=1.77
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 15988 0 -1 64 45709 0 0 0 155 22 0 0 16 0 12 0 643999921 848424960 99720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19117] ppid=19110 vsize=828540 CPUtime=0
/proc/19112/task/19117/stat : 19117 (java) R 19110 19112 15988 0 -1 64 29 0 0 0 0 0 0 0 15 0 12 0 643999923 848424960 99720 996147200 134512640 134550740 4294956016 18446744073709551615 106265081 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19118] ppid=19110 vsize=828540 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 15988 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643999923 848424960 99720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19119] ppid=19110 vsize=828540 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 15988 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 643999923 848424960 99720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19120] ppid=19110 vsize=828540 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643999927 848424960 99720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19121] ppid=19110 vsize=828540 CPUtime=0.88
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 15988 0 -1 64 5881 0 0 0 86 2 0 0 20 0 12 0 643999928 848424960 99720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19122] ppid=19110 vsize=828540 CPUtime=0.82
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 15988 0 -1 64 4881 0 0 0 80 2 0 0 16 0 12 0 643999928 848424960 99720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=828540 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643999928 848424960 99720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19124] ppid=19110 vsize=828540 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643999928 848424960 99720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.04
Current children cumulated vsize (KiB) 828540

[startup+25.5024 s]
/proc/loadavg: 2.06 2.01 2.00 6/84 19124
/proc/meminfo: memFree=992440/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=828540 CPUtime=25.83
/proc/19112/stat : 19112 (java) S 19110 19112 15988 0 -1 0 133858 0 1 0 2515 68 0 0 18 0 12 0 643999918 848424960 122579 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 207135 122579 1386 9 0 204497 0
[pid=19112/tid=19114] ppid=19110 vsize=828540 CPUtime=19.75
/proc/19112/task/19114/stat : 19114 (java) R 19110 19112 15988 0 -1 64 17329 0 1 0 1964 11 0 0 25 0 12 0 643999920 848424960 122579 996147200 134512640 134550740 4294956016 18446744073709551615 4109876403 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=828540 CPUtime=1.82
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 15988 0 -1 64 48678 0 0 0 160 22 0 0 16 0 12 0 643999921 848424960 122579 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=828540 CPUtime=2.26
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 15988 0 -1 64 56293 0 0 0 200 26 0 0 16 0 12 0 643999921 848424960 122579 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19117] ppid=19110 vsize=828540 CPUtime=0.02
/proc/19112/task/19117/stat : 19117 (java) S 19110 19112 15988 0 -1 64 29 0 0 0 2 0 0 0 15 0 12 0 643999923 848424960 122579 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19118] ppid=19110 vsize=828540 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 15988 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643999923 848424960 122579 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19119] ppid=19110 vsize=828540 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 15988 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 643999923 848424960 122579 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19120] ppid=19110 vsize=828540 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643999927 848424960 122579 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=19112/tid=19124] ppid=19110 vsize=828540 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643999928 848424960 175530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 828540

[startup+162.301 s]
/proc/loadavg: 2.36 2.14 2.04 4/84 19124
/proc/meminfo: memFree=743928/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=832544 CPUtime=162.21
/proc/19112/stat : 19112 (java) S 19110 19112 15988 0 -1 0 361832 0 1 0 16029 192 0 0 18 0 12 0 643999918 852525056 177710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 208136 177710 1390 9 0 205498 0
[pid=19112/tid=19114] ppid=19110 vsize=832544 CPUtime=125.24
/proc/19112/task/19114/stat : 19114 (java) R 19110 19112 15988 0 -1 64 17589 0 1 0 12512 12 0 0 24 0 12 0 643999920 852525056 177710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19115] ppid=19110 vsize=832544 CPUtime=5.13
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 15988 0 -1 64 77369 0 0 0 477 36 0 0 15 0 12 0 643999921 852525056 177710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19116] ppid=19110 vsize=832544 CPUtime=5.28
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 15988 0 -1 64 83280 0 0 0 490 38 0 0 16 0 12 0 643999921 852525056 177710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19117] ppid=19110 vsize=832544 CPUtime=24.58
/proc/19112/task/19117/stat : 19117 (java) R 19110 19112 15988 0 -1 64 172063 0 0 0 2360 98 0 0 16 0 12 0 643999923 852525056 177710 996147200 134512640 134550740 4294956016 18446744073709551615 104126486 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19118] ppid=19110 vsize=832544 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 15988 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643999923 852525056 177710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19119] ppid=19110 vsize=832544 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 15988 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 643999923 852525056 177710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19120] ppid=19110 vsize=832544 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643999927 852525056 177710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19121] ppid=19110 vsize=832544 CPUtime=1
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 15988 0 -1 64 5888 0 0 0 98 2 0 0 17 0 12 0 643999928 852525056 177710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19122] ppid=19110 vsize=832544 CPUtime=0.91
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 15988 0 -1 64 4881 0 0 0 89 2 0 0 17 0 12 0 643999928 852525056 177710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=832544 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643999928 852525056 177710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19124] ppid=19110 vsize=832544 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643999928 852525056 177710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 832544

[startup+222.301 s]
/proc/loadavg: 2.65 2.26 2.09 4/84 19124
/proc/meminfo: memFree=743800/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=849672 CPUtime=222.18
/proc/19112/stat : 19112 (java) S 19110 19112 15988 0 -1 0 692270 0 1 0 21848 370 0 0 18 0 12 0 643999918 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 212418 181992 1390 9 0 209780 0
[pid=19112/tid=19114] ppid=19110 vsize=849672 CPUtime=131.36
/proc/19112/task/19114/stat : 19114 (java) R 19110 19112 15988 0 -1 64 17628 0 1 0 13123 13 0 0 25 0 12 0 643999920 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19115] ppid=19110 vsize=849672 CPUtime=5.13
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 15988 0 -1 64 77369 0 0 0 477 36 0 0 15 0 12 0 643999921 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19116] ppid=19110 vsize=849672 CPUtime=5.28
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 15988 0 -1 64 83280 0 0 0 490 38 0 0 16 0 12 0 643999921 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19117] ppid=19110 vsize=849672 CPUtime=78.45
/proc/19112/task/19117/stat : 19117 (java) R 19110 19112 15988 0 -1 64 502462 0 0 0 7569 276 0 0 17 0 12 0 643999923 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 106122414 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19118] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 15988 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643999923 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19119] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 15988 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 643999923 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19120] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643999927 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19121] ppid=19110 vsize=849672 CPUtime=1
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 15988 0 -1 64 5888 0 0 0 98 2 0 0 17 0 12 0 643999928 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19122] ppid=19110 vsize=849672 CPUtime=0.91
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 15988 0 -1 64 4881 0 0 0 89 2 0 0 17 0 12 0 643999928 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643999928 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19124] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643999928 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 849672

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

[startup+223.101 s]
/proc/loadavg: 2.65 2.26 2.09 4/84 19124
/proc/meminfo: memFree=743800/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=832544 CPUtime=222.99
/proc/19112/stat : 19112 (java) S 19110 19112 15988 0 -1 0 693119 0 1 0 21928 371 0 0 18 0 12 0 643999918 852525056 177557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 208136 177567 1390 9 0 205498 0
[pid=19112/tid=19114] ppid=19110 vsize=832544 CPUtime=131.44
/proc/19112/task/19114/stat : 19114 (java) R 19110 19112 15988 0 -1 64 17630 0 1 0 13131 13 0 0 25 0 12 0 643999920 852525056 177573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19115] ppid=19110 vsize=832544 CPUtime=5.13
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 15988 0 -1 64 77369 0 0 0 477 36 0 0 15 0 12 0 643999921 852525056 177580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19116] ppid=19110 vsize=832544 CPUtime=5.28
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 15988 0 -1 64 83280 0 0 0 490 38 0 0 16 0 12 0 643999921 852525056 177587 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19117] ppid=19110 vsize=832544 CPUtime=79.17
/proc/19112/task/19117/stat : 19117 (java) R 19110 19112 15988 0 -1 64 503347 0 0 0 7640 277 0 0 16 0 12 0 643999923 852525056 177594 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19118] ppid=19110 vsize=832544 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 15988 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643999923 852525056 177602 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19119] ppid=19110 vsize=832544 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 15988 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 643999923 852525056 177609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19120] ppid=19110 vsize=832544 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643999927 852525056 177616 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19121] ppid=19110 vsize=832544 CPUtime=1
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 15988 0 -1 64 5888 0 0 0 98 2 0 0 17 0 12 0 643999928 852525056 177623 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19122] ppid=19110 vsize=832544 CPUtime=0.91
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 15988 0 -1 64 4881 0 0 0 89 2 0 0 17 0 12 0 643999928 852525056 177631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=832544 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643999928 852525056 177637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19124] ppid=19110 vsize=832544 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643999928 852525056 177646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.99
Current children cumulated vsize (KiB) 832544

[startup+223.903 s]
/proc/loadavg: 2.65 2.26 2.09 4/84 19124
/proc/meminfo: memFree=756728/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=849672 CPUtime=223.78
/proc/19112/stat : 19112 (java) S 19110 19112 15988 0 -1 0 700557 0 1 0 22003 375 0 0 18 0 12 0 643999918 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 212418 181992 1390 9 0 209780 0
[pid=19112/tid=19114] ppid=19110 vsize=849672 CPUtime=131.44
/proc/19112/task/19114/stat : 19114 (java) R 19110 19112 15988 0 -1 64 17630 0 1 0 13131 13 0 0 25 0 12 0 643999920 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19115] ppid=19110 vsize=849672 CPUtime=5.13
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 15988 0 -1 64 77369 0 0 0 477 36 0 0 15 0 12 0 643999921 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19116] ppid=19110 vsize=849672 CPUtime=5.28
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 15988 0 -1 64 83280 0 0 0 490 38 0 0 16 0 12 0 643999921 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19117] ppid=19110 vsize=849672 CPUtime=79.97
/proc/19112/task/19117/stat : 19117 (java) R 19110 19112 15988 0 -1 64 510747 0 0 0 7716 281 0 0 17 0 12 0 643999923 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19118] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 15988 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643999923 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19119] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 15988 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 643999923 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19120] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643999927 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19121] ppid=19110 vsize=849672 CPUtime=1
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 15988 0 -1 64 5888 0 0 0 98 2 0 0 17 0 12 0 643999928 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19122] ppid=19110 vsize=849672 CPUtime=0.91
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 15988 0 -1 64 4881 0 0 0 89 2 0 0 17 0 12 0 643999928 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643999928 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19124] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643999928 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.78
Current children cumulated vsize (KiB) 849672

[startup+224.303 s]
/proc/loadavg: 2.65 2.26 2.09 4/84 19124
/proc/meminfo: memFree=743800/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=849672 CPUtime=224.19
/proc/19112/stat : 19112 (java) S 19110 19112 15988 0 -1 0 700557 0 1 0 22044 375 0 0 18 0 12 0 643999918 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 212418 181992 1390 9 0 209780 0
[pid=19112/tid=19114] ppid=19110 vsize=849672 CPUtime=131.44
/proc/19112/task/19114/stat : 19114 (java) R 19110 19112 15988 0 -1 64 17630 0 1 0 13131 13 0 0 25 0 12 0 643999920 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19115] ppid=19110 vsize=849672 CPUtime=5.13
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 15988 0 -1 64 77369 0 0 0 477 36 0 0 15 0 12 0 643999921 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19116] ppid=19110 vsize=849672 CPUtime=5.28
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 15988 0 -1 64 83280 0 0 0 490 38 0 0 16 0 12 0 643999921 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19117] ppid=19110 vsize=849672 CPUtime=80.38
/proc/19112/task/19117/stat : 19117 (java) R 19110 19112 15988 0 -1 64 510747 0 0 0 7757 281 0 0 17 0 12 0 643999923 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19118] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 15988 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 643999923 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19119] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 15988 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 643999923 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19120] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 15988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 643999927 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19121] ppid=19110 vsize=849672 CPUtime=1
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 15988 0 -1 64 5888 0 0 0 98 2 0 0 17 0 12 0 643999928 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19122] ppid=19110 vsize=849672 CPUtime=0.91
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 15988 0 -1 64 4881 0 0 0 89 2 0 0 17 0 12 0 643999928 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 15988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 643999928 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19124] ppid=19110 vsize=849672 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 15988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 643999928 870064128 181992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 224.19
Current children cumulated vsize (KiB) 849672

[startup+224.408 s]
/proc/loadavg: 2.65 2.26 2.09 4/84 19124
/proc/meminfo: memFree=743800/2055920 swapFree=4179840/4192956
[pid=19112] ppid=19110 vsize=0 CPUtime=224.26
/proc/19112/stat : 19112 (java) Z 19110 19112 15988 0 -1 12 700569 0 1 0 22048 378 0 0 16 0 2 0 643999918 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19112/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 224.26
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 224.492
CPU time (s): 224.362
CPU user time (s): 220.489
CPU system time (s): 3.87241
CPU usage (%): 99.9422
Max. virtual memory (cumulated for all children) (KiB): 885516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.489
system time used= 3.87241
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 700569
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= 9566
involuntary context switches= 7553

runsolver used 0.32495 second user time and 0.731888 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-05 05:21:46
IDJOB=1083434
IDBENCH=57475
IDSOLVER=344
FILE ID=node17/1083434-1215228106
PBS_JOBID= 7881723
Free space on /tmp= 66404 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 10f4f3b19356da36a48ebac0d3244087
RANDOM SEED=2014933471

node17.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.234
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.234
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:       1468920 kB
Buffers:         86436 kB
Cached:         359780 kB
SwapCached:       6936 kB
Active:         289440 kB
Inactive:       230536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468920 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            2736 kB
Writeback:           0 kB
Mapped:          81288 kB
Slab:            52228 kB
Committed_AS:  1062256 kB
PageTables:       1940 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66404 MiB
End job on node17 at 2008-07-05 05:25:31