Trace number 1093956

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+minisatSAT 132.042 134.12

General information on the benchmark

Namecsp/queens/
normalized-queens-200.xml
MD5SUM054f76ffe13ea2991d6de6635966b938
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.37933
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints19900
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.04	c 0	Sugar v1-13 + HOME/minisat
0.03/0.04	c 0	BEGIN Sat Jul  5 19:23:26 2008
0.03/0.04	c 0	PID 7880
0.03/0.05	c 0	HOST node10.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1093956-1215278606.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-1093956-1215278606.xml' 'HOME/temp.csp'
1.26/1.38	c 2	1 domains, 200 variables, 1 predicates, 0 relations, 19900 constraints
1.34/1.41	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.34/1.41	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.34/1.49	c 2	Parsing HOME/temp.csp
2.01/2.12	c 2	parsed 10000 expressions
2.31/2.43	c 3	parsed 20000 expressions
2.31/2.43	c 3	parsed 20102 expressions
2.31/2.43	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.31/2.43	c 3	Converting to clausal form CSP
2.71/2.84	c 3	converted 2011 (10%) expressions
3.00/3.13	c 3	converted 4021 (20%) expressions
3.20/3.33	c 4	converted 6031 (30%) expressions
3.49/3.65	c 4	converted 8041 (40%) expressions
3.70/3.84	c 4	converted 10051 (50%) expressions
3.89/4.04	c 4	converted 12062 (60%) expressions
4.29/4.41	c 5	converted 14072 (70%) expressions
4.48/4.64	c 5	converted 16082 (80%) expressions
4.68/4.83	c 5	converted 18092 (90%) expressions
4.89/5.01	c 5	converted 20102 (100%) expressions
4.89/5.01	c 5	CSP : 200 integers, 19900 booleans, 79600 clauses, largest domain size 200
4.89/5.01	c 5	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.89/5.01	c 5	Propagation in CSP
5.18/5.34	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.18/5.34	c 6	CSP : 200 integers, 19900 booleans, 79600 clauses, largest domain size 200
5.18/5.34	c 6	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.18/5.36	c 6	Simplifing CSP by introducing new Boolean variables
5.97/6.15	c 6	CSP : 200 integers, 99498 booleans, 159198 clauses, largest domain size 200
5.97/6.15	c 6	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.46/6.69	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.55/6.73	c 7	20 (10%) CSP integer variables are encoded (3960 clauses, 49343 bytes)
6.55/6.73	c 7	40 (20%) CSP integer variables are encoded (7920 clauses, 100823 bytes)
6.55/6.74	c 7	60 (30%) CSP integer variables are encoded (11880 clauses, 156166 bytes)
6.55/6.74	c 7	80 (40%) CSP integer variables are encoded (15840 clauses, 215566 bytes)
6.55/6.75	c 7	100 (50%) CSP integer variables are encoded (19800 clauses, 274966 bytes)
6.55/6.75	c 7	120 (60%) CSP integer variables are encoded (23760 clauses, 334366 bytes)
6.55/6.76	c 7	140 (70%) CSP integer variables are encoded (27720 clauses, 393766 bytes)
6.55/6.76	c 7	160 (80%) CSP integer variables are encoded (31680 clauses, 453166 bytes)
6.55/6.77	c 7	180 (90%) CSP integer variables are encoded (35640 clauses, 512566 bytes)
6.55/6.77	c 7	200 (100%) CSP integer variables are encoded (39600 clauses, 571966 bytes)
9.43/9.64	c 10	15920 (10%) CSP clauses are encoded (1667178 clauses, 33213268 bytes)
12.29/12.53	c 13	31840 (20%) CSP clauses are encoded (3313934 clauses, 67290774 bytes)
15.29/15.71	c 16	47760 (30%) CSP clauses are encoded (5024310 clauses, 102797600 bytes)
18.24/18.77	c 19	63680 (40%) CSP clauses are encoded (6760258 clauses, 138990292 bytes)
21.41/21.97	c 22	79599 (50%) CSP clauses are encoded (8567698 clauses, 177906773 bytes)
24.84/25.64	c 26	95519 (60%) CSP clauses are encoded (10420538 clauses, 219794072 bytes)
28.35/29.22	c 29	111439 (70%) CSP clauses are encoded (12336418 clauses, 263181962 bytes)
31.98/32.95	c 33	127359 (80%) CSP clauses are encoded (14327078 clauses, 308252402 bytes)
35.75/36.86	c 37	143279 (90%) CSP clauses are encoded (16407734 clauses, 355347752 bytes)
39.75/40.99	c 41	159198 (100%) CSP clauses are encoded (18626198 clauses, 405543695 bytes)
39.75/40.99	c 41	159198 CSP clauses encoded
39.75/41.00	c 41	Writing map file : HOME/temp.map
39.84/41.01	c 41	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.84/41.01	c 41	SAT : 139298 SAT variables, 18626198 SAT clauses, 405543695 bytes
39.84/41.01	c 41	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.84/41.04	c 41	SOLVING HOME/temp.cnf
39.84/41.04	c 41	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
39.84/41.04	c 41	This is MiniSat 2.0 beta
39.84/41.04	c 41	WARNING: for repeatability, setting FPU to use double precision
39.84/41.04	c 41	============================[ Problem Statistics ]=============================
39.84/41.04	c 41	|                                                                             |
39.84/41.05	c 41	|  Number of variables:  139298                                               |
39.84/41.05	c 41	|  Number of clauses:    18626198                                             |
49.72/51.01	c 51	|  Parsing time:         8.66         s                                       |
50.21/51.51	c 52	============================[ Search Statistics ]==============================
50.21/51.51	c 52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.21/51.51	c 52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.21/51.51	c 52	===============================================================================
50.21/51.51	c 52	|         0 |  139297 18626197 55659893 |  6208732        0    nan |  0.000 % |
51.01/52.34	c 53	|       101 |  139296 18626197 55659893 |  6829605      100     11 |  0.001 % |
54.67/56.02	c 56	|       256 |  139296 18626197 55659893 |  7512566      255     33 |  0.001 % |
59.33/60.73	c 61	|       481 |  139296 18626197 55659893 |  8263822      480     58 |  0.001 % |
65.86/67.37	c 68	|       818 |  139296 18626197 55659893 |  9090205      817     57 |  0.001 % |
70.82/72.35	c 73	|      1324 |  139296 18626197 55659893 |  9999225     1323     46 |  0.001 % |
79.03/80.60	c 81	|      2083 |  139296 18626197 55659893 | 10999148     2082     41 |  0.001 % |
81.41/83.02	c 83	|      3222 |  139296 18626197 55659893 | 12099062     3221     31 |  0.001 % |
97.96/99.73	c 100	|      4930 |  139296 18626197 55659893 | 13308969     4929     82 |  0.001 % |
107.76/109.64	c 110	|      7494 |  139296 18626197 55659893 | 14639866     7493     71 |  0.001 % |
131.04/133.15	c 133	===============================================================================
131.04/133.17	c 133	restarts              : 10
131.04/133.17	c 133	conflicts             : 9455           (105 /sec)
131.04/133.17	c 133	decisions             : 26908          (1.23 % random) (299 /sec)
131.04/133.17	c 133	propagations          : 15020021       (167015 /sec)
131.04/133.17	c 133	conflict literals     : 601752         (2.02 % deleted)
131.04/133.17	c 133	Memory used           : 802.38 MB
131.04/133.17	c 133	CPU time              : 89.9323 s
131.04/133.17	c 133	
131.14/133.23	c 133	SATISFIABLE
131.24/133.36	c 134	DECODING HOME/temp.out WITH HOME/temp.map
131.24/133.36	c 134	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
131.31/133.44	c 134	Decoding HOME/temp.out
131.31/133.85	s SATISFIABLE
131.31/133.85	v 120 77 171 168 107 98 146 37 169 103 19 90 54 96 131 165 114 52 142 29 116 134 58 130 115 180 148 92 45 117 68 64 110 5 178 1 121 182 187 139 126 80 71 105 87 104 94 55 108 161 31 128 75 176 127 9 164 102 36 84 109 7 73 12 51 60 30 41 95 72 151 118 154 143 149 93 156 166 122 163 175 57 183 50 53 137 160 158 79 11 144 26 69 100 184 89 76 47 97 157 140 129 3 125 155 136 152 99 14 106 6 40 167 34 62 8 101 170 179 39 188 193 111 190 112 86 195 65 192 46 66 194 173 159 200 135 63 28 56 189 197 123 138 199 43 150 18 15 38 133 48 32 2 132 59 33 88 13 141 174 113 198 196 27 162 49 25 81 172 35 186 82 10 24 61 119 177 85 191 124 74 70 145 83 23 17 22 16 21 42 78 181 185 153 67 44 147 4 20 91
131.31/133.86	c 134	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
131.31/133.90	c 134	CPU 127.67 (0.03 0.02 127.64 4.12)
131.31/133.90	c 134	END Sat Jul  5 19:25:40 2008

