Trace number 2075992

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? 87.4727 85.9564

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-42_ext.xml
MD5SUM3986b6a0b6b8a22fe8979c9e20fbe6c5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.481926
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints149
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension149
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.10/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.25	c See www.sat4j.org for details.
0.10/0.25	c That software uses the Rhino library from the Mozilla project.
0.10/0.27	c version 2.1.1.v20090622
0.10/0.27	c sun.arch.data.model	32
0.10/0.27	c java.version	1.6.0_12
0.10/0.27	c os.name	Linux
0.10/0.27	c os.version	2.6.9-22.EL.rootsmp
0.10/0.27	c os.arch	i386
0.10/0.27	c Free memory 671000808
0.10/0.27	c Max memory 672137216
0.10/0.27	c Total memory 672137216
0.10/0.27	c Number of processors 2
0.17/0.36	c c --- Begin Solver configuration ---
0.17/0.36	c Stops conflict analysis at the first Unique Implication Point
0.17/0.36	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.36	c Learn all clauses as in MiniSAT
0.17/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.36	c Expensive reason simplification
0.17/0.36	c MiniSAT restarts strategy
0.17/0.36	c Memory based learned constraints deletion strategy
0.17/0.36	c timeout=2147483s
0.17/0.36	c DB Simplification allowed=false
0.17/0.36	c --- End Solver configuration ---
0.17/0.36	c solving HOME/instance-2075992-1247362258.xml
0.17/0.36	c reading problem ... 
0.43/0.67	c reading problem named null
0.43/0.67	c reading domains done.
0.43/0.68	c reading variables done.
0.52/0.73	c reading relations done.
2.99/3.25	c reading constraints
87.35/85.81	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
87.35/85.81		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
87.35/85.81		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
87.35/85.81		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
87.35/85.81		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
87.35/85.81		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
87.35/85.81		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
87.35/85.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
87.35/85.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
87.35/85.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
87.35/85.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
87.35/85.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
87.35/85.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
87.35/85.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
87.35/85.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
87.35/85.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
87.35/85.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
87.35/85.81		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
87.35/85.81		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
87.35/85.81		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
87.35/85.81		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
87.35/85.81		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
87.35/85.81		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
87.35/85.81		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
87.35/85.81		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
87.35/85.81		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
87.35/85.81		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
87.35/85.81		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
87.35/85.81		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
87.35/85.81		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
87.35/85.81		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
87.35/85.81		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
87.35/85.81		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
87.35/85.81	c starts		: 0
87.35/85.81	c conflicts		: 0
87.35/85.81	c decisions		: 0
87.35/85.81	c propagations		: 0
87.35/85.81	c inspects		: 0
87.35/85.81	c learnt literals	: 0
87.35/85.81	c learnt binary clauses	: 0
87.35/85.81	c learnt ternary clauses	: 0
87.35/85.81	c learnt clauses	: 0
87.35/85.81	c ignored clauses	: 0
87.35/85.81	c root simplifications	: 0
87.35/85.81	c removed literals (reason simplification)	: 0
87.35/85.81	c reason swapping (by a shorter reason)	: 0
87.35/85.81	c Calls to reduceDB	: 0
87.35/85.81	c speed (assignments/second)	: 0.0
87.35/85.81	c non guided choices	0
87.35/85.81	c learnt constraints type 
87.35/85.81	c constraints type 
87.35/85.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7376739
87.35/85.81	c org.sat4j.minisat.constraints.card.AtLeast => 108
87.35/85.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 862
87.35/85.81	s UNKNOWN
87.35/85.81	c Total wall clock time (in seconds) : 85.442

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-2075992-1247362258/watcher-2075992-1247362258 -o /tmp/evaluation-result-2075992-1247362258/solver-2075992-1247362258 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075992-1247362258.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.16 2.13 2.04 4/82 21828
/proc/meminfo: memFree=1484072/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=18576 CPUtime=0
/proc/21828/stat : 21828 (runsolver) R 21826 21828 18008 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 23289996 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 213116316967 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21828/statm: 4644 284 249 26 0 2626 0

