Trace number 2082856

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? 345.437 346.862

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-07-1079.xml
MD5SUMb79d5ab9b474e138388bd882c1eb4f79
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 benchmark0.897862
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1080
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	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.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2082856-1247375875.xml
0.18/0.24	c reading problem ... 
0.38/0.48	c reading problem named null
0.38/0.48	c reading domains done.
0.38/0.49	c reading variables done.
0.77/0.80	c reading predicates  done.
0.97/1.02	c reading constraints
345.30/346.71	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
345.30/346.71		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
345.30/346.71		at org.mozilla.javascript.gen.c3.call(rhino.log)
345.30/346.71		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
345.30/346.71		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
345.30/346.71		at org.mozilla.javascript.gen.c3.call(rhino.log)
345.30/346.71		at org.mozilla.javascript.gen.c3.exec(rhino.log)
345.30/346.71		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
345.30/346.71		at org.sat4j.csp.Predicate.find(Unknown Source)
345.30/346.71		at org.sat4j.csp.Predicate.find(Unknown Source)
345.30/346.72		at org.sat4j.csp.Predicate.find(Unknown Source)
345.30/346.72		at org.sat4j.csp.Predicate.toClause(Unknown Source)
345.30/346.72		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
345.30/346.72		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
345.30/346.72		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
345.30/346.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
345.30/346.72		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
345.30/346.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
345.30/346.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
345.30/346.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
345.30/346.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
345.30/346.72		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
345.30/346.72		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
345.30/346.72		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
345.30/346.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
345.30/346.72		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
345.30/346.72		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
345.30/346.72		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
345.30/346.72		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
345.30/346.72		at org.sat4j.AbstractLauncher.run(Unknown Source)
345.30/346.72		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
345.30/346.72	c starts		: 0
345.30/346.72	c conflicts		: 0
345.30/346.72	c decisions		: 0
345.30/346.72	c propagations		: 0
345.30/346.72	c inspects		: 0
345.30/346.72	c learnt literals	: 0
345.30/346.72	c learnt binary clauses	: 0
345.30/346.72	c learnt ternary clauses	: 0
345.30/346.72	c learnt clauses	: 0
345.30/346.72	c ignored clauses	: 0
345.30/346.72	c root simplifications	: 0
345.30/346.72	c removed literals (reason simplification)	: 0
345.30/346.72	c reason swapping (by a shorter reason)	: 0
345.30/346.72	c Calls to reduceDB	: 0
345.30/346.72	c speed (assignments/second)	: 0.0
345.30/346.72	c non guided choices	0
345.30/346.72	c learnt constraints type 
345.30/346.72	c constraints type 
345.30/346.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 180471
345.30/346.72	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
345.30/346.72	c org.sat4j.minisat.constraints.card.AtLeast => 100
345.30/346.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12
345.30/346.72	s UNKNOWN
345.30/346.72	c Total wall clock time (in seconds) : 346.481

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-2082856-1247375875/watcher-2082856-1247375875 -o /tmp/evaluation-result-2082856-1247375875/solver-2082856-1247375875 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082856-1247375875.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.17 2.19 2.12 3/75 25455
/proc/meminfo: memFree=1011888/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=18576 CPUtime=0
/proc/25455/stat : 25455 (runsolver) R 25453 25455 20976 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 24652362 19021824 285 996147200 4194304 4302564 548682068448 18446744073709551615 254613712167 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25455/statm: 4644 285 249 26 0 2626 0

[startup+0.066028 s]
/proc/loadavg: 2.17 2.19 2.12 3/75 25455
/proc/meminfo: memFree=1011888/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=802164 CPUtime=0.04
/proc/25455/stat : 25455 (java) S 25453 25455 20976 0 -1 0 2702 0 1 0 3 1 0 0 21 0 7 0 24652362 821415936 2447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25455/statm: 200541 2447 1029 9 0 197892 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802164

[startup+0.101031 s]
/proc/loadavg: 2.17 2.19 2.12 3/75 25455
/proc/meminfo: memFree=1011888/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=804560 CPUtime=0.08
/proc/25455/stat : 25455 (java) S 25453 25455 20976 0 -1 0 3007 0 1 0 6 2 0 0 21 0 12 0 24652362 823869440 2750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25455/statm: 201140 2750 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301054 s]
/proc/loadavg: 2.17 2.19 2.12 3/75 25455
/proc/meminfo: memFree=1011888/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=805832 CPUtime=0.27
/proc/25455/stat : 25455 (java) S 25453 25455 20976 0 -1 0 4371 0 1 0 24 3 0 0 21 0 12 0 24652362 825171968 4108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25455/statm: 201458 4108 1359 9 0 198785 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805832

