Trace number 1068225

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.05 1811.93

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg16-17_ext.xml
MD5SUMda2ac26052baa9f2c530f67d033b239f
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 benchmark2.6256
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints33
Maximum constraint arity17
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.05	c 0	BEGIN Fri Jul  4 08:27:33 2008
0.00/0.05	c 0	PID 8816
0.03/0.05	c 0	HOST node17.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1068225-1215152853.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-1068225-1215152853.xml' 'HOME/temp.csp'
0.03/0.49	c 0	1 domains, 272 variables, 0 predicates, 2 relations, 33 constraints
0.03/0.52	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	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.45/0.60	c 0	Parsing HOME/temp.csp
0.45/0.78	c 1	parsed 308 expressions
0.45/0.78	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.78	c 1	Converting to clausal form CSP
0.45/0.81	c 1	converted 31 (10%) expressions
0.45/0.81	c 1	converted 62 (20%) expressions
0.45/0.81	c 1	converted 93 (30%) expressions
0.45/0.81	c 1	converted 124 (40%) expressions
0.45/0.81	c 1	converted 154 (50%) expressions
0.45/0.81	c 1	converted 185 (60%) expressions
0.45/0.81	c 1	converted 216 (70%) expressions
0.45/0.81	c 1	converted 247 (80%) expressions
0.90/1.07	c 1	converted 278 (90%) expressions
2.78/2.91	c 3	converted 308 (100%) expressions
2.78/2.91	c 3	CSP : 272 integers, 0 booleans, 33 clauses, largest domain size 26
2.78/2.91	c 3	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.91	c 3	Propagation in CSP
2.78/2.91	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.78/2.91	c 3	CSP : 272 integers, 0 booleans, 33 clauses, largest domain size 26
2.78/2.91	c 3	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.91	c 3	Simplifing CSP by introducing new Boolean variables
2.78/2.91	c 3	CSP : 272 integers, 0 booleans, 33 clauses, largest domain size 26
2.78/2.91	c 3	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.08/3.20	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.08/3.22	c 3	28 (10%) CSP integer variables are encoded (672 clauses, 7248 bytes)
3.08/3.23	c 3	55 (20%) CSP integer variables are encoded (1320 clauses, 15097 bytes)
3.08/3.23	c 3	82 (30%) CSP integer variables are encoded (1968 clauses, 23521 bytes)
3.08/3.23	c 3	109 (40%) CSP integer variables are encoded (2616 clauses, 31945 bytes)
3.08/3.23	c 3	136 (50%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
3.08/3.23	c 3	164 (60%) CSP integer variables are encoded (3936 clauses, 49105 bytes)
3.08/3.23	c 3	191 (70%) CSP integer variables are encoded (4584 clauses, 57529 bytes)
3.08/3.23	c 3	218 (80%) CSP integer variables are encoded (5232 clauses, 65953 bytes)
3.08/3.24	c 3	245 (90%) CSP integer variables are encoded (5880 clauses, 74377 bytes)
3.08/3.24	c 3	272 (100%) CSP integer variables are encoded (6528 clauses, 82801 bytes)
55.35/56.01	c 56	4 (10%) CSP clauses are encoded (237780 clauses, 23198253 bytes)
94.44/95.56	c 95	7 (20%) CSP clauses are encoded (411219 clauses, 41018131 bytes)
133.56/135.01	c 135	10 (30%) CSP clauses are encoded (584658 clauses, 59058424 bytes)
185.64/187.63	c 187	14 (40%) CSP clauses are encoded (815910 clauses, 83112148 bytes)
225.25/227.62	c 227	17 (50%) CSP clauses are encoded (989349 clauses, 101152441 bytes)
242.18/244.79	c 245	20 (60%) CSP clauses are encoded (1096071 clauses, 110975489 bytes)
265.25/268.06	c 268	24 (70%) CSP clauses are encoded (1238367 clauses, 126886613 bytes)
281.88/284.86	c 285	27 (80%) CSP clauses are encoded (1345089 clauses, 138819956 bytes)
298.71/301.80	c 302	30 (90%) CSP clauses are encoded (1451811 clauses, 150753299 bytes)
316.14/319.43	c 319	33 (100%) CSP clauses are encoded (1558533 clauses, 162686642 bytes)
316.14/319.43	c 319	33 CSP clauses encoded
316.14/319.43	c 319	Writing map file : HOME/temp.map
316.14/319.44	c 319	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
316.14/319.44	c 319	SAT : 6800 SAT variables, 1558533 SAT clauses, 162686642 bytes
316.14/319.44	c 319	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
316.21/319.50	c 319	SOLVING HOME/temp.cnf
316.21/319.50	c 319	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1811.92	c ERROR INTERRUPTED
1800.05/1811.93	s UNKNOWN
1800.05/1811.93	c 1812	CPU 314.7 (0.03 0.01 314.67 1.52)
1800.05/1811.93	c 1812	END Fri Jul  4 08:57:45 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-1068225-1215152853/watcher-1068225-1215152853 -o /tmp/evaluation-result-1068225-1215152853/solver-1068225-1215152853 -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-1068225-1215152853.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/81 8816
/proc/meminfo: memFree=1042080/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=18572 CPUtime=0
/proc/8816/stat : 8816 (runsolver) R 8814 8816 7967 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 636474552 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8816/statm: 4643 292 257 25 0 2626 0

[startup+0.0507569 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 8816
/proc/meminfo: memFree=1042080/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=0.03
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 636474552 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101932 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 8816
/proc/meminfo: memFree=1042080/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=0.03
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 636474552 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301947 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 8816
/proc/meminfo: memFree=1042080/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=0.03
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 636474552 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701987 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 8816
/proc/meminfo: memFree=1042080/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=0.45
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 973 4770 0 1 3 0 39 3 16 0 1 0 636474552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50107 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 8838
/proc/meminfo: memFree=1025544/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=0.45
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 973 4770 0 1 3 0 39 3 15 0 1 0 636474552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 797 370 3 0 500 0
[pid=8829] ppid=8816 vsize=5356 CPUtime=0
/proc/8829/stat : 8829 (sh) S 8816 8816 7967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636474605 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8829/statm: 1339 233 193 169 0 50 0
[pid=8830] ppid=8829 vsize=864336 CPUtime=0.95
/proc/8830/stat : 8830 (java) S 8829 8816 7967 0 -1 0 11620 0 1 0 91 4 0 0 18 0 9 0 636474605 885080064 10895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8830/statm: 216084 10895 2540 9 0 210659 0
[pid=8830/tid=8831] ppid=8829 vsize=864336 CPUtime=0.38
/proc/8830/task/8831/stat : 8831 (java) R 8829 8816 7967 0 -1 64 2939 0 1 0 37 1 0 0 19 0 9 0 636474606 885080064 10895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8832] ppid=8829 vsize=864336 CPUtime=0.48
/proc/8830/task/8832/stat : 8832 (java) R 8829 8816 7967 0 -1 64 7654 0 0 0 46 2 0 0 17 0 9 0 636474607 885080064 10895 996147200 134512640 134550740 4294955952 18446744073709551615 102722800 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8833] ppid=8829 vsize=864336 CPUtime=0
/proc/8830/task/8833/stat : 8833 (java) S 8829 8816 7967 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 636474607 885080064 10895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8834] ppid=8829 vsize=864336 CPUtime=0
/proc/8830/task/8834/stat : 8834 (java) S 8829 8816 7967 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636474607 885080064 10895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8835] ppid=8829 vsize=864336 CPUtime=0
/proc/8830/task/8835/stat : 8835 (java) S 8829 8816 7967 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636474609 885080064 10895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8836] ppid=8829 vsize=864336 CPUtime=0.07
/proc/8830/task/8836/stat : 8836 (java) S 8829 8816 7967 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 636474609 885080064 10895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8837] ppid=8829 vsize=864336 CPUtime=0
/proc/8830/task/8837/stat : 8837 (java) S 8829 8816 7967 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636474609 885080064 10895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8838] ppid=8829 vsize=864336 CPUtime=0
/proc/8830/task/8838/stat : 8838 (java) S 8829 8816 7967 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 636474609 885080064 10895 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.10224 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 8838
/proc/meminfo: memFree=981640/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=0.45
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 974 4770 0 1 3 0 39 3 16 0 1 0 636474552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 797 370 3 0 500 0
[pid=8829] ppid=8816 vsize=5356 CPUtime=0
/proc/8829/stat : 8829 (sh) S 8816 8816 7967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636474605 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8829/statm: 1339 233 193 169 0 50 0
[pid=8830] ppid=8829 vsize=864336 CPUtime=2.53
/proc/8830/stat : 8830 (java) S 8829 8816 7967 0 -1 0 25727 0 1 0 243 10 0 0 18 0 9 0 636474605 885080064 24983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8830/statm: 216084 24983 2540 9 0 210659 0
[pid=8830/tid=8831] ppid=8829 vsize=864336 CPUtime=0.76
/proc/8830/task/8831/stat : 8831 (java) R 8829 8816 7967 0 -1 64 3758 0 1 0 75 1 0 0 23 0 9 0 636474606 885080064 24983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8832] ppid=8829 vsize=864336 CPUtime=1.67
/proc/8830/task/8832/stat : 8832 (java) R 8829 8816 7967 0 -1 64 20941 0 0 0 159 8 0 0 18 0 9 0 636474607 885080064 24983 996147200 134512640 134550740 4294955952 18446744073709551615 103737184 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8833] ppid=8829 vsize=864336 CPUtime=0
/proc/8830/task/8833/stat : 8833 (java) S 8829 8816 7967 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 636474607 885080064 24983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8834] ppid=8829 vsize=864336 CPUtime=0
/proc/8830/task/8834/stat : 8834 (java) S 8829 8816 7967 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636474607 885080064 24983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8835] ppid=8829 vsize=864336 CPUtime=0
/proc/8830/task/8835/stat : 8835 (java) S 8829 8816 7967 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636474609 885080064 24983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8836] ppid=8829 vsize=864336 CPUtime=0.07
/proc/8830/task/8836/stat : 8836 (java) S 8829 8816 7967 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 636474609 885080064 24983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8837] ppid=8829 vsize=864336 CPUtime=0
/proc/8830/task/8837/stat : 8837 (java) S 8829 8816 7967 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636474609 885080064 24983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8838] ppid=8829 vsize=864336 CPUtime=0
/proc/8830/task/8838/stat : 8838 (java) S 8829 8816 7967 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 636474609 885080064 24983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883292