Verifier Data (download as text)

OK

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-1093956-1215278606/watcher-1093956-1215278606 -o /tmp/evaluation-result-1093956-1215278606/solver-1093956-1215278606 -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/minisat -tmp=HOME/temp HOME/instance-1093956-1215278606.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.46 2.17 2.05 4/72 7880
/proc/meminfo: memFree=1761872/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=4708 CPUtime=0
/proc/7880/stat : 7880 (sugar) R 7878 7880 7458 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 2006835487 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 214917248393 0 0 4096 0 0 0 0 17 1 0 0
/proc/7880/statm: 1177 43 33 3 0 8 0

[startup+0.045723 s]
/proc/loadavg: 2.46 2.17 2.05 4/72 7880
/proc/meminfo: memFree=1761872/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13468 CPUtime=0.03
/proc/7880/stat : 7880 (sugar) R 7878 7880 7458 0 -1 4194304 769 0 0 0 3 0 0 0 18 0 1 0 2006835487 13791232 737 996147200 4194304 4206940 548682068608 18446744073709551615 214919719553 0 0 4224 0 0 0 0 17 1 0 0
/proc/7880/statm: 3367 737 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101735 s]
/proc/loadavg: 2.46 2.17 2.05 4/72 7880
/proc/meminfo: memFree=1761872/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=0.04
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006835487 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301765 s]
/proc/loadavg: 2.46 2.17 2.05 4/72 7880
/proc/meminfo: memFree=1761872/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=0.04
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006835487 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701818 s]
/proc/loadavg: 2.46 2.17 2.05 4/72 7880
/proc/meminfo: memFree=1761872/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=0.04
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006835487 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50292 s]
/proc/loadavg: 2.46 2.17 2.05 4/83 7892
/proc/meminfo: memFree=1727160/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=1.35
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 973 13143 0 1 3 1 124 7 16 0 1 0 2006835487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 13600

