Trace number 1076417

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 2008-06-13? 97.0852 95.7143

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg12-14_ext.xml
MD5SUM38b6fd1a1a55f4d717acaba611f34e78
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 benchmark669.147
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints26
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension26
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.32	c See www.sat4j.org for details.
0.27/0.32	c That software uses the Rhino library from the Mozilla project.
0.27/0.37	c version 9.9.9.token
0.27/0.37	c sun.arch.data.model	32
0.27/0.37	c java.version	1.6.0_06
0.27/0.37	c os.name	Linux
0.27/0.37	c os.version	2.6.9-22.EL.rootsmp
0.27/0.37	c os.arch	i386
0.27/0.37	c Free memory 669864272
0.27/0.37	c Max memory 672137216
0.27/0.37	c Total memory 672137216
0.27/0.37	c Number of processors 2
0.37/0.42	c c --- Begin Solver configuration ---
0.37/0.42	c Stops conflict analysis at the first Unique Implication Point
0.37/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.42	c Learn all clauses as in MiniSAT
0.37/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.42	c Expensive reason simplification
0.37/0.42	c MiniSAT restarts strategy
0.37/0.42	c timeout=2147483s
0.37/0.42	c DB Simplification allowed=false
0.37/0.42	c --- End Solver configuration ---
0.37/0.42	c solving HOME/instance-1076417-1215186624.xml
0.37/0.42	c reading problem ... 
0.67/0.70	c reading problem named null
0.67/0.70	c reading domains done.
0.67/0.70	c reading variables done.
0.77/0.80	c reading relations done.
3.05/3.19	c reading constraints
96.89/95.56	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
96.89/95.56		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
96.89/95.56		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
96.89/95.56		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
96.89/95.56		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
96.89/95.56		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
96.89/95.56		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
96.89/95.56		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
96.89/95.56		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
96.89/95.56		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
96.89/95.56		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
96.89/95.56		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
96.89/95.56		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
96.89/95.56		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
96.89/95.56		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
96.89/95.56		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
96.89/95.56		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
96.89/95.56		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
96.89/95.57		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
96.89/95.57		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
96.89/95.57		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
96.89/95.57		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
96.89/95.57		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
96.89/95.57		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
96.89/95.57		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
96.89/95.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
96.89/95.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
96.89/95.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
96.89/95.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
96.89/95.57		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
96.89/95.57		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
96.89/95.57		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
96.89/95.57		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
96.89/95.57	c starts		: 0
96.89/95.57	c conflicts		: 0
96.89/95.57	c decisions		: 0
96.89/95.57	c propagations		: 0
96.89/95.57	c inspects		: 0
96.89/95.57	c learnt literals	: 0
96.89/95.57	c learnt binary clauses	: 0
96.89/95.57	c learnt ternary clauses	: 0
96.89/95.57	c learnt clauses	: 0
96.89/95.57	c ignored clauses	: 0
96.89/95.57	c root simplifications	: 0
96.89/95.57	c removed literals (reason simplification)	: 0
96.89/95.57	c reason swapping (by a shorter reason)	: 0
96.89/95.57	c Calls to reduceDB	: 0
96.89/95.57	c speed (assignments/second)	: 0.0
96.89/95.57	c non guided choices	0
96.89/95.57	s UNKNOWN
96.89/95.57	c Total wall clock time (in seconds) : 95.149

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076417-1215186624/watcher-1076417-1215186624 -o /tmp/evaluation-result-1076417-1215186624/solver-1076417-1215186624 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1076417-1215186624.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.61 1.72 3/73 2790
/proc/meminfo: memFree=1577584/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=13288 CPUtime=0
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1548336494 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 3322 538 219 9 0 1232 0
[pid=2790/tid=2791] ppid=2788 vsize=13288 CPUtime=0
/proc/2790/task/2791/stat : 2791 (java) R 2788 2790 29922 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1548336495 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 7774168 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0460991 s]
/proc/loadavg: 1.85 1.61 1.72 3/73 2790
/proc/meminfo: memFree=1577584/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=801432 CPUtime=0.03
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 2481 0 1 0 1 2 0 0 18 0 5 0 1548336494 820666368 2218 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 200358 2218 944 9 0 197741 0
[pid=2790/tid=2791] ppid=2788 vsize=801432 CPUtime=0.02
/proc/2790/task/2791/stat : 2791 (java) R 2788 2790 29922 0 -1 64 1732 0 1 0 1 1 0 0 20 0 5 0 1548336495 820666368 2218 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.101111 s]
/proc/loadavg: 1.85 1.61 1.72 3/73 2790
/proc/meminfo: memFree=1577584/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=804612 CPUtime=0.08
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 2988 0 1 0 6 2 0 0 18 0 12 0 1548336494 823922688 2721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 201153 2721 1047 9 0 198522 0
[pid=2790/tid=2791] ppid=2788 vsize=804612 CPUtime=0.06
/proc/2790/task/2791/stat : 2791 (java) R 2788 2790 29922 0 -1 64 2209 0 1 0 5 1 0 0 21 0 12 0 1548336495 823922688 2721 996147200 134512640 134550740 4294956016 18446744073709551615 4109204873 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301144 s]
/proc/loadavg: 1.85 1.61 1.72 3/73 2790
/proc/meminfo: memFree=1577584/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=808276 CPUtime=0.27
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 4883 0 1 0 24 3 0 0 18 0 12 0 1548336494 827674624 4210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 202069 4210 1297 9 0 199438 0
[pid=2790/tid=2791] ppid=2788 vsize=808276 CPUtime=0.16
/proc/2790/task/2791/stat : 2791 (java) R 2788 2790 29922 0 -1 64 2615 0 1 0 14 2 0 0 21 0 12 0 1548336495 827674624 4210 996147200 134512640 134550740 4294956016 18446744073709551615 106243408 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808276

