Trace number 2077763

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? 164.859 163.949

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-80-3-7.xml
MD5SUMf72bf44d4aefee958618dddc4fe21788
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.217965
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity10
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data

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

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-2077763-1247365750/watcher-2077763-1247365750 -o /tmp/evaluation-result-2077763-1247365750/solver-2077763-1247365750 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077763-1247365750.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.68 2.86 2.44 4/82 27733
/proc/meminfo: memFree=1362496/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=18576 CPUtime=0
/proc/27733/stat : 27733 (runsolver) R 27731 27733 23988 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 23638856 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27733/statm: 4644 284 249 26 0 2626 0

[startup+0.0510599 s]
/proc/loadavg: 2.68 2.86 2.44 4/82 27733
/proc/meminfo: memFree=1362496/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=801708 CPUtime=0.03
/proc/27733/stat : 27733 (java) S 27731 27733 23988 0 -1 0 2531 0 1 0 2 1 0 0 18 0 6 0 23638856 820948992 2278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 200427 2278 985 9 0 197778 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801708

[startup+0.100968 s]
/proc/loadavg: 2.68 2.86 2.44 4/82 27733
/proc/meminfo: memFree=1362496/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=804428 CPUtime=0.09
/proc/27733/stat : 27733 (java) S 27731 27733 23988 0 -1 0 2971 0 1 0 7 2 0 0 18 0 12 0 23638856 823734272 2714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 201107 2714 1077 9 0 198441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804428

[startup+0.301991 s]
/proc/loadavg: 2.68 2.86 2.44 4/82 27733
/proc/meminfo: memFree=1362496/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=805628 CPUtime=0.28
/proc/27733/stat : 27733 (java) S 27731 27733 23988 0 -1 0 4299 0 1 0 25 3 0 0 18 0 12 0 23638856 824963072 4036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 201407 4036 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701033 s]
/proc/loadavg: 2.68 2.86 2.44 4/82 27733
/proc/meminfo: memFree=1362496/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=807184 CPUtime=0.69
/proc/27733/stat : 27733 (java) S 27731 27733 23988 0 -1 0 6295 0 1 0 65 4 0 0 18 0 12 0 23638856 826556416 5321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 201796 5321 1384 9 0 199123 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807184

[startup+1.50212 s]
/proc/loadavg: 2.68 2.86 2.44 4/94 27745
/proc/meminfo: memFree=1343136/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=811116 CPUtime=1.47
/proc/27733/stat : 27733 (java) S 27731 27733 23988 0 -1 0 9090 0 1 0 142 5 0 0 18 0 12 0 23638856 830582784 7201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 202779 7201 1412 9 0 200106 0
[pid=27733/tid=27735] ppid=27731 vsize=811116 CPUtime=0.79
/proc/27733/task/27735/stat : 27735 (java) R 27731 27733 23988 0 -1 64 5087 0 1 0 75 4 0 0 20 0 12 0 23638858 830582784 7201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27736] ppid=27731 vsize=811116 CPUtime=0
/proc/27733/task/27736/stat : 27736 (java) S 27731 27733 23988 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23638859 830582784 7201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27737] ppid=27731 vsize=811116 CPUtime=0
/proc/27733/task/27737/stat : 27737 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23638859 830582784 7201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27738] ppid=27731 vsize=811116 CPUtime=0
/proc/27733/task/27738/stat : 27738 (java) S 27731 27733 23988 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23638861 830582784 7201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27739] ppid=27731 vsize=811116 CPUtime=0
/proc/27733/task/27739/stat : 27739 (java) S 27731 27733 23988 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23638861 830582784 7201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27740] ppid=27731 vsize=811116 CPUtime=0
/proc/27733/task/27740/stat : 27740 (java) S 27731 27733 23988 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23638861 830582784 7201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27741] ppid=27731 vsize=811116 CPUtime=0
/proc/27733/task/27741/stat : 27741 (java) S 27731 27733 23988 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23638866 830582784 7201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27742] ppid=27731 vsize=811116 CPUtime=0
/proc/27733/task/27742/stat : 27742 (java) S 27731 27733 23988 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23638866 830582784 7201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27743] ppid=27731 vsize=811116 CPUtime=0.66
/proc/27733/task/27743/stat : 27743 (java) R 27731 27733 23988 0 -1 64 3246 0 0 0 66 0 0 0 17 0 12 0 23638866 830582784 7201 996147200 134512640 134550932 4294956016 18446744073709551615 104163896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27744] ppid=27731 vsize=811116 CPUtime=0
/proc/27733/task/27744/stat : 27744 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23638866 830582784 7201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27745] ppid=27731 vsize=811116 CPUtime=0
/proc/27733/task/27745/stat : 27745 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23638866 830582784 7201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811116

