Trace number 1068135

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.04 1807.62

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-19-09.xml
MD5SUMb21238ab3357771cb5ca4999aeceaa15
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.437932
Satisfiable
(Un)Satisfiability was proved
Number of variables295
Number of constraints2699
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension130
Number of constraints which are defined in intension2569
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:22:39 2008
0.00/0.04	c 0	PID 29818
0.00/0.05	c 0	HOST node64.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1068135-1215152559.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068135-1215152559.xml' 'HOME/temp.csp'
0.03/0.95	c 1	1 domains, 295 variables, 9 predicates, 8 relations, 2699 constraints
0.03/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.98	c 1	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.92/1.07	c 1	Parsing HOME/temp.csp
1.41/1.58	c 1	parsed 3012 expressions
1.41/1.59	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.59	c 1	Converting to clausal form CSP
1.51/1.62	c 2	converted 302 (10%) expressions
3.10/3.27	c 3	converted 603 (20%) expressions
3.21/3.36	c 3	converted 904 (30%) expressions
3.50/3.65	c 4	converted 1205 (40%) expressions
3.60/3.72	c 4	converted 1506 (50%) expressions
3.60/3.76	c 4	converted 1808 (60%) expressions
3.60/3.79	c 4	converted 2109 (70%) expressions
3.69/3.85	c 4	converted 2410 (80%) expressions
4.10/4.27	c 4	converted 2711 (90%) expressions
4.20/4.31	c 4	converted 3012 (100%) expressions
4.20/4.31	c 4	CSP : 295 integers, 0 booleans, 2699 clauses, largest domain size 26
4.20/4.31	c 4	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.20/4.31	c 4	Propagation in CSP
4.29/4.44	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.29/4.44	c 4	CSP : 295 integers, 0 booleans, 2699 clauses, largest domain size 26
4.29/4.44	c 4	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.29/4.45	c 4	Simplifing CSP by introducing new Boolean variables
4.39/4.54	c 4	CSP : 295 integers, 19880 booleans, 22579 clauses, largest domain size 26
4.39/4.54	c 4	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.79/4.96	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.79/4.99	c 5	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
4.79/4.99	c 5	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
4.79/5.00	c 5	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
4.79/5.00	c 5	118 (40%) CSP integer variables are encoded (2832 clauses, 34753 bytes)
4.79/5.00	c 5	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
4.89/5.00	c 5	177 (60%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
4.89/5.00	c 5	207 (70%) CSP integer variables are encoded (4968 clauses, 62521 bytes)
4.89/5.00	c 5	236 (80%) CSP integer variables are encoded (5664 clauses, 71569 bytes)
4.89/5.00	c 5	266 (90%) CSP integer variables are encoded (6384 clauses, 80929 bytes)
4.89/5.00	c 5	295 (100%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
25.77/26.01	c 26	2258 (10%) CSP clauses are encoded (595696 clauses, 22040406 bytes)
55.51/55.96	c 56	4516 (20%) CSP clauses are encoded (888494 clauses, 35809238 bytes)
55.62/56.08	c 56	6774 (30%) CSP clauses are encoded (940927 clauses, 36784480 bytes)
61.18/61.66	c 62	9032 (40%) CSP clauses are encoded (1030709 clauses, 39936852 bytes)
61.28/61.77	c 62	11290 (50%) CSP clauses are encoded (1083142 clauses, 40924800 bytes)
61.38/61.88	c 62	13548 (60%) CSP clauses are encoded (1135600 clauses, 41938062 bytes)
66.85/67.39	c 67	15806 (70%) CSP clauses are encoded (1225382 clauses, 45274456 bytes)
67.05/67.50	c 67	18064 (80%) CSP clauses are encoded (1277815 clauses, 46308569 bytes)
77.99/78.53	c 78	20322 (90%) CSP clauses are encoded (1404946 clauses, 51947244 bytes)
78.49/79.07	c 79	22579 (100%) CSP clauses are encoded (1467919 clauses, 53831103 bytes)
78.49/79.07	c 79	22579 CSP clauses encoded
78.49/79.07	c 79	Writing map file : HOME/temp.map
78.49/79.09	c 79	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
78.49/79.09	c 79	SAT : 27255 SAT variables, 1467919 SAT clauses, 53831103 bytes
78.49/79.09	c 79	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
78.58/79.15	c 79	SOLVING HOME/temp.cnf
78.58/79.15	c 79	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1807.61	c ERROR INTERRUPTED
1800.04/1807.62	s UNKNOWN
1800.04/1807.62	c 1808	CPU 77.93 (0.03 0.01 77.9 0.69)
1800.04/1807.62	c 1808	END Fri Jul  4 08:52:47 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-1068135-1215152559/watcher-1068135-1215152559 -o /tmp/evaluation-result-1068135-1215152559/solver-1068135-1215152559 -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-1068135-1215152559.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.92 2.01 1.99 4/81 29818
/proc/meminfo: memFree=1102720/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=18572 CPUtime=0
/proc/29818/stat : 29818 (runsolver) R 29816 29818 26955 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1994226243 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 251255123239 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29818/statm: 4643 292 257 25 0 2626 0

[startup+0.0915899 s]
/proc/loadavg: 1.92 2.01 1.99 4/81 29818
/proc/meminfo: memFree=1102720/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=0.03
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994226243 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101589 s]
/proc/loadavg: 1.92 2.01 1.99 4/81 29818
/proc/meminfo: memFree=1102720/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=0.03
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994226243 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301609 s]
/proc/loadavg: 1.92 2.01 1.99 4/81 29818
/proc/meminfo: memFree=1102720/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=0.03
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994226243 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70166 s]
/proc/loadavg: 1.92 2.01 1.99 4/81 29818
/proc/meminfo: memFree=1102720/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=0.03
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994226243 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50176 s]
/proc/loadavg: 1.92 2.01 1.99 3/84 29832
/proc/meminfo: memFree=1099104/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=0.92
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 973 7439 0 1 3 0 84 5 16 0 1 0 1994226243 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 797 370 3 0 500 0
[pid=29831] ppid=29818 vsize=5356 CPUtime=0
/proc/29831/stat : 29831 (sh) S 29818 29818 26955 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994226342 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29831/statm: 1339 233 193 169 0 50 0
[pid=29832] ppid=29831 vsize=864148 CPUtime=0.49
/proc/29832/stat : 29832 (java) S 29831 29818 26955 0 -1 0 4795 0 1 0 47 2 0 0 18 0 9 0 1994226342 884887552 4222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 216037 4222 1803 9 0 210619 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883104

