Trace number 2070118

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? (exit code) 122.518 121.21

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg15-19_ext.xml
MD5SUMe2bc6ddc97acb6fa0447766d1d8b9c3d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.022996
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.19/0.22	c c --- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.22	c Expensive reason simplification
0.19/0.22	c MiniSAT restarts strategy
0.19/0.22	c Memory based learned constraints deletion strategy
0.19/0.22	c timeout=2147483s
0.19/0.22	c DB Simplification allowed=false
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving HOME/instance-2070118-1247351100.xml
0.19/0.22	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.38/0.48	c reading variables done.
0.68/0.74	c reading relations done.
0.89/0.95	c reading constraints
99.08/97.60	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
99.08/97.60		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
99.08/97.60		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
99.08/97.60		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
99.08/97.60		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
99.08/97.60		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
99.08/97.60		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
99.08/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.08/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.08/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.08/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.08/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.08/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.08/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.08/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.08/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.17/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.17/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.17/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.17/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.17/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.17/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.17/97.60		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
99.17/97.60		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
99.17/97.60		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
99.17/97.60		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
99.17/97.60		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
99.17/97.60		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
99.17/97.60		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
99.17/97.60		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
99.17/97.60		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
99.17/97.60		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
99.17/97.60		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
106.80/105.34	c starts		: 0
106.80/105.34	c conflicts		: 0
106.80/105.34	c decisions		: 0
106.80/105.34	c propagations		: 0
106.80/105.34	c inspects		: 0
106.80/105.34	c learnt literals	: 0
106.80/105.34	c learnt binary clauses	: 0
106.80/105.34	c learnt ternary clauses	: 0
106.80/105.34	c learnt clauses	: 0
106.80/105.34	c ignored clauses	: 0
106.80/105.34	c root simplifications	: 0
106.80/105.34	c removed literals (reason simplification)	: 0
106.80/105.34	c reason swapping (by a shorter reason)	: 0
106.80/105.35	c Calls to reduceDB	: 0
106.80/105.35	c speed (assignments/second)	: 0.0
106.80/105.35	c non guided choices	0
122.04/120.74	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
122.04/120.75		at java.util.HashMap.addEntry(Unknown Source)
122.04/120.75		at java.util.HashMap.put(Unknown Source)
122.04/120.75		at java.util.jar.Attributes.put(Unknown Source)
122.04/120.75		at java.util.jar.Attributes.putValue(Unknown Source)
122.04/120.75		at java.util.jar.Attributes.read(Unknown Source)
122.04/120.75		at java.util.jar.Manifest.read(Unknown Source)
122.04/120.75		at java.util.jar.Manifest.<init>(Unknown Source)
122.04/120.75		at java.util.jar.JarFile.getManifestFromReference(Unknown Source)
122.04/120.75		at java.util.jar.JarFile.getManifest(Unknown Source)
122.04/120.75		at sun.misc.URLClassPath$JarLoader$2.getManifest(Unknown Source)
122.04/120.75		at java.net.URLClassLoader.defineClass(Unknown Source)
122.04/120.75		at java.net.URLClassLoader.access$000(Unknown Source)
122.04/120.75		at java.net.URLClassLoader$1.run(Unknown Source)
122.04/120.75		at java.security.AccessController.doPrivileged(Native Method)
122.04/120.75		at java.net.URLClassLoader.findClass(Unknown Source)
122.04/120.75		at java.lang.ClassLoader.loadClass(Unknown Source)
122.04/120.75		at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
122.04/120.75		at java.lang.ClassLoader.loadClass(Unknown Source)
122.04/120.75		at java.lang.ClassLoader.loadClassInternal(Unknown Source)
122.04/120.75		at org.sat4j.core.Vec.iterator(Unknown Source)
122.04/120.75		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Unknown Source)
122.04/120.75		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
122.04/120.75		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
122.04/120.75		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070118-1247351100/watcher-2070118-1247351100 -o /tmp/evaluation-result-2070118-1247351100/solver-2070118-1247351100 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070118-1247351100.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: 2.20 2.31 2.27 3/74 16388
/proc/meminfo: memFree=1189712/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=152 CPUtime=0
/proc/16388/stat : 16388 (java) R 16386 16388 16019 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 22174646 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 8921387 0 0 4096 0 0 0 0 17 0 0 0
/proc/16388/statm: 38 26 19 9 0 4 0

