Trace number 2077719

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) 97.6112 114.662

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-07.xml
MD5SUM649294e53c6b0b14135b49af7d95af4e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61815
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2572
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension152
Number of constraints which are defined in intension2420
Global constraints used (with number of constraints)

Solver Data

0.07/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.17	c See www.sat4j.org for details.
0.07/0.17	c That software uses the Rhino library from the Mozilla project.
0.07/0.19	c version 2.1.1.v20090622
0.07/0.19	c sun.arch.data.model	32
0.07/0.19	c java.version	1.6.0_12
0.07/0.19	c os.name	Linux
0.07/0.19	c os.version	2.6.9-22.EL.rootsmp
0.07/0.19	c os.arch	i386
0.07/0.19	c Free memory 671000808
0.07/0.19	c Max memory 672137216
0.07/0.19	c Total memory 672137216
0.07/0.19	c Number of processors 2
0.14/0.28	c c --- Begin Solver configuration ---
0.14/0.28	c Stops conflict analysis at the first Unique Implication Point
0.14/0.28	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.14/0.28	c Learn all clauses as in MiniSAT
0.14/0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.28	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.14/0.28	c Expensive reason simplification
0.14/0.28	c MiniSAT restarts strategy
0.14/0.28	c Memory based learned constraints deletion strategy
0.14/0.28	c timeout=2147483s
0.14/0.28	c DB Simplification allowed=false
0.14/0.28	c --- End Solver configuration ---
0.14/0.28	c solving HOME/instance-2077719-1247365616.xml
0.14/0.28	c reading problem ... 
0.46/0.51	c reading problem named null
0.46/0.51	c reading domains done.
0.46/0.51	c reading variables done.
0.76/0.80	c reading relations done.
1.82/1.93	c reading predicates  done.
2.00/2.17	c reading constraints
88.71/104.48	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
88.71/104.48		at org.sat4j.core.Vec.ensure(Unknown Source)
88.71/104.48		at org.sat4j.core.Vec.push(Unknown Source)
88.71/104.48		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
88.71/104.48		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(Unknown Source)
88.71/104.48		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
88.71/104.48		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
88.71/104.48		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
88.71/104.48		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
88.71/104.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
88.71/104.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
88.71/104.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
88.71/104.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
88.71/104.48		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
88.71/104.48		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
88.71/104.48		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
88.71/104.48		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
88.71/104.48		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
88.71/104.48		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
88.71/104.48		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
88.71/104.48		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
88.71/104.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
88.71/104.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
88.71/104.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
88.71/104.49		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
88.71/104.49		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
88.71/104.49		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
88.71/104.49		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
88.71/104.49		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
88.71/104.49		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
88.71/104.49		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
88.71/104.49		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
88.71/104.49		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
97.45/114.54	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
97.45/114.54		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
97.45/114.54		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
97.45/114.54		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
97.45/114.54		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-2077719-1247365616/watcher-2077719-1247365616 -o /tmp/evaluation-result-2077719-1247365616/solver-2077719-1247365616 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077719-1247365616.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: 3.19 2.88 2.44 5/89 6727
/proc/meminfo: memFree=1330584/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=18576 CPUtime=0
/proc/6727/stat : 6727 (runsolver) R 6723 6727 18919 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 23625427 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/6727/statm: 4644 284 249 26 0 2626 0

[startup+0.0798259 s]
/proc/loadavg: 3.19 2.88 2.44 5/89 6727
/proc/meminfo: memFree=1330584/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=802164 CPUtime=0.05
/proc/6727/stat : 6727 (java) S 6723 6727 18919 0 -1 0 2762 0 1 0 4 1 0 0 18 0 7 0 23625427 821415936 2507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 200541 2507 1032 9 0 197892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.101829 s]
/proc/loadavg: 3.19 2.88 2.44 5/89 6727
/proc/meminfo: memFree=1330584/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=802164 CPUtime=0.07
/proc/6727/stat : 6727 (java) S 6723 6727 18919 0 -1 0 2901 0 1 0 6 1 0 0 18 0 7 0 23625427 821415936 2646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 200541 2646 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.301867 s]
/proc/loadavg: 3.19 2.88 2.44 5/89 6727
/proc/meminfo: memFree=1330584/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=805600 CPUtime=0.23
/proc/6727/stat : 6727 (java) S 6723 6727 18919 0 -1 0 4016 0 1 0 21 2 0 0 18 0 12 0 23625427 824934400 3753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 201400 3753 1351 9 0 198734 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 805600

