Trace number 1081186

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? 283.421 284.627

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-0.xml
MD5SUM183bb6c12d5c0d952ccfd5001b683c61
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 benchmark23.7064
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1247
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 31988
/proc/meminfo: memFree=1672712/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=18572 CPUtime=0
/proc/31988/stat : 31988 (runsolver) R 31986 31988 31516 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 633836323 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 254613712167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31988/statm: 4643 292 257 25 0 2626 0

[startup+0.0759719 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 31988
/proc/meminfo: memFree=1672712/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=802236 CPUtime=0.05
/proc/31988/stat : 31988 (java) S 31986 31988 31516 0 -1 0 2794 0 1 0 4 1 0 0 18 0 7 0 633836323 821489664 2529 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/31988/statm: 200559 2529 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101894 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 31988
/proc/meminfo: memFree=1672712/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=804612 CPUtime=0.08
/proc/31988/stat : 31988 (java) S 31986 31988 31516 0 -1 0 3005 0 1 0 7 1 0 0 18 0 12 0 633836323 823922688 2738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31988/statm: 201153 2738 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30192 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 31988
/proc/meminfo: memFree=1672712/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=808244 CPUtime=0.28
/proc/31988/stat : 31988 (java) S 31986 31988 31516 0 -1 0 5042 0 1 0 26 2 0 0 18 0 12 0 633836323 827641856 4369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31988/statm: 202061 4369 1307 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701962 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 31988
/proc/meminfo: memFree=1672712/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=808272 CPUtime=0.68
/proc/31988/stat : 31988 (java) S 31986 31988 31516 0 -1 0 6390 0 1 0 64 4 0 0 18 0 12 0 633836323 827670528 5518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31988/statm: 202068 5518 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50206 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 32000
/proc/meminfo: memFree=1647976/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=812120 CPUtime=1.59
/proc/31988/stat : 31988 (java) S 31986 31988 31516 0 -1 0 30891 0 1 0 144 15 0 0 18 0 12 0 633836323 831610880 28503 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31988/statm: 203030 28513 1347 9 0 200392 0
[pid=31988/tid=31990] ppid=31986 vsize=812120 CPUtime=0.68
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 31516 0 -1 64 16953 0 1 0 59 9 0 0 22 0 12 0 633836325 831610880 28518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31991] ppid=31986 vsize=812120 CPUtime=0.18
/proc/31988/task/31991/stat : 31991 (java) R 31986 31988 31516 0 -1 64 5392 0 0 0 16 2 0 0 18 0 12 0 633836326 831610880 28525 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=812120 CPUtime=0.18
/proc/31988/task/31992/stat : 31992 (java) R 31986 31988 31516 0 -1 64 5331 0 0 0 16 2 0 0 18 0 12 0 633836326 831610880 28532 996147200 134512640 134550740 4294956016 18446744073709551615 104146080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31993] ppid=31986 vsize=812120 CPUtime=0
/proc/31988/task/31993/stat : 31993 (java) S 31986 31988 31516 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 633836328 831610880 28538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31994] ppid=31986 vsize=812120 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 31516 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 633836328 831610880 28544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31995] ppid=31986 vsize=812120 CPUtime=0
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 31516 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 633836328 831610880 28552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31996] ppid=31986 vsize=812120 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633836332 831610880 28558 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31997] ppid=31986 vsize=812120 CPUtime=0.3
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 31516 0 -1 64 1308 0 0 0 30 0 0 0 16 0 12 0 633836332 831610880 28565 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31998] ppid=31986 vsize=812120 CPUtime=0.2
/proc/31988/task/31998/stat : 31998 (java) S 31986 31988 31516 0 -1 64 1168 0 0 0 20 0 0 0 16 0 12 0 633836332 831610880 28572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31999] ppid=31986 vsize=812120 CPUtime=0
/proc/31988/task/31999/stat : 31999 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 633836332 831610880 28581 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=32000] ppid=31986 vsize=812120 CPUtime=0
/proc/31988/task/32000/stat : 32000 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633836332 831610880 28587 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 812120

