Trace number 2080876

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? 676.785 679.519

General information on the benchmark

Namecsp/langford3/
normalized-langford-3-40.xml
MD5SUMf5050c7234c03b258393dcf49c452457
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints7220
Maximum constraint arity2
Maximum domain size120
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7220
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2080876-1247371480.xml
0.19/0.23	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.46	c reading variables done.
0.69/0.75	c reading predicates  done.
0.88/0.96	c reading constraints
670.23/672.91	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
674.51/677.29		at org.sat4j.core.VecInt.ensure(Unknown Source)
674.51/677.29		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
674.51/677.29		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
674.51/677.29		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
674.51/677.29		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
674.51/677.29		at org.sat4j.csp.Predicate.toClause(Unknown Source)
674.51/677.29		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
674.51/677.29		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
674.51/677.29		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
674.51/677.29		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
674.51/677.29		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
674.51/677.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
674.51/677.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
674.51/677.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
674.51/677.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
674.51/677.29		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
674.51/677.29		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
674.51/677.29		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
674.51/677.29		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
674.51/677.29		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
674.51/677.29		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
674.51/677.29		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
674.51/677.29		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
674.51/677.29		at org.sat4j.AbstractLauncher.run(Unknown Source)
674.51/677.29		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
676.30/679.08	c starts		: 0
676.30/679.09	c conflicts		: 0
676.30/679.09	c decisions		: 0
676.30/679.09	c propagations		: 0
676.30/679.09	c inspects		: 0
676.30/679.09	c learnt literals	: 0
676.30/679.09	c learnt binary clauses	: 0
676.30/679.09	c learnt ternary clauses	: 0
676.30/679.09	c learnt clauses	: 0
676.30/679.09	c ignored clauses	: 0
676.30/679.09	c root simplifications	: 0
676.30/679.09	c removed literals (reason simplification)	: 0
676.30/679.09	c reason swapping (by a shorter reason)	: 0
676.30/679.09	c Calls to reduceDB	: 0
676.30/679.09	c speed (assignments/second)	: 0.0
676.30/679.09	c non guided choices	0
676.30/679.09	c learnt constraints type 
676.30/679.09	c constraints type 
676.30/679.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1340220
676.30/679.09	c org.sat4j.minisat.constraints.card.AtLeast => 120
676.30/679.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 13712
676.30/679.09	s UNKNOWN
676.30/679.09	c Total wall clock time (in seconds) : 677.064

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-2080876-1247371480/watcher-2080876-1247371480 -o /tmp/evaluation-result-2080876-1247371480/solver-2080876-1247371480 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080876-1247371480.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.25 2.20 2.08 4/74 23727
/proc/meminfo: memFree=1481008/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=18576 CPUtime=0
/proc/23727/stat : 23727 (runsolver) R 23725 23727 19023 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24213560 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23727/statm: 4644 284 249 26 0 2626 0

[startup+0.040893 s]
/proc/loadavg: 2.25 2.20 2.08 4/74 23727
/proc/meminfo: memFree=1481008/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=801384 CPUtime=0.02
/proc/23727/stat : 23727 (java) S 23725 23727 19023 0 -1 0 2496 0 1 0 1 1 0 0 21 0 5 0 24213560 820617216 2243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23727/statm: 200346 2243 975 9 0 197697 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801384

[startup+0.101903 s]
/proc/loadavg: 2.25 2.20 2.08 4/74 23727
/proc/meminfo: memFree=1481008/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=804560 CPUtime=0.09
/proc/23727/stat : 23727 (java) S 23725 23727 19023 0 -1 0 3066 0 1 0 7 2 0 0 21 0 12 0 24213560 823869440 2809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23727/statm: 201140 2809 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.30192 s]
/proc/loadavg: 2.25 2.20 2.08 4/74 23727
/proc/meminfo: memFree=1481008/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=805996 CPUtime=0.28
/proc/23727/stat : 23727 (java) S 23725 23727 19023 0 -1 0 4424 0 1 0 25 3 0 0 21 0 12 0 24213560 825339904 4161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23727/statm: 201499 4161 1365 9 0 198826 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805996

