Trace number 2083747

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? 415.605 418.778

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-1.xml
MD5SUMe8363e5dc8cf7056b9db7f8253bb821d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.48056
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data

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

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-2083747-1247378128/watcher-2083747-1247378128 -o /tmp/evaluation-result-2083747-1247378128/solver-2083747-1247378128 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083747-1247378128.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: 3.84 5.06 5.04 4/83 25610
/proc/meminfo: memFree=240504/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=18576 CPUtime=0
/proc/25610/stat : 25610 (runsolver) R 25608 25610 20604 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24878181 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25610/statm: 4644 284 249 26 0 2626 0

[startup+0.0649581 s]
/proc/loadavg: 3.84 5.06 5.04 4/83 25610
/proc/meminfo: memFree=240504/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=12928 CPUtime=0.02
/proc/25610/stat : 25610 (java) R 25608 25610 20604 0 -1 0 398 0 25 0 0 2 0 0 19 0 1 0 24878181 13238272 230 996147200 134512640 134550932 4294956016 18446744073709551615 11739946 0 0 4096 0 0 0 0 17 0 0 0
/proc/25610/statm: 3232 230 136 9 0 1104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12928

[startup+0.103804 s]
/proc/loadavg: 3.84 5.06 5.04 4/83 25610
/proc/meminfo: memFree=240504/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=800696 CPUtime=0.04
/proc/25610/stat : 25610 (java) S 25608 25610 20604 0 -1 0 2362 0 29 0 1 3 0 0 19 0 4 0 24878181 819912704 2137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25610/statm: 200174 2137 938 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.302802 s]
/proc/loadavg: 3.84 5.06 5.04 4/83 25610
/proc/meminfo: memFree=240504/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=805388 CPUtime=0.19
/proc/25610/stat : 25610 (java) S 25608 25610 20604 0 -1 0 3729 0 29 0 14 5 0 0 19 0 12 0 24878181 824717312 3495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25610/statm: 201347 3495 1332 9 0 198681 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 805388

[startup+0.702892 s]
/proc/loadavg: 3.84 5.06 5.04 4/83 25610
/proc/meminfo: memFree=240504/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=807180 CPUtime=0.54
/proc/25610/stat : 25610 (java) S 25608 25610 20604 0 -1 0 5338 0 29 0 46 8 0 0 19 0 12 0 24878181 826552320 4891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25610/statm: 201795 4891 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 807180

[startup+1.50104 s]
/proc/loadavg: 3.84 5.06 5.04 4/95 25622
/proc/meminfo: memFree=211544/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=808464 CPUtime=1.34
/proc/25610/stat : 25610 (java) S 25608 25610 20604 0 -1 0 9999 0 29 0 123 11 0 0 19 0 12 0 24878181 827867136 9043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25610/statm: 202116 9043 1399 9 0 199443 0
[pid=25610/tid=25612] ppid=25608 vsize=808464 CPUtime=0.7
/proc/25610/task/25612/stat : 25612 (java) R 25608 25610 20604 0 -1 64 7291 0 1 0 63 7 0 0 18 0 12 0 24878189 827867136 9044 996147200 134512640 134550932 4294956016 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25613] ppid=25608 vsize=808464 CPUtime=0
/proc/25610/task/25613/stat : 25613 (java) S 25608 25610 20604 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 24878190 827867136 9044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25614] ppid=25608 vsize=808464 CPUtime=0
/proc/25610/task/25614/stat : 25614 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24878190 827867136 9045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25615] ppid=25608 vsize=808464 CPUtime=0
/proc/25610/task/25615/stat : 25615 (java) S 25608 25610 20604 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 24878193 827867136 9046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25616] ppid=25608 vsize=808464 CPUtime=0
/proc/25610/task/25616/stat : 25616 (java) S 25608 25610 20604 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 24878193 827867136 9046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25617] ppid=25608 vsize=808464 CPUtime=0
/proc/25610/task/25617/stat : 25617 (java) S 25608 25610 20604 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 24878193 827867136 9047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25618] ppid=25608 vsize=808464 CPUtime=0
/proc/25610/task/25618/stat : 25618 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24878200 827867136 9047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25619] ppid=25608 vsize=808464 CPUtime=0
/proc/25610/task/25619/stat : 25619 (java) S 25608 25610 20604 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24878200 827867136 9047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25620] ppid=25608 vsize=808464 CPUtime=0.58
/proc/25610/task/25620/stat : 25620 (java) S 25608 25610 20604 0 -1 64 1984 0 0 0 58 0 0 0 16 0 12 0 24878201 827867136 9047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25621] ppid=25608 vsize=808464 CPUtime=0
/proc/25610/task/25621/stat : 25621 (java) S 25608 25610 20604 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24878201 827867136 9047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25622] ppid=25608 vsize=808464 CPUtime=0
/proc/25610/task/25622/stat : 25622 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24878201 827867136 9047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 808464

