Trace number 2069920

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) 85.819 84.7339

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg14-14_ext.xml
MD5SUM71043e558b97d1038b2e45a8033f05ba
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints28
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	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-2069920-1247350907.xml
0.19/0.23	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.38/0.48	c reading variables done.
0.59/0.69	c reading relations done.
0.99/1.08	c reading constraints
79.06/77.90	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
79.06/77.90		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
79.06/77.90		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
79.06/77.91		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
79.06/77.91		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
79.06/77.91		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
79.06/77.91		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.06/77.91		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
79.06/77.91		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
79.06/77.91		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
79.06/77.91		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
79.06/77.91		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
79.06/77.91		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
79.06/77.91		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
79.06/77.91		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
79.06/77.91		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
79.06/77.91		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
79.06/77.91		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
85.39/84.39	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
85.39/84.39		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
85.39/84.39		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
85.39/84.39		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
85.39/84.39		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-2069920-1247350907/watcher-2069920-1247350907 -o /tmp/evaluation-result-2069920-1247350907/solver-2069920-1247350907 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2069920-1247350907.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: 1.16 1.75 2.05 4/75 15862
/proc/meminfo: memFree=682808/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=144 CPUtime=0
/proc/15862/stat : 15862 (java) R 15860 15862 15264 0 -1 0 195 0 0 0 0 0 0 0 20 0 1 0 22155541 147456 17 996147200 134512640 134550932 4294956016 18446744073709551615 1541836 0 0 4096 0 0 0 0 17 0 0 0
/proc/15862/statm: 38 20 14 9 0 4 0

[startup+0.0582779 s]
/proc/loadavg: 1.16 1.75 2.05 4/75 15862
/proc/meminfo: memFree=682808/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=802164 CPUtime=0.04
/proc/15862/stat : 15862 (java) S 15860 15862 15264 0 -1 0 2701 0 1 0 3 1 0 0 20 0 7 0 22155541 821415936 2446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15862/statm: 200541 2447 1029 9 0 197892 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802164

[startup+0.101281 s]
/proc/loadavg: 1.16 1.75 2.05 4/75 15862
/proc/meminfo: memFree=682808/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=804560 CPUtime=0.08
/proc/15862/stat : 15862 (java) S 15860 15862 15264 0 -1 0 3045 0 1 0 6 2 0 0 20 0 12 0 22155541 823869440 2788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15862/statm: 201140 2788 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301302 s]
/proc/loadavg: 1.16 1.75 2.05 4/75 15862
/proc/meminfo: memFree=682808/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=805836 CPUtime=0.29
/proc/15862/stat : 15862 (java) S 15860 15862 15264 0 -1 0 4375 0 1 0 25 4 0 0 20 0 12 0 22155541 825176064 4113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15862/statm: 201459 4113 1359 9 0 198786 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805836

[startup+0.701345 s]
/proc/loadavg: 1.16 1.75 2.05 4/75 15862
/proc/meminfo: memFree=682808/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=807180 CPUtime=0.68
/proc/15862/stat : 15862 (java) S 15860 15862 15264 0 -1 0 6179 0 1 0 63 5 0 0 20 0 12 0 22155541 826552320 5182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15862/statm: 201795 5182 1385 9 0 199122 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807180

