Trace number 1079196

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 38.4362 38.938

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg12-12_ext.xml
MD5SUM401838c809953724c2b71a8d63bf31d3
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 benchmark0.084986
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints24
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension24
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 00:10:57 2008
0.00/0.04	c 0	PID 15605
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1079196-1215209457.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-1079196-1215209457.xml' 'HOME/temp.csp'
0.03/0.30	c 1	1 domains, 144 variables, 0 predicates, 1 relations, 24 constraints
0.03/0.32	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.33	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.28/0.41	c 1	Parsing HOME/temp.csp
0.28/0.50	c 1	parsed 170 expressions
0.28/0.51	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.51	c 1	Converting to clausal form CSP
0.28/0.53	c 1	converted 17 (10%) expressions
0.28/0.53	c 1	converted 34 (20%) expressions
0.28/0.53	c 1	converted 51 (30%) expressions
0.28/0.53	c 1	converted 68 (40%) expressions
0.28/0.53	c 1	converted 85 (50%) expressions
0.28/0.53	c 1	converted 102 (60%) expressions
0.28/0.53	c 1	converted 119 (70%) expressions
0.28/0.53	c 1	converted 136 (80%) expressions
0.28/0.65	c 1	converted 153 (90%) expressions
0.28/0.92	c 1	converted 170 (100%) expressions
0.28/0.92	c 1	CSP : 144 integers, 0 booleans, 24 clauses, largest domain size 26
0.28/0.92	c 1	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.92	c 1	Propagation in CSP
0.28/0.92	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.92	c 1	CSP : 144 integers, 0 booleans, 24 clauses, largest domain size 26
0.28/0.92	c 1	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.93	c 1	Simplifing CSP by introducing new Boolean variables
0.28/0.93	c 1	CSP : 144 integers, 0 booleans, 24 clauses, largest domain size 26
0.28/0.93	c 1	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.02	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.94/1.04	c 1	15 (10%) CSP integer variables are encoded (360 clauses, 3816 bytes)
0.94/1.04	c 1	29 (20%) CSP integer variables are encoded (696 clauses, 7512 bytes)
0.94/1.04	c 1	44 (30%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
0.94/1.04	c 1	58 (40%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
0.94/1.05	c 1	72 (50%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
0.94/1.05	c 1	87 (60%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
0.94/1.05	c 1	101 (70%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
0.94/1.05	c 1	116 (80%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
0.94/1.05	c 1	130 (90%) CSP integer variables are encoded (3120 clauses, 38497 bytes)
0.94/1.05	c 2	144 (100%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
3.90/4.00	c 4	3 (10%) CSP clauses are encoded (40968 clauses, 2572515 bytes)
5.88/6.02	c 6	5 (20%) CSP clauses are encoded (65976 clauses, 4379938 bytes)
8.74/8.91	c 9	8 (30%) CSP clauses are encoded (103488 clauses, 7230403 bytes)
10.73/10.92	c 11	10 (40%) CSP clauses are encoded (128496 clauses, 9130713 bytes)
12.60/12.84	c 13	12 (50%) CSP clauses are encoded (153504 clauses, 11031023 bytes)
15.57/15.82	c 16	15 (60%) CSP clauses are encoded (191016 clauses, 13663476 bytes)
17.44/17.75	c 18	17 (70%) CSP clauses are encoded (216024 clauses, 15612951 bytes)
20.42/20.75	c 21	20 (80%) CSP clauses are encoded (253536 clauses, 18677733 bytes)
22.30/22.68	c 23	22 (90%) CSP clauses are encoded (278544 clauses, 20720921 bytes)
24.27/24.61	c 25	24 (100%) CSP clauses are encoded (303552 clauses, 22764109 bytes)
24.27/24.61	c 25	24 CSP clauses encoded
24.27/24.61	c 25	Writing map file : HOME/temp.map
24.27/24.62	c 25	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.27/24.62	c 25	SAT : 3600 SAT variables, 303552 SAT clauses, 22764109 bytes
24.27/24.62	c 25	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.27/24.66	c 25	SOLVING HOME/temp.cnf
24.27/24.66	c 25	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.27/24.67	c 25	This is MiniSat 2.0 beta
24.27/24.67	c 25	WARNING: for repeatability, setting FPU to use double precision
24.27/24.67	c 25	============================[ Problem Statistics ]=============================
24.27/24.67	c 25	|                                                                             |
24.27/24.67	c 25	|  Number of variables:  3600                                                 |
24.27/24.67	c 25	|  Number of clauses:    303552                                               |
24.33/25.16	c 26	|  Parsing time:         0.44         s                                       |
24.33/25.20	c 26	============================[ Search Statistics ]==============================
24.33/25.20	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.33/25.20	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.33/25.20	c 26	===============================================================================
24.33/25.20	c 26	|         0 |    3531   300935  4293892 |   100311        0    nan |  0.000 % |
24.85/25.23	c 26	|       101 |    3526   300935  4293892 |   110342       96      7 |  2.056 % |
24.85/25.26	c 26	|       251 |    3525   300935  4293892 |   121377      245      6 |  2.083 % |
24.85/25.28	c 26	|       476 |    3525   300935  4293892 |   133514      470      6 |  2.084 % |
24.95/25.30	c 26	|       813 |    3525   300935  4293892 |   146866      807      7 |  2.083 % |
24.95/25.34	c 26	|      1319 |    3525   300935  4293892 |   161552     1313      8 |  2.083 % |
25.04/25.43	c 26	|      2079 |    3525   300935  4293892 |   177708     2073      9 |  2.084 % |
25.14/25.50	c 26	|      3218 |    3525   300935  4293892 |   195479     3212      9 |  2.083 % |
25.24/25.65	c 26	|      4927 |    3524   300935  4293892 |   215026     4920      9 |  2.111 % |
25.44/25.87	c 26	|      7489 |    3523   300935  4293892 |   236529     7481      9 |  2.139 % |
25.74/26.13	c 27	|     11334 |    3523   300935  4293892 |   260182    11326      9 |  2.139 % |
26.13/26.59	c 27	|     17100 |    3522   300935  4293892 |   286200    17090      9 |  2.194 % |
27.02/27.41	c 28	|     25749 |    3519   300935  4293892 |   314820    25737      9 |  2.250 % |
30.39/30.86	c 31	|     38724 |    3518   300935  4293892 |   346303    38711     10 |  2.278 % |
38.21/38.75	c 39	===============================================================================
38.21/38.75	c 39	restarts              : 14
38.21/38.75	c 39	conflicts             : 46944          (3384 /sec)
38.21/38.75	c 39	decisions             : 67539          (1.80 % random) (4869 /sec)
38.21/38.75	c 39	propagations          : 2262405        (163105 /sec)
38.21/38.75	c 39	conflict literals     : 464561         (26.66 % deleted)
38.21/38.75	c 39	Memory used           : 34.73 MB
38.21/38.75	c 39	CPU time              : 13.8709 s
38.21/38.75	c 39	
38.21/38.75	c 39	UNSATISFIABLE
38.21/38.75	c 39	DECODING HOME/temp.out WITH HOME/temp.map
38.21/38.75	c 39	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
38.28/38.83	c 39	Decoding HOME/temp.out
38.28/38.86	s UNSATISFIABLE
38.28/38.88	c 39	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
38.28/38.93	c 39	CPU 37.93 (0.04 0.01 37.89 0.47)
38.28/38.93	c 39	END Sat Jul  5 00:11:36 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-1079196-1215209457/watcher-1079196-1215209457 -o /tmp/evaluation-result-1079196-1215209457/solver-1079196-1215209457 -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-1079196-1215209457.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.99 1.98 1.99 4/81 15605
/proc/meminfo: memFree=1359736/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=12268 CPUtime=0
/proc/15605/stat : 15605 (sugar) R 15603 15605 13768 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1999918011 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15605/statm: 3067 316 241 3 0 167 0

[startup+0.0581559 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 15605
/proc/meminfo: memFree=1359736/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=0.03
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999918011 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102097 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 15605
/proc/meminfo: memFree=1359736/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=0.03
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999918011 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.303023 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 15605
/proc/meminfo: memFree=1359736/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=0.03
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 1999918011 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701103 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 15605
/proc/meminfo: memFree=1359736/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=0.28
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 973 4290 0 1 3 0 23 2 15 0 1 0 1999918011 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+1.50125 s]
/proc/loadavg: 1.99 1.98 1.99 4/92 15627
/proc/meminfo: memFree=1337824/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=0.28
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 974 4290 0 1 3 0 23 2 15 0 1 0 1999918011 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 797 370 3 0 500 0
[pid=15618] ppid=15605 vsize=5356 CPUtime=0
/proc/15618/stat : 15618 (sh) S 15605 15605 13768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999918044 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15618/statm: 1339 233 193 169 0 50 0
[pid=15619] ppid=15618 vsize=864276 CPUtime=1.14
/proc/15619/stat : 15619 (java) S 15618 15605 13768 0 -1 0 8776 0 1 0 110 4 0 0 18 0 9 0 1999918044 885018624 8012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15619/statm: 216069 8012 2563 9 0 210616 0
[pid=15619/tid=15620] ppid=15618 vsize=864276 CPUtime=0.67
/proc/15619/task/15620/stat : 15620 (java) R 15618 15605 13768 0 -1 64 2826 0 1 0 66 1 0 0 21 0 9 0 1999918045 885018624 8012 996147200 134512640 134550740 4294955952 18446744073709551615 4126560708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15621] ppid=15618 vsize=864276 CPUtime=0.36
/proc/15619/task/15621/stat : 15621 (java) S 15618 15605 13768 0 -1 64 4924 0 0 0 35 1 0 0 16 0 9 0 1999918046 885018624 8012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15622] ppid=15618 vsize=864276 CPUtime=0
/proc/15619/task/15622/stat : 15622 (java) S 15618 15605 13768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999918047 885018624 8012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15623] ppid=15618 vsize=864276 CPUtime=0
/proc/15619/task/15623/stat : 15623 (java) S 15618 15605 13768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999918047 885018624 8012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15624] ppid=15618 vsize=864276 CPUtime=0
/proc/15619/task/15624/stat : 15624 (java) S 15618 15605 13768 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999918049 885018624 8012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15625] ppid=15618 vsize=864276 CPUtime=0.08
/proc/15619/task/15625/stat : 15625 (java) S 15618 15605 13768 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 1999918049 885018624 8012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15626] ppid=15618 vsize=864276 CPUtime=0
/proc/15619/task/15626/stat : 15626 (java) S 15618 15605 13768 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999918049 885018624 8012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15618 vsize=864276 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15618 15605 13768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999918049 885018624 8012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883232

[startup+3.10255 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 15627
/proc/meminfo: memFree=1333408/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=0.28
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 974 4290 0 1 3 0 23 2 15 0 1 0 1999918011 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 797 370 3 0 500 0
[pid=15618] ppid=15605 vsize=5356 CPUtime=0
/proc/15618/stat : 15618 (sh) S 15605 15605 13768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999918044 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15618/statm: 1339 233 193 169 0 50 0
[pid=15619] ppid=15618 vsize=864276 CPUtime=2.73
/proc/15619/stat : 15619 (java) S 15618 15605 13768 0 -1 0 9727 0 1 0 266 7 0 0 18 0 9 0 1999918044 885018624 8865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15619/statm: 216069 8865 2563 9 0 210616 0
[pid=15619/tid=15620] ppid=15618 vsize=864276 CPUtime=2.18
/proc/15619/task/15620/stat : 15620 (java) R 15618 15605 13768 0 -1 64 2924 0 1 0 215 3 0 0 25 0 9 0 1999918045 885018624 8865 996147200 134512640 134550740 4294955952 18446744073709551615 4126545497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15621] ppid=15618 vsize=864276 CPUtime=0.44
/proc/15619/task/15621/stat : 15621 (java) S 15618 15605 13768 0 -1 64 5773 0 0 0 42 2 0 0 16 0 9 0 1999918046 885018624 8865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15622] ppid=15618 vsize=864276 CPUtime=0
/proc/15619/task/15622/stat : 15622 (java) S 15618 15605 13768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999918047 885018624 8865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15623] ppid=15618 vsize=864276 CPUtime=0
/proc/15619/task/15623/stat : 15623 (java) S 15618 15605 13768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999918047 885018624 8865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15624] ppid=15618 vsize=864276 CPUtime=0
/proc/15619/task/15624/stat : 15624 (java) S 15618 15605 13768 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999918049 885018624 8865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15625] ppid=15618 vsize=864276 CPUtime=0.09
/proc/15619/task/15625/stat : 15625 (java) S 15618 15605 13768 0 -1 64 337 0 0 0 9 0 0 0 16 0 9 0 1999918049 885018624 8865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15626] ppid=15618 vsize=864276 CPUtime=0
/proc/15619/task/15626/stat : 15626 (java) S 15618 15605 13768 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999918049 885018624 8865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15618 vsize=864276 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15618 15605 13768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999918049 885018624 8865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883232

