Trace number 2079523

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) 86.3829 84.4047

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg6-6_ext.xml
MD5SUM80214405512c477cd5eee37a2d95a76d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.152975
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints12
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.10/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.25	c See www.sat4j.org for details.
0.10/0.25	c That software uses the Rhino library from the Mozilla project.
0.10/0.26	c version 2.1.1.v20090622
0.10/0.26	c sun.arch.data.model	32
0.10/0.26	c java.version	1.6.0_12
0.10/0.26	c os.name	Linux
0.10/0.26	c os.version	2.6.9-22.EL.rootsmp
0.10/0.26	c os.arch	i386
0.10/0.26	c Free memory 671000808
0.10/0.26	c Max memory 672137216
0.10/0.26	c Total memory 672137216
0.10/0.26	c Number of processors 2
0.18/0.35	c c --- Begin Solver configuration ---
0.18/0.35	c Stops conflict analysis at the first Unique Implication Point
0.18/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.35	c Learn all clauses as in MiniSAT
0.18/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.35	c Expensive reason simplification
0.18/0.35	c MiniSAT restarts strategy
0.18/0.35	c Memory based learned constraints deletion strategy
0.18/0.35	c timeout=2147483s
0.18/0.35	c DB Simplification allowed=false
0.18/0.35	c --- End Solver configuration ---
0.18/0.35	c solving HOME/instance-2079523-1247368188.xml
0.18/0.35	c reading problem ... 
0.43/0.64	c reading problem named null
0.43/0.64	c reading domains done.
0.43/0.65	c reading variables done.
0.43/0.68	c reading relations done.
1.13/1.33	c reading constraints
67.79/65.81	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
67.79/65.81		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
67.79/65.81		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
67.79/65.81		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
67.79/65.81		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
67.79/65.81		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
67.79/65.81		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
67.79/65.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
67.79/65.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
67.79/65.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
67.79/65.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
67.79/65.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
67.79/65.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
67.79/65.81		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
67.79/65.81		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
67.79/65.81		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
67.79/65.81		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
67.79/65.81		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
67.79/65.81		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
67.79/65.81		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
67.79/65.81		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
67.79/65.81		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
67.79/65.81		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
67.79/65.81		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
67.79/65.81		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
67.79/65.81		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
67.79/65.81		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
67.79/65.81		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
67.79/65.81		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
67.79/65.81		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
67.79/65.81		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
67.79/65.81		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
67.79/65.81		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
73.09/71.18	c starts		: 0
73.09/71.18	c conflicts		: 0
73.09/71.18	c decisions		: 0
73.09/71.18	c propagations		: 0
73.09/71.18	c inspects		: 0
73.09/71.18	c learnt literals	: 0
73.09/71.18	c learnt binary clauses	: 0
73.09/71.18	c learnt ternary clauses	: 0
73.09/71.18	c learnt clauses	: 0
73.09/71.18	c ignored clauses	: 0
73.09/71.18	c root simplifications	: 0
73.09/71.18	c removed literals (reason simplification)	: 0
73.09/71.18	c reason swapping (by a shorter reason)	: 0
73.09/71.18	c Calls to reduceDB	: 0
73.09/71.18	c speed (assignments/second)	: 0.0
73.09/71.18	c non guided choices	0
73.09/71.18	c learnt constraints type 
86.19/84.28	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
86.19/84.28		at java.util.HashMap.newEntryIterator(Unknown Source)
86.19/84.28		at java.util.HashMap$EntrySet.iterator(Unknown Source)
86.19/84.28		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Unknown Source)
86.19/84.28		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
86.19/84.28		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
86.19/84.28		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-2079523-1247368188/watcher-2079523-1247368188 -o /tmp/evaluation-result-2079523-1247368188/solver-2079523-1247368188 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2079523-1247368188.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.91 1.97 2.04 4/75 21504
/proc/meminfo: memFree=1909008/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=18576 CPUtime=0
/proc/21504/stat : 21504 (runsolver) R 21502 21504 17808 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 23881386 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21504/statm: 4644 284 249 26 0 2626 0

