Trace number 1083161

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? 227.107 227.87

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-12.xml
MD5SUM7160ac9735ff4cdf08aa3c1a73aa6e48
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.5701
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1326
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.23/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.23/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.36	c See www.sat4j.org for details.
0.23/0.36	c That software uses the Rhino library from the Mozilla project.
0.33/0.41	c version 9.9.9.token
0.33/0.41	c sun.arch.data.model	32
0.33/0.41	c java.version	1.6.0_06
0.33/0.41	c os.name	Linux
0.33/0.41	c os.version	2.6.9-22.EL.rootsmp
0.33/0.41	c os.arch	i386
0.33/0.41	c Free memory 669864272
0.33/0.41	c Max memory 672137216
0.33/0.41	c Total memory 672137216
0.33/0.41	c Number of processors 2
0.33/0.45	c c --- Begin Solver configuration ---
0.33/0.45	c Stops conflict analysis at the first Unique Implication Point
0.33/0.45	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.33/0.45	c Learn all clauses as in MiniSAT
0.33/0.45	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.33/0.45	c Expensive reason simplification
0.33/0.45	c MiniSAT restarts strategy
0.33/0.45	c timeout=2147483s
0.33/0.45	c DB Simplification allowed=false
0.33/0.45	c --- End Solver configuration ---
0.33/0.45	c solving HOME/instance-1083161-1215225531.xml
0.33/0.45	c reading problem ... 
0.63/0.73	c reading problem named null
0.63/0.73	c reading domains done.
0.63/0.76	c reading variables done.
2.38/2.24	c reading predicates  done.
2.57/2.43	c reading constraints
226.98/227.71	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
226.98/227.71		at org.mozilla.javascript.gen.c4._c0(rhino.log:1)
226.98/227.71		at org.mozilla.javascript.gen.c4.call(rhino.log)
226.98/227.71		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
226.98/227.71		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
226.98/227.71		at org.mozilla.javascript.gen.c4.call(rhino.log)
226.98/227.71		at org.mozilla.javascript.gen.c4.exec(rhino.log)
226.98/227.71		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
226.98/227.71		at org.sat4j.csp.Predicate.find(Predicate.java:129)
226.98/227.71		at org.sat4j.csp.Predicate.find(Predicate.java:139)
226.98/227.71		at org.sat4j.csp.Predicate.find(Predicate.java:139)
226.98/227.71		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
226.98/227.71		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
226.98/227.71		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
226.98/227.71		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
226.98/227.71		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
226.98/227.71		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
226.98/227.71		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
226.98/227.71		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
226.98/227.71		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
226.98/227.71		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
226.98/227.71		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
226.98/227.71		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
226.98/227.71		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
226.98/227.71		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
226.98/227.71		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
226.98/227.71		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
226.98/227.71		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
226.98/227.72		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
226.98/227.72		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
226.98/227.72		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
226.98/227.72	c starts		: 0
226.98/227.72	c conflicts		: 0
226.98/227.72	c decisions		: 0
226.98/227.72	c propagations		: 0
226.98/227.72	c inspects		: 0
226.98/227.72	c learnt literals	: 0
226.98/227.72	c learnt binary clauses	: 0
226.98/227.72	c learnt ternary clauses	: 0
226.98/227.72	c learnt clauses	: 0
226.98/227.72	c ignored clauses	: 0
226.98/227.72	c root simplifications	: 0
226.98/227.72	c removed literals (reason simplification)	: 0
226.98/227.72	c reason swapping (by a shorter reason)	: 0
226.98/227.72	c Calls to reduceDB	: 0
226.98/227.72	c speed (assignments/second)	: 0.0
226.98/227.72	c non guided choices	0
226.98/227.72	s UNKNOWN
226.98/227.72	c Total wall clock time (in seconds) : 227.261

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-1083161-1215225531/watcher-1083161-1215225531 -o /tmp/evaluation-result-1083161-1215225531/solver-1083161-1215225531 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083161-1215225531.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.02 2.00 4/73 14506
/proc/meminfo: memFree=1696968/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=1804 CPUtime=0
/proc/14506/stat : 14506 (java6) D 14504 14506 10529 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 2001526594 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/14506/statm: 451 155 111 9 0 93 0

