Trace number 2086728

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 2.1.1? 297.732 299.791

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-100-5.xml
MD5SUMae7430fa0ee17432c782e1ef242ba179
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1679
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.16	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.19/0.25	c c --- Begin Solver configuration ---
0.19/0.25	c Stops conflict analysis at the first Unique Implication Point
0.19/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.25	c Learn all clauses as in MiniSAT
0.19/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.25	c Expensive reason simplification
0.19/0.25	c MiniSAT restarts strategy
0.19/0.25	c Memory based learned constraints deletion strategy
0.19/0.25	c timeout=2147483s
0.19/0.25	c DB Simplification allowed=false
0.19/0.25	c --- End Solver configuration ---
0.19/0.25	c solving HOME/instance-2086728-1247383869.xml
0.19/0.25	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.68/0.76	c reading variables done.
2.38/2.11	c reading predicates  done.
2.57/2.32	c reading constraints
297.54/299.67	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
297.54/299.67		at org.sat4j.core.VecInt.ensure(Unknown Source)
297.54/299.67		at org.sat4j.core.VecInt.push(Unknown Source)
297.54/299.67		at org.sat4j.csp.encodings.BinarySupportEncoding.addSupport(Unknown Source)
297.54/299.67		at org.sat4j.csp.encodings.BinarySupportEncoding.onSupport(Unknown Source)
297.54/299.67		at org.sat4j.csp.Predicate.find(Unknown Source)
297.54/299.67		at org.sat4j.csp.Predicate.find(Unknown Source)
297.54/299.67		at org.sat4j.csp.Predicate.find(Unknown Source)
297.54/299.67		at org.sat4j.csp.Predicate.toClause(Unknown Source)
297.54/299.67		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
297.54/299.67		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
297.54/299.67		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
297.54/299.67		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
297.54/299.67		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
297.54/299.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
297.54/299.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
297.54/299.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
297.54/299.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
297.54/299.67		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
297.54/299.67		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
297.54/299.67		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
297.54/299.67		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
297.54/299.67		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
297.54/299.67		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
297.54/299.67		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
297.54/299.67		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
297.54/299.67		at org.sat4j.AbstractLauncher.run(Unknown Source)
297.54/299.67		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
297.54/299.67	c starts		: 0
297.54/299.67	c conflicts		: 0
297.54/299.67	c decisions		: 0
297.54/299.67	c propagations		: 0
297.54/299.67	c inspects		: 0
297.54/299.67	c learnt literals	: 0
297.54/299.67	c learnt binary clauses	: 0
297.54/299.67	c learnt ternary clauses	: 0
297.54/299.67	c learnt clauses	: 0
297.54/299.67	c ignored clauses	: 0
297.54/299.67	c root simplifications	: 0
297.54/299.67	c removed literals (reason simplification)	: 0
297.54/299.67	c reason swapping (by a shorter reason)	: 0
297.54/299.67	c Calls to reduceDB	: 0
297.54/299.67	c speed (assignments/second)	: 0.0
297.54/299.67	c non guided choices	0
297.54/299.67	c learnt constraints type 
297.54/299.68	c constraints type 
297.54/299.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 83371
297.54/299.68	c org.sat4j.minisat.constraints.card.AtLeast => 400
297.54/299.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
297.54/299.68	s UNKNOWN
297.54/299.68	c Total wall clock time (in seconds) : 299.42

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2086728-1247383869/watcher-2086728-1247383869 -o /tmp/evaluation-result-2086728-1247383869/solver-2086728-1247383869 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2086728-1247383869.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.03 2.01 3/74 21850
/proc/meminfo: memFree=1789520/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=13208 CPUtime=0
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 25453391 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 3302 521 219 9 0 1186 0
[pid=21850/tid=21851] ppid=21848 vsize=13208 CPUtime=0
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 25453392 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 5525464 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.03005 s]
/proc/loadavg: 2.08 2.03 2.01 3/74 21850
/proc/meminfo: memFree=1789520/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=798736 CPUtime=0.01
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 1820 0 1 0 0 1 0 0 18 0 4 0 25453391 817905664 1567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 199684 1567 512 9 0 197436 0
[pid=21850/tid=21851] ppid=21848 vsize=800696 CPUtime=0
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 1569 0 1 0 0 0 0 0 19 0 4 0 25453392 819912704 2040 996147200 134512640 134550932 4294956016 18446744073709551615 103315632 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.106749 s]
/proc/loadavg: 2.08 2.03 2.01 3/74 21850
/proc/meminfo: memFree=1789520/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=804560 CPUtime=0.09
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 3012 0 1 0 7 2 0 0 18 0 12 0 25453391 823869440 2755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 201140 2755 1082 9 0 198474 0
[pid=21850/tid=21851] ppid=21848 vsize=804560 CPUtime=0.08
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 2258 0 1 0 7 1 0 0 21 0 12 0 25453392 823869440 2755 996147200 134512640 134550932 4294956016 18446744073709551615 105774590 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302777 s]
/proc/loadavg: 2.08 2.03 2.01 3/74 21850
/proc/meminfo: memFree=1789520/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=805628 CPUtime=0.28
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 4294 0 1 0 25 3 0 0 18 0 12 0 25453391 824963072 4031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 201407 4031 1358 9 0 198734 0
[pid=21850/tid=21851] ppid=21848 vsize=805628 CPUtime=0.21
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 3059 0 1 0 19 2 0 0 18 0 12 0 25453392 824963072 4031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702833 s]
/proc/loadavg: 2.08 2.03 2.01 3/74 21850
/proc/meminfo: memFree=1789520/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=808408 CPUtime=0.68
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 6258 0 1 0 63 5 0 0 18 0 12 0 25453391 827809792 5223 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 202102 5223 1388 9 0 199429 0
[pid=21850/tid=21851] ppid=21848 vsize=808408 CPUtime=0.39
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 3534 0 1 0 36 3 0 0 19 0 12 0 25453392 827809792 5223 996147200 134512640 134550932 4294956016 18446744073709551615 4109170782 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808408