[startup+0.701942 s]
/proc/loadavg: 3.19 2.88 2.44 5/89 6727
/proc/meminfo: memFree=1330584/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=809072 CPUtime=0.66
/proc/6727/stat : 6727 (java) S 6723 6727 18919 0 -1 0 6055 0 1 0 62 4 0 0 18 0 12 0 23625427 828489728 5363 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 202268 5363 1386 9 0 199595 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 809072

[startup+1.50208 s]
/proc/loadavg: 3.19 2.88 2.44 4/101 6814
/proc/meminfo: memFree=1312824/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=813840 CPUtime=1.43
/proc/6727/stat : 6727 (java) S 6723 6727 18919 0 -1 0 10286 0 1 0 138 5 0 0 18 0 12 0 23625427 833372160 7825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 203460 7825 1407 9 0 200787 0
[pid=6727/tid=6734] ppid=6723 vsize=813840 CPUtime=0.59
/proc/6727/task/6734/stat : 6734 (java) R 6723 6727 18919 0 -1 64 5081 0 1 0 56 3 0 0 20 0 12 0 23625429 833372160 7825 996147200 134512640 134550932 4294956016 18446744073709551615 4109145249 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6738] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6738/stat : 6738 (java) S 6723 6727 18919 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23625430 833372160 7825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6739] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6739/stat : 6739 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23625430 833372160 7825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6740] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6740/stat : 6740 (java) S 6723 6727 18919 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23625431 833372160 7825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6743] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6743/stat : 6743 (java) S 6723 6727 18919 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23625432 833372160 7825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6744] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6744/stat : 6744 (java) S 6723 6727 18919 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23625432 833372160 7825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6754] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6754/stat : 6754 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23625437 833372160 7825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6755] ppid=6723 vsize=813840 CPUtime=0.71
/proc/6727/task/6755/stat : 6755 (java) S 6723 6727 18919 0 -1 64 3398 0 0 0 70 1 0 0 18 0 12 0 23625437 833372160 7825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6757] ppid=6723 vsize=813840 CPUtime=0.11
/proc/6727/task/6757/stat : 6757 (java) S 6723 6727 18919 0 -1 64 1063 0 0 0 11 0 0 0 16 0 12 0 23625437 833372160 7825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6758] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6758/stat : 6758 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23625437 833372160 7825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6759] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6759/stat : 6759 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23625437 833372160 7825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 813840

[startup+3.10237 s]
/proc/loadavg: 3.17 2.89 2.45 4/101 6932
/proc/meminfo: memFree=1274552/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=813840 CPUtime=2.98
/proc/6727/stat : 6727 (java) S 6723 6727 18919 0 -1 0 28110 0 1 0 285 13 0 0 18 0 12 0 23625427 833372160 25425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 203460 25425 1422 9 0 200787 0
[pid=6727/tid=6734] ppid=6723 vsize=813840 CPUtime=1.56
/proc/6727/task/6734/stat : 6734 (java) R 6723 6727 18919 0 -1 64 17501 0 1 0 148 8 0 0 25 0 12 0 23625429 833372160 25425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6738] ppid=6723 vsize=813840 CPUtime=0.08
/proc/6727/task/6738/stat : 6738 (java) R 6723 6727 18919 0 -1 64 2626 0 0 0 8 0 0 0 16 0 12 0 23625430 833372160 25425 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6739] ppid=6723 vsize=813840 CPUtime=0.08
/proc/6727/task/6739/stat : 6739 (java) R 6723 6727 18919 0 -1 64 2671 0 0 0 7 1 0 0 16 0 12 0 23625430 833372160 25425 996147200 134512640 134550932 4294956016 18446744073709551615 106196824 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6740] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6740/stat : 6740 (java) S 6723 6727 18919 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23625431 833372160 25425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6743] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6743/stat : 6743 (java) S 6723 6727 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23625432 833372160 25425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6744] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6744/stat : 6744 (java) S 6723 6727 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23625432 833372160 25425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6754] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6754/stat : 6754 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23625437 833372160 25425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6755] ppid=6723 vsize=813840 CPUtime=1.1
/proc/6727/task/6755/stat : 6755 (java) S 6723 6727 18919 0 -1 64 3497 0 0 0 109 1 0 0 16 0 12 0 23625437 833372160 25425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6757] ppid=6723 vsize=813840 CPUtime=0.11
/proc/6727/task/6757/stat : 6757 (java) S 6723 6727 18919 0 -1 64 1063 0 0 0 11 0 0 0 16 0 12 0 23625437 833372160 25425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6758] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6758/stat : 6758 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23625437 833372160 25425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6759] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6759/stat : 6759 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23625437 833372160 25425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 813840

