Trace number 1068179

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.01 1821.75

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg15-18_ext.xml
MD5SUMa701f3f59671fae930bd0c2ea7e3e55b
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.62975
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of constraints33
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension33
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 08:25:35 2008
0.00/0.05	c 0	PID 9192
0.03/0.05	c 0	HOST node56.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1068179-1215152735.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068179-1215152735.xml' 'HOME/temp.csp'
0.03/0.52	c 0	1 domains, 270 variables, 0 predicates, 2 relations, 33 constraints
0.03/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	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.65	c 0	Parsing HOME/temp.csp
0.49/0.84	c 1	parsed 306 expressions
0.49/0.84	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.84	c 1	Converting to clausal form CSP
0.49/0.86	c 1	converted 31 (10%) expressions
0.49/0.86	c 1	converted 62 (20%) expressions
0.49/0.86	c 1	converted 92 (30%) expressions
0.49/0.86	c 1	converted 123 (40%) expressions
0.49/0.86	c 1	converted 153 (50%) expressions
0.49/0.86	c 1	converted 184 (60%) expressions
0.49/0.86	c 1	converted 215 (70%) expressions
0.49/0.87	c 1	converted 245 (80%) expressions
1.10/1.30	c 1	converted 276 (90%) expressions
3.36/3.56	c 3	converted 306 (100%) expressions
3.36/3.56	c 3	CSP : 270 integers, 0 booleans, 33 clauses, largest domain size 26
3.36/3.56	c 3	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.36/3.56	c 3	Propagation in CSP
3.36/3.56	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.36/3.56	c 3	CSP : 270 integers, 0 booleans, 33 clauses, largest domain size 26
3.36/3.56	c 3	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.36/3.56	c 3	Simplifing CSP by introducing new Boolean variables
3.36/3.56	c 3	CSP : 270 integers, 0 booleans, 33 clauses, largest domain size 26
3.36/3.56	c 3	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.75/3.96	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.75/3.98	c 4	27 (10%) CSP integer variables are encoded (648 clauses, 6984 bytes)
3.75/3.98	c 4	54 (20%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
3.75/3.99	c 4	81 (30%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
3.75/3.99	c 4	108 (40%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
3.75/3.99	c 4	135 (50%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
3.75/3.99	c 4	162 (60%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
3.75/3.99	c 4	189 (70%) CSP integer variables are encoded (4536 clauses, 56905 bytes)
3.75/3.99	c 4	216 (80%) CSP integer variables are encoded (5184 clauses, 65329 bytes)
3.75/3.99	c 4	243 (90%) CSP integer variables are encoded (5832 clauses, 73753 bytes)
3.75/4.00	c 4	270 (100%) CSP integer variables are encoded (6480 clauses, 82177 bytes)
156.46/159.03	c 159	4 (10%) CSP clauses are encoded (397704 clauses, 37763937 bytes)
275.59/280.03	c 280	7 (20%) CSP clauses are encoded (691122 clauses, 67218804 bytes)
390.97/397.28	c 397	10 (30%) CSP clauses are encoded (984540 clauses, 96673671 bytes)
544.56/553.24	c 553	14 (40%) CSP clauses are encoded (1375764 clauses, 135946827 bytes)
663.96/674.52	c 674	17 (50%) CSP clauses are encoded (1669182 clauses, 165401694 bytes)
704.76/715.94	c 716	20 (60%) CSP clauses are encoded (1812458 clauses, 179317030 bytes)
715.15/726.44	c 726	24 (70%) CSP clauses are encoded (1903398 clauses, 189579261 bytes)
723.27/734.62	c 734	27 (80%) CSP clauses are encoded (1971603 clauses, 197405187 bytes)
731.38/742.88	c 743	30 (90%) CSP clauses are encoded (2039808 clauses, 205231113 bytes)
739.38/750.96	c 751	33 (100%) CSP clauses are encoded (2108013 clauses, 213057039 bytes)
739.38/750.96	c 751	33 CSP clauses encoded
739.38/750.96	c 751	Writing map file : HOME/temp.map
739.38/750.97	c 751	Heap : 165 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
739.38/750.97	c 751	SAT : 6750 SAT variables, 2108013 SAT clauses, 213057039 bytes
739.38/750.97	c 751	Heap : 165 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
739.45/751.05	c 751	SOLVING HOME/temp.cnf
739.45/751.05	c 751	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1821.72	c ERROR INTERRUPTED
1800.01/1821.74	s UNKNOWN
1800.01/1821.74	c 1821	CPU 737.52 (0.03 0.01 737.49 1.99)
1800.01/1821.74	c 1821	END Fri Jul  4 08:55:56 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-1068179-1215152735/watcher-1068179-1215152735 -o /tmp/evaluation-result-1068179-1215152735/solver-1068179-1215152735 -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-1068179-1215152735.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.17 2.02 2.00 4/82 9192
/proc/meminfo: memFree=1455016/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=12268 CPUtime=0
/proc/9192/stat : 9192 (sugar) R 9190 9192 6532 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1994245053 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 250969029221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9192/statm: 3067 316 241 3 0 167 0

[startup+0.0505511 s]
/proc/loadavg: 2.17 2.02 2.00 4/82 9192
/proc/meminfo: memFree=1455016/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=0.03
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1994245053 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102654 s]
/proc/loadavg: 2.17 2.02 2.00 4/82 9192
/proc/meminfo: memFree=1455016/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=0.03
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994245053 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302665 s]
/proc/loadavg: 2.17 2.02 2.00 4/82 9192
/proc/meminfo: memFree=1455016/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=0.03
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994245053 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701089 s]
/proc/loadavg: 2.17 2.02 2.00 4/82 9192
/proc/meminfo: memFree=1455016/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=0.49
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 973 6430 0 1 3 0 42 4 16 0 1 0 1994245053 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50323 s]
/proc/loadavg: 2.17 2.02 2.00 4/93 9214
/proc/meminfo: memFree=1439952/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=0.49
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 973 6430 0 1 3 0 42 4 15 0 1 0 1994245053 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 797 370 3 0 500 0
[pid=9205] ppid=9192 vsize=5356 CPUtime=0
/proc/9205/stat : 9205 (sh) S 9192 9192 6532 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994245111 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9205/statm: 1339 233 193 169 0 50 0
[pid=9206] ppid=9205 vsize=864388 CPUtime=0.91
/proc/9206/stat : 9206 (java) S 9205 9192 6532 0 -1 0 10888 0 1 0 86 5 0 0 18 0 9 0 1994245111 885133312 9908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9206/statm: 216097 9908 2540 9 0 210672 0
[pid=9206/tid=9207] ppid=9205 vsize=864388 CPUtime=0.36
/proc/9206/task/9207/stat : 9207 (java) R 9205 9192 6532 0 -1 64 2747 0 1 0 35 1 0 0 22 0 9 0 1994245112 885133312 9908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9208] ppid=9205 vsize=864388 CPUtime=0.44
/proc/9206/task/9208/stat : 9208 (java) R 9205 9192 6532 0 -1 64 7115 0 0 0 42 2 0 0 17 0 9 0 1994245113 885133312 9908 996147200 134512640 134550740 4294955952 18446744073709551615 103834283 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9209] ppid=9205 vsize=864388 CPUtime=0
/proc/9206/task/9209/stat : 9209 (java) S 9205 9192 6532 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994245113 885133312 9908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9210] ppid=9205 vsize=864388 CPUtime=0
/proc/9206/task/9210/stat : 9210 (java) S 9205 9192 6532 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994245113 885133312 9908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9211] ppid=9205 vsize=864388 CPUtime=0
/proc/9206/task/9211/stat : 9211 (java) S 9205 9192 6532 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994245115 885133312 9908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9212] ppid=9205 vsize=864388 CPUtime=0.07
/proc/9206/task/9212/stat : 9212 (java) S 9205 9192 6532 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 1994245115 885133312 9908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9213] ppid=9205 vsize=864388 CPUtime=0
/proc/9206/task/9213/stat : 9213 (java) S 9205 9192 6532 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994245115 885133312 9908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9214] ppid=9205 vsize=864388 CPUtime=0
/proc/9206/task/9214/stat : 9214 (java) S 9205 9192 6532 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994245115 885133312 9908 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) 883344

