Trace number 1079263

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? (exit code) 82.5135 81.0919

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg15-16_ext.xml
MD5SUM5430b03bf894e394b8ec441341bec9cf
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.018996
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints31
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension31
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.39/0.40	c c --- Begin Solver configuration ---
0.39/0.40	c Stops conflict analysis at the first Unique Implication Point
0.39/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.39/0.40	c Learn all clauses as in MiniSAT
0.39/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.39/0.40	c Expensive reason simplification
0.39/0.40	c MiniSAT restarts strategy
0.39/0.40	c timeout=2147483s
0.39/0.40	c DB Simplification allowed=false
0.39/0.40	c --- End Solver configuration ---
0.39/0.40	c solving HOME/instance-1079263-1215209522.xml
0.39/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
0.87/0.98	c reading relations done.
0.98/1.01	c reading constraints
74.02/72.50	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
74.02/72.50		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
74.02/72.50		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
74.02/72.50		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
74.02/72.50		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
74.02/72.50		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
74.02/72.50		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.02/72.50		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
74.02/72.50		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
74.02/72.50		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
74.02/72.50		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
74.02/72.50		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
74.02/72.50		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
74.02/72.50		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
74.02/72.50		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
74.02/72.51		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
74.02/72.51		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
82.15/80.70	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
82.15/80.70		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:91)
82.15/80.70		at org.sat4j.minisat.core.Solver.printStat(Solver.java:1232)
82.15/80.70		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:94)
82.15/80.70		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:79)

Verifier Data (download as text)

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

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-1079263-1215209522/watcher-1079263-1215209522 -o /tmp/evaluation-result-1079263-1215209522/solver-1079263-1215209522 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079263-1215209522.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.94 2.02 2.00 3/84 14950
/proc/meminfo: memFree=1579888/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=13288 CPUtime=0
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1999924864 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 3322 538 219 9 0 1232 0
[pid=14950/tid=14951] ppid=14948 vsize=13288 CPUtime=0
/proc/14950/task/14951/stat : 14951 (java) R 14948 14950 13266 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1999924865 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 2666456 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.110163 s]
/proc/loadavg: 1.94 2.02 2.00 3/84 14950
/proc/meminfo: memFree=1579888/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=804756 CPUtime=0.1
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 3212 0 1 0 8 2 0 0 18 0 12 0 1999924864 824070144 2943 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 201189 2943 1208 9 0 198558 0
[pid=14950/tid=14951] ppid=14948 vsize=804756 CPUtime=0.08
/proc/14950/task/14951/stat : 14951 (java) R 14948 14950 13266 0 -1 64 2235 0 1 0 7 1 0 0 21 0 12 0 1999924865 824070144 2943 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804756

[startup+0.201182 s]
/proc/loadavg: 1.94 2.02 2.00 3/84 14950
/proc/meminfo: memFree=1579888/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=808276 CPUtime=0.18
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 4518 0 1 0 16 2 0 0 18 0 12 0 1999924864 827674624 3845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 202069 3845 1293 9 0 199438 0
[pid=14950/tid=14951] ppid=14948 vsize=808276 CPUtime=0.09
/proc/14950/task/14951/stat : 14951 (java) R 14948 14950 13266 0 -1 64 2255 0 1 0 8 1 0 0 21 0 12 0 1999924865 827674624 3845 996147200 134512640 134550740 4294956016 18446744073709551615 102530399 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 808276

