Trace number 2083879

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? 464.684 468.044

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-9.xml
MD5SUM934d5befa5025b948f72904dd764f189
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 benchmark38.1952
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2083879-1247378393.xml
0.18/0.23	c reading problem ... 
0.37/0.48	c reading problem named null
0.37/0.48	c reading domains done.
0.77/0.81	c reading variables done.
1.96/2.04	c reading predicates  done.
2.19/3.32	c reading constraints
464.55/467.92	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
464.55/467.92		at org.mozilla.javascript.gen.c2._c0(rhino.log:1)
464.55/467.92		at org.mozilla.javascript.gen.c2.call(rhino.log)
464.55/467.92		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
464.55/467.92		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
464.55/467.92		at org.mozilla.javascript.gen.c2.call(rhino.log)
464.55/467.92		at org.mozilla.javascript.gen.c2.exec(rhino.log)
464.55/467.92		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
464.55/467.92		at org.sat4j.csp.Predicate.find(Unknown Source)
464.55/467.92		at org.sat4j.csp.Predicate.find(Unknown Source)
464.55/467.92		at org.sat4j.csp.Predicate.find(Unknown Source)
464.55/467.92		at org.sat4j.csp.Predicate.toClause(Unknown Source)
464.55/467.92		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
464.55/467.92		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
464.55/467.92		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
464.55/467.92		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
464.55/467.92		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
464.55/467.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
464.55/467.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
464.55/467.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
464.55/467.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
464.55/467.92		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
464.55/467.92		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
464.55/467.92		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
464.55/467.92		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
464.55/467.92		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
464.55/467.92		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
464.55/467.92		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
464.55/467.92		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
464.55/467.92		at org.sat4j.AbstractLauncher.run(Unknown Source)
464.55/467.92		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
464.55/467.92	c starts		: 0
464.55/467.92	c conflicts		: 0
464.55/467.92	c decisions		: 0
464.55/467.92	c propagations		: 0
464.55/467.92	c inspects		: 0
464.55/467.92	c learnt literals	: 0
464.55/467.92	c learnt binary clauses	: 0
464.55/467.92	c learnt ternary clauses	: 0
464.55/467.92	c learnt clauses	: 0
464.55/467.92	c ignored clauses	: 0
464.55/467.92	c root simplifications	: 0
464.55/467.92	c removed literals (reason simplification)	: 0
464.55/467.92	c reason swapping (by a shorter reason)	: 0
464.55/467.92	c Calls to reduceDB	: 0
464.55/467.92	c speed (assignments/second)	: 0.0
464.55/467.92	c non guided choices	0
464.55/467.92	c learnt constraints type 
464.55/467.93	c constraints type 
464.55/467.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 702566
464.55/467.93	c org.sat4j.minisat.constraints.card.AtLeast => 1800
464.55/467.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 218
464.55/467.93	s UNKNOWN
464.55/467.93	c Total wall clock time (in seconds) : 467.688

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-2083879-1247378393/watcher-2083879-1247378393 -o /tmp/evaluation-result-2083879-1247378393/solver-2083879-1247378393 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083879-1247378393.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.35 3.65 3.86 4/73 24478
/proc/meminfo: memFree=1849720/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=18576 CPUtime=0
/proc/24478/stat : 24478 (runsolver) R 24476 24478 22574 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 24904492 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 249069890855 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24478/statm: 4644 284 249 26 0 2626 0

[startup+0.043877 s]
/proc/loadavg: 2.35 3.65 3.86 4/73 24478
/proc/meminfo: memFree=1849720/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=801384 CPUtime=0.02
/proc/24478/stat : 24478 (java) S 24476 24478 22574 0 -1 0 2513 0 1 0 1 1 0 0 18 0 5 0 24904492 820617216 2260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 200346 2260 978 9 0 197697 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801384