[startup+3.10234 s]
/proc/loadavg: 3.77 5.03 5.03 3/95 25622
/proc/meminfo: memFree=100696/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=811028 CPUtime=3.07
/proc/25610/stat : 25610 (java) S 25608 25610 20604 0 -1 0 48009 0 29 0 280 27 0 0 19 0 12 0 24878181 830492672 45189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25610/statm: 202757 45189 1410 9 0 200084 0
[pid=25610/tid=25612] ppid=25608 vsize=811028 CPUtime=1.13
/proc/25610/task/25612/stat : 25612 (java) D 25608 25610 20604 0 -1 64 17126 0 1 0 102 11 0 0 17 0 12 0 24878189 830492672 45189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=25610/tid=25613] ppid=25608 vsize=811028 CPUtime=0.65
/proc/25610/task/25613/stat : 25613 (java) S 25608 25610 20604 0 -1 64 17310 0 0 0 58 7 0 0 20 0 12 0 24878190 830492672 45189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25614] ppid=25608 vsize=811028 CPUtime=0.5
/proc/25610/task/25614/stat : 25614 (java) S 25608 25610 20604 0 -1 64 10848 0 0 0 46 4 0 0 17 0 12 0 24878190 830492672 45189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25615] ppid=25608 vsize=811028 CPUtime=0
/proc/25610/task/25615/stat : 25615 (java) S 25608 25610 20604 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24878193 830492672 45189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25616] ppid=25608 vsize=811028 CPUtime=0
/proc/25610/task/25616/stat : 25616 (java) S 25608 25610 20604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24878193 830492672 45189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25617] ppid=25608 vsize=811028 CPUtime=0
/proc/25610/task/25617/stat : 25617 (java) S 25608 25610 20604 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 24878193 830492672 45189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25618] ppid=25608 vsize=811028 CPUtime=0
/proc/25610/task/25618/stat : 25618 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24878200 830492672 45189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25619] ppid=25608 vsize=811028 CPUtime=0
/proc/25610/task/25619/stat : 25619 (java) S 25608 25610 20604 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24878200 830492672 45189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25620] ppid=25608 vsize=811028 CPUtime=0.73
/proc/25610/task/25620/stat : 25620 (java) S 25608 25610 20604 0 -1 64 1995 0 0 0 72 1 0 0 15 0 12 0 24878201 830492672 45189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25621] ppid=25608 vsize=811028 CPUtime=0
/proc/25610/task/25621/stat : 25621 (java) S 25608 25610 20604 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24878201 830492672 45189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25622] ppid=25608 vsize=811028 CPUtime=0
/proc/25610/task/25622/stat : 25622 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24878201 830492672 45189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 811028