[startup+0.0407879 s]
/proc/loadavg: 2.16 2.13 2.04 4/82 21828
/proc/meminfo: memFree=1484072/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=12928 CPUtime=0
/proc/21828/stat : 21828 (java) D 21826 21828 18008 0 -1 0 374 0 11 0 0 0 0 0 18 0 1 0 23289996 13238272 192 996147200 134512640 134550932 4294956016 18446744073709551615 3138346 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/21828/statm: 3232 192 136 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.102805 s]
/proc/loadavg: 2.16 2.13 2.04 4/82 21828
/proc/meminfo: memFree=1484072/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=800696 CPUtime=0.03
/proc/21828/stat : 21828 (java) S 21826 21828 18008 0 -1 0 2380 0 31 0 1 2 0 0 18 0 4 0 23289996 819912704 2157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 200174 2157 938 9 0 197525 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800696

[startup+0.301843 s]
/proc/loadavg: 2.16 2.13 2.04 4/82 21828
/proc/meminfo: memFree=1484072/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=805388 CPUtime=0.17
/proc/21828/stat : 21828 (java) S 21826 21828 18008 0 -1 0 3727 0 31 0 14 3 0 0 18 0 12 0 23289996 824717312 3495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 201347 3495 1332 9 0 198681 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 805388

[startup+0.702915 s]
/proc/loadavg: 2.16 2.13 2.04 4/82 21828
/proc/meminfo: memFree=1484072/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=807180 CPUtime=0.52
/proc/21828/stat : 21828 (java) S 21826 21828 18008 0 -1 0 5293 0 31 0 47 5 0 0 18 0 12 0 23289996 826552320 4848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 201795 4848 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 807180

[startup+1.50107 s]
/proc/loadavg: 2.16 2.13 2.04 4/94 21840
/proc/meminfo: memFree=1459016/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=812920 CPUtime=1.31
/proc/21828/stat : 21828 (java) S 21826 21828 18008 0 -1 0 9883 0 31 0 123 8 0 0 18 0 12 0 23289996 832430080 7992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 203230 7992 1407 9 0 200557 0
[pid=21828/tid=21830] ppid=21826 vsize=812920 CPUtime=0.62
/proc/21828/task/21830/stat : 21830 (java) R 21826 21828 18008 0 -1 64 5261 0 1 0 57 5 0 0 20 0 12 0 23290003 832430080 7992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21831] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21831/stat : 21831 (java) S 21826 21828 18008 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23290004 832430080 7992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21832] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21832/stat : 21832 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23290004 832430080 7992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21833] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21833/stat : 21833 (java) S 21826 21828 18008 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23290007 832430080 7992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21834] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21834/stat : 21834 (java) S 21826 21828 18008 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 23290007 832430080 7992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21835] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21835/stat : 21835 (java) S 21826 21828 18008 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 23290007 832430080 7992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21836] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21836/stat : 21836 (java) S 21826 21828 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23290014 832430080 7992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21837] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21837/stat : 21837 (java) S 21826 21828 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23290014 832430080 7992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21838] ppid=21826 vsize=812920 CPUtime=0.66
/proc/21828/task/21838/stat : 21838 (java) R 21826 21828 18008 0 -1 64 3896 0 0 0 65 1 0 0 16 0 12 0 23290014 832430080 7992 996147200 134512640 134550932 4294956016 18446744073709551615 105489962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21839] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21839/stat : 21839 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23290014 832430080 7992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21840] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21840/stat : 21840 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23290014 832430080 7992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 812920

[startup+3.10237 s]
/proc/loadavg: 2.16 2.13 2.04 3/94 21840
/proc/meminfo: memFree=1398280/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=812920 CPUtime=2.9
/proc/21828/stat : 21828 (java) S 21826 21828 18008 0 -1 0 25570 0 31 0 275 15 0 0 18 0 12 0 23289996 832430080 23676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 203230 23676 1420 9 0 200557 0
[pid=21828/tid=21830] ppid=21826 vsize=812920 CPUtime=1.94
/proc/21828/task/21830/stat : 21830 (java) R 21826 21828 18008 0 -1 64 16853 0 1 0 184 10 0 0 25 0 12 0 23290003 832430080 23676 996147200 134512640 134550932 4294956016 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21831] ppid=21826 vsize=812920 CPUtime=0.05
/proc/21828/task/21831/stat : 21831 (java) S 21826 21828 18008 0 -1 64 2244 0 0 0 4 1 0 0 16 0 12 0 23290004 832430080 23676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21832] ppid=21826 vsize=812920 CPUtime=0.03
/proc/21828/task/21832/stat : 21832 (java) S 21826 21828 18008 0 -1 64 1811 0 0 0 3 0 0 0 16 0 12 0 23290004 832430080 23676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21833] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21833/stat : 21833 (java) S 21826 21828 18008 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 23290007 832430080 23676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21834] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21834/stat : 21834 (java) S 21826 21828 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23290007 832430080 23676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21835] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21835/stat : 21835 (java) S 21826 21828 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23290007 832430080 23676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21836] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21836/stat : 21836 (java) S 21826 21828 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23290014 832430080 23676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21837] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21837/stat : 21837 (java) S 21826 21828 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23290014 832430080 23676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21838] ppid=21826 vsize=812920 CPUtime=0.83
/proc/21828/task/21838/stat : 21838 (java) S 21826 21828 18008 0 -1 64 3919 0 0 0 82 1 0 0 16 0 12 0 23290014 832430080 23676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21839] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21839/stat : 21839 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23290014 832430080 23676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21840] ppid=21826 vsize=812920 CPUtime=0
/proc/21828/task/21840/stat : 21840 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23290014 832430080 23676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 812920