[startup+1.50244 s]
/proc/loadavg: 1.16 1.75 2.05 3/87 15874
/proc/meminfo: memFree=664664/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=809276 CPUtime=1.47
/proc/15862/stat : 15862 (java) S 15860 15862 15264 0 -1 0 10507 0 1 0 140 7 0 0 20 0 12 0 22155541 828698624 8117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15862/statm: 202319 8117 1408 9 0 199646 0
[pid=15862/tid=15864] ppid=15860 vsize=809276 CPUtime=0.65
/proc/15862/task/15864/stat : 15864 (java) R 15860 15862 15264 0 -1 64 6142 0 1 0 60 5 0 0 25 0 12 0 22155542 828698624 8117 996147200 134512640 134550932 4294956016 18446744073709551615 4109643458 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15865] ppid=15860 vsize=809276 CPUtime=0
/proc/15862/task/15865/stat : 15865 (java) S 15860 15862 15264 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 22155543 828698624 8117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15862/tid=15866] ppid=15860 vsize=809276 CPUtime=0
/proc/15862/task/15866/stat : 15866 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22155543 828698624 8117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15862/tid=15867] ppid=15860 vsize=809276 CPUtime=0
/proc/15862/task/15867/stat : 15867 (java) S 15860 15862 15264 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22155545 828698624 8117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15868] ppid=15860 vsize=809276 CPUtime=0
/proc/15862/task/15868/stat : 15868 (java) S 15860 15862 15264 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 22155545 828698624 8117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15862/tid=15869] ppid=15860 vsize=809276 CPUtime=0
/proc/15862/task/15869/stat : 15869 (java) S 15860 15862 15264 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 22155546 828698624 8117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15862/tid=15870] ppid=15860 vsize=809276 CPUtime=0
/proc/15862/task/15870/stat : 15870 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22155550 828698624 8117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15871] ppid=15860 vsize=809276 CPUtime=0.04
/proc/15862/task/15871/stat : 15871 (java) S 15860 15862 15264 0 -1 64 267 0 0 0 4 0 0 0 18 0 12 0 22155550 828698624 8117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15872] ppid=15860 vsize=809276 CPUtime=0.76
/proc/15862/task/15872/stat : 15872 (java) S 15860 15862 15264 0 -1 64 3354 0 0 0 75 1 0 0 17 0 12 0 22155550 828698624 8117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15873] ppid=15860 vsize=809276 CPUtime=0
/proc/15862/task/15873/stat : 15873 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22155550 828698624 8117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15874] ppid=15860 vsize=809276 CPUtime=0
/proc/15862/task/15874/stat : 15874 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22155550 828698624 8117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 809276

[startup+3.10262 s]
/proc/loadavg: 1.16 1.75 2.05 3/87 15874
/proc/meminfo: memFree=613656/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=809600 CPUtime=3.17
/proc/15862/stat : 15862 (java) S 15860 15862 15264 0 -1 0 33959 0 1 0 300 17 0 0 20 0 12 0 22155541 829030400 31525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15862/statm: 202400 31525 1417 9 0 199727 0
[pid=15862/tid=15864] ppid=15860 vsize=809600 CPUtime=1.94
/proc/15862/task/15864/stat : 15864 (java) R 15860 15862 15264 0 -1 64 16909 0 1 0 184 10 0 0 25 0 12 0 22155542 829030400 31525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15865] ppid=15860 vsize=809600 CPUtime=0.2
/proc/15862/task/15865/stat : 15865 (java) R 15860 15862 15264 0 -1 64 6876 0 0 0 17 3 0 0 16 0 12 0 22155543 829030400 31525 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15866] ppid=15860 vsize=809600 CPUtime=0.19
/proc/15862/task/15866/stat : 15866 (java) R 15860 15862 15264 0 -1 64 5805 0 0 0 17 2 0 0 16 0 12 0 22155543 829030400 31525 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15867] ppid=15860 vsize=809600 CPUtime=0
/proc/15862/task/15867/stat : 15867 (java) S 15860 15862 15264 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 22155545 829030400 31525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15868] ppid=15860 vsize=809600 CPUtime=0
/proc/15862/task/15868/stat : 15868 (java) S 15860 15862 15264 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22155545 829030400 31525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15869] ppid=15860 vsize=809600 CPUtime=0
/proc/15862/task/15869/stat : 15869 (java) S 15860 15862 15264 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22155546 829030400 31525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15870] ppid=15860 vsize=809600 CPUtime=0
/proc/15862/task/15870/stat : 15870 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22155550 829030400 31525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15871] ppid=15860 vsize=809600 CPUtime=0.04
/proc/15862/task/15871/stat : 15871 (java) S 15860 15862 15264 0 -1 64 267 0 0 0 4 0 0 0 18 0 12 0 22155550 829030400 31525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15872] ppid=15860 vsize=809600 CPUtime=0.77
/proc/15862/task/15872/stat : 15872 (java) S 15860 15862 15264 0 -1 64 3354 0 0 0 76 1 0 0 16 0 12 0 22155550 829030400 31525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15873] ppid=15860 vsize=809600 CPUtime=0
/proc/15862/task/15873/stat : 15873 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22155550 829030400 31525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15874] ppid=15860 vsize=809600 CPUtime=0
/proc/15862/task/15874/stat : 15874 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22155550 829030400 31525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 809600