[startup+6.30296 s]
/proc/loadavg: 3.17 2.89 2.45 6/101 7127
/proc/meminfo: memFree=1092536/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=813840 CPUtime=6.16
/proc/6727/stat : 6727 (java) S 6723 6727 18919 0 -1 0 74444 0 1 0 583 33 0 0 18 0 12 0 23625427 833372160 71754 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 203460 71754 1422 9 0 200787 0
[pid=6727/tid=6734] ppid=6723 vsize=813840 CPUtime=2.75
/proc/6727/task/6734/stat : 6734 (java) R 6723 6727 18919 0 -1 64 17506 0 1 0 267 8 0 0 25 0 12 0 23625429 833372160 71754 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6738] ppid=6723 vsize=813840 CPUtime=1.1
/proc/6727/task/6738/stat : 6738 (java) R 6723 6727 18919 0 -1 64 27392 0 0 0 100 10 0 0 16 0 12 0 23625430 833372160 71754 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6739] ppid=6723 vsize=813840 CPUtime=1.03
/proc/6727/task/6739/stat : 6739 (java) R 6723 6727 18919 0 -1 64 24234 0 0 0 93 10 0 0 16 0 12 0 23625430 833372160 71754 996147200 134512640 134550932 4294956016 18446744073709551615 106195293 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6740] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6740/stat : 6740 (java) S 6723 6727 18919 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23625431 833372160 71754 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6743] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6743/stat : 6743 (java) S 6723 6727 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23625432 833372160 71754 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6744] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6744/stat : 6744 (java) S 6723 6727 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23625432 833372160 71754 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6754] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6754/stat : 6754 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23625437 833372160 71754 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6755] ppid=6723 vsize=813840 CPUtime=1.1
/proc/6727/task/6755/stat : 6755 (java) S 6723 6727 18919 0 -1 64 3497 0 0 0 109 1 0 0 16 0 12 0 23625437 833372160 71754 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6757] ppid=6723 vsize=813840 CPUtime=0.11
/proc/6727/task/6757/stat : 6757 (java) S 6723 6727 18919 0 -1 64 1063 0 0 0 11 0 0 0 16 0 12 0 23625437 833372160 71754 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6758] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6758/stat : 6758 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23625437 833372160 71754 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6759] ppid=6723 vsize=813840 CPUtime=0
/proc/6727/task/6759/stat : 6759 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23625437 833372160 71754 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 813840

