Trace number 1071653

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 24.4423 24.7629

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle15.xml
MD5SUM769040126ef838618a933b5ce21af152
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.079987
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of constraints425
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension46
Number of constraints which are defined in intension379
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 Fri Jul  4 13:06:49 2008
0.00/0.04	c 0	PID 1771
0.04/0.05	c 0	HOST node29.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1071653-1215169608.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1071653-1215169608.xml' 'HOME/temp.csp'
0.04/0.63	c 0	1 domains, 95 variables, 4 predicates, 3 relations, 425 constraints
0.04/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.62/0.76	c 0	Parsing HOME/temp.csp
0.62/0.96	c 0	parsed 528 expressions
0.62/0.96	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.62/0.96	c 0	Converting to clausal form CSP
0.62/0.99	c 0	converted 53 (10%) expressions
0.92/1.03	c 1	converted 106 (20%) expressions
1.61/1.71	c 1	converted 159 (30%) expressions
1.71/1.89	c 1	converted 212 (40%) expressions
1.81/1.98	c 1	converted 264 (50%) expressions
1.81/2.00	c 2	converted 317 (60%) expressions
1.91/2.02	c 2	converted 370 (70%) expressions
1.91/2.03	c 2	converted 423 (80%) expressions
1.91/2.04	c 2	converted 476 (90%) expressions
1.91/2.05	c 2	converted 528 (100%) expressions
1.91/2.05	c 2	CSP : 95 integers, 0 booleans, 425 clauses, largest domain size 26
1.91/2.05	c 2	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.05	c 2	Propagation in CSP
1.91/2.06	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.91/2.06	c 2	CSP : 95 integers, 0 booleans, 425 clauses, largest domain size 26
1.91/2.06	c 2	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.06	c 2	Simplifing CSP by introducing new Boolean variables
1.91/2.08	c 2	CSP : 95 integers, 3176 booleans, 3601 clauses, largest domain size 26
1.91/2.08	c 2	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.10/2.21	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.10/2.22	c 2	10 (10%) CSP integer variables are encoded (240 clauses, 2496 bytes)
2.10/2.23	c 2	19 (20%) CSP integer variables are encoded (456 clauses, 4872 bytes)
2.10/2.23	c 2	29 (30%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.10/2.23	c 2	38 (40%) CSP integer variables are encoded (912 clauses, 9888 bytes)
2.10/2.23	c 2	48 (50%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.10/2.23	c 2	57 (60%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
2.10/2.24	c 2	67 (70%) CSP integer variables are encoded (1608 clauses, 18841 bytes)
2.10/2.24	c 2	76 (80%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
2.10/2.24	c 2	86 (90%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
2.10/2.24	c 2	95 (100%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
19.63/19.93	c 19	361 (10%) CSP clauses are encoded (356164 clauses, 13810292 bytes)
19.63/19.96	c 19	721 (20%) CSP clauses are encoded (364249 clauses, 13955118 bytes)
19.63/19.98	c 19	1081 (30%) CSP clauses are encoded (372459 clauses, 14100742 bytes)
19.63/20.00	c 20	1441 (40%) CSP clauses are encoded (380844 clauses, 14251432 bytes)
19.73/20.02	c 20	1801 (50%) CSP clauses are encoded (389379 clauses, 14399464 bytes)
19.73/20.04	c 20	2161 (60%) CSP clauses are encoded (397914 clauses, 14550675 bytes)
19.73/20.06	c 20	2521 (70%) CSP clauses are encoded (406474 clauses, 14701942 bytes)
19.73/20.07	c 20	2881 (80%) CSP clauses are encoded (415009 clauses, 14852778 bytes)
19.73/20.09	c 20	3241 (90%) CSP clauses are encoded (423544 clauses, 15009257 bytes)
19.82/20.11	c 20	3601 (100%) CSP clauses are encoded (432079 clauses, 15168914 bytes)
19.82/20.11	c 20	3601 CSP clauses encoded
19.82/20.11	c 20	Writing map file : HOME/temp.map
19.82/20.12	c 20	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.82/20.12	c 20	SAT : 5551 SAT variables, 432079 SAT clauses, 15168914 bytes
19.82/20.12	c 20	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.82/20.13	c 20	SOLVING HOME/temp.cnf
19.82/20.13	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.82/20.13	c 20	This is MiniSat 2.0 beta
19.82/20.13	c 20	WARNING: for repeatability, setting FPU to use double precision
19.82/20.13	c 20	============================[ Problem Statistics ]=============================
19.82/20.13	c 20	|                                                                             |
19.82/20.14	c 20	|  Number of variables:  5551                                                 |
19.82/20.14	c 20	|  Number of clauses:    432079                                               |
19.87/20.48	c 20	|  Parsing time:         0.30         s                                       |
19.87/20.51	c 20	============================[ Search Statistics ]==============================
19.87/20.51	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.87/20.51	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.87/20.51	c 20	===============================================================================
19.87/20.51	c 20	|         0 |    5551   432079  2817896 |   144026        0    nan |  0.000 % |
19.87/20.53	c 20	|       100 |    5551   432079  2817896 |   158428      100     12 |  0.000 % |
19.87/20.57	c 20	|       251 |    5551   432079  2817896 |   174271      251      9 |  0.000 % |
19.87/20.64	c 20	|       476 |    5551   432079  2817896 |   191699      476      9 |  0.000 % |
19.87/20.73	c 20	|       815 |    5551   432079  2817896 |   210868      815     10 |  0.000 % |
20.51/20.82	c 20	|      1323 |    5551   432079  2817896 |   231955     1323     10 |  0.000 % |
20.51/20.89	c 20	|      2082 |    5551   432079  2817896 |   255151     2082     10 |  0.000 % |
20.81/21.14	c 21	|      3222 |    5551   432079  2817896 |   280666     3222     11 |  0.000 % |
21.00/21.34	c 21	|      4931 |    5551   432079  2817896 |   308733     4931     11 |  0.000 % |
21.40/21.74	c 21	|      7494 |    5551   432079  2817896 |   339606     7494     11 |  0.000 % |
21.89/22.29	c 22	|     11339 |    5551   432079  2817896 |   373567    11339     12 |  0.000 % |
22.69/23.04	c 23	|     17107 |    5551   432079  2817896 |   410923    17107     12 |  0.000 % |
24.18/24.58	c 24	===============================================================================
24.18/24.58	c 24	restarts              : 12
24.18/24.58	c 24	conflicts             : 24328          (5599 /sec)
24.18/24.58	c 24	decisions             : 39248          (1.73 % random) (9032 /sec)
24.18/24.58	c 24	propagations          : 1254839        (288778 /sec)
24.18/24.58	c 24	conflict literals     : 305796         (21.62 % deleted)
24.18/24.58	c 24	Memory used           : 30.21 MB
24.18/24.58	c 24	CPU time              : 4.34534 s
24.18/24.58	c 24	
24.18/24.58	c 24	SATISFIABLE
24.18/24.59	c 24	DECODING HOME/temp.out WITH HOME/temp.map
24.18/24.59	c 24	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
24.27/24.67	c 24	Decoding HOME/temp.out
24.27/24.72	s SATISFIABLE
24.27/24.72	v 14 22 11 18 18 8 0 12 19 17 8 15 18 4 0 17 11 24 19 14 10 24 14 21 14 22 4 17 14 13 4 20 18 4 8 17 0 6 13 0 18 7 0 13 19 13 0 14 12 8 22 7 24 13 14 17 19 7 19 0 20 4 4 11 17 20 19 8 13 12 0 13 0 25 20 17 4 11 11 14 24 3 17 4 2 19 0 11 24 17 4 13 4 18 18
24.27/24.73	c 24	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
24.27/24.76	c 24	CPU 24.06 (0.03 0.01 24.03 0.34)
24.27/24.76	c 24	END Fri Jul  4 13:07:13 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-1071653-1215169608/watcher-1071653-1215169608 -o /tmp/evaluation-result-1071653-1215169608/solver-1071653-1215169608 -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-1071653-1215169608.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.00 1.00 1.00 4/80 1771
/proc/meminfo: memFree=1526632/2055920 swapFree=4180452/4192956
[pid=1771] ppid=1769 vsize=12268 CPUtime=0
/proc/1771/stat : 1771 (sugar) R 1769 1771 1734 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1995934643 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221780867685 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/1771/statm: 3067 316 241 3 0 167 0

[startup+0.050362 s]
/proc/loadavg: 1.00 1.00 1.00 4/80 1771
/proc/meminfo: memFree=1526632/2055920 swapFree=4180452/4192956
[pid=1771] ppid=1769 vsize=13600 CPUtime=0.04
/proc/1771/stat : 1771 (sugar) S 1769 1771 1734 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1995934643 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1771/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101766 s]
/proc/loadavg: 1.00 1.00 1.00 4/80 1771
/proc/meminfo: memFree=1526632/2055920 swapFree=4180452/4192956
[pid=1771] ppid=1769 vsize=13600 CPUtime=0.04
/proc/1771/stat : 1771 (sugar) S 1769 1771 1734 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995934643 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1771/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301779 s]
/proc/loadavg: 1.00 1.00 1.00 4/80 1771
/proc/meminfo: memFree=1526632/2055920 swapFree=4180452/4192956
[pid=1771] ppid=1769 vsize=13600 CPUtime=0.04
/proc/1771/stat : 1771 (sugar) S 1769 1771 1734 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995934643 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1771/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701806 s]
/proc/loadavg: 1.00 1.00 1.00 4/80 1771
/proc/meminfo: memFree=1526632/2055920 swapFree=4180452/4192956
[pid=1771] ppid=1769 vsize=13600 CPUtime=0.62
/proc/1771/stat : 1771 (sugar) S 1769 1771 1734 0 -1 4194304 956 4938 0 1 3 1 55 3 16 0 1 0 1995934643 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1771/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13600

[startup+1.50286 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 1793
/proc/meminfo: memFree=1517008/2055920 swapFree=4180452/4192956
[pid=1771] ppid=1769 vsize=13600 CPUtime=0.62
/proc/1771/stat : 1771 (sugar) S 1769 1771 1734 0 -1 4194304 973 4938 0 1 3 1 55 3 15 0 1 0 1995934643 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1771/statm: 3400 797 370 3 0 500 0
[pid=1784] ppid=1771 vsize=5356 CPUtime=0
/proc/1784/stat : 1784 (sh) S 1771 1771 1734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995934711 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1784/statm: 1339 233 193 169 0 50 0
[pid=1785] ppid=1784 vsize=864324 CPUtime=0.79
/proc/1785/stat : 1785 (java) S 1784 1771 1734 0 -1 0 8246 0 1 0 76 3 0 0 19 0 9 0 1995934711 885067776 7515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1785/statm: 216081 7515 2540 9 0 210656 0
[pid=1785/tid=1786] ppid=1784 vsize=864324 CPUtime=0.39
/proc/1785/task/1786/stat : 1786 (java) R 1784 1771 1734 0 -1 64 2774 0 1 0 38 1 0 0 22 0 9 0 1995934712 885067776 7515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1787] ppid=1784 vsize=864324 CPUtime=0.3
/proc/1785/task/1787/stat : 1787 (java) R 1784 1771 1734 0 -1 64 4436 0 0 0 29 1 0 0 17 0 9 0 1995934713 885067776 7515 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1788] ppid=1784 vsize=864324 CPUtime=0
/proc/1785/task/1788/stat : 1788 (java) S 1784 1771 1734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995934714 885067776 7515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1789] ppid=1784 vsize=864324 CPUtime=0
/proc/1785/task/1789/stat : 1789 (java) S 1784 1771 1734 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995934714 885067776 7515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1790] ppid=1784 vsize=864324 CPUtime=0
/proc/1785/task/1790/stat : 1790 (java) S 1784 1771 1734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995934716 885067776 7515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1791] ppid=1784 vsize=864324 CPUtime=0.08
/proc/1785/task/1791/stat : 1791 (java) S 1784 1771 1734 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 1995934716 885067776 7515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1792] ppid=1784 vsize=864324 CPUtime=0
/proc/1785/task/1792/stat : 1792 (java) S 1784 1771 1734 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995934716 885067776 7515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1793] ppid=1784 vsize=864324 CPUtime=0
/proc/1785/task/1793/stat : 1793 (java) S 1784 1771 1734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995934716 885067776 7515 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) 883280