[startup+6.30298 s]
/proc/loadavg: 2.15 2.13 2.04 5/94 21840
/proc/meminfo: memFree=1316488/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=812952 CPUtime=6.26
/proc/21828/stat : 21828 (java) S 21826 21828 18008 0 -1 0 48492 0 31 0 603 23 0 0 18 0 12 0 23289996 832462848 45720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 203238 45720 1423 9 0 200565 0
[pid=21828/tid=21830] ppid=21826 vsize=812952 CPUtime=3.64
/proc/21828/task/21830/stat : 21830 (java) R 21826 21828 18008 0 -1 64 16916 0 1 0 354 10 0 0 25 0 12 0 23290003 832462848 45720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21831] ppid=21826 vsize=812952 CPUtime=0.68
/proc/21828/task/21831/stat : 21831 (java) R 21826 21828 18008 0 -1 64 12161 0 0 0 63 5 0 0 16 0 12 0 23290004 832462848 45720 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21832] ppid=21826 vsize=812952 CPUtime=0.67
/proc/21828/task/21832/stat : 21832 (java) R 21826 21828 18008 0 -1 64 14346 0 0 0 62 5 0 0 16 0 12 0 23290004 832462848 45720 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21833] ppid=21826 vsize=812952 CPUtime=0
/proc/21828/task/21833/stat : 21833 (java) S 21826 21828 18008 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 23290007 832462848 45720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21834] ppid=21826 vsize=812952 CPUtime=0
/proc/21828/task/21834/stat : 21834 (java) S 21826 21828 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23290007 832462848 45720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21835] ppid=21826 vsize=812952 CPUtime=0
/proc/21828/task/21835/stat : 21835 (java) S 21826 21828 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23290007 832462848 45720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21836] ppid=21826 vsize=812952 CPUtime=0
/proc/21828/task/21836/stat : 21836 (java) S 21826 21828 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23290014 832462848 45720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21837] ppid=21826 vsize=812952 CPUtime=0
/proc/21828/task/21837/stat : 21837 (java) S 21826 21828 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23290014 832462848 45720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21838] ppid=21826 vsize=812952 CPUtime=1.23
/proc/21828/task/21838/stat : 21838 (java) S 21826 21828 18008 0 -1 64 4326 0 0 0 122 1 0 0 16 0 12 0 23290014 832462848 45720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21839] ppid=21826 vsize=812952 CPUtime=0
/proc/21828/task/21839/stat : 21839 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23290014 832462848 45720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21840] ppid=21826 vsize=812952 CPUtime=0
/proc/21828/task/21840/stat : 21840 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23290014 832462848 45720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 812952