[startup+0.0260461 s]
/proc/loadavg: 2.20 2.31 2.27 3/74 16388
/proc/meminfo: memFree=1189712/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=800544 CPUtime=0.01
/proc/16388/stat : 16388 (java) S 16386 16388 16019 0 -1 0 2150 0 1 0 0 1 0 0 18 0 4 0 22174646 819757056 1897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16388/statm: 200136 1907 806 9 0 197487 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800544

[startup+0.101047 s]
/proc/loadavg: 2.20 2.31 2.27 3/74 16388
/proc/meminfo: memFree=1189712/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=804560 CPUtime=0.09
/proc/16388/stat : 16388 (java) S 16386 16388 16019 0 -1 0 3062 0 1 0 7 2 0 0 18 0 12 0 22174646 823869440 2805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16388/statm: 201140 2806 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301072 s]
/proc/loadavg: 2.20 2.31 2.27 3/74 16388
/proc/meminfo: memFree=1189712/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=805644 CPUtime=0.29
/proc/16388/stat : 16388 (java) S 16386 16388 16019 0 -1 0 4330 0 1 0 25 4 0 0 18 0 12 0 22174646 824979456 4067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16388/statm: 201411 4067 1360 9 0 198738 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805644

[startup+0.701109 s]
/proc/loadavg: 2.20 2.31 2.27 3/74 16388
/proc/meminfo: memFree=1189712/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=807328 CPUtime=0.68
/proc/16388/stat : 16388 (java) S 16386 16388 16019 0 -1 0 6162 0 1 0 63 5 0 0 18 0 12 0 22174646 826703872 5210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16388/statm: 201832 5210 1387 9 0 199159 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807328

[startup+1.50219 s]
/proc/loadavg: 2.20 2.31 2.27 4/86 16400
/proc/meminfo: memFree=1172912/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=809032 CPUtime=1.48
/proc/16388/stat : 16388 (java) S 16386 16388 16019 0 -1 0 11723 0 1 0 140 8 0 0 18 0 12 0 22174646 828448768 10104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16388/statm: 202258 10105 1407 9 0 199585 0
[pid=16388/tid=16390] ppid=16386 vsize=809032 CPUtime=0.77
/proc/16388/task/16390/stat : 16390 (java) R 16386 16388 16019 0 -1 64 8230 0 1 0 70 7 0 0 25 0 12 0 22174647 828448768 10106 996147200 134512640 134550932 4294956016 18446744073709551615 4109622672 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16391] ppid=16386 vsize=809032 CPUtime=0
/proc/16388/task/16391/stat : 16391 (java) S 16386 16388 16019 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 22174648 828448768 10106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16392] ppid=16386 vsize=809032 CPUtime=0
/proc/16388/task/16392/stat : 16392 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22174648 828448768 10107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16393] ppid=16386 vsize=809032 CPUtime=0
/proc/16388/task/16393/stat : 16393 (java) S 16386 16388 16019 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 22174650 828448768 10108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16394] ppid=16386 vsize=809032 CPUtime=0
/proc/16388/task/16394/stat : 16394 (java) S 16386 16388 16019 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 22174650 828448768 10108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16395] ppid=16386 vsize=809032 CPUtime=0
/proc/16388/task/16395/stat : 16395 (java) S 16386 16388 16019 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 22174650 828448768 10109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16396] ppid=16386 vsize=809032 CPUtime=0
/proc/16388/task/16396/stat : 16396 (java) S 16386 16388 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22174654 828448768 10110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16397] ppid=16386 vsize=809032 CPUtime=0.03
/proc/16388/task/16397/stat : 16397 (java) S 16386 16388 16019 0 -1 64 199 0 0 0 3 0 0 0 17 0 12 0 22174655 828448768 10110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16398] ppid=16386 vsize=809032 CPUtime=0.67
/proc/16388/task/16398/stat : 16398 (java) S 16386 16388 16019 0 -1 64 2554 0 0 0 66 1 0 0 17 0 12 0 22174655 828448768 10111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16399] ppid=16386 vsize=809032 CPUtime=0
/proc/16388/task/16399/stat : 16399 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22174655 828448768 10112 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16400] ppid=16386 vsize=809032 CPUtime=0
/proc/16388/task/16400/stat : 16400 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22174655 828448768 10112 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809032