[startup+6.30297 s]
/proc/loadavg: 1.39 1.79 2.06 3/87 15874
/proc/meminfo: memFree=422808/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=810852 CPUtime=6.87
/proc/15862/stat : 15862 (java) S 15860 15862 15264 0 -1 0 84391 0 1 0 646 41 0 0 20 0 12 0 22155541 830312448 77628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15862/statm: 202713 77628 1417 9 0 200040 0
[pid=15862/tid=15864] ppid=15860 vsize=810852 CPUtime=3.77
/proc/15862/task/15864/stat : 15864 (java) R 15860 15862 15264 0 -1 64 16912 0 1 0 367 10 0 0 25 0 12 0 22155542 830312448 77628 996147200 134512640 134550932 4294956016 18446744073709551615 4109600690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15865] ppid=15860 vsize=810852 CPUtime=1.09
/proc/15862/task/15865/stat : 15865 (java) S 15860 15862 15264 0 -1 64 30685 0 0 0 95 14 0 0 17 0 12 0 22155543 830312448 77628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15866] ppid=15860 vsize=810852 CPUtime=1.15
/proc/15862/task/15866/stat : 15866 (java) S 15860 15862 15264 0 -1 64 32425 0 0 0 101 14 0 0 17 0 12 0 22155543 830312448 77628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15867] ppid=15860 vsize=810852 CPUtime=0
/proc/15862/task/15867/stat : 15867 (java) S 15860 15862 15264 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 22155545 830312448 77628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15868] ppid=15860 vsize=810852 CPUtime=0
/proc/15862/task/15868/stat : 15868 (java) S 15860 15862 15264 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22155545 830312448 77628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15869] ppid=15860 vsize=810852 CPUtime=0
/proc/15862/task/15869/stat : 15869 (java) S 15860 15862 15264 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22155546 830312448 77628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15870] ppid=15860 vsize=810852 CPUtime=0
/proc/15862/task/15870/stat : 15870 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22155550 830312448 77628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15871] ppid=15860 vsize=810852 CPUtime=0.04
/proc/15862/task/15871/stat : 15871 (java) S 15860 15862 15264 0 -1 64 267 0 0 0 4 0 0 0 18 0 12 0 22155550 830312448 77628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15872] ppid=15860 vsize=810852 CPUtime=0.77
/proc/15862/task/15872/stat : 15872 (java) S 15860 15862 15264 0 -1 64 3354 0 0 0 76 1 0 0 16 0 12 0 22155550 830312448 77628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15873] ppid=15860 vsize=810852 CPUtime=0
/proc/15862/task/15873/stat : 15873 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22155550 830312448 77628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15874] ppid=15860 vsize=810852 CPUtime=0
/proc/15862/task/15874/stat : 15874 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22155550 830312448 77628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 810852

[startup+12.7027 s]
/proc/loadavg: 1.52 1.81 2.06 5/87 15874
/proc/meminfo: memFree=154712/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=814372 CPUtime=14.37
/proc/15862/stat : 15862 (java) S 15860 15862 15264 0 -1 0 157828 0 1 0 1364 73 0 0 20 0 12 0 22155541 833916928 137624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15862/statm: 203593 137624 1417 9 0 200920 0
[pid=15862/tid=15864] ppid=15860 vsize=814372 CPUtime=7.11
/proc/15862/task/15864/stat : 15864 (java) R 15860 15862 15264 0 -1 64 35352 0 1 0 693 18 0 0 25 0 12 0 22155542 833916928 137624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15865] ppid=15860 vsize=814372 CPUtime=3.11
/proc/15862/task/15865/stat : 15865 (java) R 15860 15862 15264 0 -1 64 58821 0 0 0 284 27 0 0 16 0 12 0 22155543 833916928 137624 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15866] ppid=15860 vsize=814372 CPUtime=3.28
/proc/15862/task/15866/stat : 15866 (java) R 15860 15862 15264 0 -1 64 59286 0 0 0 304 24 0 0 16 0 12 0 22155543 833916928 137624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15867] ppid=15860 vsize=814372 CPUtime=0
/proc/15862/task/15867/stat : 15867 (java) S 15860 15862 15264 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 22155545 833916928 137624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15868] ppid=15860 vsize=814372 CPUtime=0
/proc/15862/task/15868/stat : 15868 (java) S 15860 15862 15264 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22155545 833916928 137624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15869] ppid=15860 vsize=814372 CPUtime=0
/proc/15862/task/15869/stat : 15869 (java) S 15860 15862 15264 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22155546 833916928 137624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15870] ppid=15860 vsize=814372 CPUtime=0
/proc/15862/task/15870/stat : 15870 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22155550 833916928 137624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15871] ppid=15860 vsize=814372 CPUtime=0.04
/proc/15862/task/15871/stat : 15871 (java) S 15860 15862 15264 0 -1 64 267 0 0 0 4 0 0 0 18 0 12 0 22155550 833916928 137624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15872] ppid=15860 vsize=814372 CPUtime=0.77
/proc/15862/task/15872/stat : 15872 (java) S 15860 15862 15264 0 -1 64 3354 0 0 0 76 1 0 0 16 0 12 0 22155550 833916928 137624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15873] ppid=15860 vsize=814372 CPUtime=0
/proc/15862/task/15873/stat : 15873 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22155550 833916928 137624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15874] ppid=15860 vsize=814372 CPUtime=0
/proc/15862/task/15874/stat : 15874 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22155550 833916928 137624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.37
Current children cumulated vsize (KiB) 814372