[startup+3.10296 s]
/proc/loadavg: 1.00 1.00 1.00 4/91 1793
/proc/meminfo: memFree=1490000/2055920 swapFree=4180452/4192956
[pid=1771] ppid=1769 vsize=13600 CPUtime=0.62
/proc/1771/stat : 1771 (sugar) S 1769 1771 1734 0 -1 4194304 974 4938 0 1 3 1 55 3 15 0 1 0 1995934643 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1771/statm: 3400 797 370 3 0 500 0
[pid=1784] ppid=1771 vsize=5356 CPUtime=0
/proc/1784/stat : 1784 (sh) S 1771 1771 1734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995934711 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1784/statm: 1339 233 193 169 0 50 0
[pid=1785] ppid=1784 vsize=868500 CPUtime=2.38
/proc/1785/stat : 1785 (java) S 1784 1771 1734 0 -1 0 12868 0 1 0 231 7 0 0 19 0 9 0 1995934711 889344000 12041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1785/statm: 217125 12041 2565 9 0 211672 0
[pid=1785/tid=1786] ppid=1784 vsize=868500 CPUtime=1.42
/proc/1785/task/1786/stat : 1786 (java) R 1784 1771 1734 0 -1 64 3054 0 1 0 140 2 0 0 24 0 9 0 1995934712 889344000 12041 996147200 134512640 134550740 4294955952 18446744073709551615 4125952113 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1787] ppid=1784 vsize=868500 CPUtime=0.71
/proc/1785/task/1787/stat : 1787 (java) S 1784 1771 1734 0 -1 64 7643 0 0 0 68 3 0 0 16 0 9 0 1995934713 889344000 12041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1788] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1788/stat : 1788 (java) S 1784 1771 1734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995934714 889344000 12041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1789] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1789/stat : 1789 (java) S 1784 1771 1734 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995934714 889344000 12041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1790] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1790/stat : 1790 (java) S 1784 1771 1734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995934716 889344000 12041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1791] ppid=1784 vsize=868500 CPUtime=0.22
/proc/1785/task/1791/stat : 1791 (java) S 1784 1771 1734 0 -1 64 1478 0 0 0 22 0 0 0 16 0 9 0 1995934716 889344000 12041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1792] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1792/stat : 1792 (java) S 1784 1771 1734 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995934716 889344000 12041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1793] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1793/stat : 1793 (java) S 1784 1771 1734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995934716 889344000 12041 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) 887456