[startup+0.101879 s]
/proc/loadavg: 2.35 3.65 3.86 4/73 24478
/proc/meminfo: memFree=1849720/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=804560 CPUtime=0.08
/proc/24478/stat : 24478 (java) S 24476 24478 22574 0 -1 0 3044 0 1 0 6 2 0 0 18 0 12 0 24904492 823869440 2787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 201140 2787 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301891 s]
/proc/loadavg: 2.35 3.65 3.86 4/73 24478
/proc/meminfo: memFree=1849720/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=805628 CPUtime=0.27
/proc/24478/stat : 24478 (java) S 24476 24478 22574 0 -1 0 4323 0 1 0 24 3 0 0 18 0 12 0 24904492 824963072 4060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 201407 4060 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701933 s]
/proc/loadavg: 2.35 3.65 3.86 4/73 24478
/proc/meminfo: memFree=1849720/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=808468 CPUtime=0.67
/proc/24478/stat : 24478 (java) S 24476 24478 22574 0 -1 0 6268 0 1 0 63 4 0 0 18 0 12 0 24904492 827871232 5250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 202117 5250 1390 9 0 199444 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808468

[startup+1.50201 s]
/proc/loadavg: 2.32 3.63 3.85 4/85 24490
/proc/meminfo: memFree=1832216/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=808468 CPUtime=1.46
/proc/24478/stat : 24478 (java) S 24476 24478 22574 0 -1 0 14313 0 2 0 138 8 0 0 18 0 12 0 24904492 827871232 13295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 202117 13295 1401 9 0 199444 0
[pid=24478/tid=24480] ppid=24476 vsize=808468 CPUtime=0.73
/proc/24478/task/24480/stat : 24480 (java) R 24476 24478 22574 0 -1 64 11525 0 1 0 66 7 0 0 18 0 12 0 24904494 827871232 13295 996147200 134512640 134550932 4294956016 18446744073709551615 4109586173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24481] ppid=24476 vsize=808468 CPUtime=0
/proc/24478/task/24481/stat : 24481 (java) S 24476 24478 22574 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24904495 827871232 13295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24482] ppid=24476 vsize=808468 CPUtime=0
/proc/24478/task/24482/stat : 24482 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24904495 827871232 13295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24483] ppid=24476 vsize=808468 CPUtime=0
/proc/24478/task/24483/stat : 24483 (java) S 24476 24478 22574 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24904496 827871232 13295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24484] ppid=24476 vsize=808468 CPUtime=0
/proc/24478/task/24484/stat : 24484 (java) S 24476 24478 22574 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 24904497 827871232 13295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24485] ppid=24476 vsize=808468 CPUtime=0
/proc/24478/task/24485/stat : 24485 (java) S 24476 24478 22574 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 24904497 827871232 13295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24486] ppid=24476 vsize=808468 CPUtime=0
/proc/24478/task/24486/stat : 24486 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24904501 827871232 13295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24487] ppid=24476 vsize=808468 CPUtime=0
/proc/24478/task/24487/stat : 24487 (java) S 24476 24478 22574 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24904501 827871232 13295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24488] ppid=24476 vsize=808468 CPUtime=0.72
/proc/24478/task/24488/stat : 24488 (java) S 24476 24478 22574 0 -1 64 2029 0 1 0 72 0 0 0 17 0 12 0 24904501 827871232 13295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24489] ppid=24476 vsize=808468 CPUtime=0
/proc/24478/task/24489/stat : 24489 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24904501 827871232 13295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24490] ppid=24476 vsize=808468 CPUtime=0
/proc/24478/task/24490/stat : 24490 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24904501 827871232 13295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 808468

