Trace number 2083340

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? 477.128 479.002

General information on the benchmark

Namecsp/fapp/fapp21/
normalized-fapp21-0500-1.xml
MD5SUMdd4c443d605f557f1e2afa2cdc6a63a1
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 benchmark5.86811
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints2852
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2852
Global constraints used (with number of constraints)

Solver Data

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

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-2083340-1247377228/watcher-2083340-1247377228 -o /tmp/evaluation-result-2083340-1247377228/solver-2083340-1247377228 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083340-1247377228.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.21 2.22 2.15 3/82 23714
/proc/meminfo: memFree=1804144/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=1612 CPUtime=0
/proc/23714/stat : 23714 (java6) R 23712 23714 23635 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 24785858 1650688 147 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/23714/statm: 403 147 111 9 0 45 0

[startup+0.008135 s]
/proc/loadavg: 2.21 2.22 2.15 3/82 23714
/proc/meminfo: memFree=1804144/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=152 CPUtime=0
/proc/23714/stat : 23714 (java) R 23712 23714 23635 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 24785858 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 5534500 0 0 4096 0 0 0 0 17 0 0 0
/proc/23714/statm: 50 30 23 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101152 s]
/proc/loadavg: 2.21 2.22 2.15 3/82 23714
/proc/meminfo: memFree=1804144/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=801384 CPUtime=0.05
/proc/23714/stat : 23714 (java) S 23712 23714 23635 0 -1 0 2469 0 30 0 1 4 0 0 18 0 5 0 24785858 820617216 2245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 200346 2245 978 9 0 197697 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801384

[startup+0.301172 s]
/proc/loadavg: 2.21 2.22 2.15 3/82 23714
/proc/meminfo: memFree=1804144/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=805600 CPUtime=0.24
/proc/23714/stat : 23714 (java) S 23712 23714 23635 0 -1 0 3907 0 30 0 18 6 0 0 18 0 12 0 24785858 824934400 3673 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 201400 3673 1349 9 0 198734 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 805600

[startup+0.702209 s]
/proc/loadavg: 2.21 2.22 2.15 3/82 23714
/proc/meminfo: memFree=1804144/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=807184 CPUtime=0.63
/proc/23714/stat : 23714 (java) S 23712 23714 23635 0 -1 0 5398 0 30 0 55 8 0 0 18 0 12 0 24785858 826556416 4918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 201796 4918 1389 9 0 199123 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 807184

[startup+1.50228 s]
/proc/loadavg: 2.21 2.22 2.15 4/94 23726
/proc/meminfo: memFree=1778384/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=807436 CPUtime=1.41
/proc/23714/stat : 23714 (java) S 23712 23714 23635 0 -1 0 12996 0 30 0 129 12 0 0 18 0 12 0 24785858 826814464 11834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 201859 11834 1400 9 0 199186 0
[pid=23714/tid=23716] ppid=23712 vsize=807436 CPUtime=0.87
/proc/23714/task/23716/stat : 23716 (java) R 23712 23714 23635 0 -1 64 10501 0 1 0 78 9 0 0 19 0 12 0 24785866 826814464 11834 996147200 134512640 134550932 4294956016 18446744073709551615 4109126752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23717] ppid=23712 vsize=807436 CPUtime=0
/proc/23714/task/23717/stat : 23717 (java) S 23712 23714 23635 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 24785867 826814464 11834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23718] ppid=23712 vsize=807436 CPUtime=0
/proc/23714/task/23718/stat : 23718 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24785867 826814464 11834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23719] ppid=23712 vsize=807436 CPUtime=0
/proc/23714/task/23719/stat : 23719 (java) S 23712 23714 23635 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 24785868 826814464 11834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23720] ppid=23712 vsize=807436 CPUtime=0
/proc/23714/task/23720/stat : 23720 (java) S 23712 23714 23635 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 24785869 826814464 11834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23721] ppid=23712 vsize=807436 CPUtime=0
/proc/23714/task/23721/stat : 23721 (java) S 23712 23714 23635 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24785869 826814464 11834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23722] ppid=23712 vsize=807436 CPUtime=0
/proc/23714/task/23722/stat : 23722 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24785873 826814464 11834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23723] ppid=23712 vsize=807436 CPUtime=0
/proc/23714/task/23723/stat : 23723 (java) S 23712 23714 23635 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24785873 826814464 11834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23724] ppid=23712 vsize=807436 CPUtime=0.5
/proc/23714/task/23724/stat : 23724 (java) S 23712 23714 23635 0 -1 64 1770 0 0 0 50 0 0 0 16 0 12 0 24785873 826814464 11834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23725] ppid=23712 vsize=807436 CPUtime=0
/proc/23714/task/23725/stat : 23725 (java) S 23712 23714 23635 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24785873 826814464 11834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23726] ppid=23712 vsize=807436 CPUtime=0
/proc/23714/task/23726/stat : 23726 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24785874 826814464 11834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 807436