[startup+3.10223 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 32000
/proc/meminfo: memFree=1544488/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=819976 CPUtime=3.21
/proc/31988/stat : 31988 (java) S 31986 31988 31516 0 -1 0 38471 0 1 0 304 17 0 0 18 0 12 0 633836323 839655424 33636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31988/statm: 204994 33636 1381 9 0 202356 0
[pid=31988/tid=31990] ppid=31986 vsize=819976 CPUtime=1.58
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 31516 0 -1 64 17265 0 1 0 149 9 0 0 25 0 12 0 633836325 839655424 33636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31991] ppid=31986 vsize=819976 CPUtime=0.23
/proc/31988/task/31991/stat : 31991 (java) R 31986 31988 31516 0 -1 64 5800 0 0 0 21 2 0 0 17 0 12 0 633836326 839655424 33636 996147200 134512640 134550740 4294956016 18446744073709551615 105852914 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31992] ppid=31986 vsize=819976 CPUtime=0.28
/proc/31988/task/31992/stat : 31992 (java) R 31986 31988 31516 0 -1 64 8009 0 0 0 26 2 0 0 16 0 12 0 633836326 839655424 33636 996147200 134512640 134550740 4294956016 18446744073709551615 105852850 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31993] ppid=31986 vsize=819976 CPUtime=0
/proc/31988/task/31993/stat : 31993 (java) S 31986 31988 31516 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 633836328 839655424 33636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31994] ppid=31986 vsize=819976 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 31516 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 633836328 839655424 33636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31995] ppid=31986 vsize=819976 CPUtime=0
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 31516 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 633836328 839655424 33636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31996] ppid=31986 vsize=819976 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633836332 839655424 33636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31997] ppid=31986 vsize=819976 CPUtime=0.44
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 31516 0 -1 64 1760 0 0 0 44 0 0 0 16 0 12 0 633836332 839655424 33636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31998] ppid=31986 vsize=819976 CPUtime=0.62
/proc/31988/task/31998/stat : 31998 (java) S 31986 31988 31516 0 -1 64 4844 0 0 0 61 1 0 0 19 0 12 0 633836332 839655424 33636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31999] ppid=31986 vsize=819976 CPUtime=0
/proc/31988/task/31999/stat : 31999 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 633836332 839655424 33636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=32000] ppid=31986 vsize=819976 CPUtime=0
/proc/31988/task/32000/stat : 32000 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633836332 839655424 33636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 819976