[startup+0.0328099 s]
/proc/loadavg: 1.91 1.97 2.04 4/75 21504
/proc/meminfo: memFree=1909008/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=12928 CPUtime=0.01
/proc/21504/stat : 21504 (java) D 21502 21504 17808 0 -1 0 371 0 4 0 0 1 0 0 18 0 1 0 23881386 13238272 182 996147200 134512640 134550932 4294956016 18446744073709551615 7177002 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/21504/statm: 3232 182 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.101816 s]
/proc/loadavg: 1.91 1.97 2.04 4/75 21504
/proc/meminfo: memFree=1909008/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=800696 CPUtime=0.04
/proc/21504/stat : 21504 (java) S 21502 21504 17808 0 -1 0 2365 0 30 0 1 3 0 0 18 0 4 0 23881386 819912704 2141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21504/statm: 200174 2142 938 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.301843 s]
/proc/loadavg: 1.91 1.97 2.04 4/75 21504
/proc/meminfo: memFree=1909008/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=805352 CPUtime=0.18
/proc/21504/stat : 21504 (java) S 21502 21504 17808 0 -1 0 3764 0 30 0 14 4 0 0 18 0 12 0 23881386 824680448 3531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21504/statm: 201338 3531 1332 9 0 198672 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805352

[startup+0.701897 s]
/proc/loadavg: 1.91 1.97 2.04 4/75 21504
/proc/meminfo: memFree=1909008/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=807180 CPUtime=0.53
/proc/21504/stat : 21504 (java) S 21502 21504 17808 0 -1 0 5377 0 31 0 46 7 0 0 18 0 12 0 23881386 826552320 4932 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21504/statm: 201795 4932 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 807180

[startup+1.50301 s]
/proc/loadavg: 1.92 1.97 2.04 4/87 21516
/proc/meminfo: memFree=1883440/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=811772 CPUtime=1.34
/proc/21504/stat : 21504 (java) S 21502 21504 17808 0 -1 0 8883 0 31 0 125 9 0 0 18 0 12 0 23881386 831254528 7338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21504/statm: 202943 7339 1413 9 0 200270 0
[pid=21504/tid=21506] ppid=21502 vsize=811772 CPUtime=0.57
/proc/21504/task/21506/stat : 21506 (java) R 21502 21504 17808 0 -1 64 4858 0 2 0 52 5 0 0 23 0 12 0 23881393 831254528 7339 996147200 134512640 134550932 4294956016 18446744073709551615 4109163380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21507] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21507/stat : 21507 (java) S 21502 21504 17808 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 23881394 831254528 7339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21508] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21508/stat : 21508 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 23881394 831254528 7339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21509] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21509/stat : 21509 (java) S 21502 21504 17808 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23881397 831254528 7339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21510] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21510/stat : 21510 (java) S 21502 21504 17808 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 23881398 831254528 7339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21511] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21511/stat : 21511 (java) S 21502 21504 17808 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 23881398 831254528 7339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21512] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21512/stat : 21512 (java) S 21502 21504 17808 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23881405 831254528 7339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21513] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21513/stat : 21513 (java) S 21502 21504 17808 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 23881405 831254528 7339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21514] ppid=21502 vsize=811772 CPUtime=0.73
/proc/21504/task/21514/stat : 21514 (java) S 21502 21504 17808 0 -1 64 3302 0 0 0 72 1 0 0 17 0 12 0 23881405 831254528 7340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21515] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21515/stat : 21515 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 23881405 831254528 7340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21516] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21516/stat : 21516 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23881405 831254528 7340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 811772