[startup+3.10116 s]
/proc/loadavg: 2.32 3.63 3.85 3/85 24490
/proc/meminfo: memFree=1731608/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=808472 CPUtime=2.1
/proc/24478/stat : 24478 (java) S 24476 24478 22574 0 -1 0 31522 0 2 0 195 15 0 0 18 0 12 0 24904492 827875328 30503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 202118 30503 1413 9 0 199445 0
[pid=24478/tid=24480] ppid=24476 vsize=808472 CPUtime=1
/proc/24478/task/24480/stat : 24480 (java) D 24476 24478 22574 0 -1 64 17130 0 1 0 91 9 0 0 17 0 12 0 24904494 827875328 30503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 18446744071563479169 0 0 -1 1 0 0
[pid=24478/tid=24481] ppid=24476 vsize=808472 CPUtime=0.19
/proc/24478/task/24481/stat : 24481 (java) S 24476 24478 22574 0 -1 64 6438 0 0 0 17 2 0 0 16 0 12 0 24904495 827875328 30503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24482] ppid=24476 vsize=808472 CPUtime=0.14
/proc/24478/task/24482/stat : 24482 (java) S 24476 24478 22574 0 -1 64 5156 0 0 0 12 2 0 0 18 0 12 0 24904495 827875328 30503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24483] ppid=24476 vsize=808472 CPUtime=0
/proc/24478/task/24483/stat : 24483 (java) S 24476 24478 22574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24904496 827875328 30503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24484] ppid=24476 vsize=808472 CPUtime=0
/proc/24478/task/24484/stat : 24484 (java) S 24476 24478 22574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24904497 827875328 30503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24485] ppid=24476 vsize=808472 CPUtime=0
/proc/24478/task/24485/stat : 24485 (java) S 24476 24478 22574 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24904497 827875328 30503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24486] ppid=24476 vsize=808472 CPUtime=0
/proc/24478/task/24486/stat : 24486 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24904501 827875328 30503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24487] ppid=24476 vsize=808472 CPUtime=0
/proc/24478/task/24487/stat : 24487 (java) S 24476 24478 22574 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24904501 827875328 30503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24488] ppid=24476 vsize=808472 CPUtime=0.73
/proc/24478/task/24488/stat : 24488 (java) S 24476 24478 22574 0 -1 64 2031 0 1 0 73 0 0 0 15 0 12 0 24904501 827875328 30503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24489] ppid=24476 vsize=808472 CPUtime=0
/proc/24478/task/24489/stat : 24489 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24904501 827875328 30503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24490] ppid=24476 vsize=808472 CPUtime=0
/proc/24478/task/24490/stat : 24490 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24904501 827875328 30503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 808472
heavy processes:

[startup+6.30247 s]
/proc/loadavg: 2.38 3.62 3.84 6/85 24490
/proc/meminfo: memFree=1684312/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=810484 CPUtime=5.21
/proc/24478/stat : 24478 (java) S 24476 24478 22574 0 -1 0 45944 0 2 0 500 21 0 0 18 0 12 0 24904492 829935616 42546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 202621 42546 1441 9 0 199948 0
[pid=24478/tid=24480] ppid=24476 vsize=810484 CPUtime=2.92
/proc/24478/task/24480/stat : 24480 (java) R 24476 24478 22574 0 -1 64 17255 0 1 0 283 9 0 0 25 0 12 0 24904494 829935616 42546 996147200 134512640 134550932 4294956016 18446744073709551615 4109621946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24481] ppid=24476 vsize=810484 CPUtime=0.46
/proc/24478/task/24481/stat : 24481 (java) S 24476 24478 22574 0 -1 64 11823 0 0 0 41 5 0 0 16 0 12 0 24904495 829935616 42546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24482] ppid=24476 vsize=810484 CPUtime=0.43
/proc/24478/task/24482/stat : 24482 (java) S 24476 24478 22574 0 -1 64 11754 0 0 0 39 4 0 0 16 0 12 0 24904495 829935616 42546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24483] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24483/stat : 24483 (java) S 24476 24478 22574 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24904496 829935616 42546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24484] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24484/stat : 24484 (java) S 24476 24478 22574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24904497 829935616 42546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24485] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24485/stat : 24485 (java) S 24476 24478 22574 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24904497 829935616 42546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24486] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24486/stat : 24486 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24904501 829935616 42546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24487] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24487/stat : 24487 (java) S 24476 24478 22574 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24904501 829935616 42546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24488] ppid=24476 vsize=810484 CPUtime=1.36
/proc/24478/task/24488/stat : 24488 (java) S 24476 24478 22574 0 -1 64 4344 0 1 0 135 1 0 0 17 0 12 0 24904501 829935616 42546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24489] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24489/stat : 24489 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24904501 829935616 42546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24490] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24490/stat : 24490 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24904501 829935616 42546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 810484

