Trace number 1724475

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
VARSAT-crafted 2009-03-22UNSAT 262.85 262.943

General information on the benchmark

Namemanol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.8372
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  95863                                                |
0.00/0.00	c |  Number of clauses:    283363                                               |
0.39/0.45	c |  Parsing time:         0.39         s                                       |
0.39/0.45	c |  Timeout:              43200 s
0.39/0.45	c |  Random Seed:          1722239569.000000
0.39/0.45	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.39/0.45	c |  Branching Rule:       default (solution-guided)                            |
0.39/0.45	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.39/0.45	c |                                                                             |
2.59/2.68	c ============================[ Search Statistics ]==============================
2.59/2.68	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.59/2.68	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.59/2.68	c ===============================================================================
2.59/2.68	c |         0 |   21067   128369   540950 |    42789        0    nan |  0.000 % |
6.49/6.58	c |       101 |   21067   128369   540950 |    47068      101     10 |  0.010 % |
10.49/10.52	c |       251 |   21067   128369   540950 |    51775      251      9 |  0.010 % |
14.38/14.44	c |       477 |   21038   128369   540950 |    56953      473     12 |  0.064 % |
18.38/18.49	c |       814 |   21036   128369   540950 |    62648      810     13 |  0.064 % |
22.38/22.47	c |      1321 |   21036   128369   540950 |    68913     1317     19 |  0.064 % |
26.68/26.72	c |      2080 |   20992   128369   540950 |    75804     2075     19 |  0.165 % |
30.88/30.92	c |      3219 |   20910   125971   531902 |    83384     3198     23 |  0.182 % |
34.88/34.98	c |      4931 |   20874   125971   531902 |    91723     4908     30 |  0.444 % |
39.18/39.24	c |      7493 |   20651   123696   521842 |   100895     7462     32 |  0.444 % |
43.57/43.60	c |     11337 |   20642   123634   521668 |   110985    11304     27 |  0.454 % |
48.17/48.26	c |     17104 |   20583   123239   519931 |   122083    16989     31 |  0.515 % |
53.67/53.70	c |     25754 |   20583   123239   519931 |   134292    25639     26 |  0.515 % |
60.77/60.82	c |     38728 |   20583   123239   519931 |   147721    38613     30 |  0.515 % |
69.07/69.13	c |     58189 |   20571   123156   519708 |   162493    58070     28 |  0.528 % |
79.96/80.02	c |     87381 |   20571   123156   519708 |   178743    87262     28 |  0.528 % |
99.25/99.39	c |    131170 |   20571   123130   519588 |   196617   131051     28 |  0.528 % |
133.04/133.20	c |    196855 |   20571   123130   519588 |   216279   196736     32 |  0.528 % |
169.73/169.80	c |    295382 |   20566   123072   519332 |   237907    97173     26 |  0.533 % |
237.21/237.31	c |    443171 |   20421   121092   510203 |   261697   237363     33 |  0.684 % |
262.79/262.92	c ===============================================================================
262.79/262.92	c surveys--CPU time (sec)   : 75.8905        (28.89 % of total)
262.79/262.92	c surveys--attempted        : 180            (2 /sec)
262.79/262.92	c surveys--converged        : 180            (100.00 % successful)
262.79/262.92	c restarts              : 20
262.79/262.92	c conflicts             : 470485         (2519 /sec)
262.79/262.92	c decisions             : 2143109        (1.45 % random) (11475 /sec)
262.79/262.92	c propagations          : 95380742       (510717 /sec)
262.79/262.92	c conflict literals     : 15289156       (25.10 % deleted)
262.79/262.92	c Memory used           : 128.69 MB
262.79/262.92	c Total CPU time (sec)      : 262.6491    
262.79/262.92	c 
262.79/262.92	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1724475-1240696504/watcher-1724475-1240696504 -o /tmp/evaluation-result-1724475-1240696504/solver-1724475-1240696504 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1722239569 HOME/instance-1724475-1240696504.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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.05 1.39 1.35 3/64 20436
/proc/meminfo: memFree=1589048/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=4404 CPUtime=0
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 792 0 0 0 0 0 0 0 18 0 1 0 97683743 4509696 778 1992294400 4194304 5102648 548682068768 18446744073709551615 4200628 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 1101 782 78 221 0 877 0

[startup+0.100802 s]
/proc/loadavg: 1.05 1.39 1.35 3/64 20436
/proc/meminfo: memFree=1589048/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=19208 CPUtime=0.09
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 4354 0 0 0 8 1 0 0 18 0 1 0 97683743 19668992 4339 1992294400 4194304 5102648 548682068768 18446744073709551615 4245654 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 4802 4340 87 221 0 4578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19208

[startup+0.201819 s]
/proc/loadavg: 1.05 1.39 1.35 3/64 20436
/proc/meminfo: memFree=1589048/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=30360 CPUtime=0.19
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 7009 0 0 0 17 2 0 0 18 0 1 0 97683743 31088640 6994 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 7590 6994 87 221 0 7366 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30360

