Trace number 1083077

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? 226.883 227.421

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-15.xml
MD5SUMd4b8a3518de3d7b3c2da5e05ff268d86
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 benchmark57.2833
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1298
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.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.37/0.40	c c --- Begin Solver configuration ---
0.37/0.40	c Stops conflict analysis at the first Unique Implication Point
0.37/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.40	c Learn all clauses as in MiniSAT
0.37/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.40	c Expensive reason simplification
0.37/0.40	c MiniSAT restarts strategy
0.37/0.40	c timeout=2147483s
0.37/0.40	c DB Simplification allowed=false
0.37/0.40	c --- End Solver configuration ---
0.37/0.40	c solving HOME/instance-1083077-1215224904.xml
0.37/0.41	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.68/0.71	c reading variables done.
2.25/2.20	c reading predicates  done.
2.43/2.39	c reading constraints
226.68/227.27	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
226.68/227.27		at org.mozilla.javascript.gen.c4._c0(rhino.log:1)
226.68/227.27		at org.mozilla.javascript.gen.c4.call(rhino.log)
226.68/227.27		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
226.68/227.27		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
226.68/227.27		at org.mozilla.javascript.gen.c4.call(rhino.log)
226.68/227.27		at org.mozilla.javascript.gen.c4.exec(rhino.log)
226.68/227.27		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
226.68/227.27		at org.sat4j.csp.Predicate.find(Predicate.java:129)
226.68/227.27		at org.sat4j.csp.Predicate.find(Predicate.java:139)
226.68/227.27		at org.sat4j.csp.Predicate.find(Predicate.java:139)
226.68/227.27		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
226.68/227.27		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
226.68/227.27		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
226.68/227.27		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
226.68/227.27		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
226.68/227.27		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
226.68/227.27		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
226.68/227.27		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
226.68/227.27		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
226.68/227.27		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
226.68/227.27		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
226.68/227.27		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
226.68/227.27		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
226.68/227.27		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
226.68/227.27		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
226.68/227.27		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
226.68/227.28		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
226.68/227.28		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
226.68/227.28		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
226.68/227.28		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
226.68/227.28	c starts		: 0
226.68/227.28	c conflicts		: 0
226.68/227.28	c decisions		: 0
226.68/227.28	c propagations		: 0
226.68/227.28	c inspects		: 0
226.68/227.28	c learnt literals	: 0
226.68/227.28	c learnt binary clauses	: 0
226.68/227.28	c learnt ternary clauses	: 0
226.68/227.28	c learnt clauses	: 0
226.68/227.28	c ignored clauses	: 0
226.68/227.28	c root simplifications	: 0
226.68/227.28	c removed literals (reason simplification)	: 0
226.68/227.28	c reason swapping (by a shorter reason)	: 0
226.68/227.28	c Calls to reduceDB	: 0
226.68/227.28	c speed (assignments/second)	: 0.0
226.68/227.28	c non guided choices	0
226.68/227.28	s UNKNOWN
226.68/227.28	c Total wall clock time (in seconds) : 226.871

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27409
/proc/meminfo: memFree=1762528/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=18572 CPUtime=0
/proc/27409/stat : 27409 (runsolver) R 27407 27409 24828 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 2001462408 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 240577473831 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27409/statm: 4643 292 257 25 0 2626 0

