Trace number 1075820

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
Sugar v1.13+picosat? (TO) 1800.07 1810.71

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg15-16_ext.xml
MD5SUM4f3042aa38b38c92d5b9f4103bbcfb99
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.08883
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.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 16:33:44 2008
0.00/0.04	c 0	PID 16786
0.03/0.04	c 0	HOST node85.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1075820-1215182024.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1075820-1215182024.xml' 'HOME/temp.csp'
0.03/0.51	c 0	1 domains, 240 variables, 0 predicates, 2 relations, 31 constraints
0.03/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.56	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.49/0.64	c 0	Parsing HOME/temp.csp
0.49/0.99	c 1	parsed 274 expressions
0.49/1.00	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/1.00	c 1	Converting to clausal form CSP
0.91/1.02	c 1	converted 28 (10%) expressions
0.91/1.02	c 1	converted 55 (20%) expressions
0.91/1.02	c 1	converted 83 (30%) expressions
0.91/1.02	c 1	converted 110 (40%) expressions
0.91/1.02	c 1	converted 137 (50%) expressions
0.91/1.02	c 1	converted 165 (60%) expressions
0.91/1.03	c 1	converted 192 (70%) expressions
0.91/1.03	c 1	converted 220 (80%) expressions
2.49/2.64	c 2	converted 247 (90%) expressions
8.92/9.12	c 9	converted 274 (100%) expressions
8.92/9.12	c 9	CSP : 240 integers, 0 booleans, 31 clauses, largest domain size 26
8.92/9.12	c 9	Heap : 254 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.92/9.12	c 9	Propagation in CSP
8.92/9.12	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.92/9.12	c 9	CSP : 240 integers, 0 booleans, 31 clauses, largest domain size 26
8.92/9.12	c 9	Heap : 254 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.92/9.12	c 9	Simplifing CSP by introducing new Boolean variables
8.92/9.12	c 9	CSP : 240 integers, 0 booleans, 31 clauses, largest domain size 26
8.92/9.12	c 9	Heap : 254 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.12/10.39	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.22/10.41	c 10	24 (10%) CSP integer variables are encoded (576 clauses, 6192 bytes)
10.22/10.41	c 10	48 (20%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
10.22/10.41	c 10	72 (30%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
10.22/10.41	c 10	96 (40%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
10.22/10.42	c 10	120 (50%) CSP integer variables are encoded (2880 clauses, 35377 bytes)
10.22/10.42	c 10	144 (60%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
10.22/10.42	c 10	168 (70%) CSP integer variables are encoded (4032 clauses, 50353 bytes)
10.22/10.42	c 10	192 (80%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
10.22/10.42	c 10	216 (90%) CSP integer variables are encoded (5184 clauses, 65329 bytes)
10.22/10.42	c 10	240 (100%) CSP integer variables are encoded (5760 clauses, 72817 bytes)
1379.30/1389.66	c 1390	4 (10%) CSP clauses are encoded (960592 clauses, 99425342 bytes)
1800.07/1810.63	c ERROR INTERRUPTED
1800.07/1810.70	s UNKNOWN
1800.07/1810.70	c 1811	CPU 0.45 (0.03 0.01 0.42 0.05)
1800.07/1810.70	c 1811	END Fri Jul  4 17:03:55 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075820-1215182024/watcher-1075820-1215182024 -o /tmp/evaluation-result-1075820-1215182024/solver-1075820-1215182024 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1075820-1215182024.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 16786
/proc/meminfo: memFree=1496064/2055920 swapFree=4180776/4192956
[pid=16786] ppid=16784 vsize=12268 CPUtime=0
/proc/16786/stat : 16786 (sugar) D 16784 16786 16749 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 259145108 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 214945200741 0 2147483391 4224 0 18446744072099855350 0 0 17 1 0 0
/proc/16786/statm: 3067 316 241 3 0 167 0

[startup+0.0433299 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 16786
/proc/meminfo: memFree=1496064/2055920 swapFree=4180776/4192956
[pid=16786] ppid=16784 vsize=13600 CPUtime=0.03
/proc/16786/stat : 16786 (sugar) S 16784 16786 16749 0 -1 4194304 845 0 0 0 2 1 0 0 16 0 1 0 259145108 13926400 793 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16786/statm: 3400 793 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101471 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 16786
/proc/meminfo: memFree=1496064/2055920 swapFree=4180776/4192956
[pid=16786] ppid=16784 vsize=13600 CPUtime=0.03
/proc/16786/stat : 16786 (sugar) S 16784 16786 16749 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 259145108 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30151 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 16786
/proc/meminfo: memFree=1496064/2055920 swapFree=4180776/4192956
[pid=16786] ppid=16784 vsize=13600 CPUtime=0.03
/proc/16786/stat : 16786 (sugar) S 16784 16786 16749 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 259145108 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702595 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 16786
/proc/meminfo: memFree=1496064/2055920 swapFree=4180776/4192956
[pid=16786] ppid=16784 vsize=13600 CPUtime=0.49
/proc/16786/stat : 16786 (sugar) S 16784 16786 16749 0 -1 4194304 973 8249 0 1 2 1 42 4 15 0 1 0 259145108 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16786/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50175 s]
/proc/loadavg: 1.85 1.97 1.99 3/93 16808
/proc/meminfo: memFree=1480936/2055920 swapFree=4180776/4192956
[pid=16786] ppid=16784 vsize=13600 CPUtime=0.49
/proc/16786/stat : 16786 (sugar) S 16784 16786 16749 0 -1 4194304 973 8249 0 1 2 1 42 4 15 0 1 0 259145108 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16786/statm: 3400 797 370 3 0 500 0
[pid=16799] ppid=16786 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (sh) S 16786 16786 16749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 259145165 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 233 193 169 0 50 0
[pid=16800] ppid=16799 vsize=864336 CPUtime=0.91
/proc/16800/stat : 16800 (java) S 16799 16786 16749 0 -1 0 10749 0 1 0 85 6 0 0 18 0 9 0 259145166 885080064 9932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16800/statm: 216084 9932 2540 9 0 210659 0
[pid=16800/tid=16801] ppid=16799 vsize=864336 CPUtime=0.44
/proc/16800/task/16801/stat : 16801 (java) R 16799 16786 16749 0 -1 64 2672 0 1 0 43 1 0 0 23 0 9 0 259145166 885080064 9932 996147200 134512640 134550740 4294955952 18446744073709551615 4126551562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16802] ppid=16799 vsize=864336 CPUtime=0.37
/proc/16800/task/16802/stat : 16802 (java) S 16799 16786 16749 0 -1 64 7045 0 0 0 34 3 0 0 16 0 9 0 259145167 885080064 9932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16803] ppid=16799 vsize=864336 CPUtime=0
/proc/16800/task/16803/stat : 16803 (java) S 16799 16786 16749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 259145168 885080064 9932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16804] ppid=16799 vsize=864336 CPUtime=0
/proc/16800/task/16804/stat : 16804 (java) S 16799 16786 16749 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 259145168 885080064 9932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16805] ppid=16799 vsize=864336 CPUtime=0
/proc/16800/task/16805/stat : 16805 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 259145169 885080064 9932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16806] ppid=16799 vsize=864336 CPUtime=0.06
/proc/16800/task/16806/stat : 16806 (java) S 16799 16786 16749 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 259145169 885080064 9932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16807] ppid=16799 vsize=864336 CPUtime=0
/proc/16800/task/16807/stat : 16807 (java) S 16799 16786 16749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 259145169 885080064 9932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16808] ppid=16799 vsize=864336 CPUtime=0
/proc/16800/task/16808/stat : 16808 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 259145169 885080064 9932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883292