[startup+12.7022 s]
/proc/loadavg: 2.14 2.13 2.04 3/94 21840
/proc/meminfo: memFree=1063560/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=814004 CPUtime=13.58
/proc/21828/stat : 21828 (java) S 21826 21828 18008 0 -1 0 117001 0 31 0 1304 54 0 0 18 0 12 0 23289996 833540096 111583 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 203501 111583 1423 9 0 200828 0
[pid=21828/tid=21830] ppid=21826 vsize=814004 CPUtime=6.83
/proc/21828/task/21830/stat : 21830 (java) S 21826 21828 18008 0 -1 64 23073 0 1 0 671 12 0 0 25 0 12 0 23290003 833540096 111583 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21831] ppid=21826 vsize=814004 CPUtime=2.74
/proc/21828/task/21831/stat : 21831 (java) R 21826 21828 18008 0 -1 64 44988 0 0 0 255 19 0 0 16 0 12 0 23290004 833540096 111583 996147200 134512640 134550932 4294956016 18446744073709551615 104198021 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21828/tid=21832] ppid=21826 vsize=814004 CPUtime=2.72
/proc/21828/task/21832/stat : 21832 (java) R 21826 21828 18008 0 -1 64 43871 0 0 0 253 19 0 0 16 0 12 0 23290004 833540096 111583 996147200 134512640 134550932 4294956016 18446744073709551615 106196752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21828/tid=21833] ppid=21826 vsize=814004 CPUtime=0
/proc/21828/task/21833/stat : 21833 (java) S 21826 21828 18008 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 23290007 833540096 111583 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21828/tid=21834] ppid=21826 vsize=814004 CPUtime=0
/proc/21828/task/21834/stat : 21834 (java) S 21826 21828 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23290007 833540096 111583 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21835] ppid=21826 vsize=814004 CPUtime=0
/proc/21828/task/21835/stat : 21835 (java) S 21826 21828 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23290007 833540096 111583 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21836] ppid=21826 vsize=814004 CPUtime=0
/proc/21828/task/21836/stat : 21836 (java) S 21826 21828 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23290014 833540096 111583 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21837] ppid=21826 vsize=814004 CPUtime=0
/proc/21828/task/21837/stat : 21837 (java) S 21826 21828 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23290014 833540096 111583 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21838] ppid=21826 vsize=814004 CPUtime=1.24
/proc/21828/task/21838/stat : 21838 (java) S 21826 21828 18008 0 -1 64 4326 0 0 0 123 1 0 0 17 0 12 0 23290014 833540096 111583 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21839] ppid=21826 vsize=814004 CPUtime=0
/proc/21828/task/21839/stat : 21839 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23290014 833540096 111583 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21840] ppid=21826 vsize=814004 CPUtime=0
/proc/21828/task/21840/stat : 21840 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23290014 833540096 111583 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.58
Current children cumulated vsize (KiB) 814004

[startup+25.5026 s]
/proc/loadavg: 2.34 2.17 2.06 4/94 21840
/proc/meminfo: memFree=790600/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=819852 CPUtime=27.63
/proc/21828/stat : 21828 (java) S 21826 21828 18008 0 -1 0 200575 0 31 0 2674 89 0 0 18 0 12 0 23289996 839528448 172587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 204963 172587 1425 9 0 202290 0
[pid=21828/tid=21830] ppid=21826 vsize=819852 CPUtime=10.5
/proc/21828/task/21830/stat : 21830 (java) S 21826 21828 18008 0 -1 64 27924 0 1 0 1035 15 0 0 18 0 12 0 23290003 839528448 172587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21831] ppid=21826 vsize=819852 CPUtime=5.12
/proc/21828/task/21831/stat : 21831 (java) S 21826 21828 18008 0 -1 64 79658 0 0 0 479 33 0 0 17 0 12 0 23290004 839528448 172587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21832] ppid=21826 vsize=819852 CPUtime=5.19
/proc/21828/task/21832/stat : 21832 (java) S 21826 21828 18008 0 -1 64 68413 0 0 0 491 28 0 0 18 0 12 0 23290004 839528448 172587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21833] ppid=21826 vsize=819852 CPUtime=5.53
/proc/21828/task/21833/stat : 21833 (java) R 21826 21828 18008 0 -1 64 19530 0 0 0 544 9 0 0 19 0 12 0 23290007 839528448 172587 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21834] ppid=21826 vsize=819852 CPUtime=0
/proc/21828/task/21834/stat : 21834 (java) S 21826 21828 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23290007 839528448 172587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21835] ppid=21826 vsize=819852 CPUtime=0
/proc/21828/task/21835/stat : 21835 (java) S 21826 21828 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23290007 839528448 172587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21836] ppid=21826 vsize=819852 CPUtime=0
/proc/21828/task/21836/stat : 21836 (java) S 21826 21828 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23290014 839528448 172587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21837] ppid=21826 vsize=819852 CPUtime=0

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

[pid=21828/tid=21839] ppid=21826 vsize=849852 CPUtime=0
/proc/21828/task/21839/stat : 21839 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23290014 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21840] ppid=21826 vsize=849852 CPUtime=0
/proc/21828/task/21840/stat : 21840 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23290014 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.66
Current children cumulated vsize (KiB) 849852