[startup+0.0983539 s]
/proc/loadavg: 2.00 2.02 2.00 4/73 14506
/proc/meminfo: memFree=1696968/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=801432 CPUtime=0.04
/proc/14506/stat : 14506 (java) S 14504 14506 10529 0 -1 0 2470 0 30 0 1 3 0 0 18 0 5 0 2001526594 820666368 2236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 200358 2236 949 9 0 197741 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801432

[startup+0.101352 s]
/proc/loadavg: 2.00 2.02 2.00 4/73 14506
/proc/meminfo: memFree=1696968/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=802080 CPUtime=0.05
/proc/14506/stat : 14506 (java) S 14504 14506 10529 0 -1 0 2513 0 30 0 2 3 0 0 18 0 7 0 2001526594 821329920 2278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 200520 2280 969 9 0 197903 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802080

[startup+0.301386 s]
/proc/loadavg: 2.00 2.02 2.00 4/73 14506
/proc/meminfo: memFree=1696968/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=807864 CPUtime=0.23
/proc/14506/stat : 14506 (java) S 14504 14506 10529 0 -1 0 4619 0 30 0 19 4 0 0 18 0 12 0 2001526594 827252736 3977 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 201966 3977 1298 9 0 199335 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 807864

[startup+0.701454 s]
/proc/loadavg: 2.00 2.02 2.00 4/73 14506
/proc/meminfo: memFree=1696968/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=807892 CPUtime=0.63
/proc/14506/stat : 14506 (java) S 14504 14506 10529 0 -1 0 6168 0 30 0 56 7 0 0 18 0 12 0 2001526594 827281408 5360 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 201973 5360 1335 9 0 199335 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 807892

[startup+1.50257 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 14518
/proc/meminfo: memFree=1659688/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=811740 CPUtime=1.57
/proc/14506/stat : 14506 (java) S 14504 14506 10529 0 -1 0 30783 0 30 0 140 17 0 0 18 0 12 0 2001526594 831221760 28341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 202935 28343 1345 9 0 200297 0
[pid=14506/tid=14508] ppid=14504 vsize=811740 CPUtime=0.67
/proc/14506/task/14508/stat : 14508 (java) R 14504 14506 10529 0 -1 64 16953 0 1 0 58 9 0 0 21 0 12 0 2001526601 831221760 28344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14509] ppid=14504 vsize=811740 CPUtime=0.18
/proc/14506/task/14509/stat : 14509 (java) R 14504 14506 10529 0 -1 64 5166 0 0 0 16 2 0 0 18 0 12 0 2001526602 831221760 28346 996147200 134512640 134550740 4294956016 18446744073709551615 106158040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14510] ppid=14504 vsize=811740 CPUtime=0.2
/proc/14506/task/14510/stat : 14510 (java) R 14504 14506 10529 0 -1 64 6078 0 0 0 18 2 0 0 18 0 12 0 2001526602 831221760 28347 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14511] ppid=14504 vsize=811740 CPUtime=0
/proc/14506/task/14511/stat : 14511 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 2001526604 831221760 28349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14512] ppid=14504 vsize=811740 CPUtime=0
/proc/14506/task/14512/stat : 14512 (java) S 14504 14506 10529 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 2001526604 831221760 28351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14513] ppid=14504 vsize=811740 CPUtime=0
/proc/14506/task/14513/stat : 14513 (java) S 14504 14506 10529 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 2001526604 831221760 28352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14514] ppid=14504 vsize=811740 CPUtime=0
/proc/14506/task/14514/stat : 14514 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001526608 831221760 28354 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14515] ppid=14504 vsize=811740 CPUtime=0.23
/proc/14506/task/14515/stat : 14515 (java) S 14504 14506 10529 0 -1 64 596 0 0 0 23 0 0 0 16 0 12 0 2001526608 831221760 28355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14516] ppid=14504 vsize=811740 CPUtime=0.23
/proc/14506/task/14516/stat : 14516 (java) S 14504 14506 10529 0 -1 64 1263 0 0 0 23 0 0 0 16 0 12 0 2001526608 831221760 28357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14517] ppid=14504 vsize=811740 CPUtime=0
/proc/14506/task/14517/stat : 14517 (java) S 14504 14506 10529 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001526608 831221760 28359 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14518] ppid=14504 vsize=811740 CPUtime=0
/proc/14506/task/14518/stat : 14518 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2001526608 831221760 28360 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 811740