[startup+6.30115 s]
/proc/loadavg: 2.07 2.00 2.00 3/92 15627
/proc/meminfo: memFree=1323232/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=0.28
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 974 4290 0 1 3 0 23 2 16 0 1 0 1999918011 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 797 370 3 0 500 0
[pid=15618] ppid=15605 vsize=5356 CPUtime=0
/proc/15618/stat : 15618 (sh) S 15605 15605 13768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999918044 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15618/statm: 1339 233 193 169 0 50 0
[pid=15619] ppid=15618 vsize=864348 CPUtime=5.89
/proc/15619/stat : 15619 (java) S 15618 15605 13768 0 -1 0 12380 0 1 0 579 10 0 0 18 0 9 0 1999918044 885092352 10116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15619/statm: 216087 10116 2563 9 0 210634 0
[pid=15619/tid=15620] ppid=15618 vsize=864348 CPUtime=5.11
/proc/15619/task/15620/stat : 15620 (java) R 15618 15605 13768 0 -1 64 3095 0 1 0 506 5 0 0 25 0 9 0 1999918045 885092352 10116 996147200 134512640 134550740 4294955952 18446744073709551615 4126503204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15621] ppid=15618 vsize=864348 CPUtime=0.67
/proc/15619/task/15621/stat : 15621 (java) S 15618 15605 13768 0 -1 64 8254 0 0 0 63 4 0 0 16 0 9 0 1999918046 885092352 10116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15622] ppid=15618 vsize=864348 CPUtime=0
/proc/15619/task/15622/stat : 15622 (java) S 15618 15605 13768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999918047 885092352 10116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15623] ppid=15618 vsize=864348 CPUtime=0
/proc/15619/task/15623/stat : 15623 (java) S 15618 15605 13768 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999918047 885092352 10116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15624] ppid=15618 vsize=864348 CPUtime=0
/proc/15619/task/15624/stat : 15624 (java) S 15618 15605 13768 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999918049 885092352 10116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15625] ppid=15618 vsize=864348 CPUtime=0.09
/proc/15619/task/15625/stat : 15625 (java) S 15618 15605 13768 0 -1 64 338 0 0 0 9 0 0 0 16 0 9 0 1999918049 885092352 10116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15626] ppid=15618 vsize=864348 CPUtime=0
/proc/15619/task/15626/stat : 15626 (java) S 15618 15605 13768 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999918049 885092352 10116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15618 vsize=864348 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15618 15605 13768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999918049 885092352 10116 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) 883304

