Trace number 1038190

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 166.843 168.564

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-6_ext.xml
MD5SUM37d4cc93c1881fb726b597145c5937b8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark57.2283
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
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 Wed Jul  2 04:10:53 2008
0.00/0.04	c 0	PID 3509
0.00/0.04	c 0	HOST node84.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1038190-1214964653.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1038190-1214964653.xml' 'HOME/temp.csp'
0.03/0.91	c 1	26 domains, 625 variables, 0 predicates, 26 relations, 10142 constraints
0.03/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.93	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.93/1.02	c 1	Parsing HOME/temp.csp
1.23/1.31	c 1	parsed 10000 expressions
1.23/1.33	c 1	parsed 10819 expressions
1.23/1.33	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.33	c 1	Converting to clausal form CSP
1.23/1.40	c 1	converted 1082 (10%) expressions
1.33/1.48	c 1	converted 2164 (20%) expressions
1.43/1.57	c 1	converted 3246 (30%) expressions
1.52/1.65	c 1	converted 4328 (40%) expressions
1.52/1.69	c 1	converted 5410 (50%) expressions
1.62/1.71	c 1	converted 6492 (60%) expressions
1.62/1.74	c 1	converted 7574 (70%) expressions
1.72/1.85	c 2	converted 8656 (80%) expressions
1.72/1.88	c 2	converted 9738 (90%) expressions
1.82/1.91	c 2	converted 10819 (100%) expressions
1.82/1.91	c 2	CSP : 625 integers, 0 booleans, 10142 clauses, largest domain size 25
1.82/1.91	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.91	c 2	Propagation in CSP
1.82/1.93	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.82/1.93	c 2	CSP : 625 integers, 0 booleans, 10142 clauses, largest domain size 25
1.82/1.93	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.94	c 2	Simplifing CSP by introducing new Boolean variables
1.82/1.94	c 2	CSP : 625 integers, 0 booleans, 10142 clauses, largest domain size 25
1.82/1.94	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.06	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.92/2.08	c 2	63 (10%) CSP integer variables are encoded (598 clauses, 6436 bytes)
1.92/2.08	c 2	125 (20%) CSP integer variables are encoded (1219 clauses, 13790 bytes)
1.92/2.09	c 2	188 (30%) CSP integer variables are encoded (1840 clauses, 21863 bytes)
1.92/2.09	c 2	250 (40%) CSP integer variables are encoded (2438 clauses, 29637 bytes)
1.92/2.09	c 2	313 (50%) CSP integer variables are encoded (3036 clauses, 37411 bytes)
1.92/2.09	c 2	375 (60%) CSP integer variables are encoded (3657 clauses, 45484 bytes)
1.92/2.09	c 2	438 (70%) CSP integer variables are encoded (4209 clauses, 52660 bytes)
1.92/2.09	c 2	500 (80%) CSP integer variables are encoded (4853 clauses, 61032 bytes)
1.92/2.10	c 2	563 (90%) CSP integer variables are encoded (5451 clauses, 68806 bytes)
1.92/2.10	c 2	625 (100%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
2.11/2.23	c 2	1015 (10%) CSP clauses are encoded (12847 clauses, 203044 bytes)
2.21/2.30	c 2	2029 (20%) CSP clauses are encoded (20413 clauses, 351031 bytes)
2.21/2.37	c 2	3043 (30%) CSP clauses are encoded (27043 clauses, 492335 bytes)
2.31/2.44	c 2	4057 (40%) CSP clauses are encoded (34633 clauses, 660086 bytes)
2.42/2.50	c 2	5071 (50%) CSP clauses are encoded (41455 clauses, 809581 bytes)
2.42/2.57	c 2	6086 (60%) CSP clauses are encoded (48470 clauses, 963869 bytes)
2.51/2.65	c 2	7100 (70%) CSP clauses are encoded (55940 clauses, 1128687 bytes)
2.62/2.71	c 2	8114 (80%) CSP clauses are encoded (62402 clauses, 1269684 bytes)
2.62/2.78	c 2	9128 (90%) CSP clauses are encoded (69752 clauses, 1431772 bytes)
2.71/2.85	c 3	10142 (100%) CSP clauses are encoded (76934 clauses, 1590089 bytes)
2.71/2.85	c 3	10142 CSP clauses encoded
2.71/2.85	c 3	Writing map file : HOME/temp.map
2.71/2.87	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.87	c 3	SAT : 6336 SAT variables, 76934 SAT clauses, 1590089 bytes
2.71/2.87	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.91	c 3	SOLVING HOME/temp.cnf
2.78/2.91	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.78/2.92	c 3	This is MiniSat 2.0 beta
2.78/2.92	c 3	WARNING: for repeatability, setting FPU to use double precision
2.78/2.92	c 3	============================[ Problem Statistics ]=============================
2.78/2.92	c 3	|                                                                             |
2.78/2.92	c 3	|  Number of variables:  6336                                                 |
2.78/2.92	c 3	|  Number of clauses:    76934                                                |
2.78/2.96	c 3	|  Parsing time:         0.04         s                                       |
2.78/2.97	c 3	============================[ Search Statistics ]==============================
2.78/2.97	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.78/2.97	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.78/2.97	c 3	===============================================================================
2.78/2.97	c 3	|         0 |    4601    48027   170013 |    16009        0    nan |  0.000 % |
2.78/2.98	c 3	|       102 |    4601    48027   170013 |    17609      102     13 | 27.383 % |
2.78/2.99	c 3	|       253 |    4601    48027   170013 |    19370      253     11 | 27.383 % |
2.80/3.04	c 3	|       478 |    4601    48027   170013 |    21307      478     15 | 27.383 % |
2.80/3.10	c 3	|       815 |    4601    48027   170013 |    23438      815     15 | 27.383 % |
2.80/3.17	c 3	|      1321 |    4601    48027   170013 |    25782     1321     15 | 27.383 % |
3.07/3.30	c 3	|      2080 |    4601    48027   170013 |    28360     2080     17 | 27.383 % |
3.36/3.59	c 3	|      3219 |    4601    48027   170013 |    31197     3219     22 | 27.383 % |
3.86/4.08	c 4	|      4928 |    4601    48027   170013 |    34316     4928     25 | 27.383 % |
4.45/4.67	c 4	|      7490 |    4601    48027   170013 |    37748     7490     23 | 27.383 % |
5.64/5.85	c 6	|     11338 |    4601    48027   170013 |    41523    11338     25 | 27.383 % |
7.63/7.85	c 8	|     17104 |    4601    48027   170013 |    45675    17104     27 | 27.383 % |
10.80/11.06	c 11	|     25753 |    4601    48027   170013 |    50243    25753     27 | 27.383 % |
19.61/19.94	c 20	|     38728 |    4601    48027   170013 |    55267    38728     28 | 27.383 % |
38.33/38.89	c 39	|     58190 |    4601    48027   170013 |    60794    15892     29 | 27.383 % |
64.18/64.94	c 65	|     87384 |    4601    48027   170013 |    66873    45086     36 | 27.383 % |
109.05/110.25	c 110	|    131174 |    4601    48027   170013 |    73560    34512     42 | 27.383 % |
166.50/168.28	c 168	===============================================================================
166.50/168.28	c 168	restarts              : 17
166.50/168.28	c 168	conflicts             : 191926         (1172 /sec)
166.50/168.28	c 168	decisions             : 272031         (1.35 % random) (1662 /sec)
166.50/168.28	c 168	propagations          : 97779551       (597214 /sec)
166.50/168.28	c 168	conflict literals     : 6597275        (32.07 % deleted)
166.50/168.28	c 168	Memory used           : 18.73 MB
166.50/168.28	c 168	CPU time              : 163.726 s
166.50/168.28	c 168	
166.50/168.28	c 168	SATISFIABLE
166.50/168.29	c 168	DECODING HOME/temp.out WITH HOME/temp.map
166.50/168.29	c 168	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
166.61/168.38	c 168	Decoding HOME/temp.out
166.61/168.48	s SATISFIABLE
166.62/168.51	v 13 9 18 21 11 8 10 5 2 6 3 0 16 4 19 17 24 7 20 22 15 12 23 1 14 22 17 9 2 7 4 6 11 14 3 12 13 15 19 5 18 20 16 10 21 23 8 1 0 24 11 20 15 24 0 6 23 12 18 1 9 2 17 16 21 7 19 4 22 14 10 13 5 3 8 3 16 10 17 12 7 13 0 22 4 11 8 18 24 15 19 2 5 9 1 20 14 6 21 23 4 14 1 5 23 15 19 2 12 24 6 10 22 21 7 11 18 8 13 16 0 20 3 9 17 20 5 16 3 13 12 8 19 15 0 4 1 11 10 9 23 17 18 6 7 14 2 21 24 22 15 8 17 0 21 18 2 16 19 9 23 22 10 11 1 20 14 3 5 13 4 24 12 7 6 10 13 19 9 2 17 0 8 3 7 1 15 21 6 24 4 16 11 12 23 22 18 20 14 5 21 19 4 20 14 24 15 3 9 5 18 12 1 7 11 8 13 22 23 6 2 17 0 10 16 9 1 14 22 3 20 16 24 6 17 19 11 13 15 0 12 4 10 2 5 8 7 18 23 21 16 21 23 6 18 9 1 17 7 22 14 19 20 8 2 5 12 0 24 3 13 11 10 15 4 12 15 24 19 22 10 17 13 4 11 21 5 7 0 3 16 23 20 8 2 1 9 14 6 18 7 10 20 16 15 13 11 22 17 12 8 14 9 18 23 3 0 21 1 19 6 4 24 5 2 0 2 7 8 1 14 12 15 24 23 5 20 6 9 10 13 3 17 4 11 21 16 22 18 19 18 7 8 23 9 5 21 6 1 19 17 24 3 20 12 2 22 13 14 15 11 10 16 4 0 23 3 0 11 17 2 4 9 16 18 20 7 14 5 22 24 21 1 15 12 19 6 13 8 10 17 6 2 15 24 16 22 18 21 10 0 9 5 13 20 14 11 23 3 8 7 19 4 12 1 8 24 5 4 19 0 3 23 11 2 10 21 12 1 14 15 7 6 16 20 18 22 17 13 9 14 0 6 13 16 3 9 7 20 21 15 23 4 22 18 1 8 2 17 10 24 5 11 19 12 1 23 3 7 6 22 14 10 0 20 13 17 24 12 8 9 5 15 18 4 16 21 19 2 11 2 18 12 10 20 23 24 21 13 15 22 4 19 17 16 0 6 14 7 9 5 1 8 11 3 5 12 22 1 8 11 20 4 10 13 16 18 2 14 6 21 15 19 0 24 3 23 9 17 7 19 22 13 14 10 21 18 1 5 8 2 16 23 3 4 6 9 24 11 17 12 0 7 20 15 24 11 21 18 4 1 5 20 23 14 7 6 8 2 17 22 10 12 19 0 9 3 15 16 13 6 4 11 12 5 19 7 14 8 16 24 3 0 23 13 10 1 9 21 18 17 15 2 22 20
166.62/168.51	c 168	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
166.62/168.56	c 168	CPU 166.55 (0.04 0.01 166.51 0.26)
166.62/168.56	c 168	END Wed Jul  2 04:13:41 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-1038190-1214964653/watcher-1038190-1214964653 -o /tmp/evaluation-result-1038190-1214964653/solver-1038190-1214964653 -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-1038190-1214964653.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.29 2.20 4/82 3509
/proc/meminfo: memFree=1740248/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=11908 CPUtime=0
/proc/3509/stat : 3509 (sugar) R 3507 3509 1079 0 -1 4194304 89 0 0 0 0 0 0 0 20 0 1 0 619385406 12193792 74 996147200 4194304 4206940 548682068608 18446744073709551615 243662896439 0 0 4096 0 0 0 0 17 1 0 0
/proc/3509/statm: 2977 74 56 3 0 65 0

[startup+0.07301 s]
/proc/loadavg: 2.06 2.29 2.20 4/82 3509
/proc/meminfo: memFree=1740248/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=0.03
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 619385406 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101011 s]
/proc/loadavg: 2.06 2.29 2.20 4/82 3509
/proc/meminfo: memFree=1740248/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=0.03
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 619385406 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301031 s]
/proc/loadavg: 2.06 2.29 2.20 4/82 3509
/proc/meminfo: memFree=1740248/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=0.03
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 619385406 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701072 s]
/proc/loadavg: 2.06 2.29 2.20 4/82 3509
/proc/meminfo: memFree=1740248/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=0.03
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 619385406 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50216 s]
/proc/loadavg: 2.06 2.29 2.20 3/93 3531
/proc/meminfo: memFree=1734016/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=0.88
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 974 7888 0 1 3 0 80 5 15 0 1 0 619385406 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 797 370 3 0 500 0
[pid=3522] ppid=3509 vsize=5356 CPUtime=0
/proc/3522/stat : 3522 (sh) S 3509 3509 1079 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 619385499 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3522/statm: 1339 233 193 169 0 50 0
[pid=3523] ppid=3522 vsize=865628 CPUtime=0.55
/proc/3523/stat : 3523 (java) S 3522 3509 1079 0 -1 0 6410 0 1 0 51 4 0 0 20 0 9 0 619385500 886403072 5673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3523/statm: 216407 5673 2540 9 0 210982 0
[pid=3523/tid=3524] ppid=3522 vsize=865628 CPUtime=0.33
/proc/3523/task/3524/stat : 3524 (java) R 3522 3509 1079 0 -1 64 2650 0 1 0 31 2 0 0 25 0 9 0 619385501 886403072 5673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3523/tid=3525] ppid=3522 vsize=865628 CPUtime=0.1
/proc/3523/task/3525/stat : 3525 (java) S 3522 3509 1079 0 -1 64 2434 0 0 0 9 1 0 0 16 0 9 0 619385502 886403072 5673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3523/tid=3526] ppid=3522 vsize=865628 CPUtime=0
/proc/3523/task/3526/stat : 3526 (java) S 3522 3509 1079 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 619385502 886403072 5673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3523/tid=3527] ppid=3522 vsize=865628 CPUtime=0
/proc/3523/task/3527/stat : 3527 (java) S 3522 3509 1079 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 619385502 886403072 5673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3523/tid=3528] ppid=3522 vsize=865628 CPUtime=0
/proc/3523/task/3528/stat : 3528 (java) S 3522 3509 1079 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 619385504 886403072 5673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3523/tid=3529] ppid=3522 vsize=865628 CPUtime=0.1
/proc/3523/task/3529/stat : 3529 (java) R 3522 3509 1079 0 -1 64 633 0 0 0 10 0 0 0 16 0 9 0 619385504 886403072 5673 996147200 134512640 134550740 4294955952 18446744073709551615 101762640 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3523/tid=3530] ppid=3522 vsize=865628 CPUtime=0
/proc/3523/task/3530/stat : 3530 (java) S 3522 3509 1079 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 619385504 886403072 5673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3523/tid=3531] ppid=3522 vsize=865628 CPUtime=0
/proc/3523/task/3531/stat : 3531 (java) R 3522 3509 1079 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 619385504 886403072 5673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 884584

