Trace number 1064042

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 1815.14

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-10.xml
MD5SUMc027916dfd2e151efb6693997eb2418f
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.767883
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints3443
Maximum constraint arity38
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension3315
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 04:46:54 2008
0.00/0.05	c 0	PID 22195
0.00/0.05	c 0	HOST node57.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1064042-1215139614.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-1064042-1215139614.xml' 'HOME/temp.csp'
1.55/1.68	c 2	1 domains, 291 variables, 8 predicates, 8 relations, 3443 constraints
1.64/1.73	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.64/1.73	c 2	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'
1.65/1.81	c 2	Parsing HOME/temp.csp
3.28/3.42	c 3	parsed 3751 expressions
3.28/3.43	c 3	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.28/3.43	c 3	Converting to clausal form CSP
4.67/4.83	c 5	converted 376 (10%) expressions
9.72/9.92	c 10	converted 751 (20%) expressions
9.72/9.96	c 10	converted 1126 (30%) expressions
9.72/10.00	c 10	converted 1501 (40%) expressions
9.81/10.06	c 10	converted 1876 (50%) expressions
9.81/10.09	c 10	converted 2251 (60%) expressions
10.21/10.42	c 10	converted 2626 (70%) expressions
10.31/10.52	c 10	converted 3001 (80%) expressions
10.31/10.55	c 11	converted 3376 (90%) expressions
12.39/12.62	c 13	converted 3751 (100%) expressions
12.39/12.62	c 13	CSP : 291 integers, 0 booleans, 3443 clauses, largest domain size 26
12.39/12.62	c 13	Heap : 207 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.39/12.62	c 13	Propagation in CSP
12.79/13.08	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.79/13.08	c 13	CSP : 291 integers, 0 booleans, 3443 clauses, largest domain size 26
12.79/13.08	c 13	Heap : 202 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.79/13.08	c 13	Simplifing CSP by introducing new Boolean variables
12.89/13.14	c 13	CSP : 291 integers, 26460 booleans, 29903 clauses, largest domain size 26
12.89/13.15	c 13	Heap : 212 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.27/14.58	c 15	Encoding CSP to SAT : HOME/temp.cnf
14.36/14.61	c 15	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
14.36/14.62	c 15	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
14.36/14.62	c 15	88 (30%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
14.36/14.62	c 15	117 (40%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
14.36/14.62	c 15	146 (50%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
14.36/14.62	c 15	175 (60%) CSP integer variables are encoded (4200 clauses, 52537 bytes)
14.36/14.62	c 15	204 (70%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
14.36/14.62	c 15	233 (80%) CSP integer variables are encoded (5592 clauses, 70633 bytes)
14.36/14.62	c 15	262 (90%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
14.36/14.63	c 15	291 (100%) CSP integer variables are encoded (6984 clauses, 88729 bytes)
650.37/656.81	c 657	2991 (10%) CSP clauses are encoded (2197883 clauses, 103430103 bytes)
650.47/656.94	c 657	5981 (20%) CSP clauses are encoded (2267323 clauses, 104723772 bytes)
650.56/657.08	c 657	8971 (30%) CSP clauses are encoded (2336763 clauses, 106040194 bytes)
650.76/657.22	c 657	11962 (40%) CSP clauses are encoded (2406229 clauses, 107373900 bytes)
650.87/657.35	c 657	14952 (50%) CSP clauses are encoded (2475644 clauses, 108742963 bytes)
900.34/909.24	c 909	17942 (60%) CSP clauses are encoded (2785155 clauses, 126133720 bytes)
900.43/909.38	c 909	20933 (70%) CSP clauses are encoded (2854621 clauses, 127503751 bytes)
900.63/909.52	c 909	23923 (80%) CSP clauses are encoded (2924061 clauses, 128873273 bytes)
1129.62/1140.74	c 1141	26913 (90%) CSP clauses are encoded (3233572 clauses, 146264030 bytes)
1314.52/1327.46	c 1327	29903 (100%) CSP clauses are encoded (3538201 clauses, 170562521 bytes)
1314.52/1327.46	c 1327	29903 CSP clauses encoded
1314.52/1327.46	c 1327	Writing map file : HOME/temp.map
1314.52/1327.48	c 1327	Heap : 341 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1314.52/1327.48	c 1327	SAT : 33735 SAT variables, 3538201 SAT clauses, 170562521 bytes
1314.52/1327.48	c 1327	Heap : 341 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1314.62/1327.54	c 1327	SOLVING HOME/temp.cnf
1314.62/1327.54	c 1327	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1815.11	c ERROR INTERRUPTED
1800.04/1815.14	s UNKNOWN
1800.04/1815.14	c 1815	CPU 1312.71 (0.03 0.01 1312.68 1.97)
1800.04/1815.14	c 1815	END Fri Jul  4 05:17:09 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-1064042-1215139614/watcher-1064042-1215139614 -o /tmp/evaluation-result-1064042-1215139614/solver-1064042-1215139614 -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-1064042-1215139614.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.02 2.08 2.03 4/81 22195
/proc/meminfo: memFree=1078616/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=4708 CPUtime=0
/proc/22195/stat : 22195 (sugar) R 22193 22195 21717 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 1992932845 4820992 41 996147200 4194304 4206940 548682068608 18446744073709551615 218073465552 0 0 4096 0 0 0 0 17 1 0 0
/proc/22195/statm: 1177 41 31 3 0 8 0

[startup+0.060895 s]
/proc/loadavg: 2.02 2.08 2.03 4/81 22195
/proc/meminfo: memFree=1078616/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=0.03
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992932845 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101907 s]
/proc/loadavg: 2.02 2.08 2.03 4/81 22195
/proc/meminfo: memFree=1078616/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=0.03
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992932845 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301931 s]
/proc/loadavg: 2.02 2.08 2.03 4/81 22195
/proc/meminfo: memFree=1078616/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=0.03
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992932845 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702003 s]
/proc/loadavg: 2.02 2.08 2.03 4/81 22195
/proc/meminfo: memFree=1078616/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=0.03
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992932845 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50214 s]
/proc/loadavg: 2.02 2.08 2.03 4/92 22207
/proc/meminfo: memFree=1053376/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=0.03
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992932845 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 796 370 3 0 500 0
[pid=22198] ppid=22195 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22195 22195 21717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992932851 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22198/statm: 1339 233 193 169 0 50 0
[pid=22199] ppid=22198 vsize=864696 CPUtime=1.42
/proc/22199/stat : 22199 (java) S 22198 22195 21717 0 -1 0 12407 0 1 0 133 9 0 0 18 0 9 0 1992932851 885448704 11512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22199/statm: 216174 11512 2529 9 0 210756 0
[pid=22199/tid=22200] ppid=22198 vsize=864696 CPUtime=0.91
/proc/22199/task/22200/stat : 22200 (java) R 22198 22195 21717 0 -1 64 4488 0 1 0 88 3 0 0 25 0 9 0 1992932852 885448704 11512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22199/tid=22201] ppid=22198 vsize=864696 CPUtime=0.34
/proc/22199/task/22201/stat : 22201 (java) R 22198 22195 21717 0 -1 64 6715 0 0 0 31 3 0 0 16 0 9 0 1992932853 885448704 11512 996147200 134512640 134550740 4294956016 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22199/tid=22202] ppid=22198 vsize=864696 CPUtime=0
/proc/22199/task/22202/stat : 22202 (java) S 22198 22195 21717 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1992932854 885448704 11512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22199/tid=22203] ppid=22198 vsize=864696 CPUtime=0
/proc/22199/task/22203/stat : 22203 (java) S 22198 22195 21717 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992932854 885448704 11512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22199/tid=22204] ppid=22198 vsize=864696 CPUtime=0
/proc/22199/task/22204/stat : 22204 (java) S 22198 22195 21717 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992932856 885448704 11512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22199/tid=22205] ppid=22198 vsize=864696 CPUtime=0.13
/proc/22199/task/22205/stat : 22205 (java) S 22198 22195 21717 0 -1 64 507 0 0 0 13 0 0 0 16 0 9 0 1992932856 885448704 11512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22199/tid=22206] ppid=22198 vsize=864696 CPUtime=0
/proc/22199/task/22206/stat : 22206 (java) S 22198 22195 21717 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992932856 885448704 11512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22199/tid=22207] ppid=22198 vsize=864696 CPUtime=0
/proc/22199/task/22207/stat : 22207 (java) S 22198 22195 21717 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992932856 885448704 11512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883652