[startup+12.7024 s]
/proc/loadavg: 2.07 2.00 2.00 3/92 15627
/proc/meminfo: memFree=1315040/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=0.28
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 974 4290 0 1 3 0 23 2 16 0 1 0 1999918011 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 797 370 3 0 500 0
[pid=15618] ppid=15605 vsize=5356 CPUtime=0
/proc/15618/stat : 15618 (sh) S 15605 15605 13768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999918044 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15618/statm: 1339 233 193 169 0 50 0
[pid=15619] ppid=15618 vsize=864348 CPUtime=12.23
/proc/15619/stat : 15619 (java) S 15618 15605 13768 0 -1 0 14311 0 1 0 1204 19 0 0 18 0 9 0 1999918044 885092352 10501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15619/statm: 216087 10501 2563 9 0 210634 0
[pid=15619/tid=15620] ppid=15618 vsize=864348 CPUtime=11.06
/proc/15619/task/15620/stat : 15620 (java) R 15618 15605 13768 0 -1 64 3428 0 1 0 1096 10 0 0 25 0 9 0 1999918045 885092352 10501 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15621] ppid=15618 vsize=864348 CPUtime=1.04
/proc/15619/task/15621/stat : 15621 (java) S 15618 15605 13768 0 -1 64 9847 0 0 0 97 7 0 0 16 0 9 0 1999918046 885092352 10501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15622] ppid=15618 vsize=864348 CPUtime=0
/proc/15619/task/15622/stat : 15622 (java) S 15618 15605 13768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999918047 885092352 10501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15623] ppid=15618 vsize=864348 CPUtime=0
/proc/15619/task/15623/stat : 15623 (java) S 15618 15605 13768 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999918047 885092352 10501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15624] ppid=15618 vsize=864348 CPUtime=0
/proc/15619/task/15624/stat : 15624 (java) S 15618 15605 13768 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999918049 885092352 10501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15625] ppid=15618 vsize=864348 CPUtime=0.1
/proc/15619/task/15625/stat : 15625 (java) S 15618 15605 13768 0 -1 64 343 0 0 0 10 0 0 0 17 0 9 0 1999918049 885092352 10501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15626] ppid=15618 vsize=864348 CPUtime=0
/proc/15619/task/15626/stat : 15626 (java) S 15618 15605 13768 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999918049 885092352 10501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15619/tid=15627] ppid=15618 vsize=864348 CPUtime=0
/proc/15619/task/15627/stat : 15627 (java) S 15618 15605 13768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999918049 885092352 10501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883304