[startup+0.30184 s]
/proc/loadavg: 1.05 1.39 1.35 3/64 20436
/proc/meminfo: memFree=1589048/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=41604 CPUtime=0.29
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 9598 0 0 0 26 3 0 0 19 0 1 0 97683743 42602496 9583 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 10401 9584 87 221 0 10177 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41604

[startup+0.701918 s]
/proc/loadavg: 1.05 1.39 1.35 3/64 20436
/proc/meminfo: memFree=1589048/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=68124 CPUtime=0.69
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 15416 0 0 0 63 6 0 0 22 0 1 0 97683743 69758976 15401 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 17031 15401 100 221 0 16807 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68124

[startup+1.50108 s]
/proc/loadavg: 1.05 1.38 1.35 2/65 20437
/proc/meminfo: memFree=1512944/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=94876 CPUtime=1.49
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 21781 0 0 0 140 9 0 0 25 0 1 0 97683743 97153024 21766 1992294400 4194304 5102648 548682068768 18446744073709551615 4280053 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 23719 21767 100 221 0 23495 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94876

[startup+3.10139 s]
/proc/loadavg: 1.05 1.38 1.35 2/65 20437
/proc/meminfo: memFree=1489008/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=97880 CPUtime=3.09
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 25518 0 0 0 298 11 0 0 25 0 1 0 97683743 100229120 23352 1992294400 4194304 5102648 548682068768 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 24470 23352 102 221 0 24246 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97880

[startup+6.30302 s]
/proc/loadavg: 1.05 1.38 1.35 2/65 20437
/proc/meminfo: memFree=1495408/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=97880 CPUtime=6.29
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 25518 0 0 0 618 11 0 0 25 0 1 0 97683743 100229120 23352 1992294400 4194304 5102648 548682068768 18446744073709551615 4213860 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 24470 23352 102 221 0 24246 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97880

[startup+12.7053 s]
/proc/loadavg: 1.26 1.41 1.36 2/65 20437
/proc/meminfo: memFree=1495472/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=97880 CPUtime=12.69
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 25531 0 0 0 1258 11 0 0 25 0 1 0 97683743 100229120 23365 1992294400 4194304 5102648 548682068768 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 24470 23365 115 221 0 24246 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 97880

[startup+25.5018 s]
/proc/loadavg: 1.22 1.40 1.36 2/65 20437
/proc/meminfo: memFree=1495472/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=97880 CPUtime=25.48
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 25531 0 0 0 2537 11 0 0 25 0 1 0 97683743 100229120 23365 1992294400 4194304 5102648 548682068768 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 24470 23365 115 221 0 24246 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 97880

[startup+51.1018 s]
/proc/loadavg: 1.13 1.36 1.35 2/65 20437
/proc/meminfo: memFree=1495536/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=98028 CPUtime=51.08
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 25560 0 0 0 5097 11 0 0 25 0 1 0 97683743 100380672 23394 1992294400 4194304 5102648 548682068768 18446744073709551615 4214165 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 24507 23394 115 221 0 24283 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 98028

[startup+102.302 s]
/proc/loadavg: 1.06 1.30 1.33 2/65 20437
/proc/meminfo: memFree=1493744/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=100324 CPUtime=102.25
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 25993 0 0 0 10214 11 0 0 25 0 1 0 97683743 102731776 23827 1992294400 4194304 5102648 548682068768 18446744073709551615 4214420 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 25081 23827 115 221 0 24857 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 100324

[startup+162.306 s]
/proc/loadavg: 1.02 1.25 1.30 2/65 20437
/proc/meminfo: memFree=1475440/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=118948 CPUtime=162.24
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 30551 0 0 0 16209 15 0 0 25 0 1 0 97683743 121802752 28385 1992294400 4194304 5102648 548682068768 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 29737 28385 115 221 0 29513 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 118948

[startup+222.302 s]
/proc/loadavg: 1.00 1.20 1.28 2/65 20437
/proc/meminfo: memFree=1471088/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=123472 CPUtime=222.22
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 31662 0 0 0 22206 16 0 0 25 0 1 0 97683743 126435328 29496 1992294400 4194304 5102648 548682068768 18446744073709551615 4250197 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 30868 29496 115 221 0 30644 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 123472

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

[startup+232.001 s]
/proc/loadavg: 1.00 1.19 1.28 2/65 20437
/proc/meminfo: memFree=1468784/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=125616 CPUtime=231.91
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 32224 0 0 0 23175 16 0 0 25 0 1 0 97683743 128630784 30058 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 31404 30058 115 221 0 31180 0
Current children cumulated CPU time (s) 231.91
Current children cumulated vsize (KiB) 125616