[startup+0.701964 s]
/proc/loadavg: 2.25 2.20 2.08 4/74 23727
/proc/meminfo: memFree=1481008/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=807176 CPUtime=0.69
/proc/23727/stat : 23727 (java) S 23725 23727 19023 0 -1 0 6433 0 1 0 64 5 0 0 21 0 12 0 24213560 826548224 5443 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23727/statm: 201794 5443 1385 9 0 199121 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807176

[startup+1.50205 s]
/proc/loadavg: 2.25 2.20 2.08 3/86 23739
/proc/meminfo: memFree=1459600/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=810276 CPUtime=1.47
/proc/23727/stat : 23727 (java) S 23725 23727 19023 0 -1 0 9933 0 1 0 141 6 0 0 21 0 12 0 24213560 829722624 7796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23727/statm: 202569 7796 1416 9 0 199896 0
[pid=23727/tid=23729] ppid=23725 vsize=810276 CPUtime=0.7
/proc/23727/task/23729/stat : 23729 (java) R 23725 23727 19023 0 -1 64 5723 0 1 0 66 4 0 0 25 0 12 0 24213561 829722624 7796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23730] ppid=23725 vsize=810276 CPUtime=0
/proc/23727/task/23730/stat : 23730 (java) S 23725 23727 19023 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 24213562 829722624 7796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23731] ppid=23725 vsize=810276 CPUtime=0
/proc/23727/task/23731/stat : 23731 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24213562 829722624 7796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23732] ppid=23725 vsize=810276 CPUtime=0
/proc/23727/task/23732/stat : 23732 (java) S 23725 23727 19023 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24213564 829722624 7796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23733] ppid=23725 vsize=810276 CPUtime=0
/proc/23727/task/23733/stat : 23733 (java) S 23725 23727 19023 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 24213564 829722624 7796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23734] ppid=23725 vsize=810276 CPUtime=0
/proc/23727/task/23734/stat : 23734 (java) S 23725 23727 19023 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24213565 829722624 7796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23735] ppid=23725 vsize=810276 CPUtime=0
/proc/23727/task/23735/stat : 23735 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 829722624 7796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23736] ppid=23725 vsize=810276 CPUtime=0.04
/proc/23727/task/23736/stat : 23736 (java) S 23725 23727 19023 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24213569 829722624 7796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23737] ppid=23725 vsize=810276 CPUtime=0.71
/proc/23727/task/23737/stat : 23737 (java) R 23725 23727 19023 0 -1 64 3201 0 0 0 70 1 0 0 17 0 12 0 24213569 829722624 7796 996147200 134512640 134550932 4294956016 18446744073709551615 104163918 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23738] ppid=23725 vsize=810276 CPUtime=0
/proc/23727/task/23738/stat : 23738 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 829722624 7796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23739] ppid=23725 vsize=810276 CPUtime=0
/proc/23727/task/23739/stat : 23739 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24213569 829722624 7796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810276