[startup+25.5028 s]
/proc/loadavg: 2.12 2.02 2.00 3/84 15629
/proc/meminfo: memFree=1308128/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=24.33
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 1031 21980 0 2 4 0 2392 37 15 0 1 0 1999918011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 798 370 3 0 500 0
[pid=15628] ppid=15605 vsize=5356 CPUtime=0
/proc/15628/stat : 15628 (sh) S 15605 15605 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999920478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15628/statm: 1339 232 193 169 0 50 0
[pid=15629] ppid=15628 vsize=28476 CPUtime=0.81
/proc/15629/stat : 15629 (minisat) R 15628 15605 13768 0 -1 4194304 7039 0 0 0 76 5 0 0 25 0 1 0 1999920478 29159424 7025 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/15629/statm: 7119 7025 75 150 0 6966 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 47432

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

[startup+31.907 s]
/proc/loadavg: 2.11 2.02 2.00 3/84 15629
/proc/meminfo: memFree=1300576/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=24.33
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 1031 21980 0 2 4 0 2392 37 16 0 1 0 1999918011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 798 370 3 0 500 0
[pid=15628] ppid=15605 vsize=5356 CPUtime=0
/proc/15628/stat : 15628 (sh) S 15605 15605 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999920478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15628/statm: 1339 232 193 169 0 50 0
[pid=15629] ppid=15628 vsize=34672 CPUtime=7.14
/proc/15629/stat : 15629 (minisat) R 15628 15605 13768 0 -1 4194304 8578 0 0 0 708 6 0 0 25 0 1 0 1999920478 35504128 8564 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15629/statm: 8668 8564 76 150 0 8515 0
Current children cumulated CPU time (s) 31.47
Current children cumulated vsize (KiB) 53628