[startup+3.10251 s]
/proc/loadavg: 2.17 2.02 2.00 5/93 9214
/proc/meminfo: memFree=1402320/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=0.49
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 973 6430 0 1 3 0 42 4 15 0 1 0 1994245053 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 797 370 3 0 500 0
[pid=9205] ppid=9192 vsize=5356 CPUtime=0
/proc/9205/stat : 9205 (sh) S 9192 9192 6532 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994245111 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9205/statm: 1339 233 193 169 0 50 0
[pid=9206] ppid=9205 vsize=864136 CPUtime=2.47
/proc/9206/stat : 9206 (java) S 9205 9192 6532 0 -1 0 25700 0 1 0 236 11 0 0 18 0 9 0 1994245111 884875264 24456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9206/statm: 216034 24456 2540 9 0 210609 0
[pid=9206/tid=9207] ppid=9205 vsize=864136 CPUtime=0.81
/proc/9206/task/9207/stat : 9207 (java) R 9205 9192 6532 0 -1 64 3664 0 1 0 79 2 0 0 25 0 9 0 1994245112 884875264 24456 996147200 134512640 134550740 4294955952 18446744073709551615 103215237 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9208] ppid=9205 vsize=864136 CPUtime=1.57
/proc/9206/task/9208/stat : 9208 (java) S 9205 9192 6532 0 -1 64 21010 0 0 0 149 8 0 0 17 0 9 0 1994245113 884875264 24456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9209] ppid=9205 vsize=864136 CPUtime=0
/proc/9206/task/9209/stat : 9209 (java) S 9205 9192 6532 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994245113 884875264 24456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9210] ppid=9205 vsize=864136 CPUtime=0
/proc/9206/task/9210/stat : 9210 (java) S 9205 9192 6532 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994245113 884875264 24456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9211] ppid=9205 vsize=864136 CPUtime=0
/proc/9206/task/9211/stat : 9211 (java) S 9205 9192 6532 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994245115 884875264 24456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9212] ppid=9205 vsize=864136 CPUtime=0.07
/proc/9206/task/9212/stat : 9212 (java) S 9205 9192 6532 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 1994245115 884875264 24456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9213] ppid=9205 vsize=864136 CPUtime=0
/proc/9206/task/9213/stat : 9213 (java) S 9205 9192 6532 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994245115 884875264 24456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9214] ppid=9205 vsize=864136 CPUtime=0
/proc/9206/task/9214/stat : 9214 (java) S 9205 9192 6532 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994245115 884875264 24456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 883092

