Trace number 1055465

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) 98.927 99.5394

General information on the benchmark

Namecsp/nengfa/
normalized-route.xml
MD5SUM81f902187cc2f27d969314bbf92ef85d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.69229
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints24492
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24492
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.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	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-1055465-1215059633.xml
0.39/0.40	c reading problem ... 
0.59/0.68	c reading problem named null
0.59/0.68	c reading domains done.
0.69/0.70	c reading variables done.
0.69/0.75	c reading predicates  done.
5.48/5.56	c reading constraints
94.51/95.15	Exception in thread "main" java.lang.OutOfMemoryError: PermGen space
94.51/95.16		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
94.51/95.16		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
94.51/95.16		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
94.51/95.16		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
94.51/95.16		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
94.51/95.16		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
94.51/95.16		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)

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-1055465-1215059633/watcher-1055465-1215059633 -o /tmp/evaluation-result-1055465-1215059633/solver-1055465-1215059633 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1055465-1215059633.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: 2.00 2.00 2.00 4/82 3913
/proc/meminfo: memFree=1691936/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=13288 CPUtime=0
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1984934948 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 3322 538 219 9 0 1232 0
[pid=3913/tid=3914] ppid=3911 vsize=13288 CPUtime=0
/proc/3913/task/3914/stat : 3914 (java) R 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1984934949 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 12779480 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.10058 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 3913
/proc/meminfo: memFree=1691936/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=804612 CPUtime=0.08
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 2999 0 1 0 6 2 0 0 18 0 12 0 1984934948 823922688 2732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 201153 2732 1048 9 0 198522 0
[pid=3913/tid=3914] ppid=3911 vsize=804612 CPUtime=0.07
/proc/3913/task/3914/stat : 3914 (java) R 3911 3913 467 0 -1 64 2223 0 1 0 6 1 0 0 21 0 12 0 1984934949 823922688 2732 996147200 134512640 134550740 4294956032 18446744073709551615 4109218858 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.201598 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 3913
/proc/meminfo: memFree=1691936/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=808276 CPUtime=0.18
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 4507 0 1 0 16 2 0 0 18 0 12 0 1984934948 827674624 3834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 202069 3834 1293 9 0 199438 0
[pid=3913/tid=3914] ppid=3911 vsize=808276 CPUtime=0.09
/proc/3913/task/3914/stat : 3914 (java) R 3911 3913 467 0 -1 64 2248 0 1 0 8 1 0 0 21 0 12 0 1984934949 827674624 3834 996147200 134512640 134550740 4294956032 18446744073709551615 102371092 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.301616 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 3913
/proc/meminfo: memFree=1691936/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=808276 CPUtime=0.28
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 4947 0 1 0 25 3 0 0 18 0 12 0 1984934948 827674624 4274 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 202069 4274 1298 9 0 199438 0
[pid=3913/tid=3914] ppid=3911 vsize=808276 CPUtime=0.18
/proc/3913/task/3914/stat : 3914 (java) R 3911 3913 467 0 -1 64 2682 0 1 0 16 2 0 0 21 0 12 0 1984934949 827674624 4274 996147200 134512640 134550740 4294956032 18446744073709551615 103569617 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.701686 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 3913
/proc/meminfo: memFree=1691936/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=808304 CPUtime=0.69
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 6360 0 1 0 64 5 0 0 18 0 12 0 1984934948 827703296 5488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 202076 5488 1335 9 0 199438 0
[pid=3913/tid=3914] ppid=3911 vsize=808304 CPUtime=0.4
/proc/3913/task/3914/stat : 3914 (java) R 3911 3913 467 0 -1 64 3792 0 1 0 37 3 0 0 23 0 12 0 1984934949 827703296 5488 996147200 134512640 134550740 4294956032 18446744073709551615 105742709 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808304