[startup+3.10222 s]
/proc/loadavg: 1.92 1.97 2.04 6/87 21516
/proc/meminfo: memFree=1827120/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=811772 CPUtime=3.25
/proc/21504/stat : 21504 (java) S 21502 21504 17808 0 -1 0 42409 0 31 0 302 23 0 0 18 0 12 0 23881386 831254528 39475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21504/statm: 202943 39475 1421 9 0 200270 0
[pid=21504/tid=21506] ppid=21502 vsize=811772 CPUtime=1.44
/proc/21504/task/21506/stat : 21506 (java) R 21502 21504 17808 0 -1 64 16744 0 2 0 134 10 0 0 25 0 12 0 23881393 831254528 39475 996147200 134512640 134550932 4294956016 18446744073709551615 4109611747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21507] ppid=21502 vsize=811772 CPUtime=0.38
/proc/21504/task/21507/stat : 21507 (java) S 21502 21504 17808 0 -1 64 8615 0 0 0 35 3 0 0 18 0 12 0 23881394 831254528 39475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21508] ppid=21502 vsize=811772 CPUtime=0.45
/proc/21504/task/21508/stat : 21508 (java) S 21502 21504 17808 0 -1 64 12743 0 0 0 41 4 0 0 19 0 12 0 23881394 831254528 39475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21509] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21509/stat : 21509 (java) S 21502 21504 17808 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23881397 831254528 39475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21510] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21510/stat : 21510 (java) S 21502 21504 17808 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23881398 831254528 39475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21511] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21511/stat : 21511 (java) S 21502 21504 17808 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 23881398 831254528 39475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21512] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21512/stat : 21512 (java) S 21502 21504 17808 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23881405 831254528 39475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21513] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21513/stat : 21513 (java) S 21502 21504 17808 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 23881405 831254528 39475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21514] ppid=21502 vsize=811772 CPUtime=0.91
/proc/21504/task/21514/stat : 21514 (java) S 21502 21504 17808 0 -1 64 3580 0 0 0 90 1 0 0 16 0 12 0 23881405 831254528 39475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21515] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21515/stat : 21515 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 23881405 831254528 39475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21516] ppid=21502 vsize=811772 CPUtime=0
/proc/21504/task/21516/stat : 21516 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23881405 831254528 39475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 811772

[startup+6.30266 s]
/proc/loadavg: 2.08 2.00 2.05 5/87 21516
/proc/meminfo: memFree=1615920/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=816804 CPUtime=7.35
/proc/21504/stat : 21504 (java) S 21502 21504 17808 0 -1 0 85335 0 31 0 693 42 0 0 18 0 12 0 23881386 836407296 79055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21504/statm: 204201 79057 1421 9 0 201528 0
[pid=21504/tid=21506] ppid=21502 vsize=816804 CPUtime=3.06
/proc/21504/task/21506/stat : 21506 (java) R 21502 21504 17808 0 -1 64 16905 0 2 0 295 11 0 0 25 0 12 0 23881393 836407296 79059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21504/tid=21507] ppid=21502 vsize=816804 CPUtime=1.63
/proc/21504/task/21507/stat : 21507 (java) R 21502 21504 17808 0 -1 64 33037 0 0 0 149 14 0 0 17 0 12 0 23881394 836407296 79060 996147200 134512640 134550932 4294956016 18446744073709551615 106193762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21504/tid=21508] ppid=21502 vsize=816804 CPUtime=1.69
/proc/21504/task/21508/stat : 21508 (java) R 21502 21504 17808 0 -1 64 31093 0 0 0 157 12 0 0 17 0 12 0 23881394 836407296 79062 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21509] ppid=21502 vsize=816804 CPUtime=0
/proc/21504/task/21509/stat : 21509 (java) S 21502 21504 17808 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23881397 836407296 79064 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21504/tid=21510] ppid=21502 vsize=816804 CPUtime=0
/proc/21504/task/21510/stat : 21510 (java) S 21502 21504 17808 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23881398 836407296 79065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21511] ppid=21502 vsize=816804 CPUtime=0
/proc/21504/task/21511/stat : 21511 (java) S 21502 21504 17808 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 23881398 836407296 79067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21512] ppid=21502 vsize=816804 CPUtime=0
/proc/21504/task/21512/stat : 21512 (java) S 21502 21504 17808 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23881405 836407296 79069 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21513] ppid=21502 vsize=816804 CPUtime=0
/proc/21504/task/21513/stat : 21513 (java) S 21502 21504 17808 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 23881405 836407296 79071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21514] ppid=21502 vsize=816804 CPUtime=0.91
/proc/21504/task/21514/stat : 21514 (java) S 21502 21504 17808 0 -1 64 3580 0 0 0 90 1 0 0 16 0 12 0 23881405 836407296 79072 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21515] ppid=21502 vsize=816804 CPUtime=0
/proc/21504/task/21515/stat : 21515 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 23881405 836407296 79074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21516] ppid=21502 vsize=816804 CPUtime=0
/proc/21504/task/21516/stat : 21516 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23881405 836407296 79076 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 816804