[startup+3.10282 s]
/proc/loadavg: 2.00 2.02 2.00 4/85 14518
/proc/meminfo: memFree=1520680/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=819060 CPUtime=3.26
/proc/14506/stat : 14506 (java) S 14504 14506 10529 0 -1 0 53918 0 30 0 299 27 0 0 18 0 12 0 2001526594 838717440 49120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 204765 49120 1373 9 0 202127 0
[pid=14506/tid=14508] ppid=14504 vsize=819060 CPUtime=1.3
/proc/14506/task/14508/stat : 14508 (java) R 14504 14506 10529 0 -1 64 17263 0 1 0 120 10 0 0 20 0 12 0 2001526601 838717440 49120 996147200 134512640 134550740 4294956016 18446744073709551615 4109644079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14509] ppid=14504 vsize=819060 CPUtime=0.58
/proc/14506/task/14509/stat : 14509 (java) S 14504 14506 10529 0 -1 64 19095 0 0 0 52 6 0 0 18 0 12 0 2001526602 838717440 49120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14510] ppid=14504 vsize=819060 CPUtime=0.49
/proc/14506/task/14510/stat : 14510 (java) S 14504 14506 10529 0 -1 64 13078 0 0 0 43 6 0 0 17 0 12 0 2001526602 838717440 49120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14511] ppid=14504 vsize=819060 CPUtime=0
/proc/14506/task/14511/stat : 14511 (java) S 14504 14506 10529 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2001526604 838717440 49120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14512] ppid=14504 vsize=819060 CPUtime=0
/proc/14506/task/14512/stat : 14512 (java) S 14504 14506 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001526604 838717440 49120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14513] ppid=14504 vsize=819060 CPUtime=0
/proc/14506/task/14513/stat : 14513 (java) S 14504 14506 10529 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2001526604 838717440 49120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14514] ppid=14504 vsize=819060 CPUtime=0
/proc/14506/task/14514/stat : 14514 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001526608 838717440 49120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14515] ppid=14504 vsize=819060 CPUtime=0.48
/proc/14506/task/14515/stat : 14515 (java) S 14504 14506 10529 0 -1 64 2435 0 0 0 48 0 0 0 16 0 12 0 2001526608 838717440 49120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14516] ppid=14504 vsize=819060 CPUtime=0.34
/proc/14506/task/14516/stat : 14516 (java) S 14504 14506 10529 0 -1 64 1282 0 0 0 34 0 0 0 16 0 12 0 2001526608 838717440 49120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14517] ppid=14504 vsize=819060 CPUtime=0
/proc/14506/task/14517/stat : 14517 (java) S 14504 14506 10529 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001526608 838717440 49120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14518] ppid=14504 vsize=819060 CPUtime=0
/proc/14506/task/14518/stat : 14518 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2001526608 838717440 49120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 819060