[startup+3.10235 s]
/proc/loadavg: 2.20 2.31 2.27 5/86 16400
/proc/meminfo: memFree=1111024/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=809032 CPUtime=3.18
/proc/16388/stat : 16388 (java) S 16386 16388 16019 0 -1 0 33693 0 1 0 298 20 0 0 18 0 12 0 22174646 828448768 32070 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16388/statm: 202258 32073 1416 9 0 199585 0
[pid=16388/tid=16390] ppid=16386 vsize=809032 CPUtime=2.02
/proc/16388/task/16390/stat : 16390 (java) R 16386 16388 16019 0 -1 64 16895 0 1 0 191 11 0 0 25 0 12 0 22174647 828448768 32075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16391] ppid=16386 vsize=809032 CPUtime=0.23
/proc/16388/task/16391/stat : 16391 (java) R 16386 16388 16019 0 -1 64 7175 0 0 0 20 3 0 0 16 0 12 0 22174648 828448768 32077 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16392] ppid=16386 vsize=809032 CPUtime=0.18
/proc/16388/task/16392/stat : 16392 (java) R 16386 16388 16019 0 -1 64 6129 0 0 0 15 3 0 0 16 0 12 0 22174648 828448768 32079 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16393] ppid=16386 vsize=809032 CPUtime=0
/proc/16388/task/16393/stat : 16393 (java) S 16386 16388 16019 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 22174650 828448768 32081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16394] ppid=16386 vsize=809032 CPUtime=0
/proc/16388/task/16394/stat : 16394 (java) S 16386 16388 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22174650 828448768 32083 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16395] ppid=16386 vsize=809032 CPUtime=0
/proc/16388/task/16395/stat : 16395 (java) S 16386 16388 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22174650 828448768 32086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16396] ppid=16386 vsize=809032 CPUtime=0
/proc/16388/task/16396/stat : 16396 (java) S 16386 16388 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22174654 828448768 32088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16397] ppid=16386 vsize=809032 CPUtime=0.03
/proc/16388/task/16397/stat : 16397 (java) S 16386 16388 16019 0 -1 64 199 0 0 0 3 0 0 0 17 0 12 0 22174655 828448768 32090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16398] ppid=16386 vsize=809032 CPUtime=0.68
/proc/16388/task/16398/stat : 16398 (java) S 16386 16388 16019 0 -1 64 2554 0 0 0 67 1 0 0 16 0 12 0 22174655 828448768 32092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16399] ppid=16386 vsize=809032 CPUtime=0
/proc/16388/task/16399/stat : 16399 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22174655 828448768 32094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16400] ppid=16386 vsize=809032 CPUtime=0
/proc/16388/task/16400/stat : 16400 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22174655 828448768 32097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 809032