[startup+12.7021 s]
/proc/loadavg: 2.35 3.59 3.83 3/85 24490
/proc/meminfo: memFree=1659736/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=810484 CPUtime=11.57
/proc/24478/stat : 24478 (java) S 24476 24478 22574 0 -1 0 52016 0 2 0 1134 23 0 0 18 0 12 0 24904492 829935616 48602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 202621 48602 1441 9 0 199948 0
[pid=24478/tid=24480] ppid=24476 vsize=810484 CPUtime=8.86
/proc/24478/task/24480/stat : 24480 (java) R 24476 24478 22574 0 -1 64 17274 0 1 0 876 10 0 0 25 0 12 0 24904494 829935616 48602 996147200 134512640 134550932 4294956016 18446744073709551615 4109694609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24481] ppid=24476 vsize=810484 CPUtime=0.62
/proc/24478/task/24481/stat : 24481 (java) S 24476 24478 22574 0 -1 64 16109 0 0 0 56 6 0 0 16 0 12 0 24904495 829935616 48602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24482] ppid=24476 vsize=810484 CPUtime=0.55
/proc/24478/task/24482/stat : 24482 (java) S 24476 24478 22574 0 -1 64 13479 0 0 0 50 5 0 0 16 0 12 0 24904495 829935616 48602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24483] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24483/stat : 24483 (java) S 24476 24478 22574 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24904496 829935616 48602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24484] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24484/stat : 24484 (java) S 24476 24478 22574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24904497 829935616 48602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24485] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24485/stat : 24485 (java) S 24476 24478 22574 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24904497 829935616 48602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24486] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24486/stat : 24486 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24904501 829935616 48602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24487] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24487/stat : 24487 (java) S 24476 24478 22574 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24904501 829935616 48602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24488] ppid=24476 vsize=810484 CPUtime=1.51
/proc/24478/task/24488/stat : 24488 (java) S 24476 24478 22574 0 -1 64 4386 0 1 0 150 1 0 0 17 0 12 0 24904501 829935616 48602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24489] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24489/stat : 24489 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24904501 829935616 48602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24490] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24490/stat : 24490 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24904501 829935616 48602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.57
Current children cumulated vsize (KiB) 810484

[startup+25.5023 s]
/proc/loadavg: 2.29 3.54 3.81 3/85 24490
/proc/meminfo: memFree=1635992/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=810484 CPUtime=24.31
/proc/24478/stat : 24478 (java) S 24476 24478 22574 0 -1 0 57805 0 2 0 2405 26 0 0 18 0 12 0 24904492 829935616 54367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 202621 54367 1441 9 0 199948 0
[pid=24478/tid=24480] ppid=24476 vsize=810484 CPUtime=21.36
/proc/24478/task/24480/stat : 24480 (java) R 24476 24478 22574 0 -1 64 17301 0 1 0 2126 10 0 0 25 0 12 0 24904494 829935616 54367 996147200 134512640 134550932 4294956016 18446744073709551615 4109681523 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24481] ppid=24476 vsize=810484 CPUtime=0.7
/proc/24478/task/24481/stat : 24481 (java) S 24476 24478 22574 0 -1 64 18954 0 0 0 63 7 0 0 16 0 12 0 24904495 829935616 54367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24482] ppid=24476 vsize=810484 CPUtime=0.63
/proc/24478/task/24482/stat : 24482 (java) S 24476 24478 22574 0 -1 64 16395 0 0 0 57 6 0 0 16 0 12 0 24904495 829935616 54367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24483] ppid=24476 vsize=810484 CPUtime=0.01
/proc/24478/task/24483/stat : 24483 (java) S 24476 24478 22574 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 24904496 829935616 54367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24484] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24484/stat : 24484 (java) S 24476 24478 22574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24904497 829935616 54367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24485] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24485/stat : 24485 (java) S 24476 24478 22574 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24904497 829935616 54367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24486] ppid=24476 vsize=810484 CPUtime=0
/proc/24478/task/24486/stat : 24486 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24904501 829935616 54367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=24478/tid=24490] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24490/stat : 24490 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.98
Current children cumulated vsize (KiB) 816536

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

