Trace number 2077510

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? 98.611 97.4014

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg14-16_ext.xml
MD5SUMbfa236023d0a266ae6447e70195043ee
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 benchmark2.18367
Satisfiable
(Un)Satisfiability was proved
Number of variables224
Number of constraints30
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2077510-1247365158.xml
0.18/0.25	c reading problem ... 
0.47/0.50	c reading problem named null
0.47/0.50	c reading domains done.
0.47/0.50	c reading variables done.
0.67/0.74	c reading relations done.
2.06/2.13	c reading constraints
98.43/97.25	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
98.43/97.25		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
98.43/97.25		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
98.43/97.25		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
98.43/97.25		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
98.43/97.25		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
98.43/97.25		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
98.43/97.25		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
98.43/97.25		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
98.43/97.25		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
98.43/97.25		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
98.43/97.25		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
98.43/97.25		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
98.43/97.25		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
98.43/97.25		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
98.43/97.25		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
98.43/97.25		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
98.43/97.25		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
98.43/97.26	c starts		: 0
98.43/97.26	c conflicts		: 0
98.43/97.26	c decisions		: 0
98.43/97.26	c propagations		: 0
98.43/97.26	c inspects		: 0
98.43/97.26	c learnt literals	: 0
98.43/97.26	c learnt binary clauses	: 0
98.43/97.26	c learnt ternary clauses	: 0
98.43/97.26	c learnt clauses	: 0
98.43/97.26	c ignored clauses	: 0
98.43/97.26	c root simplifications	: 0
98.43/97.26	c removed literals (reason simplification)	: 0
98.43/97.26	c reason swapping (by a shorter reason)	: 0
98.43/97.26	c Calls to reduceDB	: 0
98.43/97.26	c speed (assignments/second)	: 0.0
98.43/97.26	c non guided choices	0
98.43/97.26	c learnt constraints type 
98.43/97.26	c constraints type 
98.43/97.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5711227
98.43/97.26	c org.sat4j.minisat.constraints.card.AtLeast => 224
98.43/97.26	s UNKNOWN
98.43/97.26	c Total wall clock time (in seconds) : 97.01

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077510-1247365158/watcher-2077510-1247365158 -o /tmp/evaluation-result-2077510-1247365158/solver-2077510-1247365158 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077510-1247365158.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.92 2.01 2.07 4/82 16927
/proc/meminfo: memFree=1571956/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=1616 CPUtime=0
/proc/16927/stat : 16927 (java) D 16925 16927 13456 0 -1 0 335 0 0 0 0 0 0 0 18 0 1 0 23582908 1654784 144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/16927/statm: 404 155 118 9 0 46 0

[startup+0.046434 s]
/proc/loadavg: 1.92 2.01 2.07 4/82 16927
/proc/meminfo: memFree=1571956/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=802032 CPUtime=0.04
/proc/16927/stat : 16927 (java) S 16925 16927 13456 0 -1 0 2546 0 1 0 2 2 0 0 18 0 7 0 23582908 821280768 2293 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 200508 2293 988 9 0 197859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802032

[startup+0.101442 s]
/proc/loadavg: 1.92 2.01 2.07 4/82 16927
/proc/meminfo: memFree=1571956/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=804560 CPUtime=0.08
/proc/16927/stat : 16927 (java) S 16925 16927 13456 0 -1 0 3003 0 1 0 6 2 0 0 18 0 12 0 23582908 823869440 2746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 201140 2746 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301464 s]
/proc/loadavg: 1.92 2.01 2.07 4/82 16927
/proc/meminfo: memFree=1571956/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=805628 CPUtime=0.27
/proc/16927/stat : 16927 (java) S 16925 16927 13456 0 -1 0 4306 0 1 0 24 3 0 0 18 0 12 0 23582908 824963072 4043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 201407 4043 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701511 s]
/proc/loadavg: 1.92 2.01 2.07 4/82 16927
/proc/meminfo: memFree=1571956/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=807320 CPUtime=0.67
/proc/16927/stat : 16927 (java) S 16925 16927 13456 0 -1 0 6136 0 1 0 62 5 0 0 18 0 12 0 23582908 826695680 5162 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 201830 5162 1385 9 0 199157 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807320

