Trace number 2082900

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? (exit code) 319.616 320.521

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-06-1070.xml
MD5SUM995f63597ce032c59d2195b980a2a425
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 benchmark0.341947
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1071
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data

0.10/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.14	c See www.sat4j.org for details.
0.10/0.14	c That software uses the Rhino library from the Mozilla project.
0.10/0.16	c version 2.1.1.v20090622
0.10/0.16	c sun.arch.data.model	32
0.10/0.16	c java.version	1.6.0_12
0.10/0.16	c os.name	Linux
0.10/0.16	c os.version	2.6.9-22.EL.rootsmp
0.10/0.16	c os.arch	i386
0.10/0.16	c Free memory 671000808
0.10/0.16	c Max memory 672137216
0.10/0.16	c Total memory 672137216
0.10/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2082900-1247376125.xml
0.18/0.25	c reading problem ... 
0.49/0.51	c reading problem named null
0.49/0.51	c reading domains done.
0.49/0.51	c reading variables done.
0.78/0.85	c reading predicates  done.
0.98/1.09	c reading constraints
316.22/317.15	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
316.22/317.15		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
317.52/318.41		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
317.52/318.41		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
317.52/318.41		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
317.52/318.41		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
317.52/318.41		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
317.52/318.41		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
317.52/318.41		at org.sat4j.csp.Predicate.toClause(Unknown Source)
317.52/318.41		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
317.52/318.41		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
317.52/318.41		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
317.52/318.41		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
317.52/318.41		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
317.52/318.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
317.52/318.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
317.52/318.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
317.52/318.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
317.52/318.41		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
317.52/318.41		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
317.52/318.41		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
317.52/318.41		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
317.52/318.41		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
317.52/318.41		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
317.52/318.41		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
317.52/318.41		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
317.52/318.41		at org.sat4j.AbstractLauncher.run(Unknown Source)
317.52/318.41		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
319.32/320.29	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
319.32/320.29		at java.lang.AbstractStringBuilder.<init>(Unknown Source)
319.32/320.29		at java.lang.StringBuffer.<init>(Unknown Source)
319.32/320.29		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
319.32/320.29		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
319.32/320.29		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
319.32/320.29		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2082900-1247376125/watcher-2082900-1247376125 -o /tmp/evaluation-result-2082900-1247376125/solver-2082900-1247376125 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082900-1247376125.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.48 2.24 2.08 2/82 25810
/proc/meminfo: memFree=1737864/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=798736 CPUtime=0.01
/proc/25810/stat : 25810 (java) S 25808 25810 20738 0 -1 0 1752 0 1 0 0 1 0 0 18 0 4 0 24679880 817905664 1501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/25810/statm: 199684 1501 464 9 0 197436 0
[pid=25810/tid=25811] ppid=25808 vsize=798736 CPUtime=0
/proc/25810/task/25811/stat : 25811 (java) R 25808 25810 20738 0 -1 64 1028 0 1 0 0 0 0 0 19 0 4 0 24679882 817905664 1501 996147200 134512640 134550932 4294956016 18446744073709551615 106270992 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=25810/tid=25812] ppid=25808 vsize=798736 CPUtime=0
/proc/25810/task/25812/stat : 25812 (java) S 25808 25810 20738 0 -1 64 2 0 0 0 0 0 0 0 18 0 4 0 24679883 817905664 1501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=25810/tid=25813] ppid=25808 vsize=798736 CPUtime=0
/proc/25810/task/25813/stat : 25813 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 19 0 4 0 24679883 817905664 1501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0