[startup+25.5011 s]
/proc/loadavg: 1.63 1.82 2.06 3/87 15874
/proc/meminfo: memFree=31704/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=846376 CPUtime=27.12
/proc/15862/stat : 15862 (java) S 15860 15862 15264 0 -1 0 236981 0 1 0 2601 111 0 0 20 0 12 0 22155541 866689024 177456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15862/statm: 211594 177456 1419 9 0 208921 0
[pid=15862/tid=15864] ppid=15860 vsize=846376 CPUtime=9.65
/proc/15862/task/15864/stat : 15864 (java) S 15860 15862 15264 0 -1 64 35358 0 1 0 947 18 0 0 19 0 12 0 22155542 866689024 177456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15865] ppid=15860 vsize=846376 CPUtime=4.29
/proc/15862/task/15865/stat : 15865 (java) S 15860 15862 15264 0 -1 64 74858 0 0 0 393 36 0 0 18 0 12 0 22155543 866689024 177456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15866] ppid=15860 vsize=846376 CPUtime=4.17
/proc/15862/task/15866/stat : 15866 (java) S 15860 15862 15264 0 -1 64 69920 0 0 0 387 30 0 0 16 0 12 0 22155543 866689024 177456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15867] ppid=15860 vsize=846376 CPUtime=8.15
/proc/15862/task/15867/stat : 15867 (java) R 15860 15862 15264 0 -1 64 52482 0 0 0 791 24 0 0 25 0 12 0 22155545 866689024 177456 996147200 134512640 134550932 4294956016 18446744073709551615 104187848 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15868] ppid=15860 vsize=846376 CPUtime=0
/proc/15862/task/15868/stat : 15868 (java) S 15860 15862 15264 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22155545 866689024 177456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15869] ppid=15860 vsize=846376 CPUtime=0
/proc/15862/task/15869/stat : 15869 (java) S 15860 15862 15264 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22155546 866689024 177456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15870] ppid=15860 vsize=846376 CPUtime=0
/proc/15862/task/15870/stat : 15870 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22155550 866689024 177456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15871] ppid=15860 vsize=846376 CPUtime=0.04

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