[startup+12.7015 s]
/proc/loadavg: 2.16 2.02 2.05 4/87 21516
/proc/meminfo: memFree=1363312/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=816804 CPUtime=14.72
/proc/21504/stat : 21504 (java) S 21502 21504 17808 0 -1 0 152340 0 31 0 1406 66 0 0 18 0 12 0 23881386 836407296 144089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21504/statm: 204201 144089 1421 9 0 201528 0
[pid=21504/tid=21506] ppid=21502 vsize=816804 CPUtime=5.56
/proc/21504/task/21506/stat : 21506 (java) S 21502 21504 17808 0 -1 64 29205 0 2 0 541 15 0 0 17 0 12 0 23881393 836407296 144089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21507] ppid=21502 vsize=816804 CPUtime=4.71
/proc/21504/task/21507/stat : 21507 (java) R 21502 21504 17808 0 -1 64 72798 0 0 0 443 28 0 0 18 0 12 0 23881394 836407296 144089 996147200 134512640 134550932 4294956016 18446744073709551615 106196773 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21508] ppid=21502 vsize=816804 CPUtime=3.49
/proc/21504/task/21508/stat : 21508 (java) R 21502 21504 17808 0 -1 64 46030 0 0 0 331 18 0 0 19 0 12 0 23881394 836407296 144089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21509] ppid=21502 vsize=816804 CPUtime=0
/proc/21504/task/21509/stat : 21509 (java) S 21502 21504 17808 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23881397 836407296 144089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21510] ppid=21502 vsize=816804 CPUtime=0
/proc/21504/task/21510/stat : 21510 (java) S 21502 21504 17808 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23881398 836407296 144089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21511] ppid=21502 vsize=816804 CPUtime=0
/proc/21504/task/21511/stat : 21511 (java) S 21502 21504 17808 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 23881398 836407296 144089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21512] ppid=21502 vsize=816804 CPUtime=0
/proc/21504/task/21512/stat : 21512 (java) S 21502 21504 17808 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23881405 836407296 144089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21513] ppid=21502 vsize=816804 CPUtime=0
/proc/21504/task/21513/stat : 21513 (java) S 21502 21504 17808 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 23881405 836407296 144089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21514] ppid=21502 vsize=816804 CPUtime=0.91
/proc/21504/task/21514/stat : 21514 (java) S 21502 21504 17808 0 -1 64 3580 0 0 0 90 1 0 0 16 0 12 0 23881405 836407296 144089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21515] ppid=21502 vsize=816804 CPUtime=0
/proc/21504/task/21515/stat : 21515 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 23881405 836407296 144089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21516] ppid=21502 vsize=816804 CPUtime=0
/proc/21504/task/21516/stat : 21516 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23881405 836407296 144089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.72
Current children cumulated vsize (KiB) 816804

[startup+25.5023 s]
/proc/loadavg: 2.13 2.02 2.05 3/87 21516
/proc/meminfo: memFree=1178352/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=848808 CPUtime=27.51
/proc/21504/stat : 21504 (java) S 21502 21504 17808 0 -1 0 196598 0 31 0 2668 83 0 0 18 0 12 0 23881386 869179392 181339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21504/statm: 212202 181339 1425 9 0 209529 0
[pid=21504/tid=21506] ppid=21502 vsize=848808 CPUtime=6.93
/proc/21504/task/21506/stat : 21506 (java) S 21502 21504 17808 0 -1 64 53787 0 2 0 669 24 0 0 18 0 12 0 23881393 869179392 181339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21507] ppid=21502 vsize=848808 CPUtime=5.16
/proc/21504/task/21507/stat : 21507 (java) S 21502 21504 17808 0 -1 64 77211 0 0 0 486 30 0 0 18 0 12 0 23881394 869179392 181339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21508] ppid=21502 vsize=848808 CPUtime=3.56
/proc/21504/task/21508/stat : 21508 (java) S 21502 21504 17808 0 -1 64 46030 0 0 0 338 18 0 0 17 0 12 0 23881394 869179392 181339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21509] ppid=21502 vsize=848808 CPUtime=10.89
/proc/21504/task/21509/stat : 21509 (java) R 21502 21504 17808 0 -1 64 15266 0 0 0 1083 6 0 0 25 0 12 0 23881397 869179392 181339 996147200 134512640 134550932 4294956016 18446744073709551615 105696565 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21510] ppid=21502 vsize=848808 CPUtime=0
/proc/21504/task/21510/stat : 21510 (java) S 21502 21504 17808 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23881398 869179392 181339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21511] ppid=21502 vsize=848808 CPUtime=0
/proc/21504/task/21511/stat : 21511 (java) S 21502 21504 17808 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23881398 869179392 181339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21512] ppid=21502 vsize=848808 CPUtime=0
/proc/21504/task/21512/stat : 21512 (java) S 21502 21504 17808 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23881405 869179392 181339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21513] ppid=21502 vsize=848808 CPUtime=0

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