[startup+35.1026 s]
/proc/loadavg: 2.10 2.01 2.00 3/84 15629
/proc/meminfo: memFree=1300128/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=24.33
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 1031 21980 0 2 4 0 2392 37 16 0 1 0 1999918011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 798 370 3 0 500 0
[pid=15628] ppid=15605 vsize=5356 CPUtime=0
/proc/15628/stat : 15628 (sh) S 15605 15605 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999920478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15628/statm: 1339 232 193 169 0 50 0
[pid=15629] ppid=15628 vsize=35156 CPUtime=10.32
/proc/15629/stat : 15629 (minisat) R 15628 15605 13768 0 -1 4194304 8693 0 0 0 1026 6 0 0 25 0 1 0 1999920478 35999744 8679 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15629/statm: 8789 8679 76 150 0 8636 0
Current children cumulated CPU time (s) 34.65
Current children cumulated vsize (KiB) 54112

[startup+36.7019 s]
/proc/loadavg: 2.10 2.01 2.00 3/84 15629
/proc/meminfo: memFree=1300000/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=24.33
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 1031 21980 0 2 4 0 2392 37 16 0 1 0 1999918011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 798 370 3 0 500 0
[pid=15628] ppid=15605 vsize=5356 CPUtime=0
/proc/15628/stat : 15628 (sh) S 15605 15605 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999920478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15628/statm: 1339 232 193 169 0 50 0
[pid=15629] ppid=15628 vsize=35420 CPUtime=11.9
/proc/15629/stat : 15629 (minisat) R 15628 15605 13768 0 -1 4194304 8733 0 0 0 1184 6 0 0 25 0 1 0 1999920478 36270080 8719 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/15629/statm: 8855 8719 76 150 0 8702 0
Current children cumulated CPU time (s) 36.23
Current children cumulated vsize (KiB) 54376

