Trace number 1086022

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 2008-06-13? 709.369 710.885

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-0.xml
MD5SUM34c3ac733a64f710448acdb70b41fbc9
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 benchmark29.3565
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.29	c See www.sat4j.org for details.
0.18/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.33	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.33	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1086022-1215236978.xml
0.28/0.38	c reading problem ... 
0.58/0.63	c reading problem named null
0.58/0.64	c reading domains done.
0.79/0.86	c reading variables done.
2.09/2.09	c reading predicates  done.
2.30/2.28	c reading constraints
700.53/702.01	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
703.62/705.11		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
703.62/705.11		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
703.62/705.11		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
703.62/705.11		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
703.62/705.11		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
703.62/705.11		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
703.62/705.11		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
703.62/705.11		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
703.62/705.11		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
703.62/705.11		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
703.62/705.11		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
703.62/705.11		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
703.62/705.11		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
703.62/705.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
703.62/705.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
703.62/705.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
703.62/705.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
703.62/705.11		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
703.62/705.11		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
703.62/705.11		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
703.62/705.11		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
703.62/705.11		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
703.62/705.11		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
703.62/705.11		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
703.62/705.11		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
703.62/705.11		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
703.62/705.11		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
709.00/710.55	c starts		: 0
709.00/710.55	c conflicts		: 0
709.00/710.55	c decisions		: 0
709.00/710.55	c propagations		: 0
709.00/710.55	c inspects		: 0
709.00/710.55	c learnt literals	: 0
709.00/710.55	c learnt binary clauses	: 0
709.00/710.55	c learnt ternary clauses	: 0
709.00/710.55	c learnt clauses	: 0
709.00/710.55	c ignored clauses	: 0
709.00/710.55	c root simplifications	: 0
709.00/710.55	c removed literals (reason simplification)	: 0
709.00/710.55	c reason swapping (by a shorter reason)	: 0
709.00/710.55	c Calls to reduceDB	: 0
709.00/710.55	c speed (assignments/second)	: 0.0
709.00/710.55	c non guided choices	0
709.00/710.55	s UNKNOWN
709.00/710.55	c Total wall clock time (in seconds) : 704.728

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086022-1215236978/watcher-1086022-1215236978 -o /tmp/evaluation-result-1086022-1215236978/solver-1086022-1215236978 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086022-1215236978.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 2.07 4/82 2732
/proc/meminfo: memFree=1177480/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=1804 CPUtime=0
/proc/2732/stat : 2732 (java6) D 2730 2732 2442 0 -1 0 183 0 0 0 0 0 0 0 19 0 1 0 635953466 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/2732/statm: 451 155 111 9 0 93 0

[startup+0.101343 s]
/proc/loadavg: 1.92 1.99 2.07 4/82 2732
/proc/meminfo: memFree=1177480/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=804756 CPUtime=0.09
/proc/2732/stat : 2732 (java) S 2730 2732 2442 0 -1 0 3092 0 1 0 7 2 0 0 19 0 12 0 635953466 824070144 2824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2732/statm: 201189 2824 1113 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.201355 s]
/proc/loadavg: 1.92 1.99 2.07 4/82 2732
/proc/meminfo: memFree=1177480/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=808276 CPUtime=0.18
/proc/2732/stat : 2732 (java) S 2730 2732 2442 0 -1 0 4560 0 1 0 16 2 0 0 19 0 12 0 635953466 827674624 3887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2732/statm: 202069 3887 1293 9 0 199438 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 808276

[startup+0.301365 s]
/proc/loadavg: 1.92 1.99 2.07 4/82 2732
/proc/meminfo: memFree=1177480/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=808276 CPUtime=0.28
/proc/2732/stat : 2732 (java) S 2730 2732 2442 0 -1 0 5058 0 1 0 25 3 0 0 19 0 12 0 635953466 827674624 4385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2732/statm: 202069 4385 1306 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701412 s]
/proc/loadavg: 1.92 1.99 2.07 4/82 2732
/proc/meminfo: memFree=1177480/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=808464 CPUtime=0.69
/proc/2732/stat : 2732 (java) S 2730 2732 2442 0 -1 0 6626 0 1 0 64 5 0 0 19 0 12 0 635953466 827867136 5553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2732/statm: 202116 5553 1335 9 0 199478 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808464