[startup+3.10227 s]
/proc/loadavg: 2.68 2.86 2.44 3/94 27745
/proc/meminfo: memFree=1318240/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=812652 CPUtime=3.08
/proc/27733/stat : 27733 (java) S 27731 27733 23988 0 -1 0 22513 0 1 0 297 11 0 0 18 0 12 0 23638856 832155648 18972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 203163 18972 1428 9 0 200490 0
[pid=27733/tid=27735] ppid=27731 vsize=812652 CPUtime=1.85
/proc/27733/task/27735/stat : 27735 (java) R 27731 27733 23988 0 -1 64 16262 0 1 0 176 9 0 0 25 0 12 0 23638858 832155648 18972 996147200 134512640 134550932 4294956016 18446744073709551615 4109270023 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27736] ppid=27731 vsize=812652 CPUtime=0
/proc/27733/task/27736/stat : 27736 (java) S 27731 27733 23988 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23638859 832155648 18972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27737] ppid=27731 vsize=812652 CPUtime=0
/proc/27733/task/27737/stat : 27737 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23638859 832155648 18972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27738] ppid=27731 vsize=812652 CPUtime=0
/proc/27733/task/27738/stat : 27738 (java) S 27731 27733 23988 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23638861 832155648 18972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27739] ppid=27731 vsize=812652 CPUtime=0
/proc/27733/task/27739/stat : 27739 (java) S 27731 27733 23988 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23638861 832155648 18972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27740] ppid=27731 vsize=812652 CPUtime=0
/proc/27733/task/27740/stat : 27740 (java) S 27731 27733 23988 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23638861 832155648 18972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27741] ppid=27731 vsize=812652 CPUtime=0
/proc/27733/task/27741/stat : 27741 (java) S 27731 27733 23988 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23638866 832155648 18972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27742] ppid=27731 vsize=812652 CPUtime=0.03
/proc/27733/task/27742/stat : 27742 (java) S 27731 27733 23988 0 -1 64 51 0 0 0 3 0 0 0 16 0 12 0 23638866 832155648 18972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27743] ppid=27731 vsize=812652 CPUtime=1.17
/proc/27733/task/27743/stat : 27743 (java) S 27731 27733 23988 0 -1 64 5456 0 0 0 116 1 0 0 16 0 12 0 23638866 832155648 18972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27744] ppid=27731 vsize=812652 CPUtime=0
/proc/27733/task/27744/stat : 27744 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23638866 832155648 18972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27745] ppid=27731 vsize=812652 CPUtime=0
/proc/27733/task/27745/stat : 27745 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23638866 832155648 18972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 812652