[startup+1.50283 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 3925
/proc/meminfo: memFree=1671232/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=808304 CPUtime=1.47
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 7685 0 1 0 142 5 0 0 18 0 12 0 1984934948 827703296 6763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 202076 6763 1354 9 0 199438 0
[pid=3913/tid=3914] ppid=3911 vsize=808304 CPUtime=0.93
/proc/3913/task/3914/stat : 3914 (java) R 3911 3913 467 0 -1 64 5077 0 1 0 89 4 0 0 25 0 12 0 1984934949 827703296 6763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3916] ppid=3911 vsize=808304 CPUtime=0
/proc/3913/task/3916/stat : 3916 (java) S 3911 3913 467 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984934951 827703296 6763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3917] ppid=3911 vsize=808304 CPUtime=0
/proc/3913/task/3917/stat : 3917 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984934951 827703296 6763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3918] ppid=3911 vsize=808304 CPUtime=0
/proc/3913/task/3918/stat : 3918 (java) S 3911 3913 467 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1984934952 827703296 6763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3919] ppid=3911 vsize=808304 CPUtime=0
/proc/3913/task/3919/stat : 3919 (java) S 3911 3913 467 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1984934953 827703296 6763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3920] ppid=3911 vsize=808304 CPUtime=0
/proc/3913/task/3920/stat : 3920 (java) S 3911 3913 467 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1984934953 827703296 6763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3921] ppid=3911 vsize=808304 CPUtime=0
/proc/3913/task/3921/stat : 3921 (java) S 3911 3913 467 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984934957 827703296 6763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3922] ppid=3911 vsize=808304 CPUtime=0.23
/proc/3913/task/3922/stat : 3922 (java) S 3911 3913 467 0 -1 64 646 0 0 0 23 0 0 0 16 0 12 0 1984934957 827703296 6763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3923] ppid=3911 vsize=808304 CPUtime=0.29
/proc/3913/task/3923/stat : 3923 (java) R 3911 3913 467 0 -1 64 1200 0 0 0 29 0 0 0 16 0 12 0 1984934957 827703296 6763 996147200 134512640 134550740 4294956032 18446744073709551615 104034296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3924] ppid=3911 vsize=808304 CPUtime=0
/proc/3913/task/3924/stat : 3924 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984934957 827703296 6763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3925] ppid=3911 vsize=808304 CPUtime=0
/proc/3913/task/3925/stat : 3925 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984934957 827703296 6763 996147200 134512640 134550740 4294956032 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) 808304

[startup+3.10111 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 3925
/proc/meminfo: memFree=1666048/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=812824 CPUtime=3.06
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 12308 0 1 0 298 8 0 0 18 0 12 0 1984934948 832331776 9300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 203206 9300 1364 9 0 200568 0
[pid=3913/tid=3914] ppid=3911 vsize=812824 CPUtime=1.51
/proc/3913/task/3914/stat : 3914 (java) R 3911 3913 467 0 -1 64 6448 0 1 0 147 4 0 0 25 0 12 0 1984934949 832331776 9300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3916] ppid=3911 vsize=812824 CPUtime=0
/proc/3913/task/3916/stat : 3916 (java) S 3911 3913 467 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984934951 832331776 9300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3917] ppid=3911 vsize=812824 CPUtime=0
/proc/3913/task/3917/stat : 3917 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984934951 832331776 9300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3918] ppid=3911 vsize=812824 CPUtime=0
/proc/3913/task/3918/stat : 3918 (java) S 3911 3913 467 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1984934952 832331776 9300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3919] ppid=3911 vsize=812824 CPUtime=0
/proc/3913/task/3919/stat : 3919 (java) S 3911 3913 467 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1984934953 832331776 9300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3920] ppid=3911 vsize=812824 CPUtime=0
/proc/3913/task/3920/stat : 3920 (java) S 3911 3913 467 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1984934953 832331776 9300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3921] ppid=3911 vsize=812824 CPUtime=0
/proc/3913/task/3921/stat : 3921 (java) S 3911 3913 467 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984934957 832331776 9300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3922] ppid=3911 vsize=812824 CPUtime=0.86
/proc/3913/task/3922/stat : 3922 (java) R 3911 3913 467 0 -1 64 2461 0 0 0 85 1 0 0 17 0 12 0 1984934957 832331776 9300 996147200 134512640 134550740 4294956032 18446744073709551615 102257457 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3923] ppid=3911 vsize=812824 CPUtime=0.66
/proc/3913/task/3923/stat : 3923 (java) S 3911 3913 467 0 -1 64 2637 0 0 0 65 1 0 0 16 0 12 0 1984934957 832331776 9300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3924] ppid=3911 vsize=812824 CPUtime=0
/proc/3913/task/3924/stat : 3924 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984934957 832331776 9300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3925] ppid=3911 vsize=812824 CPUtime=0
/proc/3913/task/3925/stat : 3925 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984934957 832331776 9300 996147200 134512640 134550740 4294956032 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) 812824