[startup+3.10241 s]
/proc/loadavg: 2.02 2.08 2.03 4/92 22217
/proc/meminfo: memFree=1064448/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=1.65
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 973 12892 0 1 3 1 151 10 16 0 1 0 1992932845 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 797 370 3 0 500 0
[pid=22208] ppid=22195 vsize=5356 CPUtime=0
/proc/22208/stat : 22208 (sh) S 22195 22195 21717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992933019 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22208/statm: 1339 233 193 169 0 50 0
[pid=22209] ppid=22208 vsize=864076 CPUtime=1.34
/proc/22209/stat : 22209 (java) S 22208 22195 21717 0 -1 0 11042 0 1 0 128 6 0 0 19 0 9 0 1992933019 884813824 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22209/statm: 216019 10045 2532 9 0 210601 0
[pid=22209/tid=22210] ppid=22208 vsize=864076 CPUtime=0.77
/proc/22209/task/22210/stat : 22210 (java) R 22208 22195 21717 0 -1 64 2584 0 1 0 76 1 0 0 25 0 9 0 1992933020 884813824 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4126428713 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22211] ppid=22208 vsize=864076 CPUtime=0.48
/proc/22209/task/22211/stat : 22211 (java) S 22208 22195 21717 0 -1 64 7427 0 0 0 45 3 0 0 16 0 9 0 1992933021 884813824 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22212] ppid=22208 vsize=864076 CPUtime=0
/proc/22209/task/22212/stat : 22212 (java) S 22208 22195 21717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992933021 884813824 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22213] ppid=22208 vsize=864076 CPUtime=0
/proc/22209/task/22213/stat : 22213 (java) S 22208 22195 21717 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992933021 884813824 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22214] ppid=22208 vsize=864076 CPUtime=0
/proc/22209/task/22214/stat : 22214 (java) S 22208 22195 21717 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992933023 884813824 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22215] ppid=22208 vsize=864076 CPUtime=0.07
/proc/22209/task/22215/stat : 22215 (java) S 22208 22195 21717 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 1992933023 884813824 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22216] ppid=22208 vsize=864076 CPUtime=0
/proc/22209/task/22216/stat : 22216 (java) S 22208 22195 21717 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992933023 884813824 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22217] ppid=22208 vsize=864076 CPUtime=0
/proc/22209/task/22217/stat : 22217 (java) S 22208 22195 21717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992933023 884813824 10045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883032