[startup+1.5025 s]
/proc/loadavg: 1.92 1.99 2.07 4/94 2744
/proc/meminfo: memFree=1159528/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=808304 CPUtime=1.47
/proc/2732/stat : 2732 (java) S 2730 2732 2442 0 -1 0 10863 0 1 0 141 6 0 0 19 0 12 0 635953466 827703296 8721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2732/statm: 202076 8721 1344 9 0 199438 0
[pid=2732/tid=2734] ppid=2730 vsize=808304 CPUtime=0.69
/proc/2732/task/2734/stat : 2734 (java) R 2730 2732 2442 0 -1 64 6955 0 1 0 64 5 0 0 23 0 12 0 635953467 827703296 8721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2735] ppid=2730 vsize=808304 CPUtime=0
/proc/2732/task/2735/stat : 2735 (java) S 2730 2732 2442 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 635953468 827703296 8721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2736] ppid=2730 vsize=808304 CPUtime=0
/proc/2732/task/2736/stat : 2736 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 635953468 827703296 8721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2737] ppid=2730 vsize=808304 CPUtime=0
/proc/2732/task/2737/stat : 2737 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 635953470 827703296 8721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2738] ppid=2730 vsize=808304 CPUtime=0
/proc/2732/task/2738/stat : 2738 (java) S 2730 2732 2442 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 635953470 827703296 8721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2739] ppid=2730 vsize=808304 CPUtime=0
/proc/2732/task/2739/stat : 2739 (java) S 2730 2732 2442 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 635953470 827703296 8721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2740] ppid=2730 vsize=808304 CPUtime=0
/proc/2732/task/2740/stat : 2740 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 635953474 827703296 8721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2741] ppid=2730 vsize=808304 CPUtime=0.5
/proc/2732/task/2741/stat : 2741 (java) R 2730 2732 2442 0 -1 64 1965 0 0 0 50 0 0 0 16 0 12 0 635953474 827703296 8721 996147200 134512640 134550740 4294956016 18446744073709551615 106225306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2742] ppid=2730 vsize=808304 CPUtime=0.26
/proc/2732/task/2742/stat : 2742 (java) S 2730 2732 2442 0 -1 64 1179 0 0 0 26 0 0 0 16 0 12 0 635953474 827703296 8721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2743] ppid=2730 vsize=808304 CPUtime=0
/proc/2732/task/2743/stat : 2743 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 635953474 827703296 8721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2744] ppid=2730 vsize=808304 CPUtime=0
/proc/2732/task/2744/stat : 2744 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 635953474 827703296 8721 996147200 134512640 134550740 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) 808304

[startup+3.10268 s]
/proc/loadavg: 1.92 1.99 2.07 3/94 2744
/proc/meminfo: memFree=1053032/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=819544 CPUtime=3.22
/proc/2732/stat : 2732 (java) S 2730 2732 2442 0 -1 0 43180 0 2 0 300 22 0 0 19 0 12 0 635953466 839213056 36169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2732/statm: 204886 36171 1378 9 0 202248 0
[pid=2732/tid=2734] ppid=2730 vsize=819544 CPUtime=1.36
/proc/2732/task/2734/stat : 2734 (java) R 2730 2732 2442 0 -1 64 17316 0 1 0 126 10 0 0 21 0 12 0 635953467 839213056 36173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2735] ppid=2730 vsize=819544 CPUtime=0.26
/proc/2732/task/2735/stat : 2735 (java) R 2730 2732 2442 0 -1 64 9556 0 0 0 22 4 0 0 17 0 12 0 635953468 839213056 36174 996147200 134512640 134550740 4294956016 18446744073709551615 106158040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2736] ppid=2730 vsize=819544 CPUtime=0.28
/proc/2732/task/2736/stat : 2736 (java) R 2730 2732 2442 0 -1 64 8979 0 0 0 24 4 0 0 17 0 12 0 635953468 839213056 36176 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2737] ppid=2730 vsize=819544 CPUtime=0
/proc/2732/task/2737/stat : 2737 (java) S 2730 2732 2442 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 635953470 839213056 36178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2738] ppid=2730 vsize=819544 CPUtime=0
/proc/2732/task/2738/stat : 2738 (java) S 2730 2732 2442 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 635953470 839213056 36179 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2739] ppid=2730 vsize=819544 CPUtime=0
/proc/2732/task/2739/stat : 2739 (java) S 2730 2732 2442 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 635953470 839213056 36181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2740] ppid=2730 vsize=819544 CPUtime=0
/proc/2732/task/2740/stat : 2740 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 635953474 839213056 36183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2741] ppid=2730 vsize=819544 CPUtime=0.88
/proc/2732/task/2741/stat : 2741 (java) S 2730 2732 2442 0 -1 64 5337 0 0 0 87 1 0 0 17 0 12 0 635953474 839213056 36184 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2742] ppid=2730 vsize=819544 CPUtime=0.38
/proc/2732/task/2742/stat : 2742 (java) S 2730 2732 2442 0 -1 64 1210 0 1 0 38 0 0 0 16 0 12 0 635953474 839213056 36186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2743] ppid=2730 vsize=819544 CPUtime=0
/proc/2732/task/2743/stat : 2743 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 635953474 839213056 36188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2744] ppid=2730 vsize=819544 CPUtime=0
/proc/2732/task/2744/stat : 2744 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 635953474 839213056 36190 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 819544