[startup+6.30167 s]
/proc/loadavg: 2.27 2.33 2.28 4/86 16400
/proc/meminfo: memFree=955376/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=809984 CPUtime=6.93
/proc/16388/stat : 16388 (java) S 16386 16388 16019 0 -1 0 81743 0 1 0 651 42 0 0 18 0 12 0 22174646 829423616 74406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16388/statm: 202496 74406 1416 9 0 199823 0
[pid=16388/tid=16390] ppid=16386 vsize=809984 CPUtime=3.83
/proc/16388/task/16390/stat : 16390 (java) S 16386 16388 16019 0 -1 64 16898 0 1 0 372 11 0 0 18 0 12 0 22174647 829423616 74406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16391] ppid=16386 vsize=809984 CPUtime=1.34
/proc/16388/task/16391/stat : 16391 (java) R 16386 16388 16019 0 -1 64 37281 0 0 0 117 17 0 0 18 0 12 0 22174648 829423616 74406 996147200 134512640 134550932 4294956016 18446744073709551615 104188273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16392] ppid=16386 vsize=809984 CPUtime=1
/proc/16388/task/16392/stat : 16392 (java) R 16386 16388 16019 0 -1 64 24061 0 0 0 90 10 0 0 19 0 12 0 22174648 829423616 74406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16393] ppid=16386 vsize=809984 CPUtime=0
/proc/16388/task/16393/stat : 16393 (java) S 16386 16388 16019 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 22174650 829423616 74406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16394] ppid=16386 vsize=809984 CPUtime=0
/proc/16388/task/16394/stat : 16394 (java) S 16386 16388 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22174650 829423616 74406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16395] ppid=16386 vsize=809984 CPUtime=0
/proc/16388/task/16395/stat : 16395 (java) S 16386 16388 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22174650 829423616 74406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16396] ppid=16386 vsize=809984 CPUtime=0
/proc/16388/task/16396/stat : 16396 (java) S 16386 16388 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22174654 829423616 74406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16397] ppid=16386 vsize=809984 CPUtime=0.03
/proc/16388/task/16397/stat : 16397 (java) S 16386 16388 16019 0 -1 64 199 0 0 0 3 0 0 0 17 0 12 0 22174655 829423616 74406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16398] ppid=16386 vsize=809984 CPUtime=0.68
/proc/16388/task/16398/stat : 16398 (java) S 16386 16388 16019 0 -1 64 2554 0 0 0 67 1 0 0 16 0 12 0 22174655 829423616 74406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16399] ppid=16386 vsize=809984 CPUtime=0
/proc/16388/task/16399/stat : 16399 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22174655 829423616 74406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16400] ppid=16386 vsize=809984 CPUtime=0
/proc/16388/task/16400/stat : 16400 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22174655 829423616 74406 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 809984

[startup+12.7023 s]
/proc/loadavg: 2.33 2.34 2.28 4/86 16400
/proc/meminfo: memFree=664560/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=813828 CPUtime=14.48
/proc/16388/stat : 16388 (java) S 16386 16388 16019 0 -1 0 150344 0 1 0 1374 74 0 0 18 0 12 0 22174646 833359872 133302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16388/statm: 203457 133307 1416 9 0 200784 0
[pid=16388/tid=16390] ppid=16386 vsize=813828 CPUtime=7.27
/proc/16388/task/16390/stat : 16390 (java) R 16386 16388 16019 0 -1 64 35337 0 1 0 705 22 0 0 19 0 12 0 22174647 833359872 133309 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16391] ppid=16386 vsize=813828 CPUtime=3.4
/proc/16388/task/16391/stat : 16391 (java) R 16386 16388 16019 0 -1 64 62140 0 0 0 312 28 0 0 17 0 12 0 22174648 833359872 133312 996147200 134512640 134550932 4294956016 18446744073709551615 106207513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16392] ppid=16386 vsize=813828 CPUtime=3.06
/proc/16388/task/16392/stat : 16392 (java) R 16386 16388 16019 0 -1 64 49377 0 0 0 284 22 0 0 17 0 12 0 22174648 833359872 133315 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16393] ppid=16386 vsize=813828 CPUtime=0
/proc/16388/task/16393/stat : 16393 (java) S 16386 16388 16019 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 22174650 833359872 133318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16394] ppid=16386 vsize=813828 CPUtime=0
/proc/16388/task/16394/stat : 16394 (java) S 16386 16388 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22174650 833359872 133322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16395] ppid=16386 vsize=813828 CPUtime=0
/proc/16388/task/16395/stat : 16395 (java) S 16386 16388 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22174650 833359872 133325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16396] ppid=16386 vsize=813828 CPUtime=0
/proc/16388/task/16396/stat : 16396 (java) S 16386 16388 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22174654 833359872 133328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16397] ppid=16386 vsize=813828 CPUtime=0.03
/proc/16388/task/16397/stat : 16397 (java) S 16386 16388 16019 0 -1 64 199 0 0 0 3 0 0 0 17 0 12 0 22174655 833359872 133331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16398] ppid=16386 vsize=813828 CPUtime=0.68
/proc/16388/task/16398/stat : 16398 (java) S 16386 16388 16019 0 -1 64 2554 0 0 0 67 1 0 0 16 0 12 0 22174655 833359872 133334 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16399] ppid=16386 vsize=813828 CPUtime=0
/proc/16388/task/16399/stat : 16399 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22174655 833359872 133337 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16400] ppid=16386 vsize=813828 CPUtime=0
/proc/16388/task/16400/stat : 16400 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22174655 833359872 133340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.48
Current children cumulated vsize (KiB) 813828