[startup+0.0856361 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27409
/proc/meminfo: memFree=1762528/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=802236 CPUtime=0.07
/proc/27409/stat : 27409 (java) S 27407 27409 24828 0 -1 0 2834 0 1 0 5 2 0 0 18 0 7 0 2001462408 821489664 2569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 200559 2569 1011 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.101639 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27409
/proc/meminfo: memFree=1762528/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=804612 CPUtime=0.08
/proc/27409/stat : 27409 (java) S 27407 27409 24828 0 -1 0 2993 0 1 0 6 2 0 0 18 0 12 0 2001462408 823922688 2726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 201153 2726 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301674 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27409
/proc/meminfo: memFree=1762528/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=807760 CPUtime=0.28
/proc/27409/stat : 27409 (java) S 27407 27409 24828 0 -1 0 4851 0 1 0 25 3 0 0 18 0 12 0 2001462408 827146240 4180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 201940 4180 1299 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.701736 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27409
/proc/meminfo: memFree=1762528/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=807788 CPUtime=0.68
/proc/27409/stat : 27409 (java) S 27407 27409 24828 0 -1 0 6257 0 1 0 63 5 0 0 18 0 12 0 2001462408 827174912 5387 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 201947 5387 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50287 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 27421
/proc/meminfo: memFree=1731776/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=811636 CPUtime=1.64
/proc/27409/stat : 27409 (java) S 27407 27409 24828 0 -1 0 33199 0 1 0 147 17 0 0 18 0 12 0 2001462408 831115264 29405 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 202909 29408 1345 9 0 200271 0
[pid=27409/tid=27411] ppid=27407 vsize=811636 CPUtime=0.69
/proc/27409/task/27411/stat : 27411 (java) R 27407 27409 24828 0 -1 64 16951 0 1 0 59 10 0 0 23 0 12 0 2001462410 831115264 29409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27412] ppid=27407 vsize=811636 CPUtime=0.23
/proc/27409/task/27412/stat : 27412 (java) R 27407 27409 24828 0 -1 64 7631 0 0 0 21 2 0 0 18 0 12 0 2001462411 831115264 29411 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27413] ppid=27407 vsize=811636 CPUtime=0.21
/proc/27409/task/27413/stat : 27413 (java) R 27407 27409 24828 0 -1 64 5990 0 0 0 19 2 0 0 18 0 12 0 2001462411 831115264 29412 996147200 134512640 134550740 4294956016 18446744073709551615 106158040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=811636 CPUtime=0
/proc/27409/task/27414/stat : 27414 (java) S 27407 27409 24828 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 2001462413 831115264 29414 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27415] ppid=27407 vsize=811636 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24828 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 2001462413 831115264 29416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27416] ppid=27407 vsize=811636 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24828 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 2001462413 831115264 29417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=811636 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001462418 831115264 29419 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=811636 CPUtime=0.22
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24828 0 -1 64 573 0 0 0 22 0 0 0 16 0 12 0 2001462418 831115264 29420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27419] ppid=27407 vsize=811636 CPUtime=0.24
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24828 0 -1 64 1299 0 0 0 24 0 0 0 16 0 12 0 2001462418 831115264 29422 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27420] ppid=27407 vsize=811636 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001462418 831115264 29424 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=811636 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001462418 831115264 29425 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 811636

[startup+3.10214 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 27421
/proc/meminfo: memFree=1587776/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=819052 CPUtime=3.22
/proc/27409/stat : 27409 (java) S 27407 27409 24828 0 -1 0 54892 0 1 0 297 25 0 0 18 0 12 0 2001462408 838709248 49089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 204763 49089 1373 9 0 202125 0
[pid=27409/tid=27411] ppid=27407 vsize=819052 CPUtime=1.36
/proc/27409/task/27411/stat : 27411 (java) R 27407 27409 24828 0 -1 64 17261 0 1 0 125 11 0 0 21 0 12 0 2001462410 838709248 49089 996147200 134512640 134550740 4294956016 18446744073709551615 4109724090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27412] ppid=27407 vsize=819052 CPUtime=0.46
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24828 0 -1 64 14090 0 0 0 42 4 0 0 17 0 12 0 2001462411 838709248 49089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=819052 CPUtime=0.53
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24828 0 -1 64 19000 0 0 0 46 7 0 0 18 0 12 0 2001462411 838709248 49089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=819052 CPUtime=0
/proc/27409/task/27414/stat : 27414 (java) S 27407 27409 24828 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2001462413 838709248 49089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27415] ppid=27407 vsize=819052 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001462413 838709248 49089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27416] ppid=27407 vsize=819052 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24828 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001462413 838709248 49089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=819052 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001462418 838709248 49089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=819052 CPUtime=0.48
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24828 0 -1 64 2438 0 0 0 48 0 0 0 16 0 12 0 2001462418 838709248 49089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27419] ppid=27407 vsize=819052 CPUtime=0.33
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24828 0 -1 64 1311 0 0 0 33 0 0 0 16 0 12 0 2001462418 838709248 49089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27420] ppid=27407 vsize=819052 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001462418 838709248 49089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=819052 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001462418 838709248 49089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 819052