[startup+12.7021 s]
/proc/loadavg: 3.31 2.92 2.46 4/101 7459
/proc/meminfo: memFree=810168/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=816404 CPUtime=12.61
/proc/6727/stat : 6727 (java) S 6723 6727 18919 0 -1 0 138396 0 1 0 1202 59 0 0 18 0 12 0 23625427 835997696 135694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 204101 135694 1422 9 0 201428 0
[pid=6727/tid=6734] ppid=6723 vsize=816404 CPUtime=4.65
/proc/6727/task/6734/stat : 6734 (java) R 6723 6727 18919 0 -1 64 23662 0 1 0 454 11 0 0 16 0 12 0 23625429 835997696 135694 996147200 134512640 134550932 4294956016 18446744073709551615 4109502344 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6738] ppid=6723 vsize=816404 CPUtime=2.09
/proc/6727/task/6738/stat : 6738 (java) S 6723 6727 18919 0 -1 64 37698 0 0 0 194 15 0 0 18 0 12 0 23625430 835997696 135694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6739] ppid=6723 vsize=816404 CPUtime=4.61
/proc/6727/task/6739/stat : 6739 (java) R 6723 6727 18919 0 -1 64 71724 0 0 0 432 29 0 0 19 0 12 0 23625430 835997696 135694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6740] ppid=6723 vsize=816404 CPUtime=0
/proc/6727/task/6740/stat : 6740 (java) S 6723 6727 18919 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23625431 835997696 135694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6743] ppid=6723 vsize=816404 CPUtime=0
/proc/6727/task/6743/stat : 6743 (java) S 6723 6727 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23625432 835997696 135694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6744] ppid=6723 vsize=816404 CPUtime=0
/proc/6727/task/6744/stat : 6744 (java) S 6723 6727 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23625432 835997696 135694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6754] ppid=6723 vsize=816404 CPUtime=0
/proc/6727/task/6754/stat : 6754 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23625437 835997696 135694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6755] ppid=6723 vsize=816404 CPUtime=1.1
/proc/6727/task/6755/stat : 6755 (java) S 6723 6727 18919 0 -1 64 3497 0 0 0 109 1 0 0 16 0 12 0 23625437 835997696 135694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6757] ppid=6723 vsize=816404 CPUtime=0.11
/proc/6727/task/6757/stat : 6757 (java) S 6723 6727 18919 0 -1 64 1063 0 0 0 11 0 0 0 16 0 12 0 23625437 835997696 135694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6758] ppid=6723 vsize=816404 CPUtime=0
/proc/6727/task/6758/stat : 6758 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23625437 835997696 135694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6759] ppid=6723 vsize=816404 CPUtime=0
/proc/6727/task/6759/stat : 6759 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23625437 835997696 135694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 816404

[startup+25.5014 s]
/proc/loadavg: 3.26 2.92 2.47 5/101 8344
/proc/meminfo: memFree=650040/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=826972 CPUtime=24.05
/proc/6727/stat : 6727 (java) S 6723 6727 18919 0 -1 0 192191 0 1 0 2323 82 0 0 18 0 12 0 23625427 846819328 172449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 206743 172449 1436 9 0 204070 0
[pid=6727/tid=6734] ppid=6723 vsize=826972 CPUtime=7.65
/proc/6727/task/6734/stat : 6734 (java) S 6723 6727 18919 0 -1 64 35969 0 1 0 748 17 0 0 17 0 12 0 23625429 846819328 172449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6738] ppid=6723 vsize=826972 CPUtime=3.4
/proc/6727/task/6738/stat : 6738 (java) S 6723 6727 18919 0 -1 64 47800 0 0 0 321 19 0 0 16 0 12 0 23625430 846819328 172449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6739] ppid=6723 vsize=826972 CPUtime=5.77
/proc/6727/task/6739/stat : 6739 (java) S 6723 6727 18919 0 -1 64 79885 0 0 0 545 32 0 0 17 0 12 0 23625430 846819328 172449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6740] ppid=6723 vsize=826972 CPUtime=5.65
/proc/6727/task/6740/stat : 6740 (java) R 6723 6727 18919 0 -1 64 23170 0 0 0 555 10 0 0 25 0 12 0 23625431 846819328 172449 996147200 134512640 134550932 4294956016 18446744073709551615 104177852 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6743] ppid=6723 vsize=826972 CPUtime=0
/proc/6727/task/6743/stat : 6743 (java) S 6723 6727 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23625432 846819328 172449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6744] ppid=6723 vsize=826972 CPUtime=0
/proc/6727/task/6744/stat : 6744 (java) S 6723 6727 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23625432 846819328 172449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6754] ppid=6723 vsize=826972 CPUtime=0
/proc/6727/task/6754/stat : 6754 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23625437 846819328 172449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6755] ppid=6723 vsize=826972 CPUtime=1.32

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