[startup+0.701099 s]
/proc/loadavg: 2.17 2.19 2.12 3/75 25455
/proc/meminfo: memFree=1011888/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=807176 CPUtime=0.67
/proc/25455/stat : 25455 (java) S 25453 25455 20976 0 -1 0 6675 0 1 0 62 5 0 0 21 0 12 0 24652362 826548224 6029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25455/statm: 201794 6029 1385 9 0 199121 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807176

[startup+1.50219 s]
/proc/loadavg: 2.17 2.19 2.12 3/87 25467
/proc/meminfo: memFree=971984/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=811384 CPUtime=1.47
/proc/25455/stat : 25455 (java) S 25453 25455 20976 0 -1 0 14500 0 1 0 137 10 0 0 21 0 12 0 24652362 830857216 12564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25455/statm: 202846 12564 1406 9 0 200173 0
[pid=25455/tid=25457] ppid=25453 vsize=811384 CPUtime=0.76
/proc/25455/task/25457/stat : 25457 (java) R 25453 25455 20976 0 -1 64 10251 0 1 0 68 8 0 0 25 0 12 0 24652364 830857216 12564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25458] ppid=25453 vsize=811384 CPUtime=0
/proc/25455/task/25458/stat : 25458 (java) S 25453 25455 20976 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 24652365 830857216 12564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25459] ppid=25453 vsize=811384 CPUtime=0
/proc/25455/task/25459/stat : 25459 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24652365 830857216 12564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25460] ppid=25453 vsize=811384 CPUtime=0
/proc/25455/task/25460/stat : 25460 (java) S 25453 25455 20976 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24652366 830857216 12564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25461] ppid=25453 vsize=811384 CPUtime=0
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 20976 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 24652367 830857216 12564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25462] ppid=25453 vsize=811384 CPUtime=0
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 20976 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24652367 830857216 12564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=811384 CPUtime=0
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 830857216 12564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=811384 CPUtime=0.04
/proc/25455/task/25464/stat : 25464 (java) S 25453 25455 20976 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24652371 830857216 12564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=811384 CPUtime=0.65
/proc/25455/task/25465/stat : 25465 (java) R 25453 25455 20976 0 -1 64 3247 0 0 0 64 1 0 0 18 0 12 0 24652371 830857216 12564 996147200 134512640 134550932 4294956016 18446744073709551615 104163981 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25466] ppid=25453 vsize=811384 CPUtime=0
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 830857216 12564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=811384 CPUtime=0
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24652371 830857216 12564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811384

[startup+3.10237 s]
/proc/loadavg: 2.17 2.19 2.12 3/87 25467
/proc/meminfo: memFree=944976/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=810860 CPUtime=3.1
/proc/25455/stat : 25455 (java) S 25453 25455 20976 0 -1 0 28723 0 1 0 293 17 0 0 21 0 12 0 24652362 830320640 26474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25455/statm: 202715 26474 1435 9 0 200042 0
[pid=25455/tid=25457] ppid=25453 vsize=810860 CPUtime=1.72
/proc/25455/task/25457/stat : 25457 (java) R 25453 25455 20976 0 -1 64 17393 0 1 0 160 12 0 0 25 0 12 0 24652364 830320640 26474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25458] ppid=25453 vsize=810860 CPUtime=0.08
/proc/25455/task/25458/stat : 25458 (java) R 25453 25455 20976 0 -1 64 2736 0 0 0 8 0 0 0 16 0 12 0 24652365 830320640 26474 996147200 134512640 134550932 4294956016 18446744073709551615 106195358 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25459] ppid=25453 vsize=810860 CPUtime=0.12
/proc/25455/task/25459/stat : 25459 (java) R 25453 25455 20976 0 -1 64 4118 0 0 0 10 2 0 0 16 0 12 0 24652365 830320640 26474 996147200 134512640 134550932 4294956016 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25460] ppid=25453 vsize=810860 CPUtime=0
/proc/25455/task/25460/stat : 25460 (java) S 25453 25455 20976 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24652366 830320640 26474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25461] ppid=25453 vsize=810860 CPUtime=0
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 20976 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24652367 830320640 26474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25462] ppid=25453 vsize=810860 CPUtime=0
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24652367 830320640 26474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=810860 CPUtime=0
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 830320640 26474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=810860 CPUtime=0.04
/proc/25455/task/25464/stat : 25464 (java) S 25453 25455 20976 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24652371 830320640 26474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=810860 CPUtime=1.09
/proc/25455/task/25465/stat : 25465 (java) S 25453 25455 20976 0 -1 64 3464 0 0 0 108 1 0 0 16 0 12 0 24652371 830320640 26474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25466] ppid=25453 vsize=810860 CPUtime=0
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 830320640 26474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=810860 CPUtime=0
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24652371 830320640 26474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 810860