[startup+3.10231 s]
/proc/loadavg: 2.14 2.30 2.20 3/93 3531
/proc/meminfo: memFree=1709120/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=2.8
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 1033 18795 0 2 4 0 261 15 15 0 1 0 619385406 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 13600

[startup+6.30165 s]
/proc/loadavg: 2.14 2.30 2.20 3/85 3533
/proc/meminfo: memFree=1730496/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=2.8
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 1033 18795 0 2 4 0 261 15 16 0 1 0 619385406 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 799 370 3 0 500 0
[pid=3532] ppid=3509 vsize=5356 CPUtime=0
/proc/3532/stat : 3532 (sh) S 3509 3509 1079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619385698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3532/statm: 1339 232 193 169 0 50 0
[pid=3533] ppid=3532 vsize=6712 CPUtime=3.34
/proc/3533/stat : 3533 (minisat) R 3532 3509 1079 0 -1 4194304 1537 0 0 0 333 1 0 0 25 0 1 0 619385698 6873088 1523 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3533/statm: 1678 1523 75 150 0 1525 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 25668

[startup+12.7023 s]
/proc/loadavg: 2.19 2.30 2.20 3/85 3533
/proc/meminfo: memFree=1727872/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=2.8
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 1033 18795 0 2 4 0 261 15 16 0 1 0 619385406 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 799 370 3 0 500 0
[pid=3532] ppid=3509 vsize=5356 CPUtime=0
/proc/3532/stat : 3532 (sh) S 3509 3509 1079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619385698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3532/statm: 1339 232 193 169 0 50 0
[pid=3533] ppid=3532 vsize=8988 CPUtime=9.68
/proc/3533/stat : 3533 (minisat) R 3532 3509 1079 0 -1 4194304 2117 0 0 0 966 2 0 0 25 0 1 0 619385698 9203712 2103 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/3533/statm: 2247 2103 75 150 0 2094 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 27944