[startup+6.30104 s]
/proc/loadavg: 1.93 1.99 2.07 3/94 2744
/proc/meminfo: memFree=1005800/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=819072 CPUtime=6.63
/proc/2732/stat : 2732 (java) S 2730 2732 2442 0 -1 0 54563 0 2 0 636 27 0 0 19 0 12 0 635953466 838729728 44169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2732/statm: 204768 44169 1389 9 0 202130 0
[pid=2732/tid=2734] ppid=2730 vsize=819072 CPUtime=3.61
/proc/2732/task/2734/stat : 2734 (java) R 2730 2732 2442 0 -1 64 17329 0 1 0 351 10 0 0 25 0 12 0 635953467 838729728 44169 996147200 134512640 134550740 4294956016 18446744073709551615 4109871131 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2735] ppid=2730 vsize=819072 CPUtime=0.65
/proc/2732/task/2735/stat : 2735 (java) S 2730 2732 2442 0 -1 64 15980 0 0 0 58 7 0 0 16 0 12 0 635953468 838729728 44169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2736] ppid=2730 vsize=819072 CPUtime=0.6
/proc/2732/task/2736/stat : 2736 (java) S 2730 2732 2442 0 -1 64 13637 0 0 0 54 6 0 0 16 0 12 0 635953468 838729728 44169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2737] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2737/stat : 2737 (java) S 2730 2732 2442 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 635953470 838729728 44169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2738] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2738/stat : 2738 (java) S 2730 2732 2442 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 635953470 838729728 44169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2739] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2739/stat : 2739 (java) S 2730 2732 2442 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 635953470 838729728 44169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2740] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2740/stat : 2740 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 635953474 838729728 44169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2741] ppid=2730 vsize=819072 CPUtime=1.17
/proc/2732/task/2741/stat : 2741 (java) S 2730 2732 2442 0 -1 64 5601 0 0 0 116 1 0 0 16 0 12 0 635953474 838729728 44169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2742] ppid=2730 vsize=819072 CPUtime=0.54
/proc/2732/task/2742/stat : 2742 (java) S 2730 2732 2442 0 -1 64 1222 0 1 0 54 0 0 0 16 0 12 0 635953474 838729728 44169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2743] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2743/stat : 2743 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 635953474 838729728 44169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2744] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2744/stat : 2744 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 635953474 838729728 44169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 819072

