Trace number 1037992

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 38.4222 38.9482

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-2_ext.xml
MD5SUM45a624dd25b687dc97019ab33ec3f72b
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 benchmark10.5704
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 03:51:57 2008
0.00/0.04	c 0	PID 5679
0.00/0.05	c 0	HOST node36.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1037992-1214963517.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-1037992-1214963517.xml' 'HOME/temp.csp'
0.03/0.94	c 1	26 domains, 625 variables, 0 predicates, 26 relations, 10142 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	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.90/1.08	c 1	Parsing HOME/temp.csp
1.20/1.39	c 2	parsed 10000 expressions
1.29/1.41	c 2	parsed 10819 expressions
1.29/1.41	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.29/1.41	c 2	Converting to clausal form CSP
1.29/1.48	c 2	converted 1082 (10%) expressions
1.39/1.55	c 2	converted 2164 (20%) expressions
1.49/1.64	c 2	converted 3246 (30%) expressions
1.59/1.72	c 2	converted 4328 (40%) expressions
1.59/1.75	c 2	converted 5410 (50%) expressions
1.59/1.78	c 2	converted 6492 (60%) expressions
1.69/1.81	c 2	converted 7574 (70%) expressions
1.79/1.91	c 2	converted 8656 (80%) expressions
1.79/1.94	c 2	converted 9738 (90%) expressions
1.79/1.96	c 2	converted 10819 (100%) expressions
1.79/1.96	c 2	CSP : 625 integers, 0 booleans, 10142 clauses, largest domain size 25
1.79/1.96	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.79/1.96	c 2	Propagation in CSP
1.79/1.99	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.79/1.99	c 2	CSP : 625 integers, 0 booleans, 10142 clauses, largest domain size 25
1.79/1.99	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.79/1.99	c 2	Simplifing CSP by introducing new Boolean variables
1.89/2.00	c 2	CSP : 625 integers, 0 booleans, 10142 clauses, largest domain size 25
1.89/2.00	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.99/2.11	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.99/2.13	c 2	63 (10%) CSP integer variables are encoded (621 clauses, 6689 bytes)
1.99/2.13	c 3	125 (20%) CSP integer variables are encoded (1219 clauses, 13790 bytes)
1.99/2.14	c 3	188 (30%) CSP integer variables are encoded (1840 clauses, 21863 bytes)
1.99/2.14	c 3	250 (40%) CSP integer variables are encoded (2415 clauses, 29338 bytes)
1.99/2.14	c 3	313 (50%) CSP integer variables are encoded (3036 clauses, 37411 bytes)
1.99/2.14	c 3	375 (60%) CSP integer variables are encoded (3657 clauses, 45484 bytes)
1.99/2.14	c 3	438 (70%) CSP integer variables are encoded (4232 clauses, 52959 bytes)
1.99/2.14	c 3	500 (80%) CSP integer variables are encoded (4853 clauses, 61032 bytes)
1.99/2.14	c 3	563 (90%) CSP integer variables are encoded (5520 clauses, 69703 bytes)
1.99/2.15	c 3	625 (100%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
2.09/2.28	c 3	1015 (10%) CSP clauses are encoded (13039 clauses, 206914 bytes)
2.19/2.35	c 3	2029 (20%) CSP clauses are encoded (20461 clauses, 352101 bytes)
2.29/2.42	c 3	3043 (30%) CSP clauses are encoded (27091 clauses, 493158 bytes)
2.29/2.50	c 3	4057 (40%) CSP clauses are encoded (34297 clauses, 651994 bytes)
2.38/2.56	c 3	5071 (50%) CSP clauses are encoded (40855 clauses, 795315 bytes)
2.48/2.63	c 3	6086 (60%) CSP clauses are encoded (48254 clauses, 958395 bytes)
2.58/2.71	c 3	7100 (70%) CSP clauses are encoded (55892 clauses, 1127159 bytes)
2.58/2.77	c 3	8114 (80%) CSP clauses are encoded (62402 clauses, 1269272 bytes)
2.68/2.85	c 3	9128 (90%) CSP clauses are encoded (69704 clauses, 1430193 bytes)
2.78/2.92	c 3	10142 (100%) CSP clauses are encoded (76934 clauses, 1589348 bytes)
2.78/2.92	c 3	10142 CSP clauses encoded
2.78/2.92	c 3	Writing map file : HOME/temp.map
2.78/2.93	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.93	c 3	SAT : 6336 SAT variables, 76934 SAT clauses, 1589348 bytes
2.78/2.93	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.98	c 3	SOLVING HOME/temp.cnf
2.78/2.98	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.78/2.99	c 3	This is MiniSat 2.0 beta
2.78/2.99	c 3	WARNING: for repeatability, setting FPU to use double precision
2.78/2.99	c 3	============================[ Problem Statistics ]=============================
2.78/2.99	c 3	|                                                                             |
2.78/2.99	c 3	|  Number of variables:  6336                                                 |
2.78/2.99	c 3	|  Number of clauses:    76934                                                |
2.83/3.03	c 3	|  Parsing time:         0.04         s                                       |
2.83/3.04	c 3	============================[ Search Statistics ]==============================
2.83/3.04	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.83/3.04	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.83/3.04	c 3	===============================================================================
2.83/3.04	c 3	|         0 |    4242    43376   153923 |    14458        0    nan |  0.000 % |
2.83/3.05	c 3	|       101 |    4242    43376   153923 |    15904      101     11 | 33.049 % |
2.83/3.07	c 3	|       253 |    4242    43376   153923 |    17494      253     11 | 33.049 % |
2.83/3.09	c 3	|       478 |    4239    43376   153923 |    19244      476      9 | 33.412 % |
2.83/3.15	c 4	|       816 |    4239    43376   153923 |    21168      814     14 | 33.412 % |
3.03/3.25	c 4	|      1322 |    4219    42988   152478 |    23285     1266     15 | 33.412 % |
3.13/3.34	c 4	|      2083 |    4219    42988   152478 |    25614     2027     15 | 33.412 % |
3.32/3.52	c 4	|      3224 |    4219    42988   152478 |    28175     3168     16 | 33.412 % |
3.52/3.74	c 4	|      4934 |    4189    42560   150896 |    30993     4873     15 | 34.217 % |
4.12/4.37	c 5	|      7499 |    4168    42208   149609 |    34092     7429     17 | 34.328 % |
5.40/5.63	c 6	|     11344 |    4161    42078   149124 |    37502    11238     19 | 34.328 % |
7.77/8.08	c 8	|     17111 |    4161    42078   149124 |    41252    17005     22 | 34.328 % |
12.34/12.69	c 13	|     25760 |    4161    42078   149124 |    45377    25654     25 | 34.328 % |
19.17/19.56	c 20	|     38734 |    4147    41827   148185 |    49915    38376     26 | 34.754 % |
33.34/33.84	c 34	|     58196 |    4134    41545   147118 |    54906    21914     23 | 34.754 % |
38.09/38.67	c 39	===============================================================================
38.09/38.67	c 39	restarts              : 15
38.09/38.67	c 39	conflicts             : 66031          (1870 /sec)
38.09/38.67	c 39	decisions             : 94799          (1.32 % random) (2684 /sec)
38.09/38.67	c 39	propagations          : 27456676       (777421 /sec)
38.09/38.67	c 39	conflict literals     : 1764267        (40.27 % deleted)
38.09/38.67	c 39	Memory used           : 11.95 MB
38.09/38.67	c 39	CPU time              : 35.3176 s
38.09/38.67	c 39	
38.09/38.67	c 39	SATISFIABLE
38.09/38.68	c 39	DECODING HOME/temp.out WITH HOME/temp.map
38.09/38.68	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.19/38.76	c 39	Decoding HOME/temp.out
38.19/38.86	s SATISFIABLE
38.19/38.89	v 0 21 3 10 18 8 9 12 17 19 24 15 11 14 13 2 1 5 20 6 23 4 22 7 16 13 22 12 8 4 17 24 2 20 18 7 16 14 1 23 21 10 9 19 5 15 3 11 6 0 10 16 4 2 23 9 20 19 12 22 5 11 21 7 17 14 15 1 13 24 3 18 0 8 6 16 6 9 1 13 12 21 0 4 2 11 14 18 10 24 5 23 22 17 3 7 19 15 20 8 7 17 19 14 11 16 2 1 15 4 10 5 20 6 3 23 18 12 0 21 13 8 24 9 22 14 20 21 22 2 0 5 9 16 3 18 17 10 15 8 11 7 6 4 19 12 23 1 13 24 19 8 16 5 24 3 23 10 9 12 0 6 4 11 18 13 22 7 14 20 1 21 2 15 17 15 1 23 18 9 6 17 4 19 8 21 2 13 0 11 3 14 10 24 22 16 20 12 5 7 21 4 17 9 22 10 15 5 2 7 8 20 0 12 14 1 16 18 23 13 6 11 3 24 19 1 2 24 21 17 13 10 8 0 20 14 4 23 22 19 12 11 16 3 7 5 15 6 18 9 17 0 18 4 16 19 8 11 6 9 22 13 15 2 12 20 24 3 1 10 14 5 7 23 21 11 7 13 6 14 18 4 22 23 10 20 1 3 8 21 15 0 19 5 16 17 24 9 12 2 22 3 7 17 15 20 12 24 11 21 4 8 5 23 9 18 2 14 6 0 19 16 10 1 13 2 10 15 24 19 22 14 18 13 5 1 12 17 9 16 8 6 21 7 11 20 0 4 3 23 20 24 8 12 6 14 1 23 18 17 15 3 22 13 0 19 5 11 16 9 4 7 21 2 10 18 23 1 20 8 7 19 6 3 24 12 22 16 21 10 0 4 13 2 15 9 17 14 11 5 5 11 14 3 12 2 6 17 24 13 16 19 7 18 22 9 21 15 8 23 0 1 20 10 4 12 9 6 0 20 5 18 21 22 11 23 7 24 17 1 16 13 4 15 2 10 14 8 19 3 23 5 20 16 7 11 0 3 10 14 13 24 12 4 15 6 19 2 22 8 21 9 18 17 1 9 12 5 11 0 15 7 13 1 23 3 10 6 16 20 24 8 17 21 14 22 2 19 4 18 24 14 10 19 21 23 16 20 7 15 2 0 1 3 6 17 12 8 9 4 18 13 5 22 11 3 18 22 15 5 21 13 7 8 1 19 23 9 24 2 4 17 20 10 12 11 6 16 0 14 8 13 11 23 3 1 22 14 5 6 9 21 2 19 4 7 20 0 12 18 24 10 17 16 15 6 19 0 13 10 4 3 15 14 16 17 18 8 5 7 22 9 24 11 1 2 12 23 21 20 4 15 2 7 1 24 11 16 21 0 6 9 19 20 5 10 3 23 18 17 8 22 13 14 12
38.19/38.89	c 39	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
38.20/38.94	c 39	CPU 38.21 (0.04 0.01 38.17 0.18)
38.20/38.94	c 39	END Wed Jul  2 03:52:36 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-1037992-1214963517/watcher-1037992-1214963517 -o /tmp/evaluation-result-1037992-1214963517/solver-1037992-1214963517 -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-1037992-1214963517.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.97 4/73 5679
/proc/meminfo: memFree=1626076/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=12132 CPUtime=0
/proc/5679/stat : 5679 (sugar) R 5677 5679 4260 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 1975324625 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 240925602614 0 0 4224 0 0 0 0 17 1 0 0
/proc/5679/statm: 3033 183 142 3 0 133 0

[startup+0.077672 s]
/proc/loadavg: 1.99 1.98 1.97 4/73 5679
/proc/meminfo: memFree=1626076/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=0.03
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975324625 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101749 s]
/proc/loadavg: 1.99 1.98 1.97 4/73 5679
/proc/meminfo: memFree=1626076/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=0.03
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975324625 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301765 s]
/proc/loadavg: 1.99 1.98 1.97 4/73 5679
/proc/meminfo: memFree=1626076/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=0.03
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975324625 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/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.97 4/73 5679
/proc/meminfo: memFree=1626076/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=0.03
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975324625 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5019 s]
/proc/loadavg: 1.99 1.98 1.97 3/76 5693
/proc/meminfo: memFree=1623620/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=0.91
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 974 7887 0 1 3 1 83 4 15 0 1 0 1975324625 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/statm: 3400 797 370 3 0 500 0
[pid=5692] ppid=5679 vsize=5356 CPUtime=0
/proc/5692/stat : 5692 (sh) S 5679 5679 4260 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975324724 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5692/statm: 1339 233 193 169 0 50 0
[pid=5693] ppid=5692 vsize=864276 CPUtime=0.48
/proc/5693/stat : 5693 (java) S 5692 5679 4260 0 -1 0 4818 0 1 0 46 2 0 0 18 0 9 0 1975324724 885018624 4243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5693/statm: 216069 4243 1761 9 0 210644 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883232