[startup+1.50259 s]
/proc/loadavg: 1.92 2.01 2.07 3/94 16939
/proc/meminfo: memFree=1554388/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=812156 CPUtime=1.47
/proc/16927/stat : 16927 (java) S 16925 16927 13456 0 -1 0 11881 0 1 0 139 8 0 0 18 0 12 0 23582908 831647744 9710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 203039 9710 1408 9 0 200366 0
[pid=16927/tid=16928] ppid=16925 vsize=812156 CPUtime=0.67
/proc/16927/task/16928/stat : 16928 (java) R 16925 16927 13456 0 -1 64 7212 0 1 0 62 5 0 0 25 0 12 0 23582909 831647744 9710 996147200 134512640 134550932 4294956016 18446744073709551615 4109625787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16930] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16930/stat : 16930 (java) S 16925 16927 13456 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23582910 831647744 9710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16931] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16931/stat : 16931 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23582910 831647744 9710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16932] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16932/stat : 16932 (java) S 16925 16927 13456 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 23582912 831647744 9710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16933] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16933/stat : 16933 (java) S 16925 16927 13456 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23582913 831647744 9710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16934] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16934/stat : 16934 (java) S 16925 16927 13456 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23582913 831647744 9710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16935] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16935/stat : 16935 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23582918 831647744 9710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16936] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16936/stat : 16936 (java) S 16925 16927 13456 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23582918 831647744 9710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16937] ppid=16925 vsize=812156 CPUtime=0.77
/proc/16927/task/16937/stat : 16937 (java) S 16925 16927 13456 0 -1 64 3912 0 0 0 76 1 0 0 17 0 12 0 23582918 831647744 9710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16938] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16938/stat : 16938 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23582918 831647744 9710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16939] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16939/stat : 16939 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23582918 831647744 9710 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) 812156

[startup+3.10277 s]
/proc/loadavg: 1.92 2.01 2.07 3/94 16939
/proc/meminfo: memFree=1508500/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=812156 CPUtime=3.05
/proc/16927/stat : 16927 (java) S 16925 16927 13456 0 -1 0 24469 0 1 0 292 13 0 0 18 0 12 0 23582908 831647744 22296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 203039 22296 1422 9 0 200366 0
[pid=16927/tid=16928] ppid=16925 vsize=812156 CPUtime=1.75
/proc/16927/task/16928/stat : 16928 (java) R 16925 16927 13456 0 -1 64 16909 0 1 0 166 9 0 0 25 0 12 0 23582909 831647744 22296 996147200 134512640 134550932 4294956016 18446744073709551615 4109529840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16930] ppid=16925 vsize=812156 CPUtime=0.02
/proc/16927/task/16930/stat : 16930 (java) S 16925 16927 13456 0 -1 64 870 0 0 0 2 0 0 0 17 0 12 0 23582910 831647744 22296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16931] ppid=16925 vsize=812156 CPUtime=0.02
/proc/16927/task/16931/stat : 16931 (java) S 16925 16927 13456 0 -1 64 1877 0 0 0 2 0 0 0 17 0 12 0 23582910 831647744 22296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16932] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16932/stat : 16932 (java) S 16925 16927 13456 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23582912 831647744 22296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16933] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16933/stat : 16933 (java) S 16925 16927 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23582913 831647744 22296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16934] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16934/stat : 16934 (java) S 16925 16927 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23582913 831647744 22296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16935] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16935/stat : 16935 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23582918 831647744 22296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16936] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16936/stat : 16936 (java) S 16925 16927 13456 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23582918 831647744 22296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16937] ppid=16925 vsize=812156 CPUtime=1.23
/proc/16927/task/16937/stat : 16937 (java) S 16925 16927 13456 0 -1 64 4052 0 0 0 121 2 0 0 16 0 12 0 23582918 831647744 22296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16938] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16938/stat : 16938 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23582918 831647744 22296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16939] ppid=16925 vsize=812156 CPUtime=0
/proc/16927/task/16939/stat : 16939 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23582918 831647744 22296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 812156