[startup+6.30132 s]
/proc/loadavg: 2.00 2.02 2.00 5/85 14518
/proc/meminfo: memFree=1470312/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=820848 CPUtime=6.48
/proc/14506/stat : 14506 (java) S 14504 14506 10529 0 -1 0 66738 0 30 0 615 33 0 0 18 0 12 0 2001526594 840548352 60505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 205212 60505 1385 9 0 202574 0
[pid=14506/tid=14508] ppid=14504 vsize=820848 CPUtime=3.75
/proc/14506/task/14508/stat : 14508 (java) R 14504 14506 10529 0 -1 64 17277 0 1 0 365 10 0 0 25 0 12 0 2001526601 840548352 60505 996147200 134512640 134550740 4294956016 18446744073709551615 4109746843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14509] ppid=14504 vsize=820848 CPUtime=0.74
/proc/14506/task/14509/stat : 14509 (java) S 14504 14506 10529 0 -1 64 23902 0 0 0 65 9 0 0 16 0 12 0 2001526602 840548352 60505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14510] ppid=14504 vsize=820848 CPUtime=0.65
/proc/14506/task/14510/stat : 14510 (java) S 14504 14506 10529 0 -1 64 19472 0 0 0 57 8 0 0 16 0 12 0 2001526602 840548352 60505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14511] ppid=14504 vsize=820848 CPUtime=0
/proc/14506/task/14511/stat : 14511 (java) S 14504 14506 10529 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2001526604 840548352 60505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14512] ppid=14504 vsize=820848 CPUtime=0
/proc/14506/task/14512/stat : 14512 (java) S 14504 14506 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001526604 840548352 60505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14513] ppid=14504 vsize=820848 CPUtime=0
/proc/14506/task/14513/stat : 14513 (java) S 14504 14506 10529 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2001526604 840548352 60505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14514] ppid=14504 vsize=820848 CPUtime=0
/proc/14506/task/14514/stat : 14514 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001526608 840548352 60505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14515] ppid=14504 vsize=820848 CPUtime=0.57
/proc/14506/task/14515/stat : 14515 (java) S 14504 14506 10529 0 -1 64 2440 0 0 0 57 0 0 0 16 0 12 0 2001526608 840548352 60505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14516] ppid=14504 vsize=820848 CPUtime=0.69
/proc/14506/task/14516/stat : 14516 (java) S 14504 14506 10529 0 -1 64 2882 0 0 0 68 1 0 0 16 0 12 0 2001526608 840548352 60505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14517] ppid=14504 vsize=820848 CPUtime=0
/proc/14506/task/14517/stat : 14517 (java) S 14504 14506 10529 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001526608 840548352 60505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14518] ppid=14504 vsize=820848 CPUtime=0
/proc/14506/task/14518/stat : 14518 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2001526608 840548352 60505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 820848

[startup+12.7023 s]
/proc/loadavg: 2.29 2.08 2.02 3/85 14518
/proc/meminfo: memFree=1416232/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=817224 CPUtime=12.82
/proc/14506/stat : 14506 (java) S 14504 14506 10529 0 -1 0 77793 0 30 0 1244 38 0 0 18 0 12 0 2001526594 836837376 70632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 204306 70632 1385 9 0 201668 0
[pid=14506/tid=14508] ppid=14504 vsize=817224 CPUtime=9.53
/proc/14506/task/14508/stat : 14508 (java) R 14504 14506 10529 0 -1 64 17300 0 1 0 943 10 0 0 25 0 12 0 2001526601 836837376 70632 996147200 134512640 134550740 4294956016 18446744073709551615 4109801479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14509] ppid=14504 vsize=817224 CPUtime=0.95
/proc/14506/task/14509/stat : 14509 (java) S 14504 14506 10529 0 -1 64 29977 0 0 0 84 11 0 0 16 0 12 0 2001526602 836837376 70632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14510] ppid=14504 vsize=817224 CPUtime=0.85
/proc/14506/task/14510/stat : 14510 (java) S 14504 14506 10529 0 -1 64 24429 0 0 0 75 10 0 0 16 0 12 0 2001526602 836837376 70632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14511] ppid=14504 vsize=817224 CPUtime=0.01
/proc/14506/task/14511/stat : 14511 (java) S 14504 14506 10529 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 2001526604 836837376 70632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14512] ppid=14504 vsize=817224 CPUtime=0
/proc/14506/task/14512/stat : 14512 (java) S 14504 14506 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001526604 836837376 70632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14513] ppid=14504 vsize=817224 CPUtime=0
/proc/14506/task/14513/stat : 14513 (java) S 14504 14506 10529 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2001526604 836837376 70632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14514] ppid=14504 vsize=817224 CPUtime=0
/proc/14506/task/14514/stat : 14514 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001526608 836837376 70632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14515] ppid=14504 vsize=817224 CPUtime=0.66
/proc/14506/task/14515/stat : 14515 (java) S 14504 14506 10529 0 -1 64 2440 0 0 0 66 0 0 0 16 0 12 0 2001526608 836837376 70632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14516] ppid=14504 vsize=817224 CPUtime=0.74
/proc/14506/task/14516/stat : 14516 (java) S 14504 14506 10529 0 -1 64 2882 0 0 0 73 1 0 0 16 0 12 0 2001526608 836837376 70632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14517] ppid=14504 vsize=817224 CPUtime=0
/proc/14506/task/14517/stat : 14517 (java) S 14504 14506 10529 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001526608 836837376 70632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14518] ppid=14504 vsize=817224 CPUtime=0
/proc/14506/task/14518/stat : 14518 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2001526608 836837376 70632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 817224