[startup+12.7018 s]
/proc/loadavg: 1.93 1.99 2.07 3/94 2744
/proc/meminfo: memFree=982312/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=819072 CPUtime=12.99
/proc/2732/stat : 2732 (java) S 2730 2732 2442 0 -1 0 60381 0 2 0 1270 29 0 0 19 0 12 0 635953466 838729728 49965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2732/statm: 204768 49965 1389 9 0 202130 0
[pid=2732/tid=2734] ppid=2730 vsize=819072 CPUtime=9.61
/proc/2732/task/2734/stat : 2734 (java) R 2730 2732 2442 0 -1 64 17352 0 1 0 951 10 0 0 25 0 12 0 635953467 838729728 49965 996147200 134512640 134550740 4294956016 18446744073709551615 4109340768 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2735] ppid=2730 vsize=819072 CPUtime=0.79
/proc/2732/task/2735/stat : 2735 (java) S 2730 2732 2442 0 -1 64 18340 0 0 0 71 8 0 0 16 0 12 0 635953468 838729728 49965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2736] ppid=2730 vsize=819072 CPUtime=0.72
/proc/2732/task/2736/stat : 2736 (java) S 2730 2732 2442 0 -1 64 17064 0 0 0 65 7 0 0 16 0 12 0 635953468 838729728 49965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2737] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2737/stat : 2737 (java) S 2730 2732 2442 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 635953470 838729728 49965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2738] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2738/stat : 2738 (java) S 2730 2732 2442 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 635953470 838729728 49965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2739] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2739/stat : 2739 (java) S 2730 2732 2442 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 635953470 838729728 49965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2740] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2740/stat : 2740 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 635953474 838729728 49965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2741] ppid=2730 vsize=819072 CPUtime=1.23
/proc/2732/task/2741/stat : 2741 (java) S 2730 2732 2442 0 -1 64 5605 0 0 0 122 1 0 0 16 0 12 0 635953474 838729728 49965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2742] ppid=2730 vsize=819072 CPUtime=0.59
/proc/2732/task/2742/stat : 2742 (java) S 2730 2732 2442 0 -1 64 1226 0 1 0 59 0 0 0 16 0 12 0 635953474 838729728 49965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2743] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2743/stat : 2743 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 635953474 838729728 49965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2744] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2744/stat : 2744 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 635953474 838729728 49965 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.99
Current children cumulated vsize (KiB) 819072

[startup+25.5022 s]
/proc/loadavg: 1.95 1.99 2.07 3/94 2744
/proc/meminfo: memFree=954856/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=819072 CPUtime=25.73
/proc/2732/stat : 2732 (java) S 2730 2732 2442 0 -1 0 67110 0 2 0 2542 31 0 0 19 0 12 0 635953466 838729728 56672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2732/statm: 204768 56672 1390 9 0 202130 0
[pid=2732/tid=2734] ppid=2730 vsize=819072 CPUtime=22.08
/proc/2732/task/2734/stat : 2734 (java) R 2730 2732 2442 0 -1 64 17379 0 1 0 2198 10 0 0 25 0 12 0 635953467 838729728 56672 996147200 134512640 134550740 4294956016 18446744073709551615 4109834313 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2735] ppid=2730 vsize=819072 CPUtime=0.88
/proc/2732/task/2735/stat : 2735 (java) S 2730 2732 2442 0 -1 64 21892 0 0 0 80 8 0 0 16 0 12 0 635953468 838729728 56672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2736] ppid=2730 vsize=819072 CPUtime=0.84
/proc/2732/task/2736/stat : 2736 (java) S 2730 2732 2442 0 -1 64 20209 0 0 0 75 9 0 0 17 0 12 0 635953468 838729728 56672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2737] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2737/stat : 2737 (java) S 2730 2732 2442 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 635953470 838729728 56672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2738] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2738/stat : 2738 (java) S 2730 2732 2442 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 635953470 838729728 56672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2739] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2739/stat : 2739 (java) S 2730 2732 2442 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 635953470 838729728 56672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2740] ppid=2730 vsize=819072 CPUtime=0
/proc/2732/task/2740/stat : 2740 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 635953474 838729728 56672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/loadavg: 2.03 2.12 2.10 3/85 2780
/proc/meminfo: memFree=800248/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=824100 CPUtime=702.53
/proc/2732/stat : 2732 (java) S 2730 2732 2442 0 -1 0 815080 0 2 0 69879 374 0 0 19 0 12 0 635953466 843878400 175428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2732/statm: 206025 175428 1393 9 0 203387 0
[pid=2732/tid=2734] ppid=2730 vsize=824100 CPUtime=283.42
/proc/2732/task/2734/stat : 2734 (java) S 2730 2732 2442 0 -1 64 18120 0 1 0 28330 12 0 0 16 0 12 0 635953467 843878400 175428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2735] ppid=2730 vsize=824100 CPUtime=3.89
/proc/2732/task/2735/stat : 2735 (java) S 2730 2732 2442 0 -1 64 80992 0 0 0 359 30 0 0 15 0 12 0 635953468 843878400 175428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2736] ppid=2730 vsize=824100 CPUtime=3.81
/proc/2732/task/2736/stat : 2736 (java) S 2730 2732 2442 0 -1 64 78536 0 0 0 351 30 0 0 16 0 12 0 635953468 843878400 175428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2737] ppid=2730 vsize=824100 CPUtime=409.32
/proc/2732/task/2737/stat : 2737 (java) R 2730 2732 2442 0 -1 64 629825 0 0 0 40635 297 0 0 25 0 12 0 635953470 843878400 175428 996147200 134512640 134550740 4294956016 18446744073709551615 104136406 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2738] ppid=2730 vsize=824100 CPUtime=0
/proc/2732/task/2738/stat : 2738 (java) S 2730 2732 2442 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 635953470 843878400 175428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2739] ppid=2730 vsize=824100 CPUtime=0
/proc/2732/task/2739/stat : 2739 (java) S 2730 2732 2442 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 635953470 843878400 175428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2740] ppid=2730 vsize=824100 CPUtime=0
/proc/2732/task/2740/stat : 2740 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 635953474 843878400 175428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2741] ppid=2730 vsize=824100 CPUtime=1.36
/proc/2732/task/2741/stat : 2741 (java) S 2730 2732 2442 0 -1 64 5614 0 0 0 135 1 0 0 17 0 12 0 635953474 843878400 175428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2742] ppid=2730 vsize=824100 CPUtime=0.65
/proc/2732/task/2742/stat : 2742 (java) S 2730 2732 2442 0 -1 64 1229 0 1 0 65 0 0 0 16 0 12 0 635953474 843878400 175428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2743] ppid=2730 vsize=824100 CPUtime=0
/proc/2732/task/2743/stat : 2743 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 635953474 843878400 175428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2744] ppid=2730 vsize=824100 CPUtime=0
/proc/2732/task/2744/stat : 2744 (java) S 2730 2732 2442 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 635953474 843878400 175428 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 702.53
Current children cumulated vsize (KiB) 824100