[startup+6.30268 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 3925
/proc/meminfo: memFree=1607488/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=811620 CPUtime=6.27
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 25704 0 1 0 611 16 0 0 18 0 12 0 1984934948 831098880 22395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 202905 22395 1387 9 0 200267 0
[pid=3913/tid=3914] ppid=3911 vsize=811620 CPUtime=3.19
/proc/3913/task/3914/stat : 3914 (java) R 3911 3913 467 0 -1 64 17371 0 1 0 308 11 0 0 25 0 12 0 1984934949 831098880 22395 996147200 134512640 134550740 4294956032 18446744073709551615 4109194787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3916] ppid=3911 vsize=811620 CPUtime=0.03
/proc/3913/task/3916/stat : 3916 (java) S 3911 3913 467 0 -1 64 1007 0 0 0 3 0 0 0 16 0 12 0 1984934951 831098880 22395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3917] ppid=3911 vsize=811620 CPUtime=0.04
/proc/3913/task/3917/stat : 3917 (java) S 3911 3913 467 0 -1 64 1275 0 0 0 3 1 0 0 16 0 12 0 1984934951 831098880 22395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3918] ppid=3911 vsize=811620 CPUtime=0
/proc/3913/task/3918/stat : 3918 (java) S 3911 3913 467 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1984934952 831098880 22395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3919] ppid=3911 vsize=811620 CPUtime=0
/proc/3913/task/3919/stat : 3919 (java) S 3911 3913 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984934953 831098880 22395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3920] ppid=3911 vsize=811620 CPUtime=0
/proc/3913/task/3920/stat : 3920 (java) S 3911 3913 467 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984934953 831098880 22395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3921] ppid=3911 vsize=811620 CPUtime=0
/proc/3913/task/3921/stat : 3921 (java) S 3911 3913 467 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984934957 831098880 22395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3922] ppid=3911 vsize=811620 CPUtime=1.46
/proc/3913/task/3922/stat : 3922 (java) S 3911 3913 467 0 -1 64 2513 0 0 0 145 1 0 0 15 0 12 0 1984934957 831098880 22395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3923] ppid=3911 vsize=811620 CPUtime=1.49
/proc/3913/task/3923/stat : 3923 (java) S 3911 3913 467 0 -1 64 2746 0 0 0 148 1 0 0 16 0 12 0 1984934957 831098880 22395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3924] ppid=3911 vsize=811620 CPUtime=0
/proc/3913/task/3924/stat : 3924 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984934957 831098880 22395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3925] ppid=3911 vsize=811620 CPUtime=0
/proc/3913/task/3925/stat : 3925 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984934957 831098880 22395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 811620

[startup+12.7018 s]
/proc/loadavg: 2.07 2.02 2.00 4/94 3925
/proc/meminfo: memFree=1580032/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=816132 CPUtime=12.6
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 35510 0 1 0 1236 24 0 0 18 0 12 0 1984934948 835719168 30175 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 204033 30175 1405 9 0 201395 0
[pid=3913/tid=3914] ppid=3911 vsize=816132 CPUtime=7.28
/proc/3913/task/3914/stat : 3914 (java) R 3911 3913 467 0 -1 64 19462 0 1 0 713 15 0 0 25 0 12 0 1984934949 835719168 30175 996147200 134512640 134550740 4294956032 18446744073709551615 4109210788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3916] ppid=3911 vsize=816132 CPUtime=0.15
/proc/3913/task/3916/stat : 3916 (java) S 3911 3913 467 0 -1 64 3189 0 0 0 14 1 0 0 17 0 12 0 1984934951 835719168 30175 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3917] ppid=3911 vsize=816132 CPUtime=0.16
/proc/3913/task/3917/stat : 3917 (java) S 3911 3913 467 0 -1 64 3501 0 0 0 14 2 0 0 17 0 12 0 1984934951 835719168 30175 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3918] ppid=3911 vsize=816132 CPUtime=0.01
/proc/3913/task/3918/stat : 3918 (java) S 3911 3913 467 0 -1 64 66 0 0 0 1 0 0 0 16 0 12 0 1984934952 835719168 30175 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3919] ppid=3911 vsize=816132 CPUtime=0
/proc/3913/task/3919/stat : 3919 (java) S 3911 3913 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984934953 835719168 30175 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3920] ppid=3911 vsize=816132 CPUtime=0
/proc/3913/task/3920/stat : 3920 (java) S 3911 3913 467 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984934953 835719168 30175 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3921] ppid=3911 vsize=816132 CPUtime=0
/proc/3913/task/3921/stat : 3921 (java) S 3911 3913 467 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984934957 835719168 30175 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3922] ppid=3911 vsize=816132 CPUtime=2.83
/proc/3913/task/3922/stat : 3922 (java) S 3911 3913 467 0 -1 64 5742 0 0 0 281 2 0 0 15 0 12 0 1984934957 835719168 30175 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3923] ppid=3911 vsize=816132 CPUtime=2.11
/proc/3913/task/3923/stat : 3923 (java) S 3911 3913 467 0 -1 64 2788 0 0 0 210 1 0 0 15 0 12 0 1984934957 835719168 30175 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3924] ppid=3911 vsize=816132 CPUtime=0
/proc/3913/task/3924/stat : 3924 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984934957 835719168 30175 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3925] ppid=3911 vsize=816132 CPUtime=0
/proc/3913/task/3925/stat : 3925 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984934957 835719168 30175 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 816132

