Trace number 2071977

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? 77.6182 76.5087

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg15-19_ext.xml
MD5SUM5b614ca3797813e4aab919808e9965e8
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 benchmark1.09883
Satisfiable
(Un)Satisfiability was proved
Number of variables285
Number of constraints34
Maximum constraint arity19
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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-2071977-1247355845/watcher-2071977-1247355845 -o /tmp/evaluation-result-2071977-1247355845/solver-2071977-1247355845 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071977-1247355845.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.99 1.99 1.99 4/75 16969
/proc/meminfo: memFree=1548944/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=18576 CPUtime=0
/proc/16969/stat : 16969 (runsolver) R 16967 16969 15650 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 22650109 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16969/statm: 4644 284 249 26 0 2626 0

[startup+0.0296189 s]
/proc/loadavg: 1.99 1.99 1.99 4/75 16969
/proc/meminfo: memFree=1548944/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=798736 CPUtime=0
/proc/16969/stat : 16969 (java) S 16967 16969 15650 0 -1 0 1819 0 1 0 0 0 0 0 20 0 4 0 22650109 817905664 1566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16969/statm: 199684 1566 512 9 0 197436 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 798736

[startup+0.102625 s]
/proc/loadavg: 1.99 1.99 1.99 4/75 16969
/proc/meminfo: memFree=1548944/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=804560 CPUtime=0.08
/proc/16969/stat : 16969 (java) S 16967 16969 15650 0 -1 0 3021 0 1 0 6 2 0 0 20 0 12 0 22650109 823869440 2764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16969/statm: 201140 2764 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302646 s]
/proc/loadavg: 1.99 1.99 1.99 4/75 16969
/proc/meminfo: memFree=1548944/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=805864 CPUtime=0.28
/proc/16969/stat : 16969 (java) S 16967 16969 15650 0 -1 0 4382 0 1 0 25 3 0 0 20 0 12 0 22650109 825204736 4119 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16969/statm: 201466 4119 1360 9 0 198793 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805864

[startup+0.702688 s]
/proc/loadavg: 1.99 1.99 1.99 4/75 16969
/proc/meminfo: memFree=1548944/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=807176 CPUtime=0.68
/proc/16969/stat : 16969 (java) S 16967 16969 15650 0 -1 0 6186 0 1 0 64 4 0 0 20 0 12 0 22650109 826548224 5186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16969/statm: 201794 5186 1387 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.50177 s]
/proc/loadavg: 2.07 2.01 2.00 3/87 16981
/proc/meminfo: memFree=1531824/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=811924 CPUtime=1.47
/proc/16969/stat : 16969 (java) S 16967 16969 15650 0 -1 0 9823 0 1 0 141 6 0 0 20 0 12 0 22650109 831410176 7464 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16969/statm: 202981 7464 1406 9 0 200308 0
[pid=16969/tid=16971] ppid=16967 vsize=811924 CPUtime=0.53
/proc/16969/task/16971/stat : 16971 (java) R 16967 16969 15650 0 -1 64 4947 0 1 0 49 4 0 0 25 0 12 0 22650110 831410176 7464 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16972] ppid=16967 vsize=811924 CPUtime=0
/proc/16969/task/16972/stat : 16972 (java) S 16967 16969 15650 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 22650111 831410176 7464 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16973] ppid=16967 vsize=811924 CPUtime=0
/proc/16969/task/16973/stat : 16973 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 22650111 831410176 7464 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16974] ppid=16967 vsize=811924 CPUtime=0
/proc/16969/task/16974/stat : 16974 (java) S 16967 16969 15650 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22650113 831410176 7464 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16975] ppid=16967 vsize=811924 CPUtime=0
/proc/16969/task/16975/stat : 16975 (java) S 16967 16969 15650 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 22650114 831410176 7464 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16976] ppid=16967 vsize=811924 CPUtime=0
/proc/16969/task/16976/stat : 16976 (java) S 16967 16969 15650 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 22650114 831410176 7464 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16977] ppid=16967 vsize=811924 CPUtime=0
/proc/16969/task/16977/stat : 16977 (java) S 16967 16969 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22650118 831410176 7464 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16978] ppid=16967 vsize=811924 CPUtime=0.04
/proc/16969/task/16978/stat : 16978 (java) S 16967 16969 15650 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 22650118 831410176 7464 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16979] ppid=16967 vsize=811924 CPUtime=0.87
/proc/16969/task/16979/stat : 16979 (java) R 16967 16969 15650 0 -1 64 3879 0 0 0 86 1 0 0 19 0 12 0 22650118 831410176 7464 996147200 134512640 134550932 4294956016 18446744073709551615 103130771 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16980] ppid=16967 vsize=811924 CPUtime=0
/proc/16969/task/16980/stat : 16980 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22650118 831410176 7464 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16981] ppid=16967 vsize=811924 CPUtime=0
/proc/16969/task/16981/stat : 16981 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22650118 831410176 7464 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811924