[startup+3.10221 s]
/proc/loadavg: 2.23 2.20 2.08 3/86 23739
/proc/meminfo: memFree=1409360/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=818496 CPUtime=3.09
/proc/23727/stat : 23727 (java) S 23725 23727 19023 0 -1 0 28408 0 1 0 295 14 0 0 21 0 12 0 24213560 838139904 23175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23727/statm: 204624 23175 1425 9 0 201951 0
[pid=23727/tid=23729] ppid=23725 vsize=818496 CPUtime=1.55
/proc/23727/task/23729/stat : 23729 (java) R 23725 23727 19023 0 -1 64 17372 0 1 0 145 10 0 0 25 0 12 0 24213561 838139904 23175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23730] ppid=23725 vsize=818496 CPUtime=0.01
/proc/23727/task/23730/stat : 23730 (java) S 23725 23727 19023 0 -1 64 1229 0 0 0 1 0 0 0 17 0 12 0 24213562 838139904 23175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23731] ppid=23725 vsize=818496 CPUtime=0
/proc/23727/task/23731/stat : 23731 (java) S 23725 23727 19023 0 -1 64 449 0 0 0 0 0 0 0 17 0 12 0 24213562 838139904 23175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23732] ppid=23725 vsize=818496 CPUtime=0
/proc/23727/task/23732/stat : 23732 (java) S 23725 23727 19023 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24213564 838139904 23175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23733] ppid=23725 vsize=818496 CPUtime=0
/proc/23727/task/23733/stat : 23733 (java) S 23725 23727 19023 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24213564 838139904 23175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23734] ppid=23725 vsize=818496 CPUtime=0
/proc/23727/task/23734/stat : 23734 (java) S 23725 23727 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24213565 838139904 23175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23735] ppid=23725 vsize=818496 CPUtime=0
/proc/23727/task/23735/stat : 23735 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 838139904 23175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23736] ppid=23725 vsize=818496 CPUtime=0.3
/proc/23727/task/23736/stat : 23736 (java) R 23725 23727 19023 0 -1 64 2051 0 0 0 30 0 0 0 19 0 12 0 24213569 838139904 23175 996147200 134512640 134550932 4294956016 18446744073709551615 106123063 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23737] ppid=23725 vsize=818496 CPUtime=1.18
/proc/23727/task/23737/stat : 23737 (java) R 23725 23727 19023 0 -1 64 6552 0 0 0 116 2 0 0 18 0 12 0 24213569 838139904 23175 996147200 134512640 134550932 4294956016 18446744073709551615 106584403 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23738] ppid=23725 vsize=818496 CPUtime=0
/proc/23727/task/23738/stat : 23738 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 838139904 23175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23739] ppid=23725 vsize=818496 CPUtime=0
/proc/23727/task/23739/stat : 23739 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24213569 838139904 23175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 818496

[startup+6.30255 s]
/proc/loadavg: 2.23 2.20 2.08 3/86 23739
/proc/meminfo: memFree=1371408/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=816788 CPUtime=6.29
/proc/23727/stat : 23727 (java) S 23725 23727 19023 0 -1 0 36903 0 1 0 611 18 0 0 21 0 12 0 24213560 836390912 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23727/statm: 204197 30891 1435 9 0 201524 0
[pid=23727/tid=23729] ppid=23725 vsize=816788 CPUtime=4.21
/proc/23727/task/23729/stat : 23729 (java) R 23725 23727 19023 0 -1 64 17383 0 1 0 411 10 0 0 25 0 12 0 24213561 836390912 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4109726225 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23730] ppid=23725 vsize=816788 CPUtime=0.1
/proc/23727/task/23730/stat : 23730 (java) S 23725 23727 19023 0 -1 64 5342 0 0 0 9 1 0 0 16 0 12 0 24213562 836390912 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23731] ppid=23725 vsize=816788 CPUtime=0.1
/proc/23727/task/23731/stat : 23731 (java) S 23725 23727 19023 0 -1 64 4362 0 0 0 9 1 0 0 16 0 12 0 24213562 836390912 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23732] ppid=23725 vsize=816788 CPUtime=0
/proc/23727/task/23732/stat : 23732 (java) S 23725 23727 19023 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 24213564 836390912 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23733] ppid=23725 vsize=816788 CPUtime=0
/proc/23727/task/23733/stat : 23733 (java) S 23725 23727 19023 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24213564 836390912 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23734] ppid=23725 vsize=816788 CPUtime=0
/proc/23727/task/23734/stat : 23734 (java) S 23725 23727 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24213565 836390912 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23735] ppid=23725 vsize=816788 CPUtime=0
/proc/23727/task/23735/stat : 23735 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 836390912 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23736] ppid=23725 vsize=816788 CPUtime=0.49
/proc/23727/task/23736/stat : 23736 (java) S 23725 23727 19023 0 -1 64 2489 0 0 0 49 0 0 0 16 0 12 0 24213569 836390912 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23737] ppid=23725 vsize=816788 CPUtime=1.31
/proc/23727/task/23737/stat : 23737 (java) S 23725 23727 19023 0 -1 64 6565 0 0 0 129 2 0 0 16 0 12 0 24213569 836390912 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23738] ppid=23725 vsize=816788 CPUtime=0
/proc/23727/task/23738/stat : 23738 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 836390912 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23739] ppid=23725 vsize=816788 CPUtime=0
/proc/23727/task/23739/stat : 23739 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24213569 836390912 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 816788