[startup+25.5013 s]
/proc/loadavg: 2.25 2.08 2.02 3/85 14518
/proc/meminfo: memFree=1315048/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=817224 CPUtime=25.5
/proc/14506/stat : 14506 (java) S 14504 14506 10529 0 -1 0 102296 0 30 0 2502 48 0 0 18 0 12 0 2001526594 836837376 94873 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 204306 94873 1385 9 0 201668 0
[pid=14506/tid=14508] ppid=14504 vsize=817224 CPUtime=21.51
/proc/14506/task/14508/stat : 14508 (java) R 14504 14506 10529 0 -1 64 17328 0 1 0 2141 10 0 0 25 0 12 0 2001526601 836837376 94873 996147200 134512640 134550740 4294956016 18446744073709551615 4109746926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14509] ppid=14504 vsize=817224 CPUtime=1.28
/proc/14506/task/14509/stat : 14509 (java) S 14504 14506 10529 0 -1 64 41966 0 0 0 111 17 0 0 16 0 12 0 2001526602 836837376 94873 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14510] ppid=14504 vsize=817224 CPUtime=1.18
/proc/14506/task/14510/stat : 14510 (java) S 14504 14506 10529 0 -1 64 36915 0 0 0 103 15 0 0 16 0 12 0 2001526602 836837376 94873 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14511] ppid=14504 vsize=817224 CPUtime=0.01
/proc/14506/task/14511/stat : 14511 (java) S 14504 14506 10529 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 2001526604 836837376 94873 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14512] ppid=14504 vsize=817224 CPUtime=0
/proc/14506/task/14512/stat : 14512 (java) S 14504 14506 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001526604 836837376 94873 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14513] ppid=14504 vsize=817224 CPUtime=0
/proc/14506/task/14513/stat : 14513 (java) S 14504 14506 10529 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2001526604 836837376 94873 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14514] ppid=14504 vsize=817224 CPUtime=0
/proc/14506/task/14514/stat : 14514 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001526608 836837376 94873 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=14506/tid=14518] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14518/stat : 14518 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.62
Current children cumulated vsize (KiB) 825228

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