[startup+6.30272 s]
/proc/loadavg: 2.16 2.18 2.12 3/87 25467
/proc/meminfo: memFree=897040/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=810860 CPUtime=6.31
/proc/25455/stat : 25455 (java) S 25453 25455 20976 0 -1 0 34537 0 1 0 611 20 0 0 21 0 12 0 24652362 830320640 32053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25455/statm: 202715 32053 1435 9 0 200042 0
[pid=25455/tid=25457] ppid=25453 vsize=810860 CPUtime=4.61
/proc/25455/task/25457/stat : 25457 (java) R 25453 25455 20976 0 -1 64 17400 0 1 0 449 12 0 0 25 0 12 0 24652364 830320640 32053 996147200 134512640 134550932 4294956016 18446744073709551615 4109669292 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25458] ppid=25453 vsize=810860 CPUtime=0.23
/proc/25455/task/25458/stat : 25458 (java) S 25453 25455 20976 0 -1 64 4828 0 0 0 22 1 0 0 16 0 12 0 24652365 830320640 32053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25459] ppid=25453 vsize=810860 CPUtime=0.27
/proc/25455/task/25459/stat : 25459 (java) S 25453 25455 20976 0 -1 64 7833 0 0 0 24 3 0 0 16 0 12 0 24652365 830320640 32053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25460] ppid=25453 vsize=810860 CPUtime=0
/proc/25455/task/25460/stat : 25460 (java) S 25453 25455 20976 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 24652366 830320640 32053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25461] ppid=25453 vsize=810860 CPUtime=0
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 20976 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24652367 830320640 32053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25462] ppid=25453 vsize=810860 CPUtime=0
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24652367 830320640 32053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=810860 CPUtime=0
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 830320640 32053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=810860 CPUtime=0.04
/proc/25455/task/25464/stat : 25464 (java) S 25453 25455 20976 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24652371 830320640 32053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=810860 CPUtime=1.1
/proc/25455/task/25465/stat : 25465 (java) S 25453 25455 20976 0 -1 64 3464 0 0 0 109 1 0 0 17 0 12 0 24652371 830320640 32053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25466] ppid=25453 vsize=810860 CPUtime=0
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 830320640 32053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=810860 CPUtime=0
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24652371 830320640 32053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 810860

[startup+12.7024 s]
/proc/loadavg: 2.14 2.18 2.12 3/87 25467
/proc/meminfo: memFree=845784/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=810540 CPUtime=12.7
/proc/25455/stat : 25455 (java) S 25453 25455 20976 0 -1 0 48191 0 1 0 1244 26 0 0 21 0 12 0 24652362 829992960 45609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25455/statm: 202635 45609 1435 9 0 199962 0
[pid=25455/tid=25457] ppid=25453 vsize=810540 CPUtime=10.74
/proc/25455/task/25457/stat : 25457 (java) R 25453 25455 20976 0 -1 64 17418 0 1 0 1062 12 0 0 25 0 12 0 24652364 829992960 45609 996147200 134512640 134550932 4294956016 18446744073709551615 4109126891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25458] ppid=25453 vsize=810540 CPUtime=0.37
/proc/25455/task/25458/stat : 25458 (java) S 25453 25455 20976 0 -1 64 11494 0 0 0 33 4 0 0 16 0 12 0 24652365 829992960 45609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25459] ppid=25453 vsize=810540 CPUtime=0.4
/proc/25455/task/25459/stat : 25459 (java) S 25453 25455 20976 0 -1 64 14803 0 0 0 34 6 0 0 16 0 12 0 24652365 829992960 45609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25460] ppid=25453 vsize=810540 CPUtime=0
/proc/25455/task/25460/stat : 25460 (java) S 25453 25455 20976 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 24652366 829992960 45609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25461] ppid=25453 vsize=810540 CPUtime=0
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 20976 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24652367 829992960 45609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25462] ppid=25453 vsize=810540 CPUtime=0
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24652367 829992960 45609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=810540 CPUtime=0
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 829992960 45609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=810540 CPUtime=0.04
/proc/25455/task/25464/stat : 25464 (java) S 25453 25455 20976 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24652371 829992960 45609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=810540 CPUtime=1.1
/proc/25455/task/25465/stat : 25465 (java) S 25453 25455 20976 0 -1 64 3464 0 0 0 109 1 0 0 17 0 12 0 24652371 829992960 45609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25466] ppid=25453 vsize=810540 CPUtime=0
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 829992960 45609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=810540 CPUtime=0
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24652371 829992960 45609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 810540