[startup+3.10144 s]
/proc/loadavg: 2.20 2.22 2.15 4/94 23726
/proc/meminfo: memFree=1741072/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=809960 CPUtime=3.08
/proc/23714/stat : 23714 (java) S 23712 23714 23635 0 -1 0 27002 0 30 0 288 20 0 0 18 0 12 0 24785858 829399040 24646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 202490 24646 1439 9 0 199817 0
[pid=23714/tid=23716] ppid=23712 vsize=809960 CPUtime=1.58
/proc/23714/task/23716/stat : 23716 (java) R 23712 23714 23635 0 -1 64 17374 0 1 0 146 12 0 0 25 0 12 0 24785866 829399040 24646 996147200 134512640 134550932 4294956016 18446744073709551615 4109751120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23717] ppid=23712 vsize=809960 CPUtime=0.09
/proc/23714/task/23717/stat : 23717 (java) S 23712 23714 23635 0 -1 64 2543 0 0 0 8 1 0 0 17 0 12 0 24785867 829399040 24646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23718] ppid=23712 vsize=809960 CPUtime=0.1
/proc/23714/task/23718/stat : 23718 (java) S 23712 23714 23635 0 -1 64 2841 0 0 0 9 1 0 0 17 0 12 0 24785867 829399040 24646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23719] ppid=23712 vsize=809960 CPUtime=0
/proc/23714/task/23719/stat : 23719 (java) S 23712 23714 23635 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24785868 829399040 24646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23720] ppid=23712 vsize=809960 CPUtime=0
/proc/23714/task/23720/stat : 23720 (java) S 23712 23714 23635 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24785869 829399040 24646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23721] ppid=23712 vsize=809960 CPUtime=0
/proc/23714/task/23721/stat : 23721 (java) S 23712 23714 23635 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24785869 829399040 24646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23722] ppid=23712 vsize=809960 CPUtime=0
/proc/23714/task/23722/stat : 23722 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24785873 829399040 24646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23723] ppid=23712 vsize=809960 CPUtime=0
/proc/23714/task/23723/stat : 23723 (java) S 23712 23714 23635 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24785873 829399040 24646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23724] ppid=23712 vsize=809960 CPUtime=1.24
/proc/23714/task/23724/stat : 23724 (java) S 23712 23714 23635 0 -1 64 3506 0 0 0 123 1 0 0 16 0 12 0 24785873 829399040 24646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23725] ppid=23712 vsize=809960 CPUtime=0
/proc/23714/task/23725/stat : 23725 (java) S 23712 23714 23635 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24785873 829399040 24646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23726] ppid=23712 vsize=809960 CPUtime=0
/proc/23714/task/23726/stat : 23726 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24785874 829399040 24646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 809960

[startup+6.30275 s]
/proc/loadavg: 2.20 2.22 2.15 3/94 23726
/proc/meminfo: memFree=1691920/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=809104 CPUtime=6.28
/proc/23714/stat : 23714 (java) S 23712 23714 23635 0 -1 0 30421 0 30 0 606 22 0 0 18 0 12 0 24785858 828522496 27815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 202276 27815 1439 9 0 199603 0
[pid=23714/tid=23716] ppid=23712 vsize=809104 CPUtime=4.43
/proc/23714/task/23716/stat : 23716 (java) R 23712 23714 23635 0 -1 64 17380 0 1 0 431 12 0 0 25 0 12 0 24785866 828522496 27815 996147200 134512640 134550932 4294956016 18446744073709551615 4109689512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23717] ppid=23712 vsize=809104 CPUtime=0.22
/proc/23714/task/23717/stat : 23717 (java) S 23712 23714 23635 0 -1 64 4375 0 0 0 20 2 0 0 16 0 12 0 24785867 828522496 27815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23718] ppid=23712 vsize=809104 CPUtime=0.25
/proc/23714/task/23718/stat : 23718 (java) S 23712 23714 23635 0 -1 64 4417 0 0 0 23 2 0 0 16 0 12 0 24785867 828522496 27815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23719] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23719/stat : 23719 (java) S 23712 23714 23635 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24785868 828522496 27815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23720] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23720/stat : 23720 (java) S 23712 23714 23635 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24785869 828522496 27815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23721] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23721/stat : 23721 (java) S 23712 23714 23635 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24785869 828522496 27815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23722] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23722/stat : 23722 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24785873 828522496 27815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23723] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23723/stat : 23723 (java) S 23712 23714 23635 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24785873 828522496 27815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23724] ppid=23712 vsize=809104 CPUtime=1.31
/proc/23714/task/23724/stat : 23724 (java) S 23712 23714 23635 0 -1 64 3511 0 0 0 130 1 0 0 16 0 12 0 24785873 828522496 27815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23725] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23725/stat : 23725 (java) S 23712 23714 23635 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24785873 828522496 27815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23726] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23726/stat : 23726 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24785874 828522496 27815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 809104