[startup+6.30256 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 8838
/proc/meminfo: memFree=942856/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=0.45
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 974 4770 0 1 3 0 39 3 15 0 1 0 636474552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 797 370 3 0 500 0
[pid=8829] ppid=8816 vsize=5356 CPUtime=0
/proc/8829/stat : 8829 (sh) S 8816 8816 7967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636474605 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8829/statm: 1339 233 193 169 0 50 0
[pid=8830] ppid=8829 vsize=864448 CPUtime=5.7
/proc/8830/stat : 8830 (java) S 8829 8816 7967 0 -1 0 27545 0 1 0 558 12 0 0 18 0 9 0 636474605 885194752 26769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8830/statm: 216112 26769 2564 9 0 210659 0
[pid=8830/tid=8831] ppid=8829 vsize=864448 CPUtime=3.76
/proc/8830/task/8831/stat : 8831 (java) R 8829 8816 7967 0 -1 64 3840 0 1 0 374 2 0 0 25 0 9 0 636474606 885194752 26769 996147200 134512640 134550740 4294955952 18446744073709551615 4126617744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8832] ppid=8829 vsize=864448 CPUtime=1.82
/proc/8830/task/8832/stat : 8832 (java) S 8829 8816 7967 0 -1 64 22659 0 0 0 173 9 0 0 16 0 9 0 636474607 885194752 26769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8833] ppid=8829 vsize=864448 CPUtime=0
/proc/8830/task/8833/stat : 8833 (java) S 8829 8816 7967 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 636474607 885194752 26769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8834] ppid=8829 vsize=864448 CPUtime=0
/proc/8830/task/8834/stat : 8834 (java) S 8829 8816 7967 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636474607 885194752 26769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8835] ppid=8829 vsize=864448 CPUtime=0
/proc/8830/task/8835/stat : 8835 (java) S 8829 8816 7967 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636474609 885194752 26769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8836] ppid=8829 vsize=864448 CPUtime=0.1
/proc/8830/task/8836/stat : 8836 (java) S 8829 8816 7967 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 636474609 885194752 26769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8837] ppid=8829 vsize=864448 CPUtime=0
/proc/8830/task/8837/stat : 8837 (java) S 8829 8816 7967 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636474609 885194752 26769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8838] ppid=8829 vsize=864448 CPUtime=0
/proc/8830/task/8838/stat : 8838 (java) S 8829 8816 7967 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 636474609 885194752 26769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883404

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 8838
/proc/meminfo: memFree=935816/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=0.45
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 974 4770 0 1 3 0 39 3 15 0 1 0 636474552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 797 370 3 0 500 0
[pid=8829] ppid=8816 vsize=5356 CPUtime=0
/proc/8829/stat : 8829 (sh) S 8816 8816 7967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636474605 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8829/statm: 1339 233 193 169 0 50 0
[pid=8830] ppid=8829 vsize=864448 CPUtime=12.04
/proc/8830/stat : 8830 (java) S 8829 8816 7967 0 -1 0 29270 0 1 0 1191 13 0 0 18 0 9 0 636474605 885194752 28474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8830/statm: 216112 28474 2564 9 0 210659 0
[pid=8830/tid=8831] ppid=8829 vsize=864448 CPUtime=10.01
/proc/8830/task/8831/stat : 8831 (java) R 8829 8816 7967 0 -1 64 3860 0 1 0 999 2 0 0 25 0 9 0 636474606 885194752 28474 996147200 134512640 134550740 4294955952 18446744073709551615 102492666 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8832] ppid=8829 vsize=864448 CPUtime=1.9
/proc/8830/task/8832/stat : 8832 (java) S 8829 8816 7967 0 -1 64 24364 0 0 0 181 9 0 0 16 0 9 0 636474607 885194752 28474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8833] ppid=8829 vsize=864448 CPUtime=0
/proc/8830/task/8833/stat : 8833 (java) S 8829 8816 7967 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 636474607 885194752 28474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8834] ppid=8829 vsize=864448 CPUtime=0
/proc/8830/task/8834/stat : 8834 (java) S 8829 8816 7967 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636474607 885194752 28474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8835] ppid=8829 vsize=864448 CPUtime=0
/proc/8830/task/8835/stat : 8835 (java) S 8829 8816 7967 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636474609 885194752 28474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8836] ppid=8829 vsize=864448 CPUtime=0.1
/proc/8830/task/8836/stat : 8836 (java) S 8829 8816 7967 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 636474609 885194752 28474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8837] ppid=8829 vsize=864448 CPUtime=0
/proc/8830/task/8837/stat : 8837 (java) S 8829 8816 7967 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 636474609 885194752 28474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8838] ppid=8829 vsize=864448 CPUtime=0
/proc/8830/task/8838/stat : 8838 (java) S 8829 8816 7967 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 636474609 885194752 28474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883404

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 8838
/proc/meminfo: memFree=918984/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=0.45
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 974 4770 0 1 3 0 39 3 15 0 1 0 636474552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 797 370 3 0 500 0
[pid=8829] ppid=8816 vsize=5356 CPUtime=0
/proc/8829/stat : 8829 (sh) S 8816 8816 7967 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636474605 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8829/statm: 1339 233 193 169 0 50 0
[pid=8830] ppid=8829 vsize=864448 CPUtime=24.72
/proc/8830/stat : 8830 (java) S 8829 8816 7967 0 -1 0 31961 0 1 0 2454 18 0 0 18 0 9 0 636474605 885194752 31113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8830/statm: 216112 31113 2564 9 0 210659 0
[pid=8830/tid=8831] ppid=8829 vsize=864448 CPUtime=22.5
/proc/8830/task/8831/stat : 8831 (java) R 8829 8816 7967 0 -1 64 3913 0 1 0 2244 6 0 0 25 0 9 0 636474606 885194752 31113 996147200 134512640 134550740 4294955952 18446744073709551615 4126623108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8832] ppid=8829 vsize=864448 CPUtime=2.07
/proc/8830/task/8832/stat : 8832 (java) S 8829 8816 7967 0 -1 64 26998 0 0 0 197 10 0 0 16 0 9 0 636474607 885194752 31113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8833] ppid=8829 vsize=864448 CPUtime=0
/proc/8830/task/8833/stat : 8833 (java) S 8829 8816 7967 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 636474607 885194752 31113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8830/tid=8834] ppid=8829 vsize=864448 CPUtime=0
/proc/8830/task/8834/stat : 8834 (java) S 8829 8816 7967 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 636474607 885194752 31113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1199768/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=316.23
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 1022 75199 0 2 3 1 31467 152 16 0 1 0 636474552 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 799 370 3 0 500 0
[pid=8839] ppid=8816 vsize=5356 CPUtime=0
/proc/8839/stat : 8839 (sh) S 8816 8816 7967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636506503 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8839/statm: 1339 232 193 169 0 50 0
[pid=8840] ppid=8839 vsize=170008 CPUtime=1034.39
/proc/8840/stat : 8840 (picosat) R 8839 8816 7967 0 -1 4194304 43899 0 0 0 99567 3872 0 0 25 0 1 0 636506503 174088192 42012 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/8840/statm: 42502 42012 48 102 0 42397 0
Current children cumulated CPU time (s) 1350.62
Current children cumulated vsize (KiB) 188964

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 8873
/proc/meminfo: memFree=1199768/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=316.23
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 1022 75199 0 2 3 1 31467 152 16 0 1 0 636474552 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 799 370 3 0 500 0
[pid=8839] ppid=8816 vsize=5356 CPUtime=0
/proc/8839/stat : 8839 (sh) S 8816 8816 7967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636506503 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8839/statm: 1339 232 193 169 0 50 0
[pid=8840] ppid=8839 vsize=170140 CPUtime=1094.37
/proc/8840/stat : 8840 (picosat) R 8839 8816 7967 0 -1 4194304 43937 0 0 0 105565 3872 0 0 25 0 1 0 636506503 174223360 42050 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8840/statm: 42535 42050 48 102 0 42430 0
Current children cumulated CPU time (s) 1410.6
Current children cumulated vsize (KiB) 189096

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/76 8873
/proc/meminfo: memFree=1199192/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=316.23
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 1022 75199 0 2 3 1 31467 152 16 0 1 0 636474552 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 799 370 3 0 500 0
[pid=8839] ppid=8816 vsize=5356 CPUtime=0
/proc/8839/stat : 8839 (sh) S 8816 8816 7967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636506503 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8839/statm: 1339 232 193 169 0 50 0
[pid=8840] ppid=8839 vsize=170536 CPUtime=1154.34
/proc/8840/stat : 8840 (picosat) R 8839 8816 7967 0 -1 4194304 44244 0 0 0 111561 3873 0 0 25 0 1 0 636506503 174628864 42160 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8840/statm: 42634 42160 48 102 0 42529 0
Current children cumulated CPU time (s) 1470.57
Current children cumulated vsize (KiB) 189492

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 8873
/proc/meminfo: memFree=1199128/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=316.23
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 1022 75199 0 2 3 1 31467 152 16 0 1 0 636474552 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 799 370 3 0 500 0
[pid=8839] ppid=8816 vsize=5356 CPUtime=0
/proc/8839/stat : 8839 (sh) S 8816 8816 7967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636506503 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8839/statm: 1339 232 193 169 0 50 0
[pid=8840] ppid=8839 vsize=170536 CPUtime=1214.32
/proc/8840/stat : 8840 (picosat) R 8839 8816 7967 0 -1 4194304 44244 0 0 0 117559 3873 0 0 25 0 1 0 636506503 174628864 42160 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8840/statm: 42634 42160 48 102 0 42529 0
Current children cumulated CPU time (s) 1530.55
Current children cumulated vsize (KiB) 189492

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 8873
/proc/meminfo: memFree=1198104/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=316.23
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 1022 75199 0 2 3 1 31467 152 16 0 1 0 636474552 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 799 370 3 0 500 0
[pid=8839] ppid=8816 vsize=5356 CPUtime=0
/proc/8839/stat : 8839 (sh) S 8816 8816 7967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636506503 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8839/statm: 1339 232 193 169 0 50 0
[pid=8840] ppid=8839 vsize=171460 CPUtime=1274.3
/proc/8840/stat : 8840 (picosat) R 8839 8816 7967 0 -1 4194304 44698 0 0 0 123557 3873 0 0 25 0 1 0 636506503 175575040 42408 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8840/statm: 42865 42408 48 102 0 42760 0
Current children cumulated CPU time (s) 1590.53
Current children cumulated vsize (KiB) 190416

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8873
/proc/meminfo: memFree=1198104/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=316.23
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 1022 75199 0 2 3 1 31467 152 16 0 1 0 636474552 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 799 370 3 0 500 0
[pid=8839] ppid=8816 vsize=5356 CPUtime=0
/proc/8839/stat : 8839 (sh) S 8816 8816 7967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636506503 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8839/statm: 1339 232 193 169 0 50 0
[pid=8840] ppid=8839 vsize=171460 CPUtime=1334.27
/proc/8840/stat : 8840 (picosat) R 8839 8816 7967 0 -1 4194304 44698 0 0 0 129554 3873 0 0 25 0 1 0 636506503 175575040 42408 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 0 0 0
/proc/8840/statm: 42865 42408 48 102 0 42760 0
Current children cumulated CPU time (s) 1650.5
Current children cumulated vsize (KiB) 190416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8873
/proc/meminfo: memFree=1198104/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=316.23
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 1022 75199 0 2 3 1 31467 152 16 0 1 0 636474552 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 799 370 3 0 500 0
[pid=8839] ppid=8816 vsize=5356 CPUtime=0
/proc/8839/stat : 8839 (sh) S 8816 8816 7967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636506503 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8839/statm: 1339 232 193 169 0 50 0
[pid=8840] ppid=8839 vsize=171460 CPUtime=1394.25
/proc/8840/stat : 8840 (picosat) R 8839 8816 7967 0 -1 4194304 44698 0 0 0 135552 3873 0 0 25 0 1 0 636506503 175575040 42408 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8840/statm: 42865 42408 48 102 0 42760 0
Current children cumulated CPU time (s) 1710.48
Current children cumulated vsize (KiB) 190416

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8873
/proc/meminfo: memFree=1197400/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=316.23
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 1022 75199 0 2 3 1 31467 152 16 0 1 0 636474552 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 799 370 3 0 500 0
[pid=8839] ppid=8816 vsize=5356 CPUtime=0
/proc/8839/stat : 8839 (sh) S 8816 8816 7967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636506503 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8839/statm: 1339 232 193 169 0 50 0
[pid=8840] ppid=8839 vsize=172120 CPUtime=1454.23
/proc/8840/stat : 8840 (picosat) R 8839 8816 7967 0 -1 4194304 45096 0 0 0 141549 3874 0 0 25 0 1 0 636506503 176250880 42588 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/8840/statm: 43030 42588 48 102 0 42925 0
Current children cumulated CPU time (s) 1770.46
Current children cumulated vsize (KiB) 191076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8873
/proc/meminfo: memFree=1197400/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=316.23
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 1022 75199 0 2 3 1 31467 152 16 0 1 0 636474552 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 799 370 3 0 500 0
[pid=8839] ppid=8816 vsize=5356 CPUtime=0
/proc/8839/stat : 8839 (sh) S 8816 8816 7967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636506503 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8839/statm: 1339 232 193 169 0 50 0
[pid=8840] ppid=8839 vsize=172120 CPUtime=1483.82
/proc/8840/stat : 8840 (picosat) R 8839 8816 7967 0 -1 4194304 45096 0 0 0 144508 3874 0 0 25 0 1 0 636506503 176250880 42588 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 0 0 0
/proc/8840/statm: 43030 42588 48 102 0 42925 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 191076

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

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