[startup+6.30115 s]
/proc/loadavg: 1.08 1.02 1.01 3/91 1793
/proc/meminfo: memFree=1478608/2055920 swapFree=4180452/4192956
[pid=1771] ppid=1769 vsize=13600 CPUtime=0.62
/proc/1771/stat : 1771 (sugar) S 1769 1771 1734 0 -1 4194304 974 4938 0 1 3 1 55 3 15 0 1 0 1995934643 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1771/statm: 3400 797 370 3 0 500 0
[pid=1784] ppid=1771 vsize=5356 CPUtime=0
/proc/1784/stat : 1784 (sh) S 1771 1771 1734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995934711 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1784/statm: 1339 233 193 169 0 50 0
[pid=1785] ppid=1784 vsize=868500 CPUtime=5.54
/proc/1785/stat : 1785 (java) S 1784 1771 1734 0 -1 0 14365 0 1 0 545 9 0 0 19 0 9 0 1995934711 889344000 13464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1785/statm: 217125 13464 2565 9 0 211672 0
[pid=1785/tid=1786] ppid=1784 vsize=868500 CPUtime=4.46
/proc/1785/task/1786/stat : 1786 (java) R 1784 1771 1734 0 -1 64 3128 0 1 0 443 3 0 0 25 0 9 0 1995934712 889344000 13464 996147200 134512640 134550740 4294955952 18446744073709551615 4126936373 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1787] ppid=1784 vsize=868500 CPUtime=0.83
/proc/1785/task/1787/stat : 1787 (java) S 1784 1771 1734 0 -1 64 9064 0 0 0 79 4 0 0 16 0 9 0 1995934713 889344000 13464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1788] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1788/stat : 1788 (java) S 1784 1771 1734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995934714 889344000 13464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1789] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1789/stat : 1789 (java) S 1784 1771 1734 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995934714 889344000 13464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1790] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1790/stat : 1790 (java) S 1784 1771 1734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995934716 889344000 13464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1791] ppid=1784 vsize=868500 CPUtime=0.22
/proc/1785/task/1791/stat : 1791 (java) S 1784 1771 1734 0 -1 64 1480 0 0 0 22 0 0 0 16 0 9 0 1995934716 889344000 13464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1792] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1792/stat : 1792 (java) S 1784 1771 1734 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995934716 889344000 13464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1793] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1793/stat : 1793 (java) S 1784 1771 1734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995934716 889344000 13464 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) 887456