[startup+0.701215 s]
/proc/loadavg: 1.85 1.61 1.72 3/73 2790
/proc/meminfo: memFree=1577584/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=808304 CPUtime=0.67
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 6336 0 1 0 62 5 0 0 18 0 12 0 1548336494 827703296 5464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 202076 5464 1335 9 0 199438 0
[pid=2790/tid=2791] ppid=2788 vsize=808304 CPUtime=0.39
/proc/2790/task/2791/stat : 2791 (java) R 2788 2790 29922 0 -1 64 3764 0 1 0 35 4 0 0 23 0 12 0 1548336495 827703296 5464 996147200 134512640 134550740 4294956016 18446744073709551615 4109173869 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808304

[startup+1.50235 s]
/proc/loadavg: 1.85 1.61 1.72 3/85 2802
/proc/meminfo: memFree=1551184/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=808304 CPUtime=1.46
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 10209 0 1 0 139 7 0 0 18 0 12 0 1548336494 827703296 8974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 202076 8974 1348 9 0 199438 0
[pid=2790/tid=2791] ppid=2788 vsize=808304 CPUtime=0.77
/proc/2790/task/2791/stat : 2791 (java) R 2788 2790 29922 0 -1 64 7237 0 1 0 71 6 0 0 25 0 12 0 1548336495 827703296 8974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2793] ppid=2788 vsize=808304 CPUtime=0
/proc/2790/task/2793/stat : 2793 (java) S 2788 2790 29922 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1548336497 827703296 8974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2794] ppid=2788 vsize=808304 CPUtime=0
/proc/2790/task/2794/stat : 2794 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1548336497 827703296 8974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2795] ppid=2788 vsize=808304 CPUtime=0
/proc/2790/task/2795/stat : 2795 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1548336499 827703296 8974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2796] ppid=2788 vsize=808304 CPUtime=0
/proc/2790/task/2796/stat : 2796 (java) S 2788 2790 29922 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1548336499 827703296 8974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2797] ppid=2788 vsize=808304 CPUtime=0
/proc/2790/task/2797/stat : 2797 (java) S 2788 2790 29922 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1548336499 827703296 8974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2798] ppid=2788 vsize=808304 CPUtime=0
/proc/2790/task/2798/stat : 2798 (java) S 2788 2790 29922 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1548336504 827703296 8974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2799] ppid=2788 vsize=808304 CPUtime=0.34
/proc/2790/task/2799/stat : 2799 (java) S 2788 2790 29922 0 -1 64 1015 0 0 0 34 0 0 0 16 0 12 0 1548336504 827703296 8974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2800] ppid=2788 vsize=808304 CPUtime=0.32
/proc/2790/task/2800/stat : 2800 (java) R 2788 2790 29922 0 -1 64 1191 0 0 0 32 0 0 0 16 0 12 0 1548336504 827703296 8974 996147200 134512640 134550740 4294956016 18446744073709551615 103821128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2801] ppid=2788 vsize=808304 CPUtime=0
/proc/2790/task/2801/stat : 2801 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1548336504 827703296 8974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2802] ppid=2788 vsize=808304 CPUtime=0
/proc/2790/task/2802/stat : 2802 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1548336504 827703296 8974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 808304