[startup+6.3026 s]
/proc/loadavg: 2.63 2.84 2.44 3/94 27745
/proc/meminfo: memFree=1276704/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=811724 CPUtime=6.3
/proc/27733/stat : 27733 (java) S 27731 27733 23988 0 -1 0 26530 0 1 0 617 13 0 0 18 0 12 0 23638856 831205376 22428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 202931 22428 1438 9 0 200258 0
[pid=27733/tid=27735] ppid=27731 vsize=811724 CPUtime=4.77
/proc/27733/task/27735/stat : 27735 (java) R 27731 27733 23988 0 -1 64 17368 0 1 0 468 9 0 0 25 0 12 0 23638858 831205376 22428 996147200 134512640 134550932 4294956016 18446744073709551615 4109270044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27736] ppid=27731 vsize=811724 CPUtime=0.05
/proc/27733/task/27736/stat : 27736 (java) S 27731 27733 23988 0 -1 64 1537 0 0 0 5 0 0 0 17 0 12 0 23638859 831205376 22428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27737] ppid=27731 vsize=811724 CPUtime=0.05
/proc/27733/task/27737/stat : 27737 (java) S 27731 27733 23988 0 -1 64 1033 0 0 0 5 0 0 0 17 0 12 0 23638859 831205376 22428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27738] ppid=27731 vsize=811724 CPUtime=0
/proc/27733/task/27738/stat : 27738 (java) S 27731 27733 23988 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 23638861 831205376 22428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27739] ppid=27731 vsize=811724 CPUtime=0
/proc/27733/task/27739/stat : 27739 (java) S 27731 27733 23988 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23638861 831205376 22428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27740] ppid=27731 vsize=811724 CPUtime=0
/proc/27733/task/27740/stat : 27740 (java) S 27731 27733 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23638861 831205376 22428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27741] ppid=27731 vsize=811724 CPUtime=0
/proc/27733/task/27741/stat : 27741 (java) S 27731 27733 23988 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23638866 831205376 22428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27742] ppid=27731 vsize=811724 CPUtime=0.03
/proc/27733/task/27742/stat : 27742 (java) S 27731 27733 23988 0 -1 64 51 0 0 0 3 0 0 0 16 0 12 0 23638866 831205376 22428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27743] ppid=27731 vsize=811724 CPUtime=1.34
/proc/27733/task/27743/stat : 27743 (java) S 27731 27733 23988 0 -1 64 5789 0 0 0 133 1 0 0 16 0 12 0 23638866 831205376 22428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27744] ppid=27731 vsize=811724 CPUtime=0
/proc/27733/task/27744/stat : 27744 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23638866 831205376 22428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27745] ppid=27731 vsize=811724 CPUtime=0
/proc/27733/task/27745/stat : 27745 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23638866 831205376 22428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 811724

[startup+12.7023 s]
/proc/loadavg: 2.58 2.83 2.43 5/94 27745
/proc/meminfo: memFree=1180768/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=811628 CPUtime=13
/proc/27733/stat : 27733 (java) S 27731 27733 23988 0 -1 0 53864 0 1 0 1274 26 0 0 18 0 12 0 23638856 831107072 48830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 202907 48830 1438 9 0 200234 0
[pid=27733/tid=27735] ppid=27731 vsize=811628 CPUtime=8.92
/proc/27733/task/27735/stat : 27735 (java) R 27731 27733 23988 0 -1 64 17394 0 1 0 883 9 0 0 25 0 12 0 23638858 831107072 48830 996147200 134512640 134550932 4294956016 18446744073709551615 4109652208 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27736] ppid=27731 vsize=811628 CPUtime=1.16
/proc/27733/task/27736/stat : 27736 (java) S 27731 27733 23988 0 -1 64 14861 0 0 0 110 6 0 0 16 0 12 0 23638859 831107072 48830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27737] ppid=27731 vsize=811628 CPUtime=1.26
/proc/27733/task/27737/stat : 27737 (java) S 27731 27733 23988 0 -1 64 14989 0 0 0 119 7 0 0 16 0 12 0 23638859 831107072 48830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27738] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27738/stat : 27738 (java) S 27731 27733 23988 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 48830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27739] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27739/stat : 27739 (java) S 27731 27733 23988 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 48830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27740] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27740/stat : 27740 (java) S 27731 27733 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 48830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27741] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27741/stat : 27741 (java) S 27731 27733 23988 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23638866 831107072 48830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27742] ppid=27731 vsize=811628 CPUtime=0.19
/proc/27733/task/27742/stat : 27742 (java) S 27731 27733 23988 0 -1 64 73 0 0 0 19 0 0 0 16 0 12 0 23638866 831107072 48830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27743] ppid=27731 vsize=811628 CPUtime=1.41
/proc/27733/task/27743/stat : 27743 (java) S 27731 27733 23988 0 -1 64 5795 0 0 0 140 1 0 0 16 0 12 0 23638866 831107072 48830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27744] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27744/stat : 27744 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23638866 831107072 48830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27745] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27745/stat : 27745 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23638866 831107072 48830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13
Current children cumulated vsize (KiB) 811628