[startup+3.10105 s]
/proc/loadavg: 1.99 1.98 1.97 4/84 5701
/proc/meminfo: memFree=1595076/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=2.83
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 1033 18786 0 2 3 1 267 12 16 0 1 0 1975324625 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 13600

[startup+6.30237 s]
/proc/loadavg: 1.99 1.98 1.97 3/76 5703
/proc/meminfo: memFree=1616836/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=2.83
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 1033 18786 0 2 3 1 267 12 16 0 1 0 1975324625 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/statm: 3400 799 370 3 0 500 0
[pid=5702] ppid=5679 vsize=5356 CPUtime=0
/proc/5702/stat : 5702 (sh) S 5679 5679 4260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975324923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5702/statm: 1339 232 193 169 0 50 0
[pid=5703] ppid=5702 vsize=6268 CPUtime=3.27
/proc/5703/stat : 5703 (minisat) R 5702 5679 4260 0 -1 4194304 1431 0 0 0 327 0 0 0 25 0 1 0 1975324924 6418432 1417 996147200 134512640 135127466 4294956272 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/5703/statm: 1567 1417 75 150 0 1414 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 25224

[startup+12.702 s]
/proc/loadavg: 1.99 1.98 1.97 3/76 5703
/proc/meminfo: memFree=1614596/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=2.83
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 1033 18786 0 2 3 1 267 12 16 0 1 0 1975324625 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/statm: 3400 799 370 3 0 500 0
[pid=5702] ppid=5679 vsize=5356 CPUtime=0
/proc/5702/stat : 5702 (sh) S 5679 5679 4260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975324923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5702/statm: 1339 232 193 169 0 50 0
[pid=5703] ppid=5702 vsize=8276 CPUtime=9.61
/proc/5703/stat : 5703 (minisat) R 5702 5679 4260 0 -1 4194304 1928 0 0 0 960 1 0 0 25 0 1 0 1975324924 8474624 1914 996147200 134512640 135127466 4294956272 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/5703/statm: 2069 1914 75 150 0 1916 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 27232