[startup+12.7014 s]
/proc/loadavg: 2.34 2.25 2.16 3/94 23726
/proc/meminfo: memFree=1671632/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=809104 CPUtime=12.63
/proc/23714/stat : 23714 (java) S 23712 23714 23635 0 -1 0 35587 0 30 0 1238 25 0 0 18 0 12 0 24785858 828522496 32832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 202276 32832 1439 9 0 199603 0
[pid=23714/tid=23716] ppid=23712 vsize=809104 CPUtime=10.46
/proc/23714/task/23716/stat : 23716 (java) R 23712 23714 23635 0 -1 64 17397 0 1 0 1033 13 0 0 25 0 12 0 24785866 828522496 32832 996147200 134512640 134550932 4294956016 18446744073709551615 4109671467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23717] ppid=23712 vsize=809104 CPUtime=0.32
/proc/23714/task/23717/stat : 23717 (java) S 23712 23714 23635 0 -1 64 6999 0 0 0 29 3 0 0 16 0 12 0 24785867 828522496 32832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23718] ppid=23712 vsize=809104 CPUtime=0.35
/proc/23714/task/23718/stat : 23718 (java) S 23712 23714 23635 0 -1 64 6935 0 0 0 32 3 0 0 16 0 12 0 24785867 828522496 32832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23719] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23719/stat : 23719 (java) S 23712 23714 23635 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24785868 828522496 32832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23720] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23720/stat : 23720 (java) S 23712 23714 23635 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24785869 828522496 32832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23721] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23721/stat : 23721 (java) S 23712 23714 23635 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24785869 828522496 32832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23722] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23722/stat : 23722 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24785873 828522496 32832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23723] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23723/stat : 23723 (java) S 23712 23714 23635 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24785873 828522496 32832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23724] ppid=23712 vsize=809104 CPUtime=1.43
/proc/23714/task/23724/stat : 23724 (java) S 23712 23714 23635 0 -1 64 3518 0 0 0 142 1 0 0 17 0 12 0 24785873 828522496 32832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23725] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23725/stat : 23725 (java) S 23712 23714 23635 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24785873 828522496 32832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23726] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23726/stat : 23726 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24785874 828522496 32832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 809104

[startup+25.5026 s]
/proc/loadavg: 2.26 2.23 2.16 3/94 23726
/proc/meminfo: memFree=1648592/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=809104 CPUtime=25.3
/proc/23714/stat : 23714 (java) S 23712 23714 23635 0 -1 0 41142 0 30 0 2502 28 0 0 18 0 12 0 24785858 828522496 38367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 202276 38367 1439 9 0 199603 0
[pid=23714/tid=23716] ppid=23712 vsize=809104 CPUtime=22.84
/proc/23714/task/23716/stat : 23716 (java) R 23712 23714 23635 0 -1 64 17420 0 1 0 2271 13 0 0 25 0 12 0 24785866 828522496 38367 996147200 134512640 134550932 4294956016 18446744073709551615 4109751136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23717] ppid=23712 vsize=809104 CPUtime=0.4
/proc/23714/task/23717/stat : 23717 (java) S 23712 23714 23635 0 -1 64 9974 0 0 0 36 4 0 0 16 0 12 0 24785867 828522496 38367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23718] ppid=23712 vsize=809104 CPUtime=0.42
/proc/23714/task/23718/stat : 23718 (java) S 23712 23714 23635 0 -1 64 9492 0 0 0 37 5 0 0 16 0 12 0 24785867 828522496 38367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23719] ppid=23712 vsize=809104 CPUtime=0.01
/proc/23714/task/23719/stat : 23719 (java) S 23712 23714 23635 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 24785868 828522496 38367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23720] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23720/stat : 23720 (java) S 23712 23714 23635 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24785869 828522496 38367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23721] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23721/stat : 23721 (java) S 23712 23714 23635 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24785869 828522496 38367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23722] ppid=23712 vsize=809104 CPUtime=0
/proc/23714/task/23722/stat : 23722 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24785873 828522496 38367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23723] ppid=23712 vsize=809104 CPUtime=0

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