[startup+223.903 s]
/proc/loadavg: 2.49 2.18 2.05 4/85 14518
/proc/meminfo: memFree=996648/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=818228 CPUtime=223.21
/proc/14506/stat : 14506 (java) S 14504 14506 10529 0 -1 0 420635 0 30 0 22132 189 0 0 18 0 12 0 2001526594 837865472 174132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 204557 174132 1388 9 0 201919 0
[pid=14506/tid=14508] ppid=14504 vsize=818228 CPUtime=169.74
/proc/14506/task/14508/stat : 14508 (java) R 14504 14506 10529 0 -1 64 17690 0 1 0 16962 12 0 0 25 0 12 0 2001526601 837865472 174132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14509] ppid=14504 vsize=818228 CPUtime=4.29
/proc/14506/task/14509/stat : 14509 (java) S 14504 14506 10529 0 -1 64 81501 0 0 0 396 33 0 0 15 0 12 0 2001526602 837865472 174132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14510] ppid=14504 vsize=818228 CPUtime=4.28
/proc/14506/task/14510/stat : 14510 (java) S 14504 14506 10529 0 -1 64 77958 0 0 0 396 32 0 0 16 0 12 0 2001526602 837865472 174132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14511] ppid=14504 vsize=818228 CPUtime=43.36
/proc/14506/task/14511/stat : 14511 (java) R 14504 14506 10529 0 -1 64 237429 0 0 0 4230 106 0 0 16 0 12 0 2001526604 837865472 174132 996147200 134512640 134550740 4294956016 18446744073709551615 104126410 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14512] ppid=14504 vsize=818228 CPUtime=0
/proc/14506/task/14512/stat : 14512 (java) S 14504 14506 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001526604 837865472 174132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14513] ppid=14504 vsize=818228 CPUtime=0
/proc/14506/task/14513/stat : 14513 (java) S 14504 14506 10529 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001526604 837865472 174132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14514] ppid=14504 vsize=818228 CPUtime=0
/proc/14506/task/14514/stat : 14514 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001526608 837865472 174132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14515] ppid=14504 vsize=818228 CPUtime=0.67
/proc/14506/task/14515/stat : 14515 (java) S 14504 14506 10529 0 -1 64 2440 0 0 0 67 0 0 0 16 0 12 0 2001526608 837865472 174132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14516] ppid=14504 vsize=818228 CPUtime=0.79
/proc/14506/task/14516/stat : 14516 (java) S 14504 14506 10529 0 -1 64 2882 0 0 0 78 1 0 0 16 0 12 0 2001526608 837865472 174132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14517] ppid=14504 vsize=818228 CPUtime=0
/proc/14506/task/14517/stat : 14517 (java) S 14504 14506 10529 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001526608 837865472 174132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14518] ppid=14504 vsize=818228 CPUtime=0
/proc/14506/task/14518/stat : 14518 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2001526608 837865472 174132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.21
Current children cumulated vsize (KiB) 818228

[startup+225.506 s]
/proc/loadavg: 2.49 2.18 2.05 5/85 14518
/proc/meminfo: memFree=993832/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=825228 CPUtime=224.8
/proc/14506/stat : 14506 (java) S 14504 14506 10529 0 -1 0 431648 0 30 0 22286 194 0 0 18 0 12 0 2001526594 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 206307 175882 1388 9 0 203669 0
[pid=14506/tid=14508] ppid=14504 vsize=825228 CPUtime=169.86
/proc/14506/task/14508/stat : 14508 (java) R 14504 14506 10529 0 -1 64 17692 0 1 0 16974 12 0 0 25 0 12 0 2001526601 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14509] ppid=14504 vsize=825228 CPUtime=4.29
/proc/14506/task/14509/stat : 14509 (java) S 14504 14506 10529 0 -1 64 81501 0 0 0 396 33 0 0 15 0 12 0 2001526602 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14510] ppid=14504 vsize=825228 CPUtime=4.28
/proc/14506/task/14510/stat : 14510 (java) S 14504 14506 10529 0 -1 64 77958 0 0 0 396 32 0 0 16 0 12 0 2001526602 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14511] ppid=14504 vsize=825228 CPUtime=44.83
/proc/14506/task/14511/stat : 14511 (java) R 14504 14506 10529 0 -1 64 248440 0 0 0 4372 111 0 0 16 0 12 0 2001526604 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 104126456 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14512] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14512/stat : 14512 (java) S 14504 14506 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001526604 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14513] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14513/stat : 14513 (java) S 14504 14506 10529 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001526604 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14514] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14514/stat : 14514 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14515] ppid=14504 vsize=825228 CPUtime=0.67
/proc/14506/task/14515/stat : 14515 (java) S 14504 14506 10529 0 -1 64 2440 0 0 0 67 0 0 0 16 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14516] ppid=14504 vsize=825228 CPUtime=0.79
/proc/14506/task/14516/stat : 14516 (java) S 14504 14506 10529 0 -1 64 2882 0 0 0 78 1 0 0 16 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14517] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14517/stat : 14517 (java) S 14504 14506 10529 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14518] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14518/stat : 14518 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 224.8
Current children cumulated vsize (KiB) 825228

