Trace number 1051177

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 238.561 239.88

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-34-9-a4.xml
MD5SUM947bd0bb99890d45969905fa1e7cd20f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.60676
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints582
Maximum constraint arity4
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension582
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 Thu Jul  3 04:34:11 2008
0.00/0.04	c 0	PID 21607
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051177-1215052451.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-1051177-1215052451.xml' 'HOME/temp.csp'
0.03/0.55	c 1	1 domains, 9 variables, 2 predicates, 0 relations, 582 constraints
0.03/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	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.52/0.65	c 1	Parsing HOME/temp.csp
0.52/0.87	c 1	parsed 594 expressions
0.52/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/0.88	c 1	Converting to clausal form CSP
0.52/0.92	c 1	converted 60 (10%) expressions
0.52/0.95	c 1	converted 119 (20%) expressions
0.52/0.99	c 1	converted 179 (30%) expressions
1.02/1.15	c 1	converted 238 (40%) expressions
1.02/1.19	c 1	converted 297 (50%) expressions
1.12/1.24	c 1	converted 357 (60%) expressions
1.22/1.36	c 1	converted 416 (70%) expressions
1.22/1.38	c 1	converted 476 (80%) expressions
1.22/1.40	c 1	converted 535 (90%) expressions
1.32/1.42	c 1	converted 594 (100%) expressions
1.32/1.42	c 1	CSP : 1521 integers, 0 booleans, 3606 clauses, largest domain size 69
1.32/1.42	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.42	c 1	Propagation in CSP
1.52/1.68	c 2	24264 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.52/1.69	c 2	CSP : 1521 integers, 0 booleans, 3606 clauses, largest domain size 53
1.52/1.69	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.69	c 2	Simplifing CSP by introducing new Boolean variables
1.62/1.70	c 2	CSP : 1521 integers, 1092 booleans, 4698 clauses, largest domain size 53
1.62/1.70	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.74	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.62/1.77	c 2	153 (10%) CSP integer variables are encoded (7569 clauses, 96302 bytes)
1.62/1.78	c 2	305 (20%) CSP integer variables are encoded (15321 clauses, 208115 bytes)
1.62/1.79	c 2	457 (30%) CSP integer variables are encoded (23073 clauses, 324395 bytes)
1.73/1.81	c 2	609 (40%) CSP integer variables are encoded (30825 clauses, 440675 bytes)
1.73/1.82	c 2	761 (50%) CSP integer variables are encoded (38577 clauses, 556955 bytes)
1.73/1.83	c 2	913 (60%) CSP integer variables are encoded (46329 clauses, 673235 bytes)
1.73/1.84	c 2	1065 (70%) CSP integer variables are encoded (54081 clauses, 789515 bytes)
1.73/1.85	c 2	1217 (80%) CSP integer variables are encoded (61833 clauses, 905795 bytes)
1.73/1.86	c 2	1369 (90%) CSP integer variables are encoded (69585 clauses, 1022075 bytes)
1.73/1.87	c 2	1521 (100%) CSP integer variables are encoded (77337 clauses, 1138355 bytes)
1.92/2.02	c 2	470 (10%) CSP clauses are encoded (134876 clauses, 2298253 bytes)
2.33/2.43	c 2	940 (20%) CSP clauses are encoded (359751 clauses, 5640111 bytes)
2.73/2.87	c 3	1410 (30%) CSP clauses are encoded (612424 clauses, 9618142 bytes)
3.22/3.32	c 3	1880 (40%) CSP clauses are encoded (866499 clauses, 13724170 bytes)
3.62/3.75	c 4	2349 (50%) CSP clauses are encoded (1119019 clauses, 17880054 bytes)
4.02/4.18	c 4	2819 (60%) CSP clauses are encoded (1371656 clauses, 21968785 bytes)
4.51/4.62	c 5	3289 (70%) CSP clauses are encoded (1625076 clauses, 26134015 bytes)
4.90/5.07	c 5	3759 (80%) CSP clauses are encoded (1879055 clauses, 30346582 bytes)
5.40/5.50	c 6	4229 (90%) CSP clauses are encoded (2131746 clauses, 34562621 bytes)
5.80/5.94	c 6	4698 (100%) CSP clauses are encoded (2383743 clauses, 38845347 bytes)
5.80/5.94	c 6	4698 CSP clauses encoded
5.80/5.94	c 6	Writing map file : HOME/temp.map
5.80/5.94	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.80/5.94	c 6	SAT : 79950 SAT variables, 2383743 SAT clauses, 38845347 bytes
5.80/5.94	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.80/6.00	c 6	SOLVING HOME/temp.cnf
5.80/6.00	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.86/6.00	c 6	This is MiniSat 2.0 beta
5.86/6.00	c 6	WARNING: for repeatability, setting FPU to use double precision
5.86/6.00	c 6	============================[ Problem Statistics ]=============================
5.86/6.00	c 6	|                                                                             |
5.86/6.00	c 6	|  Number of variables:  79950                                                |
5.86/6.00	c 6	|  Number of clauses:    2383743                                              |
6.84/7.02	c 7	|  Parsing time:         0.87         s                                       |
6.84/7.08	c 7	============================[ Search Statistics ]==============================
6.84/7.08	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.84/7.08	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.84/7.08	c 7	===============================================================================
6.84/7.08	c 7	|         0 |   79950  2383743  6970470 |   794581        0    nan |  0.000 % |
13.60/13.89	c 14	|       101 |   79950  2383743  6970470 |   874039      101      5 |  0.000 % |
15.59/15.83	c 16	|       251 |   79945  2383743  6970470 |   961443      249      6 |  2.951 % |
19.87/20.12	c 20	|       476 |   79945  2383743  6970470 |  1057587      473      6 |  5.902 % |
25.34/25.63	c 26	|       813 |   79945  2383743  6970470 |  1163346      810      7 |  5.901 % |
33.00/33.32	c 33	|      1321 |   79944  2383743  6970470 |  1279680     1317      7 |  8.852 % |
47.43/47.88	c 48	|      2080 |   72873  2161548  6328269 |  1407648     1930      8 |  8.852 % |
61.46/61.98	c 62	|      3219 |   72873  2161548  6328269 |  1548413     3069      8 |  8.852 % |
90.81/91.41	c 91	|      4927 |   58044  1588795  4653514 |  1703254     4501      8 | 29.085 % |
123.36/124.19	c 124	|      7490 |   56697  1529468  4478681 |  1873580     6732      9 | 29.085 % |
174.10/175.17	c 175	|     11334 |   56697  1529468  4478681 |  2060938    10576      9 | 29.085 % |
238.38/239.72	c 240	===============================================================================
238.38/239.72	c 240	restarts              : 11
238.38/239.72	c 240	conflicts             : 15680          (67 /sec)
238.38/239.72	c 240	decisions             : 19987          (0.36 % random) (86 /sec)
238.38/239.72	c 240	propagations          : 84537814       (363811 /sec)
238.38/239.72	c 240	conflict literals     : 135217         (26.83 % deleted)
238.38/239.72	c 240	Memory used           : 111.04 MB
238.38/239.72	c 240	CPU time              : 232.368 s
238.38/239.72	c 240	
238.38/239.72	c 240	UNSATISFIABLE
238.38/239.74	c 240	DECODING HOME/temp.out WITH HOME/temp.map
238.38/239.74	c 240	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
238.42/239.82	c 240	Decoding HOME/temp.out
238.42/239.84	s UNSATISFIABLE
238.42/239.84	c 240	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
238.42/239.85	c 240	CPU 237.9 (0.04 0.01 237.86 0.61)
238.42/239.85	c 240	END Thu Jul  3 04:38:11 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-1051177-1215052451/watcher-1051177-1215052451 -o /tmp/evaluation-result-1051177-1215052451/solver-1051177-1215052451 -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-1051177-1215052451.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/80 21607
/proc/meminfo: memFree=1742792/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=12000 CPUtime=0
/proc/21607/stat : 21607 (sugar) R 21605 21607 19152 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 1984219474 12288000 171 996147200 4194304 4206940 548682068608 18446744073709551615 255236455440 0 0 4224 0 0 0 0 17 1 0 0
/proc/21607/statm: 3000 171 132 3 0 100 0