[startup+1.50196 s]
/proc/loadavg: 2.08 2.03 2.01 4/86 21862
/proc/meminfo: memFree=1757360/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=808408 CPUtime=1.65
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 33472 0 1 0 147 18 0 0 18 0 12 0 25453391 827809792 30631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 202102 30631 1400 9 0 199429 0
[pid=21850/tid=21851] ppid=21848 vsize=808408 CPUtime=0.7
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 16887 0 1 0 61 9 0 0 22 0 12 0 25453392 827809792 30631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21853] ppid=21848 vsize=808408 CPUtime=0.2
/proc/21850/task/21853/stat : 21853 (java) R 21848 21850 20521 0 -1 64 7897 0 0 0 16 4 0 0 18 0 12 0 25453394 827809792 30631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21850/tid=21854] ppid=21848 vsize=808408 CPUtime=0.22
/proc/21850/task/21854/stat : 21854 (java) R 21848 21850 20521 0 -1 64 5951 0 0 0 20 2 0 0 18 0 12 0 25453394 827809792 30631 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21855] ppid=21848 vsize=808408 CPUtime=0
/proc/21850/task/21855/stat : 21855 (java) S 21848 21850 20521 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 25453396 827809792 30631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21856] ppid=21848 vsize=808408 CPUtime=0
/proc/21850/task/21856/stat : 21856 (java) S 21848 21850 20521 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 25453396 827809792 30631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21857] ppid=21848 vsize=808408 CPUtime=0
/proc/21850/task/21857/stat : 21857 (java) S 21848 21850 20521 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25453396 827809792 30631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21858] ppid=21848 vsize=808408 CPUtime=0
/proc/21850/task/21858/stat : 21858 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25453401 827809792 30631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21859] ppid=21848 vsize=808408 CPUtime=0
/proc/21850/task/21859/stat : 21859 (java) S 21848 21850 20521 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25453401 827809792 30631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21860] ppid=21848 vsize=808408 CPUtime=0.48
/proc/21850/task/21860/stat : 21860 (java) S 21848 21850 20521 0 -1 64 1984 0 0 0 48 0 0 0 16 0 12 0 25453401 827809792 30631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21861] ppid=21848 vsize=808408 CPUtime=0
/proc/21850/task/21861/stat : 21861 (java) S 21848 21850 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25453401 827809792 30631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21862] ppid=21848 vsize=808408 CPUtime=0
/proc/21850/task/21862/stat : 21862 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25453401 827809792 30631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 808408