[startup+6.30208 s]
/proc/loadavg: 2.24 2.04 2.01 3/93 9214
/proc/meminfo: memFree=1327768/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=0.49
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 974 6430 0 1 3 0 42 4 15 0 1 0 1994245053 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 797 370 3 0 500 0
[pid=9205] ppid=9192 vsize=5356 CPUtime=0
/proc/9205/stat : 9205 (sh) S 9192 9192 6532 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994245111 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9205/statm: 1339 233 193 169 0 50 0
[pid=9206] ppid=9205 vsize=864248 CPUtime=5.63
/proc/9206/stat : 9206 (java) S 9205 9192 6532 0 -1 0 34942 0 1 0 547 16 0 0 18 0 9 0 1994245111 884989952 33572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9206/statm: 216062 33572 2564 9 0 210609 0
[pid=9206/tid=9207] ppid=9205 vsize=864248 CPUtime=3.12
/proc/9206/task/9207/stat : 9207 (java) R 9205 9192 6532 0 -1 64 4454 0 1 0 309 3 0 0 25 0 9 0 1994245112 884989952 33572 996147200 134512640 134550740 4294955952 18446744073709551615 4126567380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9208] ppid=9205 vsize=864248 CPUtime=2.38
/proc/9206/task/9208/stat : 9208 (java) S 9205 9192 6532 0 -1 64 29443 0 0 0 226 12 0 0 16 0 9 0 1994245113 884989952 33572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9209] ppid=9205 vsize=864248 CPUtime=0
/proc/9206/task/9209/stat : 9209 (java) S 9205 9192 6532 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994245113 884989952 33572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9210] ppid=9205 vsize=864248 CPUtime=0
/proc/9206/task/9210/stat : 9210 (java) S 9205 9192 6532 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994245113 884989952 33572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9211] ppid=9205 vsize=864248 CPUtime=0
/proc/9206/task/9211/stat : 9211 (java) S 9205 9192 6532 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994245115 884989952 33572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9212] ppid=9205 vsize=864248 CPUtime=0.1
/proc/9206/task/9212/stat : 9212 (java) S 9205 9192 6532 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 1994245115 884989952 33572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9213] ppid=9205 vsize=864248 CPUtime=0
/proc/9206/task/9213/stat : 9213 (java) S 9205 9192 6532 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994245115 884989952 33572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9214] ppid=9205 vsize=864248 CPUtime=0
/proc/9206/task/9214/stat : 9214 (java) S 9205 9192 6532 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994245115 884989952 33572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 883204