[startup+3.10206 s]
/proc/loadavg: 1.85 1.97 1.99 4/93 16808
/proc/meminfo: memFree=1445736/2055920 swapFree=4180776/4192956
[pid=16786] ppid=16784 vsize=13600 CPUtime=0.49
/proc/16786/stat : 16786 (sugar) S 16784 16786 16749 0 -1 4194304 973 8249 0 1 2 1 42 4 16 0 1 0 259145108 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16786/statm: 3400 797 370 3 0 500 0
[pid=16799] ppid=16786 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (sh) S 16786 16786 16749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 259145165 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 233 193 169 0 50 0
[pid=16800] ppid=16799 vsize=864840 CPUtime=2.5
/proc/16800/stat : 16800 (java) S 16799 16786 16749 0 -1 0 22808 0 1 0 240 10 0 0 18 0 9 0 259145166 885596160 21525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16800/statm: 216210 21525 2540 9 0 210785 0
[pid=16800/tid=16801] ppid=16799 vsize=864840 CPUtime=0.89
/proc/16800/task/16801/stat : 16801 (java) R 16799 16786 16749 0 -1 64 3129 0 1 0 88 1 0 0 25 0 9 0 259145166 885596160 21525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16802] ppid=16799 vsize=864840 CPUtime=1.51
/proc/16800/task/16802/stat : 16802 (java) R 16799 16786 16749 0 -1 64 18647 0 0 0 144 7 0 0 18 0 9 0 259145167 885596160 21525 996147200 134512640 134550740 4294955952 18446744073709551615 104457044 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16803] ppid=16799 vsize=864840 CPUtime=0
/proc/16800/task/16803/stat : 16803 (java) S 16799 16786 16749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 259145168 885596160 21525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16804] ppid=16799 vsize=864840 CPUtime=0
/proc/16800/task/16804/stat : 16804 (java) S 16799 16786 16749 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 259145168 885596160 21525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16805] ppid=16799 vsize=864840 CPUtime=0
/proc/16800/task/16805/stat : 16805 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 259145169 885596160 21525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16806] ppid=16799 vsize=864840 CPUtime=0.06
/proc/16800/task/16806/stat : 16806 (java) S 16799 16786 16749 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 259145169 885596160 21525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16807] ppid=16799 vsize=864840 CPUtime=0
/proc/16800/task/16807/stat : 16807 (java) S 16799 16786 16749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 259145169 885596160 21525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16808] ppid=16799 vsize=864840 CPUtime=0
/proc/16800/task/16808/stat : 16808 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 259145169 885596160 21525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883796