[startup+12.7022 s]
/proc/loadavg: 2.19 2.19 2.08 3/86 23739
/proc/meminfo: memFree=1311976/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=816788 CPUtime=12.65
/proc/23727/stat : 23727 (java) S 23725 23727 19023 0 -1 0 51183 0 1 0 1241 24 0 0 21 0 12 0 24213560 836390912 44953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23727/statm: 204197 44953 1436 9 0 201524 0
[pid=23727/tid=23729] ppid=23725 vsize=816788 CPUtime=10.1
/proc/23727/task/23729/stat : 23729 (java) R 23725 23727 19023 0 -1 64 17405 0 1 0 1000 10 0 0 25 0 12 0 24213561 836390912 44953 996147200 134512640 134550932 4294956016 18446744073709551615 4109672192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23730] ppid=23725 vsize=816788 CPUtime=0.26
/proc/23727/task/23730/stat : 23730 (java) S 23725 23727 19023 0 -1 64 11646 0 0 0 23 3 0 0 16 0 12 0 24213562 836390912 44953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23731] ppid=23725 vsize=816788 CPUtime=0.28
/proc/23727/task/23731/stat : 23731 (java) S 23725 23727 19023 0 -1 64 12312 0 0 0 23 5 0 0 16 0 12 0 24213562 836390912 44953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23732] ppid=23725 vsize=816788 CPUtime=0.01
/proc/23727/task/23732/stat : 23732 (java) S 23725 23727 19023 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 24213564 836390912 44953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23733] ppid=23725 vsize=816788 CPUtime=0
/proc/23727/task/23733/stat : 23733 (java) S 23725 23727 19023 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24213564 836390912 44953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23734] ppid=23725 vsize=816788 CPUtime=0
/proc/23727/task/23734/stat : 23734 (java) S 23725 23727 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24213565 836390912 44953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23735] ppid=23725 vsize=816788 CPUtime=0
/proc/23727/task/23735/stat : 23735 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 836390912 44953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23736] ppid=23725 vsize=816788 CPUtime=0.62
/proc/23727/task/23736/stat : 23736 (java) S 23725 23727 19023 0 -1 64 2493 0 0 0 61 1 0 0 16 0 12 0 24213569 836390912 44953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23737] ppid=23725 vsize=816788 CPUtime=1.31
/proc/23727/task/23737/stat : 23737 (java) S 23725 23727 19023 0 -1 64 6565 0 0 0 129 2 0 0 16 0 12 0 24213569 836390912 44953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23738] ppid=23725 vsize=816788 CPUtime=0
/proc/23727/task/23738/stat : 23738 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 836390912 44953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23739] ppid=23725 vsize=816788 CPUtime=0
/proc/23727/task/23739/stat : 23739 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24213569 836390912 44953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 816788