[startup+3.10193 s]
/proc/loadavg: 2.07 2.01 2.00 4/87 16981
/proc/meminfo: memFree=1515760/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=813736 CPUtime=3.07
/proc/16969/stat : 16969 (java) S 16967 16969 15650 0 -1 0 32308 0 1 0 292 15 0 0 20 0 12 0 22650109 833265664 29201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16969/statm: 203434 29201 1422 9 0 200761 0
[pid=16969/tid=16971] ppid=16967 vsize=813736 CPUtime=1.45
/proc/16969/task/16971/stat : 16971 (java) R 16967 16969 15650 0 -1 64 16910 0 1 0 136 9 0 0 25 0 12 0 22650110 833265664 29201 996147200 134512640 134550932 4294956016 18446744073709551615 4109502524 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16972] ppid=16967 vsize=813736 CPUtime=0.1
/proc/16969/task/16972/stat : 16972 (java) S 16967 16969 15650 0 -1 64 4425 0 0 0 9 1 0 0 18 0 12 0 22650111 833265664 29201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16973] ppid=16967 vsize=813736 CPUtime=0.09
/proc/16969/task/16973/stat : 16973 (java) S 16967 16969 15650 0 -1 64 4754 0 0 0 8 1 0 0 18 0 12 0 22650111 833265664 29201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16974] ppid=16967 vsize=813736 CPUtime=0
/proc/16969/task/16974/stat : 16974 (java) S 16967 16969 15650 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 22650113 833265664 29201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16975] ppid=16967 vsize=813736 CPUtime=0
/proc/16969/task/16975/stat : 16975 (java) S 16967 16969 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22650114 833265664 29201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16976] ppid=16967 vsize=813736 CPUtime=0
/proc/16969/task/16976/stat : 16976 (java) S 16967 16969 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22650114 833265664 29201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16977] ppid=16967 vsize=813736 CPUtime=0
/proc/16969/task/16977/stat : 16977 (java) S 16967 16969 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22650118 833265664 29201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16978] ppid=16967 vsize=813736 CPUtime=0.18
/proc/16969/task/16978/stat : 16978 (java) S 16967 16969 15650 0 -1 64 1371 0 0 0 18 0 0 0 18 0 12 0 22650118 833265664 29201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16979] ppid=16967 vsize=813736 CPUtime=1.2
/proc/16969/task/16979/stat : 16979 (java) S 16967 16969 15650 0 -1 64 4100 0 0 0 119 1 0 0 16 0 12 0 22650118 833265664 29201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16980] ppid=16967 vsize=813736 CPUtime=0
/proc/16969/task/16980/stat : 16980 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22650118 833265664 29201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16981] ppid=16967 vsize=813736 CPUtime=0
/proc/16969/task/16981/stat : 16981 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22650118 833265664 29201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 813736