[startup+0.078367 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 21607
/proc/meminfo: memFree=1742792/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=0.03
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984219474 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101697 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 21607
/proc/meminfo: memFree=1742792/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=0.03
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984219474 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301731 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 21607
/proc/meminfo: memFree=1742792/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=0.03
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984219474 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70181 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 21607
/proc/meminfo: memFree=1742792/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=0.52
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 973 4539 0 1 3 0 46 3 16 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13600

[startup+1.50296 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 21629
/proc/meminfo: memFree=1734512/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=0.52
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 974 4539 0 1 3 0 46 3 15 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
[pid=21620] ppid=21607 vsize=5356 CPUtime=0
/proc/21620/stat : 21620 (sh) S 21607 21607 19152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984219531 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21620/statm: 1339 233 193 169 0 50 0
[pid=21621] ppid=21620 vsize=868400 CPUtime=0.9
/proc/21621/stat : 21621 (java) S 21620 21607 19152 0 -1 0 5412 0 1 0 88 2 0 0 18 0 9 0 1984219532 889241600 4836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21621/statm: 217100 4836 1733 9 0 211675 0
[pid=21621/tid=21622] ppid=21620 vsize=868400 CPUtime=0.64
/proc/21621/task/21622/stat : 21622 (java) R 21620 21607 19152 0 -1 64 2648 0 1 0 64 0 0 0 21 0 9 0 1984219533 889241600 4836 996147200 134512640 134550740 4294955952 18446744073709551615 4126579514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21623] ppid=21620 vsize=868400 CPUtime=0.03
/proc/21621/task/21623/stat : 21623 (java) S 21620 21607 19152 0 -1 64 606 0 0 0 3 0 0 0 16 0 9 0 1984219534 889241600 4836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21624] ppid=21620 vsize=868400 CPUtime=0
/proc/21621/task/21624/stat : 21624 (java) S 21620 21607 19152 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1984219534 889241600 4836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21625] ppid=21620 vsize=868400 CPUtime=0
/proc/21621/task/21625/stat : 21625 (java) S 21620 21607 19152 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984219534 889241600 4836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21626] ppid=21620 vsize=868400 CPUtime=0
/proc/21621/task/21626/stat : 21626 (java) S 21620 21607 19152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984219536 889241600 4836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21627] ppid=21620 vsize=868400 CPUtime=0.19
/proc/21621/task/21627/stat : 21627 (java) S 21620 21607 19152 0 -1 64 1466 0 0 0 19 0 0 0 16 0 9 0 1984219536 889241600 4836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21628] ppid=21620 vsize=868400 CPUtime=0
/proc/21621/task/21628/stat : 21628 (java) S 21620 21607 19152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984219536 889241600 4836 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21629] ppid=21620 vsize=868400 CPUtime=0
/proc/21621/task/21629/stat : 21629 (java) S 21620 21607 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984219536 889241600 4836 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) 887356