[startup+3.10338 s]
/proc/loadavg: 2.51 2.18 2.06 4/83 7902
/proc/meminfo: memFree=1748856/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=1.35
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 974 13143 0 1 3 1 124 7 15 0 1 0 2006835487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 797 370 3 0 500 0
[pid=7893] ppid=7880 vsize=5356 CPUtime=0
/proc/7893/stat : 7893 (sh) S 7880 7880 7458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006835628 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7893/statm: 1339 233 193 169 0 50 0
[pid=7894] ppid=7893 vsize=868412 CPUtime=1.65
/proc/7894/stat : 7894 (java) S 7893 7880 7458 0 -1 0 10219 0 1 0 160 5 0 0 18 0 9 0 2006835629 889253888 9121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7894/statm: 217103 9121 2540 9 0 211678 0
[pid=7894/tid=7895] ppid=7893 vsize=868412 CPUtime=1.05
/proc/7894/task/7895/stat : 7895 (java) R 7893 7880 7458 0 -1 64 2800 0 1 0 104 1 0 0 21 0 9 0 2006835630 889253888 9121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7896] ppid=7893 vsize=868412 CPUtime=0.38
/proc/7894/task/7896/stat : 7896 (java) S 7893 7880 7458 0 -1 64 5254 0 0 0 36 2 0 0 15 0 9 0 2006835631 889253888 9121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7897] ppid=7893 vsize=868412 CPUtime=0
/proc/7894/task/7897/stat : 7897 (java) S 7893 7880 7458 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006835631 889253888 9121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7898] ppid=7893 vsize=868412 CPUtime=0
/proc/7894/task/7898/stat : 7898 (java) S 7893 7880 7458 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2006835631 889253888 9121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7899] ppid=7893 vsize=868412 CPUtime=0
/proc/7894/task/7899/stat : 7899 (java) S 7893 7880 7458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006835633 889253888 9121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7900] ppid=7893 vsize=868412 CPUtime=0.18
/proc/7894/task/7900/stat : 7900 (java) S 7893 7880 7458 0 -1 64 1469 0 0 0 18 0 0 0 16 0 9 0 2006835633 889253888 9121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7901] ppid=7893 vsize=868412 CPUtime=0
/proc/7894/task/7901/stat : 7901 (java) S 7893 7880 7458 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006835633 889253888 9121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7902] ppid=7893 vsize=868412 CPUtime=0
/proc/7894/task/7902/stat : 7902 (java) R 7893 7880 7458 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006835633 889253888 9121 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) 887368