[startup+3.10218 s]
/proc/loadavg: 2.08 2.03 2.01 4/86 21862
/proc/meminfo: memFree=1613936/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=811000 CPUtime=3.39
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 50536 0 1 0 311 28 0 0 18 0 12 0 25453391 830464000 46203 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 202750 46203 1430 9 0 200077 0
[pid=21850/tid=21851] ppid=21848 vsize=811000 CPUtime=1.3
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 17208 0 1 0 120 10 0 0 16 0 12 0 25453392 830464000 46203 996147200 134512640 134550932 4294956016 18446744073709551615 4109162283 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21853] ppid=21848 vsize=811000 CPUtime=0.41
/proc/21850/task/21853/stat : 21853 (java) S 21848 21850 20521 0 -1 64 13871 0 0 0 34 7 0 0 16 0 12 0 25453394 830464000 46203 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21854] ppid=21848 vsize=811000 CPUtime=0.56
/proc/21850/task/21854/stat : 21854 (java) S 21848 21850 20521 0 -1 64 15027 0 0 0 49 7 0 0 19 0 12 0 25453394 830464000 46203 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21855] ppid=21848 vsize=811000 CPUtime=0
/proc/21850/task/21855/stat : 21855 (java) S 21848 21850 20521 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 25453396 830464000 46203 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21856] ppid=21848 vsize=811000 CPUtime=0
/proc/21850/task/21856/stat : 21856 (java) S 21848 21850 20521 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25453396 830464000 46203 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21857] ppid=21848 vsize=811000 CPUtime=0
/proc/21850/task/21857/stat : 21857 (java) S 21848 21850 20521 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25453396 830464000 46203 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21858] ppid=21848 vsize=811000 CPUtime=0
/proc/21850/task/21858/stat : 21858 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25453401 830464000 46203 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21859] ppid=21848 vsize=811000 CPUtime=0.13
/proc/21850/task/21859/stat : 21859 (java) R 21848 21850 20521 0 -1 64 48 0 0 0 13 0 0 0 18 0 12 0 25453401 830464000 46203 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21860] ppid=21848 vsize=811000 CPUtime=0.93
/proc/21850/task/21860/stat : 21860 (java) R 21848 21850 20521 0 -1 64 3637 0 0 0 92 1 0 0 18 0 12 0 25453401 830464000 46203 996147200 134512640 134550932 4294956016 18446744073709551615 103345808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21861] ppid=21848 vsize=811000 CPUtime=0
/proc/21850/task/21861/stat : 21861 (java) S 21848 21850 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25453401 830464000 46203 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21862] ppid=21848 vsize=811000 CPUtime=0
/proc/21850/task/21862/stat : 21862 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25453401 830464000 46203 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 811000

[startup+6.30265 s]
/proc/loadavg: 2.15 2.05 2.01 3/86 21862
/proc/meminfo: memFree=1581936/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=811100 CPUtime=6.63
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 60810 0 1 0 631 32 0 0 18 0 12 0 25453391 830566400 56098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 202775 56098 1430 9 0 200102 0
[pid=21850/tid=21851] ppid=21848 vsize=811100 CPUtime=3.98
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 17216 0 1 0 388 10 0 0 25 0 12 0 25453392 830566400 56098 996147200 134512640 134550932 4294956016 18446744073709551615 4109606540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21853] ppid=21848 vsize=811100 CPUtime=0.68
/proc/21850/task/21853/stat : 21853 (java) S 21848 21850 20521 0 -1 64 19209 0 0 0 59 9 0 0 16 0 12 0 25453394 830566400 56098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21854] ppid=21848 vsize=811100 CPUtime=0.85
/proc/21850/task/21854/stat : 21854 (java) S 21848 21850 20521 0 -1 64 19955 0 0 0 75 10 0 0 16 0 12 0 25453394 830566400 56098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21855] ppid=21848 vsize=811100 CPUtime=0
/proc/21850/task/21855/stat : 21855 (java) S 21848 21850 20521 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 25453396 830566400 56098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21856] ppid=21848 vsize=811100 CPUtime=0
/proc/21850/task/21856/stat : 21856 (java) S 21848 21850 20521 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25453396 830566400 56098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21857] ppid=21848 vsize=811100 CPUtime=0
/proc/21850/task/21857/stat : 21857 (java) S 21848 21850 20521 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25453396 830566400 56098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21858] ppid=21848 vsize=811100 CPUtime=0
/proc/21850/task/21858/stat : 21858 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25453401 830566400 56098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21859] ppid=21848 vsize=811100 CPUtime=0.15
/proc/21850/task/21859/stat : 21859 (java) S 21848 21850 20521 0 -1 64 48 0 0 0 15 0 0 0 17 0 12 0 25453401 830566400 56098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21850/tid=21860] ppid=21848 vsize=811100 CPUtime=0.94
/proc/21850/task/21860/stat : 21860 (java) S 21848 21850 20521 0 -1 64 3637 0 0 0 93 1 0 0 18 0 12 0 25453401 830566400 56098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21861] ppid=21848 vsize=811100 CPUtime=0
/proc/21850/task/21861/stat : 21861 (java) S 21848 21850 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25453401 830566400 56098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21862] ppid=21848 vsize=811100 CPUtime=0
/proc/21850/task/21862/stat : 21862 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25453401 830566400 56098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 811100