[startup+25.5016 s]
/proc/loadavg: 2.16 2.29 2.20 3/85 3533
/proc/meminfo: memFree=1725376/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=2.8
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 1033 18795 0 2 4 0 261 15 16 0 1 0 619385406 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 799 370 3 0 500 0
[pid=3532] ppid=3509 vsize=5356 CPUtime=0
/proc/3532/stat : 3532 (sh) S 3509 3509 1079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619385698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3532/statm: 1339 232 193 169 0 50 0
[pid=3533] ppid=3532 vsize=11576 CPUtime=22.36
/proc/3533/stat : 3533 (minisat) R 3532 3509 1079 0 -1 4194304 2759 0 0 0 2233 3 0 0 25 0 1 0 619385698 11853824 2745 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/3533/statm: 2894 2745 75 150 0 2741 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 30532

[startup+51.1012 s]
/proc/loadavg: 2.11 2.27 2.19 3/85 3533
/proc/meminfo: memFree=1723072/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=2.8
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 1033 18795 0 2 4 0 261 15 16 0 1 0 619385406 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 799 370 3 0 500 0
[pid=3532] ppid=3509 vsize=5356 CPUtime=0
/proc/3532/stat : 3532 (sh) S 3509 3509 1079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619385698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3532/statm: 1339 232 193 169 0 50 0
[pid=3533] ppid=3532 vsize=13688 CPUtime=47.71
/proc/3533/stat : 3533 (minisat) R 3532 3509 1079 0 -1 4194304 3282 0 0 0 4767 4 0 0 25 0 1 0 619385698 14016512 3268 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3533/statm: 3422 3268 75 150 0 3269 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 32644