[startup+25.5021 s]
/proc/loadavg: 2.06 2.02 2.00 3/94 3925
/proc/meminfo: memFree=1547584/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=817080 CPUtime=25.36
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 43523 0 1 0 2501 35 0 0 18 0 12 0 1984934948 836689920 38090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 204270 38090 1408 9 0 201632 0
[pid=3913/tid=3914] ppid=3911 vsize=817080 CPUtime=18.51
/proc/3913/task/3914/stat : 3914 (java) R 3911 3913 467 0 -1 64 24148 0 1 0 1827 24 0 0 25 0 12 0 1984934949 836689920 38090 996147200 134512640 134550740 4294956032 18446744073709551615 105484396 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3916] ppid=3911 vsize=817080 CPUtime=0.44
/proc/3913/task/3916/stat : 3916 (java) S 3911 3913 467 0 -1 64 5014 0 0 0 43 1 0 0 17 0 12 0 1984934951 836689920 38090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/3913/task/3919/stat : 3919 (java) S 3911 3913 467 0 -1 64 10 0 0 0 1 0 0 0 16 0 12 0 1984934953 838144000 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3920] ppid=3911 vsize=818500 CPUtime=0
/proc/3913/task/3920/stat : 3920 (java) S 3911 3913 467 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984934953 838144000 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3921] ppid=3911 vsize=818500 CPUtime=0
/proc/3913/task/3921/stat : 3921 (java) S 3911 3913 467 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984934957 838144000 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3922] ppid=3911 vsize=818500 CPUtime=3.7
/proc/3913/task/3922/stat : 3922 (java) S 3911 3913 467 0 -1 64 6149 0 0 0 368 2 0 0 16 0 12 0 1984934957 838144000 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3923] ppid=3911 vsize=818500 CPUtime=2.94
/proc/3913/task/3923/stat : 3923 (java) S 3911 3913 467 0 -1 64 3221 0 0 0 293 1 0 0 16 0 12 0 1984934957 838144000 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3924] ppid=3911 vsize=818500 CPUtime=0
/proc/3913/task/3924/stat : 3924 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984934957 838144000 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3925] ppid=3911 vsize=818500 CPUtime=0
/proc/3913/task/3925/stat : 3925 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984934957 838144000 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 95.41
Current children cumulated vsize (KiB) 818500