[startup+6.30295 s]
/proc/loadavg: 2.10 2.10 2.04 4/92 22217
/proc/meminfo: memFree=996736/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=1.65
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 973 12892 0 1 3 1 151 10 16 0 1 0 1992932845 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 797 370 3 0 500 0
[pid=22208] ppid=22195 vsize=5356 CPUtime=0
/proc/22208/stat : 22208 (sh) S 22195 22195 21717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992933019 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22208/statm: 1339 233 193 169 0 50 0
[pid=22209] ppid=22208 vsize=864188 CPUtime=4.51
/proc/22209/stat : 22209 (java) S 22208 22195 21717 0 -1 0 29531 0 1 0 433 18 0 0 19 0 9 0 1992933019 884928512 27821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22209/statm: 216047 27821 2540 9 0 210622 0
[pid=22209/tid=22210] ppid=22208 vsize=864188 CPUtime=2.03
/proc/22209/task/22210/stat : 22210 (java) R 22208 22195 21717 0 -1 64 3682 0 1 0 201 2 0 0 25 0 9 0 1992933020 884928512 27821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22211] ppid=22208 vsize=864188 CPUtime=2.36
/proc/22209/task/22211/stat : 22211 (java) R 22208 22195 21717 0 -1 64 24810 0 0 0 222 14 0 0 16 0 9 0 1992933021 884928512 27821 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22212] ppid=22208 vsize=864188 CPUtime=0
/proc/22209/task/22212/stat : 22212 (java) S 22208 22195 21717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992933021 884928512 27821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22213] ppid=22208 vsize=864188 CPUtime=0
/proc/22209/task/22213/stat : 22213 (java) S 22208 22195 21717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992933021 884928512 27821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22214] ppid=22208 vsize=864188 CPUtime=0
/proc/22209/task/22214/stat : 22214 (java) S 22208 22195 21717 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992933023 884928512 27821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22215] ppid=22208 vsize=864188 CPUtime=0.08
/proc/22209/task/22215/stat : 22215 (java) S 22208 22195 21717 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 1992933023 884928512 27821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22216] ppid=22208 vsize=864188 CPUtime=0
/proc/22209/task/22216/stat : 22216 (java) S 22208 22195 21717 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992933023 884928512 27821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22217] ppid=22208 vsize=864188 CPUtime=0
/proc/22209/task/22217/stat : 22217 (java) S 22208 22195 21717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992933023 884928512 27821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883144