[startup+25.5019 s]
/proc/loadavg: 2.27 2.20 2.13 3/87 25467
/proc/meminfo: memFree=768984/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=810540 CPUtime=25.5
/proc/25455/stat : 25455 (java) S 25453 25455 20976 0 -1 0 65736 0 1 0 2516 34 0 0 21 0 12 0 24652362 829992960 63129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25455/statm: 202635 63129 1435 9 0 199962 0
[pid=25455/tid=25457] ppid=25453 vsize=810540 CPUtime=23.14
/proc/25455/task/25457/stat : 25457 (java) R 25453 25455 20976 0 -1 64 17443 0 1 0 2302 12 0 0 25 0 12 0 24652364 829992960 63129 996147200 134512640 134550932 4294956016 18446744073709551615 4109597420 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25458] ppid=25453 vsize=810540 CPUtime=0.53
/proc/25455/task/25458/stat : 25458 (java) S 25453 25455 20976 0 -1 64 19356 0 0 0 45 8 0 0 16 0 12 0 24652365 829992960 63129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25459] ppid=25453 vsize=810540 CPUtime=0.58
/proc/25455/task/25459/stat : 25459 (java) S 25453 25455 20976 0 -1 64 24461 0 0 0 48 10 0 0 16 0 12 0 24652365 829992960 63129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25460] ppid=25453 vsize=810540 CPUtime=0.01
/proc/25455/task/25460/stat : 25460 (java) S 25453 25455 20976 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 24652366 829992960 63129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25461] ppid=25453 vsize=810540 CPUtime=0
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 20976 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24652367 829992960 63129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25462] ppid=25453 vsize=810540 CPUtime=0
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24652367 829992960 63129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=810540 CPUtime=0
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 829992960 63129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=810540 CPUtime=0.04

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

[pid=25455/tid=25467] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24652371 828878848 170981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.91
Current children cumulated vsize (KiB) 809452

[startup+342.301 s]
/proc/loadavg: 2.34 2.16 2.11 4/87 25467
/proc/meminfo: memFree=321496/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=809452 CPUtime=340.9
/proc/25455/stat : 25455 (java) S 25453 25455 20976 0 -1 0 175556 0 1 0 33999 91 0 0 21 0 12 0 24652362 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25455/statm: 202363 171861 1437 9 0 199690 0
[pid=25455/tid=25457] ppid=25453 vsize=809452 CPUtime=286.93
/proc/25455/task/25457/stat : 25457 (java) R 25453 25455 20976 0 -1 64 18039 0 1 0 28678 15 0 0 25 0 12 0 24652364 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25458] ppid=25453 vsize=809452 CPUtime=5.14
/proc/25455/task/25458/stat : 25458 (java) S 25453 25455 20976 0 -1 64 71248 0 0 0 483 31 0 0 16 0 12 0 24652365 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25459] ppid=25453 vsize=809452 CPUtime=5
/proc/25455/task/25459/stat : 25459 (java) S 25453 25455 20976 0 -1 64 80910 0 0 0 465 35 0 0 15 0 12 0 24652365 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25460] ppid=25453 vsize=809452 CPUtime=42.44
/proc/25455/task/25460/stat : 25460 (java) R 25453 25455 20976 0 -1 64 896 0 0 0 4239 5 0 0 16 0 12 0 24652366 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25461] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 20976 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 24652367 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25462] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24652367 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=809452 CPUtime=0.04
/proc/25455/task/25464/stat : 25464 (java) S 25453 25455 20976 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=809452 CPUtime=1.27
/proc/25455/task/25465/stat : 25465 (java) S 25453 25455 20976 0 -1 64 3465 0 0 0 126 1 0 0 17 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25466] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.9
Current children cumulated vsize (KiB) 809452

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