[startup+6.30258 s]
/proc/loadavg: 2.51 2.18 2.06 4/83 7902
/proc/meminfo: memFree=1689976/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=1.35
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 974 13143 0 1 3 1 124 7 15 0 1 0 2006835487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 797 370 3 0 500 0
[pid=7893] ppid=7880 vsize=5356 CPUtime=0
/proc/7893/stat : 7893 (sh) S 7880 7880 7458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006835628 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7893/statm: 1339 233 193 169 0 50 0
[pid=7894] ppid=7893 vsize=879664 CPUtime=4.82
/proc/7894/stat : 7894 (java) S 7893 7880 7458 0 -1 0 33628 0 1 0 468 14 0 0 18 0 9 0 2006835629 900775936 29036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7894/statm: 219916 29036 2540 9 0 214491 0
[pid=7894/tid=7895] ppid=7893 vsize=879664 CPUtime=2.55
/proc/7894/task/7895/stat : 7895 (java) R 7893 7880 7458 0 -1 64 3693 0 1 0 253 2 0 0 25 0 9 0 2006835630 900775936 29036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7896] ppid=7893 vsize=879664 CPUtime=2.03
/proc/7894/task/7896/stat : 7896 (java) R 7893 7880 7458 0 -1 64 27756 0 0 0 192 11 0 0 16 0 9 0 2006835631 900775936 29036 996147200 134512640 134550740 4294955952 18446744073709551615 102721922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7897] ppid=7893 vsize=879664 CPUtime=0
/proc/7894/task/7897/stat : 7897 (java) S 7893 7880 7458 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006835631 900775936 29036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7898] ppid=7893 vsize=879664 CPUtime=0
/proc/7894/task/7898/stat : 7898 (java) S 7893 7880 7458 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2006835631 900775936 29036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7899] ppid=7893 vsize=879664 CPUtime=0
/proc/7894/task/7899/stat : 7899 (java) S 7893 7880 7458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006835633 900775936 29036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7900] ppid=7893 vsize=879664 CPUtime=0.21
/proc/7894/task/7900/stat : 7900 (java) S 7893 7880 7458 0 -1 64 1483 0 0 0 21 0 0 0 15 0 9 0 2006835633 900775936 29036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7901] ppid=7893 vsize=879664 CPUtime=0
/proc/7894/task/7901/stat : 7901 (java) S 7893 7880 7458 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006835633 900775936 29036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7902] ppid=7893 vsize=879664 CPUtime=0
/proc/7894/task/7902/stat : 7902 (java) S 7893 7880 7458 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006835633 900775936 29036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 898620