[startup+0.0823759 s]
/proc/loadavg: 2.48 2.24 2.08 2/82 25810
/proc/meminfo: memFree=1737864/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=802164 CPUtime=0.07
/proc/25810/stat : 25810 (java) S 25808 25810 20738 0 -1 0 2814 0 1 0 5 2 0 0 18 0 7 0 24679880 821415936 2559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/25810/statm: 200541 2574 1039 9 0 197892 0
[pid=25810/tid=25811] ppid=25808 vsize=802164 CPUtime=0.06
/proc/25810/task/25811/stat : 25811 (java) D 25808 25810 20738 0 -1 64 2091 0 1 0 5 1 0 0 17 0 7 0 24679882 821415936 2574 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
[pid=25810/tid=25812] ppid=25808 vsize=803004 CPUtime=0
/proc/25810/task/25812/stat : 25812 (java) S 25808 25810 20738 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 24679883 822276096 2665 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25813] ppid=25808 vsize=803004 CPUtime=0
/proc/25810/task/25813/stat : 25813 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24679883 822276096 2665 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.115719 s]
/proc/loadavg: 2.48 2.24 2.08 2/82 25810
/proc/meminfo: memFree=1737864/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=804560 CPUtime=0.1
/proc/25810/stat : 25810 (java) S 25808 25810 20738 0 -1 0 3075 0 1 0 8 2 0 0 18 0 12 0 24679880 823869440 2818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25810/statm: 201140 2818 1083 9 0 198474 0
[pid=25810/tid=25811] ppid=25808 vsize=804560 CPUtime=0.09
/proc/25810/task/25811/stat : 25811 (java) R 25808 25810 20738 0 -1 64 2321 0 1 0 8 1 0 0 21 0 12 0 24679882 823869440 2818 996147200 134512640 134550932 4294956016 18446744073709551615 4109170532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25812] ppid=25808 vsize=804560 CPUtime=0
/proc/25810/task/25812/stat : 25812 (java) S 25808 25810 20738 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24679883 823869440 2818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25813] ppid=25808 vsize=804560 CPUtime=0
/proc/25810/task/25813/stat : 25813 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24679883 823869440 2818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804560

[startup+0.302743 s]
/proc/loadavg: 2.48 2.24 2.08 2/82 25810
/proc/meminfo: memFree=1737864/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=805628 CPUtime=0.29
/proc/25810/stat : 25810 (java) S 25808 25810 20738 0 -1 0 4295 0 1 0 26 3 0 0 18 0 12 0 24679880 824963072 4032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25810/statm: 201407 4032 1359 9 0 198734 0
[pid=25810/tid=25811] ppid=25808 vsize=805628 CPUtime=0.22
/proc/25810/task/25811/stat : 25811 (java) R 25808 25810 20738 0 -1 64 3059 0 1 0 20 2 0 0 18 0 12 0 24679882 824963072 4032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25812] ppid=25808 vsize=805628 CPUtime=0
/proc/25810/task/25812/stat : 25812 (java) S 25808 25810 20738 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24679883 824963072 4032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25813] ppid=25808 vsize=805628 CPUtime=0
/proc/25810/task/25813/stat : 25813 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24679883 824963072 4032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701784 s]
/proc/loadavg: 2.48 2.24 2.08 2/82 25810
/proc/meminfo: memFree=1737864/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=807184 CPUtime=0.68
/proc/25810/stat : 25810 (java) S 25808 25810 20738 0 -1 0 6506 0 1 0 64 4 0 0 18 0 12 0 24679880 826556416 5860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25810/statm: 201796 5860 1385 9 0 199123 0
[pid=25810/tid=25811] ppid=25808 vsize=807184 CPUtime=0.39
/proc/25810/task/25811/stat : 25811 (java) R 25808 25810 20738 0 -1 64 4474 0 1 0 36 3 0 0 20 0 12 0 24679882 826556416 5860 996147200 134512640 134550932 4294956016 18446744073709551615 4109514497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25812] ppid=25808 vsize=807184 CPUtime=0
/proc/25810/task/25812/stat : 25812 (java) S 25808 25810 20738 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24679883 826556416 5860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25813] ppid=25808 vsize=807184 CPUtime=0
/proc/25810/task/25813/stat : 25813 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24679883 826556416 5860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50287 s]
/proc/loadavg: 2.48 2.24 2.08 3/94 25822
/proc/meminfo: memFree=1699112/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=810844 CPUtime=1.47
/proc/25810/stat : 25810 (java) S 25808 25810 20738 0 -1 0 14168 0 1 0 138 9 0 0 18 0 12 0 24679880 830304256 12338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25810/statm: 202711 12338 1406 9 0 200038 0
[pid=25810/tid=25811] ppid=25808 vsize=810844 CPUtime=0.81
/proc/25810/task/25811/stat : 25811 (java) R 25808 25810 20738 0 -1 64 10204 0 1 0 74 7 0 0 19 0 12 0 24679882 830304256 12338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25812] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25812/stat : 25812 (java) S 25808 25810 20738 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24679883 830304256 12338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25813] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25813/stat : 25813 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24679883 830304256 12338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25815] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25815/stat : 25815 (java) S 25808 25810 20738 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 24679885 830304256 12338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25816] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25816/stat : 25816 (java) S 25808 25810 20738 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 24679885 830304256 12338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25817] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25817/stat : 25817 (java) S 25808 25810 20738 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24679885 830304256 12338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25818] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25818/stat : 25818 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24679890 830304256 12338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25819] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25819/stat : 25819 (java) S 25808 25810 20738 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24679890 830304256 12338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25820] ppid=25808 vsize=810844 CPUtime=0.65
/proc/25810/task/25820/stat : 25820 (java) R 25808 25810 20738 0 -1 64 3210 0 0 0 64 1 0 0 17 0 12 0 24679890 830304256 12338 996147200 134512640 134550932 4294956016 18446744073709551615 103096981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25821] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25821/stat : 25821 (java) S 25808 25810 20738 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24679890 830304256 12338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25822] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25822/stat : 25822 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24679890 830304256 12338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810844