[startup+25.5013 s]
/proc/loadavg: 1.99 1.98 1.97 3/76 5703
/proc/meminfo: memFree=1611588/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=2.83
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 1033 18786 0 2 3 1 267 12 16 0 1 0 1975324625 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/statm: 3400 799 370 3 0 500 0
[pid=5702] ppid=5679 vsize=5356 CPUtime=0
/proc/5702/stat : 5702 (sh) S 5679 5679 4260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975324923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5702/statm: 1339 232 193 169 0 50 0
[pid=5703] ppid=5702 vsize=11296 CPUtime=22.29
/proc/5703/stat : 5703 (minisat) R 5702 5679 4260 0 -1 4194304 2677 0 0 0 2227 2 0 0 25 0 1 0 1975324924 11567104 2663 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/5703/statm: 2824 2663 75 150 0 2671 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 30252

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

[startup+31.9069 s]
/proc/loadavg: 1.99 1.98 1.97 3/76 5703
/proc/meminfo: memFree=1610564/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=2.83
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 1033 18786 0 2 3 1 267 12 16 0 1 0 1975324625 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/statm: 3400 799 370 3 0 500 0
[pid=5702] ppid=5679 vsize=5356 CPUtime=0
/proc/5702/stat : 5702 (sh) S 5679 5679 4260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975324923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5702/statm: 1339 232 193 169 0 50 0
[pid=5703] ppid=5702 vsize=12228 CPUtime=28.63
/proc/5703/stat : 5703 (minisat) R 5702 5679 4260 0 -1 4194304 2906 0 0 0 2861 2 0 0 25 0 1 0 1975324924 12521472 2892 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/5703/statm: 3057 2892 75 150 0 2904 0
Current children cumulated CPU time (s) 31.46
Current children cumulated vsize (KiB) 31184