[startup+25.5016 s]
/proc/loadavg: 2.31 2.21 2.09 3/86 23739
/proc/meminfo: memFree=1219368/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=811816 CPUtime=25.43
/proc/23727/stat : 23727 (java) S 23725 23727 19023 0 -1 0 75522 0 1 0 2510 33 0 0 21 0 12 0 24213560 831299584 67694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23727/statm: 202954 67694 1436 9 0 200281 0
[pid=23727/tid=23729] ppid=23725 vsize=811816 CPUtime=21.85
/proc/23727/task/23729/stat : 23729 (java) R 23725 23727 19023 0 -1 64 17435 0 1 0 2175 10 0 0 25 0 12 0 24213561 831299584 67694 996147200 134512640 134550932 4294956016 18446744073709551615 4109503104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23730] ppid=23725 vsize=811816 CPUtime=0.53
/proc/23727/task/23730/stat : 23730 (java) S 23725 23727 19023 0 -1 64 22182 0 0 0 46 7 0 0 16 0 12 0 24213562 831299584 67694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23731] ppid=23725 vsize=811816 CPUtime=0.57
/proc/23727/task/23731/stat : 23731 (java) S 23725 23727 19023 0 -1 64 26085 0 0 0 47 10 0 0 16 0 12 0 24213562 831299584 67694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23732] ppid=23725 vsize=811816 CPUtime=0.01
/proc/23727/task/23732/stat : 23732 (java) S 23725 23727 19023 0 -1 64 20 0 0 0 1 0 0 0 15 0 12 0 24213564 831299584 67694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23733] ppid=23725 vsize=811816 CPUtime=0
/proc/23727/task/23733/stat : 23733 (java) S 23725 23727 19023 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24213564 831299584 67694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23734] ppid=23725 vsize=811816 CPUtime=0
/proc/23727/task/23734/stat : 23734 (java) S 23725 23727 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24213565 831299584 67694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23735] ppid=23725 vsize=811816 CPUtime=0
/proc/23727/task/23735/stat : 23735 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 831299584 67694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23736] ppid=23725 vsize=811816 CPUtime=1.1

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

[pid=23727/tid=23739] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23739/stat : 23739 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 662.86
Current children cumulated vsize (KiB) 812156

[startup+671.902 s]
/proc/loadavg: 2.00 2.05 2.06 3/86 23739
/proc/meminfo: memFree=793320/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=812156 CPUtime=669.24
/proc/23727/stat : 23727 (java) S 23725 23727 19023 0 -1 0 185689 0 1 0 66847 77 0 0 21 0 12 0 24213560 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23727/statm: 203039 172668 1449 9 0 200366 0
[pid=23727/tid=23729] ppid=23725 vsize=812156 CPUtime=100.05
/proc/23727/task/23729/stat : 23729 (java) S 23725 23727 19023 0 -1 64 17930 0 1 0 9993 12 0 0 16 0 12 0 24213561 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23730] ppid=23725 vsize=812156 CPUtime=2.46
/proc/23727/task/23730/stat : 23730 (java) S 23725 23727 19023 0 -1 64 74834 0 0 0 220 26 0 0 15 0 12 0 24213562 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23731] ppid=23725 vsize=812156 CPUtime=2.5
/proc/23727/task/23731/stat : 23731 (java) S 23725 23727 19023 0 -1 64 77955 0 0 0 222 28 0 0 16 0 12 0 24213562 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23732] ppid=23725 vsize=812156 CPUtime=560.65
/proc/23727/task/23732/stat : 23732 (java) R 23725 23727 19023 0 -1 64 4128 0 0 0 56060 5 0 0 25 0 12 0 24213564 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23733] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23733/stat : 23733 (java) S 23725 23727 19023 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24213564 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23734] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23734/stat : 23734 (java) S 23725 23727 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24213565 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23735] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23735/stat : 23735 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23736] ppid=23725 vsize=812156 CPUtime=2.2
/proc/23727/task/23736/stat : 23736 (java) S 23725 23727 19023 0 -1 64 3535 0 0 0 219 1 0 0 16 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23737] ppid=23725 vsize=812156 CPUtime=1.31
/proc/23727/task/23737/stat : 23737 (java) S 23725 23727 19023 0 -1 64 6565 0 0 0 129 2 0 0 16 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23738] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23738/stat : 23738 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23739] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23739/stat : 23739 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 669.24
Current children cumulated vsize (KiB) 812156