[startup+0.301202 s]
/proc/loadavg: 1.94 2.02 2.00 3/84 14950
/proc/meminfo: memFree=1579888/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=808276 CPUtime=0.28
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 4963 0 1 0 25 3 0 0 18 0 12 0 1999924864 827674624 4290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 202069 4290 1298 9 0 199438 0
[pid=14950/tid=14951] ppid=14948 vsize=808276 CPUtime=0.17
/proc/14950/task/14951/stat : 14951 (java) R 14948 14950 13266 0 -1 64 2694 0 1 0 16 1 0 0 21 0 12 0 1999924865 827674624 4290 996147200 134512640 134550740 4294956016 18446744073709551615 4160642503 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701281 s]
/proc/loadavg: 1.94 2.02 2.00 3/84 14950
/proc/meminfo: memFree=1579888/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=808304 CPUtime=0.68
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 6362 0 1 0 63 5 0 0 18 0 12 0 1999924864 827703296 5490 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 202076 5490 1335 9 0 199438 0
[pid=14950/tid=14951] ppid=14948 vsize=808304 CPUtime=0.4
/proc/14950/task/14951/stat : 14951 (java) R 14948 14950 13266 0 -1 64 3789 0 1 0 37 3 0 0 23 0 12 0 1999924865 827703296 5490 996147200 134512640 134550740 4294956016 18446744073709551615 4109189086 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50245 s]
/proc/loadavg: 1.94 2.02 2.00 4/96 14962
/proc/meminfo: memFree=1560912/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=809856 CPUtime=1.47
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 10824 0 1 0 140 7 0 0 18 0 12 0 1999924864 829292544 8438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 202464 8438 1345 9 0 199826 0
[pid=14950/tid=14951] ppid=14948 vsize=809856 CPUtime=0.7
/proc/14950/task/14951/stat : 14951 (java) R 14948 14950 13266 0 -1 64 6326 0 1 0 65 5 0 0 25 0 12 0 1999924865 829292544 8438 996147200 134512640 134550740 4294956016 18446744073709551615 4109634590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14953] ppid=14948 vsize=809856 CPUtime=0
/proc/14950/task/14953/stat : 14953 (java) S 14948 14950 13266 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1999924866 829292544 8438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14954] ppid=14948 vsize=809856 CPUtime=0
/proc/14950/task/14954/stat : 14954 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1999924866 829292544 8438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14955] ppid=14948 vsize=809856 CPUtime=0
/proc/14950/task/14955/stat : 14955 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1999924868 829292544 8438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14956] ppid=14948 vsize=809856 CPUtime=0
/proc/14950/task/14956/stat : 14956 (java) S 14948 14950 13266 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1999924868 829292544 8438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14957] ppid=14948 vsize=809856 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14948 14950 13266 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1999924868 829292544 8438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14958] ppid=14948 vsize=809856 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14948 14950 13266 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999924872 829292544 8438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14959] ppid=14948 vsize=809856 CPUtime=0.37
/proc/14950/task/14959/stat : 14959 (java) S 14948 14950 13266 0 -1 64 1280 0 0 0 37 0 0 0 16 0 12 0 1999924872 829292544 8438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14960] ppid=14948 vsize=809856 CPUtime=0.38
/proc/14950/task/14960/stat : 14960 (java) S 14948 14950 13266 0 -1 64 2452 0 0 0 37 1 0 0 16 0 12 0 1999924872 829292544 8438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14961] ppid=14948 vsize=809856 CPUtime=0
/proc/14950/task/14961/stat : 14961 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1999924872 829292544 8438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14962] ppid=14948 vsize=809856 CPUtime=0
/proc/14950/task/14962/stat : 14962 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999924872 829292544 8438 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 809856

[startup+3.10278 s]
/proc/loadavg: 1.94 2.02 2.00 3/96 14962
/proc/meminfo: memFree=1509776/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=814984 CPUtime=3.06
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 34375 0 1 0 289 17 0 0 18 0 12 0 1999924864 834543616 31023 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 203746 31023 1350 9 0 201108 0
[pid=14950/tid=14951] ppid=14948 vsize=814984 CPUtime=1.99
/proc/14950/task/14951/stat : 14951 (java) R 14948 14950 13266 0 -1 64 16963 0 1 0 189 10 0 0 22 0 12 0 1999924865 834543616 31023 996147200 134512640 134550740 4294956016 18446744073709551615 4109616976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14953] ppid=14948 vsize=814984 CPUtime=0.12
/proc/14950/task/14953/stat : 14953 (java) S 14948 14950 13266 0 -1 64 4025 0 0 0 11 1 0 0 18 0 12 0 1999924866 834543616 31023 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14954] ppid=14948 vsize=814984 CPUtime=0.15
/proc/14950/task/14954/stat : 14954 (java) S 14948 14950 13266 0 -1 64 8864 0 0 0 12 3 0 0 16 0 12 0 1999924866 834543616 31023 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14955] ppid=14948 vsize=814984 CPUtime=0
/proc/14950/task/14955/stat : 14955 (java) S 14948 14950 13266 0 -1 64 29 0 0 0 0 0 0 0 17 0 12 0 1999924868 834543616 31023 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14956] ppid=14948 vsize=814984 CPUtime=0
/proc/14950/task/14956/stat : 14956 (java) S 14948 14950 13266 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1999924868 834543616 31023 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14957] ppid=14948 vsize=814984 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14948 14950 13266 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1999924868 834543616 31023 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14958] ppid=14948 vsize=814984 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14948 14950 13266 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999924872 834543616 31023 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14959] ppid=14948 vsize=814984 CPUtime=0.37
/proc/14950/task/14959/stat : 14959 (java) S 14948 14950 13266 0 -1 64 1281 0 0 0 37 0 0 0 16 0 12 0 1999924872 834543616 31023 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14960] ppid=14948 vsize=814984 CPUtime=0.38
/proc/14950/task/14960/stat : 14960 (java) S 14948 14950 13266 0 -1 64 2452 0 0 0 37 1 0 0 16 0 12 0 1999924872 834543616 31023 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14961] ppid=14948 vsize=814984 CPUtime=0
/proc/14950/task/14961/stat : 14961 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1999924872 834543616 31023 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14962] ppid=14948 vsize=814984 CPUtime=0
/proc/14950/task/14962/stat : 14962 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999924872 834543616 31023 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 814984