[startup+35.1012 s]
/proc/loadavg: 1.99 1.98 1.97 3/76 5703
/proc/meminfo: memFree=1610564/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=2.83
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 1033 18786 0 2 3 1 267 12 16 0 1 0 1975324625 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/statm: 3400 799 370 3 0 500 0
[pid=5702] ppid=5679 vsize=5356 CPUtime=0
/proc/5702/stat : 5702 (sh) S 5679 5679 4260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975324923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5702/statm: 1339 232 193 169 0 50 0
[pid=5703] ppid=5702 vsize=12228 CPUtime=31.8
/proc/5703/stat : 5703 (minisat) R 5702 5679 4260 0 -1 4194304 2906 0 0 0 3178 2 0 0 25 0 1 0 1975324924 12521472 2892 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/5703/statm: 3057 2892 75 150 0 2904 0
Current children cumulated CPU time (s) 34.63
Current children cumulated vsize (KiB) 31184

[startup+36.7014 s]
/proc/loadavg: 1.99 1.98 1.97 3/76 5703
/proc/meminfo: memFree=1610564/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=2.83
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 1033 18786 0 2 3 1 267 12 16 0 1 0 1975324625 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/statm: 3400 799 370 3 0 500 0
[pid=5702] ppid=5679 vsize=5356 CPUtime=0
/proc/5702/stat : 5702 (sh) S 5679 5679 4260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975324923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5702/statm: 1339 232 193 169 0 50 0
[pid=5703] ppid=5702 vsize=12228 CPUtime=33.38
/proc/5703/stat : 5703 (minisat) R 5702 5679 4260 0 -1 4194304 2906 0 0 0 3336 2 0 0 25 0 1 0 1975324924 12521472 2892 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/5703/statm: 3057 2892 75 150 0 2904 0
Current children cumulated CPU time (s) 36.21
Current children cumulated vsize (KiB) 31184