[startup+12.7024 s]
/proc/loadavg: 2.50 2.19 2.06 4/83 7902
/proc/meminfo: memFree=1602616/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=1.35
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 974 13143 0 1 3 1 124 7 16 0 1 0 2006835487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 797 370 3 0 500 0
[pid=7893] ppid=7880 vsize=5356 CPUtime=0
/proc/7893/stat : 7893 (sh) S 7880 7880 7458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006835628 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7893/statm: 1339 233 193 169 0 50 0
[pid=7894] ppid=7893 vsize=868524 CPUtime=11.14
/proc/7894/stat : 7894 (java) S 7893 7880 7458 0 -1 0 33985 0 1 0 1061 53 0 0 18 0 9 0 2006835629 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7894/statm: 217131 26295 2565 9 0 211678 0
[pid=7894/tid=7895] ppid=7893 vsize=868524 CPUtime=8.36
/proc/7894/task/7895/stat : 7895 (java) R 7893 7880 7458 0 -1 64 4018 0 1 0 796 40 0 0 25 0 9 0 2006835630 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4126990414 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7896] ppid=7893 vsize=868524 CPUtime=2.5
/proc/7894/task/7896/stat : 7896 (java) S 7893 7880 7458 0 -1 64 27757 0 0 0 238 12 0 0 16 0 9 0 2006835631 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7897] ppid=7893 vsize=868524 CPUtime=0
/proc/7894/task/7897/stat : 7897 (java) S 7893 7880 7458 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006835631 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7898] ppid=7893 vsize=868524 CPUtime=0
/proc/7894/task/7898/stat : 7898 (java) S 7893 7880 7458 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2006835631 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7899] ppid=7893 vsize=868524 CPUtime=0
/proc/7894/task/7899/stat : 7899 (java) S 7893 7880 7458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006835633 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7900] ppid=7893 vsize=868524 CPUtime=0.26
/proc/7894/task/7900/stat : 7900 (java) S 7893 7880 7458 0 -1 64 1514 0 0 0 26 0 0 0 16 0 9 0 2006835633 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7901] ppid=7893 vsize=868524 CPUtime=0
/proc/7894/task/7901/stat : 7901 (java) S 7893 7880 7458 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006835633 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7902] ppid=7893 vsize=868524 CPUtime=0
/proc/7894/task/7902/stat : 7902 (java) S 7893 7880 7458 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006835633 889368576 26295 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) 887480

[startup+25.5012 s]
/proc/loadavg: 2.42 2.18 2.06 3/83 7902
/proc/meminfo: memFree=1447480/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=1.35
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 974 13143 0 1 3 1 124 7 16 0 1 0 2006835487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 797 370 3 0 500 0
[pid=7893] ppid=7880 vsize=5356 CPUtime=0
/proc/7893/stat : 7893 (sh) S 7880 7880 7458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006835628 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7893/statm: 1339 233 193 169 0 50 0
[pid=7894] ppid=7893 vsize=868524 CPUtime=23.39
/proc/7894/stat : 7894 (java) S 7893 7880 7458 0 -1 0 34544 0 1 0 2192 147 0 0 18 0 9 0 2006835629 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7894/statm: 217131 26295 2565 9 0 211678 0
[pid=7894/tid=7895] ppid=7893 vsize=868524 CPUtime=20.32
/proc/7894/task/7895/stat : 7895 (java) R 7893 7880 7458 0 -1 64 4577 0 1 0 1903 129 0 0 25 0 9 0 2006835630 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4126867560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7896] ppid=7893 vsize=868524 CPUtime=2.79
/proc/7894/task/7896/stat : 7896 (java) S 7893 7880 7458 0 -1 64 27757 0 0 0 262 17 0 0 16 0 9 0 2006835631 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7897] ppid=7893 vsize=868524 CPUtime=0
/proc/7894/task/7897/stat : 7897 (java) S 7893 7880 7458 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006835631 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7898] ppid=7893 vsize=868524 CPUtime=0
/proc/7894/task/7898/stat : 7898 (java) S 7893 7880 7458 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2006835631 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7899] ppid=7893 vsize=868524 CPUtime=0
/proc/7894/task/7899/stat : 7899 (java) S 7893 7880 7458 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006835633 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7900] ppid=7893 vsize=868524 CPUtime=0.26
/proc/7894/task/7900/stat : 7900 (java) S 7893 7880 7458 0 -1 64 1514 0 0 0 26 0 0 0 16 0 9 0 2006835633 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7901] ppid=7893 vsize=868524 CPUtime=0
/proc/7894/task/7901/stat : 7901 (java) S 7893 7880 7458 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006835633 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7894/tid=7902] ppid=7893 vsize=868524 CPUtime=0
/proc/7894/task/7902/stat : 7902 (java) S 7893 7880 7458 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006835633 889368576 26295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 887480