/proc/loadavg: 1.84 1.84 2.06 3/87 15874
/proc/meminfo: memFree=31576/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=846376 CPUtime=77.87
/proc/15862/stat : 15862 (java) S 15860 15862 15264 0 -1 0 508117 0 1 0 7542 245 0 0 20 0 12 0 22155541 866689024 180727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15862/statm: 211594 180727 1418 9 0 208921 0
[pid=15862/tid=15864] ppid=15860 vsize=846376 CPUtime=10.34
/proc/15862/task/15864/stat : 15864 (java) S 15860 15862 15264 0 -1 64 35371 0 1 0 1016 18 0 0 17 0 12 0 22155542 866689024 180727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15865] ppid=15860 vsize=846376 CPUtime=4.29
/proc/15862/task/15865/stat : 15865 (java) S 15860 15862 15264 0 -1 64 74858 0 0 0 393 36 0 0 18 0 12 0 22155543 866689024 180727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15866] ppid=15860 vsize=846376 CPUtime=4.17
/proc/15862/task/15866/stat : 15866 (java) S 15860 15862 15264 0 -1 64 69920 0 0 0 387 30 0 0 16 0 12 0 22155543 866689024 180727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15867] ppid=15860 vsize=846376 CPUtime=58.2
/proc/15862/task/15867/stat : 15867 (java) R 15860 15862 15264 0 -1 64 323605 0 0 0 5663 157 0 0 25 0 12 0 22155545 866689024 180727 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15868] ppid=15860 vsize=846376 CPUtime=0
/proc/15862/task/15868/stat : 15868 (java) S 15860 15862 15264 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22155545 866689024 180727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15869] ppid=15860 vsize=846376 CPUtime=0
/proc/15862/task/15869/stat : 15869 (java) S 15860 15862 15264 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22155546 866689024 180727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15870] ppid=15860 vsize=846376 CPUtime=0
/proc/15862/task/15870/stat : 15870 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22155550 866689024 180727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15871] ppid=15860 vsize=846376 CPUtime=0.04
/proc/15862/task/15871/stat : 15871 (java) S 15860 15862 15264 0 -1 64 267 0 0 0 4 0 0 0 18 0 12 0 22155550 866689024 180727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15872] ppid=15860 vsize=846376 CPUtime=0.77
/proc/15862/task/15872/stat : 15872 (java) S 15860 15862 15264 0 -1 64 3354 0 0 0 76 1 0 0 16 0 12 0 22155550 866689024 180727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15873] ppid=15860 vsize=846376 CPUtime=0
/proc/15862/task/15873/stat : 15873 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22155550 866689024 180727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15874] ppid=15860 vsize=846376 CPUtime=0
/proc/15862/task/15874/stat : 15874 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22155550 866689024 180727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.87
Current children cumulated vsize (KiB) 846376

[startup+79.9022 s]
/proc/loadavg: 1.85 1.85 2.06 3/88 15875
/proc/meminfo: memFree=31696/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=846700 CPUtime=81.04
/proc/15862/stat : 15862 (java) S 15860 15862 15264 0 -1 0 523880 0 1 0 7852 252 0 0 20 0 13 0 22155541 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15862/statm: 211675 180733 1418 9 0 209002 0
[pid=15862/tid=15864] ppid=15860 vsize=846700 CPUtime=10.35
/proc/15862/task/15864/stat : 15864 (java) S 15860 15862 15264 0 -1 64 35374 0 1 0 1017 18 0 0 18 0 13 0 22155542 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15865] ppid=15860 vsize=846700 CPUtime=4.29
/proc/15862/task/15865/stat : 15865 (java) S 15860 15862 15264 0 -1 64 74858 0 0 0 393 36 0 0 18 0 13 0 22155543 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15866] ppid=15860 vsize=846700 CPUtime=4.17
/proc/15862/task/15866/stat : 15866 (java) S 15860 15862 15264 0 -1 64 69920 0 0 0 387 30 0 0 16 0 13 0 22155543 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15867] ppid=15860 vsize=846700 CPUtime=61.36
/proc/15862/task/15867/stat : 15867 (java) R 15860 15862 15264 0 -1 64 339361 0 0 0 5972 164 0 0 25 0 13 0 22155545 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 106836663 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15868] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15868/stat : 15868 (java) S 15860 15862 15264 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22155545 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15869] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15869/stat : 15869 (java) S 15860 15862 15264 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22155546 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15870] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15870/stat : 15870 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15871] ppid=15860 vsize=846700 CPUtime=0.04
/proc/15862/task/15871/stat : 15871 (java) S 15860 15862 15264 0 -1 64 267 0 0 0 4 0 0 0 18 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15872] ppid=15860 vsize=846700 CPUtime=0.77
/proc/15862/task/15872/stat : 15872 (java) S 15860 15862 15264 0 -1 64 3354 0 0 0 76 1 0 0 16 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15873] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15873/stat : 15873 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15874] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15874/stat : 15874 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15875] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15875/stat : 15875 (java) S 15860 15862 15264 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 22163333 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.04
Current children cumulated vsize (KiB) 846700