[startup+76.7023 s]
/proc/loadavg: 2.14 2.14 2.05 3/94 21840
/proc/meminfo: memFree=752136/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=849852 CPUtime=78.35
/proc/21828/stat : 21828 (java) S 21826 21828 18008 0 -1 0 484211 0 31 0 7619 216 0 0 18 0 12 0 23289996 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 212463 181618 1425 9 0 209790 0
[pid=21828/tid=21830] ppid=21826 vsize=849852 CPUtime=11.4
/proc/21828/task/21830/stat : 21830 (java) S 21826 21828 18008 0 -1 64 27937 0 1 0 1125 15 0 0 17 0 12 0 23290003 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21831] ppid=21826 vsize=849852 CPUtime=5.12
/proc/21828/task/21831/stat : 21831 (java) S 21826 21828 18008 0 -1 64 79658 0 0 0 479 33 0 0 17 0 12 0 23290004 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21832] ppid=21826 vsize=849852 CPUtime=5.19
/proc/21828/task/21832/stat : 21832 (java) S 21826 21828 18008 0 -1 64 68413 0 0 0 491 28 0 0 18 0 12 0 23290004 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21833] ppid=21826 vsize=849852 CPUtime=55.33
/proc/21828/task/21833/stat : 21833 (java) R 21826 21828 18008 0 -1 64 303153 0 0 0 5398 135 0 0 25 0 12 0 23290007 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 106836623 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21834] ppid=21826 vsize=849852 CPUtime=0
/proc/21828/task/21834/stat : 21834 (java) S 21826 21828 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23290007 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21835] ppid=21826 vsize=849852 CPUtime=0
/proc/21828/task/21835/stat : 21835 (java) S 21826 21828 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23290007 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21836] ppid=21826 vsize=849852 CPUtime=0
/proc/21828/task/21836/stat : 21836 (java) S 21826 21828 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23290014 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21837] ppid=21826 vsize=849852 CPUtime=0
/proc/21828/task/21837/stat : 21837 (java) S 21826 21828 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23290014 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21838] ppid=21826 vsize=849852 CPUtime=1.24
/proc/21828/task/21838/stat : 21838 (java) S 21826 21828 18008 0 -1 64 4326 0 0 0 123 1 0 0 17 0 12 0 23290014 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21839] ppid=21826 vsize=849852 CPUtime=0
/proc/21828/task/21839/stat : 21839 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23290014 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21840] ppid=21826 vsize=849852 CPUtime=0
/proc/21828/task/21840/stat : 21840 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23290014 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.35
Current children cumulated vsize (KiB) 849852

[startup+79.9029 s]
/proc/loadavg: 2.13 2.14 2.05 3/94 21840
/proc/meminfo: memFree=752136/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=849852 CPUtime=81.51
/proc/21828/stat : 21828 (java) S 21826 21828 18008 0 -1 0 499716 0 31 0 7928 223 0 0 18 0 12 0 23289996 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 212463 181618 1425 9 0 209790 0
[pid=21828/tid=21830] ppid=21826 vsize=849852 CPUtime=11.4
/proc/21828/task/21830/stat : 21830 (java) S 21826 21828 18008 0 -1 64 27937 0 1 0 1125 15 0 0 17 0 12 0 23290003 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21831] ppid=21826 vsize=849852 CPUtime=5.12
/proc/21828/task/21831/stat : 21831 (java) S 21826 21828 18008 0 -1 64 79658 0 0 0 479 33 0 0 17 0 12 0 23290004 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21832] ppid=21826 vsize=849852 CPUtime=5.19
/proc/21828/task/21832/stat : 21832 (java) S 21826 21828 18008 0 -1 64 68413 0 0 0 491 28 0 0 18 0 12 0 23290004 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21833] ppid=21826 vsize=849852 CPUtime=58.5
/proc/21828/task/21833/stat : 21833 (java) R 21826 21828 18008 0 -1 64 318658 0 0 0 5707 143 0 0 25 0 12 0 23290007 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21834] ppid=21826 vsize=849852 CPUtime=0
/proc/21828/task/21834/stat : 21834 (java) S 21826 21828 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23290007 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21835] ppid=21826 vsize=849852 CPUtime=0
/proc/21828/task/21835/stat : 21835 (java) S 21826 21828 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23290007 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21836] ppid=21826 vsize=849852 CPUtime=0
/proc/21828/task/21836/stat : 21836 (java) S 21826 21828 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23290014 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21837] ppid=21826 vsize=849852 CPUtime=0
/proc/21828/task/21837/stat : 21837 (java) S 21826 21828 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23290014 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21838] ppid=21826 vsize=849852 CPUtime=1.24
/proc/21828/task/21838/stat : 21838 (java) S 21826 21828 18008 0 -1 64 4326 0 0 0 123 1 0 0 17 0 12 0 23290014 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21839] ppid=21826 vsize=849852 CPUtime=0
/proc/21828/task/21839/stat : 21839 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23290014 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21840] ppid=21826 vsize=849852 CPUtime=0
/proc/21828/task/21840/stat : 21840 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23290014 870248448 181618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.51
Current children cumulated vsize (KiB) 849852