[startup+707.202 s]
/proc/loadavg: 2.03 2.11 2.10 3/86 2781
/proc/meminfo: memFree=800240/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=824424 CPUtime=705.71
/proc/2732/stat : 2732 (java) S 2730 2732 2442 0 -1 0 818093 0 2 0 70195 376 0 0 19 0 13 0 635953466 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2732/statm: 206106 175435 1393 9 0 203468 0
[pid=2732/tid=2734] ppid=2730 vsize=824424 CPUtime=283.42
/proc/2732/task/2734/stat : 2734 (java) S 2730 2732 2442 0 -1 64 18124 0 1 0 28330 12 0 0 17 0 13 0 635953467 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2735] ppid=2730 vsize=824424 CPUtime=3.89
/proc/2732/task/2735/stat : 2735 (java) S 2730 2732 2442 0 -1 64 80992 0 0 0 359 30 0 0 15 0 13 0 635953468 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2736] ppid=2730 vsize=824424 CPUtime=3.81
/proc/2732/task/2736/stat : 2736 (java) S 2730 2732 2442 0 -1 64 78536 0 0 0 351 30 0 0 16 0 13 0 635953468 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2737] ppid=2730 vsize=824424 CPUtime=412.5
/proc/2732/task/2737/stat : 2737 (java) R 2730 2732 2442 0 -1 64 632829 0 0 0 40951 299 0 0 25 0 13 0 635953470 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2738] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2738/stat : 2738 (java) S 2730 2732 2442 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 635953470 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2739] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2739/stat : 2739 (java) S 2730 2732 2442 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 635953470 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2740] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2740/stat : 2740 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2741] ppid=2730 vsize=824424 CPUtime=1.36
/proc/2732/task/2741/stat : 2741 (java) S 2730 2732 2442 0 -1 64 5614 0 0 0 135 1 0 0 17 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2742] ppid=2730 vsize=824424 CPUtime=0.65
/proc/2732/task/2742/stat : 2742 (java) S 2730 2732 2442 0 -1 64 1229 0 1 0 65 0 0 0 16 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2743] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2743/stat : 2743 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2744] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2744/stat : 2744 (java) S 2730 2732 2442 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2781] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2781/stat : 2781 (java) S 2730 2732 2442 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 636023977 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 705.71
Current children cumulated vsize (KiB) 824424