[startup+97.6029 s]
/proc/loadavg: 2.08 2.04 2.01 3/93 3967
/proc/meminfo: memFree=1422736/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=818504 CPUtime=97.02
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 64241 0 1 0 9641 61 0 0 18 0 12 0 1984934948 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 204626 54566 1414 9 0 201988 0
[pid=3913/tid=3914] ppid=3911 vsize=818504 CPUtime=78.93
/proc/3913/task/3914/stat : 3914 (java) S 3911 3913 467 0 -1 64 32212 0 1 0 7847 46 0 0 17 0 12 0 1984934949 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3916] ppid=3911 vsize=818504 CPUtime=1.03
/proc/3913/task/3916/stat : 3916 (java) S 3911 3913 467 0 -1 64 9134 0 0 0 100 3 0 0 16 0 12 0 1984934951 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3917] ppid=3911 vsize=818504 CPUtime=1.13
/proc/3913/task/3917/stat : 3917 (java) S 3911 3913 467 0 -1 64 8585 0 0 0 109 4 0 0 16 0 12 0 1984934951 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3918] ppid=3911 vsize=818504 CPUtime=9.2
/proc/3913/task/3918/stat : 3918 (java) R 3911 3913 467 0 -1 64 4178 0 0 0 919 1 0 0 25 0 12 0 1984934952 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 103790083 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3919] ppid=3911 vsize=818504 CPUtime=0.01
/proc/3913/task/3919/stat : 3919 (java) S 3911 3913 467 0 -1 64 10 0 0 0 1 0 0 0 16 0 12 0 1984934953 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3920] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3920/stat : 3920 (java) S 3911 3913 467 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984934953 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3921] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3921/stat : 3921 (java) S 3911 3913 467 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3922] ppid=3911 vsize=818504 CPUtime=3.7
/proc/3913/task/3922/stat : 3922 (java) S 3911 3913 467 0 -1 64 6149 0 0 0 368 2 0 0 16 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3923] ppid=3911 vsize=818504 CPUtime=2.94
/proc/3913/task/3923/stat : 3923 (java) S 3911 3913 467 0 -1 64 3221 0 0 0 293 1 0 0 16 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3924] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3924/stat : 3924 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3925] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3925/stat : 3925 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.02
Current children cumulated vsize (KiB) 818504

[startup+98.4021 s]
/proc/loadavg: 2.08 2.04 2.01 3/93 3967
/proc/meminfo: memFree=1422736/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=818504 CPUtime=97.81
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 64517 0 1 0 9720 61 0 0 18 0 12 0 1984934948 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 204626 54566 1414 9 0 201988 0
[pid=3913/tid=3914] ppid=3911 vsize=818504 CPUtime=78.93
/proc/3913/task/3914/stat : 3914 (java) S 3911 3913 467 0 -1 64 32213 0 1 0 7847 46 0 0 17 0 12 0 1984934949 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3916] ppid=3911 vsize=818504 CPUtime=1.03
/proc/3913/task/3916/stat : 3916 (java) S 3911 3913 467 0 -1 64 9134 0 0 0 100 3 0 0 16 0 12 0 1984934951 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3917] ppid=3911 vsize=818504 CPUtime=1.15
/proc/3913/task/3917/stat : 3917 (java) S 3911 3913 467 0 -1 64 8585 0 0 0 111 4 0 0 16 0 12 0 1984934951 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3918] ppid=3911 vsize=818504 CPUtime=9.97
/proc/3913/task/3918/stat : 3918 (java) R 3911 3913 467 0 -1 64 4453 0 0 0 996 1 0 0 25 0 12 0 1984934952 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 106122533 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3919] ppid=3911 vsize=818504 CPUtime=0.01
/proc/3913/task/3919/stat : 3919 (java) S 3911 3913 467 0 -1 64 10 0 0 0 1 0 0 0 16 0 12 0 1984934953 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3920] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3920/stat : 3920 (java) S 3911 3913 467 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984934953 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3921] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3921/stat : 3921 (java) S 3911 3913 467 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3922] ppid=3911 vsize=818504 CPUtime=3.7
/proc/3913/task/3922/stat : 3922 (java) S 3911 3913 467 0 -1 64 6149 0 0 0 368 2 0 0 16 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3923] ppid=3911 vsize=818504 CPUtime=2.94
/proc/3913/task/3923/stat : 3923 (java) S 3911 3913 467 0 -1 64 3221 0 0 0 293 1 0 0 16 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3924] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3924/stat : 3924 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3925] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3925/stat : 3925 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.81
Current children cumulated vsize (KiB) 818504