[startup+3.10292 s]
/proc/loadavg: 1.92 2.01 1.99 3/92 29840
/proc/meminfo: memFree=1076512/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=0.92
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 973 7439 0 1 3 0 84 5 15 0 1 0 1994226243 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 797 370 3 0 500 0
[pid=29831] ppid=29818 vsize=5356 CPUtime=0
/proc/29831/stat : 29831 (sh) S 29818 29818 26955 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994226342 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29831/statm: 1339 233 193 169 0 50 0
[pid=29832] ppid=29831 vsize=864276 CPUtime=2.08
/proc/29832/stat : 29832 (java) S 29831 29818 26955 0 -1 0 14646 0 1 0 200 8 0 0 18 0 9 0 1994226342 885018624 13871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 216069 13871 2540 9 0 210644 0
[pid=29832/tid=29833] ppid=29831 vsize=864276 CPUtime=0.93
/proc/29832/task/29833/stat : 29833 (java) R 29831 29818 26955 0 -1 64 3150 0 1 0 92 1 0 0 22 0 9 0 1994226344 885018624 13871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29834] ppid=29831 vsize=864276 CPUtime=1.03
/proc/29832/task/29834/stat : 29834 (java) R 29831 29818 26955 0 -1 64 10454 0 0 0 98 5 0 0 18 0 9 0 1994226345 885018624 13871 996147200 134512640 134550740 4294955952 18446744073709551615 102514524 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29835] ppid=29831 vsize=864276 CPUtime=0
/proc/29832/task/29835/stat : 29835 (java) S 29831 29818 26955 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994226345 885018624 13871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29836] ppid=29831 vsize=864276 CPUtime=0
/proc/29832/task/29836/stat : 29836 (java) S 29831 29818 26955 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994226345 885018624 13871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29837] ppid=29831 vsize=864276 CPUtime=0
/proc/29832/task/29837/stat : 29837 (java) S 29831 29818 26955 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994226347 885018624 13871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29838] ppid=29831 vsize=864276 CPUtime=0.09
/proc/29832/task/29838/stat : 29838 (java) S 29831 29818 26955 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 1994226347 885018624 13871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29839] ppid=29831 vsize=864276 CPUtime=0
/proc/29832/task/29839/stat : 29839 (java) S 29831 29818 26955 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994226347 885018624 13871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29840] ppid=29831 vsize=864276 CPUtime=0
/proc/29832/task/29840/stat : 29840 (java) S 29831 29818 26955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994226347 885018624 13871 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883232