[startup+6.30196 s]
/proc/loadavg: 3.77 5.03 5.03 3/95 25622
/proc/meminfo: memFree=25880/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=814752 CPUtime=5.18
/proc/25610/stat : 25610 (java) S 25608 25610 20604 0 -1 0 53752 0 29 0 489 29 0 0 19 0 12 0 24878181 834306048 49914 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25610/statm: 203688 49914 1440 9 0 201015 0
[pid=25610/tid=25612] ppid=25608 vsize=814752 CPUtime=2.27
/proc/25610/task/25612/stat : 25612 (java) R 25608 25610 20604 0 -1 64 17254 0 1 0 216 11 0 0 25 0 12 0 24878189 834306048 49915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25613] ppid=25608 vsize=814752 CPUtime=0.69
/proc/25610/task/25613/stat : 25613 (java) S 25608 25610 20604 0 -1 64 17794 0 0 0 62 7 0 0 17 0 12 0 24878190 834306048 49915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25614] ppid=25608 vsize=814752 CPUtime=0.65
/proc/25610/task/25614/stat : 25614 (java) S 25608 25610 20604 0 -1 64 14250 0 0 0 60 5 0 0 18 0 12 0 24878190 834306048 49915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25615] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25615/stat : 25615 (java) S 25608 25610 20604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24878193 834306048 49915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25616] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25616/stat : 25616 (java) S 25608 25610 20604 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24878193 834306048 49915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25617] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25617/stat : 25617 (java) S 25608 25610 20604 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 24878193 834306048 49915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25618] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25618/stat : 25618 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24878200 834306048 49915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25619] ppid=25608 vsize=814752 CPUtime=0.65
/proc/25610/task/25619/stat : 25619 (java) S 25608 25610 20604 0 -1 64 1556 0 0 0 65 0 0 0 16 0 12 0 24878200 834306048 49915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25620] ppid=25608 vsize=814752 CPUtime=0.83
/proc/25610/task/25620/stat : 25620 (java) S 25608 25610 20604 0 -1 64 2177 0 0 0 82 1 0 0 16 0 12 0 24878201 834306048 49915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25621] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25621/stat : 25621 (java) S 25608 25610 20604 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24878201 834306048 49915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25622] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25622/stat : 25622 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24878201 834306048 49915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 814752

[startup+12.7022 s]
/proc/loadavg: 3.73 4.98 5.01 2/85 25622
/proc/meminfo: memFree=300456/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=814752 CPUtime=11.55
/proc/25610/stat : 25610 (java) S 25608 25610 20604 0 -1 0 59572 0 29 0 1124 31 0 0 19 0 12 0 24878181 834306048 55702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25610/statm: 203688 55702 1440 9 0 201015 0
[pid=25610/tid=25612] ppid=25608 vsize=814752 CPUtime=7.96
/proc/25610/task/25612/stat : 25612 (java) R 25608 25610 20604 0 -1 64 17274 0 1 0 785 11 0 0 25 0 12 0 24878189 834306048 55702 996147200 134512640 134550932 4294956016 18446744073709551615 4109874127 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25613] ppid=25608 vsize=814752 CPUtime=1.02
/proc/25610/task/25613/stat : 25613 (java) S 25608 25610 20604 0 -1 64 19881 0 0 0 95 7 0 0 16 0 12 0 24878190 834306048 55702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25614] ppid=25608 vsize=814752 CPUtime=0.84
/proc/25610/task/25614/stat : 25614 (java) S 25608 25610 20604 0 -1 64 17949 0 0 0 77 7 0 0 16 0 12 0 24878190 834306048 55702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25615] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25615/stat : 25615 (java) S 25608 25610 20604 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24878193 834306048 55702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25616] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25616/stat : 25616 (java) S 25608 25610 20604 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24878193 834306048 55702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25617] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25617/stat : 25617 (java) S 25608 25610 20604 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 24878193 834306048 55702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25618] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25618/stat : 25618 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24878200 834306048 55702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25619] ppid=25608 vsize=814752 CPUtime=0.81
/proc/25610/task/25619/stat : 25619 (java) S 25608 25610 20604 0 -1 64 1569 0 0 0 81 0 0 0 16 0 12 0 24878200 834306048 55702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25620] ppid=25608 vsize=814752 CPUtime=0.83
/proc/25610/task/25620/stat : 25620 (java) S 25608 25610 20604 0 -1 64 2177 0 0 0 82 1 0 0 16 0 12 0 24878201 834306048 55702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25621] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25621/stat : 25621 (java) S 25608 25610 20604 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24878201 834306048 55702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25622] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25622/stat : 25622 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24878201 834306048 55702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (KiB) 814752