[startup+6.30244 s]
/proc/loadavg: 1.94 2.02 2.00 5/96 14962
/proc/meminfo: memFree=1351952/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=825096 CPUtime=7.11
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 79030 0 1 0 674 37 0 0 18 0 12 0 1999924864 844898304 69689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 206274 69689 1350 9 0 203636 0
[pid=14950/tid=14951] ppid=14948 vsize=825096 CPUtime=3.73
/proc/14950/task/14951/stat : 14951 (java) R 14948 14950 13266 0 -1 64 16966 0 1 0 363 10 0 0 18 0 12 0 1999924865 844898304 69689 996147200 134512640 134550740 4294956016 18446744073709551615 4109604944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14953] ppid=14948 vsize=825096 CPUtime=1.27
/proc/14950/task/14953/stat : 14953 (java) S 14948 14950 13266 0 -1 64 28283 0 0 0 116 11 0 0 21 0 12 0 1999924866 844898304 69689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14954] ppid=14948 vsize=825096 CPUtime=1.3
/proc/14950/task/14954/stat : 14954 (java) R 14948 14950 13266 0 -1 64 29258 0 0 0 118 12 0 0 20 0 12 0 1999924866 844898304 69689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14955] ppid=14948 vsize=825096 CPUtime=0
/proc/14950/task/14955/stat : 14955 (java) S 14948 14950 13266 0 -1 64 29 0 0 0 0 0 0 0 17 0 12 0 1999924868 844898304 69689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14956] ppid=14948 vsize=825096 CPUtime=0
/proc/14950/task/14956/stat : 14956 (java) S 14948 14950 13266 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1999924868 844898304 69689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14957] ppid=14948 vsize=825096 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14948 14950 13266 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1999924868 844898304 69689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14958] ppid=14948 vsize=825096 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14948 14950 13266 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999924872 844898304 69689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14959] ppid=14948 vsize=825096 CPUtime=0.37
/proc/14950/task/14959/stat : 14959 (java) S 14948 14950 13266 0 -1 64 1281 0 0 0 37 0 0 0 16 0 12 0 1999924872 844898304 69689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14960] ppid=14948 vsize=825096 CPUtime=0.38
/proc/14950/task/14960/stat : 14960 (java) S 14948 14950 13266 0 -1 64 2452 0 0 0 37 1 0 0 16 0 12 0 1999924872 844898304 69689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14961] ppid=14948 vsize=825096 CPUtime=0
/proc/14950/task/14961/stat : 14961 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1999924872 844898304 69689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14962] ppid=14948 vsize=825096 CPUtime=0
/proc/14950/task/14962/stat : 14962 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999924872 844898304 69689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 825096