[pid=6727] ppid=6723 vsize=819292 CPUtime=92.43
/proc/6727/stat : 6727 (java) S 6723 6727 18919 0 -1 0 365354 0 1 0 9080 163 0 0 18 0 13 0 23625427 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 204823 174058 1435 9 0 202150 0
[pid=6727/tid=6734] ppid=6723 vsize=819292 CPUtime=9.68
/proc/6727/task/6734/stat : 6734 (java) S 6723 6727 18919 0 -1 64 35991 0 1 0 951 17 0 0 18 0 13 0 23625429 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6738] ppid=6723 vsize=819292 CPUtime=3.4
/proc/6727/task/6738/stat : 6738 (java) S 6723 6727 18919 0 -1 64 47800 0 0 0 321 19 0 0 16 0 13 0 23625430 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6739] ppid=6723 vsize=819292 CPUtime=5.77
/proc/6727/task/6739/stat : 6739 (java) S 6723 6727 18919 0 -1 64 79885 0 0 0 545 32 0 0 17 0 13 0 23625430 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6740] ppid=6723 vsize=819292 CPUtime=71.98
/proc/6727/task/6740/stat : 6740 (java) R 6723 6727 18919 0 -1 64 196305 0 0 0 7108 90 0 0 25 0 13 0 23625431 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 105880872 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6743] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6743/stat : 6743 (java) S 6723 6727 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23625432 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6744] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6744/stat : 6744 (java) S 6723 6727 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23625432 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6754] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6754/stat : 6754 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6755] ppid=6723 vsize=819292 CPUtime=1.32
/proc/6727/task/6755/stat : 6755 (java) S 6723 6727 18919 0 -1 64 3547 0 0 0 131 1 0 0 18 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6757] ppid=6723 vsize=819292 CPUtime=0.21
/proc/6727/task/6757/stat : 6757 (java) S 6723 6727 18919 0 -1 64 1079 0 0 0 21 0 0 0 16 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6758] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6758/stat : 6758 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6759] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6759/stat : 6759 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=15058] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/15058/stat : 15058 (java) S 6723 6727 18919 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 23635876 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 92.43
Current children cumulated vsize (KiB) 819292

[startup+111.901 s]
/proc/loadavg: 3.12 2.97 2.52 4/102 15446
/proc/meminfo: memFree=624560/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=819292 CPUtime=95.23
/proc/6727/stat : 6727 (java) S 6723 6727 18919 0 -1 0 365354 0 1 0 9360 163 0 0 18 0 13 0 23625427 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 204823 174058 1435 9 0 202150 0
[pid=6727/tid=6734] ppid=6723 vsize=819292 CPUtime=9.68
/proc/6727/task/6734/stat : 6734 (java) S 6723 6727 18919 0 -1 64 35991 0 1 0 951 17 0 0 18 0 13 0 23625429 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6738] ppid=6723 vsize=819292 CPUtime=3.4
/proc/6727/task/6738/stat : 6738 (java) S 6723 6727 18919 0 -1 64 47800 0 0 0 321 19 0 0 16 0 13 0 23625430 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6739] ppid=6723 vsize=819292 CPUtime=5.77
/proc/6727/task/6739/stat : 6739 (java) S 6723 6727 18919 0 -1 64 79885 0 0 0 545 32 0 0 17 0 13 0 23625430 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6740] ppid=6723 vsize=819292 CPUtime=74.78
/proc/6727/task/6740/stat : 6740 (java) R 6723 6727 18919 0 -1 64 196305 0 0 0 7388 90 0 0 25 0 13 0 23625431 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 106157810 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6743] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6743/stat : 6743 (java) S 6723 6727 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23625432 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6744] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6744/stat : 6744 (java) S 6723 6727 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23625432 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6754] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6754/stat : 6754 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6755] ppid=6723 vsize=819292 CPUtime=1.32
/proc/6727/task/6755/stat : 6755 (java) S 6723 6727 18919 0 -1 64 3547 0 0 0 131 1 0 0 18 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6757] ppid=6723 vsize=819292 CPUtime=0.21
/proc/6727/task/6757/stat : 6757 (java) S 6723 6727 18919 0 -1 64 1079 0 0 0 21 0 0 0 16 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6758] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6758/stat : 6758 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6759] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6759/stat : 6759 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=15058] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/15058/stat : 15058 (java) S 6723 6727 18919 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 23635876 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.23
Current children cumulated vsize (KiB) 819292