[startup+675.102 s]
/proc/loadavg: 2.00 2.05 2.06 3/86 23739
/proc/meminfo: memFree=793320/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=812156 CPUtime=672.42
/proc/23727/stat : 23727 (java) S 23725 23727 19023 0 -1 0 185693 0 1 0 67165 77 0 0 21 0 12 0 24213560 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23727/statm: 203039 172668 1448 9 0 200366 0
[pid=23727/tid=23729] ppid=23725 vsize=812156 CPUtime=100.05
/proc/23727/task/23729/stat : 23729 (java) S 23725 23727 19023 0 -1 64 17934 0 1 0 9993 12 0 0 16 0 12 0 24213561 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23730] ppid=23725 vsize=812156 CPUtime=2.46
/proc/23727/task/23730/stat : 23730 (java) S 23725 23727 19023 0 -1 64 74834 0 0 0 220 26 0 0 15 0 12 0 24213562 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23731] ppid=23725 vsize=812156 CPUtime=2.5
/proc/23727/task/23731/stat : 23731 (java) S 23725 23727 19023 0 -1 64 77955 0 0 0 222 28 0 0 16 0 12 0 24213562 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23732] ppid=23725 vsize=812156 CPUtime=563.83
/proc/23727/task/23732/stat : 23732 (java) R 23725 23727 19023 0 -1 64 4128 0 0 0 56378 5 0 0 25 0 12 0 24213564 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 106836608 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23733] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23733/stat : 23733 (java) S 23725 23727 19023 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24213564 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23734] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23734/stat : 23734 (java) S 23725 23727 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24213565 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23735] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23735/stat : 23735 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23736] ppid=23725 vsize=812156 CPUtime=2.2
/proc/23727/task/23736/stat : 23736 (java) S 23725 23727 19023 0 -1 64 3535 0 0 0 219 1 0 0 16 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23737] ppid=23725 vsize=812156 CPUtime=1.31
/proc/23727/task/23737/stat : 23737 (java) S 23725 23727 19023 0 -1 64 6565 0 0 0 129 2 0 0 16 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23738] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23738/stat : 23738 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23739] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23739/stat : 23739 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 672.42
Current children cumulated vsize (KiB) 812156

[startup+676.702 s]
/proc/loadavg: 2.00 2.04 2.06 3/86 23739
/proc/meminfo: memFree=793320/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=812156 CPUtime=674.02
/proc/23727/stat : 23727 (java) S 23725 23727 19023 0 -1 0 185693 0 1 0 67325 77 0 0 21 0 12 0 24213560 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23727/statm: 203039 172668 1448 9 0 200366 0
[pid=23727/tid=23729] ppid=23725 vsize=812156 CPUtime=100.05
/proc/23727/task/23729/stat : 23729 (java) S 23725 23727 19023 0 -1 64 17934 0 1 0 9993 12 0 0 16 0 12 0 24213561 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23730] ppid=23725 vsize=812156 CPUtime=2.46
/proc/23727/task/23730/stat : 23730 (java) S 23725 23727 19023 0 -1 64 74834 0 0 0 220 26 0 0 15 0 12 0 24213562 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23731] ppid=23725 vsize=812156 CPUtime=2.5
/proc/23727/task/23731/stat : 23731 (java) S 23725 23727 19023 0 -1 64 77955 0 0 0 222 28 0 0 16 0 12 0 24213562 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23732] ppid=23725 vsize=812156 CPUtime=565.43
/proc/23727/task/23732/stat : 23732 (java) R 23725 23727 19023 0 -1 64 4128 0 0 0 56538 5 0 0 25 0 12 0 24213564 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23733] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23733/stat : 23733 (java) S 23725 23727 19023 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24213564 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23734] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23734/stat : 23734 (java) S 23725 23727 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24213565 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23735] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23735/stat : 23735 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23736] ppid=23725 vsize=812156 CPUtime=2.2
/proc/23727/task/23736/stat : 23736 (java) S 23725 23727 19023 0 -1 64 3535 0 0 0 219 1 0 0 16 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23737] ppid=23725 vsize=812156 CPUtime=1.31
/proc/23727/task/23737/stat : 23737 (java) S 23725 23727 19023 0 -1 64 6565 0 0 0 129 2 0 0 16 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23738] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23738/stat : 23738 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23739] ppid=23725 vsize=812156 CPUtime=0
/proc/23727/task/23739/stat : 23739 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24213569 831647744 172668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 674.02
Current children cumulated vsize (KiB) 812156