/proc/meminfo: memFree=1212000/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=810108 CPUtime=465.26
/proc/23714/stat : 23714 (java) S 23712 23714 23635 0 -1 0 200735 0 32 0 46390 136 0 0 18 0 12 0 24785858 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 202527 172113 1445 9 0 199854 0
[pid=23714/tid=23716] ppid=23712 vsize=810108 CPUtime=356.2
/proc/23714/task/23716/stat : 23716 (java) R 23712 23714 23635 0 -1 64 17957 0 1 0 35572 48 0 0 25 0 12 0 24785866 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23717] ppid=23712 vsize=810108 CPUtime=3.99
/proc/23714/task/23717/stat : 23717 (java) S 23712 23714 23635 0 -1 64 72124 0 0 0 371 28 0 0 16 0 12 0 24785867 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23718] ppid=23712 vsize=810108 CPUtime=4.33
/proc/23714/task/23718/stat : 23718 (java) S 23712 23714 23635 0 -1 64 81873 0 0 0 398 35 0 0 15 0 12 0 24785867 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23719] ppid=23712 vsize=810108 CPUtime=98.4
/proc/23714/task/23719/stat : 23719 (java) R 23712 23714 23635 0 -1 64 22972 0 2 0 9823 17 0 0 16 0 12 0 24785868 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23720] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23720/stat : 23720 (java) S 23712 23714 23635 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24785869 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23721] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23721/stat : 23721 (java) S 23712 23714 23635 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24785869 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23722] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23722/stat : 23722 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23723] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23723/stat : 23723 (java) S 23712 23714 23635 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23724] ppid=23712 vsize=810108 CPUtime=2.25
/proc/23714/task/23724/stat : 23724 (java) S 23712 23714 23635 0 -1 64 5084 0 0 0 223 2 0 0 16 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23725] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23725/stat : 23725 (java) S 23712 23714 23635 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23726] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23726/stat : 23726 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24785874 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 465.26
Current children cumulated vsize (KiB) 810108

[startup+473.502 s]
/proc/loadavg: 2.93 2.50 2.28 3/94 23897
/proc/meminfo: memFree=1199896/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=810108 CPUtime=471.66
/proc/23714/stat : 23714 (java) S 23712 23714 23635 0 -1 0 202247 0 32 0 47029 137 0 0 18 0 12 0 24785858 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 202527 172113 1445 9 0 199854 0
[pid=23714/tid=23716] ppid=23712 vsize=810108 CPUtime=356.68
/proc/23714/task/23716/stat : 23716 (java) R 23712 23714 23635 0 -1 64 17963 0 1 0 35620 48 0 0 25 0 12 0 24785866 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23717] ppid=23712 vsize=810108 CPUtime=3.99
/proc/23714/task/23717/stat : 23717 (java) S 23712 23714 23635 0 -1 64 72124 0 0 0 371 28 0 0 16 0 12 0 24785867 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23718] ppid=23712 vsize=810108 CPUtime=4.33
/proc/23714/task/23718/stat : 23718 (java) S 23712 23714 23635 0 -1 64 81873 0 0 0 398 35 0 0 15 0 12 0 24785867 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23719] ppid=23712 vsize=810108 CPUtime=104.32
/proc/23714/task/23719/stat : 23719 (java) R 23712 23714 23635 0 -1 64 24478 0 2 0 10414 18 0 0 16 0 12 0 24785868 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 104177733 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23720] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23720/stat : 23720 (java) S 23712 23714 23635 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24785869 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23721] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23721/stat : 23721 (java) S 23712 23714 23635 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24785869 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23722] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23722/stat : 23722 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23723] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23723/stat : 23723 (java) S 23712 23714 23635 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23724] ppid=23712 vsize=810108 CPUtime=2.25
/proc/23714/task/23724/stat : 23724 (java) S 23712 23714 23635 0 -1 64 5084 0 0 0 223 2 0 0 16 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23725] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23725/stat : 23725 (java) S 23712 23714 23635 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23726] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23726/stat : 23726 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24785874 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 471.66
Current children cumulated vsize (KiB) 810108