[startup+3.10103 s]
/proc/loadavg: 2.48 2.24 2.08 3/94 25822
/proc/meminfo: memFree=1651496/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=810844 CPUtime=3.07
/proc/25810/stat : 25810 (java) S 25808 25810 20738 0 -1 0 26797 0 1 0 292 15 0 0 18 0 12 0 24679880 830304256 24577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25810/statm: 202711 24577 1435 9 0 200038 0
[pid=25810/tid=25811] ppid=25808 vsize=810844 CPUtime=1.69
/proc/25810/task/25811/stat : 25811 (java) R 25808 25810 20738 0 -1 64 17384 0 1 0 159 10 0 0 20 0 12 0 24679882 830304256 24577 996147200 134512640 134550932 4294956016 18446744073709551615 4109669419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25812] ppid=25808 vsize=810844 CPUtime=0.07
/proc/25810/task/25812/stat : 25812 (java) S 25808 25810 20738 0 -1 64 2485 0 0 0 7 0 0 0 17 0 12 0 24679883 830304256 24577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25813] ppid=25808 vsize=810844 CPUtime=0.06
/proc/25810/task/25813/stat : 25813 (java) S 25808 25810 20738 0 -1 64 2453 0 0 0 6 0 0 0 17 0 12 0 24679883 830304256 24577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25815] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25815/stat : 25815 (java) S 25808 25810 20738 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24679885 830304256 24577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25816] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25816/stat : 25816 (java) S 25808 25810 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24679885 830304256 24577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25817] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25817/stat : 25817 (java) S 25808 25810 20738 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24679885 830304256 24577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25818] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25818/stat : 25818 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24679890 830304256 24577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25819] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25819/stat : 25819 (java) S 25808 25810 20738 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24679890 830304256 24577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25820] ppid=25808 vsize=810844 CPUtime=1.19
/proc/25810/task/25820/stat : 25820 (java) S 25808 25810 20738 0 -1 64 3710 0 0 0 118 1 0 0 16 0 12 0 24679890 830304256 24577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25821] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25821/stat : 25821 (java) S 25808 25810 20738 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24679890 830304256 24577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25822] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25822/stat : 25822 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24679890 830304256 24577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 810844

[startup+6.30737 s]
/proc/loadavg: 2.44 2.23 2.08 3/94 25822
/proc/meminfo: memFree=1581096/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=810844 CPUtime=6.28
/proc/25810/stat : 25810 (java) S 25808 25810 20738 0 -1 0 34299 0 1 0 611 17 0 0 18 0 12 0 24679880 830304256 31635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25810/statm: 202711 31635 1435 9 0 200038 0
[pid=25810/tid=25811] ppid=25808 vsize=810844 CPUtime=4.58
/proc/25810/task/25811/stat : 25811 (java) R 25808 25810 20738 0 -1 64 17392 0 1 0 448 10 0 0 25 0 12 0 24679882 830304256 31635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25812] ppid=25808 vsize=810844 CPUtime=0.24
/proc/25810/task/25812/stat : 25812 (java) R 25808 25810 20738 0 -1 64 5292 0 0 0 22 2 0 0 15 0 12 0 24679883 830304256 31635 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25813] ppid=25808 vsize=810844 CPUtime=0.22
/proc/25810/task/25813/stat : 25813 (java) R 25808 25810 20738 0 -1 64 7140 0 0 0 20 2 0 0 16 0 12 0 24679883 830304256 31635 996147200 134512640 134550932 4294956016 18446744073709551615 106196588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25815] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25815/stat : 25815 (java) S 25808 25810 20738 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24679885 830304256 31635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25816] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25816/stat : 25816 (java) S 25808 25810 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24679885 830304256 31635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25817] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25817/stat : 25817 (java) S 25808 25810 20738 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24679885 830304256 31635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25818] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25818/stat : 25818 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24679890 830304256 31635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25819] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25819/stat : 25819 (java) S 25808 25810 20738 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24679890 830304256 31635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25820] ppid=25808 vsize=810844 CPUtime=1.19
/proc/25810/task/25820/stat : 25820 (java) S 25808 25810 20738 0 -1 64 3710 0 0 0 118 1 0 0 16 0 12 0 24679890 830304256 31635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25821] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25821/stat : 25821 (java) S 25808 25810 20738 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24679890 830304256 31635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25822] ppid=25808 vsize=810844 CPUtime=0
/proc/25810/task/25822/stat : 25822 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24679890 830304256 31635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 810844