[startup+25.5018 s]
/proc/loadavg: 3.54 4.89 4.98 3/85 25649
/proc/meminfo: memFree=1634352/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=814752 CPUtime=24.35
/proc/25610/stat : 25610 (java) S 25608 25610 20604 0 -1 0 66072 0 29 0 2399 36 0 0 19 0 12 0 24878181 834306048 62130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25610/statm: 203688 62130 1446 9 0 201015 0
[pid=25610/tid=25612] ppid=25608 vsize=814752 CPUtime=20.27
/proc/25610/task/25612/stat : 25612 (java) R 25608 25610 20604 0 -1 64 17303 0 1 0 2015 12 0 0 25 0 12 0 24878189 834306048 62130 996147200 134512640 134550932 4294956016 18446744073709551615 4109874154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25613] ppid=25608 vsize=814752 CPUtime=1.35
/proc/25610/task/25613/stat : 25613 (java) S 25608 25610 20604 0 -1 64 21946 0 0 0 126 9 0 0 16 0 12 0 24878190 834306048 62130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25614] ppid=25608 vsize=814752 CPUtime=0.98
/proc/25610/task/25614/stat : 25614 (java) S 25608 25610 20604 0 -1 64 22349 0 0 0 88 10 0 0 16 0 12 0 24878190 834306048 62130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25615] ppid=25608 vsize=814752 CPUtime=0.01
/proc/25610/task/25615/stat : 25615 (java) S 25608 25610 20604 0 -1 64 10 0 0 0 1 0 0 0 15 0 12 0 24878193 834306048 62130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25616] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25616/stat : 25616 (java) S 25608 25610 20604 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24878193 834306048 62130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25617] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25617/stat : 25617 (java) S 25608 25610 20604 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 24878193 834306048 62130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25618] ppid=25608 vsize=814752 CPUtime=0
/proc/25610/task/25618/stat : 25618 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24878200 834306048 62130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25619] ppid=25608 vsize=814752 CPUtime=0.82

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

[pid=25610/tid=25622] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25622/stat : 25622 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.24
Current children cumulated vsize (KiB) 822756

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

[startup+409.503 s]
/proc/loadavg: 2.92 3.19 4.11 4/97 25694
/proc/meminfo: memFree=529672/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=822756 CPUtime=406.39
/proc/25610/stat : 25610 (java) S 25608 25610 20604 0 -1 0 435779 0 29 0 40436 203 0 0 19 0 12 0 24878181 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25610/statm: 205689 175294 1452 9 0 203016 0
[pid=25610/tid=25612] ppid=25608 vsize=822756 CPUtime=306.83
/proc/25610/task/25612/stat : 25612 (java) R 25608 25610 20604 0 -1 64 17722 0 1 0 30668 15 0 0 25 0 12 0 24878189 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25613] ppid=25608 vsize=822756 CPUtime=5.5
/proc/25610/task/25613/stat : 25613 (java) S 25608 25610 20604 0 -1 64 79785 0 0 0 519 31 0 0 16 0 12 0 24878190 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25614] ppid=25608 vsize=822756 CPUtime=5.22
/proc/25610/task/25614/stat : 25614 (java) S 25608 25610 20604 0 -1 64 75918 0 0 0 493 29 0 0 15 0 12 0 24878190 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25615] ppid=25608 vsize=822756 CPUtime=86.69
/proc/25610/task/25615/stat : 25615 (java) R 25608 25610 20604 0 -1 64 257886 0 0 0 8546 123 0 0 17 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 106836663 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25616] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25616/stat : 25616 (java) S 25608 25610 20604 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25617] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25617/stat : 25617 (java) S 25608 25610 20604 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25618] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25618/stat : 25618 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24878200 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25619] ppid=25608 vsize=822756 CPUtime=0.82
/proc/25610/task/25619/stat : 25619 (java) S 25608 25610 20604 0 -1 64 1569 0 0 0 82 0 0 0 17 0 12 0 24878200 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25620] ppid=25608 vsize=822756 CPUtime=1.27
/proc/25610/task/25620/stat : 25620 (java) S 25608 25610 20604 0 -1 64 2187 0 0 0 126 1 0 0 17 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25621] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25621/stat : 25621 (java) S 25608 25610 20604 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25622] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25622/stat : 25622 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 406.39
Current children cumulated vsize (KiB) 822756

