Trace number 1080254

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+minisatUNSAT 179.937 180.839

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-18_ext.xml
MD5SUMd0723849d67084a75f9aabd36744eddc
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.6269
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints55
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension55
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 01:01:18 2008
0.00/0.04	c 0	PID 30863
0.00/0.05	c 0	HOST node57.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1080254-1215212478.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-1080254-1215212478.xml' 'HOME/temp.csp'
0.03/0.80	c 1	1 domains, 20 variables, 0 predicates, 55 relations, 55 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	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.77/0.91	c 1	Parsing HOME/temp.csp
1.71/1.89	c 2	parsed 131 expressions
1.71/1.89	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.71/1.89	c 2	Converting to clausal form CSP
1.81/1.91	c 2	converted 14 (10%) expressions
1.81/1.93	c 2	converted 27 (20%) expressions
1.81/1.93	c 2	converted 40 (30%) expressions
1.81/1.95	c 2	converted 53 (40%) expressions
1.81/1.95	c 2	converted 66 (50%) expressions
2.01/2.15	c 2	converted 79 (60%) expressions
2.12/2.23	c 2	converted 92 (70%) expressions
2.21/2.33	c 2	converted 105 (80%) expressions
2.31/2.42	c 2	converted 118 (90%) expressions
2.41/2.51	c 2	converted 131 (100%) expressions
2.41/2.51	c 2	CSP : 20 integers, 0 booleans, 55 clauses, largest domain size 20
2.41/2.51	c 2	Heap : 35 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.41/2.51	c 2	Propagation in CSP
2.41/2.51	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.41/2.51	c 2	CSP : 20 integers, 0 booleans, 55 clauses, largest domain size 20
2.41/2.51	c 2	Heap : 35 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.41/2.51	c 2	Simplifing CSP by introducing new Boolean variables
2.41/2.51	c 2	CSP : 20 integers, 0 booleans, 55 clauses, largest domain size 20
2.41/2.51	c 2	Heap : 35 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.51/2.61	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.51/2.62	c 2	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.51/2.62	c 2	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.51/2.62	c 2	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.51/2.62	c 2	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.51/2.62	c 2	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.51/2.62	c 2	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.51/2.63	c 2	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.51/2.63	c 2	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.51/2.63	c 2	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.51/2.63	c 2	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.64/2.78	c 3	6 (10%) CSP clauses are encoded (11181 clauses, 243070 bytes)
2.74/2.89	c 3	11 (20%) CSP clauses are encoded (20204 clauses, 459472 bytes)
2.94/3.02	c 3	17 (30%) CSP clauses are encoded (30359 clauses, 706591 bytes)
3.04/3.14	c 3	22 (40%) CSP clauses are encoded (39394 clauses, 931256 bytes)
3.14/3.26	c 3	28 (50%) CSP clauses are encoded (49621 clauses, 1183331 bytes)
3.23/3.38	c 3	33 (60%) CSP clauses are encoded (58610 clauses, 1406954 bytes)
3.43/3.51	c 3	39 (70%) CSP clauses are encoded (68737 clauses, 1670917 bytes)
3.53/3.60	c 3	44 (80%) CSP clauses are encoded (76525 clauses, 1875324 bytes)
3.63/3.74	c 4	50 (90%) CSP clauses are encoded (87389 clauses, 2165911 bytes)
3.73/3.86	c 4	55 (100%) CSP clauses are encoded (96376 clauses, 2406403 bytes)
3.73/3.86	c 4	55 CSP clauses encoded
3.73/3.86	c 4	Writing map file : HOME/temp.map
3.73/3.86	c 4	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.73/3.86	c 4	SAT : 380 SAT variables, 96376 SAT clauses, 2406403 bytes
3.73/3.86	c 4	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.73/3.87	c 4	SOLVING HOME/temp.cnf
3.73/3.87	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.73/3.88	c 4	This is MiniSat 2.0 beta
3.73/3.88	c 4	WARNING: for repeatability, setting FPU to use double precision
3.73/3.88	c 4	============================[ Problem Statistics ]=============================
3.73/3.88	c 4	|                                                                             |
3.73/3.88	c 4	|  Number of variables:  380                                                  |
3.73/3.88	c 4	|  Number of clauses:    96376                                                |
3.82/3.94	c 4	|  Parsing time:         0.06         s                                       |
3.82/3.94	c 4	============================[ Search Statistics ]==============================
3.82/3.94	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.82/3.94	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.82/3.94	c 4	===============================================================================
3.82/3.94	c 4	|         0 |     380    96376   527174 |    32125        0    nan |  0.000 % |
3.82/3.99	c 4	|       101 |     380    96376   527174 |    35337      101     11 |  0.001 % |
3.82/4.05	c 4	|       251 |     380    96376   527174 |    38871      251      9 |  0.013 % |
3.82/4.13	c 4	|       476 |     380    96376   527174 |    42758      476     10 |  0.013 % |
3.82/4.27	c 4	|       814 |     380    96376   527174 |    47034      814      9 |  0.014 % |
4.33/4.43	c 4	|      1320 |     380    96376   527174 |    51738     1320     10 |  0.014 % |
4.52/4.66	c 4	|      2079 |     380    96376   527174 |    56911     2079     11 |  0.014 % |
4.92/5.06	c 5	|      3220 |     380    96376   527174 |    62603     3220     11 |  0.015 % |
5.52/5.66	c 5	|      4928 |     380    96376   527174 |    68863     4928     12 |  0.010 % |
6.42/6.56	c 6	|      7491 |     380    96376   527174 |    75749     7491     12 |  0.017 % |
7.90/8.02	c 8	|     11335 |     380    96376   527174 |    83324    11335     12 |  0.019 % |
10.59/10.72	c 11	|     17101 |     379    96376   527174 |    91657    17100     12 |  0.264 % |
14.47/14.68	c 14	|     25750 |     379    95651   523826 |   100823    18520     13 |  0.288 % |
20.75/20.91	c 21	|     38724 |     379    95651   523826 |   110905    31494     14 |  0.265 % |
34.37/34.63	c 34	|     58185 |     379    95651   523826 |   121995    50955     14 |  0.278 % |
56.56/56.91	c 57	|     87377 |     378    94768   519301 |   134195    71017     14 |  0.538 % |
99.65/100.29	c 100	|    131166 |     378    94768   519301 |   147615   114806     15 |  0.531 % |
167.61/168.50	c 168	|    196851 |     359    86043   470675 |   162376    95351     14 |  5.527 % |
179.77/180.72	c 181	===============================================================================
179.77/180.72	c 181	restarts              : 18
179.77/180.72	c 181	conflicts             : 210986         (1199 /sec)
179.77/180.72	c 181	decisions             : 248567         (1.67 % random) (1413 /sec)
179.77/180.72	c 181	propagations          : 8934846        (50785 /sec)
179.77/180.72	c 181	conflict literals     : 3053192        (32.69 % deleted)
179.77/180.72	c 181	Memory used           : 21.23 MB
179.77/180.72	c 181	CPU time              : 175.935 s
179.77/180.72	c 181	
179.77/180.72	c 181	UNSATISFIABLE
179.77/180.72	c 181	DECODING HOME/temp.out WITH HOME/temp.map
179.77/180.72	c 181	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
179.81/180.81	c 181	Decoding HOME/temp.out
179.81/180.82	s UNSATISFIABLE
179.81/180.83	c 181	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
179.81/180.83	c 181	CPU 179.69 (0.04 0 179.65 0.23)
179.81/180.83	c 181	END Sat Jul  5 01:04:19 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1080254-1215212478/watcher-1080254-1215212478 -o /tmp/evaluation-result-1080254-1215212478/solver-1080254-1215212478 -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-1080254-1215212478.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 1.98 1.99 3/81 30863
/proc/meminfo: memFree=1821504/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=4708 CPUtime=0
/proc/30863/stat : 30863 (sugar) R 30861 30863 29580 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 2000219230 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 218073462153 0 0 4096 0 0 0 0 17 1 0 0
/proc/30863/statm: 1177 43 33 3 0 8 0