[startup+12.7028 s]
/proc/loadavg: 2.11 2.05 2.01 5/96 14962
/proc/meminfo: memFree=1053712/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=830216 CPUtime=13.99
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 147859 0 1 0 1331 68 0 0 18 0 12 0 1999924864 850141184 136664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 207554 136664 1350 9 0 204916 0
[pid=14950/tid=14951] ppid=14948 vsize=830216 CPUtime=7.25
/proc/14950/task/14951/stat : 14951 (java) R 14948 14950 13266 0 -1 64 35406 0 1 0 707 18 0 0 23 0 12 0 1999924865 850141184 136664 996147200 134512640 134550740 4294956016 18446744073709551615 4109603906 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14953] ppid=14948 vsize=830216 CPUtime=3.78
/proc/14950/task/14953/stat : 14953 (java) S 14948 14950 13266 0 -1 64 67523 0 0 0 349 29 0 0 18 0 12 0 1999924866 850141184 136664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14954] ppid=14948 vsize=830216 CPUtime=2.14
/proc/14950/task/14954/stat : 14954 (java) S 14948 14950 13266 0 -1 64 40407 0 0 0 197 17 0 0 17 0 12 0 1999924866 850141184 136664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14955] ppid=14948 vsize=830216 CPUtime=0
/proc/14950/task/14955/stat : 14955 (java) S 14948 14950 13266 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1999924868 850141184 136664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14956] ppid=14948 vsize=830216 CPUtime=0
/proc/14950/task/14956/stat : 14956 (java) S 14948 14950 13266 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1999924868 850141184 136664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14957] ppid=14948 vsize=830216 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14948 14950 13266 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1999924868 850141184 136664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14958] ppid=14948 vsize=830216 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14948 14950 13266 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999924872 850141184 136664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14959] ppid=14948 vsize=830216 CPUtime=0.37
/proc/14950/task/14959/stat : 14959 (java) S 14948 14950 13266 0 -1 64 1281 0 0 0 37 0 0 0 16 0 12 0 1999924872 850141184 136664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14960] ppid=14948 vsize=830216 CPUtime=0.38
/proc/14950/task/14960/stat : 14960 (java) S 14948 14950 13266 0 -1 64 2452 0 0 0 37 1 0 0 16 0 12 0 1999924872 850141184 136664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14961] ppid=14948 vsize=830216 CPUtime=0
/proc/14950/task/14961/stat : 14961 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1999924872 850141184 136664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14962] ppid=14948 vsize=830216 CPUtime=0
/proc/14950/task/14962/stat : 14962 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999924872 850141184 136664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.99
Current children cumulated vsize (KiB) 830216

[startup+25.5024 s]
/proc/loadavg: 2.16 2.06 2.01 3/96 14962
/proc/meminfo: memFree=854864/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=862220 CPUtime=27.41
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 239293 0 1 0 2632 109 0 0 18 0 12 0 1999924864 882913280 182049 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 215555 182049 1357 9 0 212917 0
[pid=14950/tid=14951] ppid=14948 vsize=862220 CPUtime=10.69
/proc/14950/task/14951/stat : 14951 (java) S 14948 14950 13266 0 -1 64 35415 0 1 0 1051 18 0 0 19 0 12 0 1999924865 882913280 182049 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14953] ppid=14948 vsize=862220 CPUtime=5.91
/proc/14950/task/14953/stat : 14953 (java) S 14948 14950 13266 0 -1 64 88918 0 0 0 552 39 0 0 19 0 12 0 1999924866 882913280 182049 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+70.4017 s]
/proc/loadavg: 2.23 2.09 2.02 3/96 14962
/proc/meminfo: memFree=843344/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=862220 CPUtime=71.92
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 509886 0 1 0 6963 229 0 0 18 0 12 0 1999924864 882913280 184778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 215555 184778 1360 9 0 212917 0
[pid=14950/tid=14951] ppid=14948 vsize=862220 CPUtime=11.45
/proc/14950/task/14951/stat : 14951 (java) S 14948 14950 13266 0 -1 64 35429 0 1 0 1127 18 0 0 17 0 12 0 1999924865 882913280 184778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14953] ppid=14948 vsize=862220 CPUtime=5.91
/proc/14950/task/14953/stat : 14953 (java) S 14948 14950 13266 0 -1 64 88918 0 0 0 552 39 0 0 19 0 12 0 1999924866 882913280 184778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14954] ppid=14948 vsize=862220 CPUtime=3.72
/proc/14950/task/14954/stat : 14954 (java) S 14948 14950 13266 0 -1 64 57925 0 0 0 348 24 0 0 16 0 12 0 1999924866 882913280 184778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14955] ppid=14948 vsize=862220 CPUtime=50.02
/proc/14950/task/14955/stat : 14955 (java) R 14948 14950 13266 0 -1 64 323118 0 0 0 4858 144 0 0 25 0 12 0 1999924868 882913280 184778 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14956] ppid=14948 vsize=862220 CPUtime=0
/proc/14950/task/14956/stat : 14956 (java) S 14948 14950 13266 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1999924868 882913280 184778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14957] ppid=14948 vsize=862220 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14948 14950 13266 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999924868 882913280 184778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14958] ppid=14948 vsize=862220 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14948 14950 13266 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999924872 882913280 184778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14959] ppid=14948 vsize=862220 CPUtime=0.37
/proc/14950/task/14959/stat : 14959 (java) S 14948 14950 13266 0 -1 64 1281 0 0 0 37 0 0 0 16 0 12 0 1999924872 882913280 184778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14960] ppid=14948 vsize=862220 CPUtime=0.38
/proc/14950/task/14960/stat : 14960 (java) S 14948 14950 13266 0 -1 64 2452 0 0 0 37 1 0 0 16 0 12 0 1999924872 882913280 184778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14961] ppid=14948 vsize=862220 CPUtime=0
/proc/14950/task/14961/stat : 14961 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1999924872 882913280 184778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14962] ppid=14948 vsize=862220 CPUtime=0
/proc/14950/task/14962/stat : 14962 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999924872 882913280 184778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.92
Current children cumulated vsize (KiB) 862220