[startup+412.701 s]
/proc/loadavg: 2.93 3.18 4.11 4/97 25694
/proc/meminfo: memFree=529608/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=822756 CPUtime=409.58
/proc/25610/stat : 25610 (java) S 25608 25610 20604 0 -1 0 442787 0 29 0 40750 208 0 0 19 0 12 0 24878181 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25610/statm: 205689 175294 1452 9 0 203016 0
[pid=25610/tid=25612] ppid=25608 vsize=822756 CPUtime=307.07
/proc/25610/task/25612/stat : 25612 (java) R 25608 25610 20604 0 -1 64 17724 0 1 0 30692 15 0 0 25 0 12 0 24878189 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25613] ppid=25608 vsize=822756 CPUtime=5.5
/proc/25610/task/25613/stat : 25613 (java) S 25608 25610 20604 0 -1 64 79785 0 0 0 519 31 0 0 16 0 12 0 24878190 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25614] ppid=25608 vsize=822756 CPUtime=5.22
/proc/25610/task/25614/stat : 25614 (java) S 25608 25610 20604 0 -1 64 75918 0 0 0 493 29 0 0 15 0 12 0 24878190 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25615] ppid=25608 vsize=822756 CPUtime=89.63
/proc/25610/task/25615/stat : 25615 (java) R 25608 25610 20604 0 -1 64 264892 0 0 0 8836 127 0 0 16 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 106157852 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25616] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25616/stat : 25616 (java) S 25608 25610 20604 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25617] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25617/stat : 25617 (java) S 25608 25610 20604 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25618] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25618/stat : 25618 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24878200 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25619] ppid=25608 vsize=822756 CPUtime=0.82
/proc/25610/task/25619/stat : 25619 (java) S 25608 25610 20604 0 -1 64 1569 0 0 0 82 0 0 0 17 0 12 0 24878200 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25620] ppid=25608 vsize=822756 CPUtime=1.27
/proc/25610/task/25620/stat : 25620 (java) S 25608 25610 20604 0 -1 64 2187 0 0 0 126 1 0 0 17 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25621] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25621/stat : 25621 (java) S 25608 25610 20604 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25622] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25622/stat : 25622 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 409.58
Current children cumulated vsize (KiB) 822756