[startup+3.10264 s]
/proc/loadavg: 1.85 1.61 1.72 4/85 2802
/proc/meminfo: memFree=1532752/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=809624 CPUtime=3.05
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 25849 0 1 0 290 15 0 0 18 0 12 0 1548336494 829054976 23878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 202406 23878 1357 9 0 199768 0
[pid=2790/tid=2791] ppid=2788 vsize=809624 CPUtime=1.83
/proc/2790/task/2791/stat : 2791 (java) R 2788 2790 29922 0 -1 64 16971 0 1 0 173 10 0 0 25 0 12 0 1548336495 829054976 23878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2793] ppid=2788 vsize=809624 CPUtime=0.05
/proc/2790/task/2793/stat : 2793 (java) R 2788 2790 29922 0 -1 64 1584 0 0 0 4 1 0 0 16 0 12 0 1548336497 829054976 23878 996147200 134512640 134550740 4294956016 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2794] ppid=2788 vsize=809624 CPUtime=0.02
/proc/2790/task/2794/stat : 2794 (java) R 2788 2790 29922 0 -1 64 3288 0 0 0 1 1 0 0 16 0 12 0 1548336497 829054976 23878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2795] ppid=2788 vsize=809624 CPUtime=0
/proc/2790/task/2795/stat : 2795 (java) S 2788 2790 29922 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1548336499 829054976 23878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2796] ppid=2788 vsize=809624 CPUtime=0
/proc/2790/task/2796/stat : 2796 (java) S 2788 2790 29922 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1548336499 829054976 23878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2797] ppid=2788 vsize=809624 CPUtime=0
/proc/2790/task/2797/stat : 2797 (java) S 2788 2790 29922 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1548336499 829054976 23878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2798] ppid=2788 vsize=809624 CPUtime=0
/proc/2790/task/2798/stat : 2798 (java) S 2788 2790 29922 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1548336504 829054976 23878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2799] ppid=2788 vsize=809624 CPUtime=0.6
/proc/2790/task/2799/stat : 2799 (java) S 2788 2790 29922 0 -1 64 2001 0 0 0 60 0 0 0 16 0 12 0 1548336504 829054976 23878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2800] ppid=2788 vsize=809624 CPUtime=0.48
/proc/2790/task/2800/stat : 2800 (java) S 2788 2790 29922 0 -1 64 1211 0 0 0 48 0 0 0 16 0 12 0 1548336504 829054976 23878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2801] ppid=2788 vsize=809624 CPUtime=0
/proc/2790/task/2801/stat : 2801 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1548336504 829054976 23878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2802] ppid=2788 vsize=809624 CPUtime=0
/proc/2790/task/2802/stat : 2802 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1548336504 829054976 23878 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 809624