[startup+76.802 s]
/proc/loadavg: 2.21 2.09 2.02 3/97 14963
/proc/meminfo: memFree=843272/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=862544 CPUtime=78.3
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 541407 0 1 0 7586 244 0 0 18 0 13 0 1999924864 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 215636 184785 1360 9 0 212998 0
[pid=14950/tid=14951] ppid=14948 vsize=862544 CPUtime=11.45
/proc/14950/task/14951/stat : 14951 (java) S 14948 14950 13266 0 -1 64 35433 0 1 0 1127 18 0 0 18 0 13 0 1999924865 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14953] ppid=14948 vsize=862544 CPUtime=5.91
/proc/14950/task/14953/stat : 14953 (java) S 14948 14950 13266 0 -1 64 88918 0 0 0 552 39 0 0 19 0 13 0 1999924866 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14954] ppid=14948 vsize=862544 CPUtime=3.72
/proc/14950/task/14954/stat : 14954 (java) S 14948 14950 13266 0 -1 64 57925 0 0 0 348 24 0 0 16 0 13 0 1999924866 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14955] ppid=14948 vsize=862544 CPUtime=56.39
/proc/14950/task/14955/stat : 14955 (java) R 14948 14950 13266 0 -1 64 354630 0 0 0 5480 159 0 0 25 0 13 0 1999924868 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14956] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14956/stat : 14956 (java) S 14948 14950 13266 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1999924868 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14957] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14948 14950 13266 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1999924868 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14958] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14948 14950 13266 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14959] ppid=14948 vsize=862544 CPUtime=0.37
/proc/14950/task/14959/stat : 14959 (java) S 14948 14950 13266 0 -1 64 1281 0 0 0 37 0 0 0 16 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14960] ppid=14948 vsize=862544 CPUtime=0.38
/proc/14950/task/14960/stat : 14960 (java) S 14948 14950 13266 0 -1 64 2452 0 0 0 37 1 0 0 16 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14961] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14961/stat : 14961 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14962] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14962/stat : 14962 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14963] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14963/stat : 14963 (java) S 14948 14950 13266 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1999932115 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.3
Current children cumulated vsize (KiB) 862544