[startup+463.902 s]
/proc/loadavg: 3.24 2.80 3.29 4/96 24534
/proc/meminfo: memFree=546504/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=816536 CPUtime=460.56
/proc/24478/stat : 24478 (java) S 24476 24478 22574 0 -1 0 305824 0 2 0 45918 138 0 0 18 0 12 0 24904492 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 204134 173498 1452 9 0 201461 0
[pid=24478/tid=24480] ppid=24476 vsize=816536 CPUtime=356.08
/proc/24478/task/24480/stat : 24480 (java) R 24476 24478 22574 0 -1 64 17763 0 1 0 35596 12 0 0 25 0 12 0 24904494 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24481] ppid=24476 vsize=816536 CPUtime=3.83
/proc/24478/task/24481/stat : 24481 (java) S 24476 24478 22574 0 -1 64 78029 0 0 0 354 29 0 0 15 0 12 0 24904495 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24478/tid=24482] ppid=24476 vsize=816536 CPUtime=3.93
/proc/24478/task/24482/stat : 24482 (java) S 24476 24478 22574 0 -1 64 75064 0 0 0 365 28 0 0 16 0 12 0 24904495 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24478/tid=24483] ppid=24476 vsize=816536 CPUtime=94.6
/proc/24478/task/24483/stat : 24483 (java) R 24476 24478 22574 0 -1 64 126105 0 0 0 9395 65 0 0 16 0 12 0 24904496 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24484] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24484/stat : 24484 (java) S 24476 24478 22574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24904497 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24485] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24485/stat : 24485 (java) S 24476 24478 22574 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24904497 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24486] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24486/stat : 24486 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24487] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24487/stat : 24487 (java) S 24476 24478 22574 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24488] ppid=24476 vsize=816536 CPUtime=2.07
/proc/24478/task/24488/stat : 24488 (java) S 24476 24478 22574 0 -1 64 8107 0 1 0 205 2 0 0 17 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24489] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24489/stat : 24489 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24490] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24490/stat : 24490 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.56
Current children cumulated vsize (KiB) 816536

[startup+465.501 s]
/proc/loadavg: 3.24 2.80 3.29 5/96 24534
/proc/meminfo: memFree=548680/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=816536 CPUtime=462.15
/proc/24478/stat : 24478 (java) S 24476 24478 22574 0 -1 0 307327 0 2 0 46076 139 0 0 18 0 12 0 24904492 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 204134 173498 1452 9 0 201461 0
[pid=24478/tid=24480] ppid=24476 vsize=816536 CPUtime=356.21
/proc/24478/task/24480/stat : 24480 (java) R 24476 24478 22574 0 -1 64 17764 0 1 0 35609 12 0 0 25 0 12 0 24904494 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24481] ppid=24476 vsize=816536 CPUtime=3.83
/proc/24478/task/24481/stat : 24481 (java) S 24476 24478 22574 0 -1 64 78029 0 0 0 354 29 0 0 15 0 12 0 24904495 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24478/tid=24482] ppid=24476 vsize=816536 CPUtime=3.93
/proc/24478/task/24482/stat : 24482 (java) S 24476 24478 22574 0 -1 64 75064 0 0 0 365 28 0 0 16 0 12 0 24904495 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24478/tid=24483] ppid=24476 vsize=816536 CPUtime=96.07
/proc/24478/task/24483/stat : 24483 (java) R 24476 24478 22574 0 -1 64 127607 0 0 0 9541 66 0 0 16 0 12 0 24904496 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 105696754 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24484] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24484/stat : 24484 (java) S 24476 24478 22574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24904497 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24485] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24485/stat : 24485 (java) S 24476 24478 22574 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24904497 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24486] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24486/stat : 24486 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24487] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24487/stat : 24487 (java) S 24476 24478 22574 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24488] ppid=24476 vsize=816536 CPUtime=2.07
/proc/24478/task/24488/stat : 24488 (java) S 24476 24478 22574 0 -1 64 8107 0 1 0 205 2 0 0 17 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24489] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24489/stat : 24489 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24490] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24490/stat : 24490 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 816536