[startup+6.30114 s]
/proc/loadavg: 2.09 2.04 2.08 3/94 16939
/proc/meminfo: memFree=1342484/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=814492 CPUtime=6.67
/proc/16927/stat : 16927 (java) S 16925 16927 13456 0 -1 0 72752 0 1 0 636 31 0 0 18 0 12 0 23582908 834039808 67984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 203623 67984 1422 9 0 200950 0
[pid=16927/tid=16928] ppid=16925 vsize=814492 CPUtime=3.68
/proc/16927/task/16928/stat : 16928 (java) S 16925 16927 13456 0 -1 64 16913 0 1 0 359 9 0 0 25 0 12 0 23582909 834039808 67984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16927/tid=16930] ppid=16925 vsize=814492 CPUtime=0.88
/proc/16927/task/16930/stat : 16930 (java) R 16925 16927 13456 0 -1 64 28089 0 0 0 78 10 0 0 17 0 12 0 23582910 834039808 67984 996147200 134512640 134550932 4294956016 18446744073709551615 103111747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16931] ppid=16925 vsize=814492 CPUtime=0.84
/proc/16927/task/16931/stat : 16931 (java) R 16925 16927 13456 0 -1 64 22937 0 0 0 76 8 0 0 17 0 12 0 23582910 834039808 67984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16927/tid=16932] ppid=16925 vsize=814492 CPUtime=0
/proc/16927/task/16932/stat : 16932 (java) S 16925 16927 13456 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23582912 834039808 67984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16927/tid=16933] ppid=16925 vsize=814492 CPUtime=0
/proc/16927/task/16933/stat : 16933 (java) S 16925 16927 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23582913 834039808 67984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16934] ppid=16925 vsize=814492 CPUtime=0
/proc/16927/task/16934/stat : 16934 (java) S 16925 16927 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23582913 834039808 67984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16935] ppid=16925 vsize=814492 CPUtime=0
/proc/16927/task/16935/stat : 16935 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23582918 834039808 67984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16936] ppid=16925 vsize=814492 CPUtime=0
/proc/16927/task/16936/stat : 16936 (java) S 16925 16927 13456 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23582918 834039808 67984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16937] ppid=16925 vsize=814492 CPUtime=1.23
/proc/16927/task/16937/stat : 16937 (java) S 16925 16927 13456 0 -1 64 4052 0 0 0 121 2 0 0 16 0 12 0 23582918 834039808 67984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16938] ppid=16925 vsize=814492 CPUtime=0
/proc/16927/task/16938/stat : 16938 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23582918 834039808 67984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16939] ppid=16925 vsize=814492 CPUtime=0
/proc/16927/task/16939/stat : 16939 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23582918 834039808 67984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 814492