[startup+25.5016 s]
/proc/loadavg: 2.53 2.80 2.43 3/94 27745
/proc/meminfo: memFree=969120/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=811628 CPUtime=26.25
/proc/27733/stat : 27733 (java) S 27731 27733 23988 0 -1 0 105241 0 1 0 2577 48 0 0 18 0 12 0 23638856 831107072 99430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 202907 99430 1438 9 0 200234 0
[pid=27733/tid=27735] ppid=27731 vsize=811628 CPUtime=17.6
/proc/27733/task/27735/stat : 27735 (java) R 27731 27733 23988 0 -1 64 17423 0 1 0 1751 9 0 0 25 0 12 0 23638858 831107072 99430 996147200 134512640 134550932 4294956016 18446744073709551615 4109967756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27736] ppid=27731 vsize=811628 CPUtime=3.57
/proc/27733/task/27736/stat : 27736 (java) S 27731 27733 23988 0 -1 64 42466 0 0 0 339 18 0 0 16 0 12 0 23638859 831107072 99430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27737] ppid=27731 vsize=811628 CPUtime=3.41
/proc/27733/task/27737/stat : 27737 (java) S 27731 27733 23988 0 -1 64 38732 0 0 0 325 16 0 0 16 0 12 0 23638859 831107072 99430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27738] ppid=27731 vsize=811628 CPUtime=0.01
/proc/27733/task/27738/stat : 27738 (java) S 27731 27733 23988 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 23638861 831107072 99430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27739] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27739/stat : 27739 (java) S 27731 27733 23988 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 99430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27740] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27740/stat : 27740 (java) S 27731 27733 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 99430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27741] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27741/stat : 27741 (java) S 27731 27733 23988 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23638866 831107072 99430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27742] ppid=27731 vsize=811628 CPUtime=0.19

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

[pid=27733/tid=27745] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27745/stat : 27745 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23638866 831107072 99430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.25
Current children cumulated vsize (KiB) 811628

[startup+51.1012 s]
/proc/loadavg: 2.63 2.80 2.44 5/94 27745
/proc/meminfo: memFree=702176/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=811628 CPUtime=52.55
/proc/27733/stat : 27733 (java) S 27731 27733 23988 0 -1 0 172670 0 1 0 5182 73 0 0 18 0 12 0 23638856 831107072 166044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 202907 166044 1440 9 0 200234 0
[pid=27733/tid=27735] ppid=27731 vsize=811628 CPUtime=32.73
/proc/27733/task/27735/stat : 27735 (java) R 27731 27733 23988 0 -1 64 29748 0 1 0 3258 15 0 0 20 0 12 0 23638858 831107072 166044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27736] ppid=27731 vsize=811628 CPUtime=7.89
/proc/27733/task/27736/stat : 27736 (java) R 27731 27733 23988 0 -1 64 68364 0 0 0 760 29 0 0 15 0 12 0 23638859 831107072 166044 996147200 134512640 134550932 4294956016 18446744073709551615 106196570 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27737] ppid=27731 vsize=811628 CPUtime=7.67
/proc/27733/task/27737/stat : 27737 (java) R 27731 27733 23988 0 -1 64 67933 0 0 0 742 25 0 0 16 0 12 0 23638859 831107072 166044 996147200 134512640 134550932 4294956016 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27738] ppid=27731 vsize=811628 CPUtime=2.6
/proc/27733/task/27738/stat : 27738 (java) S 27731 27733 23988 0 -1 64 17 0 0 0 260 0 0 0 15 0 12 0 23638861 831107072 166044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27739] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27739/stat : 27739 (java) S 27731 27733 23988 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 166044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27740] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27740/stat : 27740 (java) S 27731 27733 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 166044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27741] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27741/stat : 27741 (java) S 27731 27733 23988 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23638866 831107072 166044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27742] ppid=27731 vsize=811628 CPUtime=0.2
/proc/27733/task/27742/stat : 27742 (java) S 27731 27733 23988 0 -1 64 73 0 0 0 20 0 0 0 16 0 12 0 23638866 831107072 166044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27743] ppid=27731 vsize=811628 CPUtime=1.41
/proc/27733/task/27743/stat : 27743 (java) S 27731 27733 23988 0 -1 64 5795 0 0 0 140 1 0 0 16 0 12 0 23638866 831107072 166044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27744] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27744/stat : 27744 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23638866 831107072 166044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27745] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27745/stat : 27745 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23638866 831107072 166044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.55
Current children cumulated vsize (KiB) 811628