[startup+678.303 s]
/proc/loadavg: 2.00 2.04 2.06 3/87 23740
/proc/meminfo: memFree=793312/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=812480 CPUtime=675.61
/proc/23727/stat : 23727 (java) S 23725 23727 19023 0 -1 0 185700 0 1 0 67484 77 0 0 21 0 13 0 24213560 831979520 172674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23727/statm: 203120 172674 1448 9 0 200447 0
[pid=23727/tid=23729] ppid=23725 vsize=812480 CPUtime=100.06
/proc/23727/task/23729/stat : 23729 (java) S 23725 23727 19023 0 -1 64 17937 0 1 0 9994 12 0 0 16 0 13 0 24213561 831979520 172674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23730] ppid=23725 vsize=812480 CPUtime=2.46
/proc/23727/task/23730/stat : 23730 (java) S 23725 23727 19023 0 -1 64 74834 0 0 0 220 26 0 0 15 0 13 0 24213562 831979520 172674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23731] ppid=23725 vsize=812480 CPUtime=2.5
/proc/23727/task/23731/stat : 23731 (java) S 23725 23727 19023 0 -1 64 77955 0 0 0 222 28 0 0 16 0 13 0 24213562 831979520 172674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23732] ppid=23725 vsize=812480 CPUtime=567.02
/proc/23727/task/23732/stat : 23732 (java) R 23725 23727 19023 0 -1 64 4128 0 0 0 56697 5 0 0 25 0 13 0 24213564 831979520 172674 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23733] ppid=23725 vsize=812480 CPUtime=0
/proc/23727/task/23733/stat : 23733 (java) S 23725 23727 19023 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24213564 831979520 172674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23734] ppid=23725 vsize=812480 CPUtime=0
/proc/23727/task/23734/stat : 23734 (java) S 23725 23727 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24213565 831979520 172674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23735] ppid=23725 vsize=812480 CPUtime=0
/proc/23727/task/23735/stat : 23735 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24213569 831979520 172674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23736] ppid=23725 vsize=812480 CPUtime=2.2
/proc/23727/task/23736/stat : 23736 (java) S 23725 23727 19023 0 -1 64 3535 0 0 0 219 1 0 0 16 0 13 0 24213569 831979520 172674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23737] ppid=23725 vsize=812480 CPUtime=1.31
/proc/23727/task/23737/stat : 23737 (java) S 23725 23727 19023 0 -1 64 6565 0 0 0 129 2 0 0 16 0 13 0 24213569 831979520 172674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23738] ppid=23725 vsize=812480 CPUtime=0
/proc/23727/task/23738/stat : 23738 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24213569 831979520 172674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23739] ppid=23725 vsize=812480 CPUtime=0
/proc/23727/task/23739/stat : 23739 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24213569 831979520 172674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23740] ppid=23725 vsize=812480 CPUtime=0
/proc/23727/task/23740/stat : 23740 (java) S 23725 23727 19023 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 24281289 831979520 172674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 675.61
Current children cumulated vsize (KiB) 812480