[startup+6.30218 s]
/proc/loadavg: 1.86 1.62 1.72 5/85 2802
/proc/meminfo: memFree=1396496/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=816700 CPUtime=6.9
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 63055 0 1 0 658 32 0 0 18 0 12 0 1548336494 836300800 56511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 204175 56515 1361 9 0 201537 0
[pid=2790/tid=2791] ppid=2788 vsize=816700 CPUtime=3.56
/proc/2790/task/2791/stat : 2791 (java) R 2788 2790 29922 0 -1 64 16978 0 1 0 345 11 0 0 20 0 12 0 1548336495 836300800 56517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2790/tid=2793] ppid=2788 vsize=816700 CPUtime=0.96
/proc/2790/task/2793/stat : 2793 (java) R 2788 2790 29922 0 -1 64 22624 0 0 0 85 11 0 0 18 0 12 0 1548336497 836300800 56520 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2790/tid=2794] ppid=2788 vsize=816700 CPUtime=0.92
/proc/2790/task/2794/stat : 2794 (java) R 2788 2790 29922 0 -1 64 18445 0 0 0 85 7 0 0 18 0 12 0 1548336497 836300800 56523 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2795] ppid=2788 vsize=816700 CPUtime=0
/proc/2790/task/2795/stat : 2795 (java) S 2788 2790 29922 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1548336499 836300800 56526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2790/tid=2796] ppid=2788 vsize=816700 CPUtime=0
/proc/2790/task/2796/stat : 2796 (java) S 2788 2790 29922 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1548336499 836300800 56529 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2797] ppid=2788 vsize=816700 CPUtime=0
/proc/2790/task/2797/stat : 2797 (java) S 2788 2790 29922 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1548336499 836300800 56532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2798] ppid=2788 vsize=816700 CPUtime=0
/proc/2790/task/2798/stat : 2798 (java) S 2788 2790 29922 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1548336504 836300800 56535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2799] ppid=2788 vsize=816700 CPUtime=0.81
/proc/2790/task/2799/stat : 2799 (java) S 2788 2790 29922 0 -1 64 2975 0 0 0 80 1 0 0 16 0 12 0 1548336504 836300800 56538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2800] ppid=2788 vsize=816700 CPUtime=0.61
/proc/2790/task/2800/stat : 2800 (java) S 2788 2790 29922 0 -1 64 1223 0 0 0 61 0 0 0 16 0 12 0 1548336504 836300800 56541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2801] ppid=2788 vsize=816700 CPUtime=0
/proc/2790/task/2801/stat : 2801 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1548336504 836300800 56544 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2802] ppid=2788 vsize=816700 CPUtime=0
/proc/2790/task/2802/stat : 2802 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1548336504 836300800 56547 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 816700