[startup+12.7016 s]
/proc/loadavg: 2.14 2.04 2.01 3/86 21862
/proc/meminfo: memFree=1538232/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=810364 CPUtime=12.98
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 70980 0 1 0 1261 37 0 0 18 0 12 0 25453391 829812736 66062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 202591 66062 1431 9 0 199918 0
[pid=21850/tid=21851] ppid=21848 vsize=810364 CPUtime=9.65
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 17243 0 1 0 955 10 0 0 25 0 12 0 25453392 829812736 66062 996147200 134512640 134550932 4294956016 18446744073709551615 4109619879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21853] ppid=21848 vsize=810364 CPUtime=0.75
/proc/21850/task/21853/stat : 21853 (java) S 21848 21850 20521 0 -1 64 22842 0 0 0 65 10 0 0 16 0 12 0 25453394 829812736 66062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21854] ppid=21848 vsize=810364 CPUtime=1.15
/proc/21850/task/21854/stat : 21854 (java) S 21848 21850 20521 0 -1 64 26454 0 0 0 103 12 0 0 16 0 12 0 25453394 829812736 66062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21855] ppid=21848 vsize=810364 CPUtime=0.01
/proc/21850/task/21855/stat : 21855 (java) S 21848 21850 20521 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 25453396 829812736 66062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21856] ppid=21848 vsize=810364 CPUtime=0
/proc/21850/task/21856/stat : 21856 (java) S 21848 21850 20521 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25453396 829812736 66062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21857] ppid=21848 vsize=810364 CPUtime=0
/proc/21850/task/21857/stat : 21857 (java) S 21848 21850 20521 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25453396 829812736 66062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21858] ppid=21848 vsize=810364 CPUtime=0
/proc/21850/task/21858/stat : 21858 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25453401 829812736 66062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21859] ppid=21848 vsize=810364 CPUtime=0.15
/proc/21850/task/21859/stat : 21859 (java) S 21848 21850 20521 0 -1 64 48 0 0 0 15 0 0 0 17 0 12 0 25453401 829812736 66062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21850/tid=21860] ppid=21848 vsize=810364 CPUtime=1.2
/proc/21850/task/21860/stat : 21860 (java) S 21848 21850 20521 0 -1 64 3648 0 0 0 119 1 0 0 16 0 12 0 25453401 829812736 66062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21861] ppid=21848 vsize=810364 CPUtime=0
/proc/21850/task/21861/stat : 21861 (java) S 21848 21850 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25453401 829812736 66062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21862] ppid=21848 vsize=810364 CPUtime=0
/proc/21850/task/21862/stat : 21862 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25453401 829812736 66062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 810364

[startup+25.5024 s]
/proc/loadavg: 2.33 2.09 2.02 3/86 21862
/proc/meminfo: memFree=1447800/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=810364 CPUtime=25.64
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 90917 0 1 0 2520 44 0 0 18 0 12 0 25453391 829812736 85970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 202591 85970 1431 9 0 199918 0
[pid=21850/tid=21851] ppid=21848 vsize=810364 CPUtime=21.72
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 17272 0 1 0 2162 10 0 0 25 0 12 0 25453392 829812736 85970 996147200 134512640 134550932 4294956016 18446744073709551615 4109169935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21853] ppid=21848 vsize=810364 CPUtime=1.12
/proc/21850/task/21853/stat : 21853 (java) S 21848 21850 20521 0 -1 64 35244 0 0 0 98 14 0 0 16 0 12 0 25453394 829812736 85970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21854] ppid=21848 vsize=810364 CPUtime=1.37

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

[pid=21850/tid=21862] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21862/stat : 21862 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.4
Current children cumulated vsize (KiB) 818368

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