[startup+6.30267 s]
/proc/loadavg: 1.93 1.98 1.99 4/93 27421
/proc/meminfo: memFree=1536384/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=829392 CPUtime=6.68
/proc/27409/stat : 27409 (java) S 27407 27409 24828 0 -1 0 72214 0 1 0 635 33 0 0 18 0 12 0 2001462408 849297408 60431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 207348 60431 1385 9 0 204710 0
[pid=27409/tid=27411] ppid=27407 vsize=829392 CPUtime=3.55
/proc/27409/task/27411/stat : 27411 (java) R 27407 27409 24828 0 -1 64 17272 0 1 0 344 11 0 0 25 0 12 0 2001462410 849297408 60431 996147200 134512640 134550740 4294956016 18446744073709551615 4109831553 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27412] ppid=27407 vsize=829392 CPUtime=0.61
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24828 0 -1 64 17159 0 0 0 55 6 0 0 17 0 12 0 2001462411 849297408 60431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27413] ppid=27407 vsize=829392 CPUtime=0.66
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24828 0 -1 64 25289 0 0 0 57 9 0 0 16 0 12 0 2001462411 849297408 60431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=829392 CPUtime=0
/proc/27409/task/27414/stat : 27414 (java) S 27407 27409 24828 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2001462413 849297408 60431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27415] ppid=27407 vsize=829392 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001462413 849297408 60431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27416] ppid=27407 vsize=829392 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24828 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001462413 849297408 60431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=829392 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001462418 849297408 60431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=829392 CPUtime=1.18
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24828 0 -1 64 8441 0 0 0 115 3 0 0 20 0 12 0 2001462418 849297408 60431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27419] ppid=27407 vsize=829392 CPUtime=0.63
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24828 0 -1 64 3260 0 0 0 62 1 0 0 16 0 12 0 2001462418 849297408 60431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27420] ppid=27407 vsize=829392 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001462418 849297408 60431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=829392 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001462418 849297408 60431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 829392

[startup+12.7028 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 27421
/proc/meminfo: memFree=1478912/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=829360 CPUtime=13.09
/proc/27409/stat : 27409 (java) S 27407 27409 24828 0 -1 0 86108 0 1 0 1270 39 0 0 18 0 12 0 2001462408 849264640 74279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 207340 74279 1385 9 0 204702 0
[pid=27409/tid=27411] ppid=27407 vsize=829360 CPUtime=9.26
/proc/27409/task/27411/stat : 27411 (java) R 27407 27409 24828 0 -1 64 17298 0 1 0 915 11 0 0 25 0 12 0 2001462410 849264640 74279 996147200 134512640 134550740 4294956016 18446744073709551615 4109752777 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27412] ppid=27407 vsize=829360 CPUtime=0.81
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24828 0 -1 64 23184 0 0 0 73 8 0 0 16 0 12 0 2001462411 849264640 74279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27413] ppid=27407 vsize=829360 CPUtime=0.86
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24828 0 -1 64 33101 0 0 0 74 12 0 0 16 0 12 0 2001462411 849264640 74279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27414] ppid=27407 vsize=829360 CPUtime=0
/proc/27409/task/27414/stat : 27414 (java) S 27407 27409 24828 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2001462413 849264640 74279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27415] ppid=27407 vsize=829360 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001462413 849264640 74279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27416] ppid=27407 vsize=829360 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24828 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001462413 849264640 74279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=829360 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001462418 849264640 74279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=829360 CPUtime=1.27
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24828 0 -1 64 8444 0 0 0 124 3 0 0 16 0 12 0 2001462418 849264640 74279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27419] ppid=27407 vsize=829360 CPUtime=0.82
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24828 0 -1 64 3288 0 0 0 81 1 0 0 16 0 12 0 2001462418 849264640 74279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27420] ppid=27407 vsize=829360 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001462418 849264640 74279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=829360 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001462418 849264640 74279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 829360