[startup+83.1015 s]
/proc/loadavg: 2.13 2.14 2.05 3/94 21840
/proc/meminfo: memFree=776200/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=825852 CPUtime=84.68
/proc/21828/stat : 21828 (java) S 21826 21828 18008 0 -1 0 506725 0 31 0 8241 227 0 0 18 0 12 0 23289996 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 206463 175618 1424 9 0 203790 0
[pid=21828/tid=21830] ppid=21826 vsize=825852 CPUtime=11.4
/proc/21828/task/21830/stat : 21830 (java) S 21826 21828 18008 0 -1 64 27940 0 1 0 1125 15 0 0 17 0 12 0 23290003 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21831] ppid=21826 vsize=825852 CPUtime=5.12
/proc/21828/task/21831/stat : 21831 (java) S 21826 21828 18008 0 -1 64 79658 0 0 0 479 33 0 0 17 0 12 0 23290004 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21832] ppid=21826 vsize=825852 CPUtime=5.19
/proc/21828/task/21832/stat : 21832 (java) S 21826 21828 18008 0 -1 64 68413 0 0 0 491 28 0 0 18 0 12 0 23290004 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21833] ppid=21826 vsize=825852 CPUtime=61.67
/proc/21828/task/21833/stat : 21833 (java) R 21826 21828 18008 0 -1 64 325664 0 0 0 6020 147 0 0 25 0 12 0 23290007 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 105697192 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21834] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21834/stat : 21834 (java) S 21826 21828 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23290007 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21835] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21835/stat : 21835 (java) S 21826 21828 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23290007 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21836] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21836/stat : 21836 (java) S 21826 21828 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21837] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21837/stat : 21837 (java) S 21826 21828 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21838] ppid=21826 vsize=825852 CPUtime=1.24
/proc/21828/task/21838/stat : 21838 (java) S 21826 21828 18008 0 -1 64 4326 0 0 0 123 1 0 0 17 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21839] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21839/stat : 21839 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21840] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21840/stat : 21840 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.68
Current children cumulated vsize (KiB) 825852

[startup+84.7078 s]
/proc/loadavg: 2.12 2.14 2.05 3/94 21840
/proc/meminfo: memFree=776136/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=825852 CPUtime=86.27
/proc/21828/stat : 21828 (java) S 21826 21828 18008 0 -1 0 506725 0 31 0 8400 227 0 0 18 0 12 0 23289996 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 206463 175618 1424 9 0 203790 0
[pid=21828/tid=21830] ppid=21826 vsize=825852 CPUtime=11.4
/proc/21828/task/21830/stat : 21830 (java) S 21826 21828 18008 0 -1 64 27940 0 1 0 1125 15 0 0 17 0 12 0 23290003 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21831] ppid=21826 vsize=825852 CPUtime=5.12
/proc/21828/task/21831/stat : 21831 (java) S 21826 21828 18008 0 -1 64 79658 0 0 0 479 33 0 0 17 0 12 0 23290004 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21832] ppid=21826 vsize=825852 CPUtime=5.19
/proc/21828/task/21832/stat : 21832 (java) S 21826 21828 18008 0 -1 64 68413 0 0 0 491 28 0 0 18 0 12 0 23290004 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21833] ppid=21826 vsize=825852 CPUtime=63.25
/proc/21828/task/21833/stat : 21833 (java) R 21826 21828 18008 0 -1 64 325664 0 0 0 6178 147 0 0 25 0 12 0 23290007 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21834] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21834/stat : 21834 (java) S 21826 21828 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23290007 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21835] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21835/stat : 21835 (java) S 21826 21828 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23290007 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21836] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21836/stat : 21836 (java) S 21826 21828 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21837] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21837/stat : 21837 (java) S 21826 21828 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21838] ppid=21826 vsize=825852 CPUtime=1.24
/proc/21828/task/21838/stat : 21838 (java) S 21826 21828 18008 0 -1 64 4326 0 0 0 123 1 0 0 17 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21839] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21839/stat : 21839 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21840] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21840/stat : 21840 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.27
Current children cumulated vsize (KiB) 825852