[startup+467.102 s]
/proc/loadavg: 3.30 2.82 3.29 5/96 24534
/proc/meminfo: memFree=546504/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=816536 CPUtime=463.75
/proc/24478/stat : 24478 (java) S 24476 24478 22574 0 -1 0 308832 0 2 0 46234 141 0 0 18 0 12 0 24904492 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 204134 173498 1451 9 0 201461 0
[pid=24478/tid=24480] ppid=24476 vsize=816536 CPUtime=356.3
/proc/24478/task/24480/stat : 24480 (java) R 24476 24478 22574 0 -1 64 17767 0 1 0 35618 12 0 0 25 0 12 0 24904494 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24481] ppid=24476 vsize=816536 CPUtime=3.83
/proc/24478/task/24481/stat : 24481 (java) S 24476 24478 22574 0 -1 64 78029 0 0 0 354 29 0 0 15 0 12 0 24904495 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24478/tid=24482] ppid=24476 vsize=816536 CPUtime=3.93
/proc/24478/task/24482/stat : 24482 (java) S 24476 24478 22574 0 -1 64 75064 0 0 0 365 28 0 0 16 0 12 0 24904495 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24478/tid=24483] ppid=24476 vsize=816536 CPUtime=97.56
/proc/24478/task/24483/stat : 24483 (java) R 24476 24478 22574 0 -1 64 129109 0 0 0 9689 67 0 0 16 0 12 0 24904496 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24484] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24484/stat : 24484 (java) S 24476 24478 22574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24904497 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24485] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24485/stat : 24485 (java) S 24476 24478 22574 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24904497 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24486] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24486/stat : 24486 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24487] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24487/stat : 24487 (java) S 24476 24478 22574 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24488] ppid=24476 vsize=816536 CPUtime=2.07
/proc/24478/task/24488/stat : 24488 (java) S 24476 24478 22574 0 -1 64 8107 0 1 0 205 2 0 0 17 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24489] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24489/stat : 24489 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24490] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24490/stat : 24490 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 463.75
Current children cumulated vsize (KiB) 816536

[startup+467.507 s]
/proc/loadavg: 3.30 2.82 3.29 4/96 24534
/proc/meminfo: memFree=546440/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=816536 CPUtime=464.16
/proc/24478/stat : 24478 (java) S 24476 24478 22574 0 -1 0 308832 0 2 0 46275 141 0 0 18 0 12 0 24904492 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 204134 173498 1451 9 0 201461 0
[pid=24478/tid=24480] ppid=24476 vsize=816536 CPUtime=356.3
/proc/24478/task/24480/stat : 24480 (java) R 24476 24478 22574 0 -1 64 17767 0 1 0 35618 12 0 0 25 0 12 0 24904494 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24481] ppid=24476 vsize=816536 CPUtime=3.83
/proc/24478/task/24481/stat : 24481 (java) S 24476 24478 22574 0 -1 64 78029 0 0 0 354 29 0 0 15 0 12 0 24904495 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24478/tid=24482] ppid=24476 vsize=816536 CPUtime=3.93
/proc/24478/task/24482/stat : 24482 (java) S 24476 24478 22574 0 -1 64 75064 0 0 0 365 28 0 0 16 0 12 0 24904495 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24478/tid=24483] ppid=24476 vsize=816536 CPUtime=97.97
/proc/24478/task/24483/stat : 24483 (java) R 24476 24478 22574 0 -1 64 129109 0 0 0 9730 67 0 0 17 0 12 0 24904496 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24484] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24484/stat : 24484 (java) S 24476 24478 22574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24904497 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24485] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24485/stat : 24485 (java) S 24476 24478 22574 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24904497 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24486] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24486/stat : 24486 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24487] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24487/stat : 24487 (java) S 24476 24478 22574 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24488] ppid=24476 vsize=816536 CPUtime=2.07
/proc/24478/task/24488/stat : 24488 (java) S 24476 24478 22574 0 -1 64 8107 0 1 0 205 2 0 0 17 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24489] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24489/stat : 24489 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24490] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24490/stat : 24490 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 464.16
Current children cumulated vsize (KiB) 816536