[startup+25.5019 s]
/proc/loadavg: 2.15 2.03 2.01 3/93 27421
/proc/meminfo: memFree=1361728/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=829360 CPUtime=25.88
/proc/27409/stat : 27409 (java) S 27407 27409 24828 0 -1 0 113674 0 1 0 2539 49 0 0 18 0 12 0 2001462408 849264640 101812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 207340 101812 1385 9 0 204702 0
[pid=27409/tid=27411] ppid=27407 vsize=829360 CPUtime=21.34
/proc/27409/task/27411/stat : 27411 (java) R 27407 27409 24828 0 -1 64 17331 0 1 0 2123 11 0 0 25 0 12 0 2001462410 849264640 101812 996147200 134512640 134550740 4294956016 18446744073709551615 4109753507 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27412] ppid=27407 vsize=829360 CPUtime=1.14
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24828 0 -1 64 37066 0 0 0 102 12 0 0 15 0 12 0 2001462411 849264640 101812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27413] ppid=27407 vsize=829360 CPUtime=1.18
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24828 0 -1 64 46752 0 0 0 101 17 0 0 16 0 12 0 2001462411 849264640 101812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27414] ppid=27407 vsize=829360 CPUtime=0.01
/proc/27409/task/27414/stat : 27414 (java) S 27407 27409 24828 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 2001462413 849264640 101812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27415] ppid=27407 vsize=829360 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001462413 849264640 101812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27416] ppid=27407 vsize=829360 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24828 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001462413 849264640 101812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=829360 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001462418 849264640 101812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=27409/tid=27421] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.78
Current children cumulated vsize (KiB) 837364

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

[startup+223.901 s]
/proc/loadavg: 2.60 2.21 2.07 4/93 27421
/proc/meminfo: memFree=1049536/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=837364 CPUtime=223.38
/proc/27409/stat : 27409 (java) S 27407 27409 24828 0 -1 0 430522 0 1 0 22152 186 0 0 18 0 12 0 2001462408 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 209341 178927 1388 9 0 206703 0
[pid=27409/tid=27411] ppid=27407 vsize=837364 CPUtime=158.8
/proc/27409/task/27411/stat : 27411 (java) R 27407 27409 24828 0 -1 64 17702 0 1 0 15868 12 0 0 25 0 12 0 2001462410 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27412] ppid=27407 vsize=837364 CPUtime=3.97
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24828 0 -1 64 76580 0 0 0 370 27 0 0 15 0 12 0 2001462411 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=837364 CPUtime=4.24
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24828 0 -1 64 83398 0 0 0 394 30 0 0 16 0 12 0 2001462411 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=837364 CPUtime=54.15
/proc/27409/task/27414/stat : 27414 (java) R 27407 27409 24828 0 -1 64 240348 0 0 0 5306 109 0 0 17 0 12 0 2001462413 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 104126456 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27415] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001462413 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27416] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24828 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001462413 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27417] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=837364 CPUtime=1.31
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24828 0 -1 64 8444 0 0 0 128 3 0 0 16 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27419] ppid=27407 vsize=837364 CPUtime=0.83
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24828 0 -1 64 3288 0 0 0 82 1 0 0 16 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27420] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.38
Current children cumulated vsize (KiB) 837364