[startup+287.902 s]
/proc/loadavg: 2.53 2.20 2.06 4/86 21862
/proc/meminfo: memFree=1089080/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=818368 CPUtime=285.95
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 453454 0 1 0 28377 218 0 0 18 0 12 0 25453391 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 204592 174095 1437 9 0 201919 0
[pid=21850/tid=21851] ppid=21848 vsize=818368 CPUtime=214.21
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 17766 0 1 0 21409 12 0 0 25 0 12 0 25453392 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21853] ppid=21848 vsize=818368 CPUtime=5.08
/proc/21850/task/21853/stat : 21853 (java) S 21848 21850 20521 0 -1 64 77488 0 0 0 475 33 0 0 15 0 12 0 25453394 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21854] ppid=21848 vsize=818368 CPUtime=5.05
/proc/21850/task/21854/stat : 21854 (java) S 21848 21850 20521 0 -1 64 79239 0 0 0 472 33 0 0 16 0 12 0 25453394 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21855] ppid=21848 vsize=818368 CPUtime=60.15
/proc/21850/task/21855/stat : 21855 (java) R 21848 21850 20521 0 -1 64 274520 0 0 0 5880 135 0 0 16 0 12 0 25453396 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 103585180 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21856] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21856/stat : 21856 (java) S 21848 21850 20521 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25453396 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21857] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21857/stat : 21857 (java) S 21848 21850 20521 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25453396 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21850/tid=21858] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21858/stat : 21858 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21859] ppid=21848 vsize=818368 CPUtime=0.15
/proc/21850/task/21859/stat : 21859 (java) S 21848 21850 20521 0 -1 64 48 0 0 0 15 0 0 0 17 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21850/tid=21860] ppid=21848 vsize=818368 CPUtime=1.26
/proc/21850/task/21860/stat : 21860 (java) S 21848 21850 20521 0 -1 64 3652 0 0 0 125 1 0 0 17 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21861] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21861/stat : 21861 (java) S 21848 21850 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21862] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21862/stat : 21862 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 285.95
Current children cumulated vsize (KiB) 818368

[startup+294.302 s]
/proc/loadavg: 2.60 2.22 2.07 4/86 21862
/proc/meminfo: memFree=1089080/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=810364 CPUtime=292.29
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 477982 0 1 0 28998 231 0 0 18 0 12 0 25453391 829812736 172094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 202591 172094 1437 9 0 199918 0
[pid=21850/tid=21851] ppid=21848 vsize=810364 CPUtime=214.67
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 17773 0 1 0 21455 12 0 0 25 0 12 0 25453392 829812736 172094 996147200 134512640 134550932 4294956016 18446744073709551615 4109709436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21853] ppid=21848 vsize=810364 CPUtime=5.08
/proc/21850/task/21853/stat : 21853 (java) S 21848 21850 20521 0 -1 64 77488 0 0 0 475 33 0 0 15 0 12 0 25453394 829812736 172094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21854] ppid=21848 vsize=810364 CPUtime=5.05
/proc/21850/task/21854/stat : 21854 (java) S 21848 21850 20521 0 -1 64 79239 0 0 0 472 33 0 0 16 0 12 0 25453394 829812736 172094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21855] ppid=21848 vsize=810364 CPUtime=66.02
/proc/21850/task/21855/stat : 21855 (java) S 21848 21850 20521 0 -1 64 299041 0 0 0 6455 147 0 0 17 0 12 0 25453396 829812736 172094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21856] ppid=21848 vsize=810364 CPUtime=0
/proc/21850/task/21856/stat : 21856 (java) S 21848 21850 20521 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25453396 829812736 172094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21857] ppid=21848 vsize=810364 CPUtime=0
/proc/21850/task/21857/stat : 21857 (java) S 21848 21850 20521 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25453396 829812736 172094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21850/tid=21858] ppid=21848 vsize=810364 CPUtime=0
/proc/21850/task/21858/stat : 21858 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25453401 829812736 172094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21859] ppid=21848 vsize=810364 CPUtime=0.15
/proc/21850/task/21859/stat : 21859 (java) S 21848 21850 20521 0 -1 64 48 0 0 0 15 0 0 0 17 0 12 0 25453401 829812736 172094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21850/tid=21860] ppid=21848 vsize=810364 CPUtime=1.26
/proc/21850/task/21860/stat : 21860 (java) S 21848 21850 20521 0 -1 64 3652 0 0 0 125 1 0 0 17 0 12 0 25453401 829812736 172094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21861] ppid=21848 vsize=810364 CPUtime=0
/proc/21850/task/21861/stat : 21861 (java) S 21848 21850 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25453401 829812736 172094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21862] ppid=21848 vsize=810364 CPUtime=0
/proc/21850/task/21862/stat : 21862 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25453401 829812736 172094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 292.29
Current children cumulated vsize (KiB) 810364