[pid=21504/tid=21509] ppid=21502 vsize=817128 CPUtime=61.89
/proc/21504/task/21509/stat : 21509 (java) R 21502 21504 17808 0 -1 64 180310 0 0 0 6117 72 0 0 25 0 13 0 23881397 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 105696733 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21510] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21510/stat : 21510 (java) S 21502 21504 17808 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23881398 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21511] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21511/stat : 21511 (java) S 21502 21504 17808 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23881398 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21512] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21512/stat : 21512 (java) S 21502 21504 17808 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21513] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21513/stat : 21513 (java) S 21502 21504 17808 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21514] ppid=21502 vsize=817128 CPUtime=0.91
/proc/21504/task/21514/stat : 21514 (java) S 21502 21504 17808 0 -1 64 3580 0 0 0 90 1 0 0 16 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21515] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21515/stat : 21515 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21516] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21516/stat : 21516 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21504/tid=21517] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21517/stat : 21517 (java) S 21502 21504 17808 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 23887968 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.69
Current children cumulated vsize (KiB) 817128

[startup+79.9026 s]
/proc/loadavg: 2.05 2.01 2.05 3/88 21517
/proc/meminfo: memFree=1210152/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=817128 CPUtime=81.89
/proc/21504/stat : 21504 (java) S 21502 21504 17808 0 -1 0 361667 0 31 0 8039 150 0 0 18 0 13 0 23881386 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21504/statm: 204282 173347 1424 9 0 201609 0
[pid=21504/tid=21506] ppid=21502 vsize=817128 CPUtime=7.09
/proc/21504/task/21506/stat : 21506 (java) S 21502 21504 17808 0 -1 64 53803 0 2 0 685 24 0 0 18 0 13 0 23881393 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21507] ppid=21502 vsize=817128 CPUtime=5.16
/proc/21504/task/21507/stat : 21507 (java) S 21502 21504 17808 0 -1 64 77211 0 0 0 486 30 0 0 18 0 13 0 23881394 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21508] ppid=21502 vsize=817128 CPUtime=3.56
/proc/21504/task/21508/stat : 21508 (java) S 21502 21504 17808 0 -1 64 46030 0 0 0 338 18 0 0 17 0 13 0 23881394 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21509] ppid=21502 vsize=817128 CPUtime=65.09
/proc/21504/task/21509/stat : 21509 (java) R 21502 21504 17808 0 -1 64 180310 0 0 0 6437 72 0 0 25 0 13 0 23881397 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21510] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21510/stat : 21510 (java) S 21502 21504 17808 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23881398 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21511] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21511/stat : 21511 (java) S 21502 21504 17808 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23881398 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21512] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21512/stat : 21512 (java) S 21502 21504 17808 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21513] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21513/stat : 21513 (java) S 21502 21504 17808 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21514] ppid=21502 vsize=817128 CPUtime=0.91
/proc/21504/task/21514/stat : 21514 (java) S 21502 21504 17808 0 -1 64 3580 0 0 0 90 1 0 0 16 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21515] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21515/stat : 21515 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21516] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21516/stat : 21516 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21504/tid=21517] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21517/stat : 21517 (java) S 21502 21504 17808 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 23887968 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 81.89
Current children cumulated vsize (KiB) 817128