[startup+102.306 s]
/proc/loadavg: 2.09 2.24 2.18 3/85 3533
/proc/meminfo: memFree=1719232/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=2.8
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 1033 18795 0 2 4 0 261 15 16 0 1 0 619385406 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 799 370 3 0 500 0
[pid=3532] ppid=3509 vsize=5356 CPUtime=0
/proc/3532/stat : 3532 (sh) S 3509 3509 1079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619385698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3532/statm: 1339 232 193 169 0 50 0
[pid=3533] ppid=3532 vsize=17576 CPUtime=98.43
/proc/3533/stat : 3533 (minisat) R 3532 3509 1079 0 -1 4194304 4247 0 0 0 9837 6 0 0 25 0 1 0 619385698 17997824 4233 996147200 134512640 135127466 4294956272 18446744073709551615 134528050 0 0 4096 3 0 0 0 17 0 0 0
/proc/3533/statm: 4394 4233 75 150 0 4241 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 36532

[startup+162.302 s]
/proc/loadavg: 2.07 2.20 2.17 3/85 3533
/proc/meminfo: memFree=1717696/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=2.8
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 1033 18795 0 2 4 0 261 15 16 0 1 0 619385406 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 799 370 3 0 500 0
[pid=3532] ppid=3509 vsize=5356 CPUtime=0
/proc/3532/stat : 3532 (sh) S 3509 3509 1079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619385698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3532/statm: 1339 232 193 169 0 50 0
[pid=3533] ppid=3532 vsize=19172 CPUtime=157.85
/proc/3533/stat : 3533 (minisat) R 3532 3509 1079 0 -1 4194304 4636 0 0 0 15779 6 0 0 25 0 1 0 619385698 19632128 4622 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/3533/statm: 4793 4622 75 150 0 4640 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 38128

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