[startup+12.702 s]
/proc/loadavg: 2.40 2.23 2.08 3/94 25822
/proc/meminfo: memFree=1541800/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=810524 CPUtime=12.65
/proc/25810/stat : 25810 (java) S 25808 25810 20738 0 -1 0 45104 0 1 0 1242 23 0 0 18 0 12 0 24679880 829976576 42343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25810/statm: 202631 42343 1435 9 0 199958 0
[pid=25810/tid=25811] ppid=25808 vsize=810524 CPUtime=10.68
/proc/25810/task/25811/stat : 25811 (java) R 25808 25810 20738 0 -1 64 17409 0 1 0 1058 10 0 0 25 0 12 0 24679882 829976576 42343 996147200 134512640 134550932 4294956016 18446744073709551615 4109747725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25812] ppid=25808 vsize=810524 CPUtime=0.35
/proc/25810/task/25812/stat : 25812 (java) S 25808 25810 20738 0 -1 64 10406 0 0 0 31 4 0 0 16 0 12 0 24679883 829976576 42343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25813] ppid=25808 vsize=810524 CPUtime=0.36
/proc/25810/task/25813/stat : 25813 (java) S 25808 25810 20738 0 -1 64 12814 0 0 0 31 5 0 0 16 0 12 0 24679883 829976576 42343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25815] ppid=25808 vsize=810524 CPUtime=0.01
/proc/25810/task/25815/stat : 25815 (java) S 25808 25810 20738 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 24679885 829976576 42343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25816] ppid=25808 vsize=810524 CPUtime=0
/proc/25810/task/25816/stat : 25816 (java) S 25808 25810 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24679885 829976576 42343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25817] ppid=25808 vsize=810524 CPUtime=0
/proc/25810/task/25817/stat : 25817 (java) S 25808 25810 20738 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24679885 829976576 42343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25818] ppid=25808 vsize=810524 CPUtime=0
/proc/25810/task/25818/stat : 25818 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24679890 829976576 42343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25819] ppid=25808 vsize=810524 CPUtime=0
/proc/25810/task/25819/stat : 25819 (java) S 25808 25810 20738 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24679890 829976576 42343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=25810/tid=25822] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25822/stat : 25822 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 306.23
Current children cumulated vsize (KiB) 809100