[startup+12.703 s]
/proc/loadavg: 2.17 2.11 2.04 4/92 22217
/proc/meminfo: memFree=842560/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=1.65
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 974 12892 0 1 3 1 151 10 16 0 1 0 1992932845 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 797 370 3 0 500 0
[pid=22208] ppid=22195 vsize=5356 CPUtime=0
/proc/22208/stat : 22208 (sh) S 22195 22195 21717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992933019 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22208/statm: 1339 233 193 169 0 50 0
[pid=22209] ppid=22208 vsize=868388 CPUtime=10.85
/proc/22209/stat : 22209 (java) S 22208 22195 21717 0 -1 0 78692 0 1 0 1039 46 0 0 19 0 9 0 1992933019 889229312 56207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22209/statm: 217097 56207 2540 9 0 211672 0
[pid=22209/tid=22210] ppid=22208 vsize=868388 CPUtime=4.04
/proc/22209/task/22210/stat : 22210 (java) R 22208 22195 21717 0 -1 64 5823 0 1 0 401 3 0 0 25 0 9 0 1992933020 889229312 56207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22211] ppid=22208 vsize=868388 CPUtime=6.57
/proc/22209/task/22211/stat : 22211 (java) R 22208 22195 21717 0 -1 64 70713 0 0 0 617 40 0 0 16 0 9 0 1992933021 889229312 56207 996147200 134512640 134550740 4294955952 18446744073709551615 102723282 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22212] ppid=22208 vsize=868388 CPUtime=0
/proc/22209/task/22212/stat : 22212 (java) S 22208 22195 21717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992933021 889229312 56207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22213] ppid=22208 vsize=868388 CPUtime=0
/proc/22209/task/22213/stat : 22213 (java) S 22208 22195 21717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992933021 889229312 56207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22214] ppid=22208 vsize=868388 CPUtime=0
/proc/22209/task/22214/stat : 22214 (java) S 22208 22195 21717 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992933023 889229312 56207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22215] ppid=22208 vsize=868388 CPUtime=0.21
/proc/22209/task/22215/stat : 22215 (java) S 22208 22195 21717 0 -1 64 1459 0 0 0 20 1 0 0 16 0 9 0 1992933023 889229312 56207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22216] ppid=22208 vsize=868388 CPUtime=0
/proc/22209/task/22216/stat : 22216 (java) S 22208 22195 21717 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992933023 889229312 56207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22217] ppid=22208 vsize=868388 CPUtime=0
/proc/22209/task/22217/stat : 22217 (java) S 22208 22195 21717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992933023 889229312 56207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887344