[startup+83.1025 s]
/proc/loadavg: 1.85 1.85 2.06 3/88 15875
/proc/meminfo: memFree=31504/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=846700 CPUtime=84.2
/proc/15862/stat : 15862 (java) S 15860 15862 15264 0 -1 0 539636 0 1 0 8160 260 0 0 20 0 13 0 22155541 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15862/statm: 211675 180733 1418 9 0 209002 0
[pid=15862/tid=15864] ppid=15860 vsize=846700 CPUtime=10.35
/proc/15862/task/15864/stat : 15864 (java) S 15860 15862 15264 0 -1 64 35374 0 1 0 1017 18 0 0 18 0 13 0 22155542 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15865] ppid=15860 vsize=846700 CPUtime=4.29
/proc/15862/task/15865/stat : 15865 (java) S 15860 15862 15264 0 -1 64 74858 0 0 0 393 36 0 0 18 0 13 0 22155543 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15866] ppid=15860 vsize=846700 CPUtime=4.17
/proc/15862/task/15866/stat : 15866 (java) S 15860 15862 15264 0 -1 64 69920 0 0 0 387 30 0 0 16 0 13 0 22155543 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15867] ppid=15860 vsize=846700 CPUtime=64.53
/proc/15862/task/15867/stat : 15867 (java) R 15860 15862 15264 0 -1 64 355117 0 0 0 6281 172 0 0 25 0 13 0 22155545 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 105886131 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15868] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15868/stat : 15868 (java) S 15860 15862 15264 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22155545 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15869] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15869/stat : 15869 (java) S 15860 15862 15264 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22155546 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15870] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15870/stat : 15870 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15871] ppid=15860 vsize=846700 CPUtime=0.04
/proc/15862/task/15871/stat : 15871 (java) S 15860 15862 15264 0 -1 64 267 0 0 0 4 0 0 0 18 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15872] ppid=15860 vsize=846700 CPUtime=0.77
/proc/15862/task/15872/stat : 15872 (java) S 15860 15862 15264 0 -1 64 3354 0 0 0 76 1 0 0 16 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15873] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15873/stat : 15873 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15874] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15874/stat : 15874 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15875] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15875/stat : 15875 (java) S 15860 15862 15264 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 22163333 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.2
Current children cumulated vsize (KiB) 846700

[startup+83.9016 s]
/proc/loadavg: 1.86 1.85 2.06 3/88 15875
/proc/meminfo: memFree=31504/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=846700 CPUtime=84.99
/proc/15862/stat : 15862 (java) S 15860 15862 15264 0 -1 0 539636 0 1 0 8239 260 0 0 20 0 13 0 22155541 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15862/statm: 211675 180733 1418 9 0 209002 0
[pid=15862/tid=15864] ppid=15860 vsize=846700 CPUtime=10.35
/proc/15862/task/15864/stat : 15864 (java) S 15860 15862 15264 0 -1 64 35374 0 1 0 1017 18 0 0 18 0 13 0 22155542 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15865] ppid=15860 vsize=846700 CPUtime=4.29
/proc/15862/task/15865/stat : 15865 (java) S 15860 15862 15264 0 -1 64 74858 0 0 0 393 36 0 0 18 0 13 0 22155543 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15866] ppid=15860 vsize=846700 CPUtime=4.17
/proc/15862/task/15866/stat : 15866 (java) S 15860 15862 15264 0 -1 64 69920 0 0 0 387 30 0 0 16 0 13 0 22155543 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15867] ppid=15860 vsize=846700 CPUtime=65.32
/proc/15862/task/15867/stat : 15867 (java) R 15860 15862 15264 0 -1 64 355117 0 0 0 6360 172 0 0 25 0 13 0 22155545 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15868] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15868/stat : 15868 (java) S 15860 15862 15264 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22155545 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15869] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15869/stat : 15869 (java) S 15860 15862 15264 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22155546 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15870] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15870/stat : 15870 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15871] ppid=15860 vsize=846700 CPUtime=0.04
/proc/15862/task/15871/stat : 15871 (java) S 15860 15862 15264 0 -1 64 267 0 0 0 4 0 0 0 18 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15872] ppid=15860 vsize=846700 CPUtime=0.77
/proc/15862/task/15872/stat : 15872 (java) S 15860 15862 15264 0 -1 64 3354 0 0 0 76 1 0 0 16 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15873] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15873/stat : 15873 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15874] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15874/stat : 15874 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15875] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15875/stat : 15875 (java) S 15860 15862 15264 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 22163333 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.99
Current children cumulated vsize (KiB) 846700