[startup+85.503 s]
/proc/loadavg: 2.12 2.14 2.05 3/94 21840
/proc/meminfo: memFree=776136/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=825852 CPUtime=87.06
/proc/21828/stat : 21828 (java) S 21826 21828 18008 0 -1 0 506725 0 31 0 8479 227 0 0 18 0 12 0 23289996 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 206463 175618 1424 9 0 203790 0
[pid=21828/tid=21830] ppid=21826 vsize=825852 CPUtime=11.4
/proc/21828/task/21830/stat : 21830 (java) S 21826 21828 18008 0 -1 64 27940 0 1 0 1125 15 0 0 17 0 12 0 23290003 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21831] ppid=21826 vsize=825852 CPUtime=5.12
/proc/21828/task/21831/stat : 21831 (java) S 21826 21828 18008 0 -1 64 79658 0 0 0 479 33 0 0 17 0 12 0 23290004 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21832] ppid=21826 vsize=825852 CPUtime=5.19
/proc/21828/task/21832/stat : 21832 (java) S 21826 21828 18008 0 -1 64 68413 0 0 0 491 28 0 0 18 0 12 0 23290004 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21833] ppid=21826 vsize=825852 CPUtime=64.05
/proc/21828/task/21833/stat : 21833 (java) R 21826 21828 18008 0 -1 64 325664 0 0 0 6258 147 0 0 25 0 12 0 23290007 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 106159010 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21834] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21834/stat : 21834 (java) S 21826 21828 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23290007 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21835] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21835/stat : 21835 (java) S 21826 21828 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23290007 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21836] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21836/stat : 21836 (java) S 21826 21828 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21837] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21837/stat : 21837 (java) S 21826 21828 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21838] ppid=21826 vsize=825852 CPUtime=1.24
/proc/21828/task/21838/stat : 21838 (java) S 21826 21828 18008 0 -1 64 4326 0 0 0 123 1 0 0 17 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21839] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21839/stat : 21839 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21840] ppid=21826 vsize=825852 CPUtime=0
/proc/21828/task/21840/stat : 21840 (java) S 21826 21828 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23290014 845672448 175618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 87.06
Current children cumulated vsize (KiB) 825852

[startup+85.903 s]
/proc/loadavg: 2.12 2.14 2.05 3/94 21840
/proc/meminfo: memFree=776136/2055920 swapFree=4192812/4192956
[pid=21828] ppid=21826 vsize=0 CPUtime=87.41
/proc/21828/stat : 21828 (java) Z 21826 21828 18008 0 -1 12 506743 0 31 0 8509 232 0 0 16 0 2 0 23289996 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21828/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 87.41
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 85.9564
CPU time (s): 87.4727
CPU user time (s): 85.0951
CPU system time (s): 2.37764
CPU usage (%): 101.764
Max. virtual memory (cumulated for all children) (KiB): 865856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.0951
system time used= 2.37764
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 506743
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3394
involuntary context switches= 6090

runsolver used 0.102984 second user time and 0.311952 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 03:30:58
IDJOB=2075992
IDBENCH=56369
IDSOLVER=731
FILE ID=node37/2075992-1247362258
PBS_JOBID= 9506908
Free space on /tmp= 66388 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-42_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075992-1247362258/watcher-2075992-1247362258 -o /tmp/evaluation-result-2075992-1247362258/solver-2075992-1247362258 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075992-1247362258.xml

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

MD5SUM BENCH= 3986b6a0b6b8a22fe8979c9e20fbe6c5
RANDOM SEED=1435386295

node37.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.260
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.260
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:       1484552 kB
Buffers:          8556 kB
Cached:          54616 kB
SwapCached:          0 kB
Active:         504400 kB
Inactive:        17500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1484552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4220 kB
Writeback:           0 kB
Mapped:         479116 kB
Slab:            33828 kB
Committed_AS:   650300 kB
PageTables:       2676 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= 66388 MiB
End job on node37 at 2009-07-12 03:32:24