[startup+225.506 s]
/proc/loadavg: 2.63 2.23 2.07 4/93 27421
/proc/meminfo: memFree=1049536/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=837364 CPUtime=224.98
/proc/27409/stat : 27409 (java) S 27407 27409 24828 0 -1 0 436528 0 1 0 22310 188 0 0 18 0 12 0 2001462408 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 209341 178927 1388 9 0 206703 0
[pid=27409/tid=27411] ppid=27407 vsize=837364 CPUtime=158.87
/proc/27409/task/27411/stat : 27411 (java) R 27407 27409 24828 0 -1 64 17704 0 1 0 15875 12 0 0 25 0 12 0 2001462410 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27412] ppid=27407 vsize=837364 CPUtime=3.97
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24828 0 -1 64 76580 0 0 0 370 27 0 0 15 0 12 0 2001462411 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=837364 CPUtime=4.24
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24828 0 -1 64 83398 0 0 0 394 30 0 0 16 0 12 0 2001462411 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=837364 CPUtime=55.69
/proc/27409/task/27414/stat : 27414 (java) R 27407 27409 24828 0 -1 64 246352 0 0 0 5458 111 0 0 17 0 12 0 2001462413 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 105852548 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27415] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001462413 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27416] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24828 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001462413 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27417] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=837364 CPUtime=1.31
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24828 0 -1 64 8444 0 0 0 128 3 0 0 16 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27419] ppid=27407 vsize=837364 CPUtime=0.83
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24828 0 -1 64 3288 0 0 0 82 1 0 0 16 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27420] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 224.98
Current children cumulated vsize (KiB) 837364

[startup+226.302 s]
/proc/loadavg: 2.63 2.23 2.07 4/93 27421
/proc/meminfo: memFree=1049536/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=829360 CPUtime=225.78
/proc/27409/stat : 27409 (java) S 27407 27409 24828 0 -1 0 439533 0 1 0 22388 190 0 0 18 0 12 0 2001462408 849264640 176926 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 207340 176926 1388 9 0 204702 0
[pid=27409/tid=27411] ppid=27407 vsize=829360 CPUtime=158.92
/proc/27409/task/27411/stat : 27411 (java) R 27407 27409 24828 0 -1 64 17707 0 1 0 15880 12 0 0 25 0 12 0 2001462410 849264640 176926 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27412] ppid=27407 vsize=829360 CPUtime=3.97
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24828 0 -1 64 76580 0 0 0 370 27 0 0 15 0 12 0 2001462411 849264640 176926 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=829360 CPUtime=4.24
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24828 0 -1 64 83398 0 0 0 394 30 0 0 16 0 12 0 2001462411 849264640 176926 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=829360 CPUtime=56.43
/proc/27409/task/27414/stat : 27414 (java) R 27407 27409 24828 0 -1 64 249354 0 0 0 5531 112 0 0 17 0 12 0 2001462413 849264640 176926 996147200 134512640 134550740 4294956016 18446744073709551615 105677275 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27415] ppid=27407 vsize=829360 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001462413 849264640 176926 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27416] ppid=27407 vsize=829360 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24828 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001462413 849264640 176926 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27417] ppid=27407 vsize=829360 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001462418 849264640 176926 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=829360 CPUtime=1.31
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24828 0 -1 64 8444 0 0 0 128 3 0 0 16 0 12 0 2001462418 849264640 176926 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27419] ppid=27407 vsize=829360 CPUtime=0.83
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24828 0 -1 64 3288 0 0 0 82 1 0 0 16 0 12 0 2001462418 849264640 176926 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27420] ppid=27407 vsize=829360 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001462418 849264640 176926 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=829360 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001462418 849264640 176926 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 225.78
Current children cumulated vsize (KiB) 829360

[startup+227.103 s]
/proc/loadavg: 2.63 2.23 2.07 4/93 27421
/proc/meminfo: memFree=1049536/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=837364 CPUtime=226.58
/proc/27409/stat : 27409 (java) S 27407 27409 24828 0 -1 0 442535 0 1 0 22467 191 0 0 18 0 12 0 2001462408 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 209341 178927 1388 9 0 206703 0
[pid=27409/tid=27411] ppid=27407 vsize=837364 CPUtime=158.92
/proc/27409/task/27411/stat : 27411 (java) R 27407 27409 24828 0 -1 64 17707 0 1 0 15880 12 0 0 25 0 12 0 2001462410 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27412] ppid=27407 vsize=837364 CPUtime=3.97
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24828 0 -1 64 76580 0 0 0 370 27 0 0 15 0 12 0 2001462411 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=837364 CPUtime=4.24
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24828 0 -1 64 83398 0 0 0 394 30 0 0 16 0 12 0 2001462411 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=837364 CPUtime=57.23
/proc/27409/task/27414/stat : 27414 (java) R 27407 27409 24828 0 -1 64 252356 0 0 0 5609 114 0 0 18 0 12 0 2001462413 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27415] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001462413 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27416] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24828 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001462413 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27417] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=837364 CPUtime=1.31
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24828 0 -1 64 8444 0 0 0 128 3 0 0 16 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27419] ppid=27407 vsize=837364 CPUtime=0.83
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24828 0 -1 64 3288 0 0 0 82 1 0 0 16 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27420] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=837364 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001462418 857460736 178927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 226.58
Current children cumulated vsize (KiB) 837364