[startup+38.3012 s]
/proc/loadavg: 2.10 2.01 2.00 3/84 15629
/proc/meminfo: memFree=1299936/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=24.33
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 1031 21980 0 2 4 0 2392 37 16 0 1 0 1999918011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 798 370 3 0 500 0
[pid=15628] ppid=15605 vsize=5356 CPUtime=0
/proc/15628/stat : 15628 (sh) S 15605 15605 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999920478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15628/statm: 1339 232 193 169 0 50 0
[pid=15629] ppid=15628 vsize=35556 CPUtime=13.49
/proc/15629/stat : 15629 (minisat) R 15628 15605 13768 0 -1 4194304 8770 0 0 0 1343 6 0 0 25 0 1 0 1999920478 36409344 8756 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/15629/statm: 8889 8756 76 150 0 8736 0
Current children cumulated CPU time (s) 37.82
Current children cumulated vsize (KiB) 54512

[startup+38.7012 s]
/proc/loadavg: 2.10 2.01 2.00 3/84 15629
/proc/meminfo: memFree=1299872/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=24.33
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 1031 21980 0 2 4 0 2392 37 16 0 1 0 1999918011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 798 370 3 0 500 0
[pid=15628] ppid=15605 vsize=5356 CPUtime=0
/proc/15628/stat : 15628 (sh) S 15605 15605 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999920478 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15628/statm: 1339 232 193 169 0 50 0
[pid=15629] ppid=15628 vsize=35556 CPUtime=13.88
/proc/15629/stat : 15629 (minisat) R 15628 15605 13768 0 -1 4194304 8774 0 0 0 1382 6 0 0 25 0 1 0 1999920478 36409344 8760 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/15629/statm: 8889 8760 76 150 0 8736 0
Current children cumulated CPU time (s) 38.21
Current children cumulated vsize (KiB) 54512

[startup+38.9013 s]
/proc/loadavg: 2.10 2.01 2.00 3/84 15629
/proc/meminfo: memFree=1299872/2055920 swapFree=4117780/4192956
[pid=15605] ppid=15603 vsize=13600 CPUtime=38.28
/proc/15605/stat : 15605 (sugar) S 15603 15605 13768 0 -1 4194304 1089 31048 0 2 4 1 3779 44 16 0 1 0 1999918011 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15605/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 38.28
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 38.938
CPU time (s): 38.4362
CPU user time (s): 37.9392
CPU system time (s): 0.496924
CPU usage (%): 98.7112
Max. virtual memory (cumulated for all children) (KiB): 885872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.9392
system time used= 0.496924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35850
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= 10431
involuntary context switches= 11784

runsolver used 0.06299 second user time and 0.135979 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 00:10:57
IDJOB=1079196
IDBENCH=56866
IDSOLVER=346
FILE ID=node47/1079196-1215209457
PBS_JOBID= 7881696
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg12-12_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-1079196-1215209457/watcher-1079196-1215209457 -o /tmp/evaluation-result-1079196-1215209457/solver-1079196-1215209457 -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-1079196-1215209457.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 401838c809953724c2b71a8d63bf31d3
RANDOM SEED=2009990739

node47.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.281
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.281
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:       1360216 kB
Buffers:         40624 kB
Cached:         189308 kB
SwapCached:      68996 kB
Active:         544112 kB
Inactive:        95456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360216 kB
SwapTotal:     4192956 kB
SwapFree:      4117780 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:         425688 kB
Slab:            40392 kB
Committed_AS:  4652012 kB
PageTables:       2696 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 node47 at 2008-07-05 00:11:36