[startup+113.502 s]
/proc/loadavg: 3.11 2.97 2.52 4/102 15571
/proc/meminfo: memFree=624368/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=819292 CPUtime=96.64
/proc/6727/stat : 6727 (java) S 6723 6727 18919 0 -1 0 365354 0 1 0 9501 163 0 0 18 0 13 0 23625427 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 204823 174058 1435 9 0 202150 0
[pid=6727/tid=6734] ppid=6723 vsize=819292 CPUtime=9.68
/proc/6727/task/6734/stat : 6734 (java) S 6723 6727 18919 0 -1 64 35991 0 1 0 951 17 0 0 18 0 13 0 23625429 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6738] ppid=6723 vsize=819292 CPUtime=3.4
/proc/6727/task/6738/stat : 6738 (java) S 6723 6727 18919 0 -1 64 47800 0 0 0 321 19 0 0 16 0 13 0 23625430 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6739] ppid=6723 vsize=819292 CPUtime=5.77
/proc/6727/task/6739/stat : 6739 (java) S 6723 6727 18919 0 -1 64 79885 0 0 0 545 32 0 0 17 0 13 0 23625430 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6740] ppid=6723 vsize=819292 CPUtime=76.2
/proc/6727/task/6740/stat : 6740 (java) R 6723 6727 18919 0 -1 64 196305 0 0 0 7529 91 0 0 25 0 13 0 23625431 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6743] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6743/stat : 6743 (java) S 6723 6727 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23625432 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6744] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6744/stat : 6744 (java) S 6723 6727 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23625432 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6754] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6754/stat : 6754 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6755] ppid=6723 vsize=819292 CPUtime=1.32
/proc/6727/task/6755/stat : 6755 (java) S 6723 6727 18919 0 -1 64 3547 0 0 0 131 1 0 0 18 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6757] ppid=6723 vsize=819292 CPUtime=0.21
/proc/6727/task/6757/stat : 6757 (java) S 6723 6727 18919 0 -1 64 1079 0 0 0 21 0 0 0 16 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6758] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6758/stat : 6758 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6759] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6759/stat : 6759 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=15058] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/15058/stat : 15058 (java) S 6723 6727 18919 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 23635876 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.64
Current children cumulated vsize (KiB) 819292

[startup+114.303 s]
/proc/loadavg: 3.11 2.97 2.52 5/102 15681
/proc/meminfo: memFree=624432/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=819292 CPUtime=97.27
/proc/6727/stat : 6727 (java) S 6723 6727 18919 0 -1 0 365354 0 1 0 9564 163 0 0 18 0 13 0 23625427 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 204823 174058 1435 9 0 202150 0
[pid=6727/tid=6734] ppid=6723 vsize=819292 CPUtime=9.68
/proc/6727/task/6734/stat : 6734 (java) S 6723 6727 18919 0 -1 64 35991 0 1 0 951 17 0 0 18 0 13 0 23625429 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6738] ppid=6723 vsize=819292 CPUtime=3.4
/proc/6727/task/6738/stat : 6738 (java) S 6723 6727 18919 0 -1 64 47800 0 0 0 321 19 0 0 16 0 13 0 23625430 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6739] ppid=6723 vsize=819292 CPUtime=5.77
/proc/6727/task/6739/stat : 6739 (java) S 6723 6727 18919 0 -1 64 79885 0 0 0 545 32 0 0 17 0 13 0 23625430 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6740] ppid=6723 vsize=819292 CPUtime=76.83
/proc/6727/task/6740/stat : 6740 (java) R 6723 6727 18919 0 -1 64 196305 0 0 0 7592 91 0 0 25 0 13 0 23625431 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6743] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6743/stat : 6743 (java) S 6723 6727 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23625432 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6744] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6744/stat : 6744 (java) S 6723 6727 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23625432 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6754] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6754/stat : 6754 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6755] ppid=6723 vsize=819292 CPUtime=1.32
/proc/6727/task/6755/stat : 6755 (java) S 6723 6727 18919 0 -1 64 3547 0 0 0 131 1 0 0 18 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6757] ppid=6723 vsize=819292 CPUtime=0.21
/proc/6727/task/6757/stat : 6757 (java) S 6723 6727 18919 0 -1 64 1079 0 0 0 21 0 0 0 16 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6758] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6758/stat : 6758 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6759] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6759/stat : 6759 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=15058] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/15058/stat : 15058 (java) S 6723 6727 18919 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 23635876 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.27
Current children cumulated vsize (KiB) 819292