[startup+297.503 s]
/proc/loadavg: 2.60 2.22 2.07 4/86 21862
/proc/meminfo: memFree=1089080/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=818368 CPUtime=295.46
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 491998 0 1 0 29308 238 0 0 18 0 12 0 25453391 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 204592 174095 1437 9 0 201919 0
[pid=21850/tid=21851] ppid=21848 vsize=818368 CPUtime=214.83
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 17777 0 1 0 21471 12 0 0 25 0 12 0 25453392 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21853] ppid=21848 vsize=818368 CPUtime=5.08
/proc/21850/task/21853/stat : 21853 (java) S 21848 21850 20521 0 -1 64 77488 0 0 0 475 33 0 0 15 0 12 0 25453394 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21854] ppid=21848 vsize=818368 CPUtime=5.05
/proc/21850/task/21854/stat : 21854 (java) S 21848 21850 20521 0 -1 64 79239 0 0 0 472 33 0 0 16 0 12 0 25453394 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21855] ppid=21848 vsize=818368 CPUtime=69.03
/proc/21850/task/21855/stat : 21855 (java) R 21848 21850 20521 0 -1 64 313053 0 0 0 6748 155 0 0 17 0 12 0 25453396 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21856] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21856/stat : 21856 (java) S 21848 21850 20521 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25453396 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21857] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21857/stat : 21857 (java) S 21848 21850 20521 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25453396 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21850/tid=21858] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21858/stat : 21858 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21859] ppid=21848 vsize=818368 CPUtime=0.15
/proc/21850/task/21859/stat : 21859 (java) S 21848 21850 20521 0 -1 64 48 0 0 0 15 0 0 0 17 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21850/tid=21860] ppid=21848 vsize=818368 CPUtime=1.26
/proc/21850/task/21860/stat : 21860 (java) S 21848 21850 20521 0 -1 64 3652 0 0 0 125 1 0 0 17 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21861] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21861/stat : 21861 (java) S 21848 21850 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21862] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21862/stat : 21862 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 295.46
Current children cumulated vsize (KiB) 818368

[startup+299.103 s]
/proc/loadavg: 2.55 2.22 2.07 4/86 21862
/proc/meminfo: memFree=1085112/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=818368 CPUtime=297.04
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 499008 0 1 0 29463 241 0 0 18 0 12 0 25453391 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 204592 174095 1436 9 0 201919 0
[pid=21850/tid=21851] ppid=21848 vsize=818368 CPUtime=214.92
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 17781 0 1 0 21480 12 0 0 25 0 12 0 25453392 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21853] ppid=21848 vsize=818368 CPUtime=5.08
/proc/21850/task/21853/stat : 21853 (java) S 21848 21850 20521 0 -1 64 77488 0 0 0 475 33 0 0 15 0 12 0 25453394 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21854] ppid=21848 vsize=818368 CPUtime=5.05
/proc/21850/task/21854/stat : 21854 (java) S 21848 21850 20521 0 -1 64 79239 0 0 0 472 33 0 0 16 0 12 0 25453394 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21855] ppid=21848 vsize=818368 CPUtime=70.53
/proc/21850/task/21855/stat : 21855 (java) R 21848 21850 20521 0 -1 64 320059 0 0 0 6895 158 0 0 17 0 12 0 25453396 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 106159310 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21856] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21856/stat : 21856 (java) S 21848 21850 20521 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25453396 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21857] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21857/stat : 21857 (java) S 21848 21850 20521 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25453396 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21850/tid=21858] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21858/stat : 21858 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21859] ppid=21848 vsize=818368 CPUtime=0.15
/proc/21850/task/21859/stat : 21859 (java) S 21848 21850 20521 0 -1 64 48 0 0 0 15 0 0 0 17 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21850/tid=21860] ppid=21848 vsize=818368 CPUtime=1.26
/proc/21850/task/21860/stat : 21860 (java) S 21848 21850 20521 0 -1 64 3652 0 0 0 125 1 0 0 17 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21861] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21861/stat : 21861 (java) S 21848 21850 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21862] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21862/stat : 21862 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 297.04
Current children cumulated vsize (KiB) 818368