[startup+102.306 s]
/proc/loadavg: 2.41 2.72 2.43 3/94 27745
/proc/meminfo: memFree=675936/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=811628 CPUtime=103.56
/proc/27733/stat : 27733 (java) S 27731 27733 23988 0 -1 0 242180 0 1 0 10252 104 0 0 18 0 12 0 23638856 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 202907 172454 1440 9 0 200234 0
[pid=27733/tid=27735] ppid=27731 vsize=811628 CPUtime=37.5
/proc/27733/task/27735/stat : 27735 (java) S 27731 27733 23988 0 -1 64 29763 0 1 0 3735 15 0 0 17 0 12 0 23638858 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27736] ppid=27731 vsize=811628 CPUtime=7.99
/proc/27733/task/27736/stat : 27736 (java) S 27731 27733 23988 0 -1 64 68719 0 0 0 770 29 0 0 16 0 12 0 23638859 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27737] ppid=27731 vsize=811628 CPUtime=7.77
/proc/27733/task/27737/stat : 27737 (java) S 27731 27733 23988 0 -1 64 68254 0 0 0 752 25 0 0 15 0 12 0 23638859 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27738] ppid=27731 vsize=811628 CPUtime=48.61
/proc/27733/task/27738/stat : 27738 (java) R 27731 27733 23988 0 -1 64 68836 0 0 0 4831 30 0 0 25 0 12 0 23638861 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 103585145 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27739] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27739/stat : 27739 (java) S 27731 27733 23988 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27740] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27740/stat : 27740 (java) S 27731 27733 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27741] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27741/stat : 27741 (java) S 27731 27733 23988 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27742] ppid=27731 vsize=811628 CPUtime=0.2
/proc/27733/task/27742/stat : 27742 (java) S 27731 27733 23988 0 -1 64 73 0 0 0 20 0 0 0 16 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27743] ppid=27731 vsize=811628 CPUtime=1.41
/proc/27733/task/27743/stat : 27743 (java) S 27731 27733 23988 0 -1 64 5795 0 0 0 140 1 0 0 16 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27744] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27744/stat : 27744 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27745] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27745/stat : 27745 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.56
Current children cumulated vsize (KiB) 811628