[startup+6.30228 s]
/proc/loadavg: 2.07 2.01 2.00 3/87 16981
/proc/meminfo: memFree=1337968/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=815652 CPUtime=6.59
/proc/16969/stat : 16969 (java) S 16967 16969 15650 0 -1 0 72364 0 1 0 629 30 0 0 20 0 12 0 22650109 835227648 66417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16969/statm: 203913 66417 1422 9 0 201240 0
[pid=16969/tid=16971] ppid=16967 vsize=815652 CPUtime=3.57
/proc/16969/task/16971/stat : 16971 (java) R 16967 16969 15650 0 -1 64 16914 0 1 0 348 9 0 0 25 0 12 0 22650110 835227648 66417 996147200 134512640 134550932 4294956016 18446744073709551615 4109533784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16972] ppid=16967 vsize=815652 CPUtime=0.8
/proc/16969/task/16972/stat : 16972 (java) S 16967 16969 15650 0 -1 64 25238 0 0 0 72 8 0 0 17 0 12 0 22650111 835227648 66417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16973] ppid=16967 vsize=815652 CPUtime=0.78
/proc/16969/task/16973/stat : 16973 (java) S 16967 16969 15650 0 -1 64 23993 0 0 0 70 8 0 0 20 0 12 0 22650111 835227648 66417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16974] ppid=16967 vsize=815652 CPUtime=0
/proc/16969/task/16974/stat : 16974 (java) S 16967 16969 15650 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 22650113 835227648 66417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16975] ppid=16967 vsize=815652 CPUtime=0
/proc/16969/task/16975/stat : 16975 (java) S 16967 16969 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22650114 835227648 66417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16976] ppid=16967 vsize=815652 CPUtime=0
/proc/16969/task/16976/stat : 16976 (java) S 16967 16969 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22650114 835227648 66417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16977] ppid=16967 vsize=815652 CPUtime=0
/proc/16969/task/16977/stat : 16977 (java) S 16967 16969 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22650118 835227648 66417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16978] ppid=16967 vsize=815652 CPUtime=0.18
/proc/16969/task/16978/stat : 16978 (java) S 16967 16969 15650 0 -1 64 1371 0 0 0 18 0 0 0 18 0 12 0 22650118 835227648 66417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16979] ppid=16967 vsize=815652 CPUtime=1.2
/proc/16969/task/16979/stat : 16979 (java) S 16967 16969 15650 0 -1 64 4100 0 0 0 119 1 0 0 16 0 12 0 22650118 835227648 66417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16980] ppid=16967 vsize=815652 CPUtime=0
/proc/16969/task/16980/stat : 16980 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22650118 835227648 66417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16981] ppid=16967 vsize=815652 CPUtime=0
/proc/16969/task/16981/stat : 16981 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22650118 835227648 66417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 815652

[startup+12.7019 s]
/proc/loadavg: 2.14 2.03 2.00 3/87 16981
/proc/meminfo: memFree=1022768/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=818216 CPUtime=13.78
/proc/16969/stat : 16969 (java) S 16967 16969 15650 0 -1 0 148750 0 1 0 1315 63 0 0 20 0 12 0 22650109 837853184 137788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16969/statm: 204554 137788 1422 9 0 201881 0
[pid=16969/tid=16971] ppid=16967 vsize=818216 CPUtime=7.1
/proc/16969/task/16971/stat : 16971 (java) R 16967 16969 15650 0 -1 64 35355 0 1 0 693 17 0 0 25 0 12 0 22650110 837853184 137788 996147200 134512640 134550932 4294956016 18446744073709551615 4109528899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16972] ppid=16967 vsize=818216 CPUtime=2.58
/proc/16969/task/16972/stat : 16972 (java) S 16967 16969 15650 0 -1 64 55876 0 0 0 236 22 0 0 17 0 12 0 22650111 837853184 137788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16973] ppid=16967 vsize=818216 CPUtime=2.67
/proc/16969/task/16973/stat : 16973 (java) S 16967 16969 15650 0 -1 64 51300 0 0 0 247 20 0 0 19 0 12 0 22650111 837853184 137788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16974] ppid=16967 vsize=818216 CPUtime=0
/proc/16969/task/16974/stat : 16974 (java) S 16967 16969 15650 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 22650113 837853184 137788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16975] ppid=16967 vsize=818216 CPUtime=0
/proc/16969/task/16975/stat : 16975 (java) S 16967 16969 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22650114 837853184 137788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16976] ppid=16967 vsize=818216 CPUtime=0
/proc/16969/task/16976/stat : 16976 (java) S 16967 16969 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22650114 837853184 137788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16977] ppid=16967 vsize=818216 CPUtime=0
/proc/16969/task/16977/stat : 16977 (java) S 16967 16969 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22650118 837853184 137788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16978] ppid=16967 vsize=818216 CPUtime=0.18
/proc/16969/task/16978/stat : 16978 (java) S 16967 16969 15650 0 -1 64 1371 0 0 0 18 0 0 0 18 0 12 0 22650118 837853184 137788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16979] ppid=16967 vsize=818216 CPUtime=1.2
/proc/16969/task/16979/stat : 16979 (java) S 16967 16969 15650 0 -1 64 4100 0 0 0 119 1 0 0 16 0 12 0 22650118 837853184 137788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16980] ppid=16967 vsize=818216 CPUtime=0
/proc/16969/task/16980/stat : 16980 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22650118 837853184 137788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16981] ppid=16967 vsize=818216 CPUtime=0
/proc/16969/task/16981/stat : 16981 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22650118 837853184 137788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.78
Current children cumulated vsize (KiB) 818216