[startup+12.7028 s]
/proc/loadavg: 2.08 2.04 2.08 5/94 16939
/proc/meminfo: memFree=1051796/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=817056 CPUtime=14.32
/proc/16927/stat : 16927 (java) S 16925 16927 13456 0 -1 0 141111 0 1 0 1373 59 0 0 18 0 12 0 23582908 836665344 132781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 204264 132781 1422 9 0 201591 0
[pid=16927/tid=16928] ppid=16925 vsize=817056 CPUtime=7.03
/proc/16927/task/16928/stat : 16928 (java) R 16925 16927 13456 0 -1 64 35354 0 1 0 687 16 0 0 19 0 12 0 23582909 836665344 132781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16927/tid=16930] ppid=16925 vsize=817056 CPUtime=2.94
/proc/16927/task/16930/stat : 16930 (java) R 16925 16927 13456 0 -1 64 49241 0 0 0 275 19 0 0 16 0 12 0 23582910 836665344 132781 996147200 134512640 134550932 4294956016 18446744073709551615 103112709 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16927/tid=16931] ppid=16925 vsize=817056 CPUtime=3.08
/proc/16927/task/16931/stat : 16931 (java) R 16925 16927 13456 0 -1 64 51703 0 0 0 288 20 0 0 16 0 12 0 23582910 836665344 132781 996147200 134512640 134550932 4294956016 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16927/tid=16932] ppid=16925 vsize=817056 CPUtime=0
/proc/16927/task/16932/stat : 16932 (java) S 16925 16927 13456 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23582912 836665344 132781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16927/tid=16933] ppid=16925 vsize=817056 CPUtime=0
/proc/16927/task/16933/stat : 16933 (java) S 16925 16927 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23582913 836665344 132781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16934] ppid=16925 vsize=817056 CPUtime=0
/proc/16927/task/16934/stat : 16934 (java) S 16925 16927 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23582913 836665344 132781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16935] ppid=16925 vsize=817056 CPUtime=0
/proc/16927/task/16935/stat : 16935 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23582918 836665344 132781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16936] ppid=16925 vsize=817056 CPUtime=0
/proc/16927/task/16936/stat : 16936 (java) S 16925 16927 13456 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23582918 836665344 132781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16937] ppid=16925 vsize=817056 CPUtime=1.23
/proc/16927/task/16937/stat : 16937 (java) S 16925 16927 13456 0 -1 64 4052 0 0 0 121 2 0 0 16 0 12 0 23582918 836665344 132781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16938] ppid=16925 vsize=817056 CPUtime=0
/proc/16927/task/16938/stat : 16938 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23582918 836665344 132781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16939] ppid=16925 vsize=817056 CPUtime=0
/proc/16927/task/16939/stat : 16939 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23582918 836665344 132781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.32
Current children cumulated vsize (KiB) 817056

[startup+25.5023 s]
/proc/loadavg: 2.20 2.07 2.09 4/94 16939
/proc/meminfo: memFree=877524/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=833060 CPUtime=27.44
/proc/16927/stat : 16927 (java) S 16925 16927 13456 0 -1 0 219589 0 1 0 2645 99 0 0 18 0 12 0 23582908 853053440 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 208265 173926 1424 9 0 205592 0
[pid=16927/tid=16928] ppid=16925 vsize=833060 CPUtime=10.04
/proc/16927/task/16928/stat : 16928 (java) S 16925 16927 13456 0 -1 64 35362 0 1 0 988 16 0 0 19 0 12 0 23582909 853053440 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16930] ppid=16925 vsize=833060 CPUtime=3.72
/proc/16927/task/16930/stat : 16930 (java) S 16925 16927 13456 0 -1 64 56652 0 0 0 349 23 0 0 16 0 12 0 23582910 853053440 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16931] ppid=16925 vsize=833060 CPUtime=5.38
/proc/16927/task/16931/stat : 16931 (java) S 16925 16927 13456 0 -1 64 79035 0 0 0 505 33 0 0 18 0 12 0 23582910 853053440 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16932] ppid=16925 vsize=833060 CPUtime=7.02
/proc/16927/task/16932/stat : 16932 (java) R 16925 16927 13456 0 -1 64 43733 0 0 0 679 23 0 0 21 0 12 0 23582912 853053440 173926 996147200 134512640 134550932 4294956016 18446744073709551615 105696735 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16933] ppid=16925 vsize=833060 CPUtime=0
/proc/16927/task/16933/stat : 16933 (java) S 16925 16927 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23582913 853053440 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16934] ppid=16925 vsize=833060 CPUtime=0
/proc/16927/task/16934/stat : 16934 (java) S 16925 16927 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23582913 853053440 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16935] ppid=16925 vsize=833060 CPUtime=0
/proc/16927/task/16935/stat : 16935 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23582918 853053440 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16936] ppid=16925 vsize=833060 CPUtime=0

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

[pid=16927/tid=16938] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16938/stat : 16938 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16939] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16939/stat : 16939 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.13
Current children cumulated vsize (KiB) 849060