[startup+3.10226 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 21629
/proc/meminfo: memFree=1723888/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=0.54
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 974 4539 0 1 4 1 46 3 15 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
[pid=21620] ppid=21607 vsize=5356 CPUtime=0
/proc/21620/stat : 21620 (sh) S 21607 21607 19152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984219531 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21620/statm: 1339 233 193 169 0 50 0
[pid=21621] ppid=21620 vsize=868512 CPUtime=2.48
/proc/21621/stat : 21621 (java) S 21620 21607 19152 0 -1 0 7115 0 1 0 236 12 0 0 18 0 9 0 1984219532 889356288 5944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21621/statm: 217128 5944 2562 9 0 211675 0
[pid=21621/tid=21622] ppid=21620 vsize=868512 CPUtime=2.04
/proc/21621/task/21622/stat : 21622 (java) R 21620 21607 19152 0 -1 64 3115 0 1 0 196 8 0 0 25 0 9 0 1984219533 889356288 5944 996147200 134512640 134550740 4294955952 18446744073709551615 102064645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21623] ppid=21620 vsize=868512 CPUtime=0.18
/proc/21621/task/21623/stat : 21623 (java) S 21620 21607 19152 0 -1 64 1813 0 0 0 15 3 0 0 16 0 9 0 1984219534 889356288 5944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21624] ppid=21620 vsize=868512 CPUtime=0
/proc/21621/task/21624/stat : 21624 (java) S 21620 21607 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984219534 889356288 5944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21625] ppid=21620 vsize=868512 CPUtime=0
/proc/21621/task/21625/stat : 21625 (java) S 21620 21607 19152 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984219534 889356288 5944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21626] ppid=21620 vsize=868512 CPUtime=0
/proc/21621/task/21626/stat : 21626 (java) S 21620 21607 19152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984219536 889356288 5944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21627] ppid=21620 vsize=868512 CPUtime=0.25
/proc/21621/task/21627/stat : 21627 (java) S 21620 21607 19152 0 -1 64 1494 0 0 0 24 1 0 0 16 0 9 0 1984219536 889356288 5944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21628] ppid=21620 vsize=868512 CPUtime=0
/proc/21621/task/21628/stat : 21628 (java) S 21620 21607 19152 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984219536 889356288 5944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21621/tid=21629] ppid=21620 vsize=868512 CPUtime=0
/proc/21621/task/21629/stat : 21629 (java) S 21620 21607 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984219536 889356288 5944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887468