[startup+99.2012 s]
/proc/loadavg: 2.08 2.04 2.01 3/93 3967
/proc/meminfo: memFree=1422736/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=818504 CPUtime=98.61
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 64792 0 1 0 9800 61 0 0 18 0 12 0 1984934948 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 204626 54566 1414 9 0 201988 0
[pid=3913/tid=3914] ppid=3911 vsize=818504 CPUtime=78.93
/proc/3913/task/3914/stat : 3914 (java) S 3911 3913 467 0 -1 64 32213 0 1 0 7847 46 0 0 17 0 12 0 1984934949 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3916] ppid=3911 vsize=818504 CPUtime=1.06
/proc/3913/task/3916/stat : 3916 (java) S 3911 3913 467 0 -1 64 9134 0 0 0 103 3 0 0 16 0 12 0 1984934951 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3917] ppid=3911 vsize=818504 CPUtime=1.15
/proc/3913/task/3917/stat : 3917 (java) S 3911 3913 467 0 -1 64 8585 0 0 0 111 4 0 0 16 0 12 0 1984934951 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3918] ppid=3911 vsize=818504 CPUtime=10.74
/proc/3913/task/3918/stat : 3918 (java) R 3911 3913 467 0 -1 64 4728 0 0 0 1073 1 0 0 25 0 12 0 1984934952 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3919] ppid=3911 vsize=818504 CPUtime=0.01
/proc/3913/task/3919/stat : 3919 (java) S 3911 3913 467 0 -1 64 10 0 0 0 1 0 0 0 16 0 12 0 1984934953 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3920] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3920/stat : 3920 (java) S 3911 3913 467 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984934953 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3921] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3921/stat : 3921 (java) S 3911 3913 467 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3922] ppid=3911 vsize=818504 CPUtime=3.7
/proc/3913/task/3922/stat : 3922 (java) S 3911 3913 467 0 -1 64 6149 0 0 0 368 2 0 0 16 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3923] ppid=3911 vsize=818504 CPUtime=2.94
/proc/3913/task/3923/stat : 3923 (java) S 3911 3913 467 0 -1 64 3221 0 0 0 293 1 0 0 16 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3924] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3924/stat : 3924 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3925] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3925/stat : 3925 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.61
Current children cumulated vsize (KiB) 818504

[startup+99.4012 s]
/proc/loadavg: 2.08 2.04 2.01 3/93 3967
/proc/meminfo: memFree=1422736/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=818504 CPUtime=98.81
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 64792 0 1 0 9820 61 0 0 18 0 12 0 1984934948 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 204626 54566 1414 9 0 201988 0
[pid=3913/tid=3914] ppid=3911 vsize=818504 CPUtime=78.93
/proc/3913/task/3914/stat : 3914 (java) S 3911 3913 467 0 -1 64 32213 0 1 0 7847 46 0 0 17 0 12 0 1984934949 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3916] ppid=3911 vsize=818504 CPUtime=1.06
/proc/3913/task/3916/stat : 3916 (java) S 3911 3913 467 0 -1 64 9134 0 0 0 103 3 0 0 16 0 12 0 1984934951 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3917] ppid=3911 vsize=818504 CPUtime=1.15
/proc/3913/task/3917/stat : 3917 (java) S 3911 3913 467 0 -1 64 8585 0 0 0 111 4 0 0 16 0 12 0 1984934951 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3918] ppid=3911 vsize=818504 CPUtime=10.94
/proc/3913/task/3918/stat : 3918 (java) R 3911 3913 467 0 -1 64 4728 0 0 0 1093 1 0 0 25 0 12 0 1984934952 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3919] ppid=3911 vsize=818504 CPUtime=0.01
/proc/3913/task/3919/stat : 3919 (java) S 3911 3913 467 0 -1 64 10 0 0 0 1 0 0 0 16 0 12 0 1984934953 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3920] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3920/stat : 3920 (java) S 3911 3913 467 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984934953 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3921] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3921/stat : 3921 (java) S 3911 3913 467 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3922] ppid=3911 vsize=818504 CPUtime=3.7
/proc/3913/task/3922/stat : 3922 (java) S 3911 3913 467 0 -1 64 6149 0 0 0 368 2 0 0 16 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3923] ppid=3911 vsize=818504 CPUtime=2.94
/proc/3913/task/3923/stat : 3923 (java) S 3911 3913 467 0 -1 64 3221 0 0 0 293 1 0 0 16 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3924] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3924/stat : 3924 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3925] ppid=3911 vsize=818504 CPUtime=0
/proc/3913/task/3925/stat : 3925 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984934957 838148096 54566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.81
Current children cumulated vsize (KiB) 818504