[startup+89.5025 s]
/proc/loadavg: 2.07 2.05 2.08 3/94 16939
/proc/meminfo: memFree=835156/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=825060 CPUtime=90.81
/proc/16927/stat : 16927 (java) S 16925 16927 13456 0 -1 0 498182 0 1 0 8819 262 0 0 18 0 12 0 23582908 844861440 175417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 206265 175417 1423 9 0 203592 0
[pid=16927/tid=16928] ppid=16925 vsize=825060 CPUtime=10.77
/proc/16927/task/16928/stat : 16928 (java) S 16925 16927 13456 0 -1 64 35375 0 1 0 1061 16 0 0 17 0 12 0 23582909 844861440 175417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16930] ppid=16925 vsize=825060 CPUtime=3.72
/proc/16927/task/16930/stat : 16930 (java) S 16925 16927 13456 0 -1 64 56652 0 0 0 349 23 0 0 16 0 12 0 23582910 844861440 175417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16931] ppid=16925 vsize=825060 CPUtime=5.38
/proc/16927/task/16931/stat : 16931 (java) S 16925 16927 13456 0 -1 64 79035 0 0 0 505 33 0 0 18 0 12 0 23582910 844861440 175417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16932] ppid=16925 vsize=825060 CPUtime=69.66
/proc/16927/task/16932/stat : 16932 (java) R 16925 16927 13456 0 -1 64 322313 0 0 0 6780 186 0 0 25 0 12 0 23582912 844861440 175417 996147200 134512640 134550932 4294956016 18446744073709551615 105696648 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16933] ppid=16925 vsize=825060 CPUtime=0
/proc/16927/task/16933/stat : 16933 (java) S 16925 16927 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23582913 844861440 175417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16934] ppid=16925 vsize=825060 CPUtime=0
/proc/16927/task/16934/stat : 16934 (java) S 16925 16927 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23582913 844861440 175417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16935] ppid=16925 vsize=825060 CPUtime=0
/proc/16927/task/16935/stat : 16935 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23582918 844861440 175417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16936] ppid=16925 vsize=825060 CPUtime=0
/proc/16927/task/16936/stat : 16936 (java) S 16925 16927 13456 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23582918 844861440 175417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16937] ppid=16925 vsize=825060 CPUtime=1.23
/proc/16927/task/16937/stat : 16937 (java) S 16925 16927 13456 0 -1 64 4052 0 0 0 121 2 0 0 16 0 12 0 23582918 844861440 175417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16938] ppid=16925 vsize=825060 CPUtime=0
/proc/16927/task/16938/stat : 16938 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23582918 844861440 175417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16939] ppid=16925 vsize=825060 CPUtime=0
/proc/16927/task/16939/stat : 16939 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23582918 844861440 175417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.81
Current children cumulated vsize (KiB) 825060

[startup+92.7028 s]
/proc/loadavg: 2.06 2.05 2.08 3/94 16939
/proc/meminfo: memFree=835028/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=849060 CPUtime=93.97
/proc/16927/stat : 16927 (java) S 16925 16927 13456 0 -1 0 510184 0 1 0 9128 269 0 0 18 0 12 0 23582908 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 212265 181417 1423 9 0 209592 0
[pid=16927/tid=16928] ppid=16925 vsize=849060 CPUtime=10.77
/proc/16927/task/16928/stat : 16928 (java) S 16925 16927 13456 0 -1 64 35375 0 1 0 1061 16 0 0 17 0 12 0 23582909 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16930] ppid=16925 vsize=849060 CPUtime=3.72
/proc/16927/task/16930/stat : 16930 (java) S 16925 16927 13456 0 -1 64 56652 0 0 0 349 23 0 0 16 0 12 0 23582910 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16931] ppid=16925 vsize=849060 CPUtime=5.38
/proc/16927/task/16931/stat : 16931 (java) S 16925 16927 13456 0 -1 64 79035 0 0 0 505 33 0 0 18 0 12 0 23582910 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16932] ppid=16925 vsize=849060 CPUtime=72.83
/proc/16927/task/16932/stat : 16932 (java) R 16925 16927 13456 0 -1 64 334315 0 0 0 7090 193 0 0 25 0 12 0 23582912 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 105697729 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16933] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16933/stat : 16933 (java) S 16925 16927 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23582913 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16934] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16934/stat : 16934 (java) S 16925 16927 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23582913 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16935] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16935/stat : 16935 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16936] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16936/stat : 16936 (java) S 16925 16927 13456 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16937] ppid=16925 vsize=849060 CPUtime=1.23
/proc/16927/task/16937/stat : 16937 (java) S 16925 16927 13456 0 -1 64 4052 0 0 0 121 2 0 0 16 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16938] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16938/stat : 16938 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16939] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16939/stat : 16939 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93.97
Current children cumulated vsize (KiB) 849060