[startup+313.508 s]
/proc/loadavg: 2.32 2.20 2.10 4/94 25822
/proc/meminfo: memFree=815984/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=809100 CPUtime=312.63
/proc/25810/stat : 25810 (java) S 25808 25810 20738 0 -1 0 175443 0 1 0 31169 94 0 0 18 0 12 0 24679880 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25810/statm: 202275 171770 1437 9 0 199602 0
[pid=25810/tid=25811] ppid=25808 vsize=809100 CPUtime=274.76
/proc/25810/task/25811/stat : 25811 (java) R 25808 25810 20738 0 -1 64 17967 0 1 0 27462 14 0 0 25 0 12 0 24679882 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25812] ppid=25808 vsize=809100 CPUtime=4.92
/proc/25810/task/25812/stat : 25812 (java) S 25808 25810 20738 0 -1 64 72584 0 0 0 460 32 0 0 16 0 12 0 24679883 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25813] ppid=25808 vsize=809100 CPUtime=5.17
/proc/25810/task/25813/stat : 25813 (java) S 25808 25810 20738 0 -1 64 79502 0 0 0 480 37 0 0 15 0 12 0 24679883 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25815] ppid=25808 vsize=809100 CPUtime=26.34
/proc/25810/task/25815/stat : 25815 (java) R 25808 25810 20738 0 -1 64 925 0 0 0 2628 6 0 0 16 0 12 0 24679885 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25816] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25816/stat : 25816 (java) S 25808 25810 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24679885 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25817] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25817/stat : 25817 (java) S 25808 25810 20738 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24679885 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25818] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25818/stat : 25818 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25819] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25819/stat : 25819 (java) S 25808 25810 20738 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25820] ppid=25808 vsize=809100 CPUtime=1.38
/proc/25810/task/25820/stat : 25820 (java) S 25808 25810 20738 0 -1 64 3712 0 0 0 137 1 0 0 17 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25821] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25821/stat : 25821 (java) S 25808 25810 20738 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25822] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25822/stat : 25822 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 312.63
Current children cumulated vsize (KiB) 809100

[startup+316.703 s]
/proc/loadavg: 2.32 2.20 2.10 4/94 25822
/proc/meminfo: memFree=815984/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=809100 CPUtime=315.83
/proc/25810/stat : 25810 (java) S 25808 25810 20738 0 -1 0 175449 0 1 0 31489 94 0 0 18 0 12 0 24679880 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25810/statm: 202275 171770 1437 9 0 199602 0
[pid=25810/tid=25811] ppid=25808 vsize=809100 CPUtime=275.05
/proc/25810/task/25811/stat : 25811 (java) R 25808 25810 20738 0 -1 64 17973 0 1 0 27491 14 0 0 25 0 12 0 24679882 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25812] ppid=25808 vsize=809100 CPUtime=4.92
/proc/25810/task/25812/stat : 25812 (java) S 25808 25810 20738 0 -1 64 72584 0 0 0 460 32 0 0 16 0 12 0 24679883 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25813] ppid=25808 vsize=809100 CPUtime=5.17
/proc/25810/task/25813/stat : 25813 (java) S 25808 25810 20738 0 -1 64 79502 0 0 0 480 37 0 0 15 0 12 0 24679883 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25815] ppid=25808 vsize=809100 CPUtime=29.24
/proc/25810/task/25815/stat : 25815 (java) R 25808 25810 20738 0 -1 64 925 0 0 0 2918 6 0 0 17 0 12 0 24679885 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 106157718 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25816] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25816/stat : 25816 (java) S 25808 25810 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24679885 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25817] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25817/stat : 25817 (java) S 25808 25810 20738 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24679885 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25818] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25818/stat : 25818 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25819] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25819/stat : 25819 (java) S 25808 25810 20738 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25820] ppid=25808 vsize=809100 CPUtime=1.38
/proc/25810/task/25820/stat : 25820 (java) S 25808 25810 20738 0 -1 64 3712 0 0 0 137 1 0 0 17 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25821] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25821/stat : 25821 (java) S 25808 25810 20738 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25822] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25822/stat : 25822 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 315.83
Current children cumulated vsize (KiB) 809100

[startup+318.301 s]
/proc/loadavg: 2.32 2.20 2.10 3/94 25822
/proc/meminfo: memFree=815984/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=809100 CPUtime=317.42
/proc/25810/stat : 25810 (java) S 25808 25810 20738 0 -1 0 175453 0 1 0 31648 94 0 0 18 0 12 0 24679880 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25810/statm: 202275 171770 1436 9 0 199602 0
[pid=25810/tid=25811] ppid=25808 vsize=809100 CPUtime=275.05
/proc/25810/task/25811/stat : 25811 (java) S 25808 25810 20738 0 -1 64 17977 0 1 0 27491 14 0 0 25 0 12 0 24679882 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25812] ppid=25808 vsize=809100 CPUtime=4.92
/proc/25810/task/25812/stat : 25812 (java) S 25808 25810 20738 0 -1 64 72584 0 0 0 460 32 0 0 16 0 12 0 24679883 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25813] ppid=25808 vsize=809100 CPUtime=5.17
/proc/25810/task/25813/stat : 25813 (java) S 25808 25810 20738 0 -1 64 79502 0 0 0 480 37 0 0 15 0 12 0 24679883 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25815] ppid=25808 vsize=809100 CPUtime=30.83
/proc/25810/task/25815/stat : 25815 (java) R 25808 25810 20738 0 -1 64 925 0 0 0 3077 6 0 0 19 0 12 0 24679885 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25816] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25816/stat : 25816 (java) S 25808 25810 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24679885 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25817] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25817/stat : 25817 (java) S 25808 25810 20738 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24679885 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25818] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25818/stat : 25818 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25819] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25819/stat : 25819 (java) S 25808 25810 20738 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25820] ppid=25808 vsize=809100 CPUtime=1.38
/proc/25810/task/25820/stat : 25820 (java) S 25808 25810 20738 0 -1 64 3712 0 0 0 137 1 0 0 17 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25821] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25821/stat : 25821 (java) S 25808 25810 20738 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25822] ppid=25808 vsize=809100 CPUtime=0
/proc/25810/task/25822/stat : 25822 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24679890 828518400 171770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 317.42
Current children cumulated vsize (KiB) 809100