[startup+476.703 s]
/proc/loadavg: 2.93 2.50 2.28 3/94 23897
/proc/meminfo: memFree=1198552/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=810108 CPUtime=474.86
/proc/23714/stat : 23714 (java) S 23712 23714 23635 0 -1 0 203003 0 32 0 47349 137 0 0 18 0 12 0 24785858 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 202527 172113 1445 9 0 199854 0
[pid=23714/tid=23716] ppid=23712 vsize=810108 CPUtime=356.87
/proc/23714/task/23716/stat : 23716 (java) R 23712 23714 23635 0 -1 64 17966 0 1 0 35639 48 0 0 25 0 12 0 24785866 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23717] ppid=23712 vsize=810108 CPUtime=3.99
/proc/23714/task/23717/stat : 23717 (java) S 23712 23714 23635 0 -1 64 72124 0 0 0 371 28 0 0 16 0 12 0 24785867 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23718] ppid=23712 vsize=810108 CPUtime=4.33
/proc/23714/task/23718/stat : 23718 (java) S 23712 23714 23635 0 -1 64 81873 0 0 0 398 35 0 0 15 0 12 0 24785867 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23719] ppid=23712 vsize=810108 CPUtime=107.33
/proc/23714/task/23719/stat : 23719 (java) R 23712 23714 23635 0 -1 64 25231 0 2 0 10714 19 0 0 16 0 12 0 24785868 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23720] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23720/stat : 23720 (java) S 23712 23714 23635 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24785869 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23721] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23721/stat : 23721 (java) S 23712 23714 23635 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24785869 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23722] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23722/stat : 23722 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23723] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23723/stat : 23723 (java) S 23712 23714 23635 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23724] ppid=23712 vsize=810108 CPUtime=2.25
/proc/23714/task/23724/stat : 23724 (java) S 23712 23714 23635 0 -1 64 5084 0 0 0 223 2 0 0 16 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23725] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23725/stat : 23725 (java) S 23712 23714 23635 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23726] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23726/stat : 23726 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24785874 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 474.86
Current children cumulated vsize (KiB) 810108

[startup+478.303 s]
/proc/loadavg: 2.94 2.51 2.28 3/94 23897
/proc/meminfo: memFree=1197784/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=810108 CPUtime=476.47
/proc/23714/stat : 23714 (java) S 23712 23714 23635 0 -1 0 203257 0 32 0 47509 138 0 0 18 0 12 0 24785858 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 202527 172113 1444 9 0 199854 0
[pid=23714/tid=23716] ppid=23712 vsize=810108 CPUtime=356.96
/proc/23714/task/23716/stat : 23716 (java) R 23712 23714 23635 0 -1 64 17969 0 1 0 35648 48 0 0 25 0 12 0 24785866 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23717] ppid=23712 vsize=810108 CPUtime=3.99
/proc/23714/task/23717/stat : 23717 (java) S 23712 23714 23635 0 -1 64 72124 0 0 0 371 28 0 0 16 0 12 0 24785867 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23718] ppid=23712 vsize=810108 CPUtime=4.33
/proc/23714/task/23718/stat : 23718 (java) S 23712 23714 23635 0 -1 64 81873 0 0 0 398 35 0 0 15 0 12 0 24785867 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23719] ppid=23712 vsize=810108 CPUtime=108.84
/proc/23714/task/23719/stat : 23719 (java) R 23712 23714 23635 0 -1 64 25482 0 2 0 10865 19 0 0 16 0 12 0 24785868 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23720] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23720/stat : 23720 (java) S 23712 23714 23635 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24785869 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23721] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23721/stat : 23721 (java) S 23712 23714 23635 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24785869 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23722] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23722/stat : 23722 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23723] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23723/stat : 23723 (java) S 23712 23714 23635 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23724] ppid=23712 vsize=810108 CPUtime=2.25
/proc/23714/task/23724/stat : 23724 (java) S 23712 23714 23635 0 -1 64 5084 0 0 0 223 2 0 0 16 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23725] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23725/stat : 23725 (java) S 23712 23714 23635 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23726] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23726/stat : 23726 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24785874 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 476.47
Current children cumulated vsize (KiB) 810108