[startup+415.903 s]
/proc/loadavg: 2.93 3.18 4.11 4/97 25694
/proc/meminfo: memFree=529672/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=822756 CPUtime=412.77
/proc/25610/stat : 25610 (java) S 25608 25610 20604 0 -1 0 449795 0 29 0 41065 212 0 0 19 0 12 0 24878181 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25610/statm: 205689 175294 1452 9 0 203016 0
[pid=25610/tid=25612] ppid=25608 vsize=822756 CPUtime=307.29
/proc/25610/task/25612/stat : 25612 (java) R 25608 25610 20604 0 -1 64 17726 0 1 0 30714 15 0 0 25 0 12 0 24878189 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25613] ppid=25608 vsize=822756 CPUtime=5.5
/proc/25610/task/25613/stat : 25613 (java) S 25608 25610 20604 0 -1 64 79785 0 0 0 519 31 0 0 16 0 12 0 24878190 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25614] ppid=25608 vsize=822756 CPUtime=5.22
/proc/25610/task/25614/stat : 25614 (java) S 25608 25610 20604 0 -1 64 75918 0 0 0 493 29 0 0 15 0 12 0 24878190 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25615] ppid=25608 vsize=822756 CPUtime=92.59
/proc/25610/task/25615/stat : 25615 (java) R 25608 25610 20604 0 -1 64 271898 0 0 0 9128 131 0 0 16 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 106158396 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25616] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25616/stat : 25616 (java) S 25608 25610 20604 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25617] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25617/stat : 25617 (java) S 25608 25610 20604 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25618] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25618/stat : 25618 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24878200 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25619] ppid=25608 vsize=822756 CPUtime=0.82
/proc/25610/task/25619/stat : 25619 (java) S 25608 25610 20604 0 -1 64 1569 0 0 0 82 0 0 0 17 0 12 0 24878200 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25620] ppid=25608 vsize=822756 CPUtime=1.27
/proc/25610/task/25620/stat : 25620 (java) S 25608 25610 20604 0 -1 64 2187 0 0 0 126 1 0 0 17 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25621] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25621/stat : 25621 (java) S 25608 25610 20604 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25622] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25622/stat : 25622 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 412.77
Current children cumulated vsize (KiB) 822756

[startup+417.501 s]
/proc/loadavg: 2.94 3.18 4.10 4/97 25694
/proc/meminfo: memFree=529672/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=822756 CPUtime=414.35
/proc/25610/stat : 25610 (java) S 25608 25610 20604 0 -1 0 453301 0 29 0 41222 213 0 0 19 0 12 0 24878181 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25610/statm: 205689 175294 1451 9 0 203016 0
[pid=25610/tid=25612] ppid=25608 vsize=822756 CPUtime=307.4
/proc/25610/task/25612/stat : 25612 (java) R 25608 25610 20604 0 -1 64 17729 0 1 0 30725 15 0 0 25 0 12 0 24878189 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25613] ppid=25608 vsize=822756 CPUtime=5.5
/proc/25610/task/25613/stat : 25613 (java) S 25608 25610 20604 0 -1 64 79785 0 0 0 519 31 0 0 16 0 12 0 24878190 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25614] ppid=25608 vsize=822756 CPUtime=5.22
/proc/25610/task/25614/stat : 25614 (java) S 25608 25610 20604 0 -1 64 75918 0 0 0 493 29 0 0 15 0 12 0 24878190 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25615] ppid=25608 vsize=822756 CPUtime=94.07
/proc/25610/task/25615/stat : 25615 (java) R 25608 25610 20604 0 -1 64 275401 0 0 0 9275 132 0 0 17 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 106158044 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25616] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25616/stat : 25616 (java) S 25608 25610 20604 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25617] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25617/stat : 25617 (java) S 25608 25610 20604 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25618] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25618/stat : 25618 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24878200 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25619] ppid=25608 vsize=822756 CPUtime=0.82
/proc/25610/task/25619/stat : 25619 (java) S 25608 25610 20604 0 -1 64 1569 0 0 0 82 0 0 0 17 0 12 0 24878200 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25620] ppid=25608 vsize=822756 CPUtime=1.27
/proc/25610/task/25620/stat : 25620 (java) S 25608 25610 20604 0 -1 64 2187 0 0 0 126 1 0 0 17 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25621] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25621/stat : 25621 (java) S 25608 25610 20604 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25622] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25622/stat : 25622 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 414.35
Current children cumulated vsize (KiB) 822756