[startup+25.5023 s]
/proc/loadavg: 2.26 2.06 2.01 3/87 16981
/proc/meminfo: memFree=841520/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=818216 CPUtime=26.84
/proc/16969/stat : 16969 (java) S 16967 16969 15650 0 -1 0 232720 0 1 0 2583 101 0 0 20 0 12 0 22650109 837853184 173714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16969/statm: 204554 173714 1424 9 0 201881 0
[pid=16969/tid=16971] ppid=16967 vsize=818216 CPUtime=10.02
/proc/16969/task/16971/stat : 16971 (java) R 16967 16969 15650 0 -1 64 35363 0 1 0 985 17 0 0 18 0 12 0 22650110 837853184 173714 996147200 134512640 134550932 4294956016 18446744073709551615 4109502536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16972] ppid=16967 vsize=818216 CPUtime=4.07
/proc/16969/task/16972/stat : 16972 (java) S 16967 16969 15650 0 -1 64 76353 0 0 0 375 32 0 0 18 0 12 0 22650111 837853184 173714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16973] ppid=16967 vsize=818216 CPUtime=3.62
/proc/16969/task/16973/stat : 16973 (java) S 16967 16969 15650 0 -1 64 59029 0 0 0 339 23 0 0 16 0 12 0 22650111 837853184 173714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16974] ppid=16967 vsize=818216 CPUtime=7.69
/proc/16969/task/16974/stat : 16974 (java) R 16967 16969 15650 0 -1 64 55765 0 0 0 745 24 0 0 25 0 12 0 22650113 837853184 173714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16975] ppid=16967 vsize=818216 CPUtime=0
/proc/16969/task/16975/stat : 16975 (java) S 16967 16969 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22650114 837853184 173714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16976] ppid=16967 vsize=818216 CPUtime=0
/proc/16969/task/16976/stat : 16976 (java) S 16967 16969 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22650114 837853184 173714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16977] ppid=16967 vsize=818216 CPUtime=0
/proc/16969/task/16977/stat : 16977 (java) S 16967 16969 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22650118 837853184 173714 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16978] ppid=16967 vsize=818216 CPUtime=0.18

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

[pid=16969/tid=16980] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16980/stat : 16980 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16981] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16981/stat : 16981 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65.09
Current children cumulated vsize (KiB) 850220