[startup+81.5019 s]
/proc/loadavg: 2.05 2.01 2.04 3/88 21517
/proc/meminfo: memFree=1210088/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=817128 CPUtime=83.49
/proc/21504/stat : 21504 (java) S 21502 21504 17808 0 -1 0 361667 0 31 0 8199 150 0 0 18 0 13 0 23881386 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21504/statm: 204282 173347 1424 9 0 201609 0
[pid=21504/tid=21506] ppid=21502 vsize=817128 CPUtime=7.09
/proc/21504/task/21506/stat : 21506 (java) S 21502 21504 17808 0 -1 64 53803 0 2 0 685 24 0 0 18 0 13 0 23881393 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21507] ppid=21502 vsize=817128 CPUtime=5.16
/proc/21504/task/21507/stat : 21507 (java) S 21502 21504 17808 0 -1 64 77211 0 0 0 486 30 0 0 18 0 13 0 23881394 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21508] ppid=21502 vsize=817128 CPUtime=3.56
/proc/21504/task/21508/stat : 21508 (java) S 21502 21504 17808 0 -1 64 46030 0 0 0 338 18 0 0 17 0 13 0 23881394 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21509] ppid=21502 vsize=817128 CPUtime=66.69
/proc/21504/task/21509/stat : 21509 (java) R 21502 21504 17808 0 -1 64 180310 0 0 0 6597 72 0 0 25 0 13 0 23881397 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 104177754 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21510] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21510/stat : 21510 (java) S 21502 21504 17808 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23881398 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21511] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21511/stat : 21511 (java) S 21502 21504 17808 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23881398 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21512] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21512/stat : 21512 (java) S 21502 21504 17808 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21513] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21513/stat : 21513 (java) S 21502 21504 17808 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21514] ppid=21502 vsize=817128 CPUtime=0.91
/proc/21504/task/21514/stat : 21514 (java) S 21502 21504 17808 0 -1 64 3580 0 0 0 90 1 0 0 16 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21515] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21515/stat : 21515 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21516] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21516/stat : 21516 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21504/tid=21517] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21517/stat : 21517 (java) S 21502 21504 17808 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 23887968 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.49
Current children cumulated vsize (KiB) 817128

[startup+83.1011 s]
/proc/loadavg: 2.05 2.01 2.04 3/88 21517
/proc/meminfo: memFree=1210024/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=817128 CPUtime=85.09
/proc/21504/stat : 21504 (java) S 21502 21504 17808 0 -1 0 361667 0 31 0 8359 150 0 0 18 0 13 0 23881386 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21504/statm: 204282 173347 1424 9 0 201609 0
[pid=21504/tid=21506] ppid=21502 vsize=817128 CPUtime=7.09
/proc/21504/task/21506/stat : 21506 (java) S 21502 21504 17808 0 -1 64 53803 0 2 0 685 24 0 0 18 0 13 0 23881393 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21507] ppid=21502 vsize=817128 CPUtime=5.16
/proc/21504/task/21507/stat : 21507 (java) S 21502 21504 17808 0 -1 64 77211 0 0 0 486 30 0 0 18 0 13 0 23881394 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21508] ppid=21502 vsize=817128 CPUtime=3.56
/proc/21504/task/21508/stat : 21508 (java) S 21502 21504 17808 0 -1 64 46030 0 0 0 338 18 0 0 17 0 13 0 23881394 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21509] ppid=21502 vsize=817128 CPUtime=68.29
/proc/21504/task/21509/stat : 21509 (java) R 21502 21504 17808 0 -1 64 180310 0 0 0 6757 72 0 0 25 0 13 0 23881397 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 105886136 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21510] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21510/stat : 21510 (java) S 21502 21504 17808 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23881398 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21511] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21511/stat : 21511 (java) S 21502 21504 17808 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23881398 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21512] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21512/stat : 21512 (java) S 21502 21504 17808 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21513] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21513/stat : 21513 (java) S 21502 21504 17808 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21514] ppid=21502 vsize=817128 CPUtime=0.91
/proc/21504/task/21514/stat : 21514 (java) S 21502 21504 17808 0 -1 64 3580 0 0 0 90 1 0 0 16 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21515] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21515/stat : 21515 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21516] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21516/stat : 21516 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21504/tid=21517] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21517/stat : 21517 (java) S 21502 21504 17808 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 23887968 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 85.09
Current children cumulated vsize (KiB) 817128