[startup+244.806 s]
/proc/loadavg: 1.00 1.18 1.27 2/65 20437
/proc/meminfo: memFree=1465200/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=128988 CPUtime=244.71
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 33100 0 0 0 24454 17 0 0 25 0 1 0 97683743 132083712 30934 1992294400 4194304 5102648 548682068768 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 32247 30934 115 221 0 32023 0
Current children cumulated CPU time (s) 244.71
Current children cumulated vsize (KiB) 128988

[startup+251.201 s]
/proc/loadavg: 1.00 1.18 1.27 2/65 20437
/proc/meminfo: memFree=1464432/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=129916 CPUtime=251.1
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 33346 0 0 0 25093 17 0 0 25 0 1 0 97683743 133033984 31180 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 32479 31180 115 221 0 32255 0
Current children cumulated CPU time (s) 251.1
Current children cumulated vsize (KiB) 129916

[startup+257.602 s]
/proc/loadavg: 1.00 1.17 1.27 2/65 20437
/proc/meminfo: memFree=1462896/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=131372 CPUtime=257.49
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 33712 0 0 0 25732 17 0 0 25 0 1 0 97683743 134524928 31546 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 32843 31546 115 221 0 32619 0
Current children cumulated CPU time (s) 257.49
Current children cumulated vsize (KiB) 131372

[startup+260.801 s]
/proc/loadavg: 1.00 1.17 1.27 2/65 20437
/proc/meminfo: memFree=1462384/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=131636 CPUtime=260.69
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 33804 0 0 0 26052 17 0 0 25 0 1 0 97683743 134795264 31638 1992294400 4194304 5102648 548682068768 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 32909 31638 115 221 0 32685 0
Current children cumulated CPU time (s) 260.69
Current children cumulated vsize (KiB) 131636

[startup+261.601 s]
/proc/loadavg: 1.00 1.17 1.27 2/65 20437
/proc/meminfo: memFree=1462384/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=131772 CPUtime=261.49
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 33806 0 0 0 26132 17 0 0 25 0 1 0 97683743 134934528 31640 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 32943 31640 115 221 0 32719 0
Current children cumulated CPU time (s) 261.49
Current children cumulated vsize (KiB) 131772

[startup+262.405 s]
/proc/loadavg: 1.00 1.17 1.27 2/65 20437
/proc/meminfo: memFree=1462320/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=131772 CPUtime=262.3
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 33814 0 0 0 26213 17 0 0 25 0 1 0 97683743 134934528 31648 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 32943 31648 115 221 0 32719 0
Current children cumulated CPU time (s) 262.3
Current children cumulated vsize (KiB) 131772

[startup+262.802 s]
/proc/loadavg: 1.00 1.17 1.27 2/65 20437
/proc/meminfo: memFree=1462320/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=131772 CPUtime=262.69
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 33815 0 0 0 26252 17 0 0 25 0 1 0 97683743 134934528 31649 1992294400 4194304 5102648 548682068768 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 32943 31649 115 221 0 32719 0
Current children cumulated CPU time (s) 262.69
Current children cumulated vsize (KiB) 131772

[startup+262.902 s]
/proc/loadavg: 1.00 1.17 1.27 2/65 20437
/proc/meminfo: memFree=1462320/2055920 swapFree=4180280/4192956
[pid=20436] ppid=20434 vsize=131772 CPUtime=262.79
/proc/20436/stat : 20436 (varsat-crafted_) R 20434 20436 20097 0 -1 4194304 33815 0 0 0 26262 17 0 0 25 0 1 0 97683743 134934528 31649 1992294400 4194304 5102648 548682068768 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/20436/statm: 32943 31649 115 221 0 32719 0
Current children cumulated CPU time (s) 262.79
Current children cumulated vsize (KiB) 131772

Child status: 20
Real time (s): 262.943
CPU time (s): 262.85
CPU user time (s): 262.649
CPU system time (s): 0.200969
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 131772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.649
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33819
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 577

runsolver used 0.38894 second user time and 0.941856 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-25 23:55:04
IDJOB=1724475
IDBENCH=71780
IDSOLVER=537
FILE ID=node28/1724475-1240696504
PBS_JOBID= 9186724
Free space on /tmp= 66240 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-c6nidw_i.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724475-1240696504/watcher-1724475-1240696504 -o /tmp/evaluation-result-1724475-1240696504/solver-1724475-1240696504 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1722239569 HOME/instance-1724475-1240696504.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 15c4413e436aecbd4fcb1d7037e18abf
RANDOM SEED=1722239569

node28.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.261
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.261
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:       1589528 kB
Buffers:         44116 kB
Cached:         367480 kB
SwapCached:       5856 kB
Active:         162988 kB
Inactive:       257024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1589528 kB
SwapTotal:     4192956 kB
SwapFree:      4180280 kB
Dirty:            5652 kB
Writeback:           0 kB
Mapped:          13712 kB
Slab:            32168 kB
Committed_AS:   407864 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66240 MiB
End job on node28 at 2009-04-25 23:59:27