[startup+12.7023 s]
/proc/loadavg: 1.95 1.64 1.73 6/85 2802
/proc/meminfo: memFree=1163408/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=824380 CPUtime=13.71
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 123323 0 1 0 1307 64 0 0 18 0 12 0 1548336494 844165120 113420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 206095 113420 1361 9 0 203457 0
[pid=2790/tid=2791] ppid=2788 vsize=824380 CPUtime=6.65
/proc/2790/task/2791/stat : 2791 (java) R 2788 2790 29922 0 -1 64 20634 0 1 0 652 13 0 0 17 0 12 0 1548336495 844165120 113420 996147200 134512640 134550740 4294956016 18446744073709551615 104119558 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2793] ppid=2788 vsize=824380 CPUtime=2.23
/proc/2790/task/2793/stat : 2793 (java) R 2788 2790 29922 0 -1 64 45093 0 0 0 200 23 0 0 20 0 12 0 1548336497 844165120 113420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2794] ppid=2788 vsize=824380 CPUtime=3.37
/proc/2790/task/2794/stat : 2794 (java) S 2788 2790 29922 0 -1 64 52578 0 0 0 312 25 0 0 19 0 12 0 1548336497 844165120 113420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2795] ppid=2788 vsize=824380 CPUtime=0
/proc/2790/task/2795/stat : 2795 (java) S 2788 2790 29922 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1548336499 844165120 113420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2796] ppid=2788 vsize=824380 CPUtime=0
/proc/2790/task/2796/stat : 2796 (java) S 2788 2790 29922 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1548336499 844165120 113420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2797] ppid=2788 vsize=824380 CPUtime=0
/proc/2790/task/2797/stat : 2797 (java) S 2788 2790 29922 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1548336499 844165120 113420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2798] ppid=2788 vsize=824380 CPUtime=0
/proc/2790/task/2798/stat : 2798 (java) S 2788 2790 29922 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1548336504 844165120 113420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2799] ppid=2788 vsize=824380 CPUtime=0.81
/proc/2790/task/2799/stat : 2799 (java) S 2788 2790 29922 0 -1 64 2975 0 0 0 80 1 0 0 16 0 12 0 1548336504 844165120 113420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2800] ppid=2788 vsize=824380 CPUtime=0.61
/proc/2790/task/2800/stat : 2800 (java) S 2788 2790 29922 0 -1 64 1223 0 0 0 61 0 0 0 16 0 12 0 1548336504 844165120 113420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2801] ppid=2788 vsize=824380 CPUtime=0
/proc/2790/task/2801/stat : 2801 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1548336504 844165120 113420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2802] ppid=2788 vsize=824380 CPUtime=0
/proc/2790/task/2802/stat : 2802 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1548336504 844165120 113420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.71
Current children cumulated vsize (KiB) 824380

[startup+25.5025 s]
/proc/loadavg: 2.03 1.67 1.74 3/85 2802
/proc/meminfo: memFree=863568/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=861504 CPUtime=27.55
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 220527 0 1 0 2643 112 0 0 18 0 12 0 1548336494 882180096 179305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 215376 179305 1365 9 0 212738 0
[pid=2790/tid=2791] ppid=2788 vsize=861504 CPUtime=10.17
/proc/2790/task/2791/stat : 2791 (java) S 2788 2790 29922 0 -1 64 35429 0 1 0 996 21 0 0 19 0 12 0 1548336495 882180096 179305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2793] ppid=2788 vsize=861504 CPUtime=5.21
/proc/2790/task/2793/stat : 2793 (java) S 2788 2790 29922 0 -1 64 71108 0 0 0 486 35 0 0 16 0 12 0 1548336497 882180096 179305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=2790/tid=2801] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2801/stat : 2801 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1548336504 882180096 184671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2802] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2802/stat : 2802 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1548336504 882180096 184671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.27
Current children cumulated vsize (KiB) 861504