[startup+12.7026 s]
/proc/loadavg: 1.15 1.03 1.01 3/91 1793
/proc/meminfo: memFree=1465936/2055920 swapFree=4180452/4192956
[pid=1771] ppid=1769 vsize=13600 CPUtime=0.62
/proc/1771/stat : 1771 (sugar) S 1769 1771 1734 0 -1 4194304 974 4938 0 1 3 1 55 3 15 0 1 0 1995934643 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1771/statm: 3400 797 370 3 0 500 0
[pid=1784] ppid=1771 vsize=5356 CPUtime=0
/proc/1784/stat : 1784 (sh) S 1771 1771 1734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995934711 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1784/statm: 1339 233 193 169 0 50 0
[pid=1785] ppid=1784 vsize=868500 CPUtime=11.88
/proc/1785/stat : 1785 (java) S 1784 1771 1734 0 -1 0 17540 0 1 0 1175 13 0 0 19 0 9 0 1995934711 889344000 15213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1785/statm: 217125 15213 2565 9 0 211672 0
[pid=1785/tid=1786] ppid=1784 vsize=868500 CPUtime=10.4
/proc/1785/task/1786/stat : 1786 (java) R 1784 1771 1734 0 -1 64 3270 0 1 0 1035 5 0 0 25 0 9 0 1995934712 889344000 15213 996147200 134512640 134550740 4294955952 18446744073709551615 103214776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1787] ppid=1784 vsize=868500 CPUtime=1.22
/proc/1785/task/1787/stat : 1787 (java) S 1784 1771 1734 0 -1 64 12095 0 0 0 116 6 0 0 16 0 9 0 1995934713 889344000 15213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1788] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1788/stat : 1788 (java) S 1784 1771 1734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995934714 889344000 15213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1789] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1789/stat : 1789 (java) S 1784 1771 1734 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995934714 889344000 15213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1790] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1790/stat : 1790 (java) S 1784 1771 1734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995934716 889344000 15213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1791] ppid=1784 vsize=868500 CPUtime=0.23
/proc/1785/task/1791/stat : 1791 (java) S 1784 1771 1734 0 -1 64 1482 0 0 0 23 0 0 0 17 0 9 0 1995934716 889344000 15213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1792] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1792/stat : 1792 (java) S 1784 1771 1734 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995934716 889344000 15213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1793] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1793/stat : 1793 (java) S 1784 1771 1734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995934716 889344000 15213 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) 887456

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