[startup+6.30227 s]
/proc/loadavg: 1.93 2.00 1.99 3/92 29840
/proc/meminfo: memFree=1016864/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=0.92
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 974 7439 0 1 3 0 84 5 15 0 1 0 1994226243 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 797 370 3 0 500 0
[pid=29831] ppid=29818 vsize=5356 CPUtime=0
/proc/29831/stat : 29831 (sh) S 29818 29818 26955 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994226342 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29831/statm: 1339 233 193 169 0 50 0
[pid=29832] ppid=29831 vsize=868516 CPUtime=5.26
/proc/29832/stat : 29832 (java) S 29831 29818 26955 0 -1 0 23937 0 1 0 511 15 0 0 18 0 9 0 1994226342 889360384 22981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 217129 22981 2567 9 0 211676 0
[pid=29832/tid=29833] ppid=29831 vsize=868516 CPUtime=2.71
/proc/29832/task/29833/stat : 29833 (java) R 29831 29818 26955 0 -1 64 3729 0 1 0 268 3 0 0 25 0 9 0 1994226344 889360384 22981 996147200 134512640 134550740 4294955952 18446744073709551615 4126975575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29834] ppid=29831 vsize=868516 CPUtime=2.26
/proc/29832/task/29834/stat : 29834 (java) S 29831 29818 26955 0 -1 64 18015 0 0 0 217 9 0 0 16 0 9 0 1994226345 889360384 22981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29835] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29835/stat : 29835 (java) S 29831 29818 26955 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994226345 889360384 22981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29836] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29836/stat : 29836 (java) S 29831 29818 26955 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994226345 889360384 22981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29837] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29837/stat : 29837 (java) S 29831 29818 26955 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994226347 889360384 22981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29838] ppid=29831 vsize=868516 CPUtime=0.25
/proc/29832/task/29838/stat : 29838 (java) S 29831 29818 26955 0 -1 64 1495 0 0 0 24 1 0 0 15 0 9 0 1994226347 889360384 22981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29839] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29839/stat : 29839 (java) S 29831 29818 26955 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994226347 889360384 22981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29840] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29840/stat : 29840 (java) S 29831 29818 26955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994226347 889360384 22981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887472

[startup+12.703 s]
/proc/loadavg: 1.93 2.00 1.99 3/92 29840
/proc/meminfo: memFree=1007136/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=0.92
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 974 7439 0 1 3 0 84 5 15 0 1 0 1994226243 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 797 370 3 0 500 0
[pid=29831] ppid=29818 vsize=5356 CPUtime=0
/proc/29831/stat : 29831 (sh) S 29818 29818 26955 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994226342 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29831/statm: 1339 233 193 169 0 50 0
[pid=29832] ppid=29831 vsize=868516 CPUtime=11.62
/proc/29832/stat : 29832 (java) S 29831 29818 26955 0 -1 0 24038 0 1 0 1140 22 0 0 18 0 9 0 1994226342 889360384 22991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 217129 22991 2567 9 0 211676 0
[pid=29832/tid=29833] ppid=29831 vsize=868516 CPUtime=8.83
/proc/29832/task/29833/stat : 29833 (java) R 29831 29818 26955 0 -1 64 3822 0 1 0 874 9 0 0 25 0 9 0 1994226344 889360384 22991 996147200 134512640 134550740 4294955952 18446744073709551615 4126975575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29834] ppid=29831 vsize=868516 CPUtime=2.49
/proc/29832/task/29834/stat : 29834 (java) S 29831 29818 26955 0 -1 64 18015 0 0 0 239 10 0 0 16 0 9 0 1994226345 889360384 22991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29835] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29835/stat : 29835 (java) S 29831 29818 26955 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994226345 889360384 22991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29836] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29836/stat : 29836 (java) S 29831 29818 26955 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994226345 889360384 22991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29837] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29837/stat : 29837 (java) S 29831 29818 26955 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994226347 889360384 22991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29838] ppid=29831 vsize=868516 CPUtime=0.27
/proc/29832/task/29838/stat : 29838 (java) S 29831 29818 26955 0 -1 64 1503 0 0 0 26 1 0 0 16 0 9 0 1994226347 889360384 22991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29839] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29839/stat : 29839 (java) S 29831 29818 26955 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994226347 889360384 22991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29840] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29840/stat : 29840 (java) S 29831 29818 26955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994226347 889360384 22991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887472