[startup+467.902 s]
/proc/loadavg: 3.30 2.82 3.29 4/96 24534
/proc/meminfo: memFree=546440/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=816536 CPUtime=464.55
/proc/24478/stat : 24478 (java) S 24476 24478 22574 0 -1 0 308832 0 2 0 46314 141 0 0 18 0 12 0 24904492 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 204134 173498 1451 9 0 201461 0
[pid=24478/tid=24480] ppid=24476 vsize=816536 CPUtime=356.3
/proc/24478/task/24480/stat : 24480 (java) R 24476 24478 22574 0 -1 64 17767 0 1 0 35618 12 0 0 25 0 12 0 24904494 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24481] ppid=24476 vsize=816536 CPUtime=3.83
/proc/24478/task/24481/stat : 24481 (java) S 24476 24478 22574 0 -1 64 78029 0 0 0 354 29 0 0 15 0 12 0 24904495 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24478/tid=24482] ppid=24476 vsize=816536 CPUtime=3.93
/proc/24478/task/24482/stat : 24482 (java) S 24476 24478 22574 0 -1 64 75064 0 0 0 365 28 0 0 16 0 12 0 24904495 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24478/tid=24483] ppid=24476 vsize=816536 CPUtime=98.36
/proc/24478/task/24483/stat : 24483 (java) R 24476 24478 22574 0 -1 64 129109 0 0 0 9769 67 0 0 17 0 12 0 24904496 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24484] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24484/stat : 24484 (java) S 24476 24478 22574 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24904497 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24485] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24485/stat : 24485 (java) S 24476 24478 22574 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24904497 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24486] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24486/stat : 24486 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24487] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24487/stat : 24487 (java) S 24476 24478 22574 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24488] ppid=24476 vsize=816536 CPUtime=2.07
/proc/24478/task/24488/stat : 24488 (java) S 24476 24478 22574 0 -1 64 8107 0 1 0 205 2 0 0 17 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24489] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24489/stat : 24489 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24478/tid=24490] ppid=24476 vsize=816536 CPUtime=0
/proc/24478/task/24490/stat : 24490 (java) S 24476 24478 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24904501 836132864 173498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 464.55
Current children cumulated vsize (KiB) 816536

[startup+468.002 s]
/proc/loadavg: 3.30 2.82 3.29 4/96 24534
/proc/meminfo: memFree=546440/2055920 swapFree=4192812/4192956
[pid=24478] ppid=24476 vsize=0 CPUtime=464.64
/proc/24478/stat : 24478 (java) Z 24476 24478 22574 0 -1 12 308848 0 2 0 46317 147 0 0 16 0 2 0 24904492 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24478/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 464.64
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 468.044
CPU time (s): 464.684
CPU user time (s): 463.173
CPU system time (s): 1.51177
CPU usage (%): 99.2823
Max. virtual memory (cumulated for all children) (KiB): 828788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 463.173
system time used= 1.51177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308848
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17682
involuntary context switches= 21825

runsolver used 0.596909 second user time and 1.58476 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-12 07:59:53
IDJOB=2083879
IDBENCH=57965
IDSOLVER=731
FILE ID=node89/2083879-1247378393
PBS_JOBID= 9507136
Free space on /tmp= 66248 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-9.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083879-1247378393/watcher-2083879-1247378393 -o /tmp/evaluation-result-2083879-1247378393/solver-2083879-1247378393 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083879-1247378393.xml

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

MD5SUM BENCH= 934d5befa5025b948f72904dd764f189
RANDOM SEED=206063356

node89.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.213
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.213
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:       1850200 kB
Buffers:          3012 kB
Cached:          69476 kB
SwapCached:          0 kB
Active:         129780 kB
Inactive:        25228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           20048 kB
Writeback:           0 kB
Mapped:          94044 kB
Slab:            36048 kB
Committed_AS:   248932 kB
PageTables:       1880 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= 66256 MiB
End job on node89 at 2009-07-12 08:07:41