[startup+19.103 s]
/proc/loadavg: 1.28 1.06 1.02 3/91 1793
/proc/meminfo: memFree=1460432/2055920 swapFree=4180452/4192956
[pid=1771] ppid=1769 vsize=13600 CPUtime=0.62
/proc/1771/stat : 1771 (sugar) S 1769 1771 1734 0 -1 4194304 974 4938 0 1 3 1 55 3 15 0 1 0 1995934643 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1771/statm: 3400 797 370 3 0 500 0
[pid=1784] ppid=1771 vsize=5356 CPUtime=0
/proc/1784/stat : 1784 (sh) S 1771 1771 1734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995934711 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1784/statm: 1339 233 193 169 0 50 0
[pid=1785] ppid=1784 vsize=868500 CPUtime=18.21
/proc/1785/stat : 1785 (java) S 1784 1771 1734 0 -1 0 19160 0 1 0 1803 18 0 0 19 0 9 0 1995934711 889344000 15409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1785/statm: 217125 15409 2565 9 0 211672 0
[pid=1785/tid=1786] ppid=1784 vsize=868500 CPUtime=16.34
/proc/1785/task/1786/stat : 1786 (java) R 1784 1771 1734 0 -1 64 3412 0 1 0 1626 8 0 0 25 0 9 0 1995934712 889344000 15409 996147200 134512640 134550740 4294955952 18446744073709551615 102064828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1787] ppid=1784 vsize=868500 CPUtime=1.61
/proc/1785/task/1787/stat : 1787 (java) S 1784 1771 1734 0 -1 64 13571 0 0 0 154 7 0 0 16 0 9 0 1995934713 889344000 15409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1788] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1788/stat : 1788 (java) S 1784 1771 1734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995934714 889344000 15409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1789] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1789/stat : 1789 (java) S 1784 1771 1734 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995934714 889344000 15409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1790] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1790/stat : 1790 (java) S 1784 1771 1734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995934716 889344000 15409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1791] ppid=1784 vsize=868500 CPUtime=0.23
/proc/1785/task/1791/stat : 1791 (java) S 1784 1771 1734 0 -1 64 1484 0 0 0 23 0 0 0 17 0 9 0 1995934716 889344000 15409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1792] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1792/stat : 1792 (java) S 1784 1771 1734 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995934716 889344000 15409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1785/tid=1793] ppid=1784 vsize=868500 CPUtime=0
/proc/1785/task/1793/stat : 1793 (java) S 1784 1771 1734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995934716 889344000 15409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.83
Current children cumulated vsize (KiB) 887456