[startup+418.302 s]
/proc/loadavg: 2.94 3.18 4.10 4/97 25694
/proc/meminfo: memFree=529672/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=822756 CPUtime=415.15
/proc/25610/stat : 25610 (java) S 25608 25610 20604 0 -1 0 453301 0 29 0 41302 213 0 0 19 0 12 0 24878181 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25610/statm: 205689 175294 1451 9 0 203016 0
[pid=25610/tid=25612] ppid=25608 vsize=822756 CPUtime=307.4
/proc/25610/task/25612/stat : 25612 (java) R 25608 25610 20604 0 -1 64 17729 0 1 0 30725 15 0 0 25 0 12 0 24878189 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25613] ppid=25608 vsize=822756 CPUtime=5.5
/proc/25610/task/25613/stat : 25613 (java) S 25608 25610 20604 0 -1 64 79785 0 0 0 519 31 0 0 16 0 12 0 24878190 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25614] ppid=25608 vsize=822756 CPUtime=5.22
/proc/25610/task/25614/stat : 25614 (java) S 25608 25610 20604 0 -1 64 75918 0 0 0 493 29 0 0 15 0 12 0 24878190 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25615] ppid=25608 vsize=822756 CPUtime=94.87
/proc/25610/task/25615/stat : 25615 (java) R 25608 25610 20604 0 -1 64 275401 0 0 0 9355 132 0 0 18 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25616] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25616/stat : 25616 (java) S 25608 25610 20604 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25617] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25617/stat : 25617 (java) S 25608 25610 20604 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24878193 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25610/tid=25618] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25618/stat : 25618 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24878200 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25619] ppid=25608 vsize=822756 CPUtime=0.82
/proc/25610/task/25619/stat : 25619 (java) S 25608 25610 20604 0 -1 64 1569 0 0 0 82 0 0 0 17 0 12 0 24878200 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25620] ppid=25608 vsize=822756 CPUtime=1.27
/proc/25610/task/25620/stat : 25620 (java) S 25608 25610 20604 0 -1 64 2187 0 0 0 126 1 0 0 17 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25621] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25621/stat : 25621 (java) S 25608 25610 20604 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25610/tid=25622] ppid=25608 vsize=822756 CPUtime=0
/proc/25610/task/25622/stat : 25622 (java) S 25608 25610 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24878201 842502144 175294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 415.15
Current children cumulated vsize (KiB) 822756

[startup+418.703 s]
/proc/loadavg: 2.94 3.18 4.10 4/97 25694
/proc/meminfo: memFree=529672/2055920 swapFree=4192812/4192956
[pid=25610] ppid=25608 vsize=0 CPUtime=415.52
/proc/25610/stat : 25610 (java) Z 25608 25610 20604 0 -1 12 453316 0 29 0 41335 217 0 0 16 0 2 0 24878181 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25610/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 415.52
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 418.778
CPU time (s): 415.605
CPU user time (s): 413.357
CPU system time (s): 2.24766
CPU usage (%): 99.2424
Max. virtual memory (cumulated for all children) (KiB): 848368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 413.357
system time used= 2.24766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 453316
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16843
involuntary context switches= 18520

runsolver used 0.551916 second user time and 1.38479 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 07:55:28
IDJOB=2083747
IDBENCH=57916
IDSOLVER=731
FILE ID=node76/2083747-1247378128
PBS_JOBID= 9507074
Free space on /tmp= 63396 MiB

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

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

MD5SUM BENCH= e8363e5dc8cf7056b9db7f8253bb821d
RANDOM SEED=1373540085

node76.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.277
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.277
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:        241056 kB
Buffers:          4220 kB
Cached:        1414872 kB
SwapCached:          0 kB
Active:        1088152 kB
Inactive:       635812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        241056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          207344 kB
Writeback:        2708 kB
Mapped:         326204 kB
Slab:            75348 kB
Committed_AS:   581492 kB
PageTables:       2556 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= 66424 MiB
End job on node76 at 2009-07-12 08:02:27