[startup+299.503 s]
/proc/loadavg: 2.55 2.22 2.07 4/86 21862
/proc/meminfo: memFree=1085112/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=818368 CPUtime=297.44
/proc/21850/stat : 21850 (java) S 21848 21850 20521 0 -1 0 499008 0 1 0 29503 241 0 0 18 0 12 0 25453391 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 204592 174095 1436 9 0 201919 0
[pid=21850/tid=21851] ppid=21848 vsize=818368 CPUtime=214.92
/proc/21850/task/21851/stat : 21851 (java) R 21848 21850 20521 0 -1 64 17781 0 1 0 21480 12 0 0 25 0 12 0 25453392 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21853] ppid=21848 vsize=818368 CPUtime=5.08
/proc/21850/task/21853/stat : 21853 (java) S 21848 21850 20521 0 -1 64 77488 0 0 0 475 33 0 0 15 0 12 0 25453394 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21854] ppid=21848 vsize=818368 CPUtime=5.05
/proc/21850/task/21854/stat : 21854 (java) S 21848 21850 20521 0 -1 64 79239 0 0 0 472 33 0 0 16 0 12 0 25453394 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21855] ppid=21848 vsize=818368 CPUtime=70.92
/proc/21850/task/21855/stat : 21855 (java) R 21848 21850 20521 0 -1 64 320059 0 0 0 6934 158 0 0 17 0 12 0 25453396 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21856] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21856/stat : 21856 (java) S 21848 21850 20521 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25453396 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21857] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21857/stat : 21857 (java) S 21848 21850 20521 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25453396 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21850/tid=21858] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21858/stat : 21858 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21859] ppid=21848 vsize=818368 CPUtime=0.15
/proc/21850/task/21859/stat : 21859 (java) S 21848 21850 20521 0 -1 64 48 0 0 0 15 0 0 0 17 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21850/tid=21860] ppid=21848 vsize=818368 CPUtime=1.26
/proc/21850/task/21860/stat : 21860 (java) S 21848 21850 20521 0 -1 64 3652 0 0 0 125 1 0 0 17 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21861] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21861/stat : 21861 (java) S 21848 21850 20521 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21850/tid=21862] ppid=21848 vsize=818368 CPUtime=0
/proc/21850/task/21862/stat : 21862 (java) S 21848 21850 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25453401 838008832 174095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 297.44
Current children cumulated vsize (KiB) 818368

[startup+299.704 s]
/proc/loadavg: 2.55 2.22 2.07 4/86 21862
/proc/meminfo: memFree=1085112/2055920 swapFree=4192812/4192956
[pid=21850] ppid=21848 vsize=0 CPUtime=297.64
/proc/21850/stat : 21850 (java) Z 21848 21850 20521 0 -1 12 499024 0 1 0 29520 244 0 0 16 0 2 0 25453391 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21850/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 297.64
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 299.791
CPU time (s): 297.732
CPU user time (s): 295.205
CPU system time (s): 2.52661
CPU usage (%): 99.3131
Max. virtual memory (cumulated for all children) (KiB): 838856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 295.205
system time used= 2.52662
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499024
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= 15432
involuntary context switches= 17366

runsolver used 0.348946 second user time and 1.08183 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 09:31:09
IDJOB=2086728
IDBENCH=58619
IDSOLVER=731
FILE ID=node22/2086728-1247383869
PBS_JOBID= 9507176
Free space on /tmp= 66364 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-100-5.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2086728-1247383869/watcher-2086728-1247383869 -o /tmp/evaluation-result-2086728-1247383869/solver-2086728-1247383869 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2086728-1247383869.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ae7430fa0ee17432c782e1ef242ba179
RANDOM SEED=1209424076

node22.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.278
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.278
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	: 5636.09
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1790000 kB
Buffers:          9948 kB
Cached:         101572 kB
SwapCached:          0 kB
Active:         195648 kB
Inactive:        23444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1784 kB
Writeback:           0 kB
Mapped:         118668 kB
Slab:            31904 kB
Committed_AS:   250704 kB
PageTables:       1972 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= 66364 MiB
End job on node22 at 2009-07-12 09:36:09