[startup+478.702 s]
/proc/loadavg: 2.94 2.51 2.28 4/94 23897
/proc/meminfo: memFree=1197784/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=810108 CPUtime=476.86
/proc/23714/stat : 23714 (java) S 23712 23714 23635 0 -1 0 203257 0 32 0 47548 138 0 0 18 0 12 0 24785858 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 202527 172113 1444 9 0 199854 0
[pid=23714/tid=23716] ppid=23712 vsize=810108 CPUtime=356.96
/proc/23714/task/23716/stat : 23716 (java) R 23712 23714 23635 0 -1 64 17969 0 1 0 35648 48 0 0 25 0 12 0 24785866 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23717] ppid=23712 vsize=810108 CPUtime=3.99
/proc/23714/task/23717/stat : 23717 (java) S 23712 23714 23635 0 -1 64 72124 0 0 0 371 28 0 0 16 0 12 0 24785867 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23718] ppid=23712 vsize=810108 CPUtime=4.33
/proc/23714/task/23718/stat : 23718 (java) S 23712 23714 23635 0 -1 64 81873 0 0 0 398 35 0 0 15 0 12 0 24785867 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23719] ppid=23712 vsize=810108 CPUtime=109.24
/proc/23714/task/23719/stat : 23719 (java) R 23712 23714 23635 0 -1 64 25482 0 2 0 10905 19 0 0 16 0 12 0 24785868 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 106836623 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23720] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23720/stat : 23720 (java) S 23712 23714 23635 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24785869 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23721] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23721/stat : 23721 (java) S 23712 23714 23635 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24785869 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23722] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23722/stat : 23722 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23723] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23723/stat : 23723 (java) S 23712 23714 23635 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23724] ppid=23712 vsize=810108 CPUtime=2.25
/proc/23714/task/23724/stat : 23724 (java) S 23712 23714 23635 0 -1 64 5084 0 0 0 223 2 0 0 16 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23714/tid=23725] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23725/stat : 23725 (java) S 23712 23714 23635 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24785873 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23714/tid=23726] ppid=23712 vsize=810108 CPUtime=0
/proc/23714/task/23726/stat : 23726 (java) S 23712 23714 23635 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24785874 829550592 172113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 476.86
Current children cumulated vsize (KiB) 810108

[startup+478.902 s]
/proc/loadavg: 2.94 2.51 2.28 4/94 23897
/proc/meminfo: memFree=1197784/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=0 CPUtime=477.01
/proc/23714/stat : 23714 (java) Z 23712 23714 23635 0 -1 12 203273 0 32 0 47563 138 0 0 16 0 2 0 24785858 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 477.01
Current children cumulated vsize (KiB) 0

[startup+479.002 s]
/proc/loadavg: 2.94 2.51 2.28 4/94 23897
/proc/meminfo: memFree=1197784/2055920 swapFree=4192812/4192956
[pid=23714] ppid=23712 vsize=0 CPUtime=477.11
/proc/23714/stat : 23714 (java) Z 23712 23714 23635 0 -1 12 203273 0 32 0 47563 148 0 0 16 0 2 0 24785858 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23714/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 477.11
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 479.002
CPU time (s): 477.128
CPU user time (s): 475.639
CPU system time (s): 1.48977
CPU usage (%): 99.6088
Max. virtual memory (cumulated for all children) (KiB): 812188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 475.639
system time used= 1.48977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203273
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19125
involuntary context switches= 19096

runsolver used 0.687895 second user time and 1.76573 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-12 07:40:28
IDJOB=2083340
IDBENCH=57788
IDSOLVER=731
FILE ID=node60/2083340-1247377228
PBS_JOBID= 9507158
Free space on /tmp= 66464 MiB

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

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

MD5SUM BENCH= dd4c443d605f557f1e2afa2cdc6a63a1
RANDOM SEED=1713182324

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1804624 kB
Buffers:          3920 kB
Cached:          40892 kB
SwapCached:          0 kB
Active:         185956 kB
Inactive:        17856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:         179440 kB
Slab:            32244 kB
Committed_AS:   426304 kB
PageTables:       2220 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= 66460 MiB
End job on node60 at 2009-07-12 07:48:27