[startup+22.3012 s]
/proc/loadavg: 1.28 1.06 1.02 3/83 1795
/proc/meminfo: memFree=1480592/2055920 swapFree=4180452/4192956
[pid=1771] ppid=1769 vsize=13600 CPUtime=19.87
/proc/1771/stat : 1771 (sugar) S 1769 1771 1734 0 -1 4194304 1032 24473 0 2 3 1 1958 25 15 0 1 0 1995934643 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1771/statm: 3400 798 370 3 0 500 0
[pid=1794] ppid=1771 vsize=5356 CPUtime=0
/proc/1794/stat : 1794 (sh) S 1771 1771 1734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995936656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1794/statm: 1339 232 193 169 0 50 0
[pid=1795] ppid=1794 vsize=29232 CPUtime=2.12
/proc/1795/stat : 1795 (minisat) R 1794 1771 1734 0 -1 4194304 7194 0 0 0 208 4 0 0 25 0 1 0 1995936657 29933568 7180 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1795/statm: 7308 7180 76 150 0 7155 0
Current children cumulated CPU time (s) 21.99
Current children cumulated vsize (KiB) 48188

[startup+23.9013 s]
/proc/loadavg: 1.34 1.08 1.02 3/83 1795
/proc/meminfo: memFree=1479760/2055920 swapFree=4180452/4192956
[pid=1771] ppid=1769 vsize=13600 CPUtime=19.87
/proc/1771/stat : 1771 (sugar) S 1769 1771 1734 0 -1 4194304 1032 24473 0 2 3 1 1958 25 15 0 1 0 1995934643 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1771/statm: 3400 798 370 3 0 500 0
[pid=1794] ppid=1771 vsize=5356 CPUtime=0
/proc/1794/stat : 1794 (sh) S 1771 1771 1734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995936656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1794/statm: 1339 232 193 169 0 50 0
[pid=1795] ppid=1794 vsize=30396 CPUtime=3.72
/proc/1795/stat : 1795 (minisat) R 1794 1771 1734 0 -1 4194304 7477 0 0 0 367 5 0 0 25 0 1 0 1995936657 31125504 7463 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/1795/statm: 7599 7463 76 150 0 7446 0
Current children cumulated CPU time (s) 23.59
Current children cumulated vsize (KiB) 49352