[startup+319.902 s]
/proc/loadavg: 2.29 2.20 2.10 3/95 25823
/proc/meminfo: memFree=815976/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=809424 CPUtime=319.02
/proc/25810/stat : 25810 (java) S 25808 25810 20738 0 -1 0 175462 0 1 0 31807 95 0 0 18 0 13 0 24679880 828850176 171776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25810/statm: 202356 171776 1436 9 0 199683 0
[pid=25810/tid=25811] ppid=25808 vsize=809424 CPUtime=275.05
/proc/25810/task/25811/stat : 25811 (java) S 25808 25810 20738 0 -1 64 17979 0 1 0 27491 14 0 0 25 0 13 0 24679882 828850176 171776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25812] ppid=25808 vsize=809424 CPUtime=4.92
/proc/25810/task/25812/stat : 25812 (java) S 25808 25810 20738 0 -1 64 72584 0 0 0 460 32 0 0 16 0 13 0 24679883 828850176 171776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25813] ppid=25808 vsize=809424 CPUtime=5.17
/proc/25810/task/25813/stat : 25813 (java) S 25808 25810 20738 0 -1 64 79502 0 0 0 480 37 0 0 15 0 13 0 24679883 828850176 171776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25815] ppid=25808 vsize=809424 CPUtime=32.43
/proc/25810/task/25815/stat : 25815 (java) R 25808 25810 20738 0 -1 64 925 0 0 0 3237 6 0 0 23 0 13 0 24679885 828850176 171776 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25816] ppid=25808 vsize=809424 CPUtime=0
/proc/25810/task/25816/stat : 25816 (java) S 25808 25810 20738 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 24679885 828850176 171776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25817] ppid=25808 vsize=809424 CPUtime=0
/proc/25810/task/25817/stat : 25817 (java) S 25808 25810 20738 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24679885 828850176 171776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25818] ppid=25808 vsize=809424 CPUtime=0
/proc/25810/task/25818/stat : 25818 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24679890 828850176 171776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25819] ppid=25808 vsize=809424 CPUtime=0
/proc/25810/task/25819/stat : 25819 (java) S 25808 25810 20738 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24679890 828850176 171776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25820] ppid=25808 vsize=809424 CPUtime=1.38
/proc/25810/task/25820/stat : 25820 (java) S 25808 25810 20738 0 -1 64 3712 0 0 0 137 1 0 0 17 0 13 0 24679890 828850176 171776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25821] ppid=25808 vsize=809424 CPUtime=0
/proc/25810/task/25821/stat : 25821 (java) S 25808 25810 20738 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24679890 828850176 171776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25822] ppid=25808 vsize=809424 CPUtime=0
/proc/25810/task/25822/stat : 25822 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24679890 828850176 171776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25823] ppid=25808 vsize=809424 CPUtime=0
/proc/25810/task/25823/stat : 25823 (java) S 25808 25810 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24711722 828850176 171776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 319.02
Current children cumulated vsize (KiB) 809424