[startup+99.5013 s]
/proc/loadavg: 2.08 2.04 2.01 3/93 3967
/proc/meminfo: memFree=1422736/2055920 swapFree=4179440/4192956
[pid=3913] ppid=3911 vsize=817400 CPUtime=98.89
/proc/3913/stat : 3913 (java) S 3911 3913 467 0 -1 0 64793 0 1 0 9828 61 0 0 18 0 12 0 1984934948 837017600 54291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3913/statm: 204350 54291 1414 9 0 201712 0
[pid=3913/tid=3914] ppid=3911 vsize=817400 CPUtime=78.93
/proc/3913/task/3914/stat : 3914 (java) S 3911 3913 467 0 -1 64 32214 0 1 0 7847 46 0 0 17 0 12 0 1984934949 837017600 54291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3916] ppid=3911 vsize=817400 CPUtime=1.06
/proc/3913/task/3916/stat : 3916 (java) S 3911 3913 467 0 -1 64 9134 0 0 0 103 3 0 0 16 0 12 0 1984934951 837017600 54291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3917] ppid=3911 vsize=817400 CPUtime=1.15
/proc/3913/task/3917/stat : 3917 (java) S 3911 3913 467 0 -1 64 8585 0 0 0 111 4 0 0 16 0 12 0 1984934951 837017600 54291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3918] ppid=3911 vsize=817400 CPUtime=11.01
/proc/3913/task/3918/stat : 3918 (java) S 3911 3913 467 0 -1 64 4728 0 0 0 1100 1 0 0 25 0 12 0 1984934952 837017600 54291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3919] ppid=3911 vsize=817400 CPUtime=0.01
/proc/3913/task/3919/stat : 3919 (java) S 3911 3913 467 0 -1 64 10 0 0 0 1 0 0 0 16 0 12 0 1984934953 837017600 54291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3920] ppid=3911 vsize=817400 CPUtime=0
/proc/3913/task/3920/stat : 3920 (java) S 3911 3913 467 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984934953 837017600 54291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3921] ppid=3911 vsize=817400 CPUtime=0
/proc/3913/task/3921/stat : 3921 (java) S 3911 3913 467 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984934957 837017600 54291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3922] ppid=3911 vsize=817400 CPUtime=3.7
/proc/3913/task/3922/stat : 3922 (java) S 3911 3913 467 0 -1 64 6149 0 0 0 368 2 0 0 16 0 12 0 1984934957 837017600 54291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3923] ppid=3911 vsize=817400 CPUtime=2.94
/proc/3913/task/3923/stat : 3923 (java) S 3911 3913 467 0 -1 64 3221 0 0 0 293 1 0 0 16 0 12 0 1984934957 837017600 54291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3913/tid=3924] ppid=3911 vsize=817400 CPUtime=0
/proc/3913/task/3924/stat : 3924 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984934957 837017600 54291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3913/tid=3925] ppid=3911 vsize=817400 CPUtime=0
/proc/3913/task/3925/stat : 3925 (java) S 3911 3913 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984934957 837017600 54291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.89
Current children cumulated vsize (KiB) 817400

Child status: 1
Real time (s): 99.5394
CPU time (s): 98.927
CPU user time (s): 98.2821
CPU system time (s): 0.644901
CPU usage (%): 99.3848
Max. virtual memory (cumulated for all children) (KiB): 818504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.2821
system time used= 0.644901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64797
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= 4105
involuntary context switches= 5952

runsolver used 0.165974 second user time and 0.306953 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-03 06:33:54
IDJOB=1055465
IDBENCH=56821
IDSOLVER=344
FILE ID=node56/1055465-1215059633
PBS_JOBID= 7875064
Free space on /tmp= 103220 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/nengfa/normalized-route.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-1055465-1215059633/watcher-1055465-1215059633 -o /tmp/evaluation-result-1055465-1215059633/solver-1055465-1215059633 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1055465-1215059633.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 81f902187cc2f27d969314bbf92ef85d
RANDOM SEED=757039651

node56.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.265
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.265
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:       1692416 kB
Buffers:         55704 kB
Cached:         211564 kB
SwapCached:       7316 kB
Active:         169272 kB
Inactive:       121616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692416 kB
SwapTotal:     4192956 kB
SwapFree:      4179440 kB
Dirty:            7944 kB
Writeback:           0 kB
Mapped:          38920 kB
Slab:            57608 kB
Committed_AS:  3902892 kB
PageTables:       1980 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= 103216 MiB
End job on node56 at 2008-07-03 06:35:33