[startup+95.9022 s]
/proc/loadavg: 2.06 2.05 2.08 3/94 16939
/proc/meminfo: memFree=835092/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=849060 CPUtime=97.14
/proc/16927/stat : 16927 (java) S 16925 16927 13456 0 -1 0 525689 0 1 0 9436 278 0 0 18 0 12 0 23582908 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 212265 181417 1423 9 0 209592 0
[pid=16927/tid=16928] ppid=16925 vsize=849060 CPUtime=10.77
/proc/16927/task/16928/stat : 16928 (java) S 16925 16927 13456 0 -1 64 35375 0 1 0 1061 16 0 0 17 0 12 0 23582909 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16930] ppid=16925 vsize=849060 CPUtime=3.72
/proc/16927/task/16930/stat : 16930 (java) S 16925 16927 13456 0 -1 64 56652 0 0 0 349 23 0 0 16 0 12 0 23582910 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16931] ppid=16925 vsize=849060 CPUtime=5.38
/proc/16927/task/16931/stat : 16931 (java) S 16925 16927 13456 0 -1 64 79035 0 0 0 505 33 0 0 18 0 12 0 23582910 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16932] ppid=16925 vsize=849060 CPUtime=75.99
/proc/16927/task/16932/stat : 16932 (java) R 16925 16927 13456 0 -1 64 349820 0 0 0 7397 202 0 0 25 0 12 0 23582912 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16933] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16933/stat : 16933 (java) S 16925 16927 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23582913 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16934] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16934/stat : 16934 (java) S 16925 16927 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23582913 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16935] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16935/stat : 16935 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16936] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16936/stat : 16936 (java) S 16925 16927 13456 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16937] ppid=16925 vsize=849060 CPUtime=1.23
/proc/16927/task/16937/stat : 16937 (java) S 16925 16927 13456 0 -1 64 4052 0 0 0 121 2 0 0 16 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16938] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16938/stat : 16938 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16939] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16939/stat : 16939 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.14
Current children cumulated vsize (KiB) 849060

[startup+96.7022 s]
/proc/loadavg: 2.06 2.05 2.08 3/94 16939
/proc/meminfo: memFree=835092/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=849060 CPUtime=97.94
/proc/16927/stat : 16927 (java) S 16925 16927 13456 0 -1 0 525689 0 1 0 9516 278 0 0 18 0 12 0 23582908 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 212265 181417 1423 9 0 209592 0
[pid=16927/tid=16928] ppid=16925 vsize=849060 CPUtime=10.77
/proc/16927/task/16928/stat : 16928 (java) S 16925 16927 13456 0 -1 64 35375 0 1 0 1061 16 0 0 17 0 12 0 23582909 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16930] ppid=16925 vsize=849060 CPUtime=3.72
/proc/16927/task/16930/stat : 16930 (java) S 16925 16927 13456 0 -1 64 56652 0 0 0 349 23 0 0 16 0 12 0 23582910 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16931] ppid=16925 vsize=849060 CPUtime=5.38
/proc/16927/task/16931/stat : 16931 (java) S 16925 16927 13456 0 -1 64 79035 0 0 0 505 33 0 0 18 0 12 0 23582910 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16932] ppid=16925 vsize=849060 CPUtime=76.79
/proc/16927/task/16932/stat : 16932 (java) R 16925 16927 13456 0 -1 64 349820 0 0 0 7477 202 0 0 25 0 12 0 23582912 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16933] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16933/stat : 16933 (java) S 16925 16927 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23582913 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16934] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16934/stat : 16934 (java) S 16925 16927 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23582913 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16935] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16935/stat : 16935 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16936] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16936/stat : 16936 (java) S 16925 16927 13456 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16937] ppid=16925 vsize=849060 CPUtime=1.23
/proc/16927/task/16937/stat : 16937 (java) S 16925 16927 13456 0 -1 64 4052 0 0 0 121 2 0 0 16 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16938] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16938/stat : 16938 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16939] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16939/stat : 16939 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.94
Current children cumulated vsize (KiB) 849060