[startup+89.5026 s]
/proc/loadavg: 2.01 1.73 1.75 3/85 2802
/proc/meminfo: memFree=857040/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=861504 CPUtime=90.95
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 556787 0 1 0 8806 289 0 0 18 0 12 0 1548336494 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 215376 184672 1366 9 0 212738 0
[pid=2790/tid=2791] ppid=2788 vsize=861504 CPUtime=11.27
/proc/2790/task/2791/stat : 2791 (java) S 2788 2790 29922 0 -1 64 35447 0 1 0 1106 21 0 0 17 0 12 0 1548336495 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2793] ppid=2788 vsize=861504 CPUtime=5.21
/proc/2790/task/2793/stat : 2793 (java) S 2788 2790 29922 0 -1 64 71108 0 0 0 486 35 0 0 16 0 12 0 1548336497 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2794] ppid=2788 vsize=861504 CPUtime=5.95
/proc/2790/task/2794/stat : 2794 (java) S 2788 2790 29922 0 -1 64 77456 0 0 0 559 36 0 0 19 0 12 0 1548336497 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2795] ppid=2788 vsize=861504 CPUtime=67.05
/proc/2790/task/2795/stat : 2795 (java) R 2788 2790 29922 0 -1 64 367814 0 0 0 6512 193 0 0 25 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2796] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2796/stat : 2796 (java) S 2788 2790 29922 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2797] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2797/stat : 2797 (java) S 2788 2790 29922 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2798] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2798/stat : 2798 (java) S 2788 2790 29922 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2799] ppid=2788 vsize=861504 CPUtime=0.81
/proc/2790/task/2799/stat : 2799 (java) S 2788 2790 29922 0 -1 64 2975 0 0 0 80 1 0 0 16 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2800] ppid=2788 vsize=861504 CPUtime=0.61
/proc/2790/task/2800/stat : 2800 (java) S 2788 2790 29922 0 -1 64 1223 0 0 0 61 0 0 0 16 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2801] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2801/stat : 2801 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2802] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2802/stat : 2802 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.95
Current children cumulated vsize (KiB) 861504

[startup+92.7021 s]
/proc/loadavg: 2.01 1.73 1.75 3/85 2802
/proc/meminfo: memFree=840976/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=861504 CPUtime=94.11
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 572543 0 1 0 9114 297 0 0 18 0 12 0 1548336494 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 215376 184672 1366 9 0 212738 0
[pid=2790/tid=2791] ppid=2788 vsize=861504 CPUtime=11.27
/proc/2790/task/2791/stat : 2791 (java) S 2788 2790 29922 0 -1 64 35447 0 1 0 1106 21 0 0 17 0 12 0 1548336495 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2793] ppid=2788 vsize=861504 CPUtime=5.21
/proc/2790/task/2793/stat : 2793 (java) S 2788 2790 29922 0 -1 64 71108 0 0 0 486 35 0 0 16 0 12 0 1548336497 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2794] ppid=2788 vsize=861504 CPUtime=5.95
/proc/2790/task/2794/stat : 2794 (java) S 2788 2790 29922 0 -1 64 77456 0 0 0 559 36 0 0 19 0 12 0 1548336497 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2795] ppid=2788 vsize=861504 CPUtime=70.21
/proc/2790/task/2795/stat : 2795 (java) R 2788 2790 29922 0 -1 64 383570 0 0 0 6820 201 0 0 25 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 105677189 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2796] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2796/stat : 2796 (java) S 2788 2790 29922 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2797] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2797/stat : 2797 (java) S 2788 2790 29922 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2798] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2798/stat : 2798 (java) S 2788 2790 29922 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2799] ppid=2788 vsize=861504 CPUtime=0.81
/proc/2790/task/2799/stat : 2799 (java) S 2788 2790 29922 0 -1 64 2975 0 0 0 80 1 0 0 16 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2800] ppid=2788 vsize=861504 CPUtime=0.61
/proc/2790/task/2800/stat : 2800 (java) S 2788 2790 29922 0 -1 64 1223 0 0 0 61 0 0 0 16 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2801] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2801/stat : 2801 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2802] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2802/stat : 2802 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 94.11
Current children cumulated vsize (KiB) 861504