[startup+84.3017 s]
/proc/loadavg: 1.86 1.85 2.06 3/88 15875
/proc/meminfo: memFree=31504/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=846700 CPUtime=85.39
/proc/15862/stat : 15862 (java) S 15860 15862 15264 0 -1 0 539636 0 1 0 8279 260 0 0 20 0 13 0 22155541 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15862/statm: 211675 180733 1418 9 0 209002 0
[pid=15862/tid=15864] ppid=15860 vsize=846700 CPUtime=10.35
/proc/15862/task/15864/stat : 15864 (java) S 15860 15862 15264 0 -1 64 35374 0 1 0 1017 18 0 0 18 0 13 0 22155542 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15865] ppid=15860 vsize=846700 CPUtime=4.29
/proc/15862/task/15865/stat : 15865 (java) S 15860 15862 15264 0 -1 64 74858 0 0 0 393 36 0 0 18 0 13 0 22155543 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15866] ppid=15860 vsize=846700 CPUtime=4.17
/proc/15862/task/15866/stat : 15866 (java) S 15860 15862 15264 0 -1 64 69920 0 0 0 387 30 0 0 16 0 13 0 22155543 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15867] ppid=15860 vsize=846700 CPUtime=65.72
/proc/15862/task/15867/stat : 15867 (java) R 15860 15862 15264 0 -1 64 355117 0 0 0 6400 172 0 0 25 0 13 0 22155545 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15868] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15868/stat : 15868 (java) S 15860 15862 15264 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22155545 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15869] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15869/stat : 15869 (java) S 15860 15862 15264 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22155546 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15870] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15870/stat : 15870 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15871] ppid=15860 vsize=846700 CPUtime=0.04
/proc/15862/task/15871/stat : 15871 (java) S 15860 15862 15264 0 -1 64 267 0 0 0 4 0 0 0 18 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15872] ppid=15860 vsize=846700 CPUtime=0.77
/proc/15862/task/15872/stat : 15872 (java) S 15860 15862 15264 0 -1 64 3354 0 0 0 76 1 0 0 16 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15873] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15873/stat : 15873 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15874] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15874/stat : 15874 (java) S 15860 15862 15264 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22155550 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15862/tid=15875] ppid=15860 vsize=846700 CPUtime=0
/proc/15862/task/15875/stat : 15875 (java) S 15860 15862 15264 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 22163333 867020800 180733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.39
Current children cumulated vsize (KiB) 846700

[startup+84.707 s]
/proc/loadavg: 1.86 1.85 2.06 3/87 15875
/proc/meminfo: memFree=63504/2055920 swapFree=4192956/4192956
[pid=15862] ppid=15860 vsize=0 CPUtime=85.78
/proc/15862/stat : 15862 (java) Z 15860 15862 15264 0 -1 12 539644 0 1 0 8311 267 0 0 16 0 2 0 22155541 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15862/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 85.78
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 84.7339
CPU time (s): 85.819
CPU user time (s): 83.1124
CPU system time (s): 2.70659
CPU usage (%): 101.281
Max. virtual memory (cumulated for all children) (KiB): 862704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.1124
system time used= 2.70659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 539644
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= 2407
involuntary context switches= 4381

runsolver used 0.114982 second user time and 0.287956 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-12 00:21:47
IDJOB=2069920
IDBENCH=55108
IDSOLVER=731
FILE ID=node87/2069920-1247350907
PBS_JOBID= 9506871
Free space on /tmp= 66204 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg14-14_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069920-1247350907/watcher-2069920-1247350907 -o /tmp/evaluation-result-2069920-1247350907/solver-2069920-1247350907 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2069920-1247350907.xml

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

MD5SUM BENCH= 71043e558b97d1038b2e45a8033f05ba
RANDOM SEED=882230805

node87.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.236
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.236
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:        683288 kB
Buffers:         71656 kB
Cached:        1083188 kB
SwapCached:          0 kB
Active:         312084 kB
Inactive:      1004260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        683288 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:         171364 kB
Slab:            41068 kB
Committed_AS:   326892 kB
PageTables:       2252 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= 66200 MiB
End job on node87 at 2009-07-12 00:23:12