[startup+0.104453 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 30863
/proc/meminfo: memFree=1821504/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=0.03
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000219230 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201465 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 30863
/proc/meminfo: memFree=1821504/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=0.03
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000219230 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301482 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 30863
/proc/meminfo: memFree=1821504/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=0.03
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000219230 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701551 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 30863
/proc/meminfo: memFree=1821504/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=0.03
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000219230 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50269 s]
/proc/loadavg: 1.92 1.98 1.99 5/92 30885
/proc/meminfo: memFree=1809704/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=0.77
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 973 6941 0 1 3 0 70 4 16 0 1 0 2000219230 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 797 370 3 0 500 0
[pid=30876] ppid=30863 vsize=5356 CPUtime=0
/proc/30876/stat : 30876 (sh) S 30863 30863 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000219313 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30876/statm: 1339 233 193 169 0 50 0
[pid=30877] ppid=30876 vsize=864012 CPUtime=0.64
/proc/30877/stat : 30877 (java) S 30876 30863 29580 0 -1 0 7180 0 1 0 61 3 0 0 18 0 9 0 2000219314 884748288 6466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30877/statm: 216003 6466 2532 9 0 210585 0
[pid=30877/tid=30878] ppid=30876 vsize=864012 CPUtime=0.39
/proc/30877/task/30878/stat : 30878 (java) R 30876 30863 29580 0 -1 64 2461 0 1 0 38 1 0 0 22 0 9 0 2000219315 884748288 6466 996147200 134512640 134550740 4294955952 18446744073709551615 4126404114 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30877/tid=30879] ppid=30876 vsize=864012 CPUtime=0.19
/proc/30877/task/30879/stat : 30879 (java) S 30876 30863 29580 0 -1 64 3709 0 0 0 18 1 0 0 16 0 9 0 2000219316 884748288 6466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30877/tid=30880] ppid=30876 vsize=864012 CPUtime=0
/proc/30877/task/30880/stat : 30880 (java) S 30876 30863 29580 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000219316 884748288 6466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30877/tid=30881] ppid=30876 vsize=864012 CPUtime=0
/proc/30877/task/30881/stat : 30881 (java) S 30876 30863 29580 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2000219316 884748288 6466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30877/tid=30882] ppid=30876 vsize=864012 CPUtime=0
/proc/30877/task/30882/stat : 30882 (java) S 30876 30863 29580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000219318 884748288 6466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30877/tid=30883] ppid=30876 vsize=864012 CPUtime=0.04
/proc/30877/task/30883/stat : 30883 (java) S 30876 30863 29580 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 2000219318 884748288 6466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30877/tid=30884] ppid=30876 vsize=864012 CPUtime=0
/proc/30877/task/30884/stat : 30884 (java) S 30876 30863 29580 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000219318 884748288 6466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30877/tid=30885] ppid=30876 vsize=864012 CPUtime=0
/proc/30877/task/30885/stat : 30885 (java) S 30876 30863 29580 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000219318 884748288 6466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 882968

[startup+3.10196 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 30889
/proc/meminfo: memFree=1801928/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=0.77
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 974 6941 0 1 3 0 70 4 15 0 1 0 2000219230 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 797 370 3 0 500 0
[pid=30876] ppid=30863 vsize=5356 CPUtime=0
/proc/30876/stat : 30876 (sh) S 30863 30863 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000219313 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30876/statm: 1339 233 193 169 0 50 0
[pid=30877] ppid=30876 vsize=864324 CPUtime=2.27
/proc/30877/stat : 30877 (java) S 30876 30863 29580 0 -1 0 13961 0 1 0 219 8 0 0 18 0 9 0 2000219314 885067776 13159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30877/statm: 216081 13159 2564 9 0 210628 0
[pid=30877/tid=30878] ppid=30876 vsize=864324 CPUtime=1.37
/proc/30877/task/30878/stat : 30878 (java) R 30876 30863 29580 0 -1 64 2991 0 1 0 135 2 0 0 18 0 9 0 2000219315 885067776 13159 996147200 134512640 134550740 4294955952 18446744073709551615 4126578576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30877/tid=30879] ppid=30876 vsize=864324 CPUtime=0.78
/proc/30877/task/30879/stat : 30879 (java) S 30876 30863 29580 0 -1 64 9927 0 0 0 74 4 0 0 16 0 9 0 2000219316 885067776 13159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30877/tid=30880] ppid=30876 vsize=864324 CPUtime=0
/proc/30877/task/30880/stat : 30880 (java) S 30876 30863 29580 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000219316 885067776 13159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30877/tid=30881] ppid=30876 vsize=864324 CPUtime=0
/proc/30877/task/30881/stat : 30881 (java) S 30876 30863 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000219316 885067776 13159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30877/tid=30882] ppid=30876 vsize=864324 CPUtime=0
/proc/30877/task/30882/stat : 30882 (java) S 30876 30863 29580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000219318 885067776 13159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30877/tid=30883] ppid=30876 vsize=864324 CPUtime=0.09
/proc/30877/task/30883/stat : 30883 (java) S 30876 30863 29580 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 2000219318 885067776 13159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30877/tid=30884] ppid=30876 vsize=864324 CPUtime=0
/proc/30877/task/30884/stat : 30884 (java) S 30876 30863 29580 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000219318 885067776 13159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30877/tid=30885] ppid=30876 vsize=864324 CPUtime=0
/proc/30877/task/30885/stat : 30885 (java) S 30876 30863 29580 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000219318 885067776 13159 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883280

[startup+6.3025 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 30923
/proc/meminfo: memFree=1773800/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=3.82
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 1031 21253 0 2 3 0 364 15 15 0 1 0 2000219230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 798 370 3 0 500 0
[pid=30922] ppid=30863 vsize=5356 CPUtime=0
/proc/30922/stat : 30922 (sh) S 30863 30863 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000219617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30922/statm: 1339 232 193 169 0 50 0
[pid=30923] ppid=30922 vsize=8172 CPUtime=2.4
/proc/30923/stat : 30923 (minisat) R 30922 30863 29580 0 -1 4194304 1904 0 0 0 240 0 0 0 25 0 1 0 2000219618 8368128 1890 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/30923/statm: 2043 1890 75 150 0 1890 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 27128

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 30923
/proc/meminfo: memFree=1746280/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=3.82
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 1031 21253 0 2 3 0 364 15 16 0 1 0 2000219230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 798 370 3 0 500 0
[pid=30922] ppid=30863 vsize=5356 CPUtime=0
/proc/30922/stat : 30922 (sh) S 30863 30863 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000219617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30922/statm: 1339 232 193 169 0 50 0
[pid=30923] ppid=30922 vsize=9116 CPUtime=8.76
/proc/30923/stat : 30923 (minisat) R 30922 30863 29580 0 -1 4194304 2168 0 0 0 876 0 0 0 25 0 1 0 2000219618 9334784 2154 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/30923/statm: 2279 2154 75 150 0 2126 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 28072

[startup+25.5017 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 30923
/proc/meminfo: memFree=1738344/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=3.82
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 1031 21253 0 2 3 0 364 15 16 0 1 0 2000219230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 798 370 3 0 500 0
[pid=30922] ppid=30863 vsize=5356 CPUtime=0
/proc/30922/stat : 30922 (sh) S 30863 30863 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000219617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30922/statm: 1339 232 193 169 0 50 0
[pid=30923] ppid=30922 vsize=11064 CPUtime=21.5
/proc/30923/stat : 30923 (minisat) R 30922 30863 29580 0 -1 4194304 2650 0 0 0 2149 1 0 0 25 0 1 0 2000219618 11329536 2636 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/30923/statm: 2766 2636 75 150 0 2613 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 30020

[startup+51.102 s]
/proc/loadavg: 2.04 2.00 2.00 3/83 30923
/proc/meminfo: memFree=1735848/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=3.82
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 1031 21253 0 2 3 0 364 15 16 0 1 0 2000219230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 798 370 3 0 500 0
[pid=30922] ppid=30863 vsize=5356 CPUtime=0
/proc/30922/stat : 30922 (sh) S 30863 30863 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000219617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30922/statm: 1339 232 193 169 0 50 0
[pid=30923] ppid=30922 vsize=13688 CPUtime=46.97
/proc/30923/stat : 30923 (minisat) R 30922 30863 29580 0 -1 4194304 3251 0 0 0 4695 2 0 0 25 0 1 0 2000219618 14016512 3237 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/30923/statm: 3422 3237 75 150 0 3269 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 32644

[startup+102.303 s]
/proc/loadavg: 2.09 2.02 2.01 3/83 30923
/proc/meminfo: memFree=1730664/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=3.82
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 1031 21253 0 2 3 0 364 15 16 0 1 0 2000219230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 798 370 3 0 500 0
[pid=30922] ppid=30863 vsize=5356 CPUtime=0
/proc/30922/stat : 30922 (sh) S 30863 30863 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000219617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30922/statm: 1339 232 193 169 0 50 0
[pid=30923] ppid=30922 vsize=18564 CPUtime=97.92
/proc/30923/stat : 30923 (minisat) R 30922 30863 29580 0 -1 4194304 4485 0 0 0 9789 3 0 0 25 0 1 0 2000219618 19009536 4471 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30923/statm: 4641 4471 75 150 0 4488 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 37520

[startup+162.302 s]
/proc/loadavg: 2.36 2.10 2.03 3/83 30923
/proc/meminfo: memFree=1727784/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=3.82
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 1031 21253 0 2 3 0 364 15 16 0 1 0 2000219230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 798 370 3 0 500 0
[pid=30922] ppid=30863 vsize=5356 CPUtime=0
/proc/30922/stat : 30922 (sh) S 30863 30863 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000219617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30922/statm: 1339 232 193 169 0 50 0
[pid=30923] ppid=30922 vsize=21600 CPUtime=157.62
/proc/30923/stat : 30923 (minisat) R 30922 30863 29580 0 -1 4194304 5179 0 0 0 15759 3 0 0 25 0 1 0 2000219618 22118400 5165 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30923/statm: 5400 5165 75 150 0 5247 0
Current children cumulated CPU time (s) 161.44
Current children cumulated vsize (KiB) 40556

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

[startup+166.401 s]
/proc/loadavg: 2.33 2.10 2.03 3/83 30923
/proc/meminfo: memFree=1727720/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=3.82
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 1031 21253 0 2 3 0 364 15 16 0 1 0 2000219230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 798 370 3 0 500 0
[pid=30922] ppid=30863 vsize=5356 CPUtime=0
/proc/30922/stat : 30922 (sh) S 30863 30863 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000219617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30922/statm: 1339 232 193 169 0 50 0
[pid=30923] ppid=30922 vsize=21600 CPUtime=161.7
/proc/30923/stat : 30923 (minisat) R 30922 30863 29580 0 -1 4194304 5194 0 0 0 16167 3 0 0 25 0 1 0 2000219618 22118400 5180 996147200 134512640 135127466 4294956256 18446744073709551615 134528288 0 0 4096 3 0 0 0 17 1 0 0
/proc/30923/statm: 5400 5180 75 150 0 5247 0
Current children cumulated CPU time (s) 165.52
Current children cumulated vsize (KiB) 40556

[startup+172.806 s]
/proc/loadavg: 2.28 2.10 2.03 3/83 30923
/proc/meminfo: memFree=1727656/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=3.82
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 1031 21253 0 2 3 0 364 15 16 0 1 0 2000219230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 798 370 3 0 500 0
[pid=30922] ppid=30863 vsize=5356 CPUtime=0
/proc/30922/stat : 30922 (sh) S 30863 30863 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000219617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30922/statm: 1339 232 193 169 0 50 0
[pid=30923] ppid=30922 vsize=21736 CPUtime=168.07
/proc/30923/stat : 30923 (minisat) R 30922 30863 29580 0 -1 4194304 5207 0 0 0 16804 3 0 0 25 0 1 0 2000219618 22257664 5193 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30923/statm: 5434 5193 75 150 0 5281 0
Current children cumulated CPU time (s) 171.89
Current children cumulated vsize (KiB) 40692

[startup+176.002 s]
/proc/loadavg: 2.28 2.10 2.03 3/75 30951
/proc/meminfo: memFree=1807464/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=3.82
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 1031 21253 0 2 3 0 364 15 16 0 1 0 2000219230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 798 370 3 0 500 0
[pid=30922] ppid=30863 vsize=5356 CPUtime=0
/proc/30922/stat : 30922 (sh) S 30863 30863 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000219617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30922/statm: 1339 232 193 169 0 50 0
[pid=30923] ppid=30922 vsize=21736 CPUtime=171.25
/proc/30923/stat : 30923 (minisat) R 30922 30863 29580 0 -1 4194304 5208 0 0 0 17121 4 0 0 25 0 1 0 2000219618 22257664 5194 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30923/statm: 5434 5194 75 150 0 5281 0
Current children cumulated CPU time (s) 175.07
Current children cumulated vsize (KiB) 40692

[startup+179.202 s]
/proc/loadavg: 2.26 2.09 2.03 3/75 30951
/proc/meminfo: memFree=1802728/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=3.82
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 1031 21253 0 2 3 0 364 15 16 0 1 0 2000219230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 798 370 3 0 500 0
[pid=30922] ppid=30863 vsize=5356 CPUtime=0
/proc/30922/stat : 30922 (sh) S 30863 30863 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000219617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30922/statm: 1339 232 193 169 0 50 0
[pid=30923] ppid=30922 vsize=21736 CPUtime=174.45
/proc/30923/stat : 30923 (minisat) R 30922 30863 29580 0 -1 4194304 5208 0 0 0 17441 4 0 0 25 0 1 0 2000219618 22257664 5194 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30923/statm: 5434 5194 75 150 0 5281 0
Current children cumulated CPU time (s) 178.27
Current children cumulated vsize (KiB) 40692

[startup+180.003 s]
/proc/loadavg: 2.26 2.09 2.03 3/75 30951
/proc/meminfo: memFree=1802728/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=3.82
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 1031 21253 0 2 3 0 364 15 16 0 1 0 2000219230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 798 370 3 0 500 0
[pid=30922] ppid=30863 vsize=5356 CPUtime=0
/proc/30922/stat : 30922 (sh) S 30863 30863 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000219617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30922/statm: 1339 232 193 169 0 50 0
[pid=30923] ppid=30922 vsize=21736 CPUtime=175.25
/proc/30923/stat : 30923 (minisat) R 30922 30863 29580 0 -1 4194304 5208 0 0 0 17521 4 0 0 25 0 1 0 2000219618 22257664 5194 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30923/statm: 5434 5194 75 150 0 5281 0
Current children cumulated CPU time (s) 179.07
Current children cumulated vsize (KiB) 40692

[startup+180.402 s]
/proc/loadavg: 2.26 2.09 2.03 3/75 30951
/proc/meminfo: memFree=1802664/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=3.82
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 1031 21253 0 2 3 0 364 15 16 0 1 0 2000219230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30863/statm: 3400 798 370 3 0 500 0
[pid=30922] ppid=30863 vsize=5356 CPUtime=0
/proc/30922/stat : 30922 (sh) S 30863 30863 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000219617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30922/statm: 1339 232 193 169 0 50 0
[pid=30923] ppid=30922 vsize=21736 CPUtime=175.65
/proc/30923/stat : 30923 (minisat) R 30922 30863 29580 0 -1 4194304 5208 0 0 0 17561 4 0 0 25 0 1 0 2000219618 22257664 5194 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30923/statm: 5434 5194 75 150 0 5281 0
Current children cumulated CPU time (s) 179.47
Current children cumulated vsize (KiB) 40692

[startup+180.802 s]
/proc/loadavg: 2.26 2.09 2.03 3/75 30951
/proc/meminfo: memFree=1802664/2055920 swapFree=4180732/4192956
[pid=30863] ppid=30861 vsize=13600 CPUtime=179.81
/proc/30863/stat : 30863 (sugar) S 30861 30863 29580 0 -1 4194304 1070 26755 0 2 4 0 17957 20 17 0 1 0 2000219230 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30863/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 179.81
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 180.839
CPU time (s): 179.937
CPU user time (s): 179.694
CPU system time (s): 0.242963
CPU usage (%): 99.5012
Max. virtual memory (cumulated for all children) (KiB): 883280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.694
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31519
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= 2283
involuntary context switches= 4122

runsolver used 0.201969 second user time and 0.634903 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-05 01:01:18
IDJOB=1080254
IDBENCH=56947
IDSOLVER=346
FILE ID=node57/1080254-1215212478
PBS_JOBID= 7881724
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-18_ext.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-1080254-1215212478/watcher-1080254-1215212478 -o /tmp/evaluation-result-1080254-1215212478/solver-1080254-1215212478 -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-1080254-1215212478.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d0723849d67084a75f9aabd36744eddc
RANDOM SEED=146428585

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:       1821984 kB
Buffers:         21760 kB
Cached:         136836 kB
SwapCached:       5896 kB
Active:         120944 kB
Inactive:        62968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821984 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            4552 kB
Writeback:           0 kB
Mapped:          41524 kB
Slab:            35184 kB
Committed_AS:  4054544 kB
PageTables:       1896 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= 66544 MiB
End job on node57 at 2008-07-05 01:04:19