[startup+94.3024 s]
/proc/loadavg: 2.01 1.73 1.75 3/85 2802
/proc/meminfo: memFree=840976/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=861504 CPUtime=95.7
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 572543 0 1 0 9273 297 0 0 18 0 12 0 1548336494 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 215376 184672 1366 9 0 212738 0
[pid=2790/tid=2791] ppid=2788 vsize=861504 CPUtime=11.27
/proc/2790/task/2791/stat : 2791 (java) S 2788 2790 29922 0 -1 64 35447 0 1 0 1106 21 0 0 17 0 12 0 1548336495 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2793] ppid=2788 vsize=861504 CPUtime=5.21
/proc/2790/task/2793/stat : 2793 (java) S 2788 2790 29922 0 -1 64 71108 0 0 0 486 35 0 0 16 0 12 0 1548336497 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2794] ppid=2788 vsize=861504 CPUtime=5.95
/proc/2790/task/2794/stat : 2794 (java) S 2788 2790 29922 0 -1 64 77456 0 0 0 559 36 0 0 19 0 12 0 1548336497 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2795] ppid=2788 vsize=861504 CPUtime=71.8
/proc/2790/task/2795/stat : 2795 (java) R 2788 2790 29922 0 -1 64 383570 0 0 0 6979 201 0 0 25 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2796] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2796/stat : 2796 (java) S 2788 2790 29922 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2797] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2797/stat : 2797 (java) S 2788 2790 29922 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2798] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2798/stat : 2798 (java) S 2788 2790 29922 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2799] ppid=2788 vsize=861504 CPUtime=0.81
/proc/2790/task/2799/stat : 2799 (java) S 2788 2790 29922 0 -1 64 2975 0 0 0 80 1 0 0 16 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2800] ppid=2788 vsize=861504 CPUtime=0.61
/proc/2790/task/2800/stat : 2800 (java) S 2788 2790 29922 0 -1 64 1223 0 0 0 61 0 0 0 16 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2801] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2801/stat : 2801 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2802] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2802/stat : 2802 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 95.7
Current children cumulated vsize (KiB) 861504

[startup+95.1016 s]
/proc/loadavg: 2.01 1.74 1.75 3/85 2802
/proc/meminfo: memFree=840976/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=861504 CPUtime=96.49
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 572543 0 1 0 9352 297 0 0 18 0 12 0 1548336494 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 215376 184672 1366 9 0 212738 0
[pid=2790/tid=2791] ppid=2788 vsize=861504 CPUtime=11.27
/proc/2790/task/2791/stat : 2791 (java) S 2788 2790 29922 0 -1 64 35447 0 1 0 1106 21 0 0 17 0 12 0 1548336495 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2793] ppid=2788 vsize=861504 CPUtime=5.21
/proc/2790/task/2793/stat : 2793 (java) S 2788 2790 29922 0 -1 64 71108 0 0 0 486 35 0 0 16 0 12 0 1548336497 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2794] ppid=2788 vsize=861504 CPUtime=5.95
/proc/2790/task/2794/stat : 2794 (java) S 2788 2790 29922 0 -1 64 77456 0 0 0 559 36 0 0 19 0 12 0 1548336497 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2795] ppid=2788 vsize=861504 CPUtime=72.59
/proc/2790/task/2795/stat : 2795 (java) R 2788 2790 29922 0 -1 64 383570 0 0 0 7058 201 0 0 25 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2796] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2796/stat : 2796 (java) S 2788 2790 29922 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2797] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2797/stat : 2797 (java) S 2788 2790 29922 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2798] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2798/stat : 2798 (java) S 2788 2790 29922 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2799] ppid=2788 vsize=861504 CPUtime=0.81
/proc/2790/task/2799/stat : 2799 (java) S 2788 2790 29922 0 -1 64 2975 0 0 0 80 1 0 0 16 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2800] ppid=2788 vsize=861504 CPUtime=0.61
/proc/2790/task/2800/stat : 2800 (java) S 2788 2790 29922 0 -1 64 1223 0 0 0 61 0 0 0 16 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2801] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2801/stat : 2801 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2802] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2802/stat : 2802 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.49
Current children cumulated vsize (KiB) 861504