[startup+708.803 s]
/proc/loadavg: 2.03 2.11 2.10 3/86 2781
/proc/meminfo: memFree=800176/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=824424 CPUtime=707.31
/proc/2732/stat : 2732 (java) S 2730 2732 2442 0 -1 0 821099 0 2 0 70353 378 0 0 19 0 13 0 635953466 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2732/statm: 206106 175435 1393 9 0 203468 0
[pid=2732/tid=2734] ppid=2730 vsize=824424 CPUtime=283.42
/proc/2732/task/2734/stat : 2734 (java) S 2730 2732 2442 0 -1 64 18124 0 1 0 28330 12 0 0 17 0 13 0 635953467 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2735] ppid=2730 vsize=824424 CPUtime=3.89
/proc/2732/task/2735/stat : 2735 (java) S 2730 2732 2442 0 -1 64 80992 0 0 0 359 30 0 0 15 0 13 0 635953468 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2736] ppid=2730 vsize=824424 CPUtime=3.81
/proc/2732/task/2736/stat : 2736 (java) S 2730 2732 2442 0 -1 64 78536 0 0 0 351 30 0 0 16 0 13 0 635953468 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2737] ppid=2730 vsize=824424 CPUtime=414.09
/proc/2732/task/2737/stat : 2737 (java) R 2730 2732 2442 0 -1 64 635833 0 0 0 41108 301 0 0 25 0 13 0 635953470 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 105847260 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2738] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2738/stat : 2738 (java) S 2730 2732 2442 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 635953470 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2739] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2739/stat : 2739 (java) S 2730 2732 2442 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 635953470 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2740] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2740/stat : 2740 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2741] ppid=2730 vsize=824424 CPUtime=1.36
/proc/2732/task/2741/stat : 2741 (java) S 2730 2732 2442 0 -1 64 5614 0 0 0 135 1 0 0 17 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2742] ppid=2730 vsize=824424 CPUtime=0.65
/proc/2732/task/2742/stat : 2742 (java) S 2730 2732 2442 0 -1 64 1229 0 1 0 65 0 0 0 16 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2743] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2743/stat : 2743 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2744] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2744/stat : 2744 (java) S 2730 2732 2442 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2781] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2781/stat : 2781 (java) S 2730 2732 2442 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 636023977 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 707.31
Current children cumulated vsize (KiB) 824424

[startup+709.607 s]
/proc/loadavg: 2.02 2.11 2.10 3/86 2781
/proc/meminfo: memFree=800176/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=824424 CPUtime=708.11
/proc/2732/stat : 2732 (java) S 2730 2732 2442 0 -1 0 821099 0 2 0 70433 378 0 0 19 0 13 0 635953466 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2732/statm: 206106 175435 1393 9 0 203468 0
[pid=2732/tid=2734] ppid=2730 vsize=824424 CPUtime=283.42
/proc/2732/task/2734/stat : 2734 (java) S 2730 2732 2442 0 -1 64 18124 0 1 0 28330 12 0 0 17 0 13 0 635953467 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2735] ppid=2730 vsize=824424 CPUtime=3.89
/proc/2732/task/2735/stat : 2735 (java) S 2730 2732 2442 0 -1 64 80992 0 0 0 359 30 0 0 15 0 13 0 635953468 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2736] ppid=2730 vsize=824424 CPUtime=3.81
/proc/2732/task/2736/stat : 2736 (java) S 2730 2732 2442 0 -1 64 78536 0 0 0 351 30 0 0 16 0 13 0 635953468 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2737] ppid=2730 vsize=824424 CPUtime=414.89
/proc/2732/task/2737/stat : 2737 (java) R 2730 2732 2442 0 -1 64 635833 0 0 0 41188 301 0 0 25 0 13 0 635953470 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 105852546 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2738] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2738/stat : 2738 (java) S 2730 2732 2442 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 635953470 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2739] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2739/stat : 2739 (java) S 2730 2732 2442 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 635953470 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2740] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2740/stat : 2740 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2741] ppid=2730 vsize=824424 CPUtime=1.36
/proc/2732/task/2741/stat : 2741 (java) S 2730 2732 2442 0 -1 64 5614 0 0 0 135 1 0 0 17 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2742] ppid=2730 vsize=824424 CPUtime=0.65
/proc/2732/task/2742/stat : 2742 (java) S 2730 2732 2442 0 -1 64 1229 0 1 0 65 0 0 0 16 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2743] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2743/stat : 2743 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2744] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2744/stat : 2744 (java) S 2730 2732 2442 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2781] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2781/stat : 2781 (java) S 2730 2732 2442 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 636023977 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 708.11
Current children cumulated vsize (KiB) 824424