[startup+6.30268 s]
/proc/loadavg: 1.86 1.97 1.99 4/93 16808
/proc/meminfo: memFree=1342120/2055920 swapFree=4180776/4192956
[pid=16786] ppid=16784 vsize=13600 CPUtime=0.49
/proc/16786/stat : 16786 (sugar) S 16784 16786 16749 0 -1 4194304 973 8249 0 1 2 1 42 4 16 0 1 0 259145108 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16786/statm: 3400 797 370 3 0 500 0
[pid=16799] ppid=16786 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (sh) S 16786 16786 16749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 259145165 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 233 193 169 0 50 0
[pid=16800] ppid=16799 vsize=864336 CPUtime=5.67
/proc/16800/stat : 16800 (java) S 16799 16786 16749 0 -1 0 51715 0 1 0 548 19 0 0 18 0 9 0 259145166 885080064 50094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16800/statm: 216084 50094 2540 9 0 210659 0
[pid=16800/tid=16801] ppid=16799 vsize=864336 CPUtime=2.04
/proc/16800/task/16801/stat : 16801 (java) R 16799 16786 16749 0 -1 64 4432 0 1 0 203 1 0 0 25 0 9 0 259145166 885080064 50094 996147200 134512640 134550740 4294955952 18446744073709551615 4126551547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16802] ppid=16799 vsize=864336 CPUtime=3.53
/proc/16800/task/16802/stat : 16802 (java) S 16799 16786 16749 0 -1 64 46251 0 0 0 337 16 0 0 16 0 9 0 259145167 885080064 50094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16803] ppid=16799 vsize=864336 CPUtime=0
/proc/16800/task/16803/stat : 16803 (java) S 16799 16786 16749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 259145168 885080064 50094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16804] ppid=16799 vsize=864336 CPUtime=0
/proc/16800/task/16804/stat : 16804 (java) S 16799 16786 16749 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 259145168 885080064 50094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16805] ppid=16799 vsize=864336 CPUtime=0
/proc/16800/task/16805/stat : 16805 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 259145169 885080064 50094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16806] ppid=16799 vsize=864336 CPUtime=0.06
/proc/16800/task/16806/stat : 16806 (java) S 16799 16786 16749 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 259145169 885080064 50094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16807] ppid=16799 vsize=864336 CPUtime=0
/proc/16800/task/16807/stat : 16807 (java) S 16799 16786 16749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 259145169 885080064 50094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16808] ppid=16799 vsize=864336 CPUtime=0
/proc/16800/task/16808/stat : 16808 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 259145169 885080064 50094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883292