[startup+163.102 s]
/proc/loadavg: 2.07 2.20 2.17 3/85 3533
/proc/meminfo: memFree=1717696/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=2.8
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 1033 18795 0 2 4 0 261 15 16 0 1 0 619385406 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 799 370 3 0 500 0
[pid=3532] ppid=3509 vsize=5356 CPUtime=0
/proc/3532/stat : 3532 (sh) S 3509 3509 1079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619385698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3532/statm: 1339 232 193 169 0 50 0
[pid=3533] ppid=3532 vsize=19172 CPUtime=158.65
/proc/3533/stat : 3533 (minisat) R 3532 3509 1079 0 -1 4194304 4636 0 0 0 15859 6 0 0 25 0 1 0 619385698 19632128 4622 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3533/statm: 4793 4622 75 150 0 4640 0
Current children cumulated CPU time (s) 161.45
Current children cumulated vsize (KiB) 38128

[startup+166.303 s]
/proc/loadavg: 2.07 2.20 2.17 3/85 3533
/proc/meminfo: memFree=1717696/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=2.8
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 1033 18795 0 2 4 0 261 15 16 0 1 0 619385406 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 799 370 3 0 500 0
[pid=3532] ppid=3509 vsize=5356 CPUtime=0
/proc/3532/stat : 3532 (sh) S 3509 3509 1079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619385698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3532/statm: 1339 232 193 169 0 50 0
[pid=3533] ppid=3532 vsize=19172 CPUtime=161.82
/proc/3533/stat : 3533 (minisat) R 3532 3509 1079 0 -1 4194304 4636 0 0 0 16176 6 0 0 25 0 1 0 619385698 19632128 4622 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/3533/statm: 4793 4622 75 150 0 4640 0
Current children cumulated CPU time (s) 164.62
Current children cumulated vsize (KiB) 38128