[startup+320.302 s]
/proc/loadavg: 2.29 2.20 2.10 3/95 25823
/proc/meminfo: memFree=815912/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=809424 CPUtime=319.42
/proc/25810/stat : 25810 (java) S 25808 25810 20738 0 -1 0 175464 0 1 0 31847 95 0 0 18 0 12 0 24679880 828850176 171777 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25810/statm: 202356 171777 1437 9 0 199683 0
[pid=25810/tid=25811] ppid=25808 vsize=809424 CPUtime=275.05
/proc/25810/task/25811/stat : 25811 (java) S 25808 25810 20738 0 -1 64 17979 0 1 0 27491 14 0 0 16 0 12 0 24679882 828850176 171777 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25812] ppid=25808 vsize=809424 CPUtime=4.92
/proc/25810/task/25812/stat : 25812 (java) S 25808 25810 20738 0 -1 64 72584 0 0 0 460 32 0 0 16 0 12 0 24679883 828850176 171777 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25813] ppid=25808 vsize=809424 CPUtime=5.17
/proc/25810/task/25813/stat : 25813 (java) S 25808 25810 20738 0 -1 64 79502 0 0 0 480 37 0 0 15 0 12 0 24679883 828850176 171777 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25815] ppid=25808 vsize=809424 CPUtime=32.82
/proc/25810/task/25815/stat : 25815 (java) R 25808 25810 20738 0 -1 64 925 0 0 0 3276 6 0 0 25 0 12 0 24679885 828850176 171777 996147200 134512640 134550932 4294956016 18446744073709551615 105696577 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25816] ppid=25808 vsize=809424 CPUtime=0
/proc/25810/task/25816/stat : 25816 (java) S 25808 25810 20738 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24679885 828850176 171777 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25817] ppid=25808 vsize=809424 CPUtime=0
/proc/25810/task/25817/stat : 25817 (java) S 25808 25810 20738 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24679885 828850176 171777 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25810/tid=25818] ppid=25808 vsize=809424 CPUtime=0
/proc/25810/task/25818/stat : 25818 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24679890 828850176 171777 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25819] ppid=25808 vsize=809424 CPUtime=0
/proc/25810/task/25819/stat : 25819 (java) S 25808 25810 20738 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24679890 828850176 171777 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25820] ppid=25808 vsize=809424 CPUtime=1.38
/proc/25810/task/25820/stat : 25820 (java) S 25808 25810 20738 0 -1 64 3712 0 0 0 137 1 0 0 17 0 12 0 24679890 828850176 171777 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25821] ppid=25808 vsize=809424 CPUtime=0
/proc/25810/task/25821/stat : 25821 (java) S 25808 25810 20738 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24679890 828850176 171777 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25810/tid=25822] ppid=25808 vsize=809424 CPUtime=0
/proc/25810/task/25822/stat : 25822 (java) S 25808 25810 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24679890 828850176 171777 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 319.42
Current children cumulated vsize (KiB) 809424

[startup+320.501 s]
/proc/loadavg: 2.29 2.20 2.10 3/95 25823
/proc/meminfo: memFree=815912/2055920 swapFree=4192812/4192956
[pid=25810] ppid=25808 vsize=0 CPUtime=319.59
/proc/25810/stat : 25810 (java) Z 25808 25810 20738 0 -1 12 175469 0 1 0 31856 103 0 0 16 0 2 0 24679880 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25810/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 319.59
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 320.521
CPU time (s): 319.616
CPU user time (s): 318.566
CPU system time (s): 1.05084
CPU usage (%): 99.7179
Max. virtual memory (cumulated for all children) (KiB): 811444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 318.566
system time used= 1.05084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175469
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16267
involuntary context switches= 15221

runsolver used 0.398939 second user time and 1.11783 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 07:22:05
IDJOB=2082900
IDBENCH=57652
IDSOLVER=731
FILE ID=node7/2082900-1247376125
PBS_JOBID= 9507048
Free space on /tmp= 66136 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-06-1070.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082900-1247376125/watcher-2082900-1247376125 -o /tmp/evaluation-result-2082900-1247376125/solver-2082900-1247376125 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082900-1247376125.xml

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

MD5SUM BENCH= 995f63597ce032c59d2195b980a2a425
RANDOM SEED=273883700

node7.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.231
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.231
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:       1738344 kB
Buffers:         15460 kB
Cached:          83752 kB
SwapCached:          0 kB
Active:         240332 kB
Inactive:        24708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:         186276 kB
Slab:            37448 kB
Committed_AS:   411800 kB
PageTables:       2208 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= 66136 MiB
End job on node7 at 2009-07-12 07:27:26