[startup+343.902 s]
/proc/loadavg: 2.34 2.16 2.11 4/87 25467
/proc/meminfo: memFree=321496/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=809452 CPUtime=342.5
/proc/25455/stat : 25455 (java) S 25453 25455 20976 0 -1 0 175561 0 1 0 34159 91 0 0 21 0 12 0 24652362 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25455/statm: 202363 171861 1437 9 0 199690 0
[pid=25455/tid=25457] ppid=25453 vsize=809452 CPUtime=287.13
/proc/25455/task/25457/stat : 25457 (java) R 25453 25455 20976 0 -1 64 18044 0 1 0 28698 15 0 0 25 0 12 0 24652364 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25458] ppid=25453 vsize=809452 CPUtime=5.14
/proc/25455/task/25458/stat : 25458 (java) S 25453 25455 20976 0 -1 64 71248 0 0 0 483 31 0 0 16 0 12 0 24652365 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25459] ppid=25453 vsize=809452 CPUtime=5
/proc/25455/task/25459/stat : 25459 (java) S 25453 25455 20976 0 -1 64 80910 0 0 0 465 35 0 0 15 0 12 0 24652365 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25460] ppid=25453 vsize=809452 CPUtime=43.84
/proc/25455/task/25460/stat : 25460 (java) R 25453 25455 20976 0 -1 64 896 0 0 0 4379 5 0 0 16 0 12 0 24652366 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 104177907 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25461] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 20976 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 24652367 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25462] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24652367 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=809452 CPUtime=0.04
/proc/25455/task/25464/stat : 25464 (java) S 25453 25455 20976 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=809452 CPUtime=1.27
/proc/25455/task/25465/stat : 25465 (java) S 25453 25455 20976 0 -1 64 3465 0 0 0 126 1 0 0 17 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25466] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.5
Current children cumulated vsize (KiB) 809452

[startup+345.503 s]
/proc/loadavg: 2.39 2.17 2.11 3/87 25467
/proc/meminfo: memFree=321496/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=809452 CPUtime=344.1
/proc/25455/stat : 25455 (java) S 25453 25455 20976 0 -1 0 175565 0 1 0 34319 91 0 0 21 0 12 0 24652362 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25455/statm: 202363 171861 1437 9 0 199690 0
[pid=25455/tid=25457] ppid=25453 vsize=809452 CPUtime=287.26
/proc/25455/task/25457/stat : 25457 (java) R 25453 25455 20976 0 -1 64 18048 0 1 0 28711 15 0 0 25 0 12 0 24652364 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25458] ppid=25453 vsize=809452 CPUtime=5.14
/proc/25455/task/25458/stat : 25458 (java) S 25453 25455 20976 0 -1 64 71248 0 0 0 483 31 0 0 16 0 12 0 24652365 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25459] ppid=25453 vsize=809452 CPUtime=5
/proc/25455/task/25459/stat : 25459 (java) S 25453 25455 20976 0 -1 64 80910 0 0 0 465 35 0 0 15 0 12 0 24652365 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25460] ppid=25453 vsize=809452 CPUtime=45.31
/proc/25455/task/25460/stat : 25460 (java) R 25453 25455 20976 0 -1 64 896 0 0 0 4526 5 0 0 16 0 12 0 24652366 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 106157996 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25461] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 20976 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 24652367 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25462] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24652367 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=809452 CPUtime=0.04
/proc/25455/task/25464/stat : 25464 (java) S 25453 25455 20976 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=809452 CPUtime=1.27
/proc/25455/task/25465/stat : 25465 (java) S 25453 25455 20976 0 -1 64 3465 0 0 0 126 1 0 0 17 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25466] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 344.1
Current children cumulated vsize (KiB) 809452

[startup+346.303 s]
/proc/loadavg: 2.39 2.17 2.11 3/87 25467
/proc/meminfo: memFree=321496/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=809452 CPUtime=344.9
/proc/25455/stat : 25455 (java) S 25453 25455 20976 0 -1 0 175567 0 1 0 34399 91 0 0 21 0 12 0 24652362 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25455/statm: 202363 171861 1437 9 0 199690 0
[pid=25455/tid=25457] ppid=25453 vsize=809452 CPUtime=287.31
/proc/25455/task/25457/stat : 25457 (java) R 25453 25455 20976 0 -1 64 18050 0 1 0 28716 15 0 0 25 0 12 0 24652364 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25458] ppid=25453 vsize=809452 CPUtime=5.14
/proc/25455/task/25458/stat : 25458 (java) S 25453 25455 20976 0 -1 64 71248 0 0 0 483 31 0 0 16 0 12 0 24652365 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25459] ppid=25453 vsize=809452 CPUtime=5
/proc/25455/task/25459/stat : 25459 (java) S 25453 25455 20976 0 -1 64 80910 0 0 0 465 35 0 0 15 0 12 0 24652365 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25460] ppid=25453 vsize=809452 CPUtime=46.06
/proc/25455/task/25460/stat : 25460 (java) R 25453 25455 20976 0 -1 64 896 0 0 0 4601 5 0 0 16 0 12 0 24652366 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25461] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 20976 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 24652367 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25462] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24652367 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=809452 CPUtime=0.04
/proc/25455/task/25464/stat : 25464 (java) S 25453 25455 20976 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=809452 CPUtime=1.27
/proc/25455/task/25465/stat : 25465 (java) S 25453 25455 20976 0 -1 64 3465 0 0 0 126 1 0 0 17 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25466] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 344.9
Current children cumulated vsize (KiB) 809452