[startup+167.901 s]
/proc/loadavg: 2.06 2.20 2.17 3/85 3533
/proc/meminfo: memFree=1717696/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=2.8
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 1033 18795 0 2 4 0 261 15 16 0 1 0 619385406 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 799 370 3 0 500 0
[pid=3532] ppid=3509 vsize=5356 CPUtime=0
/proc/3532/stat : 3532 (sh) S 3509 3509 1079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619385698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3532/statm: 1339 232 193 169 0 50 0
[pid=3533] ppid=3532 vsize=19172 CPUtime=163.4
/proc/3533/stat : 3533 (minisat) R 3532 3509 1079 0 -1 4194304 4636 0 0 0 16334 6 0 0 25 0 1 0 619385698 19632128 4622 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3533/statm: 4793 4622 75 150 0 4640 0
Current children cumulated CPU time (s) 166.2
Current children cumulated vsize (KiB) 38128

[startup+168.306 s]
/proc/loadavg: 2.06 2.20 2.17 3/85 3533
/proc/meminfo: memFree=1717696/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=166.61
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 1073 23726 0 2 4 0 16634 23 17 0 1 0 619385406 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 166.61
Current children cumulated vsize (KiB) 13600

[startup+168.501 s]
/proc/loadavg: 2.06 2.20 2.17 3/85 3533
/proc/meminfo: memFree=1717696/2055920 swapFree=4177412/4192956
[pid=3509] ppid=3507 vsize=13600 CPUtime=166.62
/proc/3509/stat : 3509 (sugar) S 3507 3509 1079 0 -1 4194304 1091 23726 0 2 4 1 16634 23 15 0 1 0 619385406 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3509/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 166.62
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 168.564
CPU time (s): 166.843
CPU user time (s): 166.565
CPU system time (s): 0.277957
CPU usage (%): 98.9789
Max. virtual memory (cumulated for all children) (KiB): 887504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.565
system time used= 0.277957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28749
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= 3591
involuntary context switches= 10420

runsolver used 0.199969 second user time and 0.579911 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-02 04:10:53
IDJOB=1038190
IDBENCH=53550
IDSOLVER=346
FILE ID=node84/1038190-1214964653
PBS_JOBID= 7870168
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-6_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-1038190-1214964653/watcher-1038190-1214964653 -o /tmp/evaluation-result-1038190-1214964653/solver-1038190-1214964653 -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-1038190-1214964653.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 37d4cc93c1881fb726b597145c5937b8
RANDOM SEED=482983365

node84.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1740728 kB
Buffers:         29172 kB
Cached:         139284 kB
SwapCached:       9636 kB
Active:         158300 kB
Inactive:        89172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740728 kB
SwapTotal:     4192956 kB
SwapFree:      4177412 kB
Dirty:            2012 kB
Writeback:           0 kB
Mapped:          95100 kB
Slab:            52804 kB
Committed_AS:  1081592 kB
PageTables:       1968 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= 66552 MiB
End job on node84 at 2008-07-02 04:13:41