[startup+6.30258 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 32000
/proc/meminfo: memFree=1524200/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=819112 CPUtime=6.39
/proc/31988/stat : 31988 (java) S 31986 31988 31516 0 -1 0 45368 0 1 0 619 20 0 0 18 0 12 0 633836323 838770688 39808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31988/statm: 204778 39808 1387 9 0 202140 0
[pid=31988/tid=31990] ppid=31986 vsize=819112 CPUtime=4
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 31516 0 -1 64 17273 0 1 0 391 9 0 0 25 0 12 0 633836325 838770688 39808 996147200 134512640 134550740 4294956016 18446744073709551615 4109690091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31991] ppid=31986 vsize=819112 CPUtime=0.36
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 31516 0 -1 64 9001 0 0 0 33 3 0 0 16 0 12 0 633836326 838770688 39808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31992] ppid=31986 vsize=819112 CPUtime=0.42
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 31516 0 -1 64 11044 0 0 0 39 3 0 0 16 0 12 0 633836326 838770688 39808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31993] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31993/stat : 31993 (java) S 31986 31988 31516 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 633836328 838770688 39808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31994] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 31516 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 633836328 838770688 39808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31995] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 31516 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 633836328 838770688 39808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31996] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633836332 838770688 39808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31997] ppid=31986 vsize=819112 CPUtime=0.65
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 31516 0 -1 64 1833 0 0 0 64 1 0 0 16 0 12 0 633836332 838770688 39808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31998] ppid=31986 vsize=819112 CPUtime=0.9
/proc/31988/task/31998/stat : 31998 (java) S 31986 31988 31516 0 -1 64 5424 0 0 0 89 1 0 0 16 0 12 0 633836332 838770688 39808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31999] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31999/stat : 31999 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 633836332 838770688 39808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=32000] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/32000/stat : 32000 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633836332 838770688 39808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 819112

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 32000
/proc/meminfo: memFree=1469544/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=819112 CPUtime=12.76
/proc/31988/stat : 31988 (java) S 31986 31988 31516 0 -1 0 57452 0 1 0 1251 25 0 0 18 0 12 0 633836323 838770688 51870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31988/statm: 204778 51870 1387 9 0 202140 0
[pid=31988/tid=31990] ppid=31986 vsize=819112 CPUtime=10.12
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 31516 0 -1 64 17296 0 1 0 1003 9 0 0 25 0 12 0 633836325 838770688 51870 996147200 134512640 134550740 4294956016 18446744073709551615 4109683656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31991] ppid=31986 vsize=819112 CPUtime=0.48
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 31516 0 -1 64 15650 0 0 0 43 5 0 0 16 0 12 0 633836326 838770688 51870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31992] ppid=31986 vsize=819112 CPUtime=0.54
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 31516 0 -1 64 16456 0 0 0 48 6 0 0 16 0 12 0 633836326 838770688 51870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31993] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31993/stat : 31993 (java) S 31986 31988 31516 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 633836328 838770688 51870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31994] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 31516 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 633836328 838770688 51870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31995] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 31516 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 633836328 838770688 51870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31996] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633836332 838770688 51870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31997] ppid=31986 vsize=819112 CPUtime=0.65
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 31516 0 -1 64 1833 0 0 0 64 1 0 0 16 0 12 0 633836332 838770688 51870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31998] ppid=31986 vsize=819112 CPUtime=0.9
/proc/31988/task/31998/stat : 31998 (java) S 31986 31988 31516 0 -1 64 5424 0 0 0 89 1 0 0 16 0 12 0 633836332 838770688 51870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31999] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31999/stat : 31999 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 633836332 838770688 51870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=32000] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/32000/stat : 32000 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633836332 838770688 51870 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 819112

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 32000
/proc/meminfo: memFree=1376168/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=819112 CPUtime=25.49
/proc/31988/stat : 31988 (java) S 31986 31988 31516 0 -1 0 81104 0 1 0 2515 34 0 0 18 0 12 0 633836323 838770688 75495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31988/statm: 204778 75495 1387 9 0 202140 0
[pid=31988/tid=31990] ppid=31986 vsize=819112 CPUtime=22.39
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 31516 0 -1 64 17323 0 1 0 2230 9 0 0 25 0 12 0 633836325 838770688 75495 996147200 134512640 134550740 4294956016 18446744073709551615 4109692771 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31991] ppid=31986 vsize=819112 CPUtime=0.64
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 31516 0 -1 64 25104 0 0 0 56 8 0 0 16 0 12 0 633836326 838770688 75495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31992] ppid=31986 vsize=819112 CPUtime=0.77
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 31516 0 -1 64 30627 0 0 0 65 12 0 0 16 0 12 0 633836326 838770688 75495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31993] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31993/stat : 31993 (java) S 31986 31988 31516 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 633836328 838770688 75495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31994] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 31516 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 633836328 838770688 75495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31995] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 31516 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 633836328 838770688 75495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31996] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633836332 838770688 75495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=31988/tid=32000] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/32000/stat : 32000 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633836332 838770688 174029 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.35
Current children cumulated vsize (KiB) 819112

[startup+282.301 s]
/proc/loadavg: 2.37 2.12 2.03 4/86 32006
/proc/meminfo: memFree=974056/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=819112 CPUtime=281.1
/proc/31988/stat : 31988 (java) S 31986 31988 31516 0 -1 0 266555 0 1 0 27992 118 0 0 18 0 12 0 633836323 838770688 174369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31988/statm: 204778 174369 1390 9 0 202140 0
[pid=31988/tid=31990] ppid=31986 vsize=819112 CPUtime=230.88
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 31516 0 -1 64 17814 0 1 0 23077 11 0 0 25 0 12 0 633836325 838770688 174369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31991] ppid=31986 vsize=819112 CPUtime=4.27
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 31516 0 -1 64 74572 0 0 0 398 29 0 0 16 0 12 0 633836326 838770688 174369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=819112 CPUtime=4.47
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 31516 0 -1 64 79666 0 0 0 415 32 0 0 15 0 12 0 633836326 838770688 174369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31993] ppid=31986 vsize=819112 CPUtime=39.8
/proc/31988/task/31993/stat : 31993 (java) R 31986 31988 31516 0 -1 64 86483 0 0 0 3938 42 0 0 16 0 12 0 633836328 838770688 174369 996147200 134512640 134550740 4294956016 18446744073709551615 104126428 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31994] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 31516 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 633836328 838770688 174369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31995] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 31516 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 633836328 838770688 174369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31996] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633836332 838770688 174369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31997] ppid=31986 vsize=819112 CPUtime=0.7
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 31516 0 -1 64 1833 0 0 0 69 1 0 0 17 0 12 0 633836332 838770688 174369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31998] ppid=31986 vsize=819112 CPUtime=0.93
/proc/31988/task/31998/stat : 31998 (java) S 31986 31988 31516 0 -1 64 5424 0 0 0 92 1 0 0 16 0 12 0 633836332 838770688 174369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31999] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/31999/stat : 31999 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 633836332 838770688 174369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=32000] ppid=31986 vsize=819112 CPUtime=0
/proc/31988/task/32000/stat : 32000 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633836332 838770688 174369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.1
Current children cumulated vsize (KiB) 819112

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