[startup+78.4024 s]
/proc/loadavg: 2.20 2.08 2.02 3/97 14963
/proc/meminfo: memFree=843272/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=862544 CPUtime=79.88
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 557163 0 1 0 7737 251 0 0 18 0 13 0 1999924864 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 215636 184785 1360 9 0 212998 0
[pid=14950/tid=14951] ppid=14948 vsize=862544 CPUtime=11.45
/proc/14950/task/14951/stat : 14951 (java) S 14948 14950 13266 0 -1 64 35433 0 1 0 1127 18 0 0 18 0 13 0 1999924865 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14953] ppid=14948 vsize=862544 CPUtime=5.91
/proc/14950/task/14953/stat : 14953 (java) S 14948 14950 13266 0 -1 64 88918 0 0 0 552 39 0 0 19 0 13 0 1999924866 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14954] ppid=14948 vsize=862544 CPUtime=3.72
/proc/14950/task/14954/stat : 14954 (java) S 14948 14950 13266 0 -1 64 57925 0 0 0 348 24 0 0 16 0 13 0 1999924866 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14955] ppid=14948 vsize=862544 CPUtime=57.98
/proc/14950/task/14955/stat : 14955 (java) R 14948 14950 13266 0 -1 64 370386 0 0 0 5632 166 0 0 25 0 13 0 1999924868 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14956] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14956/stat : 14956 (java) S 14948 14950 13266 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1999924868 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14957] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14948 14950 13266 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1999924868 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14958] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14948 14950 13266 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14959] ppid=14948 vsize=862544 CPUtime=0.37
/proc/14950/task/14959/stat : 14959 (java) S 14948 14950 13266 0 -1 64 1281 0 0 0 37 0 0 0 16 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14960] ppid=14948 vsize=862544 CPUtime=0.38
/proc/14950/task/14960/stat : 14960 (java) S 14948 14950 13266 0 -1 64 2452 0 0 0 37 1 0 0 16 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14961] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14961/stat : 14961 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14962] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14962/stat : 14962 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14963] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14963/stat : 14963 (java) S 14948 14950 13266 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1999932115 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.88
Current children cumulated vsize (KiB) 862544

[startup+80.0027 s]
/proc/loadavg: 2.20 2.08 2.02 3/97 14963
/proc/meminfo: memFree=843272/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=862544 CPUtime=81.46
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 557163 0 1 0 7895 251 0 0 18 0 13 0 1999924864 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 215636 184785 1360 9 0 212998 0
[pid=14950/tid=14951] ppid=14948 vsize=862544 CPUtime=11.45
/proc/14950/task/14951/stat : 14951 (java) S 14948 14950 13266 0 -1 64 35433 0 1 0 1127 18 0 0 18 0 13 0 1999924865 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14953] ppid=14948 vsize=862544 CPUtime=5.91
/proc/14950/task/14953/stat : 14953 (java) S 14948 14950 13266 0 -1 64 88918 0 0 0 552 39 0 0 19 0 13 0 1999924866 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14954] ppid=14948 vsize=862544 CPUtime=3.72
/proc/14950/task/14954/stat : 14954 (java) S 14948 14950 13266 0 -1 64 57925 0 0 0 348 24 0 0 16 0 13 0 1999924866 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14955] ppid=14948 vsize=862544 CPUtime=59.56
/proc/14950/task/14955/stat : 14955 (java) R 14948 14950 13266 0 -1 64 370386 0 0 0 5790 166 0 0 25 0 13 0 1999924868 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14956] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14956/stat : 14956 (java) S 14948 14950 13266 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1999924868 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14957] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14948 14950 13266 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1999924868 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14958] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14948 14950 13266 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14959] ppid=14948 vsize=862544 CPUtime=0.37
/proc/14950/task/14959/stat : 14959 (java) S 14948 14950 13266 0 -1 64 1281 0 0 0 37 0 0 0 16 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14960] ppid=14948 vsize=862544 CPUtime=0.38
/proc/14950/task/14960/stat : 14960 (java) S 14948 14950 13266 0 -1 64 2452 0 0 0 37 1 0 0 16 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14961] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14961/stat : 14961 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14962] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14962/stat : 14962 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1999924872 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14950/tid=14963] ppid=14948 vsize=862544 CPUtime=0
/proc/14950/task/14963/stat : 14963 (java) S 14948 14950 13266 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1999932115 883245056 184785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 81.46
Current children cumulated vsize (KiB) 862544