[startup+227.102 s]
/proc/loadavg: 2.53 2.19 2.06 4/85 14518
/proc/meminfo: memFree=989864/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=825228 CPUtime=226.38
/proc/14506/stat : 14506 (java) S 14504 14506 10529 0 -1 0 439159 0 30 0 22441 197 0 0 18 0 12 0 2001526594 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 206307 175882 1388 9 0 203669 0
[pid=14506/tid=14508] ppid=14504 vsize=825228 CPUtime=169.97
/proc/14506/task/14508/stat : 14508 (java) R 14504 14506 10529 0 -1 64 17695 0 1 0 16985 12 0 0 25 0 12 0 2001526601 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14509] ppid=14504 vsize=825228 CPUtime=4.29
/proc/14506/task/14509/stat : 14509 (java) S 14504 14506 10529 0 -1 64 81501 0 0 0 396 33 0 0 15 0 12 0 2001526602 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14510] ppid=14504 vsize=825228 CPUtime=4.28
/proc/14506/task/14510/stat : 14510 (java) S 14504 14506 10529 0 -1 64 77958 0 0 0 396 32 0 0 16 0 12 0 2001526602 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14511] ppid=14504 vsize=825228 CPUtime=46.31
/proc/14506/task/14511/stat : 14511 (java) R 14504 14506 10529 0 -1 64 255948 0 0 0 4517 114 0 0 16 0 12 0 2001526604 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 104136375 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14512] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14512/stat : 14512 (java) S 14504 14506 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001526604 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14513] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14513/stat : 14513 (java) S 14504 14506 10529 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001526604 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14514] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14514/stat : 14514 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14515] ppid=14504 vsize=825228 CPUtime=0.67
/proc/14506/task/14515/stat : 14515 (java) S 14504 14506 10529 0 -1 64 2440 0 0 0 67 0 0 0 16 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14516] ppid=14504 vsize=825228 CPUtime=0.79
/proc/14506/task/14516/stat : 14516 (java) S 14504 14506 10529 0 -1 64 2882 0 0 0 78 1 0 0 16 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14517] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14517/stat : 14517 (java) S 14504 14506 10529 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14518] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14518/stat : 14518 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 226.38
Current children cumulated vsize (KiB) 825228

[startup+227.502 s]
/proc/loadavg: 2.53 2.19 2.06 4/85 14518
/proc/meminfo: memFree=989864/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=825228 CPUtime=226.78
/proc/14506/stat : 14506 (java) S 14504 14506 10529 0 -1 0 439159 0 30 0 22481 197 0 0 18 0 12 0 2001526594 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 206307 175882 1388 9 0 203669 0
[pid=14506/tid=14508] ppid=14504 vsize=825228 CPUtime=169.97
/proc/14506/task/14508/stat : 14508 (java) R 14504 14506 10529 0 -1 64 17695 0 1 0 16985 12 0 0 25 0 12 0 2001526601 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14509] ppid=14504 vsize=825228 CPUtime=4.29
/proc/14506/task/14509/stat : 14509 (java) S 14504 14506 10529 0 -1 64 81501 0 0 0 396 33 0 0 15 0 12 0 2001526602 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14510] ppid=14504 vsize=825228 CPUtime=4.28
/proc/14506/task/14510/stat : 14510 (java) S 14504 14506 10529 0 -1 64 77958 0 0 0 396 32 0 0 16 0 12 0 2001526602 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14511] ppid=14504 vsize=825228 CPUtime=46.71
/proc/14506/task/14511/stat : 14511 (java) R 14504 14506 10529 0 -1 64 255948 0 0 0 4557 114 0 0 16 0 12 0 2001526604 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14512] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14512/stat : 14512 (java) S 14504 14506 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001526604 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14513] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14513/stat : 14513 (java) S 14504 14506 10529 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001526604 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14514] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14514/stat : 14514 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14515] ppid=14504 vsize=825228 CPUtime=0.67
/proc/14506/task/14515/stat : 14515 (java) S 14504 14506 10529 0 -1 64 2440 0 0 0 67 0 0 0 16 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14516] ppid=14504 vsize=825228 CPUtime=0.79
/proc/14506/task/14516/stat : 14516 (java) S 14504 14506 10529 0 -1 64 2882 0 0 0 78 1 0 0 16 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14517] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14517/stat : 14517 (java) S 14504 14506 10529 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14518] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14518/stat : 14518 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 226.78
Current children cumulated vsize (KiB) 825228