[startup+25.5024 s]
/proc/loadavg: 1.95 2.00 1.99 3/92 29840
/proc/meminfo: memFree=981408/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=0.92
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 974 7439 0 1 3 0 84 5 15 0 1 0 1994226243 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 797 370 3 0 500 0
[pid=29831] ppid=29818 vsize=5356 CPUtime=0
/proc/29831/stat : 29831 (sh) S 29818 29818 26955 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994226342 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29831/statm: 1339 233 193 169 0 50 0
[pid=29832] ppid=29831 vsize=868516 CPUtime=24.35
/proc/29832/stat : 29832 (java) S 29831 29818 26955 0 -1 0 28218 0 1 0 2404 31 0 0 18 0 9 0 1994226342 889360384 27058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29832/statm: 217129 27058 2567 9 0 211676 0
[pid=29832/tid=29833] ppid=29831 vsize=868516 CPUtime=21.12
/proc/29832/task/29833/stat : 29833 (java) R 29831 29818 26955 0 -1 64 3935 0 1 0 2097 15 0 0 25 0 9 0 1994226344 889360384 27058 996147200 134512640 134550740 4294955952 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29834] ppid=29831 vsize=868516 CPUtime=2.92
/proc/29832/task/29834/stat : 29834 (java) S 29831 29818 26955 0 -1 64 22078 0 0 0 279 13 0 0 16 0 9 0 1994226345 889360384 27058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29835] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29835/stat : 29835 (java) S 29831 29818 26955 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994226345 889360384 27058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29836] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29836/stat : 29836 (java) S 29831 29818 26955 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994226345 889360384 27058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29837] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29837/stat : 29837 (java) S 29831 29818 26955 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994226347 889360384 27058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29838] ppid=29831 vsize=868516 CPUtime=0.28
/proc/29832/task/29838/stat : 29838 (java) S 29831 29818 26955 0 -1 64 1507 0 0 0 27 1 0 0 16 0 9 0 1994226347 889360384 27058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29839] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29839/stat : 29839 (java) S 29831 29818 26955 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994226347 889360384 27058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29832/tid=29840] ppid=29831 vsize=868516 CPUtime=0
/proc/29832/task/29840/stat : 29840 (java) S 29831 29818 26955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994226347 889360384 27058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 887472