[startup+162.302 s]
/proc/loadavg: 2.15 2.59 2.40 3/94 27745
/proc/meminfo: memFree=732576/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=811628 CPUtime=163.26
/proc/27733/stat : 27733 (java) S 27731 27733 23988 0 -1 0 273707 0 1 0 16207 119 0 0 18 0 12 0 23638856 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 202907 172454 1439 9 0 200234 0
[pid=27733/tid=27735] ppid=27731 vsize=811628 CPUtime=38.1
/proc/27733/task/27735/stat : 27735 (java) S 27731 27733 23988 0 -1 64 29784 0 1 0 3794 16 0 0 17 0 12 0 23638858 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27736] ppid=27731 vsize=811628 CPUtime=7.99
/proc/27733/task/27736/stat : 27736 (java) S 27731 27733 23988 0 -1 64 68719 0 0 0 770 29 0 0 16 0 12 0 23638859 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27737] ppid=27731 vsize=811628 CPUtime=7.77
/proc/27733/task/27737/stat : 27737 (java) S 27731 27733 23988 0 -1 64 68254 0 0 0 752 25 0 0 15 0 12 0 23638859 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27738] ppid=27731 vsize=811628 CPUtime=107.72
/proc/27733/task/27738/stat : 27738 (java) R 27731 27733 23988 0 -1 64 100342 0 0 0 10727 45 0 0 25 0 12 0 23638861 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 104187927 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27739] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27739/stat : 27739 (java) S 27731 27733 23988 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27740] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27740/stat : 27740 (java) S 27731 27733 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27741] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27741/stat : 27741 (java) S 27731 27733 23988 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27742] ppid=27731 vsize=811628 CPUtime=0.2
/proc/27733/task/27742/stat : 27742 (java) S 27731 27733 23988 0 -1 64 73 0 0 0 20 0 0 0 16 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27743] ppid=27731 vsize=811628 CPUtime=1.41
/proc/27733/task/27743/stat : 27743 (java) S 27731 27733 23988 0 -1 64 5795 0 0 0 140 1 0 0 16 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27744] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27744/stat : 27744 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27745] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27745/stat : 27745 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 163.26
Current children cumulated vsize (KiB) 811628

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

[startup+163.102 s]
/proc/loadavg: 2.14 2.58 2.40 3/94 27745
/proc/meminfo: memFree=732576/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=811628 CPUtime=164.05
/proc/27733/stat : 27733 (java) S 27731 27733 23988 0 -1 0 273707 0 1 0 16286 119 0 0 18 0 12 0 23638856 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 202907 172454 1439 9 0 200234 0
[pid=27733/tid=27735] ppid=27731 vsize=811628 CPUtime=38.1
/proc/27733/task/27735/stat : 27735 (java) S 27731 27733 23988 0 -1 64 29784 0 1 0 3794 16 0 0 17 0 12 0 23638858 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27736] ppid=27731 vsize=811628 CPUtime=7.99
/proc/27733/task/27736/stat : 27736 (java) S 27731 27733 23988 0 -1 64 68719 0 0 0 770 29 0 0 16 0 12 0 23638859 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27737] ppid=27731 vsize=811628 CPUtime=7.77
/proc/27733/task/27737/stat : 27737 (java) S 27731 27733 23988 0 -1 64 68254 0 0 0 752 25 0 0 15 0 12 0 23638859 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27738] ppid=27731 vsize=811628 CPUtime=108.52
/proc/27733/task/27738/stat : 27738 (java) R 27731 27733 23988 0 -1 64 100342 0 0 0 10807 45 0 0 25 0 12 0 23638861 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 106836664 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27739] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27739/stat : 27739 (java) S 27731 27733 23988 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27740] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27740/stat : 27740 (java) S 27731 27733 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27741] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27741/stat : 27741 (java) S 27731 27733 23988 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27742] ppid=27731 vsize=811628 CPUtime=0.2
/proc/27733/task/27742/stat : 27742 (java) S 27731 27733 23988 0 -1 64 73 0 0 0 20 0 0 0 16 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27743] ppid=27731 vsize=811628 CPUtime=1.41
/proc/27733/task/27743/stat : 27743 (java) S 27731 27733 23988 0 -1 64 5795 0 0 0 140 1 0 0 16 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27744] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27744/stat : 27744 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27745] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27745/stat : 27745 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 164.05
Current children cumulated vsize (KiB) 811628