[startup+12.7019 s]
/proc/loadavg: 1.87 1.97 1.99 3/93 16808
/proc/meminfo: memFree=1206776/2055920 swapFree=4180776/4192956
[pid=16786] ppid=16784 vsize=13600 CPUtime=0.5
/proc/16786/stat : 16786 (sugar) S 16784 16786 16749 0 -1 4194304 974 8249 0 1 3 1 42 4 16 0 1 0 259145108 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16786/statm: 3400 797 370 3 0 500 0
[pid=16799] ppid=16786 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (sh) S 16786 16786 16749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 259145165 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 233 193 169 0 50 0
[pid=16800] ppid=16799 vsize=864448 CPUtime=12
/proc/16800/stat : 16800 (java) S 16799 16786 16749 0 -1 0 96749 0 1 0 1163 37 0 0 18 0 9 0 259145166 885194752 74367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16800/statm: 216112 74367 2564 9 0 210659 0
[pid=16800/tid=16801] ppid=16799 vsize=864448 CPUtime=4.99
/proc/16800/task/16801/stat : 16801 (java) R 16799 16786 16749 0 -1 64 6340 0 1 0 497 2 0 0 25 0 9 0 259145166 885194752 74367 996147200 134512640 134550740 4294955952 18446744073709551615 4126622116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16802] ppid=16799 vsize=864448 CPUtime=6.89
/proc/16800/task/16802/stat : 16802 (java) S 16799 16786 16749 0 -1 64 89356 0 0 0 655 34 0 0 21 0 9 0 259145167 885194752 74367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16803] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16803/stat : 16803 (java) S 16799 16786 16749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 259145168 885194752 74367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16804] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16804/stat : 16804 (java) S 16799 16786 16749 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 259145168 885194752 74367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16805] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16805/stat : 16805 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 259145169 885194752 74367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16806] ppid=16799 vsize=864448 CPUtime=0.09
/proc/16800/task/16806/stat : 16806 (java) S 16799 16786 16749 0 -1 64 355 0 0 0 9 0 0 0 16 0 9 0 259145169 885194752 74367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16807] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16807/stat : 16807 (java) S 16799 16786 16749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 259145169 885194752 74367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16808] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16808/stat : 16808 (java) R 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 259145169 885194752 74367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 883404