[startup+83.9022 s]
/proc/loadavg: 2.05 2.01 2.04 3/88 21517
/proc/meminfo: memFree=1210024/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=817128 CPUtime=85.89
/proc/21504/stat : 21504 (java) S 21502 21504 17808 0 -1 0 361667 0 31 0 8439 150 0 0 18 0 13 0 23881386 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21504/statm: 204282 173347 1424 9 0 201609 0
[pid=21504/tid=21506] ppid=21502 vsize=817128 CPUtime=7.09
/proc/21504/task/21506/stat : 21506 (java) S 21502 21504 17808 0 -1 64 53803 0 2 0 685 24 0 0 18 0 13 0 23881393 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21507] ppid=21502 vsize=817128 CPUtime=5.16
/proc/21504/task/21507/stat : 21507 (java) S 21502 21504 17808 0 -1 64 77211 0 0 0 486 30 0 0 18 0 13 0 23881394 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21508] ppid=21502 vsize=817128 CPUtime=3.56
/proc/21504/task/21508/stat : 21508 (java) S 21502 21504 17808 0 -1 64 46030 0 0 0 338 18 0 0 17 0 13 0 23881394 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21509] ppid=21502 vsize=817128 CPUtime=69.09
/proc/21504/task/21509/stat : 21509 (java) R 21502 21504 17808 0 -1 64 180310 0 0 0 6837 72 0 0 25 0 13 0 23881397 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 106159310 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21510] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21510/stat : 21510 (java) S 21502 21504 17808 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23881398 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21511] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21511/stat : 21511 (java) S 21502 21504 17808 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23881398 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21512] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21512/stat : 21512 (java) S 21502 21504 17808 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21513] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21513/stat : 21513 (java) S 21502 21504 17808 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21514] ppid=21502 vsize=817128 CPUtime=0.91
/proc/21504/task/21514/stat : 21514 (java) S 21502 21504 17808 0 -1 64 3580 0 0 0 90 1 0 0 16 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21515] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21515/stat : 21515 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21504/tid=21516] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21516/stat : 21516 (java) S 21502 21504 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23881405 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21504/tid=21517] ppid=21502 vsize=817128 CPUtime=0
/proc/21504/task/21517/stat : 21517 (java) S 21502 21504 17808 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 23887968 836739072 173347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 85.89
Current children cumulated vsize (KiB) 817128

[startup+84.3022 s]
/proc/loadavg: 2.05 2.01 2.04 3/88 21517
/proc/meminfo: memFree=1210024/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=0 CPUtime=86.27
/proc/21504/stat : 21504 (java) Z 21502 21504 17808 0 -1 12 361674 0 31 0 8477 150 0 0 16 0 2 0 23881386 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21504/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 86.27
Current children cumulated vsize (KiB) 0

[startup+84.4012 s]
/proc/loadavg: 2.05 2.01 2.04 3/88 21517
/proc/meminfo: memFree=1210024/2055920 swapFree=4192812/4192956
[pid=21504] ppid=21502 vsize=0 CPUtime=86.37
/proc/21504/stat : 21504 (java) Z 21502 21504 17808 0 -1 12 361674 0 31 0 8477 160 0 0 16 0 2 0 23881386 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21504/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 86.37
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 84.4047
CPU time (s): 86.3829
CPU user time (s): 84.7781
CPU system time (s): 1.60476
CPU usage (%): 102.344
Max. virtual memory (cumulated for all children) (KiB): 864812

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

runsolver used 0.093985 second user time and 0.300954 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 05:09:48
IDJOB=2079523
IDBENCH=56910
IDSOLVER=731
FILE ID=node71/2079523-1247368188
PBS_JOBID= 9507052
Free space on /tmp= 66396 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg6-6_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079523-1247368188/watcher-2079523-1247368188 -o /tmp/evaluation-result-2079523-1247368188/solver-2079523-1247368188 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2079523-1247368188.xml

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

MD5SUM BENCH= 80214405512c477cd5eee37a2d95a76d
RANDOM SEED=1791480472

node71.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.222
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.222
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:       1909488 kB
Buffers:          7464 kB
Cached:          72028 kB
SwapCached:          0 kB
Active:          76200 kB
Inactive:        22536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1909488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1772 kB
Writeback:           0 kB
Mapped:          29940 kB
Slab:            32980 kB
Committed_AS:   269940 kB
PageTables:       1816 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= 66396 MiB
End job on node71 at 2009-07-12 05:11:13