[startup+283.102 s]
/proc/loadavg: 2.37 2.12 2.03 4/86 32006
/proc/meminfo: memFree=974056/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=823116 CPUtime=281.9
/proc/31988/stat : 31988 (java) S 31986 31988 31516 0 -1 0 268558 0 1 0 28071 119 0 0 18 0 12 0 633836323 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31988/statm: 205779 175370 1390 9 0 203141 0
[pid=31988/tid=31990] ppid=31986 vsize=823116 CPUtime=230.9
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 31516 0 -1 64 17815 0 1 0 23079 11 0 0 25 0 12 0 633836325 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31991] ppid=31986 vsize=823116 CPUtime=4.27
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 31516 0 -1 64 74572 0 0 0 398 29 0 0 16 0 12 0 633836326 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=823116 CPUtime=4.47
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 31516 0 -1 64 79666 0 0 0 415 32 0 0 15 0 12 0 633836326 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31993] ppid=31986 vsize=823116 CPUtime=40.57
/proc/31988/task/31993/stat : 31993 (java) R 31986 31988 31516 0 -1 64 88485 0 0 0 4014 43 0 0 16 0 12 0 633836328 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31994] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 31516 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 633836328 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31995] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 31516 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 633836328 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31996] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31997] ppid=31986 vsize=823116 CPUtime=0.7
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 31516 0 -1 64 1833 0 0 0 69 1 0 0 17 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31998] ppid=31986 vsize=823116 CPUtime=0.93
/proc/31988/task/31998/stat : 31998 (java) S 31986 31988 31516 0 -1 64 5424 0 0 0 92 1 0 0 16 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31999] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31999/stat : 31999 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=32000] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/32000/stat : 32000 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.9
Current children cumulated vsize (KiB) 823116

[startup+283.902 s]
/proc/loadavg: 2.37 2.12 2.03 4/86 32006
/proc/meminfo: memFree=977832/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=823116 CPUtime=282.7
/proc/31988/stat : 31988 (java) S 31986 31988 31516 0 -1 0 270562 0 1 0 28150 120 0 0 18 0 12 0 633836323 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31988/statm: 205779 175370 1390 9 0 203141 0
[pid=31988/tid=31990] ppid=31986 vsize=823116 CPUtime=230.96
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 31516 0 -1 64 17817 0 1 0 23085 11 0 0 25 0 12 0 633836325 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31991] ppid=31986 vsize=823116 CPUtime=4.27
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 31516 0 -1 64 74572 0 0 0 398 29 0 0 16 0 12 0 633836326 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=823116 CPUtime=4.47
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 31516 0 -1 64 79666 0 0 0 415 32 0 0 15 0 12 0 633836326 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31993] ppid=31986 vsize=823116 CPUtime=41.3
/proc/31988/task/31993/stat : 31993 (java) R 31986 31988 31516 0 -1 64 90487 0 0 0 4086 44 0 0 16 0 12 0 633836328 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 105678194 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31994] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 31516 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 633836328 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31995] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 31516 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 633836328 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31996] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31997] ppid=31986 vsize=823116 CPUtime=0.7
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 31516 0 -1 64 1833 0 0 0 69 1 0 0 17 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31998] ppid=31986 vsize=823116 CPUtime=0.93
/proc/31988/task/31998/stat : 31998 (java) S 31986 31988 31516 0 -1 64 5424 0 0 0 92 1 0 0 16 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31999] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31999/stat : 31999 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=32000] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/32000/stat : 32000 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.7
Current children cumulated vsize (KiB) 823116