[startup+38.3016 s]
/proc/loadavg: 1.99 1.98 1.97 3/76 5703
/proc/meminfo: memFree=1610500/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=2.83
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 1033 18786 0 2 3 1 267 12 16 0 1 0 1975324625 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/statm: 3400 799 370 3 0 500 0
[pid=5702] ppid=5679 vsize=5356 CPUtime=0
/proc/5702/stat : 5702 (sh) S 5679 5679 4260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975324923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5702/statm: 1339 232 193 169 0 50 0
[pid=5703] ppid=5702 vsize=12228 CPUtime=34.97
/proc/5703/stat : 5703 (minisat) R 5702 5679 4260 0 -1 4194304 2906 0 0 0 3495 2 0 0 25 0 1 0 1975324924 12521472 2892 996147200 134512640 135127466 4294956272 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/5703/statm: 3057 2892 75 150 0 2904 0
Current children cumulated CPU time (s) 37.8
Current children cumulated vsize (KiB) 31184

[startup+38.7026 s]
/proc/loadavg: 1.99 1.98 1.97 3/76 5703
/proc/meminfo: memFree=1610500/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=38.19
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 1073 21987 0 2 3 1 3800 15 17 0 1 0 1975324625 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 38.19
Current children cumulated vsize (KiB) 13600

[startup+38.9016 s]
/proc/loadavg: 1.99 1.98 1.97 3/76 5703
/proc/meminfo: memFree=1610500/2055920 swapFree=4179016/4192956
[pid=5679] ppid=5677 vsize=13600 CPUtime=38.2
/proc/5679/stat : 5679 (sugar) S 5677 5679 4260 0 -1 4194304 1092 21987 0 2 4 1 3800 15 15 0 1 0 1975324625 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5679/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 38.2
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 38.9482
CPU time (s): 38.4222
CPU user time (s): 38.2182
CPU system time (s): 0.203968
CPU usage (%): 98.6493
Max. virtual memory (cumulated for all children) (KiB): 887504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.2182
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27009
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= 3556
involuntary context switches= 4225

runsolver used 0.053991 second user time and 0.136979 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-02 03:51:57
IDJOB=1037992
IDBENCH=53539
IDSOLVER=346
FILE ID=node36/1037992-1214963517
PBS_JOBID= 7870261
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 45a624dd25b687dc97019ab33ec3f72b
RANDOM SEED=875675569

node36.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.240
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.240
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:       1626556 kB
Buffers:         42792 kB
Cached:         306560 kB
SwapCached:       7920 kB
Active:          83548 kB
Inactive:       282292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626556 kB
SwapTotal:     4192956 kB
SwapFree:      4179016 kB
Dirty:            2000 kB
Writeback:           0 kB
Mapped:          23108 kB
Slab:            48896 kB
Committed_AS:  3179640 kB
PageTables:       1692 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 node36 at 2008-07-02 03:52:36