[startup+25.5026 s]
/proc/loadavg: 2.25 2.32 2.27 3/86 16400
/proc/meminfo: memFree=511472/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=829832 CPUtime=27.77
/proc/16388/stat : 16388 (java) S 16386 16388 16019 0 -1 0 231141 0 1 0 2660 117 0 0 18 0 12 0 22174646 849747968 173392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16388/statm: 207458 173392 1418 9 0 204785 0
[pid=16388/tid=16390] ppid=16386 vsize=829832 CPUtime=10.38
/proc/16388/task/16390/stat : 16390 (java) S 16386 16388 16019 0 -1 64 35344 0 1 0 1016 22 0 0 20 0 12 0 22174647 849747968 173392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16391] ppid=16386 vsize=829832 CPUtime=4.97
/proc/16388/task/16391/stat : 16391 (java) S 16386 16388 16019 0 -1 64 82443 0 0 0 459 38 0 0 16 0 12 0 22174648 849747968 173392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16392] ppid=16386 vsize=829832 CPUtime=4.59
/proc/16388/task/16392/stat : 16392 (java) S 16386 16388 16019 0 -1 64 66126 0 0 0 429 30 0 0 18 0 12 0 22174648 849747968 173392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16393] ppid=16386 vsize=829832 CPUtime=7.06
/proc/16388/task/16393/stat : 16393 (java) R 16386 16388 16019 0 -1 64 43734 0 0 0 683 23 0 0 25 0 12 0 22174650 849747968 173392 996147200 134512640 134550932 4294956016 18446744073709551615 104177856 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16394] ppid=16386 vsize=829832 CPUtime=0
/proc/16388/task/16394/stat : 16394 (java) S 16386 16388 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22174650 849747968 173392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16395] ppid=16386 vsize=829832 CPUtime=0
/proc/16388/task/16395/stat : 16395 (java) S 16386 16388 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22174650 849747968 173392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16396] ppid=16386 vsize=829832 CPUtime=0
/proc/16388/task/16396/stat : 16396 (java) S 16386 16388 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22174654 849747968 173392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16397] ppid=16386 vsize=829832 CPUtime=0.03

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

/proc/loadavg: 2.06 2.24 2.25 3/87 16401
/proc/meminfo: memFree=470248/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=846156 CPUtime=116.5
/proc/16388/stat : 16388 (java) S 16386 16388 16019 0 -1 0 614478 0 1 0 11310 340 0 0 18 0 13 0 22174646 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16388/statm: 211539 180588 1417 9 0 208866 0
[pid=16388/tid=16390] ppid=16386 vsize=846156 CPUtime=11.16
/proc/16388/task/16390/stat : 16390 (java) S 16386 16388 16019 0 -1 64 35363 0 1 0 1094 22 0 0 18 0 13 0 22174647 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16391] ppid=16386 vsize=846156 CPUtime=4.97
/proc/16388/task/16391/stat : 16391 (java) S 16386 16388 16019 0 -1 64 82443 0 0 0 459 38 0 0 16 0 13 0 22174648 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16392] ppid=16386 vsize=846156 CPUtime=4.59
/proc/16388/task/16392/stat : 16392 (java) S 16386 16388 16019 0 -1 64 66126 0 0 0 429 30 0 0 18 0 13 0 22174648 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16393] ppid=16386 vsize=846156 CPUtime=95.01
/proc/16388/task/16393/stat : 16393 (java) R 16386 16388 16019 0 -1 64 427044 0 0 0 9254 247 0 0 25 0 13 0 22174650 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16394] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16394/stat : 16394 (java) S 16386 16388 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22174650 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16395] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16395/stat : 16395 (java) S 16386 16388 16019 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22174650 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16396] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16396/stat : 16396 (java) S 16386 16388 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22174654 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16397] ppid=16386 vsize=846156 CPUtime=0.03
/proc/16388/task/16397/stat : 16397 (java) S 16386 16388 16019 0 -1 64 199 0 0 0 3 0 0 0 17 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16398] ppid=16386 vsize=846156 CPUtime=0.68
/proc/16388/task/16398/stat : 16398 (java) S 16386 16388 16019 0 -1 64 2554 0 0 0 67 1 0 0 16 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16399] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16399/stat : 16399 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16400] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16400/stat : 16400 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16401] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16401/stat : 16401 (java) S 16386 16388 16019 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22184407 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 116.5
Current children cumulated vsize (KiB) 846156