[startup+12.7022 s]
/proc/loadavg: 2.22 2.03 2.01 4/93 9214
/proc/meminfo: memFree=1325280/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=0.49
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 974 6430 0 1 3 0 42 4 15 0 1 0 1994245053 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 797 370 3 0 500 0
[pid=9205] ppid=9192 vsize=5356 CPUtime=0
/proc/9205/stat : 9205 (sh) S 9192 9192 6532 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994245111 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9205/statm: 1339 233 193 169 0 50 0
[pid=9206] ppid=9205 vsize=864248 CPUtime=11.93
/proc/9206/stat : 9206 (java) S 9205 9192 6532 0 -1 0 35586 0 1 0 1177 16 0 0 18 0 9 0 1994245111 884989952 34210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9206/statm: 216062 34210 2564 9 0 210609 0
[pid=9206/tid=9207] ppid=9205 vsize=864248 CPUtime=9.39
/proc/9206/task/9207/stat : 9207 (java) R 9205 9192 6532 0 -1 64 4460 0 1 0 936 3 0 0 25 0 9 0 1994245112 884989952 34210 996147200 134512640 134550740 4294955952 18446744073709551615 4126623193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9208] ppid=9205 vsize=864248 CPUtime=2.41
/proc/9206/task/9208/stat : 9208 (java) S 9205 9192 6532 0 -1 64 30081 0 0 0 229 12 0 0 16 0 9 0 1994245113 884989952 34210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9209] ppid=9205 vsize=864248 CPUtime=0
/proc/9206/task/9209/stat : 9209 (java) S 9205 9192 6532 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994245113 884989952 34210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9210] ppid=9205 vsize=864248 CPUtime=0
/proc/9206/task/9210/stat : 9210 (java) S 9205 9192 6532 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994245113 884989952 34210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9211] ppid=9205 vsize=864248 CPUtime=0
/proc/9206/task/9211/stat : 9211 (java) S 9205 9192 6532 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994245115 884989952 34210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9212] ppid=9205 vsize=864248 CPUtime=0.1
/proc/9206/task/9212/stat : 9212 (java) S 9205 9192 6532 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 1994245115 884989952 34210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9213] ppid=9205 vsize=864248 CPUtime=0
/proc/9206/task/9213/stat : 9213 (java) S 9205 9192 6532 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994245115 884989952 34210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9214] ppid=9205 vsize=864248 CPUtime=0
/proc/9206/task/9214/stat : 9214 (java) S 9205 9192 6532 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994245115 884989952 34210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 883204