[startup+70.302 s]
/proc/loadavg: 2.12 2.05 2.01 3/87 16981
/proc/meminfo: memFree=825136/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=850220 CPUtime=71.46
/proc/16969/stat : 16969 (java) S 16967 16969 15650 0 -1 0 496316 0 1 0 6926 220 0 0 20 0 12 0 22650109 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16969/statm: 212555 181715 1424 9 0 209882 0
[pid=16969/tid=16971] ppid=16967 vsize=850220 CPUtime=10.55
/proc/16969/task/16971/stat : 16971 (java) S 16967 16969 15650 0 -1 64 35374 0 1 0 1038 17 0 0 17 0 12 0 22650110 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16972] ppid=16967 vsize=850220 CPUtime=4.07
/proc/16969/task/16972/stat : 16972 (java) S 16967 16969 15650 0 -1 64 76353 0 0 0 375 32 0 0 18 0 12 0 22650111 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16973] ppid=16967 vsize=850220 CPUtime=3.62
/proc/16969/task/16973/stat : 16973 (java) S 16967 16969 15650 0 -1 64 59029 0 0 0 339 23 0 0 16 0 12 0 22650111 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16974] ppid=16967 vsize=850220 CPUtime=51.79
/proc/16969/task/16974/stat : 16974 (java) R 16967 16969 15650 0 -1 64 319350 0 0 0 5035 144 0 0 25 0 12 0 22650113 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 106836612 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16975] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16975/stat : 16975 (java) S 16967 16969 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22650114 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16976] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16976/stat : 16976 (java) S 16967 16969 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22650114 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16977] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16977/stat : 16977 (java) S 16967 16969 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16978] ppid=16967 vsize=850220 CPUtime=0.18
/proc/16969/task/16978/stat : 16978 (java) S 16967 16969 15650 0 -1 64 1371 0 0 0 18 0 0 0 18 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16979] ppid=16967 vsize=850220 CPUtime=1.2
/proc/16969/task/16979/stat : 16979 (java) S 16967 16969 15650 0 -1 64 4100 0 0 0 119 1 0 0 16 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16980] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16980/stat : 16980 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16981] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16981/stat : 16981 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.46
Current children cumulated vsize (KiB) 850220

[startup+73.5023 s]
/proc/loadavg: 2.11 2.05 2.01 4/87 16981
/proc/meminfo: memFree=825136/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=866224 CPUtime=74.65
/proc/16969/stat : 16969 (java) S 16967 16969 15650 0 -1 0 523130 0 1 0 7233 232 0 0 20 0 12 0 22650109 887013376 181518 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16969/statm: 216556 181528 1423 9 0 213883 0
[pid=16969/tid=16971] ppid=16967 vsize=866224 CPUtime=10.55
/proc/16969/task/16971/stat : 16971 (java) S 16967 16969 15650 0 -1 64 35377 0 1 0 1038 17 0 0 16 0 12 0 22650110 887013376 181534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16972] ppid=16967 vsize=866224 CPUtime=4.07
/proc/16969/task/16972/stat : 16972 (java) S 16967 16969 15650 0 -1 64 76353 0 0 0 375 32 0 0 18 0 12 0 22650111 887013376 181541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16973] ppid=16967 vsize=866224 CPUtime=3.62
/proc/16969/task/16973/stat : 16973 (java) S 16967 16969 15650 0 -1 64 59029 0 0 0 339 23 0 0 16 0 12 0 22650111 887013376 181548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16974] ppid=16967 vsize=866224 CPUtime=54.97
/proc/16969/task/16974/stat : 16974 (java) R 16967 16969 15650 0 -1 64 346199 0 0 0 5341 156 0 0 25 0 12 0 22650113 887013376 181555 996147200 134512640 134550932 4294956016 18446744073709551615 103586042 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16975] ppid=16967 vsize=866224 CPUtime=0
/proc/16969/task/16975/stat : 16975 (java) S 16967 16969 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22650114 887013376 181562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16976] ppid=16967 vsize=866224 CPUtime=0
/proc/16969/task/16976/stat : 16976 (java) S 16967 16969 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22650114 887013376 181570 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16977] ppid=16967 vsize=866224 CPUtime=0
/proc/16969/task/16977/stat : 16977 (java) S 16967 16969 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22650118 887013376 181577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16978] ppid=16967 vsize=866224 CPUtime=0.18
/proc/16969/task/16978/stat : 16978 (java) S 16967 16969 15650 0 -1 64 1371 0 0 0 18 0 0 0 18 0 12 0 22650118 887013376 181582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16979] ppid=16967 vsize=866224 CPUtime=1.2
/proc/16969/task/16979/stat : 16979 (java) S 16967 16969 15650 0 -1 64 4100 0 0 0 119 1 0 0 16 0 12 0 22650118 887013376 181589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16980] ppid=16967 vsize=866224 CPUtime=0
/proc/16969/task/16980/stat : 16980 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22650118 887013376 181597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16981] ppid=16967 vsize=866224 CPUtime=0
/proc/16969/task/16981/stat : 16981 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22650118 887013376 181604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.65
Current children cumulated vsize (KiB) 866224