[startup+118.303 s]
/proc/loadavg: 2.05 2.23 2.25 3/87 16401
/proc/meminfo: memFree=470248/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=846156 CPUtime=119.66
/proc/16388/stat : 16388 (java) S 16386 16388 16019 0 -1 0 629984 0 1 0 11617 349 0 0 18 0 13 0 22174646 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16388/statm: 211539 180588 1417 9 0 208866 0
[pid=16388/tid=16390] ppid=16386 vsize=846156 CPUtime=11.16
/proc/16388/task/16390/stat : 16390 (java) S 16386 16388 16019 0 -1 64 35363 0 1 0 1094 22 0 0 18 0 13 0 22174647 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16391] ppid=16386 vsize=846156 CPUtime=4.97
/proc/16388/task/16391/stat : 16391 (java) S 16386 16388 16019 0 -1 64 82443 0 0 0 459 38 0 0 16 0 13 0 22174648 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16392] ppid=16386 vsize=846156 CPUtime=4.59
/proc/16388/task/16392/stat : 16392 (java) S 16386 16388 16019 0 -1 64 66126 0 0 0 429 30 0 0 18 0 13 0 22174648 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16393] ppid=16386 vsize=846156 CPUtime=98.18
/proc/16388/task/16393/stat : 16393 (java) R 16386 16388 16019 0 -1 64 442549 0 0 0 9562 256 0 0 25 0 13 0 22174650 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16394] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16394/stat : 16394 (java) S 16386 16388 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22174650 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16395] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16395/stat : 16395 (java) S 16386 16388 16019 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22174650 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16396] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16396/stat : 16396 (java) S 16386 16388 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22174654 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16397] ppid=16386 vsize=846156 CPUtime=0.03
/proc/16388/task/16397/stat : 16397 (java) S 16386 16388 16019 0 -1 64 199 0 0 0 3 0 0 0 17 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16398] ppid=16386 vsize=846156 CPUtime=0.68
/proc/16388/task/16398/stat : 16398 (java) S 16386 16388 16019 0 -1 64 2554 0 0 0 67 1 0 0 16 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16399] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16399/stat : 16399 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16400] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16400/stat : 16400 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16401] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16401/stat : 16401 (java) S 16386 16388 16019 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22184407 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 119.66
Current children cumulated vsize (KiB) 846156