[startup+51.1016 s]
/proc/loadavg: 2.28 2.17 2.06 3/75 7904
/proc/meminfo: memFree=687032/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=39.89
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 1033 48674 0 2 3 1 3718 267 16 0 1 0 2006835487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 799 370 3 0 500 0
[pid=7903] ppid=7880 vsize=5356 CPUtime=0
/proc/7903/stat : 7903 (sh) S 7880 7880 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006839592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7903/statm: 1339 232 193 169 0 50 0
[pid=7904] ppid=7903 vsize=733492 CPUtime=9.93
/proc/7904/stat : 7904 (minisat) R 7903 7880 7458 0 -1 4194304 174647 0 0 0 874 119 0 0 25 0 1 0 2006839592 751095808 174633 996147200 134512640 135127466 4294956256 18446744073709551615 134531738 0 0 4096 3 0 0 0 17 1 0 0
/proc/7904/statm: 183373 174633 73 150 0 183220 0
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (KiB) 752448

[startup+102.307 s]
/proc/loadavg: 2.11 2.14 2.05 3/75 7904
/proc/meminfo: memFree=569144/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=39.89
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 1033 48674 0 2 3 1 3718 267 16 0 1 0 2006835487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 799 370 3 0 500 0
[pid=7903] ppid=7880 vsize=5356 CPUtime=0
/proc/7903/stat : 7903 (sh) S 7880 7880 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006839592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7903/statm: 1339 232 193 169 0 50 0
[pid=7904] ppid=7903 vsize=818316 CPUtime=60.64
/proc/7904/stat : 7904 (minisat) R 7903 7880 7458 0 -1 4194304 195842 0 0 0 5936 128 0 0 25 0 1 0 2006839592 837955584 195828 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7904/statm: 204579 195828 76 150 0 204426 0
Current children cumulated CPU time (s) 100.53
Current children cumulated vsize (KiB) 837272

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

[startup+115.102 s]
/proc/loadavg: 2.09 2.13 2.05 3/75 7904
/proc/meminfo: memFree=566648/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=39.89
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 1033 48674 0 2 3 1 3718 267 16 0 1 0 2006835487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 799 370 3 0 500 0
[pid=7903] ppid=7880 vsize=5356 CPUtime=0
/proc/7903/stat : 7903 (sh) S 7880 7880 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006839592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7903/statm: 1339 232 193 169 0 50 0
[pid=7904] ppid=7903 vsize=821092 CPUtime=73.32
/proc/7904/stat : 7904 (minisat) R 7903 7880 7458 0 -1 4194304 196472 0 0 0 7204 128 0 0 25 0 1 0 2006839592 840798208 196458 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7904/statm: 205273 196458 76 150 0 205120 0
Current children cumulated CPU time (s) 113.21
Current children cumulated vsize (KiB) 840048

[startup+127.902 s]
/proc/loadavg: 2.07 2.12 2.05 3/75 7904
/proc/meminfo: memFree=566520/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=39.89
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 1033 48674 0 2 3 1 3718 267 16 0 1 0 2006835487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 799 370 3 0 500 0
[pid=7903] ppid=7880 vsize=5356 CPUtime=0
/proc/7903/stat : 7903 (sh) S 7880 7880 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006839592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7903/statm: 1339 232 193 169 0 50 0
[pid=7904] ppid=7903 vsize=821224 CPUtime=86
/proc/7904/stat : 7904 (minisat) R 7903 7880 7458 0 -1 4194304 196520 0 0 0 8471 129 0 0 25 0 1 0 2006839592 840933376 196506 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/7904/statm: 205306 196506 76 150 0 205153 0
Current children cumulated CPU time (s) 125.89
Current children cumulated vsize (KiB) 840180