[startup+163.503 s]
/proc/loadavg: 2.14 2.58 2.40 3/94 27745
/proc/meminfo: memFree=732576/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=811628 CPUtime=164.46
/proc/27733/stat : 27733 (java) S 27731 27733 23988 0 -1 0 273707 0 1 0 16327 119 0 0 18 0 12 0 23638856 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 202907 172454 1439 9 0 200234 0
[pid=27733/tid=27735] ppid=27731 vsize=811628 CPUtime=38.1
/proc/27733/task/27735/stat : 27735 (java) S 27731 27733 23988 0 -1 64 29784 0 1 0 3794 16 0 0 17 0 12 0 23638858 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27736] ppid=27731 vsize=811628 CPUtime=7.99
/proc/27733/task/27736/stat : 27736 (java) S 27731 27733 23988 0 -1 64 68719 0 0 0 770 29 0 0 16 0 12 0 23638859 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27737] ppid=27731 vsize=811628 CPUtime=7.77
/proc/27733/task/27737/stat : 27737 (java) S 27731 27733 23988 0 -1 64 68254 0 0 0 752 25 0 0 15 0 12 0 23638859 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27738] ppid=27731 vsize=811628 CPUtime=108.92
/proc/27733/task/27738/stat : 27738 (java) R 27731 27733 23988 0 -1 64 100342 0 0 0 10847 45 0 0 25 0 12 0 23638861 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27739] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27739/stat : 27739 (java) S 27731 27733 23988 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27740] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27740/stat : 27740 (java) S 27731 27733 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23638861 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27741] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27741/stat : 27741 (java) S 27731 27733 23988 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27742] ppid=27731 vsize=811628 CPUtime=0.2
/proc/27733/task/27742/stat : 27742 (java) S 27731 27733 23988 0 -1 64 73 0 0 0 20 0 0 0 16 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27743] ppid=27731 vsize=811628 CPUtime=1.41
/proc/27733/task/27743/stat : 27743 (java) S 27731 27733 23988 0 -1 64 5795 0 0 0 140 1 0 0 16 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27733/tid=27744] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27744/stat : 27744 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27733/tid=27745] ppid=27731 vsize=811628 CPUtime=0
/proc/27733/task/27745/stat : 27745 (java) S 27731 27733 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23638866 831107072 172454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 164.46
Current children cumulated vsize (KiB) 811628

[startup+163.907 s]
/proc/loadavg: 2.14 2.58 2.40 2/94 27746
/proc/meminfo: memFree=732576/2055920 swapFree=4192812/4192956
[pid=27733] ppid=27731 vsize=0 CPUtime=164.81
/proc/27733/stat : 27733 (java) Z 27731 27733 23988 0 -1 12 273723 0 1 0 16355 126 0 0 16 0 2 0 23638856 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27733/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 164.81
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 163.949
CPU time (s): 164.859
CPU user time (s): 163.551
CPU system time (s): 1.3078
CPU usage (%): 100.555
Max. virtual memory (cumulated for all children) (KiB): 907636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.551
system time used= 1.3078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273723
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= 5252
involuntary context switches= 9024

runsolver used 0.241963 second user time and 0.553915 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-12 04:29:10
IDJOB=2077763
IDBENCH=56658
IDSOLVER=731
FILE ID=node44/2077763-1247365750
PBS_JOBID= 9506993
Free space on /tmp= 66388 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-80-3-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077763-1247365750/watcher-2077763-1247365750 -o /tmp/evaluation-result-2077763-1247365750/solver-2077763-1247365750 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077763-1247365750.xml

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

MD5SUM BENCH= f72bf44d4aefee958618dddc4fe21788
RANDOM SEED=330820586

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1362976 kB
Buffers:         30644 kB
Cached:         162340 kB
SwapCached:          0 kB
Active:         565704 kB
Inactive:        70872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:         464028 kB
Slab:            40644 kB
Committed_AS:   660832 kB
PageTables:       2696 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= 66384 MiB
End job on node44 at 2009-07-12 04:31:54