[startup+51.1022 s]
/proc/loadavg: 1.96 2.00 1.99 3/92 29840
/proc/meminfo: memFree=949472/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=0.92
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 974 7439 0 1 3 0 84 5 16 0 1 0 1994226243 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=953888/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=78.62
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 1023 49942 0 2 3 1 7790 68 16 0 1 0 1994226243 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 799 370 3 0 500 0
[pid=29841] ppid=29818 vsize=5356 CPUtime=0
/proc/29841/stat : 29841 (sh) S 29818 29818 26955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994234158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29841/statm: 1339 232 193 169 0 50 0
[pid=29842] ppid=29841 vsize=94028 CPUtime=1217.19
/proc/29842/stat : 29842 (picosat) R 29841 29818 26955 0 -1 4194304 25524 0 0 0 120387 1332 0 0 25 0 1 0 1994234159 96284672 22845 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29842/statm: 23507 22845 48 102 0 23402 0
Current children cumulated CPU time (s) 1295.81
Current children cumulated vsize (KiB) 112984

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29844
/proc/meminfo: memFree=953120/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=78.62
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 1023 49942 0 2 3 1 7790 68 16 0 1 0 1994226243 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 799 370 3 0 500 0
[pid=29841] ppid=29818 vsize=5356 CPUtime=0
/proc/29841/stat : 29841 (sh) S 29818 29818 26955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994234158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29841/statm: 1339 232 193 169 0 50 0
[pid=29842] ppid=29841 vsize=94556 CPUtime=1276.89
/proc/29842/stat : 29842 (picosat) R 29841 29818 26955 0 -1 4194304 25936 0 0 0 126357 1332 0 0 25 0 1 0 1994234159 96825344 23019 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29842/statm: 23639 23019 48 102 0 23534 0
Current children cumulated CPU time (s) 1355.51
Current children cumulated vsize (KiB) 113512

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29844
/proc/meminfo: memFree=953120/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=78.62
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 1023 49942 0 2 3 1 7790 68 16 0 1 0 1994226243 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 799 370 3 0 500 0
[pid=29841] ppid=29818 vsize=5356 CPUtime=0
/proc/29841/stat : 29841 (sh) S 29818 29818 26955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994234158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29841/statm: 1339 232 193 169 0 50 0
[pid=29842] ppid=29841 vsize=94556 CPUtime=1336.61
/proc/29842/stat : 29842 (picosat) R 29841 29818 26955 0 -1 4194304 25936 0 0 0 132329 1332 0 0 25 0 1 0 1994234159 96825344 23019 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29842/statm: 23639 23019 48 102 0 23534 0
Current children cumulated CPU time (s) 1415.23
Current children cumulated vsize (KiB) 113512

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29844
/proc/meminfo: memFree=952096/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=78.62
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 1023 49942 0 2 3 1 7790 68 16 0 1 0 1994226243 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 799 370 3 0 500 0
[pid=29841] ppid=29818 vsize=5356 CPUtime=0
/proc/29841/stat : 29841 (sh) S 29818 29818 26955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994234158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29841/statm: 1339 232 193 169 0 50 0
[pid=29842] ppid=29841 vsize=95480 CPUtime=1396.31
/proc/29842/stat : 29842 (picosat) R 29841 29818 26955 0 -1 4194304 26428 0 0 0 138299 1332 0 0 25 0 1 0 1994234159 97771520 23258 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/29842/statm: 23870 23258 48 102 0 23765 0
Current children cumulated CPU time (s) 1474.93
Current children cumulated vsize (KiB) 114436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29882
/proc/meminfo: memFree=1643832/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=78.62
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 1023 49942 0 2 3 1 7790 68 16 0 1 0 1994226243 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 799 370 3 0 500 0
[pid=29841] ppid=29818 vsize=5356 CPUtime=0
/proc/29841/stat : 29841 (sh) S 29818 29818 26955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994234158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29841/statm: 1339 232 193 169 0 50 0
[pid=29842] ppid=29841 vsize=95480 CPUtime=1456.21
/proc/29842/stat : 29842 (picosat) R 29841 29818 26955 0 -1 4194304 26428 0 0 0 144288 1333 0 0 25 0 1 0 1994234159 97771520 23258 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29842/statm: 23870 23258 48 102 0 23765 0
Current children cumulated CPU time (s) 1534.83
Current children cumulated vsize (KiB) 114436

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29882
/proc/meminfo: memFree=1636472/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=78.62
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 1023 49942 0 2 3 1 7790 68 16 0 1 0 1994226243 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 799 370 3 0 500 0
[pid=29841] ppid=29818 vsize=5356 CPUtime=0
/proc/29841/stat : 29841 (sh) S 29818 29818 26955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994234158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29841/statm: 1339 232 193 169 0 50 0
[pid=29842] ppid=29841 vsize=97692 CPUtime=1516.19
/proc/29842/stat : 29842 (picosat) R 29841 29818 26955 0 -1 4194304 26995 0 0 0 150286 1333 0 0 25 0 1 0 1994234159 100036608 23569 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29842/statm: 24423 23569 48 102 0 24318 0
Current children cumulated CPU time (s) 1594.81
Current children cumulated vsize (KiB) 116648

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29882
/proc/meminfo: memFree=1636344/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=78.62
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 1023 49942 0 2 3 1 7790 68 16 0 1 0 1994226243 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 799 370 3 0 500 0
[pid=29841] ppid=29818 vsize=5356 CPUtime=0
/proc/29841/stat : 29841 (sh) S 29818 29818 26955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994234158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29841/statm: 1339 232 193 169 0 50 0
[pid=29842] ppid=29841 vsize=97692 CPUtime=1576.17
/proc/29842/stat : 29842 (picosat) R 29841 29818 26955 0 -1 4194304 26995 0 0 0 156283 1334 0 0 25 0 1 0 1994234159 100036608 23569 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29842/statm: 24423 23569 48 102 0 24318 0
Current children cumulated CPU time (s) 1654.79
Current children cumulated vsize (KiB) 116648

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29882
/proc/meminfo: memFree=1635256/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=78.62
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 1023 49942 0 2 3 1 7790 68 16 0 1 0 1994226243 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 799 370 3 0 500 0
[pid=29841] ppid=29818 vsize=5356 CPUtime=0
/proc/29841/stat : 29841 (sh) S 29818 29818 26955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994234158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29841/statm: 1339 232 193 169 0 50 0
[pid=29842] ppid=29841 vsize=98616 CPUtime=1636.15
/proc/29842/stat : 29842 (picosat) R 29841 29818 26955 0 -1 4194304 27527 0 0 0 162281 1334 0 0 25 0 1 0 1994234159 100982784 23831 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/29842/statm: 24654 23831 48 102 0 24549 0
Current children cumulated CPU time (s) 1714.77
Current children cumulated vsize (KiB) 117572

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29882
/proc/meminfo: memFree=1635256/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=78.62
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 1023 49942 0 2 3 1 7790 68 16 0 1 0 1994226243 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 799 370 3 0 500 0
[pid=29841] ppid=29818 vsize=5356 CPUtime=0
/proc/29841/stat : 29841 (sh) S 29818 29818 26955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994234158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29841/statm: 1339 232 193 169 0 50 0
[pid=29842] ppid=29841 vsize=98616 CPUtime=1696.12
/proc/29842/stat : 29842 (picosat) R 29841 29818 26955 0 -1 4194304 27527 0 0 0 168278 1334 0 0 25 0 1 0 1994234159 100982784 23831 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29842/statm: 24654 23831 48 102 0 24549 0
Current children cumulated CPU time (s) 1774.74
Current children cumulated vsize (KiB) 117572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29882
/proc/meminfo: memFree=1633080/2055920 swapFree=4178936/4192956
[pid=29818] ppid=29816 vsize=13600 CPUtime=78.62
/proc/29818/stat : 29818 (sugar) S 29816 29818 26955 0 -1 4194304 1023 49942 0 2 3 1 7790 68 16 0 1 0 1994226243 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29818/statm: 3400 799 370 3 0 500 0
[pid=29841] ppid=29818 vsize=5356 CPUtime=0
/proc/29841/stat : 29841 (sh) S 29818 29818 26955 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994234158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29841/statm: 1339 232 193 169 0 50 0
[pid=29842] ppid=29841 vsize=100860 CPUtime=1721.42
/proc/29842/stat : 29842 (picosat) R 29841 29818 26955 0 -1 4194304 28100 0 0 0 170807 1335 0 0 25 0 1 0 1994234159 103280640 24404 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29842/statm: 25215 24404 48 102 0 25110 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 119816

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 29818 and gives
#  childrusage.ru_utime.tv_sec=77
#  childrusage.ru_utime.tv_usec=943150
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=705892
# CPU time returned by wait4() is 78.649
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.62
CPU time (s): 1800.04
CPU user time (s): 1786
CPU system time (s): 14.04
CPU usage (%): 99.5804
Max. virtual memory (cumulated for all children) (KiB): 907964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.9432
system time used= 0.705892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51319
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= 7777
involuntary context switches= 9956

runsolver used 2.15267 second user time and 6.09407 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-04 08:22:39
IDJOB=1068135
IDBENCH=55480
IDSOLVER=345
FILE ID=node64/1068135-1215152559
PBS_JOBID= 7877382
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-19-09.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-1068135-1215152559/watcher-1068135-1215152559 -o /tmp/evaluation-result-1068135-1215152559/solver-1068135-1215152559 -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-1068135-1215152559.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b21238ab3357771cb5ca4999aeceaa15
RANDOM SEED=2116723440

node64.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.248
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.248
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:       1103264 kB
Buffers:         14336 kB
Cached:         111340 kB
SwapCached:       7400 kB
Active:         865860 kB
Inactive:        30080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1103264 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            2020 kB
Writeback:           0 kB
Mapped:         786220 kB
Slab:            40168 kB
Committed_AS:  4757124 kB
PageTables:       3380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node64 at 2008-07-04 08:52:49