[startup+679.102 s]
/proc/loadavg: 2.00 2.04 2.06 3/87 23740
/proc/meminfo: memFree=793312/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=812480 CPUtime=676.4
/proc/23727/stat : 23727 (java) S 23725 23727 19023 0 -1 0 185706 0 1 0 67563 77 0 0 21 0 12 0 24213560 831979520 172679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23727/statm: 203120 172679 1449 9 0 200447 0
[pid=23727/tid=23729] ppid=23725 vsize=812480 CPUtime=100.06
/proc/23727/task/23729/stat : 23729 (java) S 23725 23727 19023 0 -1 64 17938 0 1 0 9994 12 0 0 16 0 12 0 24213561 831979520 172679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23730] ppid=23725 vsize=812480 CPUtime=2.46
/proc/23727/task/23730/stat : 23730 (java) S 23725 23727 19023 0 -1 64 74834 0 0 0 220 26 0 0 15 0 12 0 24213562 831979520 172679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23731] ppid=23725 vsize=812480 CPUtime=2.5
/proc/23727/task/23731/stat : 23731 (java) S 23725 23727 19023 0 -1 64 77955 0 0 0 222 28 0 0 16 0 12 0 24213562 831979520 172679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23732] ppid=23725 vsize=812480 CPUtime=567.81
/proc/23727/task/23732/stat : 23732 (java) R 23725 23727 19023 0 -1 64 4128 0 0 0 56776 5 0 0 25 0 12 0 24213564 831979520 172679 996147200 134512640 134550932 4294956016 18446744073709551615 105378079 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23733] ppid=23725 vsize=812480 CPUtime=0
/proc/23727/task/23733/stat : 23733 (java) S 23725 23727 19023 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24213564 831979520 172679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23734] ppid=23725 vsize=812480 CPUtime=0
/proc/23727/task/23734/stat : 23734 (java) S 23725 23727 19023 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24213565 831979520 172679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23735] ppid=23725 vsize=812480 CPUtime=0
/proc/23727/task/23735/stat : 23735 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 831979520 172679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23736] ppid=23725 vsize=812480 CPUtime=2.2
/proc/23727/task/23736/stat : 23736 (java) S 23725 23727 19023 0 -1 64 3535 0 0 0 219 1 0 0 16 0 12 0 24213569 831979520 172679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23727/tid=23737] ppid=23725 vsize=812480 CPUtime=1.31
/proc/23727/task/23737/stat : 23737 (java) S 23725 23727 19023 0 -1 64 6565 0 0 0 129 2 0 0 16 0 12 0 24213569 831979520 172679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23738] ppid=23725 vsize=812480 CPUtime=0
/proc/23727/task/23738/stat : 23738 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24213569 831979520 172679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23727/tid=23739] ppid=23725 vsize=812480 CPUtime=0
/proc/23727/task/23739/stat : 23739 (java) S 23725 23727 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24213569 831979520 172679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 676.4
Current children cumulated vsize (KiB) 812480

[startup+679.502 s]
/proc/loadavg: 2.00 2.04 2.06 3/87 23740
/proc/meminfo: memFree=793312/2055920 swapFree=4192956/4192956
[pid=23727] ppid=23725 vsize=0 CPUtime=676.76
/proc/23727/stat : 23727 (java) Z 23725 23727 19023 0 -1 12 185710 0 1 0 67591 85 0 0 16 0 2 0 24213560 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23727/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 676.76
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 679.519
CPU time (s): 676.785
CPU user time (s): 675.91
CPU system time (s): 0.874867
CPU usage (%): 99.5977
Max. virtual memory (cumulated for all children) (KiB): 820160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 675.91
system time used= 0.874867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185710
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= 17913
involuntary context switches= 13522

runsolver used 0.824874 second user time and 2.27265 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 06:04:40
IDJOB=2080876
IDBENCH=57187
IDSOLVER=731
FILE ID=node79/2080876-1247371480
PBS_JOBID= 9507019
Free space on /tmp= 66352 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/langford3/normalized-langford-3-40.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080876-1247371480/watcher-2080876-1247371480 -o /tmp/evaluation-result-2080876-1247371480/solver-2080876-1247371480 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080876-1247371480.xml

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

MD5SUM BENCH= f5050c7234c03b258393dcf49c452457
RANDOM SEED=589366213

node79.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.229
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.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1481488 kB
Buffers:         76360 kB
Cached:         400388 kB
SwapCached:          0 kB
Active:         177740 kB
Inactive:       319484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481488 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:          31052 kB
Slab:            62628 kB
Committed_AS:   255844 kB
PageTables:       1744 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= 66348 MiB
End job on node79 at 2009-07-12 06:15:59