[startup+6.30187 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 21629
/proc/meminfo: memFree=1692720/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=5.86
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 1031 12847 0 2 4 1 542 39 16 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 13600

[startup+12.7011 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 21631
/proc/meminfo: memFree=1597104/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=5.86
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 1031 12847 0 2 4 1 542 39 16 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
[pid=21630] ppid=21607 vsize=5356 CPUtime=0
/proc/21630/stat : 21630 (sh) S 21607 21607 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984220074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21630/statm: 1339 232 193 169 0 50 0
[pid=21631] ppid=21630 vsize=113044 CPUtime=6.64
/proc/21631/stat : 21631 (minisat) R 21630 21607 19152 0 -1 4194304 26294 0 0 0 648 16 0 0 25 0 1 0 1984220074 115757056 26280 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21631/statm: 28261 26280 73 150 0 28108 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 132000

[startup+25.5015 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 21631
/proc/meminfo: memFree=1596720/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=5.86
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 1031 12847 0 2 4 1 542 39 16 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
[pid=21630] ppid=21607 vsize=5356 CPUtime=0
/proc/21630/stat : 21630 (sh) S 21607 21607 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984220074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21630/statm: 1339 232 193 169 0 50 0
[pid=21631] ppid=21630 vsize=113572 CPUtime=19.38
/proc/21631/stat : 21631 (minisat) R 21630 21607 19152 0 -1 4194304 26422 0 0 0 1922 16 0 0 25 0 1 0 1984220074 116297728 26408 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21631/statm: 28393 26408 75 150 0 28240 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 132528

[startup+51.1013 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 21631
/proc/meminfo: memFree=1596720/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=5.86
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 1031 12847 0 2 4 1 542 39 16 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
[pid=21630] ppid=21607 vsize=5356 CPUtime=0
/proc/21630/stat : 21630 (sh) S 21607 21607 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984220074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21630/statm: 1339 232 193 169 0 50 0
[pid=21631] ppid=21630 vsize=113572 CPUtime=44.86
/proc/21631/stat : 21631 (minisat) R 21630 21607 19152 0 -1 4194304 26434 0 0 0 4469 17 0 0 25 0 1 0 1984220074 116297728 26420 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/21631/statm: 28393 26420 75 150 0 28240 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 132528

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 21631
/proc/meminfo: memFree=1596528/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=5.86
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 1031 12847 0 2 4 1 542 39 16 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
[pid=21630] ppid=21607 vsize=5356 CPUtime=0
/proc/21630/stat : 21630 (sh) S 21607 21607 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984220074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21630/statm: 1339 232 193 169 0 50 0
[pid=21631] ppid=21630 vsize=113572 CPUtime=95.81
/proc/21631/stat : 21631 (minisat) R 21630 21607 19152 0 -1 4194304 26437 0 0 0 9564 17 0 0 25 0 1 0 1984220074 116297728 26423 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/21631/statm: 28393 26423 75 150 0 28240 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 132528

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 21631
/proc/meminfo: memFree=1596464/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=5.86
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 1031 12847 0 2 4 1 542 39 16 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
[pid=21630] ppid=21607 vsize=5356 CPUtime=0
/proc/21630/stat : 21630 (sh) S 21607 21607 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984220074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21630/statm: 1339 232 193 169 0 50 0
[pid=21631] ppid=21630 vsize=113572 CPUtime=155.5
/proc/21631/stat : 21631 (minisat) R 21630 21607 19152 0 -1 4194304 26442 0 0 0 15533 17 0 0 25 0 1 0 1984220074 116297728 26428 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21631/statm: 28393 26428 75 150 0 28240 0
Current children cumulated CPU time (s) 161.36
Current children cumulated vsize (KiB) 132528

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 21631
/proc/meminfo: memFree=1596464/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=5.86
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 1031 12847 0 2 4 1 542 39 16 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
[pid=21630] ppid=21607 vsize=5356 CPUtime=0
/proc/21630/stat : 21630 (sh) S 21607 21607 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984220074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21630/statm: 1339 232 193 169 0 50 0
[pid=21631] ppid=21630 vsize=113704 CPUtime=215.2
/proc/21631/stat : 21631 (minisat) R 21630 21607 19152 0 -1 4194304 26445 0 0 0 21503 17 0 0 25 0 1 0 1984220074 116432896 26431 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/21631/statm: 28426 26431 75 150 0 28273 0
Current children cumulated CPU time (s) 221.06
Current children cumulated vsize (KiB) 132660

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

[startup+230.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 21631
/proc/meminfo: memFree=1596400/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=5.86
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 1031 12847 0 2 4 1 542 39 16 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
[pid=21630] ppid=21607 vsize=5356 CPUtime=0
/proc/21630/stat : 21630 (sh) S 21607 21607 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984220074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21630/statm: 1339 232 193 169 0 50 0
[pid=21631] ppid=21630 vsize=113704 CPUtime=223.16
/proc/21631/stat : 21631 (minisat) R 21630 21607 19152 0 -1 4194304 26446 0 0 0 22299 17 0 0 25 0 1 0 1984220074 116432896 26432 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21631/statm: 28426 26432 75 150 0 28273 0
Current children cumulated CPU time (s) 229.02
Current children cumulated vsize (KiB) 132660

[startup+236.701 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 21631
/proc/meminfo: memFree=1596400/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=5.86
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 1031 12847 0 2 4 1 542 39 16 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
[pid=21630] ppid=21607 vsize=5356 CPUtime=0
/proc/21630/stat : 21630 (sh) S 21607 21607 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984220074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21630/statm: 1339 232 193 169 0 50 0
[pid=21631] ppid=21630 vsize=113704 CPUtime=229.53
/proc/21631/stat : 21631 (minisat) R 21630 21607 19152 0 -1 4194304 26446 0 0 0 22936 17 0 0 25 0 1 0 1984220074 116432896 26432 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/21631/statm: 28426 26432 75 150 0 28273 0
Current children cumulated CPU time (s) 235.39
Current children cumulated vsize (KiB) 132660

[startup+238.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 21631
/proc/meminfo: memFree=1596400/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=5.86
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 1031 12847 0 2 4 1 542 39 16 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
[pid=21630] ppid=21607 vsize=5356 CPUtime=0
/proc/21630/stat : 21630 (sh) S 21607 21607 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984220074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21630/statm: 1339 232 193 169 0 50 0
[pid=21631] ppid=21630 vsize=113704 CPUtime=231.12
/proc/21631/stat : 21631 (minisat) R 21630 21607 19152 0 -1 4194304 26446 0 0 0 23095 17 0 0 25 0 1 0 1984220074 116432896 26432 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21631/statm: 28426 26432 75 150 0 28273 0
Current children cumulated CPU time (s) 236.98
Current children cumulated vsize (KiB) 132660

[startup+239.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 21631
/proc/meminfo: memFree=1596400/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=5.86
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 1031 12847 0 2 4 1 542 39 16 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
[pid=21630] ppid=21607 vsize=5356 CPUtime=0
/proc/21630/stat : 21630 (sh) S 21607 21607 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984220074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21630/statm: 1339 232 193 169 0 50 0
[pid=21631] ppid=21630 vsize=113704 CPUtime=231.92
/proc/21631/stat : 21631 (minisat) R 21630 21607 19152 0 -1 4194304 26446 0 0 0 23175 17 0 0 25 0 1 0 1984220074 116432896 26432 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21631/statm: 28426 26432 75 150 0 28273 0
Current children cumulated CPU time (s) 237.78
Current children cumulated vsize (KiB) 132660

[startup+239.502 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 21631
/proc/meminfo: memFree=1596400/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=5.86
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 1031 12847 0 2 4 1 542 39 16 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
[pid=21630] ppid=21607 vsize=5356 CPUtime=0
/proc/21630/stat : 21630 (sh) S 21607 21607 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984220074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21630/statm: 1339 232 193 169 0 50 0
[pid=21631] ppid=21630 vsize=113704 CPUtime=232.32
/proc/21631/stat : 21631 (minisat) R 21630 21607 19152 0 -1 4194304 26446 0 0 0 23215 17 0 0 25 0 1 0 1984220074 116432896 26432 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21631/statm: 28426 26432 75 150 0 28273 0
Current children cumulated CPU time (s) 238.18
Current children cumulated vsize (KiB) 132660

[startup+239.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 21631
/proc/meminfo: memFree=1596400/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=5.86
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 1031 12847 0 2 4 1 542 39 16 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
[pid=21630] ppid=21607 vsize=5356 CPUtime=0
/proc/21630/stat : 21630 (sh) S 21607 21607 19152 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984220074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21630/statm: 1339 232 193 169 0 50 0
[pid=21631] ppid=21630 vsize=113704 CPUtime=232.52
/proc/21631/stat : 21631 (minisat) R 21630 21607 19152 0 -1 4194304 26446 0 0 0 23235 17 0 0 25 0 1 0 1984220074 116432896 26432 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21631/statm: 28426 26432 75 150 0 28273 0
Current children cumulated CPU time (s) 238.38
Current children cumulated vsize (KiB) 132660

[startup+239.807 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 21631
/proc/meminfo: memFree=1596400/2055920 swapFree=4180456/4192956
[pid=21607] ppid=21605 vsize=13600 CPUtime=238.42
/proc/21607/stat : 21607 (sugar) S 21605 21607 19152 0 -1 4194304 1068 39587 0 2 4 1 23779 58 17 0 1 0 1984219474 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21607/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 238.42
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 239.88
CPU time (s): 238.561
CPU user time (s): 237.912
CPU system time (s): 0.648901
CPU usage (%): 99.4499
Max. virtual memory (cumulated for all children) (KiB): 887468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 237.912
system time used= 0.648901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44341
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= 10296
involuntary context switches= 13029

runsolver used 0.32495 second user time and 0.781881 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 04:34:11
IDJOB=1051177
IDBENCH=55427
IDSOLVER=346
FILE ID=node19/1051177-1215052451
PBS_JOBID= 7875135
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-34-9-a4.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-1051177-1215052451/watcher-1051177-1215052451 -o /tmp/evaluation-result-1051177-1215052451/solver-1051177-1215052451 -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-1051177-1215052451.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 947bd0bb99890d45969905fa1e7cd20f
RANDOM SEED=1958906166

node19.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.263
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	: 5931.00
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.263
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:       1743272 kB
Buffers:         30072 kB
Cached:         148620 kB
SwapCached:       6540 kB
Active:         143596 kB
Inactive:       103680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743272 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          82104 kB
Slab:            50428 kB
Committed_AS:  4121484 kB
PageTables:       1980 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node19 at 2008-07-03 04:38:11