[startup+710.403 s]
/proc/loadavg: 2.02 2.11 2.10 3/86 2781
/proc/meminfo: memFree=800176/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=824424 CPUtime=708.9
/proc/2732/stat : 2732 (java) S 2730 2732 2442 0 -1 0 821099 0 2 0 70512 378 0 0 19 0 13 0 635953466 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2732/statm: 206106 175435 1393 9 0 203468 0
[pid=2732/tid=2734] ppid=2730 vsize=824424 CPUtime=283.42
/proc/2732/task/2734/stat : 2734 (java) S 2730 2732 2442 0 -1 64 18124 0 1 0 28330 12 0 0 17 0 13 0 635953467 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2735] ppid=2730 vsize=824424 CPUtime=3.89
/proc/2732/task/2735/stat : 2735 (java) S 2730 2732 2442 0 -1 64 80992 0 0 0 359 30 0 0 15 0 13 0 635953468 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2736] ppid=2730 vsize=824424 CPUtime=3.81
/proc/2732/task/2736/stat : 2736 (java) S 2730 2732 2442 0 -1 64 78536 0 0 0 351 30 0 0 16 0 13 0 635953468 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2737] ppid=2730 vsize=824424 CPUtime=415.69
/proc/2732/task/2737/stat : 2737 (java) R 2730 2732 2442 0 -1 64 635833 0 0 0 41268 301 0 0 25 0 13 0 635953470 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2738] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2738/stat : 2738 (java) S 2730 2732 2442 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 635953470 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2739] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2739/stat : 2739 (java) S 2730 2732 2442 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 635953470 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2732/tid=2740] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2740/stat : 2740 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2741] ppid=2730 vsize=824424 CPUtime=1.36
/proc/2732/task/2741/stat : 2741 (java) S 2730 2732 2442 0 -1 64 5614 0 0 0 135 1 0 0 17 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2742] ppid=2730 vsize=824424 CPUtime=0.65
/proc/2732/task/2742/stat : 2742 (java) S 2730 2732 2442 0 -1 64 1229 0 1 0 65 0 0 0 16 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2743] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2743/stat : 2743 (java) S 2730 2732 2442 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2744] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2744/stat : 2744 (java) S 2730 2732 2442 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 635953474 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2732/tid=2781] ppid=2730 vsize=824424 CPUtime=0
/proc/2732/task/2781/stat : 2781 (java) S 2730 2732 2442 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 636023977 844210176 175435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 708.9
Current children cumulated vsize (KiB) 824424

[startup+710.803 s]
/proc/loadavg: 2.02 2.11 2.10 3/85 2781
/proc/meminfo: memFree=804208/2055920 swapFree=4179368/4192956
[pid=2732] ppid=2730 vsize=0 CPUtime=709.28
/proc/2732/stat : 2732 (java) Z 2730 2732 2442 0 -1 12 821106 0 2 0 70548 380 0 0 16 0 2 0 635953466 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2732/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 709.28
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 710.885
CPU time (s): 709.369
CPU user time (s): 705.484
CPU system time (s): 3.88541
CPU usage (%): 99.7868
Max. virtual memory (cumulated for all children) (KiB): 833324

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

runsolver used 0.886865 second user time and 2.37564 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-05 07:49:38
IDJOB=1086022
IDBENCH=57745
IDSOLVER=344
FILE ID=node87/1086022-1215236978
PBS_JOBID= 7881964
Free space on /tmp= 66480 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-0.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086022-1215236978/watcher-1086022-1215236978 -o /tmp/evaluation-result-1086022-1215236978/solver-1086022-1215236978 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086022-1215236978.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34c3ac733a64f710448acdb70b41fbc9
RANDOM SEED=99503227

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
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.232
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:       1177960 kB
Buffers:         70284 kB
Cached:         268136 kB
SwapCached:       7632 kB
Active:         644192 kB
Inactive:       179956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1177960 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:            4592 kB
Writeback:           0 kB
Mapped:         501832 kB
Slab:            38016 kB
Committed_AS:  2411332 kB
PageTables:       2872 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66476 MiB
End job on node87 at 2008-07-05 08:01:29