[startup+25.5015 s]
/proc/loadavg: 2.17 2.03 2.01 3/93 9214
/proc/meminfo: memFree=1318880/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=0.49
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 974 6430 0 1 3 0 42 4 15 0 1 0 1994245053 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 797 370 3 0 500 0
[pid=9205] ppid=9192 vsize=5356 CPUtime=0
/proc/9205/stat : 9205 (sh) S 9192 9192 6532 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994245111 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9205/statm: 1339 233 193 169 0 50 0
[pid=9206] ppid=9205 vsize=864248 CPUtime=24.54
/proc/9206/stat : 9206 (java) S 9205 9192 6532 0 -1 0 37222 0 1 0 2437 17 0 0 18 0 9 0 1994245111 884989952 35831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9206/statm: 216062 35831 2564 9 0 210609 0
[pid=9206/tid=9207] ppid=9205 vsize=864248 CPUtime=21.91
/proc/9206/task/9207/stat : 9207 (java) R 9205 9192 6532 0 -1 64 4475 0 1 0 2188 3 0 0 25 0 9 0 1994245112 884989952 35831 996147200 134512640 134550740 4294955952 18446744073709551615 4126617789 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9208] ppid=9205 vsize=864248 CPUtime=2.5
/proc/9206/task/9208/stat : 9208 (java) S 9205 9192 6532 0 -1 64 31702 0 0 0 237 13 0 0 16 0 9 0 1994245113 884989952 35831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9209] ppid=9205 vsize=864248 CPUtime=0
/proc/9206/task/9209/stat : 9209 (java) S 9205 9192 6532 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994245113 884989952 35831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9206/tid=9210] ppid=9205 vsize=864248 CPUtime=0
/proc/9206/task/9210/stat : 9210 (java) S 9205 9192 6532 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994245113 884989952 35831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1006744/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=739.52
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 1022 106195 0 2 3 1 73749 199 16 0 1 0 1994245053 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 799 370 3 0 500 0
[pid=9256] ppid=9192 vsize=5356 CPUtime=0
/proc/9256/stat : 9256 (sh) S 9192 9192 6532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994320159 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9256/statm: 1339 232 193 169 0 50 0
[pid=9257] ppid=9256 vsize=220408 CPUtime=605.43
/proc/9257/stat : 9257 (picosat) R 9256 9192 6532 0 -1 4194304 53357 0 0 0 55376 5167 0 0 25 0 1 0 1994320159 225697792 52970 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/9257/statm: 55102 52970 48 102 0 54997 0
Current children cumulated CPU time (s) 1344.95
Current children cumulated vsize (KiB) 239364

[startup+1422.31 s]
/proc/loadavg: 2.25 2.09 2.02 3/85 9259
/proc/meminfo: memFree=1006360/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=739.52
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 1022 106195 0 2 3 1 73749 199 16 0 1 0 1994245053 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 799 370 3 0 500 0
[pid=9256] ppid=9192 vsize=5356 CPUtime=0
/proc/9256/stat : 9256 (sh) S 9192 9192 6532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994320159 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9256/statm: 1339 232 193 169 0 50 0
[pid=9257] ppid=9256 vsize=220672 CPUtime=664.87
/proc/9257/stat : 9257 (picosat) R 9256 9192 6532 0 -1 4194304 53591 0 0 0 61320 5167 0 0 25 0 1 0 1994320159 225968128 53066 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9257/statm: 55168 53066 48 102 0 55063 0
Current children cumulated CPU time (s) 1404.39
Current children cumulated vsize (KiB) 239628

[startup+1482.3 s]
/proc/loadavg: 2.33 2.16 2.04 3/85 9259
/proc/meminfo: memFree=1006232/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=739.52
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 1022 106195 0 2 3 1 73749 199 16 0 1 0 1994245053 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 799 370 3 0 500 0
[pid=9256] ppid=9192 vsize=5356 CPUtime=0
/proc/9256/stat : 9256 (sh) S 9192 9192 6532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994320159 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9256/statm: 1339 232 193 169 0 50 0
[pid=9257] ppid=9256 vsize=220672 CPUtime=724.3
/proc/9257/stat : 9257 (picosat) R 9256 9192 6532 0 -1 4194304 53591 0 0 0 67263 5167 0 0 25 0 1 0 1994320159 225968128 53066 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9257/statm: 55168 53066 48 102 0 55063 0
Current children cumulated CPU time (s) 1463.82
Current children cumulated vsize (KiB) 239628