[startup+119.908 s]
/proc/loadavg: 2.05 2.23 2.25 3/87 16401
/proc/meminfo: memFree=470248/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=846156 CPUtime=121.25
/proc/16388/stat : 16388 (java) S 16386 16388 16019 0 -1 0 629984 0 1 0 11776 349 0 0 18 0 13 0 22174646 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16388/statm: 211539 180588 1417 9 0 208866 0
[pid=16388/tid=16390] ppid=16386 vsize=846156 CPUtime=11.16
/proc/16388/task/16390/stat : 16390 (java) S 16386 16388 16019 0 -1 64 35363 0 1 0 1094 22 0 0 18 0 13 0 22174647 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16391] ppid=16386 vsize=846156 CPUtime=4.97
/proc/16388/task/16391/stat : 16391 (java) S 16386 16388 16019 0 -1 64 82443 0 0 0 459 38 0 0 16 0 13 0 22174648 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16392] ppid=16386 vsize=846156 CPUtime=4.59
/proc/16388/task/16392/stat : 16392 (java) S 16386 16388 16019 0 -1 64 66126 0 0 0 429 30 0 0 18 0 13 0 22174648 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16393] ppid=16386 vsize=846156 CPUtime=99.77
/proc/16388/task/16393/stat : 16393 (java) R 16386 16388 16019 0 -1 64 442549 0 0 0 9721 256 0 0 25 0 13 0 22174650 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 106158848 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16394] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16394/stat : 16394 (java) S 16386 16388 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22174650 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16395] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16395/stat : 16395 (java) S 16386 16388 16019 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22174650 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16396] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16396/stat : 16396 (java) S 16386 16388 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22174654 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16397] ppid=16386 vsize=846156 CPUtime=0.03
/proc/16388/task/16397/stat : 16397 (java) S 16386 16388 16019 0 -1 64 199 0 0 0 3 0 0 0 17 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16398] ppid=16386 vsize=846156 CPUtime=0.68
/proc/16388/task/16398/stat : 16398 (java) S 16386 16388 16019 0 -1 64 2554 0 0 0 67 1 0 0 16 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16399] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16399/stat : 16399 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16400] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16400/stat : 16400 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16401] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16401/stat : 16401 (java) S 16386 16388 16019 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22184407 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 121.25
Current children cumulated vsize (KiB) 846156

[startup+120.702 s]
/proc/loadavg: 2.05 2.23 2.25 3/87 16401
/proc/meminfo: memFree=470248/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=846156 CPUtime=122.04
/proc/16388/stat : 16388 (java) S 16386 16388 16019 0 -1 0 629984 0 1 0 11855 349 0 0 18 0 13 0 22174646 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16388/statm: 211539 180588 1417 9 0 208866 0
[pid=16388/tid=16390] ppid=16386 vsize=846156 CPUtime=11.16
/proc/16388/task/16390/stat : 16390 (java) S 16386 16388 16019 0 -1 64 35363 0 1 0 1094 22 0 0 18 0 13 0 22174647 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16391] ppid=16386 vsize=846156 CPUtime=4.97
/proc/16388/task/16391/stat : 16391 (java) S 16386 16388 16019 0 -1 64 82443 0 0 0 459 38 0 0 16 0 13 0 22174648 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16392] ppid=16386 vsize=846156 CPUtime=4.59
/proc/16388/task/16392/stat : 16392 (java) S 16386 16388 16019 0 -1 64 66126 0 0 0 429 30 0 0 18 0 13 0 22174648 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16393] ppid=16386 vsize=846156 CPUtime=100.56
/proc/16388/task/16393/stat : 16393 (java) R 16386 16388 16019 0 -1 64 442549 0 0 0 9800 256 0 0 25 0 13 0 22174650 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16394] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16394/stat : 16394 (java) S 16386 16388 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22174650 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16395] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16395/stat : 16395 (java) S 16386 16388 16019 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22174650 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16396] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16396/stat : 16396 (java) S 16386 16388 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22174654 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16397] ppid=16386 vsize=846156 CPUtime=0.03
/proc/16388/task/16397/stat : 16397 (java) S 16386 16388 16019 0 -1 64 199 0 0 0 3 0 0 0 17 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16398] ppid=16386 vsize=846156 CPUtime=0.68
/proc/16388/task/16398/stat : 16398 (java) S 16386 16388 16019 0 -1 64 2554 0 0 0 67 1 0 0 16 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16399] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16399/stat : 16399 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16400] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16400/stat : 16400 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22174655 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16401] ppid=16386 vsize=846156 CPUtime=0
/proc/16388/task/16401/stat : 16401 (java) S 16386 16388 16019 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 22184407 866463744 180588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 122.04
Current children cumulated vsize (KiB) 846156