[startup+25.5022 s]
/proc/loadavg: 2.20 2.12 2.04 3/92 22217
/proc/meminfo: memFree=829888/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=1.65
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 974 12892 0 1 3 1 151 10 16 0 1 0 1992932845 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 797 370 3 0 500 0
[pid=22208] ppid=22195 vsize=5356 CPUtime=0
/proc/22208/stat : 22208 (sh) S 22195 22195 21717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992933019 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22208/statm: 1339 233 193 169 0 50 0
[pid=22209] ppid=22208 vsize=868500 CPUtime=23.5
/proc/22209/stat : 22209 (java) S 22208 22195 21717 0 -1 0 87046 0 2 0 2292 58 0 0 19 0 9 0 1992933019 889344000 60011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22209/statm: 217125 60011 2567 9 0 211672 0
[pid=22209/tid=22210] ppid=22208 vsize=868500 CPUtime=14.69
/proc/22209/task/22210/stat : 22210 (java) R 22208 22195 21717 0 -1 64 5936 0 2 0 1458 11 0 0 25 0 9 0 1992933020 889344000 60011 996147200 134512640 134550740 4294955952 18446744073709551615 4126982717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22211] ppid=22208 vsize=868500 CPUtime=8.51
/proc/22209/task/22211/stat : 22211 (java) S 22208 22195 21717 0 -1 64 78909 0 0 0 806 45 0 0 15 0 9 0 1992933021 889344000 60011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22212] ppid=22208 vsize=868500 CPUtime=0
/proc/22209/task/22212/stat : 22212 (java) S 22208 22195 21717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992933021 889344000 60011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22209/tid=22213] ppid=22208 vsize=868500 CPUtime=0
/proc/22209/task/22213/stat : 22213 (java) S 22208 22195 21717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992933021 889344000 60011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=815616/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=1314.68
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 1023 138179 0 3 3 1 131268 196 17 0 1 0 1992932845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 799 370 3 0 500 0
[pid=22224] ppid=22195 vsize=5356 CPUtime=0
/proc/22224/stat : 22224 (sh) S 22195 22195 21717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993065600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22224/statm: 1339 232 193 169 0 50 0
[pid=22225] ppid=22224 vsize=89804 CPUtime=34.4
/proc/22225/stat : 22225 (picosat) R 22224 22195 21717 0 -1 4194304 21839 0 0 0 1658 1782 0 0 25 0 1 0 1993065601 91959296 21825 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22225/statm: 22451 21825 40 102 0 22346 0
Current children cumulated CPU time (s) 1349.08
Current children cumulated vsize (KiB) 108760

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 22225
/proc/meminfo: memFree=704576/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=1314.68
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 1023 138179 0 3 3 1 131268 196 17 0 1 0 1992932845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 799 370 3 0 500 0
[pid=22224] ppid=22195 vsize=5356 CPUtime=0
/proc/22224/stat : 22224 (sh) S 22195 22195 21717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993065600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22224/statm: 1339 232 193 169 0 50 0
[pid=22225] ppid=22224 vsize=202108 CPUtime=93.83
/proc/22225/stat : 22225 (picosat) R 22224 22195 21717 0 -1 4194304 49247 0 0 0 5263 4120 0 0 25 0 1 0 1993065601 206958592 49211 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22225/statm: 50527 49211 42 102 0 50422 0
Current children cumulated CPU time (s) 1408.51
Current children cumulated vsize (KiB) 221064

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 22225
/proc/meminfo: memFree=701120/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=1314.68
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 1023 138179 0 3 3 1 131268 196 17 0 1 0 1992932845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 799 370 3 0 500 0
[pid=22224] ppid=22195 vsize=5356 CPUtime=0
/proc/22224/stat : 22224 (sh) S 22195 22195 21717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993065600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22224/statm: 1339 232 193 169 0 50 0
[pid=22225] ppid=22224 vsize=205276 CPUtime=153.25
/proc/22225/stat : 22225 (picosat) R 22224 22195 21717 0 -1 4194304 50104 0 0 0 11204 4121 0 0 25 0 1 0 1993065601 210202624 50068 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22225/statm: 51319 50068 42 102 0 51214 0
Current children cumulated CPU time (s) 1467.93
Current children cumulated vsize (KiB) 224232