[startup+1542.3 s]
/proc/loadavg: 2.12 2.13 2.04 3/85 9259
/proc/meminfo: memFree=1005720/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=739.52
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 1022 106195 0 2 3 1 73749 199 16 0 1 0 1994245053 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 799 370 3 0 500 0
[pid=9256] ppid=9192 vsize=5356 CPUtime=0
/proc/9256/stat : 9256 (sh) S 9192 9192 6532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994320159 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9256/statm: 1339 232 193 169 0 50 0
[pid=9257] ppid=9256 vsize=221200 CPUtime=783.73
/proc/9257/stat : 9257 (picosat) R 9256 9192 6532 0 -1 4194304 53873 0 0 0 73205 5168 0 0 25 0 1 0 1994320159 226508800 53204 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9257/statm: 55300 53204 48 102 0 55195 0
Current children cumulated CPU time (s) 1523.25
Current children cumulated vsize (KiB) 240156

[startup+1602.3 s]
/proc/loadavg: 2.04 2.10 2.03 3/85 9259
/proc/meminfo: memFree=1005720/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=739.52
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 1022 106195 0 2 3 1 73749 199 16 0 1 0 1994245053 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 799 370 3 0 500 0
[pid=9256] ppid=9192 vsize=5356 CPUtime=0
/proc/9256/stat : 9256 (sh) S 9192 9192 6532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994320159 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9256/statm: 1339 232 193 169 0 50 0
[pid=9257] ppid=9256 vsize=221200 CPUtime=843.17
/proc/9257/stat : 9257 (picosat) R 9256 9192 6532 0 -1 4194304 53873 0 0 0 79149 5168 0 0 25 0 1 0 1994320159 226508800 53204 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9257/statm: 55300 53204 48 102 0 55195 0
Current children cumulated CPU time (s) 1582.69
Current children cumulated vsize (KiB) 240156

[startup+1662.3 s]
/proc/loadavg: 2.01 2.08 2.02 3/85 9259
/proc/meminfo: memFree=1005400/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=739.52
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 1022 106195 0 2 3 1 73749 199 16 0 1 0 1994245053 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 799 370 3 0 500 0
[pid=9256] ppid=9192 vsize=5356 CPUtime=0
/proc/9256/stat : 9256 (sh) S 9192 9192 6532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994320159 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9256/statm: 1339 232 193 169 0 50 0
[pid=9257] ppid=9256 vsize=221728 CPUtime=902.6
/proc/9257/stat : 9257 (picosat) R 9256 9192 6532 0 -1 4194304 53999 0 0 0 85092 5168 0 0 25 0 1 0 1994320159 227049472 53330 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/9257/statm: 55432 53330 48 102 0 55327 0
Current children cumulated CPU time (s) 1642.12
Current children cumulated vsize (KiB) 240684