[startup+80.8019 s]
/proc/loadavg: 2.20 2.08 2.02 3/97 14963
/proc/meminfo: memFree=843272/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=830540 CPUtime=82.26
/proc/14950/stat : 14950 (java) S 14948 14950 13266 0 -1 0 557165 0 1 0 7974 252 0 0 18 0 12 0 1999924864 850472960 176785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 207635 176785 1361 9 0 204997 0
[pid=14950/tid=14951] ppid=14948 vsize=830540 CPUtime=11.45
/proc/14950/task/14951/stat : 14951 (java) S 14948 14950 13266 0 -1 64 35433 0 1 0 1127 18 0 0 16 0 12 0 1999924865 850472960 176785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14953] ppid=14948 vsize=830540 CPUtime=5.91
/proc/14950/task/14953/stat : 14953 (java) S 14948 14950 13266 0 -1 64 88918 0 0 0 552 39 0 0 19 0 12 0 1999924866 850472960 176785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14954] ppid=14948 vsize=830540 CPUtime=3.72
/proc/14950/task/14954/stat : 14954 (java) S 14948 14950 13266 0 -1 64 57925 0 0 0 348 24 0 0 16 0 12 0 1999924866 850472960 176785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14955] ppid=14948 vsize=830540 CPUtime=60.35
/proc/14950/task/14955/stat : 14955 (java) R 14948 14950 13266 0 -1 64 370386 0 0 0 5869 166 0 0 25 0 12 0 1999924868 850472960 176785 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14956] ppid=14948 vsize=830540 CPUtime=0
/proc/14950/task/14956/stat : 14956 (java) S 14948 14950 13266 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1999924868 850472960 176785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14957] ppid=14948 vsize=830540 CPUtime=0
/proc/14950/task/14957/stat : 14957 (java) S 14948 14950 13266 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999924868 850472960 176785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14958] ppid=14948 vsize=830540 CPUtime=0
/proc/14950/task/14958/stat : 14958 (java) S 14948 14950 13266 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999924872 850472960 176785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14959] ppid=14948 vsize=830540 CPUtime=0.37
/proc/14950/task/14959/stat : 14959 (java) S 14948 14950 13266 0 -1 64 1281 0 0 0 37 0 0 0 16 0 12 0 1999924872 850472960 176785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14960] ppid=14948 vsize=830540 CPUtime=0.38
/proc/14950/task/14960/stat : 14960 (java) S 14948 14950 13266 0 -1 64 2452 0 0 0 37 1 0 0 16 0 12 0 1999924872 850472960 176785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14961] ppid=14948 vsize=830540 CPUtime=0
/proc/14950/task/14961/stat : 14961 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1999924872 850472960 176785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14950/tid=14962] ppid=14948 vsize=830540 CPUtime=0
/proc/14950/task/14962/stat : 14962 (java) S 14948 14950 13266 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1999924872 850472960 176785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.26
Current children cumulated vsize (KiB) 830540

[startup+81.002 s]
/proc/loadavg: 2.20 2.08 2.02 3/97 14963
/proc/meminfo: memFree=843272/2055920 swapFree=4179680/4192956
[pid=14950] ppid=14948 vsize=0 CPUtime=82.42
/proc/14950/stat : 14950 (java) Z 14948 14950 13266 0 -1 12 557169 0 1 0 7988 254 0 0 16 0 2 0 1999924864 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14950/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 82.42
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 81.0919
CPU time (s): 82.5135
CPU user time (s): 79.8809
CPU system time (s): 2.6326
CPU usage (%): 101.753
Max. virtual memory (cumulated for all children) (KiB): 878548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.8809
system time used= 2.6326
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 557169
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= 2143
involuntary context switches= 2866

runsolver used 0.100984 second user time and 0.303953 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 00:12:02
IDJOB=1079263
IDBENCH=56871
IDSOLVER=344
FILE ID=node54/1079263-1215209522
PBS_JOBID= 7881700
Free space on /tmp= 66528 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg15-16_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-1079263-1215209522/watcher-1079263-1215209522 -o /tmp/evaluation-result-1079263-1215209522/solver-1079263-1215209522 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079263-1215209522.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5430b03bf894e394b8ec441341bec9cf
RANDOM SEED=767397100

node54.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.279
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.279
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:       1580368 kB
Buffers:         18004 kB
Cached:         131184 kB
SwapCached:       6328 kB
Active:         360712 kB
Inactive:        58380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1580368 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            1440 kB
Writeback:           0 kB
Mapped:         281540 kB
Slab:            41116 kB
Committed_AS:  4604808 kB
PageTables:       2248 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node54 at 2008-07-05 00:13:23