[startup+1542.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/84 22225
/proc/meminfo: memFree=698432/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=1314.68
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 1023 138179 0 3 3 1 131268 196 17 0 1 0 1992932845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 799 370 3 0 500 0
[pid=22224] ppid=22195 vsize=5356 CPUtime=0
/proc/22224/stat : 22224 (sh) S 22195 22195 21717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993065600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22224/statm: 1339 232 193 169 0 50 0
[pid=22225] ppid=22224 vsize=207916 CPUtime=212.68
/proc/22225/stat : 22225 (picosat) R 22224 22195 21717 0 -1 4194304 50788 0 0 0 17146 4122 0 0 25 0 1 0 1993065601 212905984 50752 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22225/statm: 51979 50752 42 102 0 51874 0
Current children cumulated CPU time (s) 1527.36
Current children cumulated vsize (KiB) 226872

[startup+1602.3 s]
/proc/loadavg: 1.98 2.00 2.00 3/75 22255
/proc/meminfo: memFree=1456848/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=1314.68
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 1023 138179 0 3 3 1 131268 196 17 0 1 0 1992932845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 799 370 3 0 500 0
[pid=22224] ppid=22195 vsize=5356 CPUtime=0
/proc/22224/stat : 22224 (sh) S 22195 22195 21717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993065600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22224/statm: 1339 232 193 169 0 50 0
[pid=22225] ppid=22224 vsize=208572 CPUtime=272.65
/proc/22225/stat : 22225 (picosat) R 22224 22195 21717 0 -1 4194304 51024 0 0 0 23142 4123 0 0 25 0 1 0 1993065601 213577728 50888 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22225/statm: 52143 50888 48 102 0 52038 0
Current children cumulated CPU time (s) 1587.33
Current children cumulated vsize (KiB) 227528

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 22255
/proc/meminfo: memFree=1455952/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=1314.68
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 1023 138179 0 3 3 1 131268 196 17 0 1 0 1992932845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 799 370 3 0 500 0
[pid=22224] ppid=22195 vsize=5356 CPUtime=0
/proc/22224/stat : 22224 (sh) S 22195 22195 21717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993065600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22224/statm: 1339 232 193 169 0 50 0
[pid=22225] ppid=22224 vsize=209364 CPUtime=332.62
/proc/22225/stat : 22225 (picosat) R 22224 22195 21717 0 -1 4194304 51253 0 0 0 29139 4123 0 0 25 0 1 0 1993065601 214388736 51117 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22225/statm: 52341 51117 48 102 0 52236 0
Current children cumulated CPU time (s) 1647.3
Current children cumulated vsize (KiB) 228320

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 22255
/proc/meminfo: memFree=1454032/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=1314.68
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 1023 138179 0 3 3 1 131268 196 17 0 1 0 1992932845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 799 370 3 0 500 0
[pid=22224] ppid=22195 vsize=5356 CPUtime=0
/proc/22224/stat : 22224 (sh) S 22195 22195 21717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993065600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22224/statm: 1339 232 193 169 0 50 0
[pid=22225] ppid=22224 vsize=210816 CPUtime=392.6
/proc/22225/stat : 22225 (picosat) R 22224 22195 21717 0 -1 4194304 51786 0 0 0 35136 4124 0 0 25 0 1 0 1993065601 215875584 51527 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22225/statm: 52704 51527 48 102 0 52599 0
Current children cumulated CPU time (s) 1707.28
Current children cumulated vsize (KiB) 229772

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 22255
/proc/meminfo: memFree=1454032/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=1314.68
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 1023 138179 0 3 3 1 131268 196 17 0 1 0 1992932845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 799 370 3 0 500 0
[pid=22224] ppid=22195 vsize=5356 CPUtime=0
/proc/22224/stat : 22224 (sh) S 22195 22195 21717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993065600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22224/statm: 1339 232 193 169 0 50 0
[pid=22225] ppid=22224 vsize=210816 CPUtime=452.57
/proc/22225/stat : 22225 (picosat) R 22224 22195 21717 0 -1 4194304 51786 0 0 0 41133 4124 0 0 25 0 1 0 1993065601 215875584 51527 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 0 0 0
/proc/22225/statm: 52704 51527 48 102 0 52599 0
Current children cumulated CPU time (s) 1767.25
Current children cumulated vsize (KiB) 229772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 22255
/proc/meminfo: memFree=1454032/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=1314.68
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 1023 138179 0 3 3 1 131268 196 17 0 1 0 1992932845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 799 370 3 0 500 0
[pid=22224] ppid=22195 vsize=5356 CPUtime=0
/proc/22224/stat : 22224 (sh) S 22195 22195 21717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993065600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22224/statm: 1339 232 193 169 0 50 0
[pid=22225] ppid=22224 vsize=210816 CPUtime=485.36
/proc/22225/stat : 22225 (picosat) R 22224 22195 21717 0 -1 4194304 51786 0 0 0 44412 4124 0 0 25 0 1 0 1993065601 215875584 51527 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22225/statm: 52704 51527 48 102 0 52599 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 229772

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

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

[startup+1815.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 22255
/proc/meminfo: memFree=1454032/2055920 swapFree=4180732/4192956
[pid=22195] ppid=22193 vsize=13600 CPUtime=1314.68
/proc/22195/stat : 22195 (sugar) S 22193 22195 21717 0 -1 4194304 1023 138179 0 3 3 1 131268 196 17 0 1 0 1992932845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22195/statm: 3400 799 370 3 0 500 0
[pid=22224] ppid=22195 vsize=5356 CPUtime=0
/proc/22224/stat : 22224 (sh) S 22195 22195 21717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993065600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22224/statm: 1339 232 193 169 0 50 0
[pid=22225] ppid=22224 vsize=210816 CPUtime=485.36
/proc/22225/stat : 22225 (picosat) R 22224 22195 21717 0 -1 4194304 51786 0 0 0 44412 4124 0 0 25 0 1 0 1993065601 215875584 51527 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22225/statm: 52704 51527 48 102 0 52599 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 229772

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22195 and gives
#  childrusage.ru_utime.tv_sec=1312
#  childrusage.ru_utime.tv_usec=719436
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=985698
# CPU time returned by wait4() is 1314.71
# 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): 1815.14
CPU time (s): 1800.04
CPU user time (s): 1756.83
CPU system time (s): 43.21
CPU usage (%): 99.168
Max. virtual memory (cumulated for all children) (KiB): 908340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1312.72
system time used= 1.9857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139556
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33669
involuntary context switches= 61595

runsolver used 2.15067 second user time and 6.16706 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-04 04:46:54
IDJOB=1064042
IDBENCH=54900
IDSOLVER=345
FILE ID=node57/1064042-1215139614
PBS_JOBID= 7877380
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-10.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-1064042-1215139614/watcher-1064042-1215139614 -o /tmp/evaluation-result-1064042-1215139614/solver-1064042-1215139614 -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-1064042-1215139614.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c027916dfd2e151efb6693997eb2418f
RANDOM SEED=489884004

node57.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.258
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.258
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:       1079096 kB
Buffers:         11956 kB
Cached:         136760 kB
SwapCached:       6392 kB
Active:         873120 kB
Inactive:        48864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1079096 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            3848 kB
Writeback:           0 kB
Mapped:         789080 kB
Slab:            38464 kB
Committed_AS:  4718404 kB
PageTables:       3416 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= 66548 MiB
End job on node57 at 2008-07-04 05:17:11