[startup+114.503 s]
/proc/loadavg: 3.11 2.97 2.52 5/102 15681
/proc/meminfo: memFree=624432/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=819292 CPUtime=97.45
/proc/6727/stat : 6727 (java) S 6723 6727 18919 0 -1 0 365354 0 1 0 9582 163 0 0 18 0 13 0 23625427 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 204823 174058 1435 9 0 202150 0
[pid=6727/tid=6734] ppid=6723 vsize=819292 CPUtime=9.68
/proc/6727/task/6734/stat : 6734 (java) S 6723 6727 18919 0 -1 64 35991 0 1 0 951 17 0 0 18 0 13 0 23625429 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6738] ppid=6723 vsize=819292 CPUtime=3.4
/proc/6727/task/6738/stat : 6738 (java) S 6723 6727 18919 0 -1 64 47800 0 0 0 321 19 0 0 16 0 13 0 23625430 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6739] ppid=6723 vsize=819292 CPUtime=5.77
/proc/6727/task/6739/stat : 6739 (java) S 6723 6727 18919 0 -1 64 79885 0 0 0 545 32 0 0 17 0 13 0 23625430 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6740] ppid=6723 vsize=819292 CPUtime=77.01
/proc/6727/task/6740/stat : 6740 (java) R 6723 6727 18919 0 -1 64 196305 0 0 0 7610 91 0 0 25 0 13 0 23625431 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 105697712 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6743] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6743/stat : 6743 (java) S 6723 6727 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23625432 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6744] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6744/stat : 6744 (java) S 6723 6727 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23625432 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6754] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6754/stat : 6754 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6755] ppid=6723 vsize=819292 CPUtime=1.32
/proc/6727/task/6755/stat : 6755 (java) S 6723 6727 18919 0 -1 64 3547 0 0 0 131 1 0 0 18 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6757] ppid=6723 vsize=819292 CPUtime=0.21
/proc/6727/task/6757/stat : 6757 (java) S 6723 6727 18919 0 -1 64 1079 0 0 0 21 0 0 0 16 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6727/tid=6758] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6758/stat : 6758 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=6759] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/6759/stat : 6759 (java) S 6723 6727 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23625437 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6727/tid=15058] ppid=6723 vsize=819292 CPUtime=0
/proc/6727/task/15058/stat : 15058 (java) S 6723 6727 18919 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 23635876 838955008 174058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.45
Current children cumulated vsize (KiB) 819292

[startup+114.603 s]
/proc/loadavg: 3.11 2.97 2.52 5/102 15681
/proc/meminfo: memFree=624432/2055920 swapFree=4192812/4192956
[pid=6727] ppid=6723 vsize=0 CPUtime=97.54
/proc/6727/stat : 6727 (java) Z 6723 6727 18919 0 -1 12 365360 0 1 0 9586 168 0 0 16 0 2 0 23625427 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6727/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 97.54
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 114.662
CPU time (s): 97.6112
CPU user time (s): 95.8634
CPU system time (s): 1.74773
CPU usage (%): 85.1298
Max. virtual memory (cumulated for all children) (KiB): 914976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.8634
system time used= 1.74773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365360
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= 3489
involuntary context switches= 9329

runsolver used 0.154976 second user time and 0.445932 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-12 04:26:56
IDJOB=2077719
IDBENCH=56653
IDSOLVER=731
FILE ID=node45/2077719-1247365616
PBS_JOBID= 9507090
Free space on /tmp= 66460 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-07.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077719-1247365616/watcher-2077719-1247365616 -o /tmp/evaluation-result-2077719-1247365616/solver-2077719-1247365616 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077719-1247365616.xml

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

MD5SUM BENCH= 649294e53c6b0b14135b49af7d95af4e
RANDOM SEED=1387506935

node45.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.281
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.281
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:       1330552 kB
Buffers:         46608 kB
Cached:         152428 kB
SwapCached:          0 kB
Active:         576532 kB
Inactive:        86768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1330552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2784 kB
Writeback:           0 kB
Mapped:         485132 kB
Slab:            45952 kB
Committed_AS:   646152 kB
PageTables:       2968 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node45 at 2009-07-12 04:28:51