[startup+97.1023 s]
/proc/loadavg: 2.06 2.05 2.08 3/94 16939
/proc/meminfo: memFree=835092/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=849060 CPUtime=98.33
/proc/16927/stat : 16927 (java) S 16925 16927 13456 0 -1 0 525689 0 1 0 9555 278 0 0 18 0 12 0 23582908 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 212265 181417 1423 9 0 209592 0
[pid=16927/tid=16928] ppid=16925 vsize=849060 CPUtime=10.77
/proc/16927/task/16928/stat : 16928 (java) S 16925 16927 13456 0 -1 64 35375 0 1 0 1061 16 0 0 17 0 12 0 23582909 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16930] ppid=16925 vsize=849060 CPUtime=3.72
/proc/16927/task/16930/stat : 16930 (java) S 16925 16927 13456 0 -1 64 56652 0 0 0 349 23 0 0 16 0 12 0 23582910 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16931] ppid=16925 vsize=849060 CPUtime=5.38
/proc/16927/task/16931/stat : 16931 (java) S 16925 16927 13456 0 -1 64 79035 0 0 0 505 33 0 0 18 0 12 0 23582910 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16932] ppid=16925 vsize=849060 CPUtime=77.18
/proc/16927/task/16932/stat : 16932 (java) R 16925 16927 13456 0 -1 64 349820 0 0 0 7516 202 0 0 25 0 12 0 23582912 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16933] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16933/stat : 16933 (java) S 16925 16927 13456 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23582913 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16934] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16934/stat : 16934 (java) S 16925 16927 13456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23582913 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16935] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16935/stat : 16935 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16936] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16936/stat : 16936 (java) S 16925 16927 13456 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16937] ppid=16925 vsize=849060 CPUtime=1.23
/proc/16927/task/16937/stat : 16937 (java) S 16925 16927 13456 0 -1 64 4052 0 0 0 121 2 0 0 16 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16938] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16938/stat : 16938 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16927/tid=16939] ppid=16925 vsize=849060 CPUtime=0
/proc/16927/task/16939/stat : 16939 (java) S 16925 16927 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23582918 869437440 181417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.33
Current children cumulated vsize (KiB) 849060

[startup+97.303 s]
/proc/loadavg: 2.06 2.05 2.08 3/94 16939
/proc/meminfo: memFree=835092/2055920 swapFree=4192812/4192956
[pid=16927] ppid=16925 vsize=0 CPUtime=98.51
/proc/16927/stat : 16927 (java) Z 16925 16927 13456 0 -1 12 525706 0 1 0 9571 280 0 0 16 0 2 0 23582908 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16927/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 98.51
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 97.4014
CPU time (s): 98.611
CPU user time (s): 95.7114
CPU system time (s): 2.89956
CPU usage (%): 101.242
Max. virtual memory (cumulated for all children) (KiB): 865064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.7114
system time used= 2.89956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 525706
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= 2871
involuntary context switches= 3522

runsolver used 0.133979 second user time and 0.353946 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 04:19:18
IDJOB=2077510
IDBENCH=56605
IDSOLVER=731
FILE ID=node9/2077510-1247365158
PBS_JOBID= 9506960
Free space on /tmp= 66364 MiB

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

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

MD5SUM BENCH= bfa236023d0a266ae6447e70195043ee
RANDOM SEED=655736716

node9.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.216
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.216
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:       1572436 kB
Buffers:         31784 kB
Cached:         170040 kB
SwapCached:          0 kB
Active:         311140 kB
Inactive:       102080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572436 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2128 kB
Writeback:           0 kB
Mapped:         232748 kB
Slab:            54868 kB
Committed_AS:   378820 kB
PageTables:       2360 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= 66352 MiB
End job on node9 at 2009-07-12 04:20:55