[startup+1811.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 8873
/proc/meminfo: memFree=1197400/2055920 swapFree=4179840/4192956
[pid=8816] ppid=8814 vsize=13600 CPUtime=316.23
/proc/8816/stat : 8816 (sugar) S 8814 8816 7967 0 -1 4194304 1022 75199 0 2 3 1 31467 152 16 0 1 0 636474552 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8816/statm: 3400 799 370 3 0 500 0
[pid=8839] ppid=8816 vsize=5356 CPUtime=0
/proc/8839/stat : 8839 (sh) S 8816 8816 7967 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636506503 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8839/statm: 1339 232 193 169 0 50 0
[pid=8840] ppid=8839 vsize=172120 CPUtime=1483.82
/proc/8840/stat : 8840 (picosat) R 8839 8816 7967 0 -1 4194304 45096 0 0 0 144508 3874 0 0 25 0 1 0 636506503 176250880 42588 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 0 0 0
/proc/8840/statm: 43030 42588 48 102 0 42925 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 191076

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8816 and gives
#  childrusage.ru_utime.tv_sec=314
#  childrusage.ru_utime.tv_usec=717155
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=538766
# CPU time returned by wait4() is 316.256
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.93
CPU time (s): 1800.05
CPU user time (s): 1759.78
CPU system time (s): 40.27
CPU usage (%): 99.3441
Max. virtual memory (cumulated for all children) (KiB): 894156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 314.717
system time used= 1.53877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76576
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= 17434
involuntary context switches= 23936

runsolver used 2.14567 second user time and 5.9031 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-04 08:27:33
IDJOB=1068225
IDBENCH=55505
IDSOLVER=345
FILE ID=node17/1068225-1215152853
PBS_JOBID= 7877401
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da2ac26052baa9f2c530f67d033b239f
RANDOM SEED=815504635

node17.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.234
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.234
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:       1042624 kB
Buffers:         44312 kB
Cached:         141600 kB
SwapCached:       6936 kB
Active:         874844 kB
Inactive:        80904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1042624 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:         786004 kB
Slab:            41128 kB
Committed_AS:  1688700 kB
PageTables:       3480 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= 66556 MiB
End job on node17 at 2008-07-04 08:57:47