[startup+25.5024 s]
/proc/loadavg: 1.90 1.97 1.99 3/93 16808
/proc/meminfo: memFree=1200440/2055920 swapFree=4180776/4192956
[pid=16786] ppid=16784 vsize=13600 CPUtime=0.5
/proc/16786/stat : 16786 (sugar) S 16784 16786 16749 0 -1 4194304 974 8249 0 1 3 1 42 4 16 0 1 0 259145108 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16786/statm: 3400 797 370 3 0 500 0
[pid=16799] ppid=16786 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (sh) S 16786 16786 16749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 259145165 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 233 193 169 0 50 0
[pid=16800] ppid=16799 vsize=864448 CPUtime=24.68
/proc/16800/stat : 16800 (java) S 16799 16786 16749 0 -1 0 97786 0 1 0 2430 38 0 0 18 0 9 0 259145166 885194752 75400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16800/statm: 216112 75400 2564 9 0 210659 0
[pid=16800/tid=16801] ppid=16799 vsize=864448 CPUtime=17.62
/proc/16800/task/16801/stat : 16801 (java) R 16799 16786 16749 0 -1 64 6344 0 1 0 1760 2 0 0 25 0 9 0 259145166 885194752 75400 996147200 134512640 134550740 4294955952 18446744073709551615 4126604005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16802] ppid=16799 vsize=864448 CPUtime=6.94
/proc/16800/task/16802/stat : 16802 (java) S 16799 16786 16749 0 -1 64 90389 0 0 0 660 34 0 0 16 0 9 0 259145167 885194752 75400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16803] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16803/stat : 16803 (java) S 16799 16786 16749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 259145168 885194752 75400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16804] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16804/stat : 16804 (java) S 16799 16786 16749 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 259145168 885194752 75400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/16799/stat : 16799 (sh) S 16786 16786 16749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 259145165 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 233 193 169 0 50 0
[pid=16800] ppid=16799 vsize=864448 CPUtime=1591.38
/proc/16800/stat : 16800 (java) S 16799 16786 16749 0 -1 0 144936 0 1 0 159013 125 0 0 18 0 9 0 259145166 885194752 116272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16800/statm: 216112 116272 2564 9 0 210659 0
[pid=16800/tid=16801] ppid=16799 vsize=864448 CPUtime=1579.75
/proc/16800/task/16801/stat : 16801 (java) R 16799 16786 16749 0 -1 64 6806 0 1 0 157909 66 0 0 25 0 9 0 259145166 885194752 116272 996147200 134512640 134550740 4294955952 18446744073709551615 4126603968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16802] ppid=16799 vsize=864448 CPUtime=11.49
/proc/16800/task/16802/stat : 16802 (java) S 16799 16786 16749 0 -1 64 137069 0 0 0 1091 58 0 0 16 0 9 0 259145167 885194752 116272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16803] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16803/stat : 16803 (java) S 16799 16786 16749 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 259145168 885194752 116272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16804] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16804/stat : 16804 (java) S 16799 16786 16749 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 259145168 885194752 116272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16805] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16805/stat : 16805 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 259145169 885194752 116272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16806] ppid=16799 vsize=864448 CPUtime=0.11
/proc/16800/task/16806/stat : 16806 (java) S 16799 16786 16749 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 259145169 885194752 116272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16807] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16807/stat : 16807 (java) S 16799 16786 16749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 259145169 885194752 116272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16808] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16808/stat : 16808 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 259145169 885194752 116272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.88
Current children cumulated vsize (KiB) 883404

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 16923
/proc/meminfo: memFree=992184/2055920 swapFree=4180776/4192956
[pid=16786] ppid=16784 vsize=13600 CPUtime=0.5
/proc/16786/stat : 16786 (sugar) S 16784 16786 16749 0 -1 4194304 974 8249 0 1 3 1 42 4 16 0 1 0 259145108 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16786/statm: 3400 797 370 3 0 500 0
[pid=16799] ppid=16786 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (sh) S 16786 16786 16749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 259145165 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 233 193 169 0 50 0
[pid=16800] ppid=16799 vsize=864448 CPUtime=1651.34
/proc/16800/stat : 16800 (java) S 16799 16786 16749 0 -1 0 145039 0 1 0 165008 126 0 0 18 0 9 0 259145166 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16800/statm: 216112 116360 2564 9 0 210659 0
[pid=16800/tid=16801] ppid=16799 vsize=864448 CPUtime=1639.46
/proc/16800/task/16801/stat : 16801 (java) R 16799 16786 16749 0 -1 64 6821 0 1 0 163880 66 0 0 25 0 9 0 259145166 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16802] ppid=16799 vsize=864448 CPUtime=11.74
/proc/16800/task/16802/stat : 16802 (java) S 16799 16786 16749 0 -1 64 137157 0 0 0 1116 58 0 0 16 0 9 0 259145167 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16803] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16803/stat : 16803 (java) S 16799 16786 16749 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 259145168 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16804] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16804/stat : 16804 (java) S 16799 16786 16749 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 259145168 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16805] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16805/stat : 16805 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16806] ppid=16799 vsize=864448 CPUtime=0.11
/proc/16800/task/16806/stat : 16806 (java) S 16799 16786 16749 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16807] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16807/stat : 16807 (java) S 16799 16786 16749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16808] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16808/stat : 16808 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.84
Current children cumulated vsize (KiB) 883404

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 16923
/proc/meminfo: memFree=991992/2055920 swapFree=4180776/4192956
[pid=16786] ppid=16784 vsize=13600 CPUtime=0.5
/proc/16786/stat : 16786 (sugar) S 16784 16786 16749 0 -1 4194304 974 8249 0 1 3 1 42 4 16 0 1 0 259145108 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16786/statm: 3400 797 370 3 0 500 0
[pid=16799] ppid=16786 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (sh) S 16786 16786 16749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 259145165 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 233 193 169 0 50 0
[pid=16800] ppid=16799 vsize=864448 CPUtime=1711.31
/proc/16800/stat : 16800 (java) S 16799 16786 16749 0 -1 0 145040 0 1 0 171005 126 0 0 18 0 9 0 259145166 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16800/statm: 216112 116360 2564 9 0 210659 0
[pid=16800/tid=16801] ppid=16799 vsize=864448 CPUtime=1699.41
/proc/16800/task/16801/stat : 16801 (java) R 16799 16786 16749 0 -1 64 6822 0 1 0 169875 66 0 0 25 0 9 0 259145166 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4126622788 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16802] ppid=16799 vsize=864448 CPUtime=11.76
/proc/16800/task/16802/stat : 16802 (java) S 16799 16786 16749 0 -1 64 137157 0 0 0 1118 58 0 0 16 0 9 0 259145167 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16803] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16803/stat : 16803 (java) S 16799 16786 16749 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 259145168 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16804] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16804/stat : 16804 (java) S 16799 16786 16749 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 259145168 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16805] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16805/stat : 16805 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16806] ppid=16799 vsize=864448 CPUtime=0.11
/proc/16800/task/16806/stat : 16806 (java) S 16799 16786 16749 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16807] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16807/stat : 16807 (java) S 16799 16786 16749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16808] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16808/stat : 16808 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.81
Current children cumulated vsize (KiB) 883404

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 16923
/proc/meminfo: memFree=966072/2055920 swapFree=4180776/4192956
[pid=16786] ppid=16784 vsize=13600 CPUtime=0.5
/proc/16786/stat : 16786 (sugar) S 16784 16786 16749 0 -1 4194304 974 8249 0 1 3 1 42 4 16 0 1 0 259145108 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16786/statm: 3400 797 370 3 0 500 0
[pid=16799] ppid=16786 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (sh) S 16786 16786 16749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 259145165 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 233 193 169 0 50 0
[pid=16800] ppid=16799 vsize=864448 CPUtime=1771.27
/proc/16800/stat : 16800 (java) S 16799 16786 16749 0 -1 0 145075 0 1 0 176986 141 0 0 18 0 9 0 259145166 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16800/statm: 216112 116360 2564 9 0 210659 0
[pid=16800/tid=16801] ppid=16799 vsize=864448 CPUtime=1759.11
/proc/16800/task/16801/stat : 16801 (java) R 16799 16786 16749 0 -1 64 6857 0 1 0 175830 81 0 0 25 0 9 0 259145166 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4126095810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16802] ppid=16799 vsize=864448 CPUtime=12.02
/proc/16800/task/16802/stat : 16802 (java) S 16799 16786 16749 0 -1 64 137157 0 0 0 1144 58 0 0 16 0 9 0 259145167 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16803] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16803/stat : 16803 (java) S 16799 16786 16749 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 259145168 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16804] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16804/stat : 16804 (java) S 16799 16786 16749 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 259145168 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16805] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16805/stat : 16805 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16806] ppid=16799 vsize=864448 CPUtime=0.11
/proc/16800/task/16806/stat : 16806 (java) S 16799 16786 16749 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16807] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16807/stat : 16807 (java) S 16799 16786 16749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16808] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16808/stat : 16808 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.77
Current children cumulated vsize (KiB) 883404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 16923
/proc/meminfo: memFree=966264/2055920 swapFree=4180776/4192956
[pid=16786] ppid=16784 vsize=13600 CPUtime=0.5
/proc/16786/stat : 16786 (sugar) S 16784 16786 16749 0 -1 4194304 974 8249 0 1 3 1 42 4 16 0 1 0 259145108 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16786/statm: 3400 797 370 3 0 500 0
[pid=16799] ppid=16786 vsize=5356 CPUtime=0
/proc/16799/stat : 16799 (sh) S 16786 16786 16749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 259145165 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16799/statm: 1339 233 193 169 0 50 0
[pid=16800] ppid=16799 vsize=864448 CPUtime=1799.57
/proc/16800/stat : 16800 (java) S 16799 16786 16749 0 -1 0 145075 0 1 0 179816 141 0 0 18 0 9 0 259145166 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16800/statm: 216112 116360 2564 9 0 210659 0
[pid=16800/tid=16801] ppid=16799 vsize=864448 CPUtime=1787.4
/proc/16800/task/16801/stat : 16801 (java) R 16799 16786 16749 0 -1 64 6857 0 1 0 178659 81 0 0 25 0 9 0 259145166 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16802] ppid=16799 vsize=864448 CPUtime=12.02
/proc/16800/task/16802/stat : 16802 (java) S 16799 16786 16749 0 -1 64 137157 0 0 0 1144 58 0 0 16 0 9 0 259145167 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16803] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16803/stat : 16803 (java) S 16799 16786 16749 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 259145168 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16800/tid=16804] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16804/stat : 16804 (java) S 16799 16786 16749 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 259145168 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16805] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16805/stat : 16805 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16806] ppid=16799 vsize=864448 CPUtime=0.11
/proc/16800/task/16806/stat : 16806 (java) S 16799 16786 16749 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16807] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16807/stat : 16807 (java) S 16799 16786 16749 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16800/tid=16808] ppid=16799 vsize=864448 CPUtime=0
/proc/16800/task/16808/stat : 16808 (java) S 16799 16786 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 259145169 885194752 116360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 883404

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16786 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=454930
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=64990
# CPU time returned by wait4() is 0.51992
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.71
CPU time (s): 1800.07
CPU user time (s): 1798.61
CPU system time (s): 1.46
CPU usage (%): 99.4125
Max. virtual memory (cumulated for all children) (KiB): 904288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.45493
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9554
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= 544
involuntary context switches= 376

runsolver used 2.11168 second user time and 6.24005 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-04 16:33:44
IDJOB=1075820
IDBENCH=56546
IDSOLVER=345
FILE ID=node85/1075820-1215182024
PBS_JOBID= 7881618
Free space on /tmp= 126852 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg15-16_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075820-1215182024/watcher-1075820-1215182024 -o /tmp/evaluation-result-1075820-1215182024/solver-1075820-1215182024 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1075820-1215182024.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4f3042aa38b38c92d5b9f4103bbcfb99
RANDOM SEED=1884811979

node85.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.272
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.272
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1496544 kB
Buffers:         72424 kB
Cached:         315772 kB
SwapCached:       7020 kB
Active:         266080 kB
Inactive:       244624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1496544 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            2064 kB
Writeback:           0 kB
Mapped:         136028 kB
Slab:            33928 kB
Committed_AS:  1356708 kB
PageTables:       1836 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= 126856 MiB
End job on node85 at 2008-07-04 17:03:56