[startup+75.1025 s]
/proc/loadavg: 2.11 2.05 2.01 3/87 16981
/proc/meminfo: memFree=825136/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=850220 CPUtime=76.23
/proc/16969/stat : 16969 (java) S 16967 16969 15650 0 -1 0 527329 0 1 0 7389 234 0 0 20 0 12 0 22650109 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16969/statm: 212555 181715 1423 9 0 209882 0
[pid=16969/tid=16971] ppid=16967 vsize=850220 CPUtime=10.55
/proc/16969/task/16971/stat : 16971 (java) S 16967 16969 15650 0 -1 64 35377 0 1 0 1038 17 0 0 16 0 12 0 22650110 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16972] ppid=16967 vsize=850220 CPUtime=4.07
/proc/16969/task/16972/stat : 16972 (java) S 16967 16969 15650 0 -1 64 76353 0 0 0 375 32 0 0 18 0 12 0 22650111 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16973] ppid=16967 vsize=850220 CPUtime=3.62
/proc/16969/task/16973/stat : 16973 (java) S 16967 16969 15650 0 -1 64 59029 0 0 0 339 23 0 0 16 0 12 0 22650111 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16974] ppid=16967 vsize=850220 CPUtime=56.56
/proc/16969/task/16974/stat : 16974 (java) R 16967 16969 15650 0 -1 64 350360 0 0 0 5498 158 0 0 25 0 12 0 22650113 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16975] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16975/stat : 16975 (java) S 16967 16969 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22650114 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16976] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16976/stat : 16976 (java) S 16967 16969 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22650114 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16977] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16977/stat : 16977 (java) S 16967 16969 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16978] ppid=16967 vsize=850220 CPUtime=0.18
/proc/16969/task/16978/stat : 16978 (java) S 16967 16969 15650 0 -1 64 1371 0 0 0 18 0 0 0 18 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16979] ppid=16967 vsize=850220 CPUtime=1.2
/proc/16969/task/16979/stat : 16979 (java) S 16967 16969 15650 0 -1 64 4100 0 0 0 119 1 0 0 16 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16980] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16980/stat : 16980 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16981] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16981/stat : 16981 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.23
Current children cumulated vsize (KiB) 850220

[startup+75.9076 s]
/proc/loadavg: 2.11 2.05 2.01 3/87 16981
/proc/meminfo: memFree=825136/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=850220 CPUtime=77.04
/proc/16969/stat : 16969 (java) S 16967 16969 15650 0 -1 0 527329 0 1 0 7470 234 0 0 20 0 12 0 22650109 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16969/statm: 212555 181715 1423 9 0 209882 0
[pid=16969/tid=16971] ppid=16967 vsize=850220 CPUtime=10.55
/proc/16969/task/16971/stat : 16971 (java) S 16967 16969 15650 0 -1 64 35377 0 1 0 1038 17 0 0 16 0 12 0 22650110 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16972] ppid=16967 vsize=850220 CPUtime=4.07
/proc/16969/task/16972/stat : 16972 (java) S 16967 16969 15650 0 -1 64 76353 0 0 0 375 32 0 0 18 0 12 0 22650111 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16973] ppid=16967 vsize=850220 CPUtime=3.62
/proc/16969/task/16973/stat : 16973 (java) S 16967 16969 15650 0 -1 64 59029 0 0 0 339 23 0 0 16 0 12 0 22650111 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16974] ppid=16967 vsize=850220 CPUtime=57.37
/proc/16969/task/16974/stat : 16974 (java) R 16967 16969 15650 0 -1 64 350360 0 0 0 5579 158 0 0 25 0 12 0 22650113 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 106159310 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16975] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16975/stat : 16975 (java) S 16967 16969 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22650114 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16976] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16976/stat : 16976 (java) S 16967 16969 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22650114 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16977] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16977/stat : 16977 (java) S 16967 16969 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16978] ppid=16967 vsize=850220 CPUtime=0.18
/proc/16969/task/16978/stat : 16978 (java) S 16967 16969 15650 0 -1 64 1371 0 0 0 18 0 0 0 18 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16979] ppid=16967 vsize=850220 CPUtime=1.2
/proc/16969/task/16979/stat : 16979 (java) S 16967 16969 15650 0 -1 64 4100 0 0 0 119 1 0 0 16 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16980] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16980/stat : 16980 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16981] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16981/stat : 16981 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.04
Current children cumulated vsize (KiB) 850220