[startup+1722.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/85 9259
/proc/meminfo: memFree=1004376/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=739.52
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 1022 106195 0 2 3 1 73749 199 16 0 1 0 1994245053 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 799 370 3 0 500 0
[pid=9256] ppid=9192 vsize=5356 CPUtime=0
/proc/9256/stat : 9256 (sh) S 9192 9192 6532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994320159 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9256/statm: 1339 232 193 169 0 50 0
[pid=9257] ppid=9256 vsize=222388 CPUtime=962.04
/proc/9257/stat : 9257 (picosat) R 9256 9192 6532 0 -1 4194304 54348 0 0 0 91036 5168 0 0 25 0 1 0 1994320159 227725312 53523 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9257/statm: 55597 53523 48 102 0 55492 0
Current children cumulated CPU time (s) 1701.56
Current children cumulated vsize (KiB) 241344

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/85 9259
/proc/meminfo: memFree=1004376/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=739.52
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 1022 106195 0 2 3 1 73749 199 16 0 1 0 1994245053 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 799 370 3 0 500 0
[pid=9256] ppid=9192 vsize=5356 CPUtime=0
/proc/9256/stat : 9256 (sh) S 9192 9192 6532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994320159 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9256/statm: 1339 232 193 169 0 50 0
[pid=9257] ppid=9256 vsize=222388 CPUtime=1021.46
/proc/9257/stat : 9257 (picosat) R 9256 9192 6532 0 -1 4194304 54348 0 0 0 96978 5168 0 0 25 0 1 0 1994320159 227725312 53523 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9257/statm: 55597 53523 48 102 0 55492 0
Current children cumulated CPU time (s) 1760.98
Current children cumulated vsize (KiB) 241344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1821.7 s]
/proc/loadavg: 2.00 2.04 2.01 3/85 9259
/proc/meminfo: memFree=1004376/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=739.52
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 1022 106195 0 2 3 1 73749 199 16 0 1 0 1994245053 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 799 370 3 0 500 0
[pid=9256] ppid=9192 vsize=5356 CPUtime=0
/proc/9256/stat : 9256 (sh) S 9192 9192 6532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994320159 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9256/statm: 1339 232 193 169 0 50 0
[pid=9257] ppid=9256 vsize=222388 CPUtime=1060.49
/proc/9257/stat : 9257 (picosat) R 9256 9192 6532 0 -1 4194304 54348 0 0 0 100881 5168 0 0 25 0 1 0 1994320159 227725312 53523 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9257/statm: 55597 53523 48 102 0 55492 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 241344

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

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

[startup+1821.7 s]
/proc/loadavg: 2.00 2.04 2.01 3/85 9259
/proc/meminfo: memFree=1004376/2055920 swapFree=4179440/4192956
[pid=9192] ppid=9190 vsize=13600 CPUtime=739.52
/proc/9192/stat : 9192 (sugar) S 9190 9192 6532 0 -1 4194304 1022 106195 0 2 3 1 73749 199 16 0 1 0 1994245053 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9192/statm: 3400 799 370 3 0 500 0
[pid=9256] ppid=9192 vsize=5356 CPUtime=0
/proc/9256/stat : 9256 (sh) S 9192 9192 6532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994320159 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9256/statm: 1339 232 193 169 0 50 0
[pid=9257] ppid=9256 vsize=222388 CPUtime=1060.49
/proc/9257/stat : 9257 (picosat) R 9256 9192 6532 0 -1 4194304 54348 0 0 0 100881 5168 0 0 25 0 1 0 1994320159 227725312 53523 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9257/statm: 55597 53523 48 102 0 55492 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 241344

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9192 and gives
#  childrusage.ru_utime.tv_sec=737
#  childrusage.ru_utime.tv_usec=531878
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=5695
# CPU time returned by wait4() is 739.538
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1821.75
CPU time (s): 1800.01
CPU user time (s): 1746.33
CPU system time (s): 53.68
CPU usage (%): 98.8069
Max. virtual memory (cumulated for all children) (KiB): 909436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 737.532
system time used= 2.00569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107572
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25744
involuntary context switches= 26832

runsolver used 2.90756 second user time and 7.80181 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-04 08:25:35
IDJOB=1068179
IDBENCH=55503
IDSOLVER=345
FILE ID=node56/1068179-1215152735
PBS_JOBID= 7877269
Free space on /tmp= 103240 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg15-18_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-1068179-1215152735/watcher-1068179-1215152735 -o /tmp/evaluation-result-1068179-1215152735/solver-1068179-1215152735 -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-1068179-1215152735.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a701f3f59671fae930bd0c2ea7e3e55b
RANDOM SEED=764860245

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:       1455432 kB
Buffers:         84500 kB
Cached:         399212 kB
SwapCached:       7316 kB
Active:         280816 kB
Inactive:       244616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1455432 kB
SwapTotal:     4192956 kB
SwapFree:      4179440 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          54572 kB
Slab:            59956 kB
Committed_AS:  4651944 kB
PageTables:       2028 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= 103240 MiB
End job on node56 at 2008-07-04 08:55:58