[startup+95.5016 s]
/proc/loadavg: 2.01 1.74 1.75 3/85 2802
/proc/meminfo: memFree=840976/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=861504 CPUtime=96.89
/proc/2790/stat : 2790 (java) S 2788 2790 29922 0 -1 0 572543 0 1 0 9392 297 0 0 18 0 12 0 1548336494 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 215376 184672 1366 9 0 212738 0
[pid=2790/tid=2791] ppid=2788 vsize=861504 CPUtime=11.27
/proc/2790/task/2791/stat : 2791 (java) S 2788 2790 29922 0 -1 64 35447 0 1 0 1106 21 0 0 17 0 12 0 1548336495 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2793] ppid=2788 vsize=861504 CPUtime=5.21
/proc/2790/task/2793/stat : 2793 (java) S 2788 2790 29922 0 -1 64 71108 0 0 0 486 35 0 0 16 0 12 0 1548336497 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2794] ppid=2788 vsize=861504 CPUtime=5.95
/proc/2790/task/2794/stat : 2794 (java) S 2788 2790 29922 0 -1 64 77456 0 0 0 559 36 0 0 19 0 12 0 1548336497 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2795] ppid=2788 vsize=861504 CPUtime=72.99
/proc/2790/task/2795/stat : 2795 (java) R 2788 2790 29922 0 -1 64 383570 0 0 0 7098 201 0 0 25 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 106123786 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2796] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2796/stat : 2796 (java) S 2788 2790 29922 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2797] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2797/stat : 2797 (java) S 2788 2790 29922 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1548336499 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2798] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2798/stat : 2798 (java) S 2788 2790 29922 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2799] ppid=2788 vsize=861504 CPUtime=0.81
/proc/2790/task/2799/stat : 2799 (java) S 2788 2790 29922 0 -1 64 2975 0 0 0 80 1 0 0 16 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2800] ppid=2788 vsize=861504 CPUtime=0.61
/proc/2790/task/2800/stat : 2800 (java) S 2788 2790 29922 0 -1 64 1223 0 0 0 61 0 0 0 16 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2801] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2801/stat : 2801 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2790/tid=2802] ppid=2788 vsize=861504 CPUtime=0
/proc/2790/task/2802/stat : 2802 (java) S 2788 2790 29922 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1548336504 882180096 184672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.89
Current children cumulated vsize (KiB) 861504

[startup+95.707 s]
/proc/loadavg: 2.01 1.74 1.75 3/75 2803
/proc/meminfo: memFree=904592/2055920 swapFree=4121380/4192956
[pid=2790] ppid=2788 vsize=0 CPUtime=97.07
/proc/2790/stat : 2790 (java) Z 2788 2790 29922 0 -1 12 572557 0 1 0 9398 309 0 0 16 0 2 0 1548336494 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2790/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 97.07
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 95.7143
CPU time (s): 97.0852
CPU user time (s): 93.9877
CPU system time (s): 3.09753
CPU usage (%): 101.432
Max. virtual memory (cumulated for all children) (KiB): 877508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.9877
system time used= 3.09753
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 572557
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= 2781
involuntary context switches= 3457

runsolver used 0.146977 second user time and 0.312952 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-04 17:50:25
IDJOB=1076417
IDBENCH=56586
IDSOLVER=344
FILE ID=node14/1076417-1215186624
PBS_JOBID= 7881442
Free space on /tmp= 66472 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg12-14_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076417-1215186624/watcher-1076417-1215186624 -o /tmp/evaluation-result-1076417-1215186624/solver-1076417-1215186624 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1076417-1215186624.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 38b6fd1a1a55f4d717acaba611f34e78
RANDOM SEED=2123167261

node14.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.267
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	: 5931.00
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.267
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:       1578064 kB
Buffers:         54300 kB
Cached:         226700 kB
SwapCached:      65664 kB
Active:         301692 kB
Inactive:       118280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578064 kB
SwapTotal:     4192956 kB
SwapFree:      4121380 kB
Dirty:            3552 kB
Writeback:           0 kB
Mapped:         146332 kB
Slab:            42840 kB
Committed_AS:  3105944 kB
PageTables:       2092 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= 66468 MiB
End job on node14 at 2008-07-04 17:52:00