[startup+76.3026 s]
/proc/loadavg: 2.11 2.05 2.01 3/87 16981
/proc/meminfo: memFree=825136/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=850220 CPUtime=77.43
/proc/16969/stat : 16969 (java) S 16967 16969 15650 0 -1 0 527329 0 1 0 7509 234 0 0 20 0 12 0 22650109 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16969/statm: 212555 181715 1423 9 0 209882 0
[pid=16969/tid=16971] ppid=16967 vsize=850220 CPUtime=10.55
/proc/16969/task/16971/stat : 16971 (java) S 16967 16969 15650 0 -1 64 35377 0 1 0 1038 17 0 0 16 0 12 0 22650110 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16972] ppid=16967 vsize=850220 CPUtime=4.07
/proc/16969/task/16972/stat : 16972 (java) S 16967 16969 15650 0 -1 64 76353 0 0 0 375 32 0 0 18 0 12 0 22650111 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16973] ppid=16967 vsize=850220 CPUtime=3.62
/proc/16969/task/16973/stat : 16973 (java) S 16967 16969 15650 0 -1 64 59029 0 0 0 339 23 0 0 16 0 12 0 22650111 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16974] ppid=16967 vsize=850220 CPUtime=57.76
/proc/16969/task/16974/stat : 16974 (java) R 16967 16969 15650 0 -1 64 350360 0 0 0 5618 158 0 0 25 0 12 0 22650113 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16975] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16975/stat : 16975 (java) S 16967 16969 15650 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22650114 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16976] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16976/stat : 16976 (java) S 16967 16969 15650 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22650114 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16977] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16977/stat : 16977 (java) S 16967 16969 15650 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16978] ppid=16967 vsize=850220 CPUtime=0.18
/proc/16969/task/16978/stat : 16978 (java) S 16967 16969 15650 0 -1 64 1371 0 0 0 18 0 0 0 18 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16979] ppid=16967 vsize=850220 CPUtime=1.2
/proc/16969/task/16979/stat : 16979 (java) S 16967 16969 15650 0 -1 64 4100 0 0 0 119 1 0 0 16 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16980] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16980/stat : 16980 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16969/tid=16981] ppid=16967 vsize=850220 CPUtime=0
/proc/16969/task/16981/stat : 16981 (java) S 16967 16969 15650 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22650118 870625280 181715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.43
Current children cumulated vsize (KiB) 850220

[startup+76.5026 s]
/proc/loadavg: 2.11 2.05 2.01 3/87 16981
/proc/meminfo: memFree=825136/2055920 swapFree=4192956/4192956
[pid=16969] ppid=16967 vsize=0 CPUtime=77.61
/proc/16969/stat : 16969 (java) Z 16967 16969 15650 0 -1 12 527347 0 1 0 7516 245 0 0 16 0 2 0 22650109 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16969/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 77.61
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 76.5087
CPU time (s): 77.6182
CPU user time (s): 75.1616
CPU system time (s): 2.45663
CPU usage (%): 101.45
Max. virtual memory (cumulated for all children) (KiB): 866224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.1616
system time used= 2.45663
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 527347
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= 2360
involuntary context switches= 1947

runsolver used 0.092985 second user time and 0.273958 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 01:44:05
IDJOB=2071977
IDBENCH=55559
IDSOLVER=731
FILE ID=node79/2071977-1247355845
PBS_JOBID= 9506825
Free space on /tmp= 66256 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg15-19_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071977-1247355845/watcher-2071977-1247355845 -o /tmp/evaluation-result-2071977-1247355845/solver-2071977-1247355845 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071977-1247355845.xml

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

MD5SUM BENCH= 5b614ca3797813e4aab919808e9965e8
RANDOM SEED=688826703

node79.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1549360 kB
Buffers:         61416 kB
Cached:         326660 kB
SwapCached:          0 kB
Active:         148608 kB
Inactive:       290576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549360 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:          61680 kB
Slab:            52668 kB
Committed_AS:   261200 kB
PageTables:       1820 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= 66256 MiB
End job on node79 at 2009-07-12 01:45:22