[startup+227.303 s]
/proc/loadavg: 2.63 2.23 2.07 4/93 27421
/proc/meminfo: memFree=1049536/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=829684 CPUtime=226.76
/proc/27409/stat : 27409 (java) S 27407 27409 24828 0 -1 0 442544 0 1 0 22485 191 0 0 18 0 12 0 2001462408 849596416 176935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 207421 176935 1389 9 0 204783 0
[pid=27409/tid=27411] ppid=27407 vsize=829684 CPUtime=158.93
/proc/27409/task/27411/stat : 27411 (java) S 27407 27409 24828 0 -1 64 17711 0 1 0 15880 13 0 0 25 0 12 0 2001462410 849596416 176935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27412] ppid=27407 vsize=829684 CPUtime=3.97
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24828 0 -1 64 76580 0 0 0 370 27 0 0 15 0 12 0 2001462411 849596416 176935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=829684 CPUtime=4.24
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24828 0 -1 64 83398 0 0 0 394 30 0 0 16 0 12 0 2001462411 849596416 176935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=829684 CPUtime=57.41
/proc/27409/task/27414/stat : 27414 (java) S 27407 27409 24828 0 -1 64 252356 0 0 0 5627 114 0 0 18 0 12 0 2001462413 849596416 176935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27415] ppid=27407 vsize=829684 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001462413 849596416 176935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27416] ppid=27407 vsize=829684 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24828 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001462413 849596416 176935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=829684 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24828 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001462418 849596416 176935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=829684 CPUtime=1.31
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24828 0 -1 64 8444 0 0 0 128 3 0 0 16 0 12 0 2001462418 849596416 176935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27419] ppid=27407 vsize=829684 CPUtime=0.83
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24828 0 -1 64 3288 0 0 0 82 1 0 0 16 0 12 0 2001462418 849596416 176935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27420] ppid=27407 vsize=829684 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001462418 849596416 176935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=829684 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001462418 849596416 176935 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 226.76
Current children cumulated vsize (KiB) 829684

[startup+227.403 s]
/proc/loadavg: 2.63 2.23 2.07 4/93 27421
/proc/meminfo: memFree=1049536/2055920 swapFree=4180240/4192956
[pid=27409] ppid=27407 vsize=0 CPUtime=226.86
/proc/27409/stat : 27409 (java) Z 27407 27409 24828 0 -1 12 442547 0 1 0 22485 201 0 0 16 0 2 0 2001462408 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 226.86
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 227.421
CPU time (s): 226.883
CPU user time (s): 224.852
CPU system time (s): 2.03069
CPU usage (%): 99.7634
Max. virtual memory (cumulated for all children) (KiB): 841368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.852
system time used= 2.03069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 442547
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= 10578
involuntary context switches= 11379

runsolver used 0.311952 second user time and 0.754885 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-05 04:28:24
IDJOB=1083077
IDBENCH=57406
IDSOLVER=344
FILE ID=node50/1083077-1215224904
PBS_JOBID= 7881752
Free space on /tmp= 66440 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d4b8a3518de3d7b3c2da5e05ff268d86
RANDOM SEED=496160646

node50.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.261
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.261
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:       1762944 kB
Buffers:         41572 kB
Cached:         174124 kB
SwapCached:       7072 kB
Active:         149548 kB
Inactive:        86112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762944 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1788 kB
Writeback:           0 kB
Mapped:          35748 kB
Slab:            42356 kB
Committed_AS:  4012072 kB
PageTables:       1928 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= 66440 MiB
End job on node50 at 2008-07-05 04:32:12