[startup+121.102 s]
/proc/loadavg: 2.05 2.23 2.25 3/86 16401
/proc/meminfo: memFree=502248/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=814152 CPUtime=122.4
/proc/16388/stat : 16388 (java) S 16386 16388 16019 0 -1 0 629992 0 1 0 11890 350 0 0 18 0 12 0 22174646 833691648 172593 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16388/statm: 203538 172593 1418 9 0 200865 0
[pid=16388/tid=16390] ppid=16386 vsize=814152 CPUtime=11.16
/proc/16388/task/16390/stat : 16390 (java) S 16386 16388 16019 0 -1 64 35366 0 1 0 1094 22 0 0 16 0 12 0 22174647 833691648 172593 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16391] ppid=16386 vsize=814152 CPUtime=4.97
/proc/16388/task/16391/stat : 16391 (java) S 16386 16388 16019 0 -1 64 82443 0 0 0 459 38 0 0 16 0 12 0 22174648 833691648 172593 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16392] ppid=16386 vsize=814152 CPUtime=4.59
/proc/16388/task/16392/stat : 16392 (java) S 16386 16388 16019 0 -1 64 66126 0 0 0 429 30 0 0 18 0 12 0 22174648 833691648 172593 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16393] ppid=16386 vsize=814152 CPUtime=100.88
/proc/16388/task/16393/stat : 16393 (java) S 16386 16388 16019 0 -1 64 442549 0 0 0 9832 256 0 0 25 0 12 0 22174650 833691648 172593 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16394] ppid=16386 vsize=814152 CPUtime=0
/proc/16388/task/16394/stat : 16394 (java) S 16386 16388 16019 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22174650 833691648 172593 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16395] ppid=16386 vsize=814152 CPUtime=0
/proc/16388/task/16395/stat : 16395 (java) S 16386 16388 16019 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 22174650 833691648 172593 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16396] ppid=16386 vsize=814152 CPUtime=0
/proc/16388/task/16396/stat : 16396 (java) S 16386 16388 16019 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22174654 833691648 172593 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16397] ppid=16386 vsize=814152 CPUtime=0.03
/proc/16388/task/16397/stat : 16397 (java) S 16386 16388 16019 0 -1 64 199 0 0 0 3 0 0 0 17 0 12 0 22174655 833691648 172593 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16398] ppid=16386 vsize=814152 CPUtime=0.71
/proc/16388/task/16398/stat : 16398 (java) S 16386 16388 16019 0 -1 64 2557 0 0 0 70 1 0 0 17 0 12 0 22174655 833691648 172593 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16388/tid=16399] ppid=16386 vsize=814152 CPUtime=0
/proc/16388/task/16399/stat : 16399 (java) S 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22174655 833691648 172593 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16388/tid=16400] ppid=16386 vsize=814152 CPUtime=0
/proc/16388/task/16400/stat : 16400 (java) R 16386 16388 16019 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22174655 833691648 172593 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 122.4
Current children cumulated vsize (KiB) 814152

[startup+121.203 s]
/proc/loadavg: 2.05 2.23 2.25 3/86 16401
/proc/meminfo: memFree=502248/2055920 swapFree=4192956/4192956
[pid=16388] ppid=16386 vsize=0 CPUtime=122.5
/proc/16388/stat : 16388 (java) Z 16386 16388 16019 0 -1 12 629996 0 1 0 11890 360 0 0 16 0 2 0 22174646 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16388/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 122.5
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 121.21
CPU time (s): 122.518
CPU user time (s): 118.908
CPU system time (s): 3.61045
CPU usage (%): 101.08
Max. virtual memory (cumulated for all children) (KiB): 862160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.908
system time used= 3.61045
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 629996
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= 3084
involuntary context switches= 5605

runsolver used 0.161975 second user time and 0.438933 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-12 00:25:00
IDJOB=2070118
IDBENCH=55138
IDSOLVER=731
FILE ID=node36/2070118-1247351100
PBS_JOBID= 9506812
Free space on /tmp= 66364 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-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-2070118-1247351100/watcher-2070118-1247351100 -o /tmp/evaluation-result-2070118-1247351100/solver-2070118-1247351100 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070118-1247351100.xml

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

MD5SUM BENCH= e2bc6ddc97acb6fa0447766d1d8b9c3d
RANDOM SEED=894975318

node36.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.238
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.238
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:       1190192 kB
Buffers:         60744 kB
Cached:         574172 kB
SwapCached:          0 kB
Active:         335000 kB
Inactive:       464276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1190192 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:         175004 kB
Slab:            51428 kB
Committed_AS:   475140 kB
PageTables:       2296 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= 66364 MiB
End job on node36 at 2009-07-12 00:27:01