[startup+227.706 s]
/proc/loadavg: 2.53 2.19 2.06 4/85 14518
/proc/meminfo: memFree=989800/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=825228 CPUtime=226.98
/proc/14506/stat : 14506 (java) S 14504 14506 10529 0 -1 0 439159 0 30 0 22501 197 0 0 18 0 12 0 2001526594 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 206307 175882 1388 9 0 203669 0
[pid=14506/tid=14508] ppid=14504 vsize=825228 CPUtime=169.97
/proc/14506/task/14508/stat : 14508 (java) R 14504 14506 10529 0 -1 64 17695 0 1 0 16985 12 0 0 25 0 12 0 2001526601 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14509] ppid=14504 vsize=825228 CPUtime=4.29
/proc/14506/task/14509/stat : 14509 (java) S 14504 14506 10529 0 -1 64 81501 0 0 0 396 33 0 0 15 0 12 0 2001526602 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14510] ppid=14504 vsize=825228 CPUtime=4.28
/proc/14506/task/14510/stat : 14510 (java) S 14504 14506 10529 0 -1 64 77958 0 0 0 396 32 0 0 16 0 12 0 2001526602 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14511] ppid=14504 vsize=825228 CPUtime=46.91
/proc/14506/task/14511/stat : 14511 (java) R 14504 14506 10529 0 -1 64 255948 0 0 0 4577 114 0 0 17 0 12 0 2001526604 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14512] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14512/stat : 14512 (java) S 14504 14506 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001526604 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14513] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14513/stat : 14513 (java) S 14504 14506 10529 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001526604 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14514] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14514/stat : 14514 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14515] ppid=14504 vsize=825228 CPUtime=0.67
/proc/14506/task/14515/stat : 14515 (java) S 14504 14506 10529 0 -1 64 2440 0 0 0 67 0 0 0 16 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14516] ppid=14504 vsize=825228 CPUtime=0.79
/proc/14506/task/14516/stat : 14516 (java) S 14504 14506 10529 0 -1 64 2882 0 0 0 78 1 0 0 16 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14506/tid=14517] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14517/stat : 14517 (java) S 14504 14506 10529 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14506/tid=14518] ppid=14504 vsize=825228 CPUtime=0
/proc/14506/task/14518/stat : 14518 (java) S 14504 14506 10529 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2001526608 845033472 175882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 226.98
Current children cumulated vsize (KiB) 825228

[startup+227.803 s]
/proc/loadavg: 2.53 2.19 2.06 4/85 14518
/proc/meminfo: memFree=989800/2055920 swapFree=4179828/4192956
[pid=14506] ppid=14504 vsize=0 CPUtime=227.03
/proc/14506/stat : 14506 (java) Z 14504 14506 10529 0 -1 12 439171 0 30 0 22502 201 0 0 16 0 2 0 2001526594 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14506/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 227.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 227.87
CPU time (s): 227.107
CPU user time (s): 225.03
CPU system time (s): 2.07768
CPU usage (%): 99.6655
Max. virtual memory (cumulated for all children) (KiB): 829232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 225.03
system time used= 2.07768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 439171
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10611
involuntary context switches= 9164

runsolver used 0.295955 second user time and 0.709892 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 04:38:51
IDJOB=1083161
IDBENCH=57422
IDSOLVER=344
FILE ID=node34/1083161-1215225531
PBS_JOBID= 7881672
Free space on /tmp= 66476 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7160ac9735ff4cdf08aa3c1a73aa6e48
RANDOM SEED=2051051606

node34.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.259
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.259
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:       1697448 kB
Buffers:         42540 kB
Cached:         246760 kB
SwapCached:       6976 kB
Active:         178372 kB
Inactive:       124472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697448 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            1808 kB
Writeback:           0 kB
Mapped:          21372 kB
Slab:            40872 kB
Committed_AS:  3508516 kB
PageTables:       1868 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= 66476 MiB
End job on node34 at 2008-07-05 04:42:39