[startup+284.303 s]
/proc/loadavg: 2.37 2.12 2.03 4/86 32006
/proc/meminfo: memFree=977832/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=823116 CPUtime=283.1
/proc/31988/stat : 31988 (java) S 31986 31988 31516 0 -1 0 271565 0 1 0 28189 121 0 0 18 0 12 0 633836323 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31988/statm: 205779 175370 1390 9 0 203141 0
[pid=31988/tid=31990] ppid=31986 vsize=823116 CPUtime=230.99
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 31516 0 -1 64 17819 0 1 0 23088 11 0 0 25 0 12 0 633836325 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31991] ppid=31986 vsize=823116 CPUtime=4.27
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 31516 0 -1 64 74572 0 0 0 398 29 0 0 16 0 12 0 633836326 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=823116 CPUtime=4.47
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 31516 0 -1 64 79666 0 0 0 415 32 0 0 15 0 12 0 633836326 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31993] ppid=31986 vsize=823116 CPUtime=41.68
/proc/31988/task/31993/stat : 31993 (java) R 31986 31988 31516 0 -1 64 91488 0 0 0 4124 44 0 0 16 0 12 0 633836328 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31994] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 31516 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 633836328 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31995] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 31516 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 633836328 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31996] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31997] ppid=31986 vsize=823116 CPUtime=0.7
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 31516 0 -1 64 1833 0 0 0 69 1 0 0 17 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31998] ppid=31986 vsize=823116 CPUtime=0.93
/proc/31988/task/31998/stat : 31998 (java) S 31986 31988 31516 0 -1 64 5424 0 0 0 92 1 0 0 16 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31999] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31999/stat : 31999 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=32000] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/32000/stat : 32000 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 283.1
Current children cumulated vsize (KiB) 823116

[startup+284.503 s]
/proc/loadavg: 2.37 2.12 2.03 4/86 32006
/proc/meminfo: memFree=977832/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=823116 CPUtime=283.3
/proc/31988/stat : 31988 (java) S 31986 31988 31516 0 -1 0 271565 0 1 0 28209 121 0 0 18 0 12 0 633836323 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31988/statm: 205779 175370 1390 9 0 203141 0
[pid=31988/tid=31990] ppid=31986 vsize=823116 CPUtime=230.99
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 31516 0 -1 64 17819 0 1 0 23088 11 0 0 25 0 12 0 633836325 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31991] ppid=31986 vsize=823116 CPUtime=4.27
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 31516 0 -1 64 74572 0 0 0 398 29 0 0 16 0 12 0 633836326 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=823116 CPUtime=4.47
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 31516 0 -1 64 79666 0 0 0 415 32 0 0 15 0 12 0 633836326 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31993] ppid=31986 vsize=823116 CPUtime=41.88
/proc/31988/task/31993/stat : 31993 (java) R 31986 31988 31516 0 -1 64 91488 0 0 0 4144 44 0 0 17 0 12 0 633836328 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31994] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 31516 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 633836328 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31995] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 31516 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 633836328 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31996] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31997] ppid=31986 vsize=823116 CPUtime=0.7
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 31516 0 -1 64 1833 0 0 0 69 1 0 0 17 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31998] ppid=31986 vsize=823116 CPUtime=0.93
/proc/31988/task/31998/stat : 31998 (java) S 31986 31988 31516 0 -1 64 5424 0 0 0 92 1 0 0 16 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=31999] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/31999/stat : 31999 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31988/tid=32000] ppid=31986 vsize=823116 CPUtime=0
/proc/31988/task/32000/stat : 32000 (java) S 31986 31988 31516 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 633836332 842870784 175370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 283.3
Current children cumulated vsize (KiB) 823116

[startup+284.603 s]
/proc/loadavg: 2.37 2.12 2.03 4/86 32006
/proc/meminfo: memFree=977832/2055920 swapFree=4179368/4192956
[pid=31988] ppid=31986 vsize=0 CPUtime=283.39
/proc/31988/stat : 31988 (java) Z 31986 31988 31516 0 -1 12 271579 0 1 0 28210 129 0 0 16 0 2 0 633836323 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31988/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 283.39
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 284.627
CPU time (s): 283.421
CPU user time (s): 282.102
CPU system time (s): 1.3188
CPU usage (%): 99.5763
Max. virtual memory (cumulated for all children) (KiB): 823116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 282.102
system time used= 1.3188
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271579
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= 13137
involuntary context switches= 13472

runsolver used 0.334949 second user time and 1.00285 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-05 01:56:47
IDJOB=1081186
IDBENCH=57084
IDSOLVER=344
FILE ID=node87/1081186-1215215806
PBS_JOBID= 7881786
Free space on /tmp= 66456 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 183bb6c12d5c0d952ccfd5001b683c61
RANDOM SEED=1585824982

node87.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1673192 kB
Buffers:         53968 kB
Cached:         261468 kB
SwapCached:       7632 kB
Active:         179980 kB
Inactive:       152188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673192 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:          24136 kB
Slab:            35672 kB
Committed_AS:  1621928 kB
PageTables:       1908 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node87 at 2008-07-05 02:01:31