[startup+131.101 s]
/proc/loadavg: 2.07 2.12 2.05 3/75 7904
/proc/meminfo: memFree=566200/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=39.89
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 1033 48674 0 2 3 1 3718 267 16 0 1 0 2006835487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 799 370 3 0 500 0
[pid=7903] ppid=7880 vsize=5356 CPUtime=0
/proc/7903/stat : 7903 (sh) S 7880 7880 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006839592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7903/statm: 1339 232 193 169 0 50 0
[pid=7904] ppid=7903 vsize=821488 CPUtime=89.17
/proc/7904/stat : 7904 (minisat) R 7903 7880 7458 0 -1 4194304 196579 0 0 0 8788 129 0 0 25 0 1 0 2006839592 841203712 196565 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7904/statm: 205372 196565 76 150 0 205219 0
Current children cumulated CPU time (s) 129.06
Current children cumulated vsize (KiB) 840444

[startup+132.703 s]
/proc/loadavg: 2.07 2.12 2.05 3/75 7904
/proc/meminfo: memFree=566200/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=39.89
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 1033 48674 0 2 3 1 3718 267 16 0 1 0 2006835487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 799 370 3 0 500 0
[pid=7903] ppid=7880 vsize=5356 CPUtime=0
/proc/7903/stat : 7903 (sh) S 7880 7880 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006839592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7903/statm: 1339 232 193 169 0 50 0
[pid=7904] ppid=7903 vsize=821488 CPUtime=90.76
/proc/7904/stat : 7904 (minisat) R 7903 7880 7458 0 -1 4194304 196584 0 0 0 8947 129 0 0 25 0 1 0 2006839592 841203712 196570 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7904/statm: 205372 196570 76 150 0 205219 0
Current children cumulated CPU time (s) 130.65
Current children cumulated vsize (KiB) 840444

[startup+133.503 s]
/proc/loadavg: 2.07 2.12 2.05 3/75 7904
/proc/meminfo: memFree=566200/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=131.31
/proc/7880/stat : 7880 (sugar) S 7878 7880 7458 0 -1 4194304 1090 245594 0 2 3 1 12717 410 16 0 1 0 2006835487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7880/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 131.31
Current children cumulated vsize (KiB) 13600

[startup+133.905 s]
/proc/loadavg: 2.07 2.12 2.05 3/75 7904
/proc/meminfo: memFree=566200/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=131.82
/proc/7880/stat : 7880 (sugar) R 7878 7880 7458 0 -1 4194304 1120 249368 0 3 3 3 12764 412 16 0 1 0 2006835487 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7880/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 131.82
Current children cumulated vsize (KiB) 13600

[startup+134.114 s]
/proc/loadavg: 2.07 2.12 2.05 3/73 7914
/proc/meminfo: memFree=1757192/2055920 swapFree=4179464/4192956
[pid=7880] ppid=7878 vsize=13600 CPUtime=132.02
/proc/7880/stat : 7880 (sugar) R 7878 7880 7458 0 -1 4194304 1120 249368 0 3 3 23 12764 412 16 0 1 0 2006835487 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7880/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 132.02
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 134.12
CPU time (s): 132.042
CPU user time (s): 127.679
CPU system time (s): 4.36334
CPU usage (%): 98.4504
Max. virtual memory (cumulated for all children) (KiB): 898620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.679
system time used= 4.36334
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250518
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= 15302
involuntary context switches= 18197

runsolver used 0.197969 second user time and 0.438933 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-05 19:23:26
IDJOB=1093956
IDBENCH=58738
IDSOLVER=346
FILE ID=node10/1093956-1215278606
PBS_JOBID= 7882256
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/queens/normalized-queens-200.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093956-1215278606/watcher-1093956-1215278606 -o /tmp/evaluation-result-1093956-1215278606/solver-1093956-1215278606 -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/minisat" -tmp="HOME/temp" HOME/instance-1093956-1215278606.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 054f76ffe13ea2991d6de6635966b938
RANDOM SEED=89833486

node10.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.229
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.229
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:       1762352 kB
Buffers:         43348 kB
Cached:         181360 kB
SwapCached:       7784 kB
Active:         159632 kB
Inactive:        80380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762352 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            3916 kB
Writeback:           0 kB
Mapped:          22696 kB
Slab:            38640 kB
Committed_AS:  3454432 kB
PageTables:       1908 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= 66508 MiB
End job on node10 at 2008-07-05 19:25:40