[startup+346.703 s]
/proc/loadavg: 2.39 2.17 2.11 4/87 25467
/proc/meminfo: memFree=321496/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=809452 CPUtime=345.3
/proc/25455/stat : 25455 (java) S 25453 25455 20976 0 -1 0 175570 0 1 0 34439 91 0 0 21 0 12 0 24652362 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25455/statm: 202363 171861 1436 9 0 199690 0
[pid=25455/tid=25457] ppid=25453 vsize=809452 CPUtime=287.35
/proc/25455/task/25457/stat : 25457 (java) R 25453 25455 20976 0 -1 64 18053 0 1 0 28720 15 0 0 25 0 12 0 24652364 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25458] ppid=25453 vsize=809452 CPUtime=5.14
/proc/25455/task/25458/stat : 25458 (java) S 25453 25455 20976 0 -1 64 71248 0 0 0 483 31 0 0 16 0 12 0 24652365 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25459] ppid=25453 vsize=809452 CPUtime=5
/proc/25455/task/25459/stat : 25459 (java) S 25453 25455 20976 0 -1 64 80910 0 0 0 465 35 0 0 15 0 12 0 24652365 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25460] ppid=25453 vsize=809452 CPUtime=46.43
/proc/25455/task/25460/stat : 25460 (java) R 25453 25455 20976 0 -1 64 896 0 0 0 4637 6 0 0 16 0 12 0 24652366 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25461] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 20976 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 24652367 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25455/tid=25462] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 20976 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24652367 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=809452 CPUtime=0.04
/proc/25455/task/25464/stat : 25464 (java) S 25453 25455 20976 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=809452 CPUtime=1.27
/proc/25455/task/25465/stat : 25465 (java) S 25453 25455 20976 0 -1 64 3465 0 0 0 126 1 0 0 17 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25466] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=809452 CPUtime=0
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24652371 828878848 171861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 345.3
Current children cumulated vsize (KiB) 809452

[startup+346.803 s]
/proc/loadavg: 2.39 2.17 2.11 4/87 25467
/proc/meminfo: memFree=321496/2055920 swapFree=4192948/4192956
[pid=25455] ppid=25453 vsize=0 CPUtime=345.37
/proc/25455/stat : 25455 (java) Z 25453 25455 20976 0 -1 12 175586 0 1 0 34441 96 0 0 16 0 2 0 24652362 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25455/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 345.37
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 346.862
CPU time (s): 345.437
CPU user time (s): 344.414
CPU system time (s): 1.02284
CPU usage (%): 99.5889
Max. virtual memory (cumulated for all children) (KiB): 811384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 344.414
system time used= 1.02284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175586
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= 17626
involuntary context switches= 15053

runsolver used 0.476927 second user time and 1.15982 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-12 07:17:55
IDJOB=2082856
IDBENCH=57646
IDSOLVER=731
FILE ID=node87/2082856-1247375875
PBS_JOBID= 9507082
Free space on /tmp= 66292 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-07-1079.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082856-1247375875/watcher-2082856-1247375875 -o /tmp/evaluation-result-2082856-1247375875/solver-2082856-1247375875 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082856-1247375875.xml

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

MD5SUM BENCH= b79d5ab9b474e138388bd882c1eb4f79
RANDOM SEED=440254475

node87.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
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.236
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:       1012304 kB
Buffers:         93856 kB
Cached:         789864 kB
SwapCached:          8 kB
Active:         253348 kB
Inactive:       705892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1012304 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          85444 kB
Slab:            69420 kB
Committed_AS:   251460 kB
PageTables:       2032 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= 66292 MiB
End job on node87 at 2009-07-12 07:23:42