[startup+24.3013 s]
/proc/loadavg: 1.34 1.08 1.02 3/83 1795
/proc/meminfo: memFree=1479120/2055920 swapFree=4180452/4192956
[pid=1771] ppid=1769 vsize=13600 CPUtime=19.87
/proc/1771/stat : 1771 (sugar) S 1769 1771 1734 0 -1 4194304 1032 24473 0 2 3 1 1958 25 15 0 1 0 1995934643 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1771/statm: 3400 798 370 3 0 500 0
[pid=1794] ppid=1771 vsize=5356 CPUtime=0
/proc/1794/stat : 1794 (sh) S 1771 1771 1734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995936656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1794/statm: 1339 232 193 169 0 50 0
[pid=1795] ppid=1794 vsize=30528 CPUtime=4.11
/proc/1795/stat : 1795 (minisat) R 1794 1771 1734 0 -1 4194304 7515 0 0 0 406 5 0 0 25 0 1 0 1995936657 31260672 7501 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/1795/statm: 7632 7501 76 150 0 7479 0
Current children cumulated CPU time (s) 23.98
Current children cumulated vsize (KiB) 49484

[startup+24.7013 s]
/proc/loadavg: 1.34 1.08 1.02 3/83 1795
/proc/meminfo: memFree=1479120/2055920 swapFree=4180452/4192956
[pid=1771] ppid=1769 vsize=13600 CPUtime=24.27
/proc/1771/stat : 1771 (sugar) S 1769 1771 1734 0 -1 4194304 1087 32382 0 2 3 1 2392 31 16 0 1 0 1995934643 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1771/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 24.27
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 24.7629
CPU time (s): 24.4423
CPU user time (s): 24.0763
CPU system time (s): 0.365944
CPU usage (%): 98.7052
Max. virtual memory (cumulated for all children) (KiB): 892584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.0763
system time used= 0.365944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37242
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= 5428
involuntary context switches= 6125

runsolver used 0.038994 second user time and 0.091986 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-04 13:06:48
IDJOB=1071653
IDBENCH=56131
IDSOLVER=346
FILE ID=node29/1071653-1215169608
PBS_JOBID= 7881507
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle15.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-1071653-1215169608/watcher-1071653-1215169608 -o /tmp/evaluation-result-1071653-1215169608/solver-1071653-1215169608 -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-1071653-1215169608.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 769040126ef838618a933b5ce21af152
RANDOM SEED=33024105

node29.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.220
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.220
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:       1527112 kB
Buffers:         73936 kB
Cached:         315564 kB
SwapCached:       6872 kB
Active:         272848 kB
Inactive:       197420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527112 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:          96716 kB
Slab:            43580 kB
Committed_AS:  